@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
}

* {
  box-sizing: border-box;
}

.container {
  width: 1160px;
  margin: 0 auto;
  max-width: 100%;
}

a:hover {
  color: #2ED4BF;
}

button {
  appearance: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
}

.btn {
  padding: 0 16px;
  height: 37px;
  background: #2ED4BF;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0;
  text-decoration: none;
}
.btn-gr {
  background: #2D2D32;
  color: #fff;
  height: 55px;
  padding: 0 23px;
}
.btn-round {
  border-radius: 30px;
}
.btn:hover {
  background: #27b6a4 !important;
  color: #fff !important;
}

.header-top {
  background: #EEEEEE;
  height: 37px;
  color: #2D2C2C;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.header-top__right {
  display: flex;
  align-items: center;
  gap: 54px;
}
.header-top a {
  color: #2D2C2C;
  text-decoration: none;
}
.header-top__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-main {
  padding: 32px 0;
}
.header-main__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-menu ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 34px;
}
.header-menu ul li {
  list-style-type: none;
}
.header-menu ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 7px;
}
.header-menu ul li a:hover {
  color: #2ED4BF;
}
.header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-phone {
  color: #000;
  font-size: 19px;
  font-weight: 500;
  text-decoration: none;
}
.header-phone:hover {
  color: #2ED4BF;
}
.header-logo {
  max-width: 181px;
  display: block;
  margin-right: 61px;
}
.header-logo img {
  width: 100%;
  display: block;
}

.swiper-pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  bottom: 30px;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #E5E7EB;
  opacity: 1;
}
.privacy-link:hover {
  color: #000 !important;
}
.swiper-pagination-bullet-active {
  background: #2DD4BF;
}

.hero {
  background: #313139;
  height: 565px;
  display: flex;
  overflow: hidden;
  position: relative;
}
.hero .container {
  display: flex;
}
.hero__divider {
  display: flex;
  gap: 15px;
  margin-bottom: 9px;
}
.hero__divider span {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #2DD4BF;
}
.hero .slider-next {
  position: absolute;
  top: 50%;
  right: 27px;
  margin-top: -50px;
  cursor: pointer;
  z-index: 2;
}
.hero .slider-prev {
  position: absolute;
  top: 50%;
  left: 27px;
  margin-top: -50px;
  cursor: pointer;
  z-index: 2;
}
.hero .swiper {
  overflow: visible;
  width: 100%;
}
.hero .swiper-pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  bottom: 30px;
}
.hero .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #E5E7EB;
  opacity: 1;
}
.hero .swiper-pagination-bullet-active {
  background: #2DD4BF;
}

@media (max-width: 768px){
  body .swiper-pagination-bullet {
    border: 1px solid #2ED4BF;
    background: #fff;
    width: 12px;
    height: 12px;
  }
  body .swiper-pagination-bullet-active {
    background: #2DD4BF;
  }
  .section_work .btn {
    height: 62px;
    margin-top: 40px;
  }
}

.hero .swiper-slide {
  width: 100%;
  opacity: 0;
  transition: opacity 0.4s;
}
.hero .swiper-slide-active {
  opacity: 1;
}
.hero__wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 60px 0 110px;
}
.hero__title {
  color: #2DD4BF;
  font-size: 54px;
  font-weight: 900;
  text-transform: uppercase;
}
.hero__text {
  color: #E5E7EB;
  font-size: 20px;
}
.hero img {
  position: absolute;
  left: 50%;
  max-height: 90%;
  bottom: 0;
}

.text-center {
  text-align: center;
}

.section {
  margin-top: 80px;
}
.section__title {
  font-size: 60px;
  color: #303036;
  font-weight: 900;
  margin-bottom: 54px;
  line-height: 93px;
  text-transform: uppercase;
  position: relative;
}

.section__title:before {
  content: '';
  background: url('../../img/before_title.svg') center no-repeat;
  width: 56px;
  height: 47px;
  position: absolute;
  left: -75px;
  display: block;
  top: 23px;
}

.section__title.text-center:before {
  display: none;
}

.facts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 54px;
  row-gap: 54px;
}
.facts .item {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  padding: 33px 0 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #595858;
  font-size: 26px;
}
.facts .item__title {
  color: #2ED4BF;
  font-size: 40px;
  line-height: 56px;
  font-weight: 900;
}
.facts .item__text {
  text-align: center;
  padding: 0 15px;
}
.facts .item img {
  height: 128px;
  display: block;
}

