header+.section .container__col-12 {
    display: none;
}

.hedaer-left-title {
    margin: 21px 0px 36px 0px;
    color: #263238;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    /* 34.1px */
    letter-spacing: -0.006em;
    text-align: left;
}

.hedaer-left-subtitle {
    color: #263238;
    font-family: Roboto;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: 0.004em;
    /* 62.1px */
    margin: 36px 0px 36px 0px;
}

.show-phone {
    display: none;
}

.hedaer-left-text {
    max-width: 620px;
    color: #263238;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    /* 31px */
    margin-bottom: 36px;
}

.hedaer-left-button {
    display: flex;
    align-items: center;
    margin: 0px 0px 46px 0px;
}

.hedaer-left-play {
    display: flex;
    align-items: center;
    margin-top: -6px;
    margin-left: 72px;
    font-size: 20px;
    color: #263238;
    text-decoration: none;
    cursor: pointer;
}

.hedaer-left-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    margin-top: 7px;
    padding-left: 4px;
    margin-right: 15px;
    background: #EA5E1F;
    border-radius: 100%;
    box-shadow: 10px 10px 25px 0px #0000001A;
    transition: background 0.3s;
}

.hedaer-left-play:hover .hedaer-left-circle {
    background: #d1480b;
}

.hedaer-left-video {
    display: block;
    width: calc(100vw - 50px);
    height: calc((100vw - 50px) / 1.77);
    max-width: 792px;
    max-height: 445px;
    margin: auto;
}

.hedaer-left-desription-parent {
    display: flex;
    justify-content: space-between;
    margin: 0px -16px 77px 0px;
}

.hedaer-left-desription-subparent {
    display: flex;
    align-items: center;
}

.hedaer-left-desription-text {
    color: #3C6B9B;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-left: 15px;
}

/* Основной контейнер с ограничением ширины */
.container {

    margin: 0 auto;
    /* Центрирование */
    position: relative;
}

/* Блок для полной ширины экрана */
.full-width-block {
    margin: 15px 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 {
    max-width: 700px;
    /* Отступ справа */
    box-sizing: border-box;
}

/* Картинка справа, выходящая за пределы контейнера */
.right-image {
    position: absolute;
    top: 52px;
    right: -746px;
    width: 1114px;
}

.responsive-image:not(.small-image) {
    display: block;
}

/* Убираем горизонтальный скролл */
body {
    overflow-x: hidden;
    /* Предотвращаем появление горизонтального скролла */
    background-color: #fff;
}

.small-image {
    display: none;
    /* Показываем маленькое изображение */
}

.text-wrapper-bottom-parent-main {
    display: flex;
    width: 328px;
    height: 56.007px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #009C4D;
    cursor: pointer;
}

.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-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-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-bottom: 3px;
}

.item7-button-text {
    color: #4D4D4D;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    /* 24.8px */
}

.item7-bottom-checkbox-main {
    margin: 0 -23px;
}

.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 23px 0px;
}

.item7-parent {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.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 23px 0px;
    color: #757575;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    /* 27.9px */
}

/* Стили для первого контейнера */
.feature-title {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px 0px 60px 0px;
}

.grid-container {
    display: grid;
    /* Максимальная ширина контейнера */
    margin: 0 auto;
    /* Центрирование контейнера */
    grid-template-columns: 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;
    /* Фиксированная ширина */
    height: 293px;
    /* Фиксированная высота */
}

/* Бухгалтерский и налоговый учет */
.item2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    /* Фиксированная ширина */
    height: 130px;
    /* Фиксированная высота */
}

/* Работа с должниками */
.item3 {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    /* Фиксированная ширина */
    height: 130px;
    /* Фиксированная высота */
    display: flex;
    justify-content: space-around;
}

/* Капитальный ремонт */
.item4 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    /* Фиксированная ширина */
    height: 130px;
    /* Фиксированная высота */
}

/* Управление зданиями */
.item5 {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    /* Фиксированная ширина */
    height: 130px;
    /* Фиксированная высота */
}

/* Подомовой учет затрат */
.item6 {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
    /* Фиксированная ширина */
    height: 130px;
    /* Фиксированная высота */
}

