.title-h2 {
    margin: 0 auto 44px;
    font-weight: 500 !important;
    font-family: var(--ff-mts-wide) !important;
    font-size: 38px !important;
    line-height: 1.2;
    color: var(--commonTextColor) !important;
    text-transform: none;
}

/* Стили для секции hero */
.hero {
    padding: 47px 0 184px;
    position: relative;
}

.hero img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.hero__title {
    color: #FFF;
    font-family: "MTS Wide";
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 52.8px */
    position: relative;
    z-index: 2;
    margin: 0;
}

.intro-slide__btn {
    margin-top: 36px;
}

/* Стили для секции intro-sale */
.intro-sale {
    padding: 30px 0;
    margin-top: 0;
    background: #FF0032;
    font-family: "MTS Compact";
    overflow: hidden;
    position: relative;
}

.intro-sale .container {
    display: flex;
    gap: 8px;
}

.intro-sale__text {
    width: 100%;
    font-size: 24px;
}

.intro-sale__text br {
    display: none;
}

.intro-sale__text span {
    font-size: 36px;
}

@media screen and (max-width: 768px) {
    .hero {
        padding: 18px 0;
    }

    .hero__title {
        font-size: 24px;
        line-height: 28px;
    }

    .intro-slide__btn {
        margin-top: 157px;
        max-width: 100%;
        width: 100%;
    }

    .intro-sale .container {
        display: flex;
    }

    .intro-sale__text br {
        display: block;
    }

    .intro-sale__text {
        font-size: 15px;
    }

    .intro-sale__text span {
        font-size: 24px;
    }

    .intro-sale {
        padding: 8px 0;
    }
}

/* Стили для секции our-stats --index */
.our-stats.--index .container {
  max-width: min(1368px, 100vw - 50px);
}

.our-stats.--index .our-stats__inner {
  margin-top: 50px;
  padding-bottom: 50px;
}

.our-stats.--index .our-stats__title {
    display: block;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  line-height: 0.7;
}

.our-stats.--index .our-stats__title-img {
  width: 71px;
  height: auto;
}

.our-stats.--index .our-stats__descr {
  max-width: 1170px;
  margin: 0 auto;
  font-family: var(--ff-mts-compact);
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}

.our-stats.--index .our-stats__stats-list {
  max-width: 1170px;
  margin-top: 66px;
  margin-right: auto;
  margin-left: auto;
}

.stats-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}

.stats-list__item {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  font-size: 24px;
  text-align: center;
}

.stats-list__item-top {
  padding: 0 20px 22px;
  font-weight: 500;
  font-family: var(--ff-mts-wide);
  font-size: 24px;
  border-bottom: 1px solid #000;
}

.stats-list__item-num {
  display: block;
  margin-bottom: -6px;
  font-weight: 400;
  font-size: 56px;
  line-height: 1;
}

.our-stats.--index .stats-list__item-num {
  margin-bottom: -4px;
}

.stats-list__item-bottom {
  padding-top: 16px;
  font-family: var(--ff-mts-compact);
}

.our-stats.--index .stats-list__item-bottom {
  padding-top: 2px;
}

@media screen and (max-width: 1279px) {
  .our-stats.--index .our-stats__stats-list {
    display: grid;
    grid-template-columns: auto auto;
  }
}

@media screen and (max-width: 1023px) {
  .our-stats.--index .our-stats__title {
    margin-bottom: 25px;
    line-height: 1.2;
  }
  
  .our-stats.--index .our-stats__stats-list {
    margin-top: 40px;
  }
  
  .our-stats.--index .stats-list__item {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .our-stats.--index .container {
    max-width: none;
    padding: 0 var(--x-offset);
  }
  
  .our-stats.--index .our-stats__inner {
    margin-top: 50px;
    padding-bottom: 54px;
  }
  
  .our-stats.--index .our-stats__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 25px;
  }
  
  .our-stats.--index .our-stats__descr {
    font-size: 22px;
    line-height: 1.5;
  }
  
  .our-stats.--index .our-stats__stats-list {
    grid-template-columns: 1fr 1fr;
    gap: 35px 10px;
  }
  
  .our-stats.--index .stats-list__item {
    min-width: auto;
    font-size: 16px;
  }
  
  .our-stats.--index .stats-list__item-top {
    padding-right: 0;
    padding-bottom: 6px;
    padding-left: 0;
  }
  
  .our-stats.--index .stats-list__item-num {
    font-size: 42px;
  }
  
  .our-stats.--index .stats-list__item-bottom {
    padding-top: 2px;
  }
}