.services {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 37px;
  row-gap: 37px;
}
.services .item {
  display: block;
  background: #313139;
  border-radius: 0 0 15px 0;
  font-size: 18px;
  color: #EDEDED;
  text-decoration: none;
  transition: all .4s;
}
.services .item:hover {
  box-shadow: -5px -5px 0px #56d3be;
}
.services .item__title {
  font-size: 32px;
  color: #2ED4BF;
  font-weight: 900;
}
.services .item__content {
  padding: 9px 16px 14px;
  display: flex;
  flex-direction: column;
  height: 160px;
  justify-content: space-between;
}
.services .item img {
  display: block;
  width: 100%;
}

.calculate {
  background: #2ED4BF;
  display: flex;
  align-items: flex-start;
  padding: 42px 480px 20px 60px;
  position: relative;
  gap: 40px;
}
.calculate__title {
  font-size: 30px;
  font-weight: 900;
  color: #2D2D32;
  margin-bottom: 20px;
}
.calculate__text {
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  line-height: 120%;
}
.calculate img {
  width: 480px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.eq img {
  width: 100%;
}

.consent-wrapper {
  font-size: 14px;
  color: #000000;
}

/* Скрываем стандартный чекбокс, но оставляем его в DOM для доступности */
.custom-checkbox {
  position: absolute;
  width: 1px !important;
  height: 1px !important;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

body #mega-menu-wrap-top {
  background: none !important;
  position: static;
}

.header-main .container {
  position: relative;
}

body #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:focus {
  background: none !important;
  color: #2ED4BF;
}

body #mega-menu-wrap-top #mega-menu-top {
  position: static;
}

body #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
  color: #000000;
  font-size: 16px;
}

body #mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu {
  background: #fff !important;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background-color: #fff !important;
}

.mm__wrapper ul li img,
.mm__wrapper ul li svg {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link:hover, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link:focus, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus,
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus{
  color: #2ED4BF !important;
}

/* Стили для кастомного элемента (квадрат) */
.checkbox-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 2px solid #000000;
  border-radius: 4px;
  margin-right: 12px;
  transition: all 0.2s ease;
  cursor: pointer;
  flex-shrink: 0;
}

/* Галочка (рисуем через SVG или псевдоэлемент) — используем иконку "✓" */
.checkbox-custom::after {
  content: "✓";
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.1s ease, transform 0.1s ease;
}

/* Когда чекбокс выбран — показываем галочку */
.custom-checkbox:checked + .checkbox-custom::after {
  opacity: 1;
  transform: scale(1);
}

/* Эффект фокуса для доступности */
.custom-checkbox:focus-visible + .checkbox-custom {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}

/* Лейбл: flex для выравнивания чекбокса и текста */
.consent-label {
  display: inline-flex;
  align-items: flex-start;
  cursor: pointer;
  max-width: 800px;
}

/* Текстовая часть */
.consent-text {
  user-select: none;
  font-size: 14px;
  color: #000000;
  line-height: 1.4;
}

/* Ссылка политики */
.privacy-link {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 500;
  transition: opacity 0.2s;
}

.privacy-link:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* Для мобильных устройств чуть уменьшим отступы */
@media (max-width: 1024px) {
  .consent-text {
    font-size: 11px;
  }
  .checkbox-custom {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
}
input, textarea {
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  background: #fff;
  border: none;
  color: #000000;
  font-size: 16px;
  font-family: "Inter", sans-serif;
}
input:focus, input:target, textarea:focus, textarea:target {
  box-shadow: none;
  outline: 2px solid #000000;
}

textarea {
  height: auto;
}

.consult {
  background: #EEEEEE;
  border-radius: 15px;
  padding: 40px;
}
.consult__title {
  font-size: 37px;
  font-weight: 900;
  margin-bottom: 12px;
}
.consult__divider {
  display: flex;
  gap: 15px;
}
.consult__divider span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #2DD4BF;
}
.consult__text {
  margin-bottom: 110px;
  margin-top: 110px;
  font-size: 22px;
}
.consult-form {
  background: #2ED4BF;
  padding: 14px;
  position: relative;
}
.consult-form img {
  width: 375px;
  position: absolute;
  right: -100px;
  bottom: 0;
}
.consult-form__row {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 15px;
}

