

/* Start:/bitrix/templates/aspro-premier/components/bitrix/news.list/step_by_step/style.css?17817710083293*/
/* Базовые стили (десктопная версия) */
.step_container {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.dev_info_step {
    display: flex;
    gap: 40px;
}

.step_block {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.step_number {
    display: flex;
    width: 60px;
    height: 60px;
    padding: 18px 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    aspect-ratio: 1/1;
    border-radius: 16px;
    background: #FF0032;
    color: #FFF;
    font-family: Unbounded;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
}

.step_info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.step_info h3 {
    color: #000;
    margin: 0;
    font-family: Unbounded;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
}

.step_info p {
    color: #666;
    margin: 0;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
}

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

/* Планшеты и маленькие ноутбуки (до 1024px) */
@media screen and (max-width: 1024px) {
    .dev_info_step {
        gap: 30px;
        flex-wrap: wrap;
    }

    .step_block {
        width: calc(50% - 15px);
    }

    .step_number {
        width: 50px;
        height: 50px;
        padding: 14px 18px;
        font-size: 20px;
        line-height: 20px;
    }

    .step_info h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .step_info p {
        font-size: 17px;
        line-height: 22px;
    }
}

/* Мобильные устройства (до 768px) */
@media screen and (max-width: 768px) {
    .step_container {
        gap: 24px;
    }

    .dev_info_step {
        gap: 24px;
        flex-wrap: wrap;
    }

    .step_block {
        width: 100%;
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
        padding: 16px;
        background: #F8F9FA;
        border-radius: 12px;
    }

    .step_number {
        width: 44px;
        height: 44px;
        min-width: 44px;
        padding: 12px 16px;
        font-size: 18px;
        line-height: 18px;
        border-radius: 12px;
    }

    .step_info {
        gap: 12px;
        flex: 1;
    }

    .step_info h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .step_info p {
        font-size: 15px;
        line-height: 20px;
    }
}

/* Маленькие телефоны (до 480px) */
@media screen and (max-width: 480px) {
    .step_container {
        gap: 16px;
    }

    .dev_info_step {
        gap: 16px;
    }

    .step_block {
        gap: 12px;
        padding: 12px;
        border-radius: 10px;
    }

    .step_number {
        width: 36px;
        height: 36px;
        min-width: 36px;
        padding: 10px 14px;
        font-size: 16px;
        line-height: 16px;
        border-radius: 10px;
    }

    .step_info {
        gap: 8px;
    }

    .step_info h3 {
        font-size: 14px;
        line-height: 18px;
    }

    .step_info p {
        font-size: 13px;
        line-height: 18px;
    }
}
/* End */


/* Start:/bitrix/templates/aspro-premier/components/bitrix/news.list/pos_nas/style.css?17824642523539*/
/* Базовые стили (десктопная версия) */
.aboun_ques {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.aboun_container {
    display: flex;
    gap: 24px;
}

.aboun_block {
    position: relative;
    width: 33.333%;
    display: flex;
    flex-direction: column;
    padding: 40px;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.aboun_block h3 {
    color: #FF0032;
    font-family: Unbounded;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    margin: 0 !important;
}

.aboun_block p {
    color: #666;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    margin: 0 !important;
}



.aboun_block svg {
position: absolute;
  right: 0;
  bottom: 0;
}

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

/* Планшеты и маленькие ноутбуки (до 1024px) */
@media screen and (max-width: 1024px) {
    .aboun_container {
        gap: 20px;
        flex-wrap: wrap;
    }

    .aboun_block {
        width: calc(50% - 10px);
        padding: 32px;
        gap: 20px;
        flex: 1 1 auto;
    }

    .aboun_block h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .aboun_block p {
        font-size: 17px;
        line-height: 22px;
    }

    .aboun_block svg {
        width: 60px;
        height: auto;
    }
}

/* Мобильные устройства (до 768px) */
@media screen and (max-width: 768px) {
    .aboun_ques {
        gap: 24px;
    }

    .aboun_container {
        gap: 16px;
        flex-direction: column;
    }

    .aboun_block {
        width: 100%;
        padding: 24px;
        gap: 16px;
        border-radius: 16px;
        flex: none;
    }

    .aboun_block h3 {
        font-size: 16px;
        line-height: 20px;
        padding-right: 40px; /* Отступ для SVG */
    }

    .aboun_block p {
        font-size: 15px;
        line-height: 20px;
        padding-right: 40px; /* Отступ для SVG */
    }

    .aboun_block svg {
        width: 50px;
        height: auto;
        top: 50%;
        transform: translateY(-50%);
        right: 16px;
    }
}

/* Маленькие телефоны (до 480px) */
@media screen and (max-width: 480px) {
    .aboun_ques {
        gap: 16px;
    }

    .aboun_container {
        gap: 12px;
    }

    .aboun_block {
        padding: 18px 16px;
        gap: 12px;
        border-radius: 12px;
        min-height: 100px;
    }

    .aboun_block h3 {
        font-size: 14px;
        line-height: 18px;
        padding-right: 30px;
    }

    .aboun_block p {
        font-size: 13px;
        line-height: 18px;
        padding-right: 30px;
    }

    .aboun_block svg {
        width: 36px;
        height: auto;
        top: 50%;
        transform: translateY(-50%);
        right: 12px;
    }
}

/* Очень маленькие телефоны (до 360px) */
@media screen and (max-width: 360px) {
    .aboun_block {
        padding: 14px 12px;
        gap: 10px;
        border-radius: 10px;
    }

    .aboun_block h3 {
        font-size: 13px;
        line-height: 16px;
        padding-right: 24px;
    }

    .aboun_block p {
        font-size: 12px;
        line-height: 16px;
        padding-right: 24px;
    }

    .aboun_block svg {
        width: 28px;
        right: 8px;
    }
}
/* End */
/* /bitrix/templates/aspro-premier/components/bitrix/news.list/step_by_step/style.css?17817710083293 */
/* /bitrix/templates/aspro-premier/components/bitrix/news.list/pos_nas/style.css?17824642523539 */