/* Быстрый расчет квартплаты и коммунальных услуг */
.item7 {
    grid-column: 2 / 4;
    grid-row: 2 / 5;
    /* Фиксированная ширина */
    height: 625px;
    /* Фиксированная высота */
    position: relative;
    top: -160px;
    overflow: hidden;
}

/* Отступы внутри блоков */
.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;
    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;
}

/* Большой выбор квитанций-извещений, ЕПД */
.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;
}

.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 0 150px 0;
}

.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;
}

/* Общий стиль контейнера */
.container_block_with_images {
    display: grid;
    /* Максимальная ширина контейнера */
    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-parent {
    display: flex;
    flex-direction: column;
    margin: 150px 0 60px 0;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
}

.title-content-price {
    color: #009C4D;
}

.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 {
    margin-top: auto;
    cursor: pointer;
}



/* Стили для кнопки "Подробнее" */
.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;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, auto);
    margin: 0 auto 150px;
    padding: 20px 0;
}

.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-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    /* 48.6px */
    margin: 0px 0px 60px 0;
}

.we_worker_text_span {
    color: #3C6B9B;
}

.help_clients_close_text {
    color: #000;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    width: 60%;
    margin: 150px 0px 59px 0;
    line-height: 135%;
}

.help_clients_close_text_description {
    color: #009C4D;
}



.services-title {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

.services-title-prime {
    display: inline;
    margin: 0;
    color: #009C4D;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.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 */
    margin: 0 auto;
}

/* Общий стиль контейнера */
.unique-container {
    display: grid;
    /* Максимальная ширина контейнера */
    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;
    /* Запрет изменения размера */
}

.unique-block-info {
    display: none;
}

.text-wrapper-bottom-text {
    color: #FFF;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.feedback_text_bottom {
    display: flex;
    margin: 150px 0 192px 0;
    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 !important;
    width: 357.795px;
    height: 56.007px;
    padding: 10px 30px;
    margin-top: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #009C4D;
}

.flex_catalog_block {
    width: 100%;
}

.flex_catalog_block_parent {
    margin: 0px 0 30px 0;
}

.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 0 30px 0;
}

.flex_catalog_calc {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    margin: 0px 0px 150px 0;
}

.flex_catalog_calc_link_text {
    color: #3C6B9B;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    cursor: pointer;
}

.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("no.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#price,
#PropTech,
#help {
    scroll-margin-top: 150px;
    /* Замените 100px на высоту вашей фиксированной шапки + небольшой отступ */
}



/* Адаптивность */
@media (min-width: 1200px) {
    .container {
        max-width: 1196px !important;
    }
}

@media (min-width: 992px) {
    .flex_catalog_block_list {
        display: block;
    }
}



@media (max-width: 1299px) {
    .services-grid {
        padding-right: 70px;
    }
}

@media (max-width: 1199px) {
    .full-width-block {
        padding-bottom: 0;
    }

    .hedaer-left-subtitle {
        font-size: 34px;
    }

    /* Уменьшаем ширину левого блока */
    .hedaer-left-block {
        width: 100%;
        padding-right: 0;
        font-size: 1.2em;
        /* Уменьшение размера шрифта при уменьшении экрана */
    }

    /* Перемещаем картинку под текст */
    .right-image {
        position: static;
        /* Убираем абсолютное позиционирование */
        width: 100%;
        /* Картинка занимает всю ширину экрана */
        height: auto;
        /* Высота подстраивается под содержимое */
        margin-top: 20px;
        /* Отступ сверху */
    }

    .hedaer-left-desription-parent {
        margin: 0px 0px 26px 0px;
    }

    .container_parent_block {
        margin: 0px 0px 50px 0px;
    }



    /* Общий контейнер */
    .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;
        padding-bottom: 0;
    }

    .item7-parent {
        padding-bottom: 0;
    }

    .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;
    }



    .services-grid {
        padding-right: 0;
    }

    .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);
    }



    .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) {
    .small-image {
        display: block;
        /* Показываем маленькое изображение */
    }

    .responsive-image:not(.small-image) {
        display: none;
        /* Скрываем большое изображение */
    }



    .grid-container {
        display: block;
        padding: 0px 9px;
    }

    .image-wrapper {
        display: none;
    }

    .item7-description {
        display: none;
    }

    .item7-button {
        display: none;
    }

    .item7-bottom-document,
    .item7-bottom-checkbox-main {
        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%;
    }

    .block {
        padding: 26px;
        margin: 0px 0px 12px 0px;
    }

    .text-wrapper-box1-description {
        display: none;
    }

    .text-wrapper-box2-img {
        display: none;
    }



    .flex_catalog_block {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin: 0px 0px 12px 0px;
        /* Распределяем элементы по высоте */
        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;
    }



    .flex_catalog_block_parent {
        flex-direction: column;
    }



    .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;
    }



    .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 0 72px;
        flex-direction: column;
    }

    .feedback_text_botto_title {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }
}