.clients {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(6, 1fr);
}
.clients a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  border-right: 1px solid #E2E2E2;
}
.clients a:hover img {
  transform: scale(0.9);
}
.clients a:nth-child(7n), .clients a:nth-child(8n), .clients a:nth-child(9n), .clients a:nth-child(10n), .clients a:nth-child(11n), .clients a:nth-child(12n) {
  border-top: 1px solid #E2E2E2;
}
.clients a:nth-child(6n) {
  border-right: none;
}
.clients a img {
  max-width: 80%;
  transition: all 0.4s;
}

img {
  max-width: 100%;
  display: block;
}

.works {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  row-gap: 60px;
}
.works .item {
  color: #000;
  text-decoration: none;
}
.works .item span {
  display: block;
}
.works .item img {
  margin-bottom: 17px;
  display: block;
  transition: all 0.2s;
}
.works .item:hover img {
  filter: grayscale(100%);
}
.works .item__text {
  font-size: 16px;
  font-weight: 100;
}
.works .item__title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}

.portfolio {
  background: #EEEEEE;
  padding: 60px 0;
}
.portfolio__content {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 31px;
  font-weight: 100;
  gap: 50px;
}
.portfolio__content .btn {
  font-size: 16px;
  height: 60px;
  padding: 0 60px;
}

.why {
  display: flex;
  align-items: center;
  gap: 100px;
}
.why .left {
  position: relative;
  width: 45%;
}
.why .left img {
  right: 0;
  max-width: none;
  max-height: 550px;
  margin-right: 0;
  float: right;
}
.why .list {
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.why .list .item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.why .list .item__icon {
  flex-shrink: 0;
}
.why .list .item__icon img {
  width: 80px;
  height: 80px;
}
.why .list .item__title {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}
.why .list .item__text {
  font-size: 18px;
}

.feedback {
  width: 760px;
  max-width: 100%;
  margin: 0 auto;
}
.feedback input, .feedback textarea {
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #000000;
}
.feedback__title {
  font-size: 42px;
  margin-bottom: 76px;
  font-weight: bold;
  text-align: center;
}
.feedback button {
  width: 225px;
  height: 62px;
  margin: 30px auto 0;
}

.seo {
  margin-top: 150px;
}
.seo__item {
  display: flex;
  align-items: flex-start;
  gap: 19px;
}
.seo__icon {
  flex-shrink: 0;
}
.seo__icon img {
  width: 115px;
  height: auto;
}
.seo h2 {
  margin-bottom: 19px;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
}
.seo h3 {
  font-size: 20px;
  margin-bottom: 19px;
  font-weight: 900;
  text-transform: uppercase;
}
.seo p {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 60px;
}

.footer {
  padding: 80px 0;
  background: #171717;
  margin-top: 180px;
}
.footer__logo {
  width: 120px;
  display: block;
  margin-bottom: 45px;
}
.footer .right {
  display: flex;
  gap: 115px;
}
.footer__col ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer__col ul li {
  list-style-type: none;
}
.footer__col ul li a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  font-weight: 100;
}
.footer__col ul li a:hover {
  color: #2DD4BF;
}
.footer__title {
  color: #525252;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer .left {
  font-size: 12px;
  color: #fff;
  font-weight: 100;
}
.footer .left > div {
  margin-bottom: 19px;
}
.footer__row {
  display: flex;
  justify-content: space-between;
}

.mob {
  display: none;
}