@media screen and (max-width: 1499px) {
  .stats-list {
    gap: 32px;
  }
  
  .stats-list__item {
    font-size: 22px;
  }
}

@media screen and (max-width: 860px) {
  .stats-list__item {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .stats-list__item {
    width: 100%;
  }
  
  .stats-list__item-top {
    padding-bottom: 12px;
  }
  
  .stats-list__item-num {
    font-size: 60px;
  }
  
  .stats-list__item-bottom {
    padding-top: 5px;
  }
}

@media screen and (max-width: 1239px) {
  .stats-list__item-num {
    font-size: 48px;
  }
}

/* Стили для секции call-to-action */
.call-to-action .container {
    max-width: min(1200px, 100vw - 50px);
}

.call-to-action__inner {
    padding: 50px 0;
}

.action-call-banner {
    display: flex;
    gap: 30px;
    padding-right: 54px;
    padding-left: 54px;
    background-color: #f2f3f7;
    border-radius: 32px;
}

.action-call-banner__img-wrap {
    flex: 0 0 25.5%;
    position: relative;
}

.action-call-banner__img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left bottom;
}

.action-call-banner__text-wrap {
    position: relative;
    flex: 0 1 62%;
    padding: 20px 10px;
}

.action-call-banner__title {
    margin-bottom: 20px;
    font-size: 38px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0.38px;
}

.action-call-banner__description ul {
    margin: 0;
    padding-left: 28px;
}

.action-call-banner__description li {
    font-family: var(--ff-mts-compact);
    font-size: 18px;
    line-height: 1.22;
}

.call-to-action .form.form-contact {
    margin-top: 20px;
}

.call-to-action .form.form-contact label.labeled-checkbox .checkbox {
    margin: 0 .6em 0 0;
    height: auto;
}

.call-to-action .form-contact__fieldset {
    margin-bottom: 23px;
}

.call-to-action .form-contact__btn-wrap {
    justify-content: flex-start;

    margin-top: 20px;
}
.form-contact__btn {
    padding-left: 10px;
    padding-right: 10px;
    text-transform: none !important;
}
.call-to-action .form.form-contact.--mob {
    display: none;
}

.call-to-action .popup__success {
    position: absolute;
    top: 0;
    left: -5px;
    min-width: calc(100% + 10px);
    background: #FFF;
    border-radius: unset !important;
    box-sizing: border-box;
}

@media screen and (max-width: 1023px) {
    .call-to-action__inner {
        transform: none;
    }
    
    .action-call-banner {
        padding-right: 30px;
        padding-left: 30px;
    }
    
    .action-call-banner__img-wrap {
        flex: 0 0 26%;
    }
}

