@charset "UTF-8";
@font-face {
  font-family: "Aeroport";
  src: local("Aeroport Light"), local("Aeroport-Light"), url("../fonts/Aeroport-Light.woff2") format("woff2"), url("../fonts/Aeroport-Light.woff") format("woff"), url("../fonts/Aeroport-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Aeroport";
  src: local("Aeroport Regular"), local("Aeroport-Regular"), url("../fonts/Aeroport.woff2") format("woff2"), url("../fonts/Aeroport.woff") format("woff"), url("../fonts/Aeroport.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Aeroport";
  src: local("Aeroport Medium"), local("Aeroport-Medium"), url("../fonts/Aeroport-Medium.woff2") format("woff2"), url("../fonts/Aeroport-Medium.woff") format("woff"), url("../fonts/Aeroport-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Aeroport";
  src: local("Aeroport Bold"), local("Aeroport-Bold"), url("../fonts/Aeroport-Bold.woff2") format("woff2"), url("../fonts/Aeroport-Bold.woff") format("woff"), url("../fonts/Aeroport-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
html {
  position: relative;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}

body {
  background: #E8EDF2;
}

.contact-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-main {
  width: 90px;
  height: 90px;
  background: #19b2ff;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  cursor: pointer;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
}

.contact-main:hover {
  background: #007ab8;
}

/* Пульсирующий эффект */
.pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 136, 204, 0.4);
  animation: pulseAnim 1.5s infinite;
  z-index: -1;
}

@keyframes pulseAnim {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  70% {
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* Список иконок */
.contact-options {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.contact-options.show {
  opacity: 1;
  pointer-events: all;
  transform: translateX(-50%) translateY(-6px);
}

.contact-options li {
  margin: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.contact-options a {
  text-decoration: none;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  transition: transform 0.3s;
  flex-shrink: 0;
  box-sizing: border-box;
}

.contact-options a:hover {
  transform: scale(1.08);
}

.contact-options a .fa-phone {
  background: #000;
}

.contact-options a .fa-viber {
  background: #7360f2;
}

.contact-options a .fa-telegram {
  background: #0088cc;
}

.contact-options a .fa-whatsapp {
  background: #25D366;
}

.contact-options a i {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.swiper {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 500px;
  border-radius: 20px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-up {
  /* фиксированное позиционирование */
  position: fixed;
  /* цвет фона */
  background-color: #1C3B6D;
  /* расстояние от правого края окна браузера */
  right: 20px;
  /* расстояние от нижнего края окна браузера */
  bottom: 0;
  /* скругление верхнего левого угла */
  border-top-left-radius: 8px;
  /* скругление верхнего правого угла */
  border-top-right-radius: 8px;
  /* вид курсора */
  cursor: pointer;
  /* отображение элемента как flex */
  display: flex;
  /* выравниваем элементы внутри элемента по центру вдоль поперечной оси */
  align-items: center;
  /* выравниваем элементы внутри элемента по центру вдоль главной оси */
  justify-content: center;
  /* ширина элемента */
  width: 60px;
  /* высота элемента */
  height: 50px;
  transition: 0.2s;
}

.btn-up::before {
  content: "";
  width: 40px;
  height: 40px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}

.btn-up_hide {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .btn-up:hover {
    background-color: #0c1c46; /* цвет заднего фона при наведении */
  }
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Aeroport", sans-serif;
  position: relative;
  overflow-x: hidden !important;
}

.popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: #3E83B3;
  z-index: 1300;
  left: 100%;
  top: 0;
  transition: left 0.4s ease;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}
.popup-buttons {
  display: flex;
  gap: 10px;
  margin-top: 25px;
  margin-left: 20px;
}
.popup-icon:hover {
  text-decoration: none;
}
.popup-icon .fa-viber {
  background: #7360f2;
  transition: all 0.3s;
}
.popup-icon .fa-telegram {
  background: #43aee3;
  transition: all 0.3s;
}
.popup-icon .fa-whatsapp {
  background: #25D366;
  transition: all 0.3s;
}
.popup-icon .fa-viber:hover {
  background: #5345b1;
}
.popup-icon .fa-telegram:hover {
  background: #056595;
}
.popup-icon .fa-whatsapp:hover {
  background: #0f8138;
}
.popup-icon {
  text-decoration: none;
  transition: all 0.3s;
}
.popup-icon i {
  padding: 7px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 32px;
  color: #fff;
  width: 55px;
  height: 55px;
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-header {
  width: 90%;
  margin: 0 auto;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.popup-header img {
  width: 130px;
}
.popup-close {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}
.popup-close:hover {
  background: rgba(255, 255, 255, 0.35);
}
.popup ul {
  width: 90%;
  padding: 0;
  margin: 0 auto;
  margin-top: 50px;
  list-style: none;
  padding-bottom: 80px;
}
.popup ul li {
  margin-top: 32px;
}
.popup ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  font-size: 28px;
  line-height: 100%;
}
.popup-phone {
  box-sizing: border-box;
  padding: 10px 40px;
  margin-left: 20px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
  border-radius: 50px;
}

.visible {
  left: 0;
}

.fixed {
  overflow: hidden;
}

.animated1 {
  width: 35px !important;
  height: 35px !important;
  display: block !important;
}
.animated1 .hero-container-header-burger-1 {
  transform: rotate(45deg);
  margin-top: 10.5px;
  width: 40px;
}
.animated1 .hero-container-header-burger-2 {
  transition: 0.2s;
  opacity: 0;
}
.animated1 .hero-container-header-burger-3 {
  transform: rotate(-45deg);
  width: 40px;
  margin-top: -3.5px;
}

.partners-section {
  overflow: hidden;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partners-header {
  width: 100%;
  margin: 0 auto;
}
.partners-header h2 {
  font-size: 52px;
  color: #303030;
  font-weight: 400;
  text-align: center;
}

.partners {
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.logos {
  display: block;
  width: 100%;
  overflow: hidden;
}

.logos-track {
  display: flex;
  width: max-content;
}

.logos-slide {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 30px;
  padding-right: 30px;
  padding-left: 0;
}

.logos-slide__logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 72px;
}

.logos-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  flex-shrink: 0;
}
.services {
  width: calc(100% - 80px);
  border-radius: 50px;
  box-sizing: border-box;
  padding: 25px;
  margin: 0 auto;
  margin-top: 30px;
}
.services-header {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}
.services-header div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  max-width: 760px;
}
.services-header img {
  width: 80px;
  height: 80px;
  padding: 15px;
}
.services-header h2 {
  font-size: 52px;
  margin-left: 0;
  font-weight: 400;
  text-align: start;
  margin: 0;
  padding: 0;
  color: #303030;
}
.services-header h3 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: 300;
  color: #4f4f4f;
}
.services-cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.services-cards-item {
  width: 46%;
  min-height: 100px;
  background: #0180c9;
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  padding: 15px;
  border-radius: 25px;
}
.services-cards-item-more {
  margin-top: 20px;
  width: 100%;
  background: #FFF681;
  color: #000;
  text-decoration: none;
  display: flex;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  border-radius: 35px;
  transition: 0.3s;
  min-height: 44px;
}
.services-cards-item-more img {
  width: 20px !important;
  height: 20px !important;
  margin-left: 10px;
  border-radius: 0 !important;
}
.services-cards-item-more:hover {
  background: #d0c862;
}
.services-cards-item img {
  width: 35%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}
.services-cards-item-text {
  padding-left: 30px;
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.services-cards-item-text h3 {
  padding: 0;
  margin: 0;
  font-size: 28px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
}
.services-cards-item-text p {
  font-size: 16px;
  color: #ffffff;
}

.hero {
  position: relative;
  width: calc(100% - 80px);
  height: 700px;
  margin-top: 40px !important;
  border-radius: 40px;
  margin: 0 auto;
  background: linear-gradient(315deg, #0d2258, #69cfee);
}
.hero-container {
  width: 92%;
  height: 100%;
  margin: 0 auto;
}
.hero-container-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 145px;
  width: 100%;
}
.hero-container-header-burger {
  z-index: 7;
  width: 40px;
  height: 25px;
  flex-direction: column;
  justify-content: space-between;
  display: none;
}
.hero-container-header-burger span {
  display: block;
}
.hero-container-header-burger-1 {
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
.hero-container-header-burger-2 {
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
.hero-container-header-burger-3 {
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
.hero-container-header img {
  width: 150px;
}
.hero-container-header > ul {
  margin-left: -30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
}
.hero-container-header > ul > li {
  margin-left: 30px;
}
.hero-container-header > ul > li > a {
  text-decoration: none;
  color: #F0F0F0;
  font-size: 18px;
  line-height: 1.2;
  transition: color 0.2s ease;
}
.hero-container-header > ul > li > a:hover {
  color: #FFF681;
}
.hero-container-header-phone {
  background: rgba(255, 255, 255, 0.2);
  padding: 12px 35px;
  color: #F0F0F0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  min-height: 28px;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 2%;
  font-size: 18px;
  transition: all 0.3s;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
}
.hero-container-header-phone:hover {
  background: rgba(255, 255, 255, 0.4);
}
.hero-container-header a .fa-viber {
  background: #7360f2;
  transition: all 0.3s;
}
.hero-container-header a .fa-telegram {
  background: #0088cc;
  transition: all 0.3s;
}
.hero-container-header a .fa-whatsapp {
  background: #25D366;
  transition: all 0.3s;
}
.hero-container-header a .fa-viber:hover {
  background: #5345b1;
}
.hero-container-header a .fa-telegram:hover {
  background: #056595;
}
.hero-container-header a .fa-whatsapp:hover {
  background: #0f8138;
}
.hero-container-header-icon:hover {
  text-decoration: none;
}
.hero-container-header-icon {
  text-decoration: none;
  transition: all 0.3s;
}
.hero-container-header-icon i {
  padding: 7px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 32px;
  color: #fff;
  width: 55px;
  height: 55px;
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-container-header-btns {
  gap: 7px;
  display: flex;
  align-items: center;
}
.hero-container-content {
  margin-top: 70px;
  height: calc(100% - 145px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.hero-container-content-cards {
  width: 100%;
  display: flex;
  margin-top: 110px;
}
.hero-container-content-cards-item {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 35px;
  padding: 10px 20px;
  color: #303030;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 15px !important;
}
.hero-container-content-cards-item p {
  padding: 0;
  margin: 0 !important;
  color: #303030 !important;
  font-size: 16px !important;
  line-height: 18px;
  font-weight: 400;
  margin-left: 15px !important;
  white-space: nowrap;
}
.hero-container-content-cards-item img {
  width: 30px;
  height: 30px;
}
.hero-container-content h1 {
  margin: 0;
  max-width: 60%;
  font-weight: 300;
  font-size: 48px;
  line-height: 100%;
  color: #fff;
}
.hero-container-content h1 span {
  font-weight: 700;
}
.hero-container-content h1::after {
  content: "";
  width: 630px;
  height: 450px;
  position: absolute;
  right: 0;
  margin-right: -100px;
  bottom: 0;
  background: url(../media/hero-man.webp);
  background-repeat: no-repeat;
  display: block;
  background-size: contain;
  z-index: 1;
}
.hero-container-content p {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  font-weight: 300;
  color: #ededed;
  font-size: 20px;
  max-width: 70%;
  letter-spacing: 2%;
}
.hero-container-content a {
  padding: 15px 60px;
  z-index: 2;
  background: #FFF681;
  border-radius: 50px;
  margin-top: 35px;
  text-decoration: none;
  color: #353535;
  font-size: 20px;
  line-height: 100%;
  transition: 0.3s;
  box-shadow: 0 0 30px #d0c862;
}
.hero-container-content a:hover {
  font-size: 21px;
  background: #dcd46e;
}

.us-header, .uslugi-header, .info-header, .proj-header {
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px !important;
}
.us-header h1, .us-header h2, .uslugi-header h1, .info-header h1, .proj-header h1 {
  max-width: 60%;
  margin: 0;
  color: #303030;
  font-weight: 700;
  font-size: 52px;
  line-height: 100%;
}
.us-header h1 span, .us-header h2 span, .uslugi-header h1 span, .info-header h1 span, .proj-header h1 span {
  color: #3E83B3;
}
.us-header p, .uslugi-header p, .info-header p, .proj-header p {
  margin: 0;
  padding: 0;
  font-weight: 300;
  color: #3E83B3;
  font-size: 22px;
}

.us {
  width: calc(100% - 80px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  margin-top: 100px;
}
.us-blocks {
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.us-blocks-item {
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 24%;
  box-sizing: border-box;
  padding: 20px 25px;
  border: 2px solid #3E83B3;
  border-radius: 25px;
}
.us-blocks-item-img {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
.us-blocks-item-img img {
  width: 120px;
}
.us-blocks-item p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #353535;
  font-size: 20px;
  line-height: 110%;
  padding-top: 20px;
}
.us-blocks-item:hover {
  box-shadow: 0 0 30px rgba(62, 131, 179, 0.5);
}

.uslugi {
  width: calc(100% - 80px);
  margin: 0 auto;
}
.uslugi-header {
  width: var(--site-width, min(1100px, calc(100% - 48px)));
  margin: 70px auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.uslugi-header h1 {
  text-align: start;
  max-width: 95%;
  margin: 0;
  color: #303030;
  font-weight: 700;
  font-size: 52px;
  line-height: 100%;
}
.uslugi-header h1 span {
  color: #3E83B3;
}
.uslugi-header p {
  margin: 0;
  padding: 0;
  font-weight: 300;
  color: #3E83B3;
  font-size: 22px;
}
.uslugi-blocks {
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.uslugi-blocks-item-all {
  border-radius: 40px;
  width: 23.5%;
  padding: 20px;
  box-sizing: border-box;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.uslugi-blocks-item-all p {
  font-size: 36px;
  line-height: 103%;
  color: #303030;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.uslugi-blocks-item-all a,
.uslugi-blocks-item-link {
  color: #303030;
  line-height: 1.2;
  font-size: 28px;
  text-decoration: underline;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.uslugi-blocks-item-all a img,
.uslugi-blocks-item-link img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  object-fit: contain;
  display: block;
}
.uslugi-blocks-item {
  border: 2px solid #3E83B3;
  border-radius: 40px;
  width: 290px;
  padding: 20px;
  padding-top: 10px;
  box-sizing: border-box;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}
.uslugi-blocks-item:hover {
  box-shadow: 0 0 40px rgba(62, 131, 179, 0.6);
}
.uslugi-blocks-item p {
  font-size: 20px;
  line-height: 103%;
  color: #303030;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.uslugi-blocks-item a {
  color: #303030;
  line-height: 103%;
  font-size: 22px;
  text-decoration: underline;
  cursor: pointer;
}
.uslugi-blocks-item a img {
  width: 15px;
  height: 15px;
}
.uslugi-blocks-item img {
  width: 170px;
}
.uslugi-blocks-item.popular {
  background: #3E83B3;
}
.uslugi-blocks-item.popular p {
  color: #fff;
  font-weight: 300;
  padding-top: 15px;
}
.uslugi-blocks-item.popular a {
  color: #fff;
  font-weight: 300;
  cursor: pointer;
}
.uslugi-blocks-item.lab1::before {
  content: "";
  background: url("../media/label-pop.png");
  background-size: cover;
  position: absolute;
  width: 200px;
  height: 42px;
  left: 12.8%;
  margin-top: -40px;
}
.uslugi-blocks-item.lab2::before {
  content: "";
  background: url("../media/label-pop.png");
  background-size: cover;
  position: absolute;
  width: 200px;
  height: 42px;
  left: 33.5%;
  margin-top: -40px;
}
.uslugi-blocks-item.lab3::before {
  content: "";
  background: url("../media/label-pop.png");
  background-size: cover;
  position: absolute;
  width: 200px;
  height: 42px;
  left: 54.2%;
  margin-top: -40px;
}

.info2 {
  width: calc(100% - 80px);
  margin: 0 auto;
  background: linear-gradient(315deg, #0d2258, #69cfee);
  border-radius: 40px;
  padding: 25px 0;
  margin-top: 70px;
}
.info2-header {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.info2-header h1 {
  text-align: start;
  max-width: 70%;
  margin: 0;
  color: #303030;
  font-weight: 700;
  font-size: 52px;
  line-height: 100%;
}
.info2-header h1 span {
  color: #fff;
}
.info2-header p {
  margin: 0;
  padding: 0;
  font-weight: 300;
  color: #fff;
  font-size: 22px;
}
.info2-content {
  height: auto;
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.info2-content-text {
  height: 100%;
  width: 49%;
  background: #f0f0f0;
  border-radius: 40px;
  padding: 20px 20px;
  box-sizing: border-box;
  font-size: 17px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  color: #353535;
}
.info2-content-img {
  height: inherit;
  width: 49%;
  border-radius: 40px;
  object-fit: cover;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.info {
  width: calc(100% - 80px);
  margin: 0 auto;
}
.info-header {
  width: 85%;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.info-header h1 {
  text-align: start;
  max-width: 70%;
  margin: 0;
  color: #303030;
  font-weight: 700;
  font-size: 52px;
  line-height: 100%;
}
.info-header h1 span {
  color: #3E83B3;
}
.info-header p {
  margin: 0;
  padding: 0;
  font-weight: 300;
  color: #3E83B3;
  font-size: 22px;
}
.info-content {
  height: auto;
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.info-content-text {
  height: 100%;
  width: 49%;
  background: #ececec;
  border-radius: 40px;
  padding: 20px 20px;
  box-sizing: border-box;
  font-size: 17px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  color: #353535;
}
.info-content-img {
  height: inherit !important;
  width: 49%;
  border-radius: 40px;
  object-fit: cover;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  height: 80%;
  object-fit: contain;
}

.proj {
  width: calc(100% - 80px);
  margin: 0 auto;
}
.proj-header {
  width: 85%;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.proj-header h1 {
  text-align: end;
  max-width: 70%;
  margin: 0;
  color: #303030;
  font-weight: 700;
  font-size: 52px;
  line-height: 100%;
}
.proj-header h1 span {
  color: #3E83B3;
}
.proj-header p {
  margin: 0;
  padding: 0;
  font-weight: 300;
  color: #3E83B3;
  font-size: 22px;
}
.proj-slider {
  width: 85%;
  margin: 0 auto;
}
.proj-slider p {
  width: 100%;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 70px;
  color: #353535;
}
.proj-slider .swiper-slide {
  object-fit: cover;
}

.price {
  background: linear-gradient(315deg, #0d2258, #69cfee);
  width: 80%;
  margin: 0 auto;
  margin-top: 70px;
  height: 420px;
  border-radius: 40px;
}
.price-header {
  width: 80%;
  margin: 0 auto;
  padding-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.price-header .small-title {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
.price-header-title {
  max-width: 70%;
  display: flex;
  flex-direction: column;
}
.price-header-title h1 {
  text-align: start;
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 46px;
  line-height: 100%;
}
.price-header-title h1 span {
  color: #3E83B3;
}
.price-header-title p {
  margin: 0;
  padding: 0;
  font-weight: 300;
  color: #FFF681;
  font-size: 18px;
}
.price-list {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
}
.price-list-row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 45px;
  margin: 0;
  margin: 10px 0;
}
.price-list-row-name {
  width: 24%;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2%;
  font-size: 20px;
  line-height: 110%;
}
.price-list-row-line {
  width: 49%;
  height: 1.5px;
  background: #fff;
}
.price-list-row-price {
  width: 24%;
  color: #FFF681;
  font-weight: 300;
  font-size: 20px;
  line-height: 110%;
}

.contact {
  background: linear-gradient(315deg, #0d2258, #69cfee);
  width: 80%;
  margin: 0 auto;
  margin-top: 70px;
  height: 970px;
  border-radius: 40px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.contact iframe {
  margin-top: 50px;
  width: 100% !important;
  border-radius: 20px;
}
.contact-header {
  width: 80%;
  margin: 0 auto;
  padding-top: 50px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-header .small-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
.contact-header-title {
  max-width: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-header-title h1,
.contact-header-title h2 {
  text-align: start;
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 56px;
  line-height: 100%;
}
.contact-header-title p {
  margin: 0;
  padding: 0;
  font-weight: 300;
  color: #ffffff;
  font-size: 18px;
  max-width: 70%;
  text-align: start;
  line-height: 110%;
  margin-top: 10px;
}
.contact-blocks {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}
.contact-blocks-item {
  width: 48.5%;
  height: 115px;
  background: #fff;
  margin-top: 30px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  transition: 0.3s;
}
.contact-blocks-item p {
  font-weight: 500;
  color: #1f1f1f;
  font-size: 22px;
  padding: 0;
  margin: 0;
}
.contact-blocks-item-line {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contact-blocks-item-line img {
  width: 40px;
  height: 40px;
}
.contact-blocks-item-line a {
  text-decoration: none;
  margin-left: 20px;
  font-size: 17px;
  color: #696969;
  font-weight: 300;
}
.contact-blocks-item:hover {
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transform: scale(1.02);
}

.pricing {
  width: 80%;
  min-height: 550px;
  border-radius: 40px;
  padding: 10px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pricing-header {
  width: 80%;
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
.pricing-header-text {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pricing-header-btn {
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
  border-radius: 60px;
  padding: 12px 28px;
  transition: 0.3s;
  min-height: 44px;
  line-height: 1.2;
  box-sizing: border-box;
}
.pricing-header-btn img {
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0;
  flex-shrink: 0;
  object-fit: contain;
  display: block;
}
.pricing-header-btn:hover {
  transform: translateY(10px);
}
.pricing-header h2 {
  font-size: 62px;
  line-height: 1.1em;
  font-weight: 400;
  color: #303030;
  padding: 0;
  margin: 0;
}
.pricing-header p {
  font-size: 18px;
  padding: 0;
  margin: 0;
  margin-top: 15px;
  max-width: 550px;
  color: #3c3c3c;
}
.pricing-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.pricing-content-item {
  padding: 25px;
  box-sizing: border-box;
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 30px;
  background: #fff;
}
.pricing-content-item-head {
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 120px;
  border-bottom: 1px solid #6b6b6b;
}
.pricing-content-item-head h3, .pricing-content-item-head h4 {
  font-size: 24px;
  line-height: 1.1em;
  padding: 0;
  margin: 0;
  color: #000;
}
.pricing-content-item-head p {
  font-weight: 300;
  font-size: 16px;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  color: #353535;
}
.pricing-content-item-info ul {
  padding-left: 20px;
}
.pricing-content-item-info ul li {
  color: #262626;
  font-size: 16px;
  font-weight: 300;
}
.pricing-content-item-btn {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0088cc;
  text-decoration: none;
  color: #ffffff;
  border-radius: 60px;
  font-size: 18px;
  transition: 0.3s;
}
.pricing-content-item-btn:hover {
  background: #056391;
}

.footer {
  width: 100%;
  height: 280px;
  background: linear-gradient(315deg, #0d2258, #69cfee);
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
  margin-top: 40px;
}
.footer-banner {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-banner img {
  width: 40%;
}
.footer-top {
  width: 80%;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
}
.footer-top img {
  width: 250px;
}
.footer-top-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-top-left a {
  color: #fff;
  font-size: 20px;
}
.footer-top-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer-top-right a {
  font-size: 32px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
}
.footer-top-right a:hover {
  text-decoration: underline;
}
.footer-bottom {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom p, .footer-bottom a {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
.footer-bottom a img {
  width: 200px;
}

@media screen and (max-width: 1445px) {
  .hero-container-content h1 {
    max-width: 70%;
  }
  .uslugi-blocks-item {
    width: 240px;
    height: 240px;
  }
  .uslugi-blocks-item p {
    font-size: 20px;
  }
  .uslugi-blocks-item img {
    width: 130px;
  }
  .uslugi-blocks-item.lab1::before {
    left: 13.4% !important;
    width: 160px;
    height: 34px;
  }
  .uslugi-blocks-item.lab2::before {
    left: 33.8% !important;
    width: 160px;
    height: 34px;
  }
  .uslugi-blocks-item.lab3::before {
    left: 54.2% !important;
    width: 160px;
    height: 34px;
  }
}
@media screen and (max-width: 1282px) {
  .us-header h1, .us-header h2, .uslugi-header h1, .info-header h1, .proj-header h1 {
    font-size: 42px !important;
    max-width: 80% !important;
  }
  .hero-container-content-cards {
    flex-direction: column;
    width: 340px;
  }
  /* BURGER */
  .hero-container-content h1 {
    font-size: 48px;
    max-width: 85%;
  }
  .hero-container-content p {
    font-size: 16px;
  }
  .hero-container-header-burger {
    display: flex;
  }
  .hero-container-header > ul {
    display: none;
  }
  .contact-header-title {
    min-width: 80%;
  }
  .hero {
    height: 875px;
  }
}
@media screen and (max-width: 1220px) {
  .hero-contacts-content h1 {
    font-size: 40px !important;
    line-height: 1.2em !important;
    max-width: 100% !important;
  }
  .hero-contacts-content h2 {
    max-width: 100% !important;
  }
  .process-header h2 {
    width: 100%;
    max-width: 100% !important;
  }
  .services-cards-item {
    width: 100%;
    min-height: 180px;
  }
  .services-cards-item img {
    width: 30%;
  }
  .price {
    height: 480px;
  }
  .price-header {
    width: 90%;
  }
  .price-list {
    width: 90%;
  }
  .uslugi-blocks {
    width: 100%;
  }
  .uslugi-blocks-item {
    width: 220px;
    height: 220px;
  }
  .uslugi-blocks-item-all {
    height: 220px;
  }
  .uslugi-blocks-item p {
    font-size: 20px;
  }
  .uslugi-blocks-item img {
    width: 120px;
  }
  .uslugi-blocks-item.lab1::before {
    left: 12.8% !important;
    width: 160px;
    height: 34px;
  }
  .uslugi-blocks-item.lab2::before {
    left: 33.2% !important;
    width: 160px;
    height: 34px;
  }
  .uslugi-blocks-item.lab3::before {
    left: 53.4% !important;
    width: 160px;
    height: 34px;
  }
  .hero-container-content h1 {
    font-size: 50px;
  }
  .hero-container-header > ul > li {
    margin-left: 20px;
  }
  .us-blocks-item {
    padding: 15px 20px;
  }
  .us-blocks-item p {
    font-size: 20px;
  }
  .info-content img {
    width: 49% !important;
    height: 400px !important;
    object-fit: contain;
  }
  .info-content-text {
    width: 49% !important;
    padding: 10px 20px;
    border-radius: 25px;
  }
  .info2-content {
    flex-direction: column;
  }
  .info2-content {
    height: auto;
  }
  .info2-content-img {
    width: 100%;
    margin-top: 20px;
    height: 400px !important;
    object-fit: cover;
  }
  .info2-content-text {
    width: 100%;
  }
  .info-content {
    flex-direction: column;
    height: auto;
  }
  .info-content img {
    width: 100% !important;
    margin-top: 20px;
  }
  .info-content-text {
    width: 100% !important;
  }
}
@media screen and (max-width: 1070px) {
  .forma {
    width: 80% !important;
    box-sizing: border-box;
  }
  .hero {
    height: 750px;
  }
  .hero-container-content-cards {
    flex-direction: column;
    width: 315px;
    margin-top: 80px;
  }
  .hero-container-content h1::after {
    height: 50%;
    margin-right: -50px;
    width: 550px;
  }
  .hero-container-content p {
    font-size: 16px;
    max-width: 65%;
  }
  .hero-container-content h1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 1035px) {
  .contact {
    min-height: 700px !important;
    height: auto !important;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .process-cards {
    flex-wrap: wrap !important;
  }
  .process-cards-item {
    width: 100% !important;
  }
  .info2-header {
    margin-bottom: 30px;
  }
  .info2-header h1 {
    font-size: 38px !important;
    line-height: 95% !important;
  }
  .price {
    height: 400px;
  }
  .price-header-title h1 {
    font-size: 38px;
  }
  .price-list-row-price, .price-list-row-name {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .pricing-content {
    flex-wrap: wrap;
  }
  .pricing-content-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .uslugi-blocks {
    flex-wrap: wrap;
    margin-top: -20px;
  }
  .uslugi-blocks-item {
    width: 47%;
    height: 220px;
    border-radius: 25px;
    margin-top: 40px;
  }
  .uslugi-blocks-item-all {
    width: 300px;
  }
  .uslugi-blocks-item.lab1::before {
    left: 22% !important;
    width: 160px;
    height: 34px;
  }
  .uslugi-blocks-item.lab2::before {
    left: 63% !important;
    width: 160px;
    height: 34px;
  }
  .uslugi-blocks-item.lab3::before {
    left: 22% !important;
    width: 160px;
    height: 34px;
  }
  .us-blocks-item {
    padding: 15px 10px;
    border-radius: 25px;
  }
  .us-blocks-item p {
    font-size: 18px;
  }
  .hero-container-content h1 {
    font-size: 38px;
  }
  .hero-container-content h1::after {
    width: 50%;
    height: 425px;
    background-position: bottom;
    margin-right: 20px;
    object-fit: cover;
  }
  .us-header p, .uslugi-header p, .info-header p, .info2-header p, .proj-header p {
    display: none;
  }
  .us-header h1, .us-header h2, .uslugi-header h1, .info-header h1, .proj-header h1 {
    font-size: 36px !important;
    max-width: 100% !important;
  }
  .footer-top-right a {
    font-size: 25px !important;
  }
}
@media screen and (max-width: 900px) {
  .process-header h2 {
    font-size: 44px !important;
    line-height: 1.1em !important;
  }
  .contact-header-title h1,
.contact-header-title h2 {
    font-size: 40px;
  }
  .contact-header-title p {
    font-size: 16px;
  }
  .contact-blocks-item p {
    font-size: 20px;
  }
  .contact-blocks-item-line a {
    font-size: 16px;
  }
  .contact-header,
  .contact-blocks {
    width: 90%;
  }
  .price-header-title {
    max-width: 80% !important;
  }
}
#bra {
  display: none;
}

@media screen and (max-width: 850px) {
  .us-header h1,
  .us-header h2 {
    text-align: center;
    width: 100%;
  }
  .services-cards-item-text {
    width: 53%;
    padding-left: 20px;
  }
  .services-cards-item img {
    width: 40%;
  }
  .hero-container-content-cards {
    margin-top: 100px !important;
  }
  .zap-content-header {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .zap-content-header h1 {
    margin: 0;
    margin: 25px 0 10px 0;
    line-height: 95%;
    font-size: 38px !important;
  }
  .zap-content-header span {
    font-size: 16px !important;
  }
  #bra {
    display: block;
  }
  .footer {
    height: 350px;
  }
  .footer-bottom {
    margin-top: -40px;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-bottom p, .footer-bottom a {
    line-height: 105%;
    padding: 0;
    margin: 0;
    margin-top: 40px;
  }
  .us-blocks {
    flex-direction: column;
    margin-top: -20px;
    align-items: center;
  }
  .us-blocks-item {
    width: 80%;
    margin-top: 20px;
    height: 120px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
  }
  .us-blocks-item-img {
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .us-blocks-item-img img {
    width: 100%;
  }
  .us-blocks-item p {
    padding-top: 0;
    padding-left: 20px;
  }
  .hero-container {
    width: 92%;
  }
  .hero {
    margin-top: 20px !important;
    width: calc(100% - 40px);
  }
  .hero-container-content h1 {
    max-width: 100%;
    font-size: 36px;
    line-height: 112%;
  }
  .hero-container-content p {
    max-width: 80%;
  }
  .hero-container-header {
    height: 100px;
  }
  .hero-container-content-cards {
    margin-top: 135px;
  }
  .hero-container-content {
    padding-top: 5px;
  }
  .hero {
    height: 700px;
  }
  .us, .uslugi, .proj, .info {
    width: calc(100% - 40px);
    margin-top: 40px;
  }
  .us-header, .uslugi-header, .proj-header, .info-header {
    width: 95% !important;
    margin-top: 60px !important;
    margin-bottom: 40px !important;
  }
  .us-header h1, .uslugi-header h1, .proj-header h1, .info-header h1 {
    font-size: 32px;
  }
  .us-header {
    margin-top: 0 !important;
  }
  .proj-slider p {
    margin-bottom: 50px;
    margin-top: 30px;
  }
  .uslugi-blocks-item {
    padding-top: 15px !important;
  }
  .price {
    width: 90% !important;
  }
  .hero-container-header-icon {
    display: none;
  }
  .services-header h2 {
    text-align: center;
    line-height: 1.1em;
  }
  .services-header h3 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 800px) {
  .hero-contacts {
    width: calc(100% - 24px) !important;
    margin-top: 12px !important;
    min-height: 520px;
    height: auto !important;
    border-radius: 24px;
    box-sizing: border-box;
  }
  .zap-header + .hero-contacts {
    margin-top: 12px !important;
  }
  .hero-contacts-content {
    gap: 22px;
    padding: 32px 24px 36px;
  }
  .hero-contacts-content h1 {
    font-size: clamp(28px, 6.5vw, 36px) !important;
    line-height: 1.12 !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  .hero-contacts-content h2 {
    font-size: clamp(17px, 4.2vw, 20px) !important;
    line-height: 1.45 !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  .hero-contacts-content a,
  .hero-contacts-cta {
    margin-top: 0 !important;
    font-size: 18px;
  }
  .zap-header .hero-container-header-phone {
    display: none;
  }
  .uslugi-blocks {
    align-items: center;
  }
  .uslugi-blocks-item {
    width: 100%;
    margin-top: 30px;
  }
  .uslugi-blocks-item-all {
    width: 100%;
    height: 150px;
  }
  .uslugi-blocks-item.lab1::before {
    left: 15% !important;
    width: 160px;
    height: 34px;
  }
  .uslugi-blocks-item.lab2::before {
    left: 15% !important;
    width: 160px;
    height: 34px;
  }
  .uslugi-blocks-item.lab3::before {
    left: 15% !important;
    width: 160px;
    height: 34px;
  }
}
@media screen and (max-width: 770px) {
  .hero-contacts {
    background: linear-gradient(315deg, #0d2258, #69cfee) !important;
    min-height: min(500px, calc(100dvh - 130px));
    height: auto;
    flex-direction: column;
    padding: 0;
  }
  .hero-contacts-content {
    width: 100% !important;
    flex: 1;
    padding: 32px 22px 36px;
    align-items: stretch;
    justify-content: center;
    box-sizing: border-box;
    gap: 24px;
  }
  .hero-contacts-content h1 {
    color: #fff !important;
    font-weight: 400;
    max-width: 100%;
    font-size: clamp(28px, 7vw, 36px) !important;
    line-height: 1.12 !important;
    margin: 0 !important;
  }
  .hero-contacts-content h2 {
    color: #dbdbdb !important;
    max-width: 100% !important;
    font-size: clamp(17px, 4.2vw, 20px) !important;
    line-height: 1.45 !important;
    margin: 0 !important;
  }
  .hero-contacts-content a,
  .hero-contacts-cta {
    width: 100%;
    max-width: 100%;
    margin-top: 0 !important;
    padding: 14px 20px;
    justify-content: center;
    white-space: normal;
    text-align: center;
    font-size: 18px;
    min-height: 50px;
    gap: 12px;
  }
  .hero-contacts-cta span {
    text-align: center;
  }
  .hero-contacts-img {
    display: none;
  }
  .process-header h2 {
    font-size: 40px !important;
  }
  .hero {
    height: 700px;
  }
  .hero-container-content {
    margin-top: 50px;
  }
  .price-list-row {
    align-items: center;
  }
  .price-list-row-name {
    width: 40%;
  }
  .price-list-row-price {
    width: 40%;
    text-align: end;
  }
  .price-list-row-line {
    width: 15%;
  }
  .small-title {
    display: none;
  }
  .contact-header {
    justify-content: flex-end !important;
    max-width: 100%;
    width: 90%;
  }
  .price-header {
    width: 90%;
    max-width: 100% !important;
  }
  .price-header-title, .contact-header-title {
    width: 100%;
    max-width: 100% !important;
  }
  .footer-bottom {
    width: 90%;
  }
  .footer-top {
    width: 90%;
    padding: 0;
    margin: 0 auto;
    padding: 30px 0;
  }
  .footer-top img {
    width: 150px;
  }
  .footer-banner img {
    width: 80%;
  }
  .pricing-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .pricing-header-text {
    width: 100%;
  }
  .pricing-header-btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .wrap {
    margin-top: 135px !important;
  }
  .wrap h1 {
    font-size: 26px;
    line-height: 1.2em;
  }
  .pricing {
    width: calc(100% - 30px);
  }
  .pricing-header {
    width: calc(100% - 30px);
  }
  .pricing-header h2 {
    font-size: 52px;
  }
  .pricing-header p {
    font-size: 16px;
  }
  .process {
    width: calc(100% - 30px) !important;
  }
  .us {
    width: calc(100% - 30px) !important;
  }
  .us-blocks {
    width: 100% !important;
  }
  .process-header {
    width: 100% !important;
    padding: 40px 20px !important;
  }
  .process-header h2 {
    font-size: 46px !important;
    max-width: 100% !important;
  }
  .process-header p {
    font-size: 22px !important;
    max-width: 80%;
  }
  .process-cards {
    width: 100% !important;
    padding: 0 20px !important;
    box-sizing: border-box;
  }
  .process-cards-item {
    width: 100% !important;
  }
  .us-header h1,
  .us-header h2 {
    font-size: 48px !important;
    line-height: 1.1em !important;
    text-align: center;
  }
  .services {
    width: calc(100% - 30px) !important;
  }
  .services-header h2 {
    text-align: center;
    line-height: 1.1em;
  }
  .services-header h3 {
    margin-top: 20px;
  }
  .services-cards-item {
    width: 100% !important;
  }
  .contact-header {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .contact-blocks {
    flex-wrap: wrap;
    margin-top: -15px;
  }
  .contact-blocks-item {
    width: 100%;
    margin-top: 15px !important;
  }
  .footer {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
@media screen and (max-width: 675px) {
  .footer-top-right a {
    font-size: 20px !important;
  }
  .hero-prices h1 {
    font-size: 32px !important;
    line-height: 1.2em !important;
  }
  .prices1 h2 {
    line-height: 1.2em !important;
  }
  .forma {
    width: calc(100% - 40px) !important;
    box-sizing: border-box;
    margin: 30px auto !important;
    padding: 20px !important;
  }
  .forma button {
    width: 100% !important;
  }
  .forma-field {
    width: 100% !important;
  }
  .forma-field input, .forma-field textarea {
    box-sizing: border-box;
  }
  .forma-field input {
    padding: 12px 15px !important;
  }
  .forma-header {
    width: 100%;
  }
  .forma-header p {
    text-align: center !important;
  }
  .forma form {
    box-sizing: border-box;
    width: 100%;
  }
  .contact-float {
    right: 15px;
    bottom: 15px;
  }
  .contact-main {
    width: 70px;
    height: 70px;
    font-size: 26px;
  }
  .contact-options {
    bottom: calc(100% + 10px);
    gap: 12px;
  }
  .contact-options a {
    width: 54px;
    height: 54px;
    font-size: 22px;
  }
  .info2, .info2 * {
    border-radius: 20px;
  }
  .hero-container-header img {
    width: 130px;
  }
  .hero-container-content h1::after {
    width: 65%;
  }
  .hero-container-content h1 {
    font-size: 34px;
  }
  .hero-container-content a {
    font-size: 16px;
    margin-top: 20px;
  }
  .us-blocks {
    width: 92%;
  }
  .us-blocks-item {
    width: 100%;
  }
  .contact-header-title h1,
.contact-header-title h2 {
    font-size: 38px;
    line-height: 90% !important;
  }
  .contact-header-title p {
    line-height: 105%;
    margin-top: 10px;
    font-size: 16px;
  }
  .contact {
    width: calc(100% - 40px) !important;
  }
  .info-content-text {
    padding: 20px;
    font-size: 16px;
  }
  .price {
    width: calc(100% - 40px) !important;
    margin: 0 auto;
    margin-top: 50px;
    height: 380px;
    border-radius: 20px;
  }
  .price-header h1 {
    font-size: 38px;
    line-height: 90% !important;
  }
  .price-header p {
    line-height: 105%;
    margin-top: 10px;
    font-size: 16px;
  }
  .price-list-row-name {
    width: 45%;
    font-size: 16px;
  }
  .price-list-row-price {
    width: 45%;
    font-size: 16px;
  }
  .price-list-row-line {
    display: none;
  }
  .contact {
    margin-top: 50px;
  }
  .partners-header h2 {
    font-size: 36px;
    line-height: 42px;
    width: 100%;
  }
  .hero {
    height: 850px;
  }
  .services-header h2 {
    text-align: center;
    font-size: 38px;
    line-height: 1.1em;
  }
  .services-header h3 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 580px) {
  .logos-slide {
    gap: 20px !important;
    padding-right: 20px !important;
    padding-left: 0 !important;
  }
  .process-header h2 {
    font-size: 40px !important;
  }
  .hero-container-content p {
    max-width: 90%;
  }
  .hero-container-header-phone {
    font-size: clamp(12px, 3.3vw, 14px);
    padding: 5px 12px;
    min-height: 32px;
    height: auto !important;
    line-height: 1.1;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .price-header, .contact-header {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .info-content {
    width: 100% !important;
  }
  .info-content-text {
    width: 100% !important;
  }
  .uslugi-header h1, .info-header h1, .proj-header h1 {
    font-size: 28px !important;
  }
  .uslugi-header, .info-header, .proj-header {
    width: 100% !important;
  }
  .us-blocks, .uslugi-blocks {
    width: 100%;
  }
  .uslugi-blocks-item {
    padding: 15px;
  }
  .info2 {
    width: 97%;
  }
  .info2-content {
    width: 90%;
  }
  .hero {
    height: 900px;
  }
  .uslugi-blocks-item img {
    width: 180px;
  }
  .uslugi-blocks-item {
    height: 255px;
  }
}
@media screen and (max-width: 530px) {
  .popup ul li a {
    font-size: 36px;
  }
  .hero-container-header-btns {
    gap: 4px;
  }
  .hero-container-header-phone {
    font-size: 12px;
    padding: 4px 10px;
    min-height: 30px;
    height: auto !important;
    border-radius: 999px;
    line-height: 1.1;
  }
  .zap-content {
    margin-top: 148px !important;
  }
  .zap-content-header {
    margin-bottom: 20px;
  }
  .price {
    width: calc(100% - 30px) !important;
  }
  .us, .uslugi, .proj, .info {
    width: calc(100% - 30px);
  }
  .uslugi-blocks-item.popular p {
    padding-top: 10px !important;
  }
  .hero {
    width: calc(100% - 20px);
    height: 800px;
    margin-top: 10px !important;
  }
  .us {
    width: calc(100% - 30px);
  }
  .hero-container-content-cards {
    display: none;
  }
  .hero-container-content h1 {
    font-size: 30px;
  }
  .hero-container-content p {
    max-width: 100%;
  }
  .hero-container-content h1::after {
    width: 80%;
  }
  .hero-container-content p {
    max-width: 80%;
    font-size: 14px;
  }
  .us-blocks {
    margin-top: -15px !important;
  }
  .us-blocks-item {
    margin-top: 15px !important;
  }
  .uslugi-header {
    margin-bottom: 60px !important;
  }
  .uslugi-blocks .lab1::before, .uslugi-blocks .lab2::before, .uslugi-blocks .lab3::before {
    left: 8% !important;
  }
  .us-blocks-item:hover {
    box-shadow: 0 0 15px rgba(62, 131, 179, 0.6);
  }
  .uslugi-blocks-item {
    margin-top: 15px !important;
  }
  .uslugi-blocks-item-title {
    width: 100% !important;
  }
  .uslugi-blocks-item p {
    font-size: 22px;
  }
  .uslugi-blocks-item a {
    font-size: 22px;
  }
  .popular {
    margin-top: 35px !important;
  }
  .proj-slider {
    width: 100% !important;
  }
  .proj-slider p {
    font-size: 14px !important;
    line-height: 107%;
    color: #636363;
  }
  .swiper {
    border-radius: 25px !important;
  }
  .partners-header {
    width: 95%;
    margin-top: 10px;
  }
  .partners-header h2 {
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 20px;
    width: 100%;
  }
  .services {
    width: calc(100% - 20px);
    padding: 0;
  }
  .services-header div {
    margin-left: 0;
  }
  .services-header h2 {
    font-size: 36px;
    line-height: 42px;
    text-align: center;
  }
  .services-header h3 {
    margin-top: 15px;
  }
  .services-cards-item {
    width: 100%;
  }
  .services-cards-item img {
    width: 130px;
    height: 130px;
  }
  .services-cards-item-text {
    padding-left: 15px;
    width: calc(100% - 145px);
  }
  .services-cards-item-text h3 {
    font-size: 24px;
    line-height: 1.1em !important;
    width: 100%;
  }
  .services-cards-item-text p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2em;
    width: 100%;
  }
  .us-header h1,
  .us-header h2 {
    font-size: 38px !important;
    text-align: center;
  }
  .us-blocks-item-img {
    width: 95px;
  }
  .us-blocks-item-img img {
    height: 90%;
    width: auto;
  }
  .us {
    margin-top: 70px;
  }
  .process {
    width: calc(100% - 20px) !important;
    margin: 60px auto !important;
    border-radius: 20px;
  }
  .process-header {
    width: 100% !important;
    padding: 50px 15px !important;
    box-sizing: border-box;
    margin: 0;
  }
  .process-header h2 {
    font-size: 38px !important;
    max-width: 100% !important;
    line-height: 42px !important;
  }
  .process-cards {
    width: 100% !important;
    box-sizing: border-box;
    padding: 0 15px !important;
  }
  .process-cards-item {
    width: 100% !important;
  }
  .uslugi {
    width: calc(100% - 20px);
  }
  .uslugi-header h1 {
    font-size: 34px !important;
    max-width: 90% !important;
  }
  .faq {
    width: calc(100% - 20px);
    max-width: 100% !important;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 !important;
    margin: 40px auto !important;
  }
  .faq h2 {
    font-size: 52px !important;
    line-height: 54px;
    margin-bottom: 0 !important;
    padding-bottom: 60px;
    margin-top: 0 !important;
  }
  .contact {
    border-radius: 20px !important;
    width: calc(100% - 20px) !important;
  }
  .contact-header-title h1,
.contact-header-title h2 {
    font-size: 46px !important;
  }
  .contact-header-title p {
    font-size: 18px !important;
    margin-top: 20px !important;
  }
  .contact-blocks-item-line a {
    font-size: 18px !important;
  }
  .footer {
    flex-direction: column;
    height: 500px;
  }
  .footer-top {
    flex-direction: column;
  }
  .footer-top-left {
    width: 100%;
  }
  .footer-top-left img {
    width: 220px;
  }
  .footer-top-right {
    width: 100%;
    align-items: flex-start;
    margin-top: 30px !important;
  }
  .footer-bottom {
    margin-top: 40px;
    flex-direction: column;
  }
  .footer-bottom p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .zap-content .content-blocks-item {
    width: 100% !important;
  }
  .zap-content .content-blocks-item p {
    font-size: 20px;
    width: 100%;
  }
  .faq h2 {
    font-size: 44px !important;
    line-height: 1.2em !important;
  }
  .hero-container-content-cards {
    width: 280px;
  }
  .hero-container-content-cards-item p {
    font-size: 14px !important;
  }
  .hero-container-content {
    margin-top: 25px;
  }
  .hero-container-content-cards-item img {
    width: 25px;
    height: 25px;
  }
  .contact-header-title p {
    max-width: 90%;
  }
  .price-header-title h1, .contact-header-title h1,
.contact-header-title h2 {
    font-size: 46px !important;
    text-align: start;
  }
  .hero-container-content h1::after {
    width: 90% !important;
    height: 60% !important;
    background-position: bottom;
    bottom: 0px !important;
    margin-right: 5% !important;
  }
  .hero-container-header img {
    width: 100px;
  }
  .hero-container-content-cards {
    display: none;
  }
  .hero {
    height: 750px !important;
  }
  .process-header h2 {
    max-width: 80% !important;
  }
}
@media screen and (max-width: 430px) {
  .forma-header h2 {
    font-size: 32px !important;
    line-height: 1.2em !important;
  }
  .footer {
    height: 520px;
  }
  .footer-top-right {
    margin-top: 45px !important;
  }
  .footer-top-right a {
    font-size: 26px !important;
  }
  .process-header h2 {
    max-width: 100% !important;
  }
  .footer-banner img {
    width: 90%;
  }
  body.page-home .zap-header.site-header {
    height: auto !important;
    min-height: 68px;
  }
  body.page-home .zap-header.site-header .zap-logo {
    height: auto !important;
  }
  .zap-header .gohome img {
    margin-right: 8px !important;
    width: 15px !important;
  }
  .zap-header .gohome {
    font-size: 15px !important;
    padding: 10px 20px !important;
  }
  .hero-container-content h1 {
    font-size: 28px !important;
  }
  .us-header h1,
  .us-header h2 {
    font-size: 36px !important;
  }
  .uslugi-blocks-item {
    height: 240px !important;
  }
  .uslugi-blocks-item img {
    width: 160px;
  }
  .process-header {
    padding: 30px 15px !important;
  }
}
@media screen and (max-width: 400px) {
  .services-header h2 {
    font-size: 32px !important;
  }
  .hero-container-header-phone {
    display: none;
  }
  .hero-container-header img {
    width: 115px;
  }
  .hero-container-header-burger {
    width: 30px;
    height: 20px;
  }
}
.zap-logo {
  height: 100%;
}
/* zap-header: см. блок Floating header в конце theme.css */
.zap-header img {
  height: 100%;
}
.zap-header .gohome {
  display: flex;
  align-items: center;
  font-size: 24px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 35px;
  color: #F0F0F0;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 2%;
  font-size: 18px;
  transition: 0.3s;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
}
.zap-header .gohome img {
  transform: rotate(-90deg);
  width: 20px;
  margin-right: 15px;
}
.zap-header .gohome:hover {
  text-decoration: underline;
  background: rgba(255, 255, 255, 0.5);
}
.zap-content {
  width: var(--site-width, min(1100px, calc(100% - 48px)));
  margin: var(--site-header-gap, 12px) auto var(--site-section-gap, 24px);
  box-sizing: border-box;
}
.zap-content-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.zap-content-header h1 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.12;
  color: #181818;
  margin: 0;
}
.zap-content-header span {
  font-size: clamp(16px, 2.5vw, 20px);
  line-height: 1.45;
  color: #303030;
  max-width: 640px;
}
.zap-content .content-blocks {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}
.zap-content .content-blocks-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 15px;
  width: 320px;
  height: 360px;
  margin-top: 20px;
  border-radius: 20px;
  background: #fff;
  transition: 0.2s;
}
.zap-content .content-blocks-item span {
  padding: 7px 30px;
  background: #39b74a;
  color: #fff;
  border-radius: 20px;
  font-size: 16px;
}
.zap-content .content-blocks-item .vnal {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.zap-content .content-blocks-item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.faq {
  max-width: 80%;
  margin: 70px auto;
  padding: 0 20px;
}

.faq h2 span {
  color: #3E83B3;
}
.faq h2 {
  text-align: left;
  color: #303030;
  font-size: 52px;
  margin-bottom: 30px;
}

.faq-item {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 16px 20px;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.card .faq-item,
.page-wrap .faq-item {
  margin-bottom: 12px;
}

.faq-question {
  display: block;
  font-weight: 600;
  cursor: pointer;
  padding: 8px 36px 8px 0;
  position: relative;
  font-size: clamp(17px, 3.5vw, 22px);
  line-height: 1.35;
  color: #303030;
  user-select: none;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  color: #4993ba;
  transition: transform 0.3s ease;
}

.faq-item input[type="checkbox"],
.faq input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  pointer-events: none;
}

.faq-item input:checked + .faq-question::after,
.faq input:checked + .faq-question::after {
  content: "–";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 0;
}

.faq-item input:checked ~ .faq-answer,
.faq input:checked ~ .faq-answer {
  max-height: 800px;
  opacity: 1;
}

.faq-answer p {
  margin: 0;
  padding: 8px 0 4px;
  line-height: 1.45;
  font-size: clamp(15px, 3vw, 18px);
  color: #6e6e6e;
}

.faq-answer a {
  color: #4993ba;
}

.process {
  width: 80%;
  margin: 40px auto;
  background: linear-gradient(315deg, #0d2258, #69cfee);
  border-radius: 40px;
}
.process-header {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
}
.process-header h2 {
  color: #fff;
  font-size: 52px;
  line-height: 52px;
  max-width: 100%;
  margin: 10px 0;
}
.process-header h2 span {
  color: #0c1c46;
}
.process-header p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}
.process-cards {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0;
}
.process-cards-item {
  background: #fff;
  width: 45%;
  color: #000;
  margin-bottom: 25px;
  padding: 15px;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
}
.process-cards-item-head {
  display: flex;
  align-items: center;
}
.process-cards-item p {
  font-size: 42px;
  color: #007ab8;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.process-cards-item h3 {
  margin: 0;
  padding: 0;
  margin-left: 15px;
  font-weight: 400;
  font-size: 22px;
  color: #000;
}
.process-cards-item h4 {
  font-weight: 400;
  color: #323232;
  margin: 10px 0;
}

.forma {
  width: 50%;
  background: #fff;
  margin: 40px auto;
  border-radius: 40px;
  padding: 25px;
}
.forma-extra {
  margin: 15px 0;
  color: #3e3e3e;
  display: flex;
  align-items: center;
}
.forma-extra span img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.forma-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.forma-header h2, .forma-header p {
  margin: 0;
  text-align: center;
}
.forma-header h2 {
  width: 100%;
  color: #0c1c46;
  font-size: 36px;
  text-align: center;
  line-height: 38px;
}
.forma-header p {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 300;
}
.forma-field {
  width: 80%;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.forma-field label {
  padding-bottom: 5px;
  font-size: 18px;
}
.forma-field input, .forma-field textarea {
  color: #303030 !important;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  resize: none;
  padding: 7px 15px;
  border-radius: 30px;
  border: 1.5px solid #2a2a2a;
  font-family: "Aeroport", sans-serif;
  background: #f4fafd;
}
.forma-field input ::placeholder, .forma-field textarea ::placeholder {
  color: #212121 !important;
}
.forma-field textarea {
  min-height: 150px;
  border-radius: 20px;
  padding: 16px 20px;
  line-height: 1.5;
}
.forma button {
  font-size: 20px;
  width: 350px;
  margin-top: 20px;
  border: none;
  padding: 12px 30px;
  min-height: 44px;
  border-radius: 50px;
  background: #0088cc;
  color: #fff;
  font-family: "Aeroport", sans-serif;
  cursor: pointer;
  transition: 0.2s;
}
.forma button:hover {
  background: #056391;
}
.forma button:active {
  background: #044666;
}
.forma form {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#successPopup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #4CAF50;
  color: white;
  padding: 20px 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1400;
  text-align: center;
  font-family: Arial, sans-serif;
  animation: fadeInOut 3s ease-in-out;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.hero-contacts {
  width: var(--site-width, min(1100px, calc(100% - 48px)));
  background: #fff;
  border-radius: 32px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  min-height: 0;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
}
.hero-contacts-content {
  width: 55%;
  padding: clamp(28px, 4vw, 40px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
.hero-contacts-content h1 {
  color: #000;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.15;
  margin: 0;
  max-width: 100%;
}
.hero-contacts-content h2 {
  color: #4f4f4f;
  display: block;
  font-size: clamp(16px, 2.2vw, 20px);
  font-weight: 300;
  line-height: 1.45;
  max-width: 100%;
  margin: 0;
}
.hero-contacts-content a,
.hero-contacts-cta {
  background: #FFF681;
  padding: 14px 28px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 0;
  text-decoration: none;
  color: #303030;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  transition: background 0.3s ease, transform 0.2s ease;
  border-radius: 50px;
  box-sizing: border-box;
  box-shadow: 0 0 24px rgba(208, 200, 98, 0.45);
  white-space: nowrap;
  max-width: 100%;
}
.hero-contacts-content a img,
.hero-contacts-cta img {
  width: 28px;
  height: 28px;
  padding: 0;
  margin: 0;
  flex-shrink: 0;
  object-fit: contain;
  display: block;
}
.hero-contacts-content a span,
.hero-contacts-cta span {
  display: block;
  line-height: 1.2;
}
.hero-contacts-content a:hover,
.hero-contacts-cta:hover {
  background: #d0c862;
  transform: translateY(-1px);
}
.hero-contacts-img {
  width: 40%;
}
.hero-contacts-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}

.privacy {
  width: 90%;
  margin: 12px auto 40px;
}
.privacy h2 {
  text-align: center;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2em;
}


.hero-local h1 {
  margin: 0 0 12px;
  color: #fff;
  font-weight: 400;
  line-height: 1.15;
}
.hero-local h1 span {
  color: #fff681;
}
.hero-local p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}
.hero-local .btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}
.hero-local .pricing-content-item-btn {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
  min-height: 48px;
  display: inline-flex !important;
  padding: 12px 28px !important;
  box-sizing: border-box;
  background: #fff !important;
  color: #0d2258 !important;
  font-weight: 500;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
}
.hero-local .pricing-content-item-btn:hover {
  background: #e8f1f8 !important;
  color: #0a1838 !important;
}
.hero-local .hero-bullets {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.hero-local .hero-bullets li {
  position: relative;
  padding-left: 18px;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
  line-height: 1.4;
}
.hero-local .hero-bullets li:last-child {
  margin-bottom: 0;
}
.hero-local .hero-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff681;
  transform: translateY(-50%);
}

:root {
  --color-primary: #4993BA;
  --color-primary-dark: #357a9e;
  --color-text: #1a1a1a;
  --color-text-muted: #666666;
  --color-bg: #ffffff;
  --color-bg-section: #f8f9fa;
  --color-border: #e0e0e0;
}

.btn-primary {
  display: inline-block;
  background: var(--color-primary);
  color: #ffffff;
  border-radius: 6px;
  padding: 12px 28px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
}
.btn-primary:hover {
  background: var(--color-primary-dark);
  color: #ffffff;
}

.btn-secondary {
  display: inline-block;
  background: transparent;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
  border-radius: 6px;
  padding: 10px 24px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}
.btn-secondary:hover {
  background: var(--color-primary);
  color: #ffffff;
}

.text-link {
  color: var(--color-primary);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}
.text-link:hover {
  border-bottom-color: var(--color-primary);
}

.card-standard {
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s;
}
.card-standard:hover {
  box-shadow: 0 4px 16px rgba(73, 147, 186, 0.15);
}

.nav-link.active,
.nav-item.active > .nav-link {
  color: var(--color-primary) !important;
  font-weight: 600;
}

.hero-container-header .nav-link.active,
.hero-container-header .nav-item.active > .nav-link {
  color: #FFF681 !important;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-menu {
  display: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0;
  padding-top: 0;
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  min-width: 260px;
  z-index: 200;
  list-style: none;
  padding: 8px 0;
  margin-left: 0;
}
.nav-dropdown-menu::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  height: 14px;
  background: transparent;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  display: flex;
}

.hero-container-header .nav-dropdown {
  position: relative;
}
.hero-container-header .nav-link,
.hero-container-header .nav-dropdown-toggle {
  color: #F0F0F0;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  transition: color 0.2s ease;
}
.hero-container-header .nav-link:hover,
.hero-container-header .nav-dropdown-toggle:hover {
  color: #FFF681;
  font-size: 18px;
}
.hero-container-header .nav-dropdown-menu {
  display: none;
}
.hero-container-header .nav-dropdown-menu li {
  margin-left: 0;
  width: 100%;
}
.hero-container-header .nav-dropdown-menu li a {
  color: var(--color-text) !important;
  font-size: 15px !important;
  white-space: nowrap;
}
.hero-container-header .nav-dropdown-menu li a:hover {
  color: var(--color-primary) !important;
  font-size: 15px !important;
}
.hero-container-header .nav-dropdown-menu li:first-child a {
  color: var(--color-primary) !important;
}
.hero-container-header .nav-dropdown:hover .nav-dropdown-menu,
.hero-container-header .nav-dropdown:focus-within .nav-dropdown-menu {
  display: flex;
}

.nav-dropdown-menu li a {
  display: block;
  padding: 10px 20px;
  color: var(--color-text);
  text-decoration: none;
  font-size: 15px;
  transition: background 0.15s, color 0.15s;
  border-bottom: none;
}

.nav-dropdown-menu li a:hover {
  background: #f0f7fb;
  color: var(--color-primary);
}

.nav-dropdown-menu li:first-child a {
  font-weight: 600;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 4px;
}

.dropdown-arrow {
  font-size: 12px;
  margin-left: 4px;
}

.popup .nav-dropdown-menu {
  position: static;
  display: none;
  box-shadow: none;
  border: none;
  border-left: 3px solid var(--color-primary);
  border-radius: 0;
  padding-left: 12px;
  margin-top: 8px;
  min-width: auto;
  background: transparent;
}

.popup .nav-dropdown-menu li a {
  font-size: 28px;
  padding: 8px 0;
  color: #fff;
}

.popup .nav-dropdown-menu li:first-child a {
  border-bottom: none;
  margin-bottom: 0;
}

.popup .nav-dropdown.open .nav-dropdown-menu {
  display: block;
}

.popup .nav-dropdown.open .dropdown-arrow {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .hero-container-header .nav-dropdown-menu {
    position: static;
    box-shadow: none;
    border: none;
    border-left: 3px solid var(--color-primary);
    border-radius: 0;
    padding-left: 12px;
    margin-top: 0;
    display: none !important;
    min-width: auto;
  }
  .hero-container-header .nav-dropdown.open .nav-dropdown-menu {
    display: flex !important;
  }
  .hero-container-header .nav-dropdown:hover .nav-dropdown-menu {
    display: none !important;
  }
  .hero-container-header .nav-dropdown.open:hover .nav-dropdown-menu {
    display: flex !important;
  }
}
.footer {
   height: auto;
   min-height: 280px;
   padding-bottom: 24px;
 }
 .footer-top {
   width: 92%;
   max-width: 1180px;
   margin: 0 auto;
   padding: 28px 24px 20px;
   display: grid;
   grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr) minmax(0, 1fr);
   align-items: start;
   gap: 20px 32px;
   box-sizing: border-box;
 }
 .footer-top-left {
   width: auto;
   max-width: 100%;
   justify-self: start;
   align-items: flex-start;
 }
 .footer-top-left img {
   width: 220px;
   max-width: 100%;
   height: auto;
 }
 .footer-top-left a {
   font-size: 17px;
   line-height: 1.4;
   margin-top: 10px;
 }
.footer-top-right {
  justify-self: end;
  align-items: flex-end;
  text-align: right;
}
.footer-top-right a {
  font-size: 28px;
  line-height: 1.25;
}

.footer-services {
   justify-self: center;
   text-align: left;
   max-width: 100%;
   padding-left: 80px;
 }

 .footer-col-title {
   font-weight: 700;
   font-size: 14px;
   text-transform: uppercase;
   letter-spacing: 0.05em;
   color: #ffffff;
   margin: 0 0 12px;
   text-align: left;
 }

 .footer-links {
   list-style: none;
   padding: 0;
   margin: 0;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   gap: 8px;
   max-width: 100%;
 }
 .footer-links li {
   margin: 0;
 }
 .footer-links a {
   color: rgba(255, 255, 255, 0.8);
   text-decoration: none;
   font-size: 14px;
   line-height: 1.35;
   transition: color 0.2s;
   white-space: nowrap;
 }
 .footer-links a:hover {
   color: #ffffff;
 }

@media (max-width: 1024px) {
  .footer-top {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 16px 20px;
  }
  .footer-top-left img {
    width: 190px;
  }
  .footer-top-left a {
    font-size: 15px;
  }
  .footer-top-right a {
    font-size: 22px;
  }
  .footer-links {
    max-width: 340px;
    gap: 6px 16px;
  }
  .footer-links a {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
   .footer-top {
     grid-template-columns: 1fr;
     justify-items: start;
     text-align: left;
     gap: 28px;
   }
   .footer-top-left, .footer-top-right {
     justify-self: start;
     align-items: flex-start;
     text-align: left;
   }
   .footer-top-left img {
     width: 200px;
   }
   .footer-top-right a {
     font-size: 24px;
   }
   .footer-services {
     width: 100%;
   }
   .footer-links {
     max-width: 100%;
   }
 }
.other-services {
  padding: 48px 0;
  background: var(--color-bg-section);
}

.other-services__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.other-services__title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 24px;
  color: var(--color-text);
}

.other-services__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.other-services__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: 6px;
  color: var(--color-text);
  text-decoration: none;
  font-size: 15px;
  transition: border-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.other-services__link::before {
  content: "→";
  color: var(--color-primary);
  font-size: 14px;
}
.other-services__link:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
  box-shadow: 0 2px 8px rgba(73, 147, 186, 0.12);
}

@media (max-width: 768px) {
  .other-services__link {
    width: 100%;
  }
}
.service-content a.service-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-primary);
  font-weight: 600;
}
.service-content a.service-more img {
  width: 16px;
}

.pricing-header-btn img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}

.btn-outline {
  background: transparent !important;
  color: #4993BA !important;
  border: 2px solid #4993BA !important;
  transition: all 0.2s ease !important;
}
.btn-outline:hover {
  background: #4993BA !important;
  color: #ffffff !important;
}

.process-header h2 span {
  color: #ffffff !important;
}

.service-img-placeholder,
.service-img-wrap {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.service-img-placeholder {
  background: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}

.service-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* legacy block — см. Floating header в конце файла */

.zap-header .zap-logo {
  height: auto !important;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.zap-header .zap-logo img {
  width: 150px !important;
  height: auto !important;
  display: block;
}

.zap-header > ul {
  display: flex;
  align-items: center;
  gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.zap-header > ul > li {
  margin: 0 !important;
}

.zap-header .nav-link,
.zap-header .nav-dropdown-toggle {
  color: #F0F0F0;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  transition: color 0.2s ease;
}

.zap-header .nav-link:hover,
.zap-header .nav-dropdown-toggle:hover {
  color: #FFF681;
}

.zap-header .nav-dropdown-menu {
  top: calc(100% + 8px);
}

.zap-header .hero-container-header-btns {
  flex-shrink: 0;
}

.zap-header .hero-container-header-burger {
  display: none;
  flex-shrink: 0;
}

.zap-header + .page-wrap,
.zap-header + .zap-content,
.zap-header + .hero-serv,
.zap-header + .hero-prices,
.zap-header + .privacy,
.zap-header + .hero-contacts {
  margin-top: 16px !important;
}

.page-wrap {
  width: var(--site-width, min(1100px, calc(100% - 48px)));
  margin: var(--site-header-gap, 12px) auto var(--site-section-gap, 24px);
  padding: 0 !important;
  box-sizing: border-box;
}

.hero-local {
  padding: 32px 28px !important;
  border-radius: 32px !important;
  background: linear-gradient(315deg, #0d2258, #69cfee) !important;
  border: none !important;
  box-shadow: 0 8px 32px rgba(13, 34, 88, 0.2);
}

.card,
.object-card {
  padding: 24px !important;
  border-radius: 16px !important;
  box-sizing: border-box;
}

.page-wrap > .card + .card,
.page-wrap > section.card + section.card {
  margin-top: 0;
}

.page-wrap .pricing-content-item-btn,
.hero-local .pricing-content-item-btn {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
  min-height: 44px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 10px 24px !important;
  font-size: 16px !important;
  line-height: 1.2;
  box-sizing: border-box;
}

.service-img-placeholder,
.service-img-wrap {
  width: 35%;
  height: 200px;
}

.services-cards-item {
  align-items: stretch;
  gap: 0;
}

@media screen and (max-width: 1282px) {
  .zap-header > ul {
    display: none;
  }

  .zap-header .hero-container-header-burger {
    display: flex;
  }
}

@media screen and (max-width: 850px) {
  body.page-home .zap-header.site-header {
    width: calc(100% - 24px) !important;
    min-height: 68px;
    margin-top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    padding: 12px 16px !important;
    border-radius: 24px;
  }

  .zap-header .zap-logo img {
    width: 130px !important;
  }

  .zap-header .hero-container-header-icon {
    display: none;
  }

  .zap-header + .page-wrap,
  .zap-header + .zap-content,
  .zap-header + .hero-serv,
  .zap-header + .hero-prices,
  .zap-header + .privacy,
  .zap-header + .hero-contacts {
    margin-top: 12px !important;
  }

  .page-wrap {
    width: var(--site-width, calc(100% - 32px));
    margin: var(--site-header-gap, 10px) auto var(--site-section-gap, 24px);
  }

  .services-cards-item {
    flex-direction: column;
  }

  .service-img-placeholder,
  .service-img-wrap,
  .services-cards-item-text {
    width: 100% !important;
  }

  .services-cards-item-text {
    padding-left: 0 !important;
    padding-top: 16px;
  }
}

@media screen and (max-width: 530px) {
  body.page-home .zap-header.site-header {
    width: calc(100% - 24px) !important;
    min-height: 68px;
    left: 0 !important;
    right: 0 !important;
    padding: 12px 16px !important;
  }

  .zap-header .zap-logo img {
    width: 118px !important;
  }

  .zap-header .hero-container-header-phone {
    display: none;
  }

  .page-wrap {
    width: var(--site-width, calc(100% - 24px));
    margin: var(--site-header-gap, 8px) auto var(--site-section-gap, 20px);
  }

  .hero-contacts {
    width: var(--site-width, calc(100% - 24px)) !important;
    margin-top: 10px !important;
    min-height: min(440px, calc(100dvh - 120px));
    border-radius: 20px;
  }

  .hero-contacts-content {
    padding: 28px 18px 32px !important;
    justify-content: center;
    gap: 20px !important;
  }

  .hero-contacts-content h1 {
    font-size: 26px !important;
    line-height: 1.15 !important;
  }

  .hero-contacts-content h2 {
    font-size: 16px !important;
    margin: 0 !important;
    line-height: 1.45 !important;
  }

  .hero-contacts-content a,
  .hero-contacts-cta {
    margin-top: 0 !important;
    padding: 13px 18px !important;
    font-size: 17px !important;
    min-height: 48px;
  }

  .hero-contacts-cta img {
    width: 22px;
    height: 22px;
  }

  .hero-local {
    padding: 28px 22px !important;
    border-radius: 24px !important;
  }

  .card,
  .object-card {
    padding: 18px !important;
  }

  .page-wrap h1 {
    font-size: 28px !important;
    line-height: 1.15 !important;
  }

  .page-wrap h2 {
    font-size: 24px !important;
    line-height: 1.2 !important;
  }

  .page-wrap p,
  .page-wrap li,
  .page-wrap td,
  .page-wrap th {
    font-size: 15px;
    line-height: 1.45;
  }

  .page-wrap .pricing-content-item-btn,
  .hero-local .pricing-content-item-btn {
    width: 100% !important;
    min-height: 42px;
    margin-left: 0 !important;
    margin-top: 10px;
    padding: 10px 18px !important;
    white-space: normal;
    text-align: center;
  }

  .service-img-placeholder,
  .service-img-wrap {
    height: 190px;
  }
}

.pricing-header {
  width: min(1100px, calc(100% - 48px));
  gap: 24px;
}

.pricing-header-btn {
  width: auto !important;
  min-width: 0;
  min-height: 44px;
  padding: 11px 22px;
  gap: 10px;
  border-radius: 28px;
  box-sizing: border-box;
  line-height: 1.2;
}

.pricing-header-btn img {
  width: 16px !important;
  height: 16px !important;
  padding-left: 0 !important;
  object-fit: contain;
  display: block;
}

.pricing-header-btn:hover {
  transform: translateY(-2px);
}

.services {
  width: min(1100px, calc(100% - 48px));
  padding: 28px;
  overflow: hidden;
}

.services-header {
  margin: 28px 0 24px;
  gap: 16px;
}

.services-header div {
  margin-left: 0;
}

.services-header h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  text-align: center;
}

.services-header h3 {
  max-width: 760px;
  margin-top: 8px;
  line-height: 1.45;
}

.services-cards {
  gap: 24px;
}

.services-cards-item {
  width: calc(50% - 12px);
  margin-top: 0;
  padding: 16px;
  border-radius: 22px;
  box-sizing: border-box;
}

.services .btn-outline {
  width: auto !important;
  min-width: 220px;
  max-width: 280px;
  height: auto !important;
  min-height: 42px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 10px 20px !important;
  margin: 0 5px;
  border-radius: 26px !important;
  font-size: 16px !important;
  line-height: 1.2;
  box-sizing: border-box;
}

.footer {
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
}

.footer-top {
  padding: 28px 24px 18px;
}

.footer-services {
  padding-left: 0;
}

.footer-top-right a {
  word-break: break-word;
}

@media screen and (max-width: 850px) {
  .pricing-header {
    width: calc(100% - 32px);
    margin: 28px auto 20px;
    padding-top: 0;
    align-items: flex-start;
  }

  .pricing-header-text {
    width: 100%;
  }

  .pricing-header h2 {
    font-size: clamp(34px, 9vw, 48px);
  }

  .pricing-header-btn {
    margin-top: 4px;
  }

  .services {
    width: calc(100% - 32px) !important;
    padding: 22px !important;
    border-radius: 32px;
  }

  .services-header {
    margin: 10px 0 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .services-header:has(> img) {
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
  }

  .services-header h2 {
    width: 100%;
    margin-left: 0 !important;
    font-size: clamp(30px, 8vw, 38px) !important;
    line-height: 1.15;
    text-align: left !important;
  }

  .services-header h3 {
    width: 100%;
    font-size: clamp(17px, 4.2vw, 19px) !important;
    line-height: 1.45;
    margin-top: 10px !important;
    text-align: left !important;
  }

  .services-cards {
    gap: 18px;
  }

  .services-cards-item {
    width: 100% !important;
    padding: 14px;
    border-radius: 18px;
  }

  .services > div[style*="text-align:center"] {
    margin-top: 24px !important;
  }

  .services > div[style*="text-align:center"] p {
    max-width: 320px;
    margin: 0 auto 14px !important;
    line-height: 1.45;
  }

  .footer {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
  }

  .footer-top {
    width: calc(100% - 48px);
    padding: 32px 0 22px;
    gap: 24px;
  }

  .footer-top-left img {
    width: 170px !important;
  }

  .footer-top-left a {
    font-size: 14px;
  }

  .footer-links {
    gap: 7px;
  }

  .footer-links a {
    white-space: normal;
  }

  .footer-top-right a {
    font-size: 20px !important;
    line-height: 1.25;
  }

  .footer-bottom {
    width: calc(100% - 48px);
    margin-top: 8px;
    gap: 18px;
  }

  .footer-bottom p {
    font-size: 16px;
    line-height: 1.2;
  }

  .footer-bottom a img {
    width: 170px;
  }
}

@media screen and (max-width: 530px) {
  .pricing-header {
    width: calc(100% - 24px);
  }

  .pricing-header p {
    font-size: 15px;
    line-height: 1.45;
  }

  .pricing-header-btn {
    min-height: 42px;
    padding: 10px 18px;
    font-size: 15px;
  }

  .services {
    width: calc(100% - 24px) !important;
    padding: 18px !important;
    border-radius: 28px;
  }

  .services-header {
    margin: 4px 0 18px !important;
  }

  .services-header h2 {
    font-size: clamp(28px, 8.5vw, 34px) !important;
  }

  .services-header h3 {
    font-size: clamp(16px, 4.5vw, 18px) !important;
  }

  .services .btn-outline {
    width: min(100%, 280px) !important;
    max-width: 280px;
    min-width: 0;
    margin: 5px auto;
  }

  .footer {
    padding-bottom: 92px;
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
  }

  .footer-top {
    width: calc(100% - 40px);
    padding-top: 30px;
    gap: 22px;
  }

  .footer-top-left img {
    width: 155px !important;
  }

  .footer-col-title {
    margin-bottom: 10px;
  }

  .footer-top-right {
    margin-top: 0 !important;
  }

  .footer-top-right a {
    font-size: 18px !important;
  }

  .footer-bottom {
    width: calc(100% - 40px);
    margin-top: 4px;
  }

  .footer-bottom a img {
    width: 155px;
  }

  .contact-float {
    right: 14px;
    bottom: 14px;
  }
}

/* ── LOGOS STRIP: mobile sizing handled in ui-premium.css ── */

/* ── SERVICES-HEADER: mobile — заголовок и подзаголовок столбиком ── */
@media screen and (max-width: 850px) {
  .services-header {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    justify-content: center !important;
    overflow: visible;
    text-align: center;
  }
  .services-header:has(> img) {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .services-header img {
    width: 56px !important;
    height: 56px !important;
    padding: 8px !important;
    flex-shrink: 0;
  }
  .services-header div {
    margin-left: 0 !important;
    align-items: center !important;
    width: 100%;
    min-width: 0;
    flex: 1;
  }
  .services-header:has(> img) div {
    width: 100%;
    flex: 1;
  }
  .services-header h2 {
    font-size: clamp(30px, 8vw, 38px) !important;
    margin-left: 0 !important;
    text-align: center !important;
    line-height: 1.15;
    white-space: normal;
    width: 100%;
  }
  .services-header h3 {
    text-align: center !important;
    font-size: clamp(17px, 4.2vw, 19px) !important;
    line-height: 1.45;
    margin-top: 10px !important;
    width: 100%;
    max-width: none;
  }
}

/* ── SERVICES BLOCK: flush margins on mobile ── */
@media screen and (max-width: 530px) {
  .services {
    width: calc(100% - 16px) !important;
    padding: 16px !important;
    border-radius: 24px;
  }
}

/* ── SERVICES-CTA block ── */
.services-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
}
.services-cta p {
  width: 100%;
  margin: 0 0 4px;
}

/* ── BTN-OUTLINE (Для организаций / Узнать про договор): full width on mobile ── */
@media screen and (max-width: 530px) {
  .services-cta {
    flex-direction: column;
    align-items: stretch;
  }
  .services .btn-outline,
  .services-cta .btn-outline {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 4px 0 !important;
    justify-content: center;
  }
}

/* ── PRICING-HEADER-BTN: bigger, more prominent ── */
.pricing-header-btn {
  font-size: 17px;
  font-weight: 500;
  padding: 13px 28px 13px 28px;
  min-height: 48px;
  letter-spacing: 0.01em;
}

/* ── FOOTER LINKS: bigger tap targets ── */
.footer-links a {
  font-size: 15px !important;
  line-height: 1.5 !important;
  min-height: 36px;
  display: flex;
  align-items: center;
  white-space: normal !important;
}
.footer-links li {
  margin: 0;
}
.footer-links {
  gap: 4px !important;
}

@media screen and (max-width: 850px) {
  .footer-links a {
    font-size: 16px !important;
    min-height: 38px;
  }
  .footer-links {
    gap: 6px !important;
  }
}

@media screen and (max-width: 530px) {
  .footer-links a {
    font-size: 17px !important;
    min-height: 40px;
    padding: 2px 0;
  }
  .footer-links {
    gap: 2px !important;
  }
}

.popup .nav-dropdown,
.popup .nav-dropdown.active {
  position: static;
}

.popup .nav-dropdown > .nav-link,
.popup .nav-dropdown.active > .nav-link,
.popup .nav-dropdown > .nav-dropdown-toggle,
.popup .nav-dropdown.active > .nav-dropdown-toggle {
  color: #ffffff !important;
  opacity: 1 !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.popup .dropdown-arrow {
  color: #ffffff;
  opacity: 0.75;
  font-size: 18px;
  line-height: 1;
  transform: rotate(0deg);
}

.popup .nav-dropdown-menu {
  position: static !important;
  display: none !important;
  width: 100%;
  min-width: 0;
  margin: 16px 0 0 !important;
  padding: 0 0 0 18px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.popup .nav-dropdown.open .nav-dropdown-menu {
  display: block !important;
}

.popup .nav-dropdown.open .dropdown-arrow {
  transform: rotate(180deg);
}

.popup .nav-dropdown-menu li {
  margin-top: 10px !important;
}

.popup .nav-dropdown-menu li a,
.popup .nav-dropdown-menu li:first-child a {
  color: rgba(255, 255, 255, 0.88) !important;
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 1.25 !important;
  white-space: normal !important;
}

.popup .nav-dropdown-menu li a:hover {
  color: #FFF681 !important;
}

@media screen and (max-width: 530px) {
  .popup {
    padding-bottom: 32px;
    box-sizing: border-box;
  }

  .popup ul {
    margin-top: 34px;
    padding-bottom: 28px;
  }

  .popup ul li {
    margin-top: 24px;
  }

  .popup ul li a {
    font-size: 30px;
    line-height: 1.1;
  }

  .popup .nav-dropdown-menu {
    margin-top: 14px !important;
    padding-left: 16px !important;
  }

  .popup .nav-dropdown-menu li {
    margin-top: 9px !important;
  }

  .popup .nav-dropdown-menu li a,
  .popup .nav-dropdown-menu li:first-child a {
    font-size: 16px !important;
    line-height: 1.25 !important;
  }

  .popup-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: calc(100% - 40px);
    min-height: 44px;
    padding: 8px 24px;
    margin-left: 20px;
    font-size: 18px;
    box-sizing: border-box;
  }

  .popup-buttons {
    margin-top: 14px;
  }

  .popup-icon i {
    width: 50px;
    height: 50px;
    font-size: 28px;
  }
}

.hero-container-header-burger,
.zap-header .hero-container-header-burger {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px;
  min-height: 44px;
  padding: 10px 7px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
}

.hero-container-header-burger span {
  width: 30px !important;
  height: 2px;
  margin: 0 !important;
  flex-shrink: 0;
  transform-origin: center;
}

.animated1,
.zap-header .animated1 {
  width: 44px !important;
  height: 44px !important;
  display: flex !important;
}

.animated1 .hero-container-header-burger-1 {
  width: 30px !important;
  transform: translateY(8px) rotate(45deg);
  margin: 0 !important;
}

.animated1 .hero-container-header-burger-2 {
  opacity: 0;
  transform: scaleX(0);
}

.animated1 .hero-container-header-burger-3 {
  width: 30px !important;
  transform: translateY(-8px) rotate(-45deg);
  margin: 0 !important;
}

.popup .nav-dropdown-menu li a,
.popup .nav-dropdown-menu li:first-child a {
  min-height: 38px;
  display: flex !important;
  align-items: center;
  font-size: 19px !important;
  line-height: 1.25 !important;
}

@media screen and (max-width: 530px) {
  .popup .nav-dropdown-menu {
    padding-left: 14px !important;
  }

  .popup .nav-dropdown-menu li {
    margin-top: 6px !important;
  }

  .popup .nav-dropdown-menu li a,
  .popup .nav-dropdown-menu li:first-child a {
    min-height: 40px;
    font-size: 18px !important;
    line-height: 1.25 !important;
  }
}

/* Footer: телефон и почта — кнопки со скруглением */
.footer-contact-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  width: 100%;
}
.footer-top-right .footer-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 22px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: clamp(18px, 2.2vw, 28px) !important;
  font-weight: 300;
  line-height: 1.25;
  text-decoration: none !important;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  box-sizing: border-box;
  max-width: 100%;
}
.footer-top-right .footer-contact-btn:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 246, 129, 0.75);
  color: #fff681;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  .footer-contact-links {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
  .footer-top-right .footer-contact-btn {
    width: 100%;
    justify-content: flex-start;
    font-size: clamp(17px, 4.5vw, 22px) !important;
    padding: 12px 18px;
    min-height: 48px;
    word-break: break-word;
  }
}

/* ========== Floating header (внутренние страницы + дубликат на главной) ========== */
body:not(.page-home) .zap-header,
.zap-header.site-header,
header.zap-header {
  position: fixed !important;
  top: var(--site-header-top, max(12px, env(safe-area-inset-top, 12px)));
  left: 0 !important;
  right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: var(--site-width, min(1100px, calc(100% - 48px))) !important;
  max-width: none;
  padding: var(--site-header-pad-y, 10px) var(--site-header-pad-x, 20px) !important;
  min-height: calc(var(--site-header-bar-min, 48px) + var(--site-header-pad-y, 10px) * 2);
  height: auto !important;
  box-sizing: border-box;
  border-radius: 32px;
  background: linear-gradient(315deg, #0d2258, #69cfee);
  box-shadow: 0 8px 32px rgba(13, 34, 88, 0.35);
  z-index: 1000;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
}

body:not(.page-home) .zap-header {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body:not(.page-home) .zap-header .zap-logo {
  height: auto !important;
}

body:not(.page-home) .zap-header .zap-logo img {
  width: 150px !important;
  height: auto !important;
}

body:not(.page-home) .zap-header img {
  height: auto !important;
}

body.page-home .zap-header.site-header {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-14px);
}

body.page-home .zap-header.site-header.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  justify-content: space-between;
}

body.page-home.header-floating-active .hero .hero-container-header {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

body:not(.page-home) {
  padding-top: var(--site-content-offset, 76px);
}

body.page-home {
  padding-top: 0;
}

.hero-contacts {
  margin-top: 16px !important;
}

@media screen and (max-width: 1282px) {
  .zap-header > ul,
  .zap-header .hero-container-header-btns {
    display: none !important;
  }

  body:not(.page-home) .zap-header .hero-container-header-burger,
  .zap-header .hero-container-header-burger {
    display: flex !important;
  }
}

@media screen and (max-width: 850px) {
  body:not(.page-home) .zap-header,
  body.page-home .zap-header.site-header,
  .zap-header.site-header,
  header.zap-header {
    width: var(--site-width, calc(100% - 32px)) !important;
    min-height: calc(var(--site-header-bar-min, 44px) + var(--site-header-pad-y, 10px) * 2);
    padding: var(--site-header-pad-y, 10px) var(--site-header-pad-x, 16px) !important;
    border-radius: 24px;
    top: max(10px, env(safe-area-inset-top, 10px));
    margin-top: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }

  body:not(.page-home) {
    padding-top: var(--site-content-offset, 72px);
  }

  body:not(.page-home) .zap-header .zap-logo img,
  .zap-header .zap-logo img {
    width: 130px !important;
  }
}

/* Меню открыто: хедер и бургер поверх оверлея, чтобы можно было закрыть */
html.popup-open .popup {
  z-index: 1300;
}

html.popup-open body:not(.page-home) .zap-header,
html.popup-open body:not(.page-home) .zap-header.site-header,
html.popup-open body:not(.page-home) header.zap-header,
html.popup-open #siteHeader.is-visible,
html.popup-open body.page-home .zap-header.site-header.is-visible {
  z-index: 1250 !important;
  pointer-events: auto !important;
}

html.popup-open body.page-home:not(.header-floating-active) .hero .hero-container-header {
  z-index: 1201 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

html.popup-open.header-floating-active .hero .hero-container-header {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
