/* ===================================
   Стили для шаблона page-lp-housecam-update
   =================================== */

/* ===================================
   CSS Переменные
   =================================== */
:root {
    --gap-y: 130px;
    --gap-y--small: 56px;
    --border-radius-main: 36px;
    --brand: #FF0032;
    --ff-mts-compact: "MTS Compact", "Arial", sans-serif;
    --ff-mts-wide: "MTS Wide", "Arial", sans-serif;
    --Red-MTS: #FF0032;
    --Black-MTS: #000;
    --Grey-MTS: #ADAFAF;
    --commonTextColor: #000;
}

/* ===================================
   Общие стили
   =================================== */
.title-h2 {
    margin: 0 0 var(--gap-y--small) !important;
    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;
}

.cam-additional__old {
    font-weight: 400;
    text-decoration: line-through;
    color: #000 !important;
    font-size: 19px;
}

.intro-sale__text {
    color: #000;
    font-family: var(--ff-mts-compact);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: .2px;
}

.intro-sale__red {
    color: #FF0032;
    font-weight: 500;
}

.intro-sale.--no-mrg {
    margin-top: 0;
    border-radius: unset;
    max-width: 100%;
    background: #CCDDEB;
    margin-bottom: 50px;
}

.app-store-rate,
.g-store-rate {
    display: none;
}

.br-mob {
    display: none;
}

.alarm-more-br {
    display: none;
}
.our-cities {
    margin-top: 38px;
}

.contact-us .btn, .our-cities h2 {
    text-transform: none;
}

/* Адаптивные стили для общих элементов */
@media screen and (max-width: 1024px) {

    .intro-starter__logo {
        display: none;
    }

    .cam-additional__text span {
        font-size: 16px;
    }

    .cam-additional__text span.cam-additional__old {
        font-size: 14px;
        color: #000;
    }

    .new-phone__title,
    .gsm-difference__heading,
    .title-h2 {
        font-family: "MTS Wide";
        font-size: 24px !important;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        margin-bottom: 30px !important;
    }

    .intro-sale.--no-mrg {
        margin-bottom: 0;
        padding: 8px 0;
    }

    .intro-sale__text {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: 0.2px;
    }
}

@media screen and (max-width: 767px) {
    .new-phone__text.--desktop {
        display: none;
    }

    .new-phone__subgrid.--mob {
        justify-content: left;
    }

    .new-phone__subgrid.--mob .new-phone__text {
        text-align: left;
        margin-bottom: 32px;
        margin-top: 0;
    }
    .contact-us.--index .form-contact__text.--mob
    {
        text-align: center;
    }
    .our-cities
    {
        margin-top: 0;
        margin-bottom: 0 !important;
    }
}

/* ===================================
   Hero секция
   =================================== */
.cam-hero__img-mob {
    position: absolute;
    bottom: -25%;
    right: -5%;
    z-index: 1;
    display: block;
    width: 36.55%;
    max-width: 321px;
    height: auto;
    object-fit: contain;
    object-position: 0 0;
}

/* Адаптивные стили для Hero секции */
@media screen and (max-width: 1024px) {
    .cam-hero__content
    {
        max-width: 382px;
    }
    .cam-hero__img-mob {
        display: none !important;
    }

    .cam-hero__wrapper {
        height: auto;
        padding: 100px 0 130px;
    }

    .cam-hero__title {
        margin: 0;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px; /* 116.667% */
    }

    .cam-hero__btn.btn {
        margin-top: 20px !important;
        border-radius: 10px;
        background: var(--Red-MTS, #FF0032) !important;
        color: #FFF !important;
        text-align: center;
        font-family: "MTS Compact";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%; /* 33.6px */
        max-width: 100%;
        padding: 16px 6px !important;
    }

    .cam-hero__subtext {
        margin-top: 20px;
        max-width: 100%;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 19.5px */
    }
}
@media screen and (max-width: 767px) {
    .cam-hero__wrapper {
        height: auto;
        padding: 19px 0 30px;
    }
    .cam-hero__content
    {
        max-width: 100%;
    }
    .cam-hero__btn.btn {
        margin-top: 158px !important;

    }
}

/* ===================================
   Fire блок
   =================================== */
.fire-block {
    margin-top: 100px;
    margin-bottom: 100px;
}

.fire-block__subgrid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 43px;
}

.fire-block__wrap {
    width: 376px;
}

.fire-block__pricing {
    margin-top: 24px;
    max-width: max-content;
    padding: 10px 24px 12px 24px;
    border-radius: 12px;
}

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