.mm {
  position: fixed;
  top: 0;
  left: -200%;
  width: 100%;
  bottom: 0;
  background: #D9D9D9;
  z-index: 999;
  height: 100vh;
  transition: all 0.4s;
  opacity: 0;
  display: none;
}
.mm.active {
  left: 0;
  opacity: 1;
  display: block;
}
.mm__wrapper {
  width: 350px;
  background: #fff;
  padding: 20px;
  height: 100%;
}
.mm__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.mm__tilte {
  margin-left: 32px;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 16px;
}
.mm ul {
  margin: 16px 0 25px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.mm ul li {
  display: flex;
  align-items: center;
  gap: 13px;
}
.mm ul li svg {
  flex-shrink: 0;
}
.mm ul li a {
  font-size: 14px;
  color: #2D2D32;
  text-decoration: none;
}
.mm .btn {
  margin-top: 32px;
  width: 100%;
}
.mm .header-logo {
  width: 190px;
}

.eq {
  margin-top: -70px;
  position: relative;
  margin-left: -92px;

  width: calc(100% + 192px);
}

@media (max-width: 1250px){
  .eq {
    margin-left: 0;
    width: 1024px;
  }
}

.eq-first,
.eq-second,
.eq-third,
.eq-fourth,
.eq-fifth,
.eq-six,
.eq-seven {
  position: absolute;
}

.eq__title {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.eq__text {
  font-size: 18px;
  font-weight: 100;
}

.eq-first {
  top: 120px;
  left: 100px;
}
.eq-second {
  right: 399px;
  top: 416px;
}
.eq-third {
  top: 734px;
  left: 103px;
}
.eq-fourth {
  top: 798px;
  right: 233px;
}
.eq-fifth {
  top: 1127px;
  right: 84px;
}
.eq-six {
  bottom: 316px;
  left: 139px;
}
.eq-seven {
  right: 68px;
  bottom: 18px;
}

@media (max-width: 1250px){


  .eq-first {
    top: 65px;
    left: 9px;
  }
  .eq-second {
    right: 319px;
    top: 305px;
  }
  .eq-third {
    top: 563px;
    left: 20px;
  }
  .eq-fourth {
    top: 598px;
    right: 169px;
  }
  .eq-fifth {
    top: 850px;
    right: -21px;
  }
  .eq-six {
    bottom: 235px;
    left: 20px;
  }
  .eq-seven {
    right: -37px;
    bottom: 0px;
  }
}

@media (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
  .hero {
    margin-top: 0px;
  }
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
    background: #fff;
  }
  .header-top {
    display: none;
  }
  .header-mob-actions {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-left: auto;
  }
  .header-menu {
    display: none;
  }
  .header-actions {
    display: none;
  }
  .hero {
    height: 435px;
  }
  .hero__title {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .hero__wrapper {
    height: auto;
    padding: 20px 0;
    width: 100%;
  }
  .hero__text {
    font-size: 13px;
  }
  .hero__divider {
    display: none;
  }
  .hero .slider-next, .hero .slider-prev {
    display: none;
  }
  .hero img {
    position: absolute;
    right: -60px;
    max-height: none;
    left: auto;
    bottom: 0;
  }
  .section {
    margin-top: 70px;
  }
  .section__title {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 1;
  }

  .facts {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    row-gap: 16px;
  }
  .facts .item img {
    width: 66px;
    height: 66px;
  }
  .facts .item__title {
    font-size: 25px;
    margin-bottom: 0;
  }
  .facts .item__text {
    font-size: 13px;
    margin-top: 0;
  }
  .services {
    display: none;
  }
  .services.mob {
    display: block;
    overflow: hidden;
  }
  .services.mob .item__title {
    font-size: 18px;
  }
  .services.mob .item__content {
    height: 108px;
  }
  .services.mob .item__text {
    font-size: 14px;
  }
  .services.mob .swiper {
    width: 70%;
    overflow: visible;
    margin-left: 0;
  }
  .services.mob .swiper-pagination {
    position: relative;
    justify-content: center;
    bottom: 0;
    margin: 20px auto 0;
  }
  .calculate {
    flex-direction: column;
    padding: 20px;
  }
  .calculate img {
    display: none;
  }
  .calculate__action {
    order: 3;
    width: 100%;
  }
  .calculate__content {
    order: 2;
  }
  .calculate__title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .calculate__text {
    font-size: 16px;
  }
  .calculate .btn {
    width: 100%;
  }
  .calc-section .mob {
    display: block;
    width: 100%;
  }
  .eq {
    display: none;
  }
  .eq.mob {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    margin-top: 50px;
  }
  .consult {
    padding: 40px 20px 0;
  }
  .consult__title {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .consult__text {
    margin-top: 58px;
    margin-bottom: 58px;
    font-size: 15px;
  }
  .consult img {
    display: none;
  }
  .consult-form {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    padding: 30px 16px 50px;
  }
  .consult-form input {
    width: 100%;
  }
  .consult-form button {
    width: 100%;
  }
  .consult-form__row {
    flex-direction: column;
  }
  .clients {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .clients a {
    border: none;
    border-top: 1px solid #E2E2E2;
  }
  .clients a:nth-child(1), .clients a:nth-child(2), .clients a:nth-child(3) {
    border-top: none;
  }
  .clients a:nth-child(3n+2) {
    border-left: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
  }
  .works {
grid-template-columns: 1fr 1fr;
  }
  .works.mob {
    display: block;
  }
  .works.mob .swiper {
    width: 70%;
    overflow: visible;
    margin-left: 0;
  }
  .works.mob .swiper-pagination {
    position: relative;
    justify-content: center;
    bottom: 0;
    margin: 20px auto 0;
  }
  .portfolio {
    display: none;
  }
  .why {
    flex-direction: column-reverse;
  }
  .why .item__title {
    font-size: 17px;
  }
  .why .item__text {
    font-size: 14px;
  }
  .why .left {
    width: 100%;
  }
  .why .left img {
    width: 100%;
    height: auto;
  }
  .why img {
    position: relative;
  }
  .feedback button {
    width: 100%;
  }
  .seo__item {
    display: block;
  }
  .seo__item h2, .seo__item h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .seo__item p {
    font-size: 15px;
  }
  .footer {
    padding: 120px 0;
  }
  .footer__row {
    flex-direction: column;
    gap: 50px;
  }
  .footer .right {
    flex-direction: column;
    gap: 50px;
  }
}

/*# sourceMappingURL=main.css.map */

/* ----- МОДАЛЬНЫЙ ОВЕРЛЕЙ ----- */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 25, 45, 0.75);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.25s ease-in-out;
}

.modal-overlay.active {
  visibility: visible;
  opacity: 1;
}

/* модальный контейнер */
.modal-container {
  background: #ffffff;
  border-radius: 2rem;
  width: 90%;
  max-width: 580px;
  max-height: 90vh;
  padding: 35px;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 30px 45px -20px rgba(0, 0, 0, 0.4);
  transform: scale(0.96);
  transition: transform 0.2s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.modal-overlay.active .modal-container {
  transform: scale(1);
}

.section_work {
  overflow: hidden;
}

/* кнопка закрытия (крестик) */
.modal-close {
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
  background: #f0f2f5;
  border: none;
  font-size: 1.8rem;
  line-height: 1;
  width: 36px;
  height: 36px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #2d3e6e;
  transition: all 0.2s;
  z-index: 20;
  font-weight: 400;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.modal-close:hover {
  background: #e2e8f0;
  color: #c00;
  transform: rotate(90deg);
}

/* скролл внутри модалки */
.modal-container::-webkit-scrollbar {
  width: 6px;
}
.modal-container::-webkit-scrollbar-track {
  background: #eef2f9;
  border-radius: 8px;
}
.modal-container::-webkit-scrollbar-thumb {
  background: #b9c4da;
  border-radius: 8px;
}

/* небольшая адаптация для мобильных */
@media (max-width: 500px) {

  .feedback__title {
    font-size: 1.6rem;
  }
  .modal-close {
    top: 0.8rem;
    right: 1rem;
    width: 32px;
    height: 32px;
  }
}

a.img-submenu-cat img {
  height: 100px;
  object-fit: contain;
  margin-bottom: -20px !important;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu {
  padding: 20px;
  border-radius: 0 0 15px 15px;
  background: #fff !important;
}

@media (min-width: 769px){
  .services .item img {
    height: 250px;
    object-fit: cover;
  }
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background: none !important;
  color: #000;
}

/* ----- МОДАЛЬНОЕ ОКНО ГАЛЕРЕИ (ваш шаблон, доработан стилями) ----- */
.modal-gallery {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(5px);
  z-index: 2000;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.modal-gallery.active {
  display: flex;
  opacity: 1;
}

.modal-container {
  background: #ffffff;
  border-radius: 28px;
  max-width: 90vw;
  width: 1100px;
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.4);
  animation: modalPop 0.2s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

@keyframes modalPop {
  from {
    transform: scale(0.96);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #eef2f8;
  background: white;
}

.modal-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1e2a3e;
  letter-spacing: -0.2px;
}

.close-modal {
  background: transparent;
  border: none;
  font-size: 2.2rem;
  line-height: 1;
  cursor: pointer;
  color: #6c7a8e;
  transition: all 0.2s;
  padding: 0 0.5rem;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-modal:hover {
  background: #f0f3f8;
  color: #1e293b;
}

.gallery-view {
  position: relative;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  padding: 1rem;
}

.main-image {
  max-width: 100%;
  max-height: 55vh;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  background: #eef2f6;
  transition: all 0.2s;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(30, 40, 50, 0.75);
  backdrop-filter: blur(8px);
  border: none;
  font-size: 2rem;
  font-weight: bold;
  color: white;
  width: 46px;
  height: 46px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 15;
}

.nav-btn:hover {
  background: #1e293b;
  transform: translateY(-50%) scale(1.05);
}

.prev-btn {
  left: 20px;
}
.next-btn {
  right: 20px;
}

.image-counter {
  position: absolute;
  bottom: 16px;
  right: 24px;
  background: rgba(0,0,0,0.65);
  backdrop-filter: blur(4px);
  color: white;
  padding: 6px 12px;
  border-radius: 40px;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  pointer-events: none;
  z-index: 10;
}

.thumbnails-area {
  padding: 1rem;
  background: white;
  border-top: 1px solid #eef2f8;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scrollbar-width: thin;
  align-items: center;
}

.thumbnails-area img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.15s;
  opacity: 0.75;
  flex-shrink: 0;
}

.thumbnails-area img.active-thumb {
  border-color: #3b82f6;
  opacity: 1;
  transform: scale(0.98);
  box-shadow: 0 6px 12px -6px rgba(0,0,0,0.25);
}

.thumbnails-area img:hover {
  opacity: 1;
  transform: scale(0.97);
}

/* скролл для миниатюр */
.thumbnails-area::-webkit-scrollbar {
  height: 5px;
}
.thumbnails-area::-webkit-scrollbar-track {
  background: #e2e8f0;
  border-radius: 10px;
}
.thumbnails-area::-webkit-scrollbar-thumb {
  background: #94a3b8;
  border-radius: 10px;
}

@media (max-width: 640px) {
  .modal-container {
    max-width: 96vw;
    border-radius: 20px;
  }
  .thumbnails-area img {
    width: 55px;
    height: 55px;
  }
  .nav-btn {
    width: 38px;
    height: 38px;
    font-size: 1.5rem;
  }
  .modal-title {
    font-size: 1.2rem;
  }
}

h1, h2, h3, h4, h5 {
  color: #303036 !important;
}
h1 span, h2 span, h3 span, h4 span, h5 span {
  color: #303036 !important;
}

body .form .title {
  color: #303036 !important;
}

.form input[type='text'] {
  border-bottom-color: #303036 !important;
}

body .table_div1 table th {
  background: #2ED4BF;
}

body .div_table_wrap {
  border-color: #2ED4BF;
}

body .table_div1 table {
  border-left-color: #2ED4BF;
}

body .conten_col ol li:before {
  border-color: #2ED4BF !important;
  color:#2ED4BF !important;
}

body .div_table_l a {
  border-color: #2ED4BF;
  color:#2ED4BF;
}

body .form input[type='submit'] {
  background: #2ED4BF;
  box-shadow: none;
}

body .step_list .step .step_text {
  color: #2ED4BF;
}

body .form input[type='submit']:hover {
  color: #303036;
}

body label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.section_inside h1,
.section_inside h2,
.section_inside h3,
.section_inside h4 {
  color: #fff !important;
}

/**
 * Portfolio Filter Gallery - Lightbox Styles
 *
 * @package Portfolio_Filter_Gallery
 * @version 2.0.0
 */

/* ==========================================================================
   Body Lock - Prevent layout shift when lightbox opens
   ========================================================================== */

body.pfg-lightbox-open {
  overflow: hidden !important;
  padding-right: var(--pfg-scrollbar-width, 0px) !important;
}

/* ==========================================================================
   Lightbox Container
   ========================================================================== */

.pfg-lightbox {
  --pfg-lb-bg: rgba(0, 0, 0, 0.95);
  --pfg-lb-text: #ffffff;
  --pfg-lb-accent: #3858e9;

  position: fixed !important;
  inset: 0 !important;
  z-index: 999999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--pfg-lb-bg) !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  /* CSS isolation from theme */
  box-sizing: border-box !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  line-height: 1.5 !important;
  color: #fff !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  text-align: center !important;
}

.pfg-lightbox *,
.pfg-lightbox *::before,
.pfg-lightbox *::after {
  box-sizing: border-box !important;
}

.pfg-lightbox--open {
  opacity: 1;
  visibility: visible;
}

.pfg-lightbox--loading .pfg-lightbox-content::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: pfgLbSpin 0.8s linear infinite;
}

@keyframes pfgLbSpin {
  to { transform: rotate(360deg); }
}

/* ==========================================================================
   Lightbox Content
   ========================================================================== */

.pfg-lightbox-content {
  position: relative !important;
  max-width: 90vw !important;
  max-height: 90vh !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pfg-lightbox-image {
  display: block;
  max-width: 90vw !important;
  max-height: 85vh !important;
  object-fit: contain !important;
  opacity: 0;
  transition: opacity 0.3s ease;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.pfg-lightbox--loaded .pfg-lightbox-image {
  opacity: 1;
}

/* Video container */
.pfg-lightbox-video {
  width: 90vw !important;
  max-width: 1200px !important;
  aspect-ratio: 16 / 9;
  background: #000 !important;
  border: none !important;
  border-radius: 0 !important;
}

.pfg-lightbox-video iframe {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}

/* ==========================================================================
   Caption - Isolated from theme styles
   ========================================================================== */

.pfg-lightbox-caption {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  top: auto !important;
  text-align: center !important;
  color: #ffffff !important;
  padding: 20px 60px !important;
  margin: 0 !important;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 60%, transparent 100%) !important;
  z-index: 10 !important;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  line-height: 1.5 !important;
  width: 100% !important;
  max-width: none !important;
}

.pfg-lightbox--loaded .pfg-lightbox-caption {
  opacity: 1;
  transform: translateY(0);
}

.pfg-lightbox-title {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5) !important;
  color: #ffffff !important;
  text-align: center !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  font-family: inherit !important;
  border: none !important;
  background: none !important;
}

.pfg-lightbox-description {
  font-size: 14px !important;
  font-weight: 400 !important;
  opacity: 0.9;
  margin: 0 auto !important;
  padding: 0 !important;
  max-width: 800px !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5) !important;
  color: #ffffff !important;
  text-align: center !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  font-family: inherit !important;
  border: none !important;
  background: none !important;
}

/* ==========================================================================
   Navigation
   ========================================================================== */

.pfg-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  z-index: 10;
}

.pfg-lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.2);
}

