

/* Start:/jsk/jkh/stylesTest.css?175136481445667*/
header + .section .container__col-12 {
    display: none;
}

.hedaer-left-block {
    
    text-align: left;
}
.hedaer-left-title {
    margin: 20px 0px 36px 0px;
    color: #263238;
    text-align: center;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 34.1px */
    letter-spacing: normal;
    text-align: left;
}
.hedaer-left-subtitle {
    color: #263238;
    font-family: Roboto;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%; /* 62.1px */
    text-align: center;
    margin: 0px 0px 36px 0px;
}
.hedaer-left-text {
    color: #263238;
font-family: Roboto;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 155%; /* 31px */
margin: 0px 20px 36px 0px;
}
.hedaer-left-button {
    margin: 0px 0px 42px 0px;
}
.hedaer-left-desription-parent {
    display: flex;
    margin: 0px 0px 100px 0px;
}
.hedaer-left-desription-parent img {
    min-width: 70px;
}
.hedaer-left-desription-subparent {
    display: flex;
    align-items: center;
}
.hedaer-left-desription-text1 {
    color: #3C6B9B;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin: 0px 10px 0px 26px;
}
.hedaer-left-desription-text2 {
    color: #3C6B9B;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin: 0px 10px 0px 26px;
}

    /* Основной контейнер с ограничением ширины */
    .container {

        margin: 0 auto; /* Центрирование */
        position: relative;
    }

    /* Блок для полной ширины экрана */
    .full-width-block {
            margin: 125px 0px 0px 0px;
        display: flex;
        align-items: center; /* Выравнивание по центру по вертикали */

        padding: 40px 0;
        box-sizing: border-box;
        position: relative; /* Для позиционирования картинки */
        height: auto; /* Высота зависит от содержимого */
        flex-wrap: wrap; /* Разрешаем перенос элементов на следующую строку */
    }
    .container_parent_block {
        background: linear-gradient(180deg, #FFF 0%, #F2F5F7 100%);
        overflow: hidden;
        margin: 0px 0px 120px 0px;
    }

    /* Левый блок внутри контейнера */
    .hedaer-left-block {
        width: 54%; /* Занимает половину ширины контейнера */
        padding-right: 20px; /* Отступ справа */
        box-sizing: border-box;
    }

    /* Картинка справа, выходящая за пределы контейнера */
    .right-image {
        position: absolute; /* Абсолютное позиционирование */
        top: 0;
        width: 123%;
        left: 55%; /* Начинается с середины экрана */
        height: 100%; /* Высота равна высоте родительского блока */
        object-fit: cover; /* Сохраняет пропорции изображения */

    }
    .right-image {

    height: 100%; /* Позволяет изображению сохранять пропорции */
    overflow: hidden; /* Скрывает лишнюю часть изображения */
    }

        .right-image img {
            width: 100%;
            height: auto; /* Позволяет изображению сохранять пропорции */
            object-fit: cover; /* Обеспечивает заполнение контейнера без искажений */
        }

    /* Убираем горизонтальный скролл */
    body {
        overflow-x: hidden; /* Предотвращаем появление горизонтального скролла */
        background-color: #fff;
    }

    .small-image {
        display: none; /* Показываем маленькое изображение */
    }
    .text-wrapper-bottom-parent-main {
        display: flex;
        width: 357.795px; 
        height: 56.007px; 
        padding: 10px 30px; 
        justify-content: center; 
        align-items: center; 
        gap: 10px; 
        flex-shrink: 0; 
        border-radius: 10px; 
        background: #009C4D;
        cursor: pointer;
    }
    @media (max-width: 1600px) {
        .full-width-block {
            padding: 0px 0;
        }
    }
    @media (max-width: 1300px) {
        .hedaer-left-subtitle {
            font-size: 34px;
        }
    }
    /* Адаптивность */
    @media (max-width: 1200px) {
        .small-image {
        display: block; /* Показываем маленькое изображение */
    }

    .responsive-image:not(.small-image) {
        display: none; /* Скрываем большое изображение */
    }
        /* Уменьшаем ширину левого блока */
        .hedaer-left-block {
            width: 100%;
            padding-right: 0;
            font-size: 1.2em; /* Уменьшение размера шрифта при уменьшении экрана */
            padding: 0px 20px;
        }

        /* Перемещаем картинку под текст */
        .right-image {
            position: static; /* Убираем абсолютное позиционирование */
            width: 100%; /* Картинка занимает всю ширину экрана */
            height: auto; /* Высота подстраивается под содержимое */
            margin-top: 20px; /* Отступ сверху */
        }

    }
    @media (max-width: 1199px) {
        .hedaer-left-desription-parent {
            margin: 0px 0px 26px 0px;
        }
        .container_parent_block { 
            margin: 0px 0px 50px 0px;
        }
    }
    
    @media (max-width: 768px) {
        .hedaer-left-desription-parent img {
            min-width: 100%;
        }
        /* Уменьшаем шрифты */
        .hedaer-left-title {
            font-size: 18px;
        }

        .hedaer-left-subtitle {
            font-size: 32px;
        }

        .hedaer-left-text {
            font-size: 16px;
        }

        /* Уменьшаем отступы */
        .full-width-block {
            padding: 20px 0;
        }
        .hedaer-left-desription-parent {
            flex-direction: column;
            margin: 0px 0px 0px 0px;
        }
        .hedaer-left-desription-subparent {
            margin: 0px 0px 25px 0px;
        }
        .hedaer-left-desription-text2 {
            margin: 0px 0px 0px 26px;
        }
    }
    @media (max-width: 600px) {
        .hedaer-left-desription-subparent img {
            width: 75px;
            height: 75px;
            min-width: 75px;
            min-height: 75px;
        }
    }
    @media (max-width: 480px) {
        /* Дальнейшее уменьшение шрифтов */
        .hedaer-left-title {
            font-size: 16px;
        }

        .hedaer-left-subtitle {
            font-size: 24px;
        }

        .hedaer-left-text {
            font-size: 14px;
        }

        /* Уменьшаем кнопку */
        .hedaer-left-button div {
            width: auto;
            font-size: 18px;
        }
        .text-wrapper-bottom-parent-main {
            width: 100%;
            height: 100%;
        }
    }
    @media (max-width: 400px) {
        .hedaer-left-desription-subparent img {
            width: 50px;
            height: 50px;
            min-width: 50px;
            min-height: 50px;
        }
    }
    .btn_callback_new {
        cursor: pointer;
    }
    
    .text-wrapper-box1-button {
        border-radius: 25px;
background: #FFF;
    }

    .text-wrapper-box1-button-text {
        color: #000;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    display: flex;
    width: 278px;
    height: 69px;
    padding: 15px 13px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #FEF2C7;
    }
    .text-wrapper-box1-description {
        color: #757575;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 155%;
        margin: 0px 0px 41px 0px;
    }
    .block {
        border-radius: 20px;
        background: #FFF;
        box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
    }
    .box2,
    .box3,
    .box4,
    .box5 {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0px 22px 22px 22px;
    }
    .box {
        flex-shrink: 0;
        border-radius: 20px;
        background: #FFF;
        box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
    }
    .text-wrapper-box1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0px 0px 26px 0px;
        width: 100%;
    }
    .box1-descriptoion {
        color: #757575;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 155%; /* 27.9px */
    }
    .item7-document-parent {
        display: flex;
        width: 277px;
        height: 208px;
        padding: 21px 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex-shrink: 0;
        border-radius: 10px;
        background: #FFFCEE;
        box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
        margin: -88px 99px 16px 0px;
    }
    .item7-bottom-document {
        display: flex;
    }
    .item7-document-text {
        margin: 46px 16px 0px 21px;
        color: #000;
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 155%;
    }
    .item7-text-info {
        color: #464646;
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 135%; /* 16.2px */
        margin: 12px 5px 0px -12px;
    }
    .item7-svg {
        margin: 31px 0px 12px 17px;
    }
    .item7-bottom-checkbox-main {
        display: flex;
    }
    .item7-button-checkbox-text {
        color: #757575;
        font-feature-settings: 'liga' off, 'clig' off;

        /* Десктоп/Основной текст 1 */
        font-family: Arial;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .item7-button-checkbox {
        display: flex;
    }
    .item7-button-checkbox-check {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
        border-radius: 2px;
        border: 1px solid #9B9B9B;
        background: #FCF8EB;
        display: flex; /* Делаем контейнер флексом */
        justify-content: center; /* Центрируем содержимое по горизонтали */
        align-items: center; /* Центрируем содержимое по вертикали */
        margin-right: 13px;

    }
    .item7-button-checkbox-check svg {
        width: 100%; /* Занимает всю ширину родительского контейнера */
        height: 100%; /* Занимает всю высоту родительского контейнера */
        flex-shrink: 0; /* Запрет изменения размера */
    }
    .item7-button-checkbox-title {
        color: #009C4D;
        leading-trim: both;
        text-edge: cap;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 155%; /* 27.9px */
    }
    .item7-button-checkbox-parent {
        display: flex;
        min-width: 339px;
        padding: 30px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        border-radius: 10px;
        background: #FFFCEE;
        border-radius: 10px;
        background: #FFFCEE;
    }
    .item7-button {
        display: flex;
        padding: 11px 17px;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
        margin: 0px 39px 36px 33px;
    }
    .item7-button-text {
        color: #4D4D4D;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 155%; /* 24.8px */
    }
    .item7-button-img {
        display: flex;
        width: 49px;
        height: 22px;
        padding: 2px 4px; /* Отступы внутри блока */
        justify-content: flex-end; /* Выравнивание содержимого по правому краю */
        align-items: baseline; /* Вертикальное центрирование */
        gap: 10px; /* Расстояние между элементами (если они есть) */
        border-radius: 20px; /* Закругление углов */
        background: #009C4D; /* Фоновый цвет */
        margin: 0px 20px 0px 0px;
    }
    .item7-button-img svg {
        width: 22px;
        height: 22px;
        flex-shrink: 0; /* Запрет уменьшения размера */
        fill: #73C081; /* Цвет заливки */
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); /* Тень */
    }
    .text-wrapper-item3 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0px 0px 26px 0px;
    }
    .item7-parent {
        display: flex;
        flex-direction: column;
        padding: 30px;
    }