@media (max-width: 767px) {
    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .container_parent_block {
        overflow: visible;
    }

    /* Уменьшаем шрифты */
    .hedaer-left-title {
        margin: 0 0 26px;
        font-size: 18px;
    }

    .hedaer-left-subtitle {
        margin: 26px 0 0;
        font-size: 26px;
    }

    .hedaer-left-text {
        margin-bottom: 25px;
        font-size: 16px;
    }

    .hedaer-left-button {
        display: block;
        margin-bottom: 34px;
    }

    .btn_callback_new {
        width: 100%;
    }

    .hedaer-left-play {
        margin-top: 27px;
        margin-left: 0;
        font-size: 18px;
    }

    .hedaer-left-circle {
        width: 36px !important;
        height: 36px;
        padding-left: 14px;
        padding-right: 11px;
        margin-top: 0;
        margin-right: 9px;
    }

    /* Уменьшаем отступы */
    .full-width-block {
        margin-top: 24px;
        padding: 0;
    }

    .hedaer-left-desription-parent {
        flex-direction: column;
        margin: 0px 0px 0px 0px;
    }

    .hedaer-left-desription-subparent {
        margin: 0px 0px 35px 0px;
    }

    .hedaer-left-desription-icon {
        width: 36px;
    }

    .hedaer-left-desription-text {
        font-size: 16px;
    }

    .right-image {
        width: 104%;
        margin: 12px -2% -100px;
    }



    .feature-title {
        margin: 152px 0 30px;
        font-size: 26px;
    }

    .grid-container,
    .independent-container,
    .new-container,
    .green_buton_all_funt {
        width: auto;
        padding: 0;
        margin: 0 -13px;
    }

    .item,
    .box,
    .block {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 76px;
        padding: 12px 24px;
        padding-right: 29px;
        margin-bottom: 13px;
    }

    .text-wrapper-item1,
    .text-wrapper-item2 {
        width: 100%;
    }

    .grid-container-text {
        font-size: 16px;
    }

    .grid-container-arrow {
        align-self: auto;
        margin-left: 27px;
    }

    .grid-container-arrow img {
        min-width: 24px;
        min-height: 24px;
        margin-top: 1px;
    }

    .green_buton_all_funt {
        justify-content: center;
        min-height: 74px;
        gap: 0;
        padding: 13px;
    }

    .text-wrapper-full {
        justify-content: center;
    }

    .text-wrapper-full-text {
        font-size: 18px;
        line-height: 1.35;
        text-align: center;
    }

    .green_buton_all_funt .grid-container-arrow {
        display: none;
    }


    .container_block_with_images {
        margin-top: 50px;
    }

    .text-container {
        display: block;
    }

    .text-block {
        margin-bottom: 25px;
    }

    .text-block-number {
        margin-bottom: 6px;
        font-size: 46px;
    }

    .text-block-number-text {
        font-size: 16px;
    }

    .footer-text {
        padding: 0;
        margin: 0;
        font-size: 12px;
    }



    .title-content-price-parent {
        margin: 50px 0 26px;
        font-size: 26px;
        line-height: 1.35;
    }

    .flex_catalog_block_parent {
        margin: 0;
    }

    .flex_catalog_block {
        padding: 30px 46px 8px;
    }

    .flex_catalog_block_description_body {
        margin-top: 3px;
    }

    .flex_catalog_block_list_parent {
        display: flex;
        flex-direction: column-reverse;
    }

    .flex_catalog_block_description_title {
        margin-bottom: 32px;
    }

    .flex_catalog_block_img a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200px;
        height: 50px;
        border-radius: 10px;
        background: #009c4d;
    }

    .flex_catalog_block_img img {
        display: block;
        width: auto;
        height: 100%;
    }

    .flex_catalog_block_list_element:first-child {
        margin-top: 56px;
    }

    .flex_catalog_block_list_element {
        padding-left: 44px;
    }

    .flex_catalog_block_list_element:not(:last-child) {
        margin-bottom: 16px;
    }

    .flex_catalog_block_list_element::before {
        top: 2px;
        transform: none;
    }

    .toggle-button svg {
        margin-left: 8px;
    }

    .price_footer_text {
        margin-bottom: 19px;
        font-size: 12px;

    }

    .flex_catalog_calc {
        margin-bottom: 50px;
        font-size: 18px;
    }

    .flex_catalog_calc_icon {
        width: 21px;
        height: 21px;
        margin: -3px 0;
        margin-right: 6px;
    }






    .services-title {
        font-size: 26px;
    }

    .services-section {
        padding: 25px 0;
    }

    .service-title {
        display: flex;
        align-items: center;
        min-height: 50px;
        font-size: 22px;
    }

    .services-grid {
        padding: 0px;
        margin: 0 -13px;
    }

    .service-content {
        gap: 17px;
    }

    .service-description {
        margin-top: 16px;
        font-size: 16px;
    }

    .service-item {
        min-height: auto;
        padding-left: 13px;
        padding-left: 13px;
        padding-bottom: 17px;
    }


    .we_worker_text {
        margin: 17px 0 23px;
        font-size: 26px;
    }

    .slider-outer {
        overflow: hidden;
    }

    .recalls_slider {
        max-width: 514px;
        overflow: visible !important;
    }

    .recalls_slider .owl-stage-outer {
        margin: auto !important;
    }

    .recalls_slider .owl-stage {
        align-items: stretch;
    }

    .recalls_slider .owl-item {
        display: flex;
        flex-shrink: 0;
        max-width: none;
        margin: 0 !important;
    }

    .recalls_slider .testimonial-card {
        justify-content: flex-start;
        gap: 28px;
        width: auto;
        max-width: none;
        min-width: auto;
        height: auto;
        padding: 38px 34px 76px;
        margin: 15px 7px;
    }

    .recalls_slider .testimonial-icon svg {
        width: 23px;
        height: 19px;
    }

    .recalls_slider .testimonial-text {
        line-height: 1.55;
    }

    .recalls_slider .testimonial-author {
        margin-top: auto;
        font-size: 18px;
        line-height: 1.35;
        text-align: left;
    }



    .help_clients_close_text {
        margin: 25px 0 26px;
        font-size: 26px;
    }

    .unique-container {
        width: auto;
        margin: 0 -13px;
    }

    .unique-left-blocks .unique-block {
        display: flex;
        align-items: center;
        min-height: 112px;
        padding: 12px 30px;
    }

    .unique-left-blocks .unique-block,
    .unique-container .grid-container-text,
    .unique-container .grid-container-text a {
        font-weight: normal;
        font-size: 18px !important;
    }


    .unique-container .grid-container-text a,
    .unique-container a .grid-container-text {
        font-weight: 600;
    }

    .unique-container .grid-container-arrow {
        align-self: end;
        margin-bottom: -4px;
        margin-right: 3px;
    }

    .unique-block-info {
        position: absolute;
        top: 30px;
        right: 30px;
        display: block;
    }
}

@media (max-width: 480px) {

    /* Уменьшаем кнопку */
    .hedaer-left-button div {
        width: auto;
        font-size: 18px;
    }

    .text-wrapper-bottom-parent-main {
        width: 100%;
        height: 100%;
    }

    .hedaer-left-video {
        width: calc(100vw - 24px);
        height: calc((100vw - 24px) / 1.77);
    }

    .show-phone {
        display: block;
    }



    .feedback_text_bottom_button {
        width: 100%;
        height: 100%;

    }

    .text-wrapper-bottom-text {
        font-size: 18px;
    }

    .feedback_text_botto_title {
        font-size: 18px;
    }
}