.pfg-lightbox-nav:focus {
  outline: 2px solid var(--pfg-lb-accent);
  outline-offset: 2px;
}

.pfg-lightbox-nav--prev {
  left: 20px;
}

.pfg-lightbox-nav--next {
  right: 20px;
}

.pfg-lightbox-nav svg {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px;
  flex-shrink: 0;
}

/* ==========================================================================
   Close Button
   ========================================================================== */

.pfg-lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  z-index: 10;
}

.pfg-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.pfg-lightbox-close:focus {
  outline: 2px solid var(--pfg-lb-accent);
  outline-offset: 2px;
}

.pfg-lightbox-close svg {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px;
  flex-shrink: 0;
}

/* ==========================================================================
   Counter
   ========================================================================== */

.pfg-lightbox-counter {
  position: absolute;
  top: 25px;
  left: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  z-index: 10;
}

/* ==========================================================================
   Thumbnails Strip (optional)
   ========================================================================== */

.pfg-lightbox-thumbs {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  max-width: 80vw;
  overflow-x: auto;
}

.pfg-lightbox-thumb {
  width: 60px;
  height: 60px;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  flex-shrink: 0;
  opacity: 0.6;
  transition: opacity 0.2s ease, border-color 0.2s ease;
}

.pfg-lightbox-thumb:hover {
  opacity: 0.9;
}

