@charset "UTF-8";
/*
Theme Name: prochistka
Theme URI: prochistka
Description: prochistka
Author: ATIB
Author URI: ATIB
Version: 1.0
License: GNU General Public License
*/
*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  color: #333;
  line-height: 1.2;
}

picture {
  width: 100%;
  height: auto;
}

a:link,
a:visited {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

*:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

main {
  margin-top: 85px;
}
@media (max-width: 1200px) {
  main {
    margin-top: 76px;
  }
}

@supports (font-size: clamp(1rem, 1cqi, 1rem)) {
  :root {
    --font-size-48: clamp(1.5rem, 3.27cqi + 0.73rem, 3rem);
  }
}

/* For browsers that support clamp and container queries */
@supports (font-size: clamp(1rem, 1cqi, 1rem)) {
  :root {
    --font-size-70: clamp(2.25rem, 3.86cqi + 1.48rem, 4.38rem);
  }
}
/* For browsers that don't support clamp or container queries */
@supports not (font-size: clamp(1rem, 1cqi, 1rem)) {
  :root {
    --font-size-70: 2.25rem;
  }
  @media screen and (min-width: 1200px) {
    :root {
      --font-size-70: 4.38rem;
    }
  }
}
/* For browsers that support clamp and container queries */
@supports (font-size: clamp(1rem, 1cqi, 1rem)) {
  :root {
    --font-size-32: clamp(1.13rem, 2.36cqi + 0.53rem, 2rem);
  }
}
/* For browsers that don't support clamp or container queries */
@supports not (font-size: clamp(1rem, 1cqi, 1rem)) {
  :root {
    --font-size-32: 1.13rem;
  }
  @media screen and (min-width: 992px) {
    :root {
      --font-size-32: 2rem;
    }
  }
}
/* For browsers that support clamp and container queries */
@supports (font-size: clamp(1rem, 1cqi, 1rem)) {
  :root {
    --font-size-50: clamp(2.5rem, 1.49cqi + 2.2rem, 3.13rem);
  }
}
/* For browsers that don't support clamp or container queries */
@supports not (font-size: clamp(1rem, 1cqi, 1rem)) {
  :root {
    --font-size-50: 2.5rem;
  }
  @media screen and (min-width: 992px) {
    :root {
      --font-size-50: 3.13rem;
    }
  }
}
/* For browsers that support clamp and container queries */
@supports (font-size: clamp(1rem, 1cqi, 1rem)) {
  :root {
    --font-size-h2: clamp(1.75rem, 1.56cqi + 1.44rem, 2rem);
  }
}
/* For browsers that don't support clamp or container queries */
@supports not (font-size: clamp(1rem, 1cqi, 1rem)) {
  :root {
    --font-size-h2: 1.75rem;
  }
  @media screen and (min-width: 576px) {
    :root {
      --font-size-h2: 2rem;
    }
  }
}
/* For browsers that support clamp and container queries */
@supports (font-size: clamp(1rem, 1cqi, 1rem)) {
  :root {
    --font-size-20: clamp(1rem, 1.56cqi + 0.69rem, 1.25rem);
  }
}
/* For browsers that don't support clamp or container queries */
@supports not (font-size: clamp(1rem, 1cqi, 1rem)) {
  :root {
    --font-size-20: 1rem;
  }
  @media screen and (min-width: 576px) {
    :root {
      --font-size-20: 1.25rem;
    }
  }
}
@supports (font-size: clamp(1rem, 1cqi, 1rem)) {
  :root {
    /* Для 56px на больших экранах, 24px на маленьких */
    --font-size-56: clamp(1.5rem, 3.82cqi + 0.91rem, 3.5rem);
  }
}

h1 {
  font-size: var(--font-size-56);
  font-weight: 700;
}
h1 strong {
  color: var(--bs-secondary);
}

h2 {
  font-size: var(--font-size-h2);
  text-transform: uppercase;
  font-weight: 700;
}
h2 strong {
  color: var(--bs-secondary);
}

h3 {
  font-size: var(--font-size-20);
  font-weight: 600;
}

.fs-30 {
  font-size: 30px;
}

.fs-20 {
  font-size: 20px;
}

.fs-18 {
  font-size: 18px;
}

.fs-14 {
  font-size: 14px;
}

.fw-700 {
  font-weight: 700;
}

.fw-600 {
  font-weight: 600;
}



.header {
    position: fixed;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 55;
}

.header.header-out {
  opacity: 0;
}

.header__top::before {
  content: "";
  position: absolute;
  top: 0;
  right: -99%;
  width: 1000%;
  height: 100%;
  background-color: var(--bs-secondary);
  z-index: 0;
}
.header__logo {
  max-width: 200px;
}
@media (max-width: 1200px) {
  .header__inner {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .header__inner {
    width: inherit;
  }
}
.header br {
  display: none;
}

.promo {
  /* height: 100vh; */
    min-height: calc(100vh - 120px);
}

.promo h1 {
  min-height: 170px;
}
.promo__slide {
  padding-top: 1%;
  padding-bottom: 35px;
  min-height: 922px;

  align-items: start;
}
.promo__slide::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #000;
  mix-blend-mode: multiply;
  opacity: 0.6;
  z-index: 1;
}

.promo__icon img {
  height: 60px;
  width: 50px;
}

.promo__item:nth-child(2) img {
  height: 60px;
  width: 60px;
}

.promo__item {
  width: 138px;
}

.promo__item:nth-child(3) img {
  height: 60px;
  width: 60px;
}

/* .promo__description {
  max-width: 410px;
  min-height: 72px;
} */
 .promo__description {
    max-width: 410px;
    min-height: 72px;
    position: absolute;
    right: 20px;
    top: 20px;
 }
.promo__description strong {
  color: var(--bs-secondary);
}
.promo__list {
  margin-bottom: 200px;
}
.promo__control {
  bottom: 15.1%;
  right: 10px;
  left: 10px;
  z-index: 3;
}

.promo__control--list {
    max-width: 650px;
    min-height: 72px;
    position: absolute;
    bottom: -30px;
    left: -700px;
    gap: 110px;

}

/* .promo__item {
  width: 60px;
} */

@media (max-width: 1400px) {
  .promo__control--list {
    max-width: 450px;
    left: -480px;
    gap: 50px;
  }
}

@media (max-width: 576px) {
  .promo__control {
    bottom: 20%;
  }
  
  .promo__description {
    top: 70px;
  }
}
@media (min-width: 768px) {
  .promo__control {
    right: calc((100vw - 692px) / 2);
    left: inherit;
  }
}
@media (min-width: 992px) {
  .promo__control {
    right: calc((100vw - 944px) / 2);
    left: inherit;
  }
}
@media (min-width: 1400px) {
  .promo__control {
    right: calc((100vw - 1312px) / 2);
  }
}




.max-height-320 {
  max-height: 320px;
  max-width: fit-content;
}

.services__content {
  align-content: space-between;
}

.services__subtitle {
  max-width: 368px;
}

.service_item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background-color: var(--bs-primary);
}