.fire-block__pricing-text {
    display: flex;
    gap: 4px;
    margin-top: 5px;
    color: var(--Black-MTS, #000);
    font-family: "MTS Compact";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 15.6px */
}

.fire-block__pricing-text span {
    color: var(--Red-MTS, #FF0032);
    font-family: "MTS Compact";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 16.8px */
}

.fire-block__pricing-old {
    color: #ADAFAF !important;
    text-decoration: line-through;
}

.fire-block__pricing-subrow {
    display: flex;
    gap: 4px;
}

.fire-block__title:before {
    display: none !important;
}

.fire-block__grid {
    box-shadow: unset;
}

.fire-block .fire-block__grid {
    box-shadow: 0px 24px 64px 0px rgba(178, 181, 210, 0.40);
    margin: 0;
}

.fire-block .fire-block__title {
    color: var(--Black-MTS, #000);
    font-family: "MTS Wide";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 26.4px */
    padding-left: 0 !important;
}

.fire-block__lover {
    display: flex;
    gap: 19px;
    align-items: flex-end;
}

.fire-block__btn {
    color: #FFF;
    text-align: center;
    font-family: "MTS Compact";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 33.6px */
    padding: 12px;
    max-width: 248px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--Red-MTS, #FF0032);
    width: 100%;
}

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

.fire-block__subwraps {
    flex: 1;
    margin-bottom: 28px;
}

.fire-block__wrap img.fire-block__device {
    width: 302.577px;
    height: 358.188px;
}

.cam-form {
    margin-top: 100px;
}

/* Адаптивные стили для Fire блока */
@media screen and (max-width: 1024px) {
    .fire-block {
        margin-top: 50px;
        padding-bottom: 0;
    }

    .fire-block__subgrid {
        gap: 2px;
        margin-top: 24px;
    }

    .fire-block__pricing {
        max-width: 100%;
        margin-top: 14px;
        width: 100%;
        background-color: #F2F3F7;
    }

    .fire-block__pricing-text {
        flex-direction: column;
        gap: 0;
    }

    .fire-block__title {
        padding-top: 15px;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px; /* 122.222% */
    }

    .fire-block__lover {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .fire-block__wrap {
        width: 100%;
    }

    .fire-block__btn {
        width: 100%;
        max-width: 100%;
        margin-top: 24px;
        box-sizing: border-box;
    }

    .fire-block__pricing,
    .fire-block__btn {
        box-sizing: border-box;
    }

    .fire-block__wrap img {
        position: relative;
    }

    .fire-block__wrap.--mob {
        height: auto;
        width: 100%;
        padding-bottom: 24px;
        margin-top: 14px;
    }

    .br-mob {
        display: block;
    }
    .fire-block .fire-block__wrap.--mob, .flar-new-single .fire-block__wrap.--mob {
        padding-bottom: 22px;
    }
}

@media screen and (max-width: 767px) {
    .fire-block .fire-block__title:before {
        transform: translateY(-50%);
        top: 50%;
    }
    .fire-block__wrap.--mob {
        height: auto;
        width: 100%;
        padding-bottom: 54.513889%;
        margin-top: 14px;
    }
}

/* ===================================
   New Phone секция
   =================================== */
.new-phone {
    padding-top: 150px !important;
    padding-bottom: 100px !important;
}

/* Адаптивные стили для New Phone секции */
@media screen and (max-width: 1024px) {
    .new-phone {
        padding-top: 100px !important;
        padding-bottom: 50px !important;
    }

    .new-phone__subgrid.--mob {
        margin-top: 0;
        order: 10;
    }
}

/* ===================================
   Our Features секция
   =================================== */
.our-features {
    background-color: #f2f3f7;
}

.our-features .container {
    max-width: min(1172px, 100vw - 50px);
}

.our-features__inner {
    padding-top: 100px;
    padding-bottom: 100px;
}

.our-features__title {
    margin-bottom: 64px;
    text-align: center;
}

.our-features__list {
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.our-features__col {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.our-features__col.--right {
    gap: 24px;
}

.our-features__col.--right .feature-item__img-wrap {
    flex: 0 0 37.5%;
}

.feature-item {
    position: relative;
    z-index: 1 !important;
    display: flex;
    gap: 20px;
    align-items: center;
    background-color: #fff;
    border-radius: 32px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}

@media screen and (hover: hover) {
    .feature-item:hover {
        z-index: 0;
        transform: translateY(-5px);
    }
}

.feature-item__img-wrap {
    flex: 0 0 38%;
}

.feature-item__img {
    display: block;
    width: 100%;
    border-radius: 32px;
}

.feature-item__title {
    margin: 0;
    font-weight: 500;
    font-family: var(--ff-mts-compact);
    font-size: 22px;
    line-height: 1.16;
    letter-spacing: 0.01em;
}

.feature-item__title a {
    display: block;
    color: var(--commonTextColor);
    text-decoration: none;
}

.feature-item__title a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* Адаптивные стили для Our Features секции */
@media screen and (max-width: 1024px) {
    .our-features__title {
        margin-bottom: 30px;
    }

    .our-features__col.--left .feature-item__img-wrap,
    .our-features__col.--right .feature-item__img-wrap {
        flex: 0 0 140px;
        height: 100%;
    }

    .feature-item {
        max-height: 166px;
    }

    .our-features__inner {
        padding: 50px 0 77px;
    }

    .our-features .container {
        max-width: none;
    }

    .our-features__list {
        gap: 20px;
    }
    .our-features__list {
        flex-direction: row-reverse;
    }
    .our-features__col {
        gap: 24px;
    }

    .feature-item {
        gap: 10px;
    }

    .feature-item,
    .feature-item__img {
        border-radius: 22px;
    }

    .feature-item__title {
        font-size: 18px;
        line-height: 1.33;
    }
}
@media screen and (max-width: 767px){
    .our-features__list {
        flex-direction: column;
    }
}
/* ===================================
   Flar New Single секция
   =================================== */
.flar-new-single {
    padding-top: 100px;
}

.flar-new-single__item .fire-block__grid {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-shadow: 0px 24px 64px 0px rgba(178, 181, 210, 0.40);
}

.flar-new-single .flar-new-single__wrap {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.flar-new-single__item .fire-block__title {
    padding-left: 0;
    color: var(--Black-MTS, #000);
    font-family: "MTS Wide";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 26.4px */
}

.flar-new-single__item .fire-block__title:before {
    display: none;
}

.flar-new-single__item .fire-block__subgrid {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
}

.flar-new-single__item .fire-block__item:before {
    left: 4px;
}

.flar-new-single__item .fire-block__item {
    padding-left: 16px;
}

.flar-new-single__item,
.flar-new-single__item .fire-block__grid {
    height: 100%;
}

.flar-new-single__item .fire-block__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Адаптивные стили для Flar New Single секции */
@media screen and (max-width: 1024px) {
    .flar-new-single .flar-new-single__wrap {
        padding: 14px 0 38px;
        flex-direction: row;
    }
    .flar-new-single__item, .flar-new-single__item .fire-block__grid
        {
            flex: 1 1 50%;
    }

}

@media screen and (max-width: 767px) {
    .flar-new-single {
        padding-top: 0;
    }
    .flar-new-single .flar-new-single__wrap {
        flex-direction: column;
    }
    .flar-new-single__item, .flar-new-single__item .fire-block__grid
    {
        flex: 1 1 100%;
    }
}

/* ===================================
   Flat Block секция
   =================================== */
.flat-block__author {
    margin-top: 48px;
    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;
}


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

    .flat-block__author {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px){
    .flat-new .fire-block__wrap.--mob {
        height: auto;
        width: 100%;
        padding-bottom: 54.513889%;
        margin-top: 14px;
    }
}
/* ===================================
   Reviews секция
   =================================== */
.reviews .container {
    max-width: 888px;
}

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

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

.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;
}

/* Адаптивные стили для Reviews секции */
@media screen and (max-width: 1024px) {
    .review {
        flex-direction: column;
        gap: 24px;
    }

    .review__img-wrap {
        width: 108px;
        height: 106px;
        align-self: center;
    }

    .review__footer {
        margin-top: 16px;
    }

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

/* ===================================
   Slider стили
   =================================== */
.slider-reviews .slider__btn {
    --size: 48px;
    position: relative;
}


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

.slider__controls {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.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:hover {
    background: none;
}

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

/* Адаптивные стили для Slider */
@media screen and (max-width: 767px) {

}

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

}

/* Дополнительные стили для навигации */
@media screen and (max-width: 767px) {
    .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 New секция
   =================================== */
.flat-new {
    padding-top: 100px;
}

.flat-new__item .fire-block__subgrid {
    grid-template-columns: 365px 1fr;
    margin-top: 20px;
}

.flat-new__item .fire-block__grid {
    margin-top: 25px;
    box-shadow: 0px 24px 64px 0px rgba(178, 181, 210, 0.40);
}

.flat-new__item .fire-block__title {
    padding-left: 0;
    color: var(--Black-MTS, #000);
    font-family: "MTS Wide";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 26.4px */
}

.flat-new__item .fire-block__title span {
    font-family: "MTS Wide";
}

.flat-new__item .fire-block__title:before {
    display: none;
}

.flat-new__item .fire-block__item:before {
    left: 4px;
}

.flat-new__item .fire-block__item {
    padding-left: 16px;
}

.flat-new__swiper .swiper-slide {
    height: auto;
}

.flat-new__item,
.flat-new__item .fire-block__grid {
    height: 100%;
}

.flat-new__item .fire-block__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px 0 32px 32px;
}

.flat-new__nav {
    max-width: 662px;
    margin: 54px auto 0 auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.flat-new__nav-wrap {
    width: 102px;
    height: 102px;
    position: relative;
}

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

.flat-new__nav-text {
    color: var(--Black-MTS, #000);
    text-align: center;
    font-family: "MTS Compact";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 14.4px */
    margin-top: 17px;
}

.flat-new__nav-item {
    opacity: .4;
    transition: all .3s;
    cursor: pointer;
    transform: scale(0.95);
}

.flat-new__nav-item.active {
    opacity: 1;
    transition: all .3s;
    transform: scale(1);
}

.flat-new__nav.--mob {
    display: none;
    margin-bottom: 34px;
}
@media screen and (max-width: 1024px) {
    .flat-new__nav
    {
        margin-top: 110px;
    }
    .flat-new {
        padding-top: 40px;
    }
}
/* Адаптивные стили для Flat New секции */
@media screen and (max-width: 767px) {

    .new-phone__grid
    {
        gap: 0;
    }
    .flat-new__item, .flat-new__item .fire-block__grid {
        height: auto;
    }

    .flat-new__item .fire-block__wrap img {
        position: absolute;
        object-fit: contain;
        object-position: center;
        border-radius: 22px;
    }

    .flat-new__item .fire-block__title {
        padding-top: 0;
    }

    .flat-new__nav {
        display: none;
    }

    .flat-new__nav.--mob {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        margin-top: 37px;
        gap: 6px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .flat-new__nav.--mob .swiper-wrapper,
    .flat-new__subswiper {
        width: 100%;
    }

    .flat-new__nav.--mob::-webkit-scrollbar {
        display: none;
    }

    .flat-new__nav.--mob::-webkit-scrollbar {
        width: 0;
        background: transparent;
    }

    .flat-new .gsm-how__nav {
        display: flex;
        margin-bottom: 12px;
        gap: 20px;
    }

    .flat-new__nav-wrap {
        width: 88px;
        height: 88px;
    }

    .flat-new .fire-block__grid {
        margin-top: 0;
        padding-top: 30px;
    }

    .flat-new .fire-block__subwraps {
        padding-top: 95px;
    }

    .flat-new__item .fire-block__wrap img.fire-block__device {
        display: block;
        top: unset;
        transform: translateX(-50%);
        left: 50% !important;
        height: 183px !important;
        width: 210px !important;
        bottom: -74px;
    }
    .flat-new__item .fire-block__content
    {
        padding: 0;
    }

}

/* ===================================
   Alarm More секция
   =================================== */
.alarm-more {
    padding-top: 75px;
}

.alarm-more * {
    box-sizing: border-box;
}

.alarm-more__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.alarm-more__item.--large
{
    display: flex;
    align-items: center;
}
.alarm-more__wrap {
    position: relative;
    width: 506px;
    height: 100%;
    flex: 0 0 auto;
    border-radius: 0 36px 36px 0;
    overflow: hidden;
}

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

.alarm-more__title {
    color: var(--Black-MTS, #000);
    font-family: "MTS Wide";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 26.4px */
}

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

.alarm-more__desc p, .alarm-more__desc ul {
    margin: 0;
}

.alarm-more__item:first-child .alarm-more__body {
    padding: 49px 40px 49px 36px;
    border-radius: 36px 0 0 36px;
    background: #F2F3F7;
}

.alarm-more__btn {
    max-width: 329px;
    margin: 25px auto 0 auto;
}

/* Адаптивные стили для Alarm More секции */

.alarm-more__item.--large {
    grid-column: 1 / span 2;
}
@media screen and (max-width: 1024px) {
    .alarm-more {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .alarm-more__grid {
        display: flex;
        flex-direction: column;
        gap: 35px;
        margin-top: 46px;
    }

    .alarm-more-br {
        display: block;
    }

    .alarm-more__title {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px; /* 122.222% */
    }

    .alarm-more__desc {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 19.5px */
    }

    .alarm-more__item:first-child .alarm-more__body {
        padding: 36px 32px 50px 32px;
        border-radius: 0 0 36px 36px;
    }

    .alarm-more__wrap {
        border-radius: 36px 36px 0 0;
        width: 100%;
    }

    .alarm-more__item:first-child {
        display: flex;
        flex-direction: column-reverse;
    }

    .alarm-more__desc ul {
        margin-top: 16px;
        padding-left: 25px;
    }
    .alarm-more__wrap
    {
        height: 303px;
    }
}
@media screen and (max-width: 768px) {
    .alarm-more__item.--row {
        display: flex;
        align-items: center;
    }
    alarm-more__wrap
    {
        height: 100%;
    }
    .alarm-more__item.--large {
        grid-column: 1 / span 2;
    }
}
/* ===================================
   Дополнительные глобальные стили
   =================================== */
@media screen and (max-width: 1024px) {
    .gsm-difference {
        padding-top: 50px !important;
    }
}