.pfg-lightbox-thumb--active {
  opacity: 1;
  border-color: #fff;
}

.pfg-lightbox-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==========================================================================
   Mobile Adjustments
   ========================================================================== */
#modalGallery .modal-header {
  justify-content: flex-end;
}
.pfg-lightbox button,
.modal-overlay button {
  padding-left: 0;
  padding-right: 0;
}

#modalGallery .modal-title {
  display: none;
}
@media (max-width: 768px) {
  .pfg-lightbox-nav {
    width: 40px;
    height: 40px;
  }

  body {
    padding-top: 105px;
  }

  .pfg-lightbox-nav--prev {
    left: 10px;
  }

  .pfg-lightbox-nav--next {
    right: 10px;
  }

  .pfg-lightbox-close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }

  .pfg-lightbox-thumbs {
    display: none;
  }

  .pfg-lightbox-caption {
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    padding: 30px 15px 15px;
  }
}

/* ==========================================================================
   Touch/Swipe support indicator
   ========================================================================== */

@media (pointer: coarse) {
  .pfg-lightbox-nav {
    opacity: 0.5;
  }
}

/* ==========================================================================
   Accessibility
   ========================================================================== */

.pfg-lightbox:focus {
  outline: none;
}

.pfg-lightbox[aria-hidden="true"] {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .pfg-lightbox,
  .pfg-lightbox-image,
  .pfg-lightbox-nav,
  .pfg-lightbox-close {
    transition: none;
  }

  .pfg-lightbox--loading .pfg-lightbox-content::after {
    animation: none;
  }


}