.services__item {
  border-bottom: 5px solid #F8BE0F;
}

.services__item::before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  top: 0;
  bottom: 0;
  width: 6px;
  background-color: var(--bs-primary);
}
.services__item::after {
  content: "";
  display: block;
  position: absolute;
  width: 86%;
  height: 355%;
  background: url("img/wave.png") no-repeat center/cover;
  mix-blend-mode: multiply;
  opacity: 0.1;
}
.services__icon {
  min-width: 60px;
  width: 60px;
  height: 60px;
}
.services__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #333;
  background: transparent;
  border: none;
  padding: 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.services__btn::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 9px;
  background: url("img/icons/arrow-btn.svg") no-repeat center/cover;
  -webkit-transition: margin-left 0.3s ease, -webkit-transform 0.3s ease;
  transition: margin-left 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, margin-left 0.3s ease;
  transition: transform 0.3s ease, margin-left 0.3s ease, -webkit-transform 0.3s ease;
}
.services__btn:hover {
  color: var(--bs-primary);
}
.services__btn:hover::after {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
  margin-left: 4px;
}
.services .row > div:nth-child(1) .services__item::after, .services .row > div:nth-child(6) .services__item::after, .services .row > div:nth-child(8) .services__item::after {
  -webkit-transform: rotate(44deg);
          transform: rotate(44deg);
  right: 14%;
  bottom: -170%;
}
.services .row > div:nth-child(2) .services__item::after, .services .row > div:nth-child(4) .services__item::after, .services .row > div:nth-child(9) .services__item::after {
  -webkit-transform: rotate(-82deg);
          transform: rotate(-82deg);
  right: 12%;
  bottom: -167%;
  background: url("img/wave2.png") no-repeat center/cover;
}
.services .row > div:nth-child(3) .services__item::after, .services .row > div:nth-child(5) .services__item::after, .services .row > div:nth-child(7) .services__item::after {
  -webkit-transform: rotate(-130deg);
          transform: rotate(-130deg);
  right: 0%;
  bottom: -194%;
}

