
*, *::before, *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

html, body {
      height: 100%;
      font-family: "Manrope", sans-serif;
      line-height: 1.5;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      background-color: #fff;
      color: #000;  
    }

img, picture, video, canvas, svg {
      display: block;
      max-width: 100%;
    }

input, button, textarea, select {
      font: inherit;
    }

a {
      text-decoration: none;
      color: inherit;
    }

ul, ol {
      list-style: none;
    }

.mobile {
  max-width: 460px;
  margin: 0 auto;
}

.head_mobile {
  width: 100%;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0); /* прозрачный фон */
  z-index: 999;
  box-sizing: border-box;
}

header .phone1,
header .logo,
header .call_bt {
  flex: 0 0 auto;
}

.logo img {
  height: 70px; /* можно адаптировать под нужный размер */
  width: auto;
}
.call_bt img {
  height: 40px;
  border-radius: 5px;
}
.phone1 img {
  padding: 7PX;
}
.phone1 {
  background-color: #4a5c77;
  border-radius: 10px;
  height: 40px;
  width: 40px;
}

h1 {
  margin-top:40px;
  font-weight: 300;
  font-size: 42px;
  line-height: 0.9;
  text-align: center;
  backdrop-filter: blur(6px);          /* само размытие фона позади */
  -webkit-backdrop-filter: blur(6px);  /* для Safari */
}

h1 span {
  font-weight: 900;
  color: #4a5c77;
  letter-spacing: -1px;
  }

h2 {
  margin: 80px 0 25px 0;
  font-weight: 300;
  font-size: 32px;
  line-height: 0.9;
  text-align: center;
  backdrop-filter: blur(6px);          /* само размытие фона позади */
  -webkit-backdrop-filter: blur(6px);  /* для Safari */
}

h2 span {
  font-weight: 900;
  color: #4a5c77;
  letter-spacing: -1px;
  }

h3 {
  margin: 10px 0 30px 0;
  font-weight: 200;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  padding: 0 9px;
  backdrop-filter: blur(6px);          /* само размытие фона позади */
  -webkit-backdrop-filter: blur(6px);  /* для Safari */
  
  border-radius: 8px;
  display: inline-block;
}

.main_btn {
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #4a5c77;
  color:#ffffff;
  padding: 15px 20px;
  margin-top: 65px;
  border: 1px solid #4a5c77;
  font-size: 18px;
}
.btn {
  display: block;
  margin: 190px auto 10px;
  border-radius: 5px;
  background-color: #4a5c77;
  color:#ffffff;
  padding: 10px 0;
  width:100%;
  border: 1px solid #4a5c77;
  font-size: 18px;
}
.descr {
  margin: 0 0 10px 0;
  font-weight: 200;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  padding: 0;
}

.hero {
  border-radius: 20px;
  margin: 10px;
  background-image: url('img/main_bg.png');
  background-size: contain;      
  background-position: center;   
  background-repeat: no-repeat; 
  height: 560px;
}
.features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 10px;
}

.feature-card {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  height: 180px;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  color: #333;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.feature-text {
  max-width: 70%;
  font-weight: 300;
  line-height: 1.2;
  font-size: 18px;
}

