.cms-section {
  background: #000;
  color: #fff;
  padding: 70px 20px;
  font-family: Arial, sans-serif;
}

.cms-section__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.cms-section__title {
  margin: 0 0 28px;
  font-size: clamp(30px, 5vw, 58px);
  line-height: 1;
  text-transform: uppercase;
}

.cms-route-home #rec2172565291,
.cms-route-home #nav2172565291,
.cms-route-home #nav2172565291marker,
.cms-route-home .t450__overlay {
  display: none !important;
}

.cms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.cms-media-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: #171717;
}

.cms-media-card img,
.cms-media-card video {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.cms-media-card video {
  aspect-ratio: 9 / 16;
  background: #000;
}

.cms-video-has-preview {
  position: relative;
  --cms-video-play-top: 60%;
}

.cms-video-preview {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  background: #000;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.cms-video-preview_placeholder {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 228, 15, 0.14), transparent 42%),
    linear-gradient(180deg, #080808, #000);
}

.cms-video-with-preview {
  background: #000 !important;
}

.cms-video-has-preview::after {
  content: '';
  position: absolute;
  left: 50%;
  top: var(--cms-video-play-top);
  z-index: 3;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #ffe40f;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.45);
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.cms-video-has-preview::before {
  content: '';
  position: absolute;
  left: 50%;
  top: var(--cms-video-play-top);
  z-index: 4;
  border-left: 16px solid #000;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  transform: translate(-34%, -50%);
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.cms-video-has-preview.cms-video-preview-hidden::before,
.cms-video-has-preview.cms-video-preview-hidden::after {
  opacity: 0;
  visibility: hidden;
}

.cms-video-preview.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.cms-media-card__caption {
  padding: 14px;
  color: #d0d0d0;
  font-size: 14px;
  line-height: 1.4;
}

.cms-video-slider {
  background: #000;
  color: #fff;
  padding: 44px max(20px, 5vw) 70px;
}

.cms-video-slider__head {
  max-width: 1680px;
  margin: 0 auto 22px;
}

.cms-video-slider__head h2 {
  margin: 0;
  color: #fff;
  font-family: 'Druk-Mont', Arial, sans-serif;
  font-size: clamp(38px, 6vw, 92px);
  line-height: 0.95;
  text-transform: uppercase;
}

.cms-video-slider__track {
  max-width: 1680px;
  margin: 0 auto;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(230px, 320px);
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-color: #ffe40f #1b1b1b;
  padding-bottom: 14px;
}

.cms-video-slider .cms-media-card {
  scroll-snap-align: start;
  border: 1px solid rgba(255, 228, 15, 0.26);
  width: 100%;
  contain: layout paint;
}

.cms-video-slider .cms-media-card video {
  aspect-ratio: 9 / 16;
  background: #080808;
  object-fit: cover;
}

.cms-video-slider .cms-media-card video:fullscreen,
.cms-video-slider .cms-media-card video:-webkit-full-screen {
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  background: #000 !important;
}

video:fullscreen,
video:-webkit-full-screen {
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  background: #000 !important;
}

.cms-bottom-block {
  background: #000;
  color: #6a6a6a;
  padding: 48px 20px;
  border-top: 1px solid rgba(255, 228, 15, 0.24);
}

.cms-bottom-block__inner {
  max-width: 1180px;
  margin: 0 auto;
  color: #6a6a6a;
  font-family: 'Druk-Mont', Arial, sans-serif;
  font-size: var(--cms-bottom-font-size, 16px);
  font-weight: 300;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
  white-space: pre-line;
}

#rec2171225961 .t774__content,
#rec1025539481 .t774__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#rec2171225961 .t774__textwrapper,
#rec1025539481 .t774__textwrapper {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

#rec2171225961 .t-card__descr,
#rec1025539481 .t-card__descr {
  position: relative;
  margin-top: 10px;
  color: #f2f2f2 !important;
  font-size: clamp(16px, 1.2vw, 18px) !important;
  line-height: 1.36 !important;
  overflow: hidden;
  transition: max-height 0.32s ease;
}

#rec2171225961 .cms-tariff-card:not(.is-expanded) .cms-tariff-text::after,
#rec1025539481 .cms-tariff-card:not(.is-expanded) .cms-tariff-text::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 72px;
  background: linear-gradient(180deg, rgba(23, 23, 23, 0), #171717 82%);
  pointer-events: none;
}

.cms-tariff-more {
  align-self: flex-start;
  min-height: 38px;
  margin-top: 16px;
  padding: 0 18px;
  border: 1px solid rgba(255, 228, 15, 0.64);
  border-radius: 8px;
  background: rgba(255, 228, 15, 0.08);
  color: #ffe40f;
  font-family: 'Druk-Mont', Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.cms-tariff-more:hover {
  background: #ffe40f;
  color: #000;
  transform: translateY(-1px);
}

.cms-tariff-more[hidden] {
  display: none;
}

.cms-contact-record {
  padding-top: 78px !important;
  padding-bottom: 34px !important;
}

.cms-contact-record .t396 {
  display: none !important;
}

.cms-contact-panel {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  background: #000;
  color: #fff;
  font-family: var(--t-text-font, Arial), sans-serif;
  text-align: center;
}

.cms-contact-panel__title {
  margin: 0 0 30px;
  color: #fff;
  font-family: 'Druk-Mont', Arial, sans-serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 600;
  line-height: 1.08;
  text-transform: uppercase;
}

.cms-contact-panel__buttons {
  display: grid;
  grid-template-columns: repeat(4, minmax(160px, 1fr));
  gap: 14px;
}

.cms-contact-button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  padding: 0 20px;
  border-radius: 10px;
  background: #1d1d1d;
  color: #fff !important;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.cms-contact-button:hover {
  transform: scale(1.035);
  background: #262626;
}

.cms-contact-button_primary {
  grid-column: 1 / -1;
  max-width: 374px;
  margin: 0 auto 2px;
  background: #ffe40f;
  color: #000 !important;
}

.cms-contact-button_primary:hover {
  background: #ffe40f;
}

.cms-contact-button__phone {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  line-height: 24px;
}

.cms-contact-button__phone::before {
  content: '\260E';
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.cms-review-card {
  border-radius: 14px;
  background: #171717;
  padding: 22px;
  min-height: 220px;
}

.cms-hidden-tilda-reviews {
  display: none !important;
}

.cms-review-carousel {
  max-width: 1680px;
  margin: 0 auto;
  padding: 20px 4vw 70px;
  --cms-review-gap: 18px;
}

.cms-review-carousel__viewport {
  overflow: hidden;
}

.cms-review-carousel__track {
  display: flex;
  gap: var(--cms-review-gap);
  align-items: stretch;
  will-change: transform;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.cms-review-carousel__track.is-jump {
  transition: none;
}

.cms-review-carousel .cms-review-card {
  flex: 0 0 calc((100% - 36px) / 3);
  height: 360px;
  min-height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  cursor: pointer;
  overflow: hidden;
  position: relative;
  padding-bottom: 48px;
  transition: background-color 0.7s ease, border-color 0.7s ease, opacity 0.7s ease, box-shadow 0.7s ease;
}

.cms-review-carousel .cms-review-card_side {
  opacity: 0.86;
  transform: none;
}

.cms-review-carousel .cms-review-card_active {
  background: #1f1d10;
  border-color: rgba(255, 228, 15, 0.65);
  box-shadow: 0 18px 54px rgba(255, 228, 15, 0.1);
  transform: none;
}

.cms-review-carousel .cms-review-card__name {
  color: #f6f6f6;
  font-family: 'Druk-Mont', Arial, sans-serif;
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 600;
  line-height: 1.08;
}

.cms-review-card__person,
.cms-review-card__company {
  display: block;
}

.cms-review-card__company {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.cms-review-card__person {
  margin-top: 4px;
  color: #bdbdbd;
  font-family: Arial, sans-serif;
  font-size: 0.46em;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cms-review-carousel .cms-review-card__text {
  color: #d9d9d9;
  font-family: 'Druk-Mont', Arial, sans-serif;
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 300;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cms-review-carousel .cms-review-card_active .cms-review-card__text {
  color: #f2f2f2;
}

.cms-review-card__more {
  position: absolute;
  left: 22px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid rgba(255, 228, 15, 0.42);
  border-radius: 999px;
  background: rgba(255, 228, 15, 0.1);
  color: #ffe40f;
  font: 700 11px/1 Arial, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cms-review-card_fit .cms-review-card__more {
  display: none;
}

.t585__title,
.t585__text {
  color: var(--cms-readable-text-color, #e6e6e6) !important;
}

.t585__text {
  font-size: clamp(17px, 1.25vw, 20px) !important;
  line-height: 1.55 !important;
}

#rec2171226031 .t585__text {
  font-size: clamp(
    calc(18px * var(--cms-process-text-scale, 1.15)),
    calc(1.34vw * var(--cms-process-text-scale, 1.15)),
    calc(22px * var(--cms-process-text-scale, 1.15))
  ) !important;
}

.cms-review-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.cms-review-carousel__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #565656;
}

.cms-review-carousel__dots button.is-active {
  width: 26px;
  background: #ffe40f;
}

#rec2172565761,
#rec2172565771,
#rec2171226081,
#rec2171226091,
#rec1025539546,
#rec1025539551 {
  display: none !important;
}

.cms-review-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.cms-review-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.cms-review-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
}

.cms-review-modal__card {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: min(760px, 86vh);
  overflow: auto;
  border: 1px solid rgba(255, 228, 15, 0.45);
  border-radius: 16px;
  background: #171717;
  color: #fff;
  padding: 30px;
}

.cms-review-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #ffe40f;
  color: #000;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.cms-modal-open {
  overflow: hidden;
}

.cms-corner-video {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99999;
}

iframe[src*="lp9.ru"],
[src*="lp9.ru/widget"],
[id*="lp9"],
[class*="lp9"] {
  display: none !important;
}

.cms-corner-video {
  display: block !important;
}

.video-widget {
  display: none !important;
}

.video-widget *,
.video-widget__container,
.video-widget__video {
  display: none !important;
  visibility: hidden !important;
}

.t657,
[id^="rec"] > .t657 {
  display: none !important;
  visibility: hidden !important;
}

.cms-guarantee-list {
  display: none;
}

.cms-corner-video__button {
  position: relative;
  display: grid;
  place-items: center;
  width: 108px;
  height: 108px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 42%, #fff06a 0 18%, #ffe40f 19% 58%, #b99f00 100%);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.48), 0 0 0 9px rgba(255, 228, 15, 0.13);
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cms-corner-video__button::before {
  content: '';
  position: absolute;
  inset: -10px;
  border: 1px solid rgba(255, 228, 15, 0.42);
  border-radius: 50%;
  opacity: 0.75;
  animation: cms-corner-video-pulse 2.4s ease-out infinite;
}

.cms-corner-video__button:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.52), 0 0 0 11px rgba(255, 228, 15, 0.16);
}

.cms-corner-video__play {
  display: block;
  width: 62px;
  height: 62px;
  margin: 0 auto;
  border-radius: 50%;
  background: #000;
  position: relative;
}

.cms-corner-video__play::after {
  content: '';
  position: absolute;
  left: 25px;
  top: 17px;
  border-left: 20px solid #ffe40f;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}

.cms-corner-video__label {
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  padding: 4px 10px;
  border: 1px solid rgba(255, 228, 15, 0.7);
  border-radius: 999px;
  background: #090909;
  color: #ffe40f;
  font: 700 11px/1 Arial, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.cms-corner-video__panel {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(350px, calc(100vw - 32px));
  border: 2px solid #ffe40f;
  border-radius: 20px;
  background: #000;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.86);
  transform-origin: right bottom;
  pointer-events: none;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.65);
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.cms-corner-video.is-open .cms-corner-video__button {
  opacity: 0;
  pointer-events: none;
}

.cms-corner-video.is-open .cms-corner-video__panel {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.cms-corner-video__panel video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: contain;
  background: #000 !important;
}

.cms-corner-video__panel .cms-video-preview {
  border-radius: inherit;
}

.cms-corner-video__close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 5;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 228, 15, 0.95);
  color: #000;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
}

@keyframes cms-corner-video-pulse {
  0% {
    transform: scale(0.92);
    opacity: 0.78;
  }

  70% {
    transform: scale(1.16);
    opacity: 0;
  }

  100% {
    transform: scale(1.16);
    opacity: 0;
  }
}

.cms-form-message {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(255, 228, 15, 0.14);
  color: #ffe40f;
  font: 15px/1.4 Arial, sans-serif;
}

.cms-form-message_error {
  background: rgba(255, 85, 85, 0.16);
  color: #ff7676;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

img,
video {
  max-width: 100%;
}

.cms-review-card__top {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}

.cms-review-card__avatar {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  background: #2b2b2b;
  flex: 0 0 auto;
}

.cms-review-card__name {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
}

.cms-review-card__text {
  margin: 0;
  color: #d0d0d0;
  font-size: 15px;
  line-height: 1.55;
}

@media (min-width: 901px) {
  #rec2171225881 .tn-elem[data-elem-id="1700068202893"],
  #rec2171225881 .tn-elem[data-elem-id="1700069276370"],
  #rec2171225881 .tn-elem[data-elem-id="1700069285000"],
  #rec2171225881 .tn-elem[data-elem-id="1776434845188000002"],
  #rec2171225881 .tn-elem[data-elem-id="1700069296004"],
  #rec1025539441 .tn-elem[data-elem-id="1700068202893"],
  #rec1025539441 .tn-elem[data-elem-id="1700069276370"],
  #rec1025539441 .tn-elem[data-elem-id="1700069285000"],
  #rec1025539441 .tn-elem[data-elem-id="1700069296004"] {
    margin-top: -34px !important;
  }

  #rec2171225881 .tn-elem[data-elem-id="1700068847460"] {
    z-index: 3 !important;
  }

  #rec2171225881 .tn-elem[data-elem-id="1700068708797"] {
    z-index: 30 !important;
  }

  #rec2171225881 .tn-elem[data-elem-id="1700069218662"] {
    z-index: 30 !important;
  }

  #rec2171225881 .tn-elem[data-elem-id="1700069234827"] {
    z-index: 30 !important;
  }

  #rec2171225881 .tn-elem[data-elem-id="1776434896291000004"] {
    z-index: 30 !important;
  }

  #rec2171225881 .tn-elem[data-elem-id="1700069244574"] {
    z-index: 30 !important;
  }

  #rec2171225881 .tn-elem[data-elem-id="1700068708797"] .tn-atom,
  #rec2171225881 .tn-elem[data-elem-id="1700069218662"] .tn-atom,
  #rec2171225881 .tn-elem[data-elem-id="1700069234827"] .tn-atom,
  #rec2171225881 .tn-elem[data-elem-id="1776434896291000004"] .tn-atom,
  #rec2171225881 .tn-elem[data-elem-id="1700069244574"] .tn-atom {
    font-family: 'Druk-Mont', Arial, sans-serif !important;
  }

  #rec2171225881 .tn-elem[data-elem-id="1700069026851"] {
    z-index: 9 !important;
  }

  #rec2171225881 .tn-elem[data-elem-id="1700076488373"] {
    z-index: 10 !important;
  }

  #rec2171225881 .tn-elem[data-elem-id="1700076499185"] {
    z-index: 27 !important;
  }
}