.prices__text {

}

.prices--test {
  color: var(--bs-black);
}

.prices--test table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.prices--test table thead {
  background-color: var(--bs-secondary);
  font-size: var(--font-size-20);
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.prices--test {
  color: var(--bs-black);
}
.prices__slick-arrows .slick-arrow {
  background-image: url("img/icons/arrow-slider-black.svg");
}
.prices table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.prices table thead {
  background-color: var(--bs-dark);
  font-size: var(--font-size-20);
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 576px) {
  .prices table thead {
    text-transform: none;
  }
    .prices--test table thead {
    text-transform: none;
  }
}
.prices table thead tr th {
  border: 1px solid var(--bs-dark);
  padding-block: 12px;
  padding-inline: 34px;
}

.prices--test table thead tr th {
  border: 1px solid var(--bs-secondary);
  padding-block: 12px;
  padding-inline: 34px;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .prices table thead tr th {
    padding-inline: 10px;
  }
  
    .prices--test table thead tr th {
    padding-inline: 10px;
  }
}
.prices table tbody {
  font-size: var(--font-size-20);
  font-weight: 600;
}
.prices table tbody tr td {
  border: 1px solid var(--bs-dark);
  padding-block: 12px;
  padding-inline: 34px;
}

.prices__content table thead tr th:nth-child(2) {
  width: 250px;
}

.prices__content table tbody tr td:nth-child(2) {
  width: 250px;
}

@media (max-width: 576px) {
  .prices__content table thead tr th:nth-child(2) {
  width: 140px;
}

.prices__content table tbody tr td:nth-child(2) {
  width: 140px;
}
}

.prices--test table tbody {
  font-size: var(--font-size-20);
  font-weight: 600;
}
.prices--test table tbody tr td {
  border: 1px solid var(--bs-dark);
  padding-block: 13px;
  padding-inline: 34px;
  vertical-align: top;
}
@media (max-width: 576px) {
  .prices table tbody tr td {
    padding-inline: 10px;
  }
  .prices--test table tbody tr td {
    padding-inline: 10px;
  }
  
  h1 {
    font-size: 25px;
  }
}

.clients__wrap {
  -webkit-animation: clients 20s linear infinite;
          animation: clients 20s linear infinite;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.clients__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.clients__logo img {
  max-height: 60px;
}

@-webkit-keyframes clients {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes clients {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.works__skew-line {
  width: 32%;
  height: 50px;
  background-color: var(--bs-secondary);
  margin-top: 25px;
}
.works__skew-line::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -14px;
  width: 9px;
  height: 50px;
  background-color: var(--bs-dark);
  -webkit-transform: skewX(28deg);
          transform: skewX(28deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  z-index: 2;
}
.works__skew-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -53px;
  width: 60px;
  height: 50px;
  background-color: var(--bs-secondary);
  clip-path: polygon(0% 0%, 57% 0, 100% 100%, 0% 100%);
  z-index: 1;
}
.works__slick-dots ul {
  width: inherit;
  gap: 10px;
}
.works__slick-dots ul li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e5e1e1;
  opacity: 1;
}
.works__slick-dots ul li.slick-active {
  background-color: var(--bs-primary);
}
.works__slick-arrows {
  margin-left: 22%;
}
.benefits__item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background-color: var(--bs-primary);
}
.benefits__icon {
  min-width: 60px;
  width: 60px;
  height: 60px;
}
.guarantee__skew-line {
  width: 32%;
  height: 50px;
  background-color: var(--bs-secondary);
  margin-top: 25px;
}
.guarantee__skew-line::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -14px;
  width: 9px;
  height: 50px;
  background-color: var(--bs-dark);
  -webkit-transform: skewX(28deg);
          transform: skewX(28deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  z-index: 2;
}
.guarantee__skew-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -53px;
  width: 60px;
  height: 50px;
  background-color: var(--bs-secondary);
  clip-path: polygon(0% 0%, 57% 0, 100% 100%, 0% 100%);
  z-index: 1;
}
.guarantee__skew-line--right {
  margin-left: auto;
}
.guarantee__skew-line--right::before {
  left: -14px;
  right: inherit;
  -webkit-transform: skewX(-28deg);
          transform: skewX(-28deg);
}
.guarantee__skew-line--right::after {
  left: -53px;
  right: inherit;
  clip-path: polygon(44% 0%, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 992px) {
  .guarantee__content {
    border: none !important;
  }
}
.guarantee__item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .guarantee__item {
    border: none !important;
  }
}
.guarantee__item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.guarantee__item .guarantee__icon img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.guarantee__item:hover .guarantee__icon img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.action h2 {
  font-size: 40px;
}
.action__description {
  max-width: 470px;
  width: 100%;
}

