

/* Start:/bitrix/templates/aspro-premier/components/bitrix/catalog.section/services_block/style.css?17817709502717*/
/* Базовые стили (десктопная версия) */
.row-frap {
    flex-wrap: wrap;
}

.row-frap .advantages_block {
    width: calc(33.333% - 16px);
    flex: unset;
}

.left_block {
    display: none;
}

.container .right_block.narrow_Y {
    width: 100% !important;
}

.text_before_items {
    display: none;
}

section.page-top {
    padding-bottom: 32px !important;
}

.topic .switcher-title {
    color: #2C2F30 !important;
    font-family: Unbounded !important;
    font-size: 36px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 50px !important;
    text-transform: uppercase !important;
}

.services_container_wrap {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

/* ===== МОБИЛЬНАЯ ВЕРСИЯ ===== */

/* Планшеты и маленькие ноутбуки (до 1024px) */
@media screen and (max-width: 1024px) {
    .row-frap .advantages_block {
        width: calc(50% - 16px);
    }

    .topic .switcher-title {
        font-size: 28px !important;
        line-height: 38px !important;
    }

    .services_container_wrap {
        gap: 48px;
    }
}

/* Мобильные устройства (до 768px) */
@media screen and (max-width: 768px) {
    .row-frap .advantages_block {
        width: 100%;
        margin-bottom: 16px;
    }

    .row-frap {
        flex-direction: column;
    }

    .topic .switcher-title {
        font-size: 22px !important;
        line-height: 30px !important;
        text-align: center;
    }

    section.page-top {
        padding-bottom: 24px !important;
    }

    .services_container_wrap {
        gap: 32px;
    }

    .container .right_block.narrow_Y {
        padding: 0 16px !important;
    }
}

/* Маленькие телефоны (до 480px) */
@media screen and (max-width: 480px) {
    .row-frap .advantages_block {
        width: 100%;
        margin-bottom: 12px;
    }

    .topic .switcher-title {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    section.page-top {
        padding-bottom: 16px !important;
        padding-top: 16px !important;
    }

    .services_container_wrap {
        gap: 24px;
    }

    .container .right_block.narrow_Y {
        padding: 0 12px !important;
    }

    /* Дополнительные улучшения для маленьких экранов */
    .row-frap .advantages_block {
        flex: 1 1 auto;
    }
}

/* Альтернативный вариант с брейкпоинтом на 992px (если нужно) */
@media screen and (max-width: 992px) and (min-width: 769px) {
    .row-frap .advantages_block {
        width: calc(50% - 16px);
    }
}
/* End */
/* /bitrix/templates/aspro-premier/components/bitrix/catalog.section/services_block/style.css?17817709502717 */