.feature-number {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #4a5c77; 
  color: white;
  font-weight: 700;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jobs {
  margin: 20px 10px 10px;
}

.jobs_foto {
  background-color: #a7a7a8;
  border-radius: 20px;
  margin-top: 20px;
  padding: 40px 20px 30px;

}
.j_foto {
  position: relative;
  margin-bottom: 20px;
  
}

.j_foto img {
  border-radius: 20px;
  display: block;
  width: 100%;
  height: auto;
}

.label {
  position: absolute;
  background-color: #4a5c77;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 6px;
  z-index: 1;
  text-transform: uppercase;
}

.label-before {
  top: 15px;
  left: 10px;
}

.label-after {
  top: 15px;
  left: 60%;
  transform: translateX(-50%);
}

.video-wrapper {
  padding: 10px 10px; /* отступы по краям */
  text-align: center; /* центрирование содержимого */
}

.video-wrapper video {
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin: 10px 0;
}

.p_descr {
  font-size: 16px;
  font-weight: 300;
  padding: 0 10px 10px 10px;
  line-height: 1.3; 
}

.videop {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  padding: 20px 10px 20px 45px;
  line-height: 1.3; 
}

.videop::before {
  content: '!';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%); 
  
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  font-weight: 500;
  color: #4a5c77; }
  
.attention {
  margin:20px 10px 10px 10px;
  padding: 10px;
  background-color: ;
  border-radius: 20px;
  border:2px solid #4a5c77;
  font-size: 16px;
  font-weight: 300;
  padding: 0 10px 0 10px;
  line-height: 1.3; 
}

.faq {
  margin: 40px 15px;
}

.faq-item {
  margin-bottom: 10px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
}

.faq-question {
  width: 100%;
    padding: 20px 15px;
    text-align: left;
    background-color: #4a5c77;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
}


.faq-question::after {
  content: '+';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%); 
  width: 45px; 
  height: 45px;
  background: #ffffff; 
  border-radius: 50%; 
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  font-weight: 500;
  color: #4a5c77; 
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); 
  transition: transform 0.3s ease;
}

.faq-question.active::after {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #ffffff;
  padding: 0 20px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #333;
  font-weight: 300;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer.open {
  padding: 15px 20px;
  max-height: 500px; /* Максимальная высота для плавного раскрытия */
}


.block_btn {
  background-image: url('img/wom_bg.jpg'); /* путь к картинке */
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  padding: 10px 20px; 
  text-align: center; 
  border-radius: 20px; 
}

.comp_vs {
    display: flex;
    margin: 0 10px;
    font-size: 16px;
    font-weight: 300;
    
}
.compare-wrapper {
  position: relative;
  border: 1px solid #4b5b77;
    margin: 0 10px;
    border-radius: 20px;
    padding: 20px 0 40px;
}

.h3vs {
  margin: 20px 0 10px 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  
}

.comp_vs li {
  padding: 10px 5px 0px 10px;
  line-height: 1.2;
}
.maps {
  margin: 60px 10px 10px;
  
}

.contacts_btn {
  background-image: url('img/viber-foto.png'); /* путь к картинке */
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  padding: 10px 20px; 
  text-align: center; 
  border-radius: 20px; 
}

.contacts {
  margin:10px 10px;
}
.phone {
  font-weight: 900;
  font-size: 32px;
  margin: 40px 0 0 0;
  color: #ffffff;
}
.viber {
  background-color: #ffffff;
  border-radius: 20px;
  padding:10px 20px;
  width: 230px;
  position: relative;
  margin: 0 auto;
  height: 100%;
}
.viber::before {
  content: "";
  display: block;
  width: 36px; /* или нужный размер */
  height: 36px;
  background-image: url('img/viber.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 5px;
  left: 10px;
}
footer {
  
  color: #4b5b77;
  font-size: 16px;
  padding: 30px;
  text-align: center;
  font-weight: 300;
  margin: 30px 10px 0;
  
}

.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(4px);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.menu-overlay.active {
  display: flex;
  opacity: 1;
}

.menu-popup {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 20px;
  width: 80%;
  max-width: 300px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transform: scale(0.8);
  transition: transform 0.4s ease;
}

.menu-overlay.active .menu-popup {
  transform: scale(1);
}

.menu-popup ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 40px 0;
}

.menu-popup ul li {
  margin: 10px 0;
}

.menu-popup ul li a {
  color: #4a5c77;
  font-size: 20px;
  font-weight: 400;
}

.menu-close {
  background: #4a5c77;
  color: white;
  padding: 10px 30px;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
@media (min-width: 600px) {
  .mobile {width: 400px;
    
  }
}
/* Затемнённый фон */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

/* Окно */
.modal-content {
  background: #fff;
  padding: 30px 20px;
  border-radius: 20px;
  width: 90%;
  max-width: 400px;
  position: relative;
  font-family: "Manrope", sans-serif;
}

/* Закрыть (крестик) */
.modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 26px;
  color: #4a5c77;
  cursor: pointer;
}

/* Форма */
.modal-form input {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid #ccc;
  
}

.modal-form .sbmt_btn {
  width: 100%;
  padding: 15px;
  background-color: #4a5c77;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
