

/* Start:/local/templates/aspro-allcorp3/components/bitrix/news.list/lessons_parts/style.css?17772894031291*/
.steps-container {
    padding: 26px;
    background: #fff;
    border-radius: 20px;
    font-family: sans-serif; 
}

.steps-title {
    color: #ff7a5c;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.steps-list {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.step-item {
    flex: 1;
    min-width: 250px;
}

.step-number {
    background-color: #A7C7FA; 
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.step-name {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 15px;
    margin-bottom: 15px;
    color: #000;
}

.step-text {
    color: #4a4a4a;
    font-size: 20px;
    line-height: 1.5;
    font-family: "Manrope", sans-serif;
}


@media (max-width: 768px) {
    .steps-list {
        flex-direction: column;
    }
}


.step-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}


.steps-container.is-active .step-item {
    opacity: 1;
    transform: translateY(0);
}


.step-item {
    transition-delay: calc(var(--step-index) * 0.2s);
}
/* End */


/* Start:/local/templates/aspro-allcorp3/components/bitrix/news.list/courses/style.css?17811588717793*/
.course-card-wrapper-item {
    margin-bottom: 30px;
}


.course-card-detail {
    display: flex !important;
    gap: 20px;
}

.course-info-block {
    flex: 3;
    background: #DAEAFF;
    border-radius: 25px;
    padding: 30px;
}

.course-price-side {
    flex: 1;
    background: #DAEAFF;
    border-radius: 25px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.course-title {
    font-size: 24px;
    font-family: "Prata", serif;
    margin-bottom: 20px;
    margin-top: 0;
}

.course-info-block .teacher-grade-badge {
    position: static;
    transform: none;
    left: auto;
    bottom: auto;
    display: inline-block !important;
    margin: 0 0 12px !important;
    background: linear-gradient(180deg, #ffffff 0%, #e3f0ff 100%) !important;
    border: 1px solid #e0e0e0 !important;
    color: #333 !important;
    padding: 8px 16px !important;
    line-height: 1 !important;
    border-radius: 30px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
    .course-info-block .teacher-grade-badge {
        font-size: 10px !important;
        padding: 7px 12px !important;
        max-width: 100%;
        white-space: normal !important;
    }
}

.course-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.course-features-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.4;
    color: #000;
}

.course-features-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
}

.price-val {
    font-size: 45px;
    font-family: "Prata", serif;
    font-weight: bold;
    line-height: 1;
}

.price-period {
    font-size: 20px;
    margin-bottom: 20px;
    color: #333;
}

.btn-yellow-order {
    display: inline-block;
    background: #ffdb58;
    padding: 15px 25px;
    border-radius: 15px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
    transition: 0.3s;
    border: none;
}

.btn-more-info {
    display: inline-block;
    background: #A7C7FA;
    padding: 15px 25px;
    border-radius: 15px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
    transition: 0.3s;
    border: none;
    margin-top: 10px;
}


.btn-yellow-order:hover {
    background: #fdd835;
}


@media (max-width: 768px) {
    .course-card-detail {
        flex-direction: column;
    }
}

.course-tabs {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
    justify-content: flex-start;
}

.tab-btn {
    padding: 12px 25px;
    border-radius: 50px;
    border: 2px solid #F5E3E6;
    background: transparent;
    cursor: pointer;
    font-weight: bold;
    color: #333;
    transition: all 0.3s ease;
}

.tab-btn.active {
    background: linear-gradient(90deg, #A7C7FA 0%, #ff7a5c 100%);
    border-radius: 30px;
    color: white !important;
}

.tab-btn:hover {
    border-color: #F7D4CA;
}


.filter-item {
    transition: all 0.4s ease;
}


.course-info-block,
.course-price-side {
    background: #DAEAFE;
}


.course-card-wrapper-item:nth-child(odd) .course-info-block,
.course-card-wrapper-item:nth-child(odd) .course-price-side {
    background-color: #F5E3E6 !important;
    border: 1px solid;
}


.course-card-wrapper-item:nth-child(even) .course-info-block,
.course-card-wrapper-item:nth-child(even) .course-price-side {
    background-color: #DAEAFE !important;
    border: 1px solid;
}



.course-card-wrapper-item {
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.info-note {
    background: #fcf8f0;
    border-left: 4px solid #A7C7FA;
    padding: 0.8rem 1.2rem;
    margin: 1rem 0;
    border-radius: 20px;
}

p {
    font-size: 18px;
}

li {
    font-size: 17px;
}


h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 1.8rem 0 0.8rem 0;
    color: #333;
    border-bottom: 3px solid #A7C7FA;
    padding-bottom: 0.35rem;
}

.subhead {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    margin-bottom: 1.5rem;
}

.switcher-title {
    font-size: 42px;
    padding-bottom: 35px;
    color: #333;
    line-height: normal;
}

.course-card-detail {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}


.course-info-block,
.course-price-side {
    flex: 1;
    padding: 20px;
    transition: background-color 0.3s ease;
}


.course-more-info-wrapper {
    width: 100%;
    border-top: 1px solid #e0e0e0;
    animation: slideDown 0.3s ease;
}

.course-more-info-content {
    padding: 20px;
    background: rgb(255 255 255 / 46%);
    color: #333;
    line-height: 1.6;
    font-size: 14px;
    margin: 20px 0;
    border: 2px solid #999;
    border-radius: 20px;
}


@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (max-width: 768px) {
    .course-card-detail {
        flex-direction: column;
    }

    .course-info-block,
    .course-price-side {
        width: 100%;
    }

    .btn-more-info {
        margin-top: 10px;
    }

    .switcher-title {
        font-size: 30px;
    }


}

.course-info-block {
    flex: 3;
    padding: 20px;
    transition: background-color 0.3s ease;
}

.course-price-side {
    flex: 1;
    min-width: 250px;
    padding: 20px;
    transition: background-color 0.3s ease;
}



@media (max-width: 470px) {
    .course-tabs {
        display: grid;
        justify-content: left;
    }
.tab-btn {
    padding: 10px 25px;
    border-radius: 50px;
    border: 2px solid #F5E3E6;
    background: transparent;
    cursor: pointer;
    font-weight: bold;
    color: #333;
    transition: all 0.3s ease;
}




}


/* Галерея изображений в анонсе (MORE_INFO) */
.course-more-info-content .course-conspect-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.course-more-info-content .course-conspect-gallery__item {
    text-align: center;
}

.course-more-info-content .course-conspect-gallery img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.course-more-info-content .course-conspect-gallery img:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
}

/* Авто-стили для разметки с inline grid без классов */
.course-more-info-content > div:has(> div > img) {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.course-more-info-content > div:has(> div > img) > div {
    text-align: center;
}

.course-more-info-content > div:has(> div > img) img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .course-more-info-content .course-conspect-gallery,
    .course-more-info-content > div:has(> div > img) {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 14px;
        margin: 20px 0;
    }
}

@media (max-width: 470px) {
    .course-more-info-content .course-conspect-gallery,
    .course-more-info-content > div:has(> div > img) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
}

/* End */
/* /local/templates/aspro-allcorp3/components/bitrix/news.list/lessons_parts/style.css?17772894031291 */
/* /local/templates/aspro-allcorp3/components/bitrix/news.list/courses/style.css?17811588717793 */