.item7-title {
    color: #3C6B9B;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 34.1px */
}
.item7-description {
    margin: 0px 39px 38px 0px;
    color: #757575;
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 155%; /* 27.9px */
}
/* Стили для первого контейнера */
.grid-container {
    display: grid;
    max-width: 1140px; /* Максимальная ширина контейнера */
    margin: 0 auto; /* Центрирование контейнера */
    grid-template-columns: 360px repeat(2, 360px); /* Фиксированные столбцы */
    grid-template-rows: 293px 130px 130px 130px; /* Фиксированные строки */
    gap: 40px 36px; /* Отступы между блоками (вертикальные и горизонтальные) */
    width: 100%;
    height: auto; /* Автоматическая высота */
}

.item {
    flex-shrink: 0;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
    padding: 20px; /* Внутренние отступы */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    
}
.item1,
.item2,
.item3 {
    justify-content: center;
}
.item4,
.item5,
.item6 {
    justify-content: end;
}
/* Обмен с ГИС ЖКХ */
.item1 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    width: 340px; /* Фиксированная ширина */
    height: 293px; /* Фиксированная высота */
}

/* Бухгалтерский и налоговый учет */
.item2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    width: 340px; /* Фиксированная ширина */
    height: 130px; /* Фиксированная высота */
}