.price-img.action__box-img::before {
  background: none;
}

.action__box-img::before {
  content: "";
  display: block;
  background: url("img/action-logo.png") no-repeat center/cover;
  position: absolute;
  bottom: -7px;
  left: -40px;
  width: 62px;
  height: 44px;
}
@media (max-width: 992px) {
  .action__box-img::before {
    left: 0;
  }
}
.action__box-img--test::before {
  left: 10px;
  bottom: 10px;
}
.choose__item:not(:last-child) {
  margin-bottom: 20px;
}
.choose__item::before {
  content: "";
  display: block;
  background: var(--bs-primary) url("img/icons/galka.svg") no-repeat center/10px 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.choose__text strong {
  font-size: 14px;
  opacity: 0.5;
  font-weight: 400;
  display: block;
}

.steps {
  padding-bottom: 1px;
}
.steps__row::before {
  content: "";
  display: block;
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  height: 0.3px;
  background-color: var(--bs-white);
  opacity: 0.3;
}
@media (max-width: 992px) {
  .steps__row::before {
    display: none;
  }
}
.steps__row::after {
  content: "";
  display: block;
  position: absolute;
  top: 120px;
  height: 130px;
  right: 0;
  width: 0.3px;
  background-color: var(--bs-white);
  opacity: 0.3;
}
@media (max-width: 1200px) {
  .steps__row::after {
    display: none;
  }
}
.steps__row.flex-lg-row-reverse::after {
  top: -10px;
}
.steps__icon {
  width: 60px;
  height: 60px;
}
.video {
  position: relative;
  /* 16:9 */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--bs-dark);
}
.video .container {
  padding-top: 79dvh;
}
.video__play {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: var(--bs-primary); */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.video__play::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 120px;
  height: 120px;
  background: #ffb200;
  border-radius: 50%;
  -webkit-animation: pulse-border 1100ms ease-out infinite;
          animation: pulse-border 1100ms ease-out infinite;
}
.video__play::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: #ffb200;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.video__play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 38px solid #000;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  top: 0;
  left: 0;
}
.video__title {
  max-width: 550px;
  width: 90%;
  position: absolute;
  top: 80px;
  left: 0;
}
@media (max-width: 576px) {
  .video__title {
    left: 10px;
  }
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/* Тест: контейнер под инлайн-видео (фон задаётся инлайном в PHP) */
.video-test__frame {
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
}

/* Когда вставим iframe — он займёт весь блок (см. скрипт) */
.video-test__frame iframe,
.video-test__frame video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.reviews__control {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 12px;
}
@media (max-width: 992px) {
  .reviews__control {
    position: relative;
    left: inherit;
    right: inherit;
    bottom: inherit;
    margin-top: 30px;
  }
}
.reviews__box-img {
  border: 1px solid #cdcdcd;
}
.reviews__slick-dots ul {
  width: inherit;
  gap: 10px;
}
.reviews__slick-dots ul li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e5e1e1;
  opacity: 1;
}
.reviews__slick-dots ul li.slick-active {
  background-color: var(--bs-primary);
}
.reviews__slick-arrows {
  margin-left: 26%;
}
.reviews__slick-arrows .slick-arrow {
  background-image: url("img/icons/arrow-slider-black.svg");
}
.reviews__link {
  background-color: rgba(248, 190, 15, 0.1);
}
.reviews__link::before {
  content: "";
  display: block;
  background: url("img/icons/arrow.svg") no-repeat center/cover;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 34px;
  height: 34px;
}
.reviews__value {
  font-size: 100px;
  line-height: 1;
}
.reviews__text {
  font-size: 48px;
}
.promotions h2 {
  font-size: var(--font-size-50);
}
.promotions__description {
  font-size: 26px;
  margin-left: -70px;
  line-height: 1;
}
@media (max-width: 992px) {
  .promotions__description {
    margin-left: inherit;
  }
}
.promotions__skew-line {
  width: 32%;
  height: 50px;
  background-color: var(--bs-secondary);
  margin-left: auto;
  margin-top: 25px;
}
.promotions__skew-line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -14px;
  width: 9px;
  height: 50px;
  background-color: var(--bs-dark);
  -webkit-transform: skewX(-28deg);
          transform: skewX(-28deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  z-index: 2;
}
.promotions__skew-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -53px;
  width: 60px;
  height: 50px;
  background-color: var(--bs-secondary);
  clip-path: polygon(44% 0%, 100% 0, 100% 100%, 0% 100%);
  z-index: 1;
}