@media screen and (max-width: 767px) {
    .call-to-action .container {
        max-width: none;
    }
    
    .call-to-action__inner .action-call-banner {
        flex-direction: column;
        gap: 15px;
        padding-right: 18px;
        padding-left: 18px;
    }
    
    .action-call-banner__img-wrap {
        flex: 1 1 auto;
        order: 1;
        width: 80%;
        max-width: 240px;
        margin-left: -18px;
    }
    
    .action-call-banner__img {
        position: static;
    }
    
    .action-call-banner__text-wrap {
        padding-bottom: 0;
    }
    
    .action-call-banner__title {
        font-size: 24px;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0.24px;
        margin-bottom: 10px;
    }
    
    .action-call-banner__description ul {
        padding-left: 22px;
    }
    
    .action-call-banner__description li {
        font-size: 16px;
        line-height: 1.25;
    }
    
    .action-call-banner__description li + li {
        margin-top: 5px;
    }
    
    .call-to-action .form.form-contact.--desc {
        display: none;
    }
    
    .call-to-action .form.form-contact.--mob {
        display: block;
        margin-top: 38px;
        padding: 0 10px;
    }
    
    .call-to-action .form-contact .form__field {
        border-radius: 8px;
        background: var(--Light-Grey, #F2F3F7);
    }
    
    .call-to-action .form-contact__btn {
        max-width: 100%;
        width: 100%;
        padding: 12px 0;
    }
    
    .call-to-action .form-contact__btn-wrap {
        margin-top: 37px;
    }
    
    .call-to-action .popup__success {
        min-width: 0 !important;
        background: #FFF !important;
        border-radius: unset !important;
    }
}

@media screen and (min-width: 768px) {
    .action-call-banner__img-wrap {
        flex: 0 0 32.5% !important;
    }
}

/* Стили для секции our-solutions --index bus-lics */
.our-solutions.--index::before, .our-solutions.--index::after {
    content: none;
}

.our-solutions.--index .container {
    max-width: min(1368px, 100vw - 50px);
}

.our-solutions.--index .our-solutions__inner {
    padding-top: 70px;
    padding-bottom: 11px;
}

.our-solutions.--index .our-solutions__title {
    margin-bottom: 20px;
    text-align: center;
}

.our-solutions.--index .swiper {
    padding: 40px 26px 26px;
}

.cam-sure__title {
    color: var(--Black-MTS, #000);
    text-align: center;
    font-family: "MTS Wide";
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.38px;
    margin: 0;
}

.cam-sure__swiper {
    margin-top: 66px;
}

.cam-lic__item {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 153.413655%;
}

.cam-lic__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slider-controls {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 28px;
}

.cam-sure__swiper .slider__btn {
    --size: 32px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background-color: #c4c4c4;
    cursor: pointer;
}

.cam-sure__swiper .slider__btn::before {
    content: "";
    display: block;
    width: 30%;
    height: 30%;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 1L1.5 6L6.5 11' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.cam-sure__swiper .slider__btn.--next::before {
    transform: scaleX(-1);
}

.cam-sure__swiper .slider__btn.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}


@media screen and (max-width: 1439px) {
    .cam-sure__swiper {
        margin-top: 55px;
    }
}

@media screen and (max-width: 1023px) {
    .our-solutions.--index .our-solutions__title {
        margin-bottom: 0;
    }
    
    .cam-sure__swiper {
        margin-top: 26px;
    }
}

@media screen and (max-width: 767px) {
    .our-solutions.--index .container {
        max-width: none;
    }
    
    .our-solutions.--index .our-solutions__inner {
        padding-top: 20px;
    }
    
    .our-solutions.--index .our-solutions__title {
        margin-bottom: -15px;
    }
    
    .cam-sure__title {
        font-size: 24px;
        letter-spacing: 0.18px;
    }
    
    .cam-sure__swiper {
        margin-top: 26px;
    }
}

/* Стили для секции new-trusted */
.new-trusted {
    padding: 80px 0 40px;
}

.new-trusted__upper {
    /* Стили для верхнего ряда логотипов */
}

.new-trusted__lower {
    margin-top: 60px;
}

.new-trusted .swiper-slide {
    max-width: fit-content;
}

.new-trusted .swiper-wrapper {
    align-items: center;
    transition-timing-function: linear!important; 
}

.new-truster__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.new-truster__wrap img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
}

@media screen and (max-width: 1023px) {
    .new-trusted__lower {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .new-trusted {
        padding: 50px 0;
    }
    
    .new-trusted__lower {
        margin-top: 40px;
    }
}

/* Стили для секции reviews */

.reviews .container {
    max-width: 888px;
}

.reviews__inner {
    padding-top: calc(var(--gap-y) * 0.5);
    padding-bottom: calc(var(--gap-y) * 0.5);
}

.review {
    display: flex;
    gap: 40px;
    margin: 0;
    padding: 0;
}

.review__img-wrap {
    flex: 0 0 108px;
}

.review__img {
    display: block;
    width: 100%;
    border-radius: 30px !important;
}

.review__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
}