/* header mob  */
.header-phone-dropdown {
    position: relative;
}

.header-phone-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #E5E5E5;
    background: #fff;
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    font-family: inherit;
    white-space: nowrap;
    text-transform: none;
}

.header-phone-list {
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: 14px;
    width: 220px;
    display: none;
    z-index: 20;
}

.header-phone-dropdown.open .header-phone-list {
    display: block;
}

.header-phone-list__inner {
    background: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
    padding: 8px;
}

.header-phone-list__item {
    display: block;
    padding: 8px 10px;
    border-radius: 6px;
    text-decoration: none;
}

.header-phone-list__item:hover {
    background: #F5F5F5;
}

.header-phone-list__item .num {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.header-phone-list__item .label {
    display: block;
    font-size: 12px;
    color: #888;
    margin-top: 2px;
}
/*
@media (max-width: 991px) {
    .header-actions {
        display: none !important;
    }
}
*/
.header-phone-dropdown--mob {
    position: relative;
}

.header-phone-toggle--icon {
    display: block;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    line-height: 0;
}

.header-phone-dropdown--mob .header-phone-list {
    right: 0;
    left: auto;
    width: 220px;
}

/* ==== Мобильная версия блока "НАШЕ ОБОРУДОВАНИЕ" ==== */

/* ==== Мобильная версия блока "НАШЕ ОБОРУДОВАНИЕ" ==== */

.eq-mobile{
    display: none; /* на десктопе скрыт, показываем через media query ниже */
}

html, body{
    overflow-x: hidden; /* здесь картинки реально "обрезаются" по краю экрана — */
}                        /* если у темы уже есть такое правило, это не нужно дублировать */

@media (max-width: 768px){
    .eq{ display: none; } /* прячем десктоп-версию на мобильном */

    .eq-mobile{
        display: block;
        padding-top: 28px;
    }
}

.eq-mobile__card{
    position: relative;
}

.eq-mobile__text{
    padding: 0 5.13vw; /* 20px / 390px */
    position: relative;
    z-index: 3;
}

.eq-mobile__title{
    font-size: 4.36vw; /* 17px / 390px */
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin: 0 0 6px;
    line-height: 1.25;
}

.eq-mobile__desc{
    font-size: 3.33vw; /* 13px / 390px */
    line-height: 1.5;
    color: #6b6b66;
    margin: 0;
    max-width: 68%;
}

.eq-mobile__media{
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.eq-mobile__blob{
    position: absolute;
    width: 37.18vw;  /* 145px / 390px — фикс. размер, поэтому круг остаётся кругом на любом экране */
    height: 37.18vw;
    border-radius: 50%;
    background: #33c9a6;
    z-index: 1;
}

.eq-mobile__img{
    position: relative;
    z-index: 2;
    display: block;
    filter: drop-shadow(0 14px 18px rgba(0,0,0,0.18));
}

/* точечный сдвиг: Sprinter DPP A1E (3-я карточка) — текст и фото вверх на 50px,
   круг не трогаем, он position:absolute и от top текста/фото не зависит */
.eq-mobile-3 .eq-mobile__text,
.eq-mobile-3 .eq-mobile__img{
    position: relative;
    top: -70px;
}

/* компенсируем зарезервированное место, чтобы следующая карточка (Uvinja)
   тоже подтянулась вверх и общий отступ между секциями не увеличился */
.eq-mobile-3{
    margin-bottom: -50px !important;
}

.eq-mobile-5 img.eq-mobile__img {
    bottom: 30px;
}

.eq-mobile__card.eq-mobile-7 {
    bottom: 30px;
}