.team p {
  font-size: 18px;
}

.team__text {
  text-align: left;
}

.team__stat {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
}

@media (max-width: 992px) {
  .team__stat {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/* .team__stat-number {
  color: var(--bs-dark);
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
}

.team__stat-text {
  font-size: var(--font-size-20);
  font-weight: 600;
} */
 
.team__stat {

}
 
.team__stat-number {
  color: var(--bs-dark);
  font-size: 52px;
  font-weight: 600;
  text-transform: uppercase;
}

.team__stat-text {
  font-size: 16px;
  font-weight: 400;
}

.team__stat-text.yellow {
  margin-bottom: 5px;
  color:#ffb200
}

.accordion-header {
  
}

.accordion-item {
  border: none;
}

.accordion-body ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
.accordion-body ul li {
  list-style: disc;
}
.accordion-body a:hover {
  color: var(--bs-primary);
}

.accordion-button {
  border-bottom: 3px solid var(--bs-primary); 
}

.accordion-button::after {
  background: url("img/icons/plus.svg") no-repeat center/17px 24px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.accordion-button:not(.collapsed) {
  color: #333;
  background-color: var(--bs-white);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  background: url("img/icons/minus.svg") no-repeat center/17px 3px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-button--test::after {
  background: url("img/icons/plus-t.svg") no-repeat center/31px 31px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.accordion-button--test:not(.collapsed) {
  color: #333;
  background-color: var(--bs-white);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-button--test:not(.collapsed)::after {
  background: url("img/icons/minus-t.svg") no-repeat center/31px 31px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Более плавный переход высоты */
/* Уважение prefers-reduced-motion */
.partners__wrap {
  -webkit-animation: partners 20s linear infinite;
          animation: partners 20s linear infinite;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.partners__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.partners__logo img {
  max-height: 60px;
}

@-webkit-keyframes partners {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes partners {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.contacts a:hover {
  color: var(--bs-primary);
}

.footer {
  color: #fff;
}
.footer a {
  color: #fff;
  font-size: 16px;
}
.footer a:hover {
  color: var(--bs-primary);
}
.footer__social-list .social__link:hover svg path {
  fill: rgba(255, 255, 255, 0.5);
}
.footer__social-list .social__link svg path {
  fill: #fff;
}
.footer__logo {
  max-width: 220px;
}
.footer__top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.wpcf7-spinner {
  display: none;
}

.form-control:focus {
  border-color: var(--bs-primary);
}

.form__item a:hover {
  color: var(--bs-primary);
}

.scroll-up {
  position: fixed;
  left: 66px;
  bottom: 50px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  color: var(--bs-gray-dark);
  cursor: pointer;
  border-radius: 50%;
  border: 0.5px solid var(--bs-primary);
  background-color: var(--bs-primary);
  -webkit-animation: show-scroll-up linear both;
          animation: show-scroll-up linear both;
  animation-timeline: scroll();
  animation-range: 0 100dvh;
}
.scroll-up:hover {
  background-color: var(--bs-gray-dark);
  border-color: var(--bs-gray-dark);
}
@media (max-width: 1200px) {
  .scroll-up {
    right: auto;
    left: 13px;
  }
}

@-webkit-keyframes show-scroll-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes show-scroll-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.social__link {
  width: 25px;
  height: 25px;
}
.social__link:hover svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.menu__link {
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu__link:hover {
  color: var(--bs-primary);
}
.menu__link.active {
  color: var(--bs-primary);
}

.menu-mob {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: var(--bs-dark);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 4;
}
.menu-mob::before {
  content: "";
  top: 0;
  left: -1000%;
  bottom: 0;
  width: 25vw;
  background: var(--bs-dark);
  position: absolute;
  z-index: -1;
}
.menu-mob .menu__item {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu-mob .menu__item:nth-child(1) {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
.menu-mob .menu__item:nth-child(2) {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}
.menu-mob .menu__item:nth-child(3) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
.menu-mob .menu__item:nth-child(4) {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
}
.menu-mob .menu__item:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.menu-mob .menu__item:nth-child(6) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}
.menu-mob .menu__item:nth-child(7) {
  -webkit-transition-delay: 0.56s;
          transition-delay: 0.56s;
}
.menu-mob .menu__item:nth-child(8) {
  -webkit-transition-delay: 0.64s;
          transition-delay: 0.64s;
}
.menu-mob .menu__item:nth-child(9) {
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s;
}
.menu-mob .menu__item:nth-child(10) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.menu-mob__social-list .social__link:hover svg path {
  fill: rgba(255, 255, 255, 0.5);
}
.menu-mob__social-list .social__link svg path {
  fill: #fff;
}

.list li {
  font-size: 20px;
}
.list li::before {
  content: "";
  display: block;
  background: url("img/icons/list.svg") no-repeat center/cover;
  width: 33px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn {
  max-width: fit-content;
  color: #fff;
}

.btn:hover {
  background-color: #fff;
  color: #000;
}

.svg-icon {
    transition: fill 0.3s ease;
}

.btn:hover .svg-icon {
    fill: #000;
}

.btn:hover .svg-icon path {
    fill: #000;
}

.burger {
  z-index: 999;
  width: 30px;
  height: 30px;
  border: none;
}
.burger__inner {
  width: 30px;
  height: 30px;
}
.burger__inner span, .burger__inner::before, .burger__inner::after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  right: 0px;
  position: absolute;
  height: 3px;
  background-color: var(--bs-secondary);
  width: 100%;
}
.burger__inner::before {
  top: 0px;
}
.burger__inner::after {
  bottom: 0;
}

.form-control {
  border-radius: 0;
  padding-block: 13px;
  padding-inline: 14px;
  color: #5a5858;
  background-color: #fcfcff;
  border: 1px solid rgba(0, 0, 0, 0.4);
  font-size: 16px;
}
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-textarea {
  resize: vertical;
}

.form__btn {
  margin-top: 20px;
  padding-block: 10px;
}

.form__text {
  max-width: 245px;
  width: 100%;
}

.checkbox input {
  width: 18px;
  height: 18px;
}

.open .menu-mob {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.open .menu-mob::before {
  left: -24%;
}
.open .menu-mob .menu__item {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.open .burger__inner span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open .burger__inner span, .open .burger__inner::before {
  top: calc(50% - 1px);
}
.open .burger__inner::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.open .burger__inner::after {
  width: 0;
}

.slick-slider {
  margin-inline: calc(var(--bs-gutter-x) * -0.5);
}

.slick-slide {
  padding-inline: calc(var(--bs-gutter-x) * 0.5);
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 615px;
  max-width: 100%;
  gap: 12px;
}
.slick-dots li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  background-color: var(--bs-white);
  opacity: 0.5;
  text-indent: -9999px;
  cursor: pointer;
}
.slick-dots li.slick-active {
  opacity: 1;
}

.slick-arrow {
  width: 48px;
  height: 16px;
  border: none;
  background: url("img/icons/arrow-slider.svg") no-repeat center;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 10;
  opacity: 0.5;
}

.slick-arrow:hover {
  opacity: 1;
}

.slick-prev {
  rotate: 180deg;
}

.twentytwenty-handle {
  left: 50%;
  top: 50%;
  margin-left: 0;
  margin-top: -25px;
  border-bottom: 8px solid var(--bs-white);
  border-top: 8px solid var(--bs-white);
  border-left: 4px solid var(--bs-white);
  border-right: 4px solid var(--bs-white);
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  width: 7px;
  height: 42px;
  background-color: transparent;
  position: absolute;
  z-index: 40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.twentytwenty-handle .twentytwenty-inner {
  width: 7px;
  height: 40px;
  border-radius: 10px;
  padding: 1px;
  border: 1px solid var(--bs-primary);
  background-color: transparent;
  pointer-events: none;
}
.twentytwenty-handle .twentytwenty-left-arrow {
  display: none;
}
.twentytwenty-handle .twentytwenty-right-arrow {
  width: 5px;
  height: 42px;
  border-radius: 10px;
  padding: 1px;
  border: 1px solid var(--bs-white);
  top: 4px;
  left: -1px;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
  content: " ";
  display: block;
  background-color: var(--bs-white);
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
}/*# sourceMappingURL=style.css.map */

.menu-mob__item a {
  color: #fff;
}

.services__item {
  position: relative;
}

.services__item a {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}


.team__content h2 {
    text-align: center !important;
}

@media (min-width: 768px) {
    .team__content h2 {
        text-align: left !important;
    }
}

/* Убедитесь, что body имеет правильные отступы */
body {
  margin: 0;
  padding: 0;
}

/* Каждый слайд на всю высоту */
.promo__slide {
  min-height: calc(100vh - 120px);
  display: flex !important;
  align-items: start;
}

/* Контейнер внутри слайда */
.promo .container {
  height: 100%;
  display: flex;
  flex-direction: column;

}

/* Исправление для slick slider */
.promo__slider,
.promo__slider .slick-list,
.promo__slider .slick-track {
  height: 100%;
}

.promo__slider .slick-slide > div {
  height: 100%;
}

.works__container img {
  content-s
}