.recommended-courses-item-new {
    width: calc(33.3% - 10px);
    margin-right: 10px;
    padding: 30px;
    background: radial-gradient( 117.49% 404.62% at 102.22% 0%, #8fbcff 0%, #3079d2 79.02% );
    mix-blend-mode: normal;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    color: #fff;
    margin-bottom: 20px;
}
.recommended-courses-background {
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.recommended-courses-background img {
    opacity: 0.1;
}

.recommended-courses-item-new {
    width: calc(33.3% - 10px);
    margin-right: 10px;
    padding: 30px;
    background: radial-gradient( 117.49% 404.62% at 102.22% 0%, #8fbcff 0%, #3079d2 79.02% );
    mix-blend-mode: normal;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    color: #fff;
}
.recommended-courses-background {
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.recommended-courses-background img {
    opacity: 0.1;
}
.section-courses-new{
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    overflow: auto;
}
.catalog-courses-preview_choice{
    margin-right: auto !important;
}
.catalog-courses-wrap {
    z-index: 2;
}

.catalog-courses-label {
    font-weight: 300 !important;
    font-size: 18px !important;
    line-height: 1 !important;
}

.catalog-courses-item {
    padding: 25px 20px 15px !important;
}

.prof-block {
    margin-bottom: 15px;
}

.catalog-courses-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* Пример медиазапроса для изменения стилей на маленьких экранах */
@media screen and (min-width: 979px ) and ( max-width: 1460px) {
    .catalog-courses-container {
        flex-direction: column; /* Изменяем направление на вертикальное */
        align-items: flex-start; /* Выравниваем элементы слева */
    }

}
@media screen and (max-width: 460px) {
    .catalog-courses-container {
        flex-direction: column; /* Изменяем направление на вертикальное */
        align-items: flex-start; /* Выравниваем элементы слева */
    }

}

.catalog-card__block{
    background: linear-gradient(107.2deg, #FBFBFB 0%, #ECECEC 104.44%);
    border-radius: 15px;
}

.course-category__block{
    font-family: Wix Madefor Display;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.12px;
    color: black;
    margin-bottom: 10px;
}

.format-course{
    background: white;
    border-radius: 20px;
    border: 1px solid #093EB4;
    font-family: Wix Madefor Display;
    font-size: 10px;
    font-weight: 500;
    line-height: 15.12px;
    text-align: center;
    padding: 5px 10px;
    color: #000000;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    max-width: 151px;
}
.block_course-date{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.format-course_activ{
    background: #093EB4;
    color: white;
}

.catalog-courses-title_new{
    font-family: Wix Madefor Display;
    font-size: 26px;
    font-weight: 500;
    line-height: 32.76px;
    color: #093EB4;
    max-width: 100% !important;
    margin-top: 20px !important;
    display: block;
}

.catalog-newest-card__oldprice_new{
    font-family: Wix Madefor Display;
    font-size: 20px;
    font-weight: 400;
    line-height: 25.2px;
    color: #093EB4;
    opacity: 30%;
    text-decoration: line-through;
    margin-left: 15px;
}

.course-date_text{
    font-family: Wix Madefor Display;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.12px;
    color: black;
}


.card-course_block-info{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.catalog-courses-item_new{
    padding: 30px !important;
    border: 1px solid #00000033;
    min-height: 290px;
}

.catalog-courses-container_new {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}

.card-course_block-info-bt{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.block_ai-courses{
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.catalog-courses-preview_choice{
    margin-right: auto !important;
}

.catalog-courses-profFormat{
    margin-top: 15px;
}
.medium-text-course{
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    opacity: 0.5;
}
.catalog-newest-card__price_new {
    color: #093EB4;
    font-family: Wix Madefor Display;
    font-size: 32px !important;
    font-weight: 500;
    line-height: 25.2px;
    margin-top: 5px;
}
@media screen and (max-width: 1588px) {
    .format-course{
        font-size: 10px;
        font-weight: 500;
        line-height: 10.08px;
        width: 100% !important;
        padding: 7px 17px;
    }
}
@media screen and (max-width: 700px) {
    .section-courses-new {
        display: grid !important;
        grid-template-columns: 1fr ;
        gap: 10px;
    }
}
@media screen and (max-width: 980px) {
    .catalog-courses-preview_choice .catalog-courses-item_new_choice{
        width: 450px !important;
        margin-right: 10px !important;
    }
    .catalog-courses-item {
        padding: 25px 20px 15px !important;
    }
    .format-course{
        font-size: 8px;
    }
    .catalog-courses-item_new {
        padding: 20px !important;
        min-height: 250px !important;
    }
    .catalog-courses-title_new {
        font-family: Wix Madefor Display;
        font-size: 22px;
        font-weight: 500;
        line-height: 26.24px !important;
    }

    .catalog-newest-card__oldprice_new {
        margin-left: 0px;
        font-size: 14px;
        font-weight: 400;
        line-height: 16.52px;
        order: -1;
    }
    .catalog-newest-card__price_new {
        font-family: Wix Madefor Display;
        font-size: 18px;
        font-weight: 500;
        line-height: 21.24px;
    }

    .catalog-courses-price{
        display: grid;
    }
    .course-date_text {
        font-size: 10px;
        font-weight: 500;
        line-height: 12.6px;
    }
    .card-course_block-info-bt {
        align-items: flex-end;
    }

    .catalog-courses-other_title {
        font-family: Wix Madefor Display;
        font-size: 24px;
        font-weight: 500;
        line-height: 30.24px;
    }
    .catalog-courses-other_info {
        font-family: Wix Madefor Display;
        font-size: 12px;
        font-weight: 500;
        line-height: 15.12px;
        margin: 0px !important;
    }
}

@media screen and (max-width: 670px) {
    .catalog-courses-preview_choice .catalog-courses-item_new_choice{
        width: 100% !important;
        margin-right: 10px !important;
    }
    .catalog-newest-card__price_new {
        font-size: 26px !important;
    }
     .card-course_block-info-bt {
        align-items: flex-end;
        margin-top: 15px;
    }
    .catalog-courses-price {
        margin-top: 30px !important;
    }
    .block_info_course {
        gap: 10px;
    }
     .mini-text-course{
        display: none;
    }
    .block_ai-courses {
        display: flex !important;
        justify-content: flex-end !important;
    }
     .medium-text-course{
        font-size: 12px !important;
    }
}
.action-september {
    background: #ff672d;
    color: white !important;
}

.teacher-courses-item_new{
    min-height: 350px !important;
}

.format-course{
    background: #093EB459 !important;
    border: 0px solid #093EB4 !important;
    color: white !important;
    height: 30px;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 12px !important;
    line-height: 100%;
    text-align: center;
    width: 100% !important;
    padding: 5px 19px;
}
.format-course_activ {
    background: #093EB4 !important;
    color: white;
}

.catalog-newest__item {
    margin-top: 0;
    width: 527px !important;
    flex-shrink: 0;
    margin-right: 20px;
}

.btn-favorites-orange{
    border: 1px solid #FF662C !important;
    border-radius: 290px !important;
    width: 40px !important;
    height: 40px !important;
    background-image: url('./img/heart_icon.svg') !important; 
    background-size: 16px 15px !important;
    flex: none;
}
.catalog-courses-item_new {
    padding: 30px !important;
    border: 1px solid #00000033;
    min-height: 290px;
    width: 527px;
    flex-shrink: 0;
    margin-right: 10px;
}
.course-btn {
    background: #FF662C;
    font-family: Wix Madefor Display;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    color: white;
    padding: 10px 30px !important;
    height: 40px;
    border-radius: 15px;
}
.course-custom-block-btn{
    display: flex;
    align-items: center;
    gap: 10px;
}

.block_info_course{
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: center;
    margin-top: 30px;
}

.mini-text-course{
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    opacity: 0.5;
}
.block_ai-courses{
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.catalog-courses-title_new {
    font-family: Wix Madefor Display;
    font-size: 26px;
    font-weight: 500;
    line-height: 32.76px;
    color: #093EB4;
    max-width: 100% !important;
    margin-top: 0px !important;
    display: block;
}
.catalog-courses-labels li{
    margin-bottom: 0px !important;
}
.medium-text-course{
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    opacity: 0.5;
}

.courseInstallment-catalog{
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #FF662C;
    margin-top: 10px;
}
.catalog-courses-price{
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start !important;
}
.catalog-courses-profFormat{
    margin-top: 15px;
}

.block-rigth-info_course{
    height: auto !important;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
     gap: 15px;
}
.course_date-text{
    margin-top: 20px;
}
.block_course-date{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

@media screen and (max-width: 670px) {
    .medium-text-course{
        font-size: 12px !important;
    }
    .block_info_course {
        margin-top: 20px !important;
    }
    .catalog-courses-title_new {
        font-family: Wix Madefor Display;
        font-size: 22px !important;
        line-height: 26px !important;
    }
}