.review__text-more {
    display: none;
}

.review__text-more.--show {
    display: inline;
}

.review__show-more-btn {
    margin-top: 12px;
    padding: 0;
    border: none;
    background: none;
    color: var(--Red-MTS, #FF0032);
    font-family: "MTS Compact";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    cursor: pointer;
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

.review__show-more-btn:hover {
    opacity: 0.8;
}

.review__show-more-btn.--hidden {
    display: none;
}

.review__footer {
    margin-top: 25px;
}

.review__name {
    display: block;
    margin: 0 0 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}

.review__meta {
    margin: 0;
    font-size: 12px;
    line-height: 1.33;
}

.slider-reviews .slider__btn {
    --size: 48px;
    position: absolute;
    top: 30%;
    border: 0;
}

.slider-reviews .slider__btn.--next {
    right: -16%;
}

.slider-reviews .slider__btn.--prev {
    left: -16%;
}

.slider-reviews .slider__btn.--prev :is(svg, img) {
    transform: scaleX(-1);
}

.slider__controls {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.slider__btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--size);
    aspect-ratio: 1;
    border-radius: 50%;
    cursor: pointer;
}

.slider__btn :is(svg, img) {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.reviews__title {
    margin-bottom: 36px;
    text-align: center;
}


.review__footer {
    margin-top: 16px;
}

.review__text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.slider-reviews .slider__btn {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    padding: 10px !important;
}


.slider-reviews .slider__btn {
    top: calc(100% + 36px);
}

@media screen and (max-width: 480px) {
    .slider-reviews .slider__btn {
        top: 7%;
    }

    .slider-reviews .slider__btn.--prev {
        left: 0%;
    }

    .slider-reviews .slider__btn.--next {
        right: 0%;
    }



    .gsm-how__left, .gsm-how__right {
        width: 55.8px;
        height: 23.4px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }

    .gsm-how__left {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="56" height="24" viewBox="0 0 56 24" fill="none"><g clip-path="url(%23clip0_12705_990)"><path d="M0 12H53.4" stroke="black" stroke-miterlimit="10"/><path d="M9.7001 21.0002L0.600098 11.9002L9.7001 2.7002" stroke="black" stroke-miterlimit="10"/></g><defs><clipPath id="clip0_12705_990"><rect width="55.8" height="23.4" fill="white"/></clipPath></defs></svg>');
    }

    .gsm-how__right {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="57" height="24" viewBox="0 0 57 24" fill="none"><path d="M1.40015 11.9004H54.8001" stroke="black" stroke-miterlimit="10"/><path d="M46.1001 2.7002L55.2001 11.9002L46.1001 21.0002" stroke="black" stroke-miterlimit="10"/></svg>');
    }


    .gsm-how__nav {
        display: flex;
        justify-content: center;
        margin-top: 22.5px;
    }

    .gsm-how__left.swiper-button-disabled {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="56" height="24" viewBox="0 0 56 24" fill="none"><g clip-path="url(%23clip0_12705_990)"><path d="M0 12H53.4" stroke="%23ADAFAF" stroke-miterlimit="10"/><path d="M9.7001 21.0002L0.600098 11.9002L9.7001 2.7002" stroke="%23ADAFAF" stroke-miterlimit="10"/></g><defs><clipPath id="clip0_12705_990"><rect width="55.8" height="23.4" fill="white"/></clipPath></defs></svg>');
    }

    .gsm-how__right.swiper-button-disabled {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="57" height="24" viewBox="0 0 57 24" fill="none"><path d="M1.40015 11.9004H54.8001" stroke="%23ADAFAF" stroke-miterlimit="10"/><path d="M46.1001 2.7002L55.2001 11.9002L46.1001 21.0002" stroke="%23ADAFAF" stroke-miterlimit="10"/></svg>');
    }

}

/* Стили для flat-block__author */
.flat-block__author {
    margin-top: 50px;
    display: grid;
    grid-template-columns: minmax(108px, 108px) 1fr;
    gap: 40px;
    padding: 50px 0;
    margin: 40px auto;
    border-top: 1px solid var(--Grey-MTS, #ADAFAF);
    border-bottom: 1px solid var(--Grey-MTS, #ADAFAF);
    max-width: 985px;
}

.flat-block__ava {
    position: relative;
    width: 108px;
    height: 106px;
}

.flat-block__ava img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
}

.flat-block__desc {
    color: var(--Black-MTS, #000);
    font-family: "MTS Compact";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
}

.flat-block__desc ol {
    padding-left: 16px !important;
}

.flat-block__desc li {
    padding: 5px 0 !important;
}

.flat-block__name {
    margin-top: 21px;
    color: var(--Black-MTS, #000);
    font-family: "MTS Compact";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
}

.flat-block__pos {
    color: var(--Black-MTS, #000);
    font-family: "MTS Compact";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

/* Адаптивные стили для блока автора */
@media screen and (max-width: 1024px) {
    .flat-block__author {
        grid-template-columns: 1fr;
        gap: 16px; 
    }
}


/* Стили для секции security-info */
.security-info {
    padding: 50px 0 100px;
}

.security-info__title {
    text-align: center;
    font-family: "MTS Wide";
    font-size: 38px;
    font-weight: 500;
    line-height: 120%;
    color: var(--Black-MTS, #000);
    margin: 0 0 56px;
}

.security-info__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 56px;
    max-width: 1170px;
    margin: 0 auto;
}

.security-info__image-wrapper {
    width: 100%;
    height: 290px;
    border-radius: 22px;
    overflow: hidden;
    margin-bottom: 24px;
}

.security-info__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.security-info__item-title {
    font-family: "MTS Wide";
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
    color: var(--Black-MTS, #000);
    margin: 0 0 12px;
}

.security-info__features {
    padding-left: 20px;
}

.security-info__features li {
    font-family: "MTS Compact";
    font-size: 16px;
    line-height: 130%;
    color: var(--Black-MTS, #000);
    padding: 2px 0;
    position: relative;
}


/* Адаптивные стили для security-info */
@media screen and (max-width: 1024px) {
    .security-info__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    
    .security-info__title {
        font-size: 32px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .call-to-action__inner
    {
        padding-bottom: 0;
    }
    .call-to-action .action-call-banner__title
    {
        font-size: 24px !important;
    }
    .security-info {
        padding: 60px 0;
    }
    
    .security-info__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .security-info__title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    
    .security-info__image-wrapper {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 480px) {
    .security-info {
        padding: 40px 0;
    }
    
    .security-info__title {
        font-size: 24px;
        margin-bottom: 24px;
    }
    


    
    .security-info__item-title {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .security-info__features li {
        font-size: 14px;
        padding: 6px 0;
    }
}

/* Стили для секции form-action-object */
.form-action-object {
    padding: 50px 0;
}


.form-action-object__title {
    text-align: center;
    font-family: "MTS Wide";
    font-size: 38px;
    font-weight: 500;
    line-height: 120%;
    color: var(--Black-MTS, #000);
    margin: 0 0 50px;
}

.form-action-object__grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 988px;
    margin: 0 auto 30px;
}

.form-action-object__checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 16px 0;
    border-radius: 0;
    background: none;
    border: none;
    transition: none;
}

.form-action-object__checkbox {
    margin: 0;
    position: relative;
    width: 25px;
    height: 25px;
    border: 2px solid #ddd;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.form-action-object__checkbox:checked {
    background: var(--Red-MTS, #FF0032);
    border-color: var(--Red-MTS, #FF0032);
}

.form-action-object__checkbox:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
}

.form-action-object__checkbox-text {
    font-family: "MTS Wide";
    font-size: 22px;
    line-height: 130%;
    color: var(--Black-MTS, #000);
    display: inline;
    font-weight: 400;
    line-height: 120%;
}
.form-action-object__checkbox-text a
{
    color: var(--Black-MTS, #000);

    /* H2 */
    font-family: "MTS Wide";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 26.4px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.form-action-object__price {
    font-weight: 400;
    color: var(--Black-MTS, #000);
    font-size: 22px;
    margin-left: 4px;
    font-weight: 400;
    line-height: 120%;
}

.form-action-object__action {
    max-width: 988px;
    margin-left: auto;
    margin-right: auto;
}

.form-action-object__btn {
    text-transform: none;
    padding: 16px 48px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 12px;
    background: var(--Red-MTS, #FF0032);
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.form-action-object__btn:hover {
    background-color: #ea6267;
}
.sec-front__wrapper
{
    border-radius: 36px;
    overflow: hidden;
    padding: 67px 96px;
}

.contact-us.--index
{
    margin-top: 75px;
}
.reviews
{
    margin-top: 50px;
    margin-bottom: 50px;
}
.our-cities
{
    margin-bottom: 50px !important;
}
.flat-block__author ul
{
    padding-left: 0;
    margin-left: 20px;
}
.hero__title br.--mob
{
    display: none;
}
.intro-sale__title span
{
    position: absolute;
    width: 264.662px;

    background: #DADAD5;
    padding: 5px;
    transform: rotate(-36deg);
    color: #FF0032;
    text-align: center;
    font-family: "MTS Wide";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%; /* 21.6px */
    letter-spacing: 0.24px;
}
/* Адаптивные стили для form-action-object */
@media screen and (max-width: 1024px) {

    .intro-sale__title span
    {
        display: none;
    }
    .form-action-object__action
    {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .hero .container
    {
        height: 100%;
    }
    .hero__content
    {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
    .hero__title br.--mob
    {
        display: block;
    }
    .hero
    {
        padding: 32px 0 18px;
        height: 367px;
    }
    .review
    {
        flex-direction: column;
        align-content: center;
    }
    .review__img
    {
        width: 108px;
        margin: 0 auto;
    }
    .title-h2
    {
        font-size: 24px !important;
    }
    .new-phone__subgrid.--mob
    {
        margin-top: 0;
        justify-content: left;
    }
    .--desktop
    {
        display: none;
    }
    .new-phone__subgrid.--mob .new-phone__text
    {
        margin-top: 0;
        text-align: left;
    }
    .form-action-object__btn
    {
        width: 100%;
        font-size: 20px;
    }
    .form-action-object__action{
        max-width: 100%;
    }

    .form-action-object__checkbox-wrapper
    {
        padding: 0;
    }
    .form-action-object__grid
    {
        gap: 16px
    }
    .form-action-object__price
    {
        display: flex;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }
    .form-action-object__checkbox-text a
    {
        font-size: 18px;
        margin-bottom: 8px;
        font-weight: 700;
    }
    .new-phone__subgrid.--mob:last-child
    {
        margin-top: 20px;
    }
    .sec-front__wrapper
    {
        margin-left: 0;
        width: 100%;
        padding: 301px 16px 34px 16px;
    }
    .sec-front
    {
        padding: 50px 0px;
    }
    .sec-front__grid
    {
        width: 100%;
        margin-left: 0px;
    }
    .our-stats
    {
        padding-top: 0;
    }
    .our-stats.--index .our-stats__title
    {
        font-size: 24px !important;
        font-style: normal;
        font-weight: 500;
        line-height: 28px; /* 116.667% */
    }

    
    .form-action-object__grid {
        max-width: 100%;
        gap: 10px;
        margin-bottom: 30px;
    }
    
    .form-action-object__title {
        font-size: 24px;
    }
    
    .form-action-object__checkbox-text {
        font-size: 15px;
    }
    

}

@media screen and (max-width: 480px) {

    

    
    .form-action-object__checkbox-wrapper {
        gap: 10px;
    }

    
    .form-action-object__checkbox-text {
        font-size: 14px;
    }
    

    

}