/* Работа с должниками */
.item3 {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    width: 320px; /* Фиксированная ширина */
    height: 130px; /* Фиксированная высота */
    display: flex;
    justify-content: space-around;
}

/* Капитальный ремонт */
.item4 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    width: 340px; /* Фиксированная ширина */
    height: 130px; /* Фиксированная высота */
}

/* Управление зданиями */
.item5 {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    width: 340px; /* Фиксированная ширина */
    height: 130px; /* Фиксированная высота */
}

/* Подомовой учет затрат */
.item6 {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
    width: 340px; /* Фиксированная ширина */
    height: 130px; /* Фиксированная высота */
}

/* Быстрый расчет квартплаты и коммунальных услуг */
.item7 {
    grid-column: 2 / 4;
    grid-row: 2 / 5;
    width: 716px; /* Фиксированная ширина */
    height: 625px; /* Фиксированная высота */
    position: relative;
    top: -160px;
}

/* Отступы внутри блоков */
.text-wrapper-item1,
.text-wrapper-item2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 10px 14px 10px;
}

.image-wrapper {
    margin: 27px 0 55px 17px;
}

.grid-container-text {
        color: #3c6b9b;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%; /* 34.1px */
}
.grid-container-text-bux {
    width: 170px;
}
.grid-container-text-work {
    width: 170px;
}
.grid-container-text-home {
    width: 170px;
}
.grid-container-arrow {
    align-self: end;
}
.grid-container-arrow img {
    min-width: 30px;
    min-height: 30px;
}

/* Стили для второго контейнера (полностью независимые) */
.independent-container {
    display: grid;
    max-width: 1140px;
    margin: 36px auto 0px;
    grid-template-columns: 65% 32%; /* Пропорции столбцов */
    grid-template-rows: repeat(5, 20%); /* Пропорции строк */
    gap: 40px 36px; /* Расстояние между блоками */
    width: 100%;
    height: 100%;

}



/* Управление лицевыми счетами */
.box1 {
    grid-column: 1 / 2;
    grid-row: 1 / 5; /* Занимает всю высоту слева */
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
    padding: 30px;
}

/* Паспортный учет */
.box2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    
}

/* Работа в СНТ */
.box3 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    
}

/* Работа с ПУ и расчет ОДН */
.box4 {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    
}

/* Личные кабинеты ЖКХ на сайте и в мобильном приложении */
.box5 {
    grid-column: 2 / 3;
    grid-row: 4 / 5; /* Занимает две строки справа */
    padding: 10px 20px 0px 20px;
}

/* Стили для третьего контейнера */
.new-container {
    display: grid;
    grid-template-columns: 32% 65%;
    grid-template-rows: repeat(2, 45%);
    gap: 40px 36px;
    height: 100%;
    margin: 0px auto 36px;
    max-width: 1140px;
}



/* Большой выбор квитанций-извещений, ЕПД */
.block1 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    padding: 89px 30px 31px 48px;
}

/* Аварийно-диспетчерская служба */
.block2 {
    grid-column: 2 / 3;
    grid-row: 1 / 3; /* Занимает две строки справа */
    padding: 30px;
}