@media (max-width: 900px) {
  .t-rec {
    max-width: 100vw;
  }

  .t-container,
  .t-container_100,
  .t396__artboard {
    max-width: 100vw !important;
  }

  .t-col {
    max-width: 100%;
  }

  .t396__elem[data-elem-type="video"] .tn-atom,
  .t396__elem[data-elem-type="image"] .tn-atom {
    max-width: 100%;
  }

  .cms-review-carousel {
    padding: 10px 16px 48px;
  }

  .cms-video-slider {
    padding: 30px 16px 44px;
  }

  .cms-video-slider__track {
    grid-auto-columns: minmax(142px, 42vw);
    gap: 12px;
    align-items: start;
    padding-bottom: 10px;
  }

  .cms-video-slider .cms-media-card {
    overflow: hidden;
  }

  .cms-video-slider .cms-media-card video,
  .cms-video-slider .cms-media-card .cms-video-preview {
    height: clamp(220px, 66vw, 288px);
    aspect-ratio: auto;
    object-fit: cover;
  }

  .cms-video-slider .cms-media-card video {
    min-height: 0;
  }

  .t396__elem[data-elem-type="video"].cms-native-video-preview .tn-atom,
  .t396__elem[data-elem-type="video"].cms-native-video-preview .cms-video-has-preview {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    background: #000 !important;
  }

  .t396__elem[data-elem-type="video"].cms-native-video-preview video,
  .t396__elem[data-elem-type="video"].cms-native-video-preview .cms-video-preview {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  #rec2171225881 .tn-elem[data-elem-id="1700068202893"],
  #rec2171225881 .tn-elem[data-elem-id="1700069276370"],
  #rec2171225881 .tn-elem[data-elem-id="1700069285000"],
  #rec2171225881 .tn-elem[data-elem-id="1776434845188000002"],
  #rec2171225881 .tn-elem[data-elem-id="1700069296004"],
  #rec1025539441 .tn-elem[data-elem-id="1700068202893"],
  #rec1025539441 .tn-elem[data-elem-id="1700069276370"],
  #rec1025539441 .tn-elem[data-elem-id="1700069285000"],
  #rec1025539441 .tn-elem[data-elem-id="1700069296004"] {
    margin-top: -34px !important;
  }

  .cms-review-carousel__track {
    gap: 14px;
  }

  .cms-review-carousel .cms-review-card {
    flex-basis: calc(100% - 44px);
    height: 196px;
    min-height: 196px;
    padding: 13px;
    padding-bottom: 42px;
  }

  .cms-review-carousel .cms-review-card__top {
    gap: 9px;
    margin-bottom: 12px;
  }

  .cms-review-carousel .cms-review-card__avatar {
    width: 36px;
    height: 36px;
  }

  .cms-review-carousel .cms-review-card__name {
    font-size: clamp(14px, 4vw, 17px);
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .cms-review-carousel .cms-review-card__company {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .cms-review-carousel .cms-review-card__person {
    margin-top: 2px;
    font-size: 0.6em;
    line-height: 1.18;
  }

  .cms-review-carousel .cms-review-card__text {
    font-size: max(var(--cms-small-text-size, 16px), 14px);
    line-height: 1.28;
    -webkit-line-clamp: 4;
  }

  .cms-review-card__more {
    left: 13px;
    bottom: 12px;
    min-height: 24px;
    padding: 0 10px;
    font-size: 10px;
  }

  .t585__title {
    font-size: clamp(22px, 7vw, 30px) !important;
    line-height: 1.15 !important;
  }

  .t585__text,
  .t-card__descr,
  .t958__review-text,
  .t-descr_xxs,
  .t-text_xs {
    font-size: var(--cms-small-text-size, 16px) !important;
    line-height: 1.45 !important;
  }

  #rec2171225961 .t-card__descr,
  #rec1025539481 .t-card__descr {
    font-size: max(var(--cms-small-text-size, 16px), 15px) !important;
    line-height: 1.35 !important;
  }

  .cms-tariff-more {
    min-height: 36px;
    margin-top: 13px;
    padding: 0 15px;
    font-size: 12px;
  }

  .cms-bottom-block {
    padding: 34px 18px 46px;
  }

  .cms-bottom-block__inner {
    font-size: max(var(--cms-bottom-font-size, 16px), 14px);
  }

  .cms-corner-video {
    right: 16px;
    bottom: 16px;
  }

  .cms-corner-video__button {
    width: 78px;
    height: 78px;
  }

  .cms-corner-video__panel {
    width: min(232px, calc(100vw - 112px));
    max-height: calc(100dvh - 108px);
    border-radius: 16px;
  }

  .cms-corner-video__play {
    width: 46px;
    height: 46px;
  }

  .cms-corner-video__play::after {
    left: 19px;
    top: 12px;
    border-left-width: 16px;
    border-top-width: 11px;
    border-bottom-width: 11px;
  }

  .cms-contact-record {
    padding-top: 54px !important;
    padding-bottom: 18px !important;
  }

  .cms-contact-panel {
    padding: 0 20px;
  }

  .cms-contact-panel__title {
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 1.55;
  }

  .cms-contact-panel__buttons {
    grid-template-columns: 1fr;
    max-width: 240px;
    margin: 0 auto;
    gap: 10px;
  }

  .cms-contact-button,
  .cms-contact-button_primary {
    width: 100%;
    max-width: none;
    min-height: 55px;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
  }

  .cms-contact-button_primary {
    min-height: 55px;
    white-space: nowrap;
  }

  .cms-contact-button__phone {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url('/assets/1.6c56549898.webp') center / contain no-repeat;
  }

  .cms-contact-button__phone::before {
    content: none;
  }
}

@media (max-width: 479px) {
  #rec2171225751 .t396__artboard,
  #rec2171225751 .t396__filter,
  #rec2171225751 .t396__carrier {
    height: 1498px !important;
  }

  #rec2171225751 .tn-elem[data-elem-id="1701371942122"] {
    top: 987px !important;
  }

  #rec2171225751 .tn-elem[data-elem-id="1700335086807"] {
    top: 1005px !important;
    width: 284px !important;
    height: 369px !important;
  }

  #rec2171225751 .tn-elem[data-elem-id="1700335086807"] .tn-atom {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: #000 !important;
  }

  #rec2171225751 .tn-elem[data-elem-id="1700337416552"] .tn-atom {
    font-size: max(var(--cms-small-text-size, 17px), calc(16px * var(--cms-mobile-text-scale, 1.1))) !important;
    line-height: 1.55 !important;
  }

  #rec2171225751 .tn-elem[data-elem-id="1701371942146"] {
    display: none !important;
    top: 1392px !important;
    width: 284px !important;
  }

  #rec2171225751 .tn-elem[data-elem-id="1701371942148"] {
    top: 1404px !important;
  }

  #rec2171225751 .tn-elem[data-elem-id="1701371942126"],
  #rec2171225751 .tn-elem[data-elem-id="1701371942129"],
  #rec2171225751 .tn-elem[data-elem-id="1701371942132"],
  #rec2171225751 .tn-elem[data-elem-id="1701371942134"],
  #rec2171225751 .tn-elem[data-elem-id="1701371942137"],
  #rec2171225751 .tn-elem[data-elem-id="1701371942139"],
  #rec2171225751 .tn-elem[data-elem-id="1701371942141"],
  #rec2171225751 .tn-elem[data-elem-id="1701371942144"] {
    top: 1416px !important;
    width: 42px !important;
  }

  #rec2171225751 .tn-elem[data-elem-id="1701371942141"],
  #rec2171225751 .tn-elem[data-elem-id="1701371942144"] {
    top: 1417px !important;
  }

  #rec2171225751 .tn-elem[data-elem-id="1703661412047"] {
    top: 1436px !important;
  }

  #rec2171225881 .t396__artboard,
  #rec2171225881 .t396__filter,
  #rec2171225881 .t396__carrier {
    height: auto !important;
  }

  #rec2171225881 .t396 {
    display: none !important;
  }

  #rec2171225881 {
    background: #000 !important;
  }

  .cms-guarantee-record {
    padding: 36px 0 52px !important;
    background: #000 !important;
  }

  .cms-guarantee-list {
    display: block;
    width: 100%;
    max-width: 393px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    background: #000;
    color: #000;
    font-family: Arial, sans-serif;
  }

  .cms-guarantee-list__title {
    margin: 0 0 24px;
    color: #fff;
    font-family: 'Druk-Mont', Arial, sans-serif;
    font-size: 33px;
    font-weight: 600;
    line-height: 1.05;
    text-align: center;
    text-transform: uppercase;
  }

  .cms-guarantee-list__items {
    display: grid;
    gap: 18px;
  }

  .cms-guarantee-list__item {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 0;
    align-items: start;
  }

  .cms-guarantee-list__number {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    margin: 16px 0 0 6px;
    border-radius: 50%;
    background: #ffe40f;
    color: #000;
    font: 700 32px/1 Arial, sans-serif;
  }

  .cms-guarantee-list__card {
    min-height: 285px;
    padding: 34px 24px 30px;
    border-radius: 16px;
    background: #ffe40f;
    box-sizing: border-box;
  }

  .cms-guarantee-list__card h3 {
    margin: 0 0 54px;
    color: #000;
    font-family: 'Druk-Mont', Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.05;
    text-transform: uppercase;
    overflow-wrap: anywhere;
  }

  .cms-guarantee-list__card p {
    margin: 0;
    color: #1d1d1d;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.28;
  }

  #rec2171225881 .tn-elem[data-elem-id="1776434896291000004"] {
    z-index: 8 !important;
    top: 888px !important;
    left: calc(50% - 160px + 0px) !important;
    width: 51px !important;
    height: 51px !important;
    display: grid !important;
    place-items: center;
    opacity: 1 !important;
    transform: none !important;
  }

  #rec2171225881 .tn-elem[data-elem-id="1776434896291000004"] .tn-atom {
    display: grid !important;
    place-items: center;
    width: 51px !important;
    height: 51px !important;
    border-radius: 50% !important;
    background: #ffe40f !important;
    color: #000 !important;
    font-size: 30px !important;
    line-height: 1 !important;
  }

  #rec2171225881 .tn-elem[data-elem-id="1700069244574"] {
    z-index: 8 !important;
    top: 1180px !important;
    left: calc(50% - 160px + 0px) !important;
    width: 51px !important;
    height: 51px !important;
    display: grid !important;
    place-items: center;
    transform: none !important;
  }

  #rec2171225881 .tn-elem[data-elem-id="1700069244574"] .tn-atom {
    display: grid !important;
    place-items: center;
    width: 51px !important;
    height: 51px !important;
    border-radius: 50% !important;
    background: #ffe40f !important;
    color: #000 !important;
    font-size: 30px !important;
    line-height: 1 !important;
  }

  #rec2171225881 .tn-elem[data-elem-id="1700069295993"],
  #rec2171225881 .tn-elem[data-elem-id="1700069296007"],
  #rec2171225881 .tn-elem[data-elem-id="1700069296004"] {
    transform: translateY(0) !important;
  }

  #rec2171225881 .tn-elem[data-elem-id="1700068248925"],
  #rec2171225881 .tn-elem[data-elem-id="1700069276373"],
  #rec2171225881 .tn-elem[data-elem-id="1700069285003"],
  #rec2171225881 .tn-elem[data-elem-id="1776434845188000003"],
  #rec2171225881 .tn-elem[data-elem-id="1700069296007"] {
    left: calc(50% - 160px + 78px) !important;
    width: 214px !important;
  }

  #rec2171225881 .tn-elem[data-elem-id="1700068248925"] .tn-atom,
  #rec2171225881 .tn-elem[data-elem-id="1700069276373"] .tn-atom,
  #rec2171225881 .tn-elem[data-elem-id="1700069285003"] .tn-atom,
  #rec2171225881 .tn-elem[data-elem-id="1776434845188000003"] .tn-atom,
  #rec2171225881 .tn-elem[data-elem-id="1700069296007"] .tn-atom {
    font-size: 17px !important;
    line-height: 1.22 !important;
  }

  #rec2171225881 .tn-elem[data-elem-id="1700068202893"],
  #rec2171225881 .tn-elem[data-elem-id="1700069276370"],
  #rec2171225881 .tn-elem[data-elem-id="1700069285000"],
  #rec2171225881 .tn-elem[data-elem-id="1776434845188000002"],
  #rec2171225881 .tn-elem[data-elem-id="1700069296004"] {
    left: calc(50% - 160px + 78px) !important;
    width: 214px !important;
  }

  #rec2171225881 .tn-elem[data-elem-id="1700068202893"] .tn-atom,
  #rec2171225881 .tn-elem[data-elem-id="1700069276370"] .tn-atom,
  #rec2171225881 .tn-elem[data-elem-id="1700069285000"] .tn-atom,
  #rec2171225881 .tn-elem[data-elem-id="1776434845188000002"] .tn-atom,
  #rec2171225881 .tn-elem[data-elem-id="1700069296004"] .tn-atom {
    font-size: 14px !important;
    line-height: 1.32 !important;
  }

  #rec2171225881 .tn-elem[data-elem-id="1776434845188000001"] {
    height: 270px !important;
  }

  #rec2171225881 .tn-elem[data-elem-id="1700068248925"] {
    top: 158px !important;
  }

  #rec2171225881 .tn-elem[data-elem-id="1700068202893"] {
    top: 252px !important;
  }

  #rec2171225881 .tn-elem[data-elem-id="1700069276373"] {
    top: 392px !important;
  }

  #rec2171225881 .tn-elem[data-elem-id="1700069276370"] {
    top: 486px !important;
  }

  #rec2171225881 .tn-elem[data-elem-id="1700069285003"] {
    top: 626px !important;
  }

  #rec2171225881 .tn-elem[data-elem-id="1700069285000"] {
    top: 720px !important;
  }

  #rec2171225881 .tn-elem[data-elem-id="1776434845188000003"] {
    top: 860px !important;
  }

  #rec2171225881 .tn-elem[data-elem-id="1776434845188000002"] {
    top: 946px !important;
  }

  #rec2171225881 .tn-elem[data-elem-id="1700069295993"] {
    top: 1120px !important;
  }

  #rec2171225881 .tn-elem[data-elem-id="1700069296007"] {
    top: 1148px !important;
  }

  #rec2171225881 .tn-elem[data-elem-id="1700069296004"] {
    top: 1242px !important;
  }
}