/* Система уже настроена на интеграцию... */
.block3 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    padding: 30px;
}
.text-wrapper-full {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin: 0px 0px 26px 0px; */
    width: 100%;
}
.text-wrapper-full-text {
    color: #FFF;
    font-family: Roboto;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 40.3px */
}
.text-block-number {
    color: #263238;
    font-family: Roboto;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
}
.text-block-number-text {
    color: #263238;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    align-self: stretch;
}
/* Медиа-запрос для экранов 1199px и меньше */
@media (max-width: 1199px) {
    /* Общий контейнер */
    .grid-container {
        grid-template-columns: none; /* Один столбец */
        grid-template-rows: none; /* Автоматическая высота строк */
        max-width: 930px;
        gap: 1%; /* Уменьшаем отступы */
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

    /* Блоки внутри grid-container */
    .item1,
    .item2,
    .item3,
    .item4,
    .item5,
    .item6,
    .item7 {
        width: 100%; /* Занимают всю доступную ширину */
        height: 100%;
    }


    /* Блок "Быстрый расчет квартплаты и коммунальных услуг" */
    .item7 {
        position: relative;
        top: 0px;
    }
    .independent-container {
        grid-template-columns: none; 
        grid-template-rows: none;
        padding-bottom: 0px;
        margin: 36px auto 36px;
    }
    .new-container {
        grid-template-columns: none; 
        grid-template-rows: none;
    }
    .service-dispatch {
        margin: 0px -20px -35px -100px !important;
    }
    .service-gis {
        margin: 125px -20px 0px 0px !important;
    }
    .service-billing {
        margin: -20px 40px 0px -110px !important;
    }

    .testimonial-carousel {
        max-width: 930px !important;
    }
    
}
@media (max-width: 991px) {
    .grid-container {
        display: block;
        padding: 0px 9px;
    }
    .image-wrapper {
        display: none;
    }
    .item7-description {
        display: none;
    }
    .item7-button {
        display: none;
    }
    .item7-bottom-checkbox-main {
        display: none;
    }
    .item7-bottom-document {
        display: none;
    }
    .item {
        padding: 26px;
        margin: 0px 0px 12px 0px;
    }
    .text-wrapper-item1 {
        margin: 0px;
    }
    .grid-container-text-bux {
        width: 100%;
    }
    .grid-container-text-work {
        width: 100%;
    }
    .grid-container-text-home {
        width: 100%;
    }
    .item7-parent {
        padding: 0px;
    }
    .text-wrapper-item3 {
        margin: 0px;
    }
    .text-wrapper-item2 {
        margin: 0px;
    }
    .independent-container {
        display: block;
        width: initial;
        margin: 0px 8px;
        height: 100%;
    }
    .box1-descriptoion {
        display: none;
    }
    .box1-descriptoion {
        display: none;
    }
    .box1-img-parent {
        display: none;
    }
    .text-wrapper-box1 {
        margin: 0px;
    }
    .box1 {
        padding: 26px;
    }
    .box {
        padding: 26px;
        margin: 0px 0px 12px 0px;
    }
    .box5 {
        padding: 20px;
    }
    .new-container {
        display: block;
        width: initial;
        height: 100%;
        margin: 0px 8px;
    }
    .block {
        padding: 26px !important;
        margin: 0px 0px 12px 0px;
    }
    .text-wrapper-box1-description {
        display: none;
    }
    .text-wrapper-box2-img {
        display: none;
    }
}

	.green_buton_all_funt {
		display: flex;
		padding: 33px 42px;
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
		border-radius: 10px;
		background: #009C4D;
		box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
		margin-top: 40px;
        margin: 0px 15px 150px 15px;
	}

    /* Общий стиль контейнера */
.container_block_with_images {
    display: grid;
    max-width: 1140px; /* Максимальная ширина контейнера */
    margin: 20px auto; /* Центрирование контейнера */
    grid-template-columns: 33% 67%; /* Пропорции столбцов */
    grid-template-rows: auto 50px; /* Высота строк: основная часть + нижний текст */
    gap: 1%; /* Расстояние между элементами */
    width: 100%;
}

/* Блок с картинкой */
.image-block {
    grid-column: 1 / 2;
    grid-row: 1 / 3; /* Занимает всю высоту */
    height: 100%; /* Полная высота */
}

.image-block img {
    width: 100%;
    height: auto; /* Сохранение пропорций изображения */
    object-fit: cover; /* Растягивание изображения */
}

/* Контейнер с текстовыми блоками */
.text-container {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Два столбца */
    grid-template-rows: repeat(2, 1fr); /* Две строки */
    gap: 1%; /* Расстояние между текстовыми блоками */
}



/* Нижний текст */
.footer-text {
    /* grid-column: 1 / 3; /* Занимает оба столбца */
    /* grid-row: 2 / 3; */ 
    /* text-align: center; */
    padding: 10px 10px 10px 0px;
    box-sizing: border-box;
    color: #C4C4C4;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    margin: 0px -150px 0px 0px;
}
.title-content-price {
    color: #009C4D;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 55.8px */
}
.title-content-price-parent {
    display: flex;
    flex-direction: column;
    margin: 150px 15px 60px 15px;
}
.flex_catalog_block_title {
    align-self: stretch;
    color: #263238;
    text-align: center;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    margin: 0px 0px 16px 0px;
}
.flex_catalog_block_title_green {
    color: #009C4D;
    text-align: center;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%; /* 55.8px */
}
.flex_catalog_block_title_arenda {
    margin: 0px -10px 16px -10px;
}
.flex_catalog_block_description_main {
    color: var(--C3, #3C6B9B);
    text-align: center;
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.flex_catalog_block_description_body {
    color: var(--C3, #3C6B9B);
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.flex_catalog_block_list_element {
    position: relative;
    padding-left: 40px; /* Отступ слева для текста */
    margin-bottom: 8px; /* Расстояние между элементами */
    font-size: 16px;
    line-height: 1.5;
    color: var(--2, #1F1F1F);

    /* RB/Desktop/B-3 */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}
.flex_catalog_block_list_element::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 6L9 17L4 12' stroke='%2339B54A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.flex_catalog_block_list_element_gray {
    color: rgba(0, 0, 0, 0.5);

    /* RB/Desktop/B-3 */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}
/* Если нужно изменить стиль для серых элементов */
.flex_catalog_block_list_element_gray::before {
    filter: grayscale(1); /* Делаем галочку серой */
}
.flex_catalog_block2 {
    margin: 0px 13px;
}
.flex_catalog_block3 {
    margin: 0px 13px 0px 0px;
}
.flex_catalog_block_description_title {
    margin: 0px 0px 56px 0px;
}
.flex_catalog_block_list_parent {
    margin: 0px 0px 20px 0px;
}
.flex_catalog_block_parent {
    display:flex;
    margin: 0px 15px 60px 15px;
}
.flex_catalog_block_img {
    cursor: pointer;
}
@media (min-width: 992px) {
    .flex_catalog_block_list {
        display: block;
    }
}
@media (max-width: 991px) {
    .flex_catalog_block {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between; /* Распределяем элементы по высоте */
        padding-bottom: 20px; /* Добавляем отступ снизу */
    }

    .flex_catalog_block_img {
        order: 3; /* Кнопка "Купить" остается первой */
    }

    .flex_catalog_block_list_parent {
        order: 4; /* Список размещается после кнопки */
        margin-top: auto; /* Перемещаем список вниз */
    }

    .flex_catalog_block_description_title {
        order: 2; /* Описание цены идет после списка */
    }
    .image-block {
        display: none;
    }
    .flex_catalog_block_list {
        display: none;
    }
    .flex_catalog_block_title {
        order: 1;
    }
    .toggle-button {
        display: flex !important;
        margin: 30px 0px 0px 0px;
        justify-content: center;
    }
    .container_block_with_images {
        display: flex;
    }
}
@media (max-width: 551px) {
    .text-container {
        display: flex;
        flex-direction: column;
        margin: 30px 31px 30px 31px;
    }
    .footer-text {
        padding: 20px 10px 10px 0px;
        width: 100%;
    }
    .title-content-price-parent {
        margin: 50px 0px 60px 0px;
        font-size: 26px;
    }
}
/* Стили для кнопки "Подробнее" */
.toggle-button {
    color: var(--C3, #3C6B9B);
text-align: center;

/* RB/Desktop/B-3 */
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
}



/* Анимация появления списка */
@keyframes slideDown {
    from {
        max-height: 0;
        opacity: 0;
    }
    to {
        max-height: 500px; /* Значение должно быть больше максимальной высоты списка */
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        max-height: 500px;
        opacity: 1;
    }
    to {
        max-height: 0;
        opacity: 0;
    }
}

.flex_catalog_block_list {
    overflow: hidden;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

.slide-down {
    animation-name: slideDown;
}

.slide-up {
    animation-name: slideUp;
}

	.flex_catalog_block {
		display: flex;
		width: 280px;
		padding: 45px 20px;
		flex-direction: column;
		align-items: center;
		border-radius: 30px;
		border: 1px solid #FFF;
		background: #FFF;
		box-shadow: 0px 4px 25px 2px rgba(0, 0, 0, 0.10);
        justify-content: space-between;
        position: relative;
	}
    .hit-sale-badge {
        position: absolute;
        top: -10px;
        right: 20px;
        width: 69px;
        height: 64px;
        z-index: 10;
}
@media (max-width: 991px) {
    .flex_catalog_block_parent {
        flex-direction: column;
    }
    .flex_catalog_block {
        width: 100%;
        margin: 0px 0px 12px 0px;
    }

}
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, auto);
    max-width: 1140px;
    margin: 0 auto 150px;
    padding: 20px;
}

.service-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}


.service-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}




/* Позиционирование элементов */
.service-center {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    justify-self: center;
    text-align: center;
    transform: translate(33%, 0%);
}

.service-dispatch {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    justify-self: end;
    margin: 0px -70px -35px -100px;
}

.service-website {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    align-self: start;
    margin: 45px -44px 0px 0px;
}

.service-gis {
    grid-column: 3 / 4;
    grid-row: 2 / 4;
    justify-self: end;
    margin: 125px -60px 0px 0px;
}

.service-resident {
    grid-column: 1 / 2;
    grid-row: 2 / 5;
    align-self: end;
    margin: 0px -60px -50px 0px;
}

.service-billing {
    grid-column: 3 / 4;
    grid-row: 5 / 6;
    justify-self: end;
    margin: -20px -40px 0px -110px;
}


.service-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}


.service-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-title {
    color: #3C6B9B;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
}

.service-description {
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 31px */
}

/* Стили для круглого контейнера */
.circle-container {
    position: relative;
    width: 100%;
    height: 373px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-image {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Изменено с cover на contain */
    border-radius: 50%;
    flex-shrink: 0;
    overflow: visible;
}

.circle-text {
    width: 280px;
    padding: 20px;
    border-radius: 10px;
    transform: translate(-320px, 0px);
    text-align: left;
}

.circle-title {
    color: #009C4D;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 48.6px */
}

.circle-description {
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    width: 280px;
}
.we_worker_text {
    color: #000;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 48.6px */
    margin: 0px 0px 60px 15px;
}
.we_worker_text_span {
    color: #3C6B9B;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}
.help_clients_close_text {
    color: #000;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    width: 60%;
    margin: 150px 0px 59px 15px;
    line-height: 135%;
}
.help_clients_close_text_description {
    color: #009C4D;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}
@media (max-width: 1199px) {
    .help_clients_close_text {
        width: 100%;
        margin: 0px 0px 40px 0px;
    }
    .we_worker_text {
        margin: 0px 0px 40px 0px;
    }
    .testimonial-carousel {
        margin: 0px 0px 20px 0px;
    }
    .circle-description {
        font-size: 19px;
        
    }
    .circle-text {
        transform: translate(-300px, 0px);
    }
}
@media (max-width: 991px) {
    .services-grid {
        display: block;
        width: initial;
        height: 100%;
        margin: 0px 8px;
    }
    .background-svg {
        display: none;
    }
    .circle-description {
        font-size: 20px;
        
    }
    .service-item {
        margin: 0px 0px 12px 0px !important;
        display: flex;
        justify-self: start !important;
        align-items: flex-start;
        gap: 0px;
        transform: translate(0%, 0%) !important;
        width: 100%;
        border-radius: 20px;
        background: #FFF;
        box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
        min-height: 157px;
        padding: 25px 15px 25px;
    }
    .service-center {
        display: none;
    }
    .service-content {
        flex-direction: row;
    }
    .service-title img {
        display: none;
    }
    .service-row {
        align-items: baseline;
    }
 }
 @media (max-width: 768px) {
    .service-title {
        font-size: 22px;
    }
    .services-grid {
        padding: 0px;
    }
 }
 .services-section {
    position: relative;
    width: 100%;
    padding: 60px 0; /* если нужно отступать от верха */

}

.background-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0; /* фон */
    opacity: 0.5;
    pointer-events: none; /* чтобы не мешала кликам */
}

.background-svg svg {
    display: block;
    width: 984px;
    height: auto;
}

.services-grid {
    position: relative;
    z-index: 1; /* поверх SVG */
    max-width: 1140px;
    margin: 0 auto;
}

/* Общий стиль контейнера */
.unique-container {
    display: grid;
    max-width: 1140px; /* Максимальная ширина контейнера */
    margin: 15px auto; /* Центрирование контейнера */
    grid-template-columns: 65% 32%; /* Пропорции столбцов */
    grid-template-rows: auto auto; /* Высота строк */
    gap: 40px; /* Расстояние между элементами */
    width: 100%;
}

/* Левая часть с 4 блоками */
.unique-left-blocks {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Два столбца */
    grid-template-rows: repeat(2, 1fr); /* Две строки */
    gap: 40px; /* Расстояние между блоками */
    height: 100%; /* Полная высота */
}

.unique-left-blocks .unique-block {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    color: #000;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    padding: 28px;
}

/* Правый блок "Консультационная поддержка" */
.unique-support-block {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    height: 59%;
    border-radius: 20px;
    background: #3C6B9B;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
    color: #FFF;
    font-family: Roboto;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 0px 30px 30px 30px;
}

/* Нижний левый блок "Доработка программы..." */
.unique-customization-block {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
    padding: 28px;

}

/* Нижний правый блок "Дополнительные материалы" */
.unique-materials-block {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
    padding: 28px;
}
.unique-block {
    position: relative; /* Позволяет позиционировать дочерние элементы */
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
    width: 360px;
    height: 100%;
    flex-shrink: 0;
    color: #000;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    padding: 28px; /* Отступы внутри блока */
}

.unique-block-icon {
    position: absolute; /* Абсолютное позиционирование внутри .unique-block */
    top: 28px; /* Отступ сверху (равен padding блока) */
    right: 28px; /* Отступ справа (равен padding блока) */
    width: 24px; /* Размер SVG */
    height: 24px; /* Размер SVG */
    display: flex;
    justify-content: center;
    align-items: center;
}

.unique-block-icon svg {
    width: 100%; /* SVG занимает всю ширину контейнера */
    height: 100%; /* SVG занимает всю высоту контейнера */
    flex-shrink: 0; /* Запрет изменения размера */
}
.text-wrapper-bottom-text {
    color: #FFF;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.text-wrapper-bottom-parent {
    display: flex;
    justify-content: space-around;
    margin: 0px;
    width: 100%;
    align-items: end;
}
.feedback_text_bottom {
    display: flex;
    margin: 150px -10px 192px -10px;
    justify-content: space-between;
}
.feedback_text_botto_title {
    color: #000;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 55.8px */
    width: 760px;
}
.feedback_text_bottom_button {
    display: flex;
    width: 357.795px;
    height: 56.007px;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #009C4D;
}
@media (max-width: 1199px) {
    .unique-container {
        max-width: 930px;
        margin: 0px auto;
        grid-template-columns: 66% 33%;
        gap: 1%;
    }
    .unique-block {
        width: 100% !important;
    }
    .unique-left-blocks {
        gap: 2%;
    }
    .unique-support-block {
        height: 69%;
    }
    .unique-customization-block {
        margin: 0px;
    }
    .unique-materials-block {
        margin: 0px;
    }
    .feedback_text_bottom {
        margin: 40px 0px 192px 0px;
    }
    .feedback_text_bottom_button {
        margin: 10px 0px 0px 0px;
    }
}
@media (max-width: 991px) {
    .unique-container {
        display: block;
    }
    .unique-left-blocks {
        display: block;
    }
    .unique-block {
        margin: 0px 0px 12px 0px;
    }
    .unique-left-blocks .unique-block {
        padding: 28px;
    }
    .unique-support-block {
        padding: 28px;
        margin: 0px 0px 12px 0px;
    }
    .unique-customization-block {
        padding: 28px;
        margin: 0px 0px 12px 0px;
    }
    .feedback_text_bottom {
        margin: 50px 20px 72px;
        flex-direction: column;
    }
    .feedback_text_botto_title {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }
}
@media (max-width: 480px) {
    .feedback_text_bottom_button {
        width: 100%;
        height: 100%;
        
    }
    .text-wrapper-bottom-text {
        font-size: 18px;
    }
    .feedback_text_botto_title {
        font-size: 18px;
    }
}

.flex_catalog_block {
    width: 100%;
}
.flex_catalog_block_parent {
    margin: 0px 15px 30px 15px;
}
.price_footer_text {
        box-sizing: border-box;
    color: #C4C4C4;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    margin: 0px 15px 30px 15px;
}
.btn_callback_new {
    display: inline-block;
}
.flex_catalog_block_list_element_close::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background-image: url("/jsk/jkh/no.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/rewiews/style.css?17473095711627*/
.owl-carousel .owl-stage-outer {
    padding: 0;
    margin: 0;
}

.owl-carousel .owl-item {
    margin-right: 40px;
}

.owl-carousel .owl-item:last-child {
    margin-right: 0;
}

.testimonial-card {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 564px;
    height: 491px;
    padding: 38px 40px;
    align-items: flex-start;
    gap: 30px;
}

.testimonial-icon svg {
    width: 40px;
    height: 30px;
    fill: #009C4D;
}

.testimonial-text {
    font-size: 22px;
    line-height: 1.5;
    color: #333;
    text-align: left;
}

.testimonial-author {
    font-style: italic;
    color: #009C4D;
    text-align: right;
}

.owl-nav {
    display: none;
}

.owl-stage {
    display: flex;
    align-items: center;
    cursor: pointer;
    transform: translate3d(270px, 0px, 0px);
    margin: 10px 0px;
    cursor: grab;
}
.owl-item {
    max-width: 564px;
}
.recalls_slider {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.owl-carousel,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage {
    width: 100%;
    max-width: 100%;
    overflow: visible;
}
@media (max-width: 1199px) {
    .testimonial-card {
        width: 464px;
    height: 391px;
    }
}
@media (max-width: 900px) {
    .testimonial-text {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .testimonial-card {
        width: calc(100vw - 40px);
        min-width: calc(100vw - 40px);
        max-width: calc(100vw - 40px);
    }
}
.recalls_slider {
    overflow: hidden;
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/visual/style.css?14332515743988*/
.bx_pagination_bottom *{vertical-align: baseline;}
.bx_pagination_bottom{
	color: #8d8d8d;
	font-size:11px;
}

.bx_pagination_bottom .bx_pagination_section_one{ }
.bx_pagination_bottom .bx_pagination_section_two{
	float: right;
	text-align: right;
}
.bx_pagination_bottom .bx_pg_section{
	display: inline-block;
	height: 30px;
	vertical-align: top;
	line-height: 30px;
}

.bx_pagination_bottom .bx_pagination_select_container{display: inline-block;}
.bx_pagination_bottom .bx_pagination_select_container select{
	position: relative;
	margin: 2px 20px 2px 10px;
	padding: 1px 25px 3px 5px;
	height: 22px;
	outline: none;
	border: 1px solid #e0e0e0;
	border-radius: 1px;
	background: #fff url(/bitrix/components/bitrix/system.pagenavigation/templates/visual/images/select_arrow.png) no-repeat right center;
	color: #8d8d8d;
	font-size: 11px;
	line-height: 16px;
	resize: none;
	-webkit-appearance: none;
}
@-moz-document url-prefix(){
	.bx_pagination_bottom .bx_pagination_select_container select{
		background: #fff !important;
		padding-right: 5px;
	}
}


.bx_pagination_bottom .bx_pagination_page{
	white-space: nowrap;
	font-size: 12px;
}
.bx_pagination_bottom .bx_pagination_page ul{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.bx_pagination_bottom .bx_pagination_page li{
	display: inline-block;
	min-width: 22px;
	color: #8d8d8d;
	text-align: center;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a{
	display: block;
	min-width: 22px;
	color: #8d8d8d;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a:hover{color: #555;}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
	border-radius: 3px;
	background: #dbecf4;
	box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.1);
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display: block;}
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right: 5px;}


.bx_pagination_bottom .bx_wsnw{white-space: nowrap;}




/*1*/
@media (min-width:981px){

}
/*2*/
@media (min-width:640px) and (max-width:980px){

}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:479px) {
	.bx_pagination_bottom .bx_pagination_section_one{ }
	.bx_pagination_bottom .bx_pagination_section_two{
		float: none;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_select_container{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 47%;
	}
	.bx_pagination_bottom .bx_pagination_select_container select{
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0 !important;
		width: 90%;
	}
	.bx_pagination_bottom .bx_pg_section{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_page{white-space: normal;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width: 100%;height: auto;text-align: center;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display: none;}
	.bx_pagination_bottom .bx_pg_text{
		display: inline-block;
		width: 50%;
	}
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display: none;}
}
/*5*/
@media (max-width:320px){
}

.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* End */


/* Start:/bitrix/components/otr/qweez-form/templates/vgkh/style.css?17466252945296*/
.qweez-form-popup {
    z-index: 1000000;
    position: fixed;
    width: 600px;
    height: 600px;
    top: calc(50% - 300px);
    left: calc(50% - 300px);
    border-radius: 20px;
    background: #FFF;
    padding: 46px;
    overflow: hidden;
}

.qweez-background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 900000;
}

.qweez-close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.qweez_button_container {
    position: absolute;
    right: 30px;
    bottom: 30px;
    display: flex;
    gap: 11px;
}

.next_step_button {
    cursor: pointer;
    display: flex;
    width: 38px;
    height: 38px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 19px;
    background: #ECF5F8;
    border: none;
    transition: background-color 0.3s ease;
}

.next_step_button > img {
    pointer-events: none;
}

.next_step_button:hover {
    background: #e9f3f6;
}

.next_step_button.active {
    background: #006E9B;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.next_step_button.active > img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(454%) hue-rotate(264deg) brightness(121%) contrast(100%);
}

.qweez-form-popup h3 {
    color: #006E9B;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
    margin-top: 0;
}

.qweez-form-popup p {
    color: #505050;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 27.9px */
    margin-bottom: 30px;
}

.qweez-form-popup p.option_text {
    margin-bottom: 5px;
    margin-top: 10px;
}

.qweez_step_one_form {
    display: flex;
    align-items: center;
}

.qweez_step_one_form button {
    border-radius: 10px;
    border: 1px solid #ECF5F8;
    background: #FFF;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
    height: 100px;
    padding: 20px 33px;
    width: 100%;
    color: #505050;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    margin-bottom: 10px;
    text-align: left;
    transition: background-color 0.3s ease;
}

.qweez_step_one_form.chosen button {
    border-radius: 10px;
    border: 1px solid #ECF5F8;
    background: #006E9B;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
    color: #FFF;
    transition: background-color 0.3s ease;
}

.answers_group {
    display: flex;
    width: fit-content;
    border-radius: 10px;
    border: 1px solid #ECF5F8;
    background: #FFF;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
    height: 50px;
    align-items: center;
    overflow: hidden;
    flex-shrink: 0;
}

input[type="radio"] {
    display: none;
}

.radio-label {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-left: 1px solid #ECF5F8;
    transition: background-color 0.3s ease;
    height: 100%;
    color: #505050;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 169px;
}

.radio-label:first-child {
    border-left: none;
}

input[type="radio"]:checked + .radio-label {
    background: #006E9B;
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.callback_container > p {
    display: none;
}

.callback_field_container, .callback_btn_container {
    flex-direction: column !important;
}

.qweez_feedback_form {
    padding: 10px 85px 0;
}

.qweez_feedback_form .input_group input, .qweez_feedback_form .input_group textarea, .qweez_feedback_form .input_group {
    width: 100% !important;
}

.qweez_feedback_form .callback__checkbutton, .qweez_feedback_form .callback__comments, .qweez_feedback_form .callback_button {
    width: 100% !important;
}

.qweez-bottom-line {
    width: 0;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #006E9B;
    transition: width 0.3s ease;
}

@media (max-width: 630px) {
    .qweez-form-popup {
        width: 90vw;
        top: calc(50% - 300px);
        left: calc(50% - 45vw);
        padding: 15px;
    }

    .qweez_step_two_form {
        overflow-y: scroll;
    }

    .answers_group {
        width: 100%;
        height: 40px;
    }

    .radio-label {
        width: 33%;
    }

    .qweez-form-popup p.option_text {
        margin-bottom: 5px;
        margin-top: 5px;
        font-size: 16px;
    }

    .qweez-close {
        right: 10px;
        top: 10px;
    }

    .qweez_button_container {
        right: 15px;
        bottom: 15px;
    }

    .qweez-form-popup h3 {
        padding: 0 10px;
        font-size: 20px;
    }

    .qweez_feedback_form {
        padding: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .qweez_step_one_form button {
        height: fit-content;
    }
}

/* End */
/* /jsk/jkh/stylesTest.css?175136481445667 */
/* /bitrix/templates/.default/components/bitrix/news.list/rewiews/style.css?17473095711627 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/visual/style.css?14332515743988 */
/* /bitrix/components/otr/qweez-form/templates/vgkh/style.css?17466252945296 */
