@media (max-width: 767px) {
    .catalog-newest__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.catalog-newest__part .filters-more__item .theme_selected:hover {
    background: unset;
    color: unset;
    border: 1px solid #c3ccda;
    cursor: default;
}

main {
    overflow-x: unset;
}

.sticky_filter_btn {
    position: -webkit-sticky;
    position: sticky;
    bottom: 10px;
    z-index: 1;
}

.catalog-newest-card {
    overflow: hidden;
}

.badge {
    margin: 0;
    padding: 5px 10px;
    color: white;
    font-size: 15px;
    text-align: center;
    line-height: normal;
    text-transform: uppercase;
    background: #fa7901;
    box-shadow: 0 0 5px #666666;
}

@media (max-width: 767px) {
    .badge {
        top: -15px;
        position: relative;
        left: -10px;
    }
}

#format_links_title {
    text-decoration: underline;
}

#format_links_title:hover {
    text-decoration: none;
}

#format_links {
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.format_links_item a {
    line-height: 2em;
    margin: 5px !important;
    padding: 3px;
    text-decoration: underline;
}

.format_links_item a:hover {
    text-decoration: none;
}

#prof_links {
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#prof_links_title {
    text-decoration: underline;
}

#prof_links_title:hover {
    text-decoration: none;
}

.prof_links_item a {
    line-height: 2em;
    margin: 5px !important;
    padding: 3px;
    text-decoration: underline;
}

.prof_links_item a:hover {
    text-decoration: none;
}

.swiper-container {
    position: relative;
}

.swiper-pagination-bullet {
    opacity: 1 !important;
}

.swiper-button-next .arrow-icon::after {
    content: '→'; 
    font-size: 24px; 
    color: white;
    margin-left: -14px;
}
.catalog-top-info .top-catalog-indent {
    padding-top: 40px !important;
}
.swiper-button-prev .arrow-icon::after {
    content: '←'; 
    font-size: 24px; 
    color: white;
    margin-left: -14px;
}

@media (max-width: 980px) {
    .mobile-filter-btn {
        background: #093EB4;
        margin-top: 20px;
    }
}

@media (max-width: 980px) {
    .br-sale{
        display: none;
    }
}

.br-mob{
    display: none;
}

@media (max-width: 980px) {
    .br-mob{
        display: block;
    }
}

.al-center{
    align-items: center;
}

@media (max-width: 980px) {
    .circle-styled-ul li:not(:last-child) {
        margin-bottom: 10px;
    }
}

.catalog-banner{
    width: 100%;
    height: 85px;
    background: #ACD4F9;
    background-image: url(./img/sale_popup.png) ;
    padding: 10px;
    position: fixed;
    z-index: 100;
    top: 0px;
}

.catalog-title{
    font-family: Wix Madefor Display;
    font-size: 42px;
    font-weight: 500;
    line-height: 52.92px;
}

.education-directions__button{
    border: 1px solid #0000004D !important;
    background: #FFFFFF;
    height: 64px !important;
    padding: 0px 25px !important;
    border-radius: 15px !important;
}

.corp-directions__button{
    background: #093EB4;
    border: 1px solid #0000004D;
    color: white;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    height: 64px !important;
    padding: 0px 25px !important;
    border-radius: 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.corp-directions__button:hover{
    background: white;
    border: 1px solid #093EB4;
    color:  #093EB4;
}

.filter__item-link{
    grid-row: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    margin-right: 8px;
    height: 100%;
}
.catalog-filters{
    font-family: Wix Madefor Display;
    font-size: 32px;
    font-weight: 500;
    line-height: 40.32px;
}

.catalog-filters_option{
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
}


.price-slider-container {
    width: 100%;
    position: relative;
}

.price-slider-values {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 15px;
    opacity: 50%;
}

.price-slider-values__min,
.price-slider-values__max {
    font-size: 14px;
}

.price-slider-wrapper {
    position: relative;
    width: 100%;
}
.price-slider-container {
    position: relative;
    width: 100%;
    padding-top: 28px;
}

.price-slider-container #price-tooltip-min {
    position: absolute;
    padding: 5px;
    width: max-content;
    height: auto;
    top: 35px;
    transform: translateX(-50%);
}

.price-slider-container #price-tooltip-max {
    position: absolute;
    padding: 5px;
    width: max-content;
    height: auto;
    top: -37px;
    transform: translateX(-50%);
}

.price-slider-wrapper {
    position: relative;
}

.catalog-filter-item__range {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 10px;
    background: #d2d2d2;
}

.catalog-filter-item__range::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    background: transparent;
}

.catalog-filter-item__range::-moz-range-track {
    width: 100%;
    height: 10px;
    background: transparent;
}

.catalog-filter-item__range::-ms-track {
    width: 100%;
    height: 10px;
    background: transparent;
    border: none;
}

.catalog-filter-item__range:focus {
    outline: none;
}

.catalog-filter-item__range::-webkit-slider-runnable-track {
    background: linear-gradient(to right, #093EB4 0%, #093EB4 var(--range-value), #AFAFAF var(--range-value), #AFAFAF 100%);
    border-radius: 5px;
}

.catalog-filter-item__range::-moz-range-track {
    background: linear-gradient(to right, #093EB4 0%, #093EB4 var(--range-value), #AFAFAF var(--range-value), #AFAFAF 100%);
    border-radius: 5px;
}

.catalog-filter-item__range::-ms-track {
    background: linear-gradient(to right, #093EB4 0%, #093EB4 var(--range-value), #AFAFAF var(--range-value), #AFAFAF 100%);
    border-radius: 5px;
    border: none;
    color: transparent;
}

.catalog-filter-item__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 28px;
    height: 28px;
    background: #093EB4;
    border-radius: 50%;
    cursor: pointer;
    transition: background .15s ease-in-out;
    position: relative;
    top: -10px;
    z-index: 2;
}

.catalog-filter-item__range::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #093EB4;
    border: 2px solid white;
    border-radius: 50%;
    cursor: pointer;
    transition: background .15s ease-in-out;
    position: relative;
    top: -10px;
    z-index: 2;
}

.catalog-filter-item__range::-ms-thumb {
    width: 25px;
    height: 25px;
    background: #093EB4;
    border: 2px solid white;
    border-radius: 50%;
    cursor: pointer;
    transition: background .15s ease-in-out;
    position: relative;
    top: -10px;
    z-index: 2;
}

.price-range-fill {
    position: absolute;
    top: 0;
    height: 10px;
    background: #093EB4;
    z-index: 0;
    border-radius: 15px;
}

.price-tooltip {
    position: absolute;
    top: -30px;
    color: #000000;
    padding: 5px;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 16px;
    transform: translateX(-50%);
    z-index: 3;
}

.price-slider-values {
    display: flex;
    justify-content: space-between;
}

.price-slider-values__min,
.price-slider-values__max {
    font-size: 16px;
    font-weight: 500;
}


.catalog-filter-item__range:focus {
    outline: none;
}

.catalog-filter-item__range::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #093EB4 0%, #093EB4 var(--range-value), #AFAFAF var(--range-value), #AFAFAF 100%);
    border-radius: 5px;
}

.catalog-filter-item__range::-moz-range-track {
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #093EB4 0%, #093EB4 var(--range-value), #AFAFAF var(--range-value), #AFAFAF 100%);
    border-radius: 5px;
}

.catalog-filter-item__range::-ms-track {
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #093EB4 0%, #093EB4 var(--range-value), #AFAFAF var(--range-value), #AFAFAF 100%);
    border-radius: 5px;
    border: none;
    color: transparent;
}

.catalog-filter-item__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 28px;
    height: 28px;
    outline: 3px solid white;
    outline-offset: -5px;
    background: #093EB4;
    border-radius: 50%;
    cursor: pointer;
    transition: background .15s ease-in-out;
    position: relative;
    top: -10px;
    z-index: 2;
}

.catalog-filter-item__range::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #093EB4;
    border: 2px solid white;
    border-radius: 50%;
    cursor: pointer;
    transition: background .15s ease-in-out;
    position: relative;
    top: -10px;
    z-index: 2;
}

.catalog-filter-item__range::-ms-thumb {
    width: 25px;
    height: 25px;
    background: #093EB4;
    border: 2px solid white;
    border-radius: 50%;
    cursor: pointer;
    transition: background .15s ease-in-out;
    position: relative;
    top: -10px;
    z-index: 2;
}


.catalog-filter-item__range::before,
.catalog-filter-item__range::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    border: 5px solid #093EB4;
    background: #ffffff;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.catalog-filter-item__range::before {
    left: 0;
}

.catalog-filter-item__range::after {
    right: 0;
}  

.new-select select{
    border: 1px solid #093EB4;
    font-family: Wix Madefor Display;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 15px;
    font-style: normal;
    font-weight: 500;
    padding: 19px 10px 19px 22px;
    cursor: pointer;
    width: 100%;
    max-width: 270px;
    min-width: 200px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 64px;
}

.catalog-filter-item .new-select-data input.input-date-picker::placeholder { font-size: 14px !important; }

.new-select-data input{
    height: 64px;
    border: 1px solid #093EB4;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 15px;
    font-style: normal;
    font-weight: 500;
    padding: 19px 10px 19px 22px;
    cursor: pointer;
    width: 100%;
    min-width: 270px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Wix Madefor Display;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

#date-picker::placeholder {
    font-family: Wix Madefor Display;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
}

.custom-flatpickr {
    width: max-content !important;
    margin: 0 auto;
    position: absolute;
    left: 3%;
    background: white !important;
}
.flatpickr-day {
    opacity: 1 !important;
}

.new-select-data:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/local/templates/uprav/images/preloader.svg');
    background-size: contain;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out;
    content: '';
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
}

.new-select:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/local/templates/uprav/images/preloader.svg');
    background-size: contain;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out;
    content: '';
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
}
.flatpickr-months {
    display: flex !important;
}
@media (max-width: 1200px) {
    .flatpickr-months {
        display: flex;
        flex-wrap: nowrap;
    }
    .flatpickr-days, .flatpickr-weekdays {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        grid-template-columns:  1fr;
    }
}
@media (max-width: 500px) {
    .flatpickr-current-month select , .flatpickr-current-month .numInputWrapper input {
        display: block !important;
    }
}

@media (max-width: 1500px) {
    .flatpickr-months {
        display: flex !important;
    }
}

.new-select.-is-loading {
    pointer-events: none;
}

.new-select.-is-loading:before {
    opacity: 1;
    visibility: visible;
}

.catalog-filter-section{
    display: grid;   
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    gap: 60px;
}
.catalog-top-info .top-catalog-indent {
    padding-top: 40px !important;
}.catalog-newest__content {
    padding: 30px var(--unit) 0;
    padding-bottom: 60px
}

@media (min-width: 500px) {
    .catalog-newest__content {
        padding-bottom: calc(6.91489vw + 25.42553px)
    }
}

@media (min-width: 1440px) {
    .catalog-newest__content {
        padding-bottom: 125px
    }
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .catalog-newest__content {
        padding: 30px 3.2vw
    }
}

.catalog-newest__content .filters-more {
    margin-bottom: 24px;
}
.catalog-newest__part .select-filter .ss-single-selected {
    border-radius: 5px
}

.catalog-newest__part .ss-content {
    margin: -3px 0 0
}

@media (max-width: 1100px) {
    .catalog-newest__part .filters-more__item {
        width: 100%
    }
}

.catalog-newest__part .filters-more__item a:hover,
.catalog-newest__part .filters-more__item button:hover {
    border-color: #3079d2;
    color: #000000;
    background-color: #A9D0FF !important
}

.catalog-newest__part .filters-more__item a:hover .filters-more__count,
.catalog-newest__part .filters-more__item button:hover .filters-more__count {
    color: #fff
}
.catalog-filter__lasting{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px 21px;
}
.catalog-filter__lasting-mba {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 12px 21px;
}
.catalog-curses-block{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.catalog-courses-item {
    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;
}

.catalog-courses-wrap {
    height: 100%;
}

.promo-blue-course-block{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.lid-form-banner {
    background: white;
    border-radius: 15px;
    width: 100%;
    padding: 30px;
    max-width: 1000px;
    min-width: max-content;
    min-width: -webkit-fill-available;
}
.promo-program-back{
    background: #D7D2FF;
    border: 1px solid #00000033;
    padding: 35px !important;
}
.btn-lid{
    max-width: 123px;
}
.circle-styled-blue{
    margin-top: 30px;
}
.lid-text-description{
    font-family: Wix Madefor Display;
    font-size: 18px;
    font-weight: 600;
    line-height: 22.68px;
}
.circle-styled-blue li{
    font-family: Wix Madefor Display;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.68px;
    margin-bottom: 10px !important;
}
.circle-styled-blue li::before{
    background: #093EB4 !important;
    width: 9px !important;
    height: 9px !important;
}

.promo-blue-course{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.promo-blue-course-text{
    color: #000000;
    font-size: 26px;
    font-weight: 400;
    line-height: 32.76px;
    text-align: left;
}
.action-september {
    background: #ff672d;
    color: white !important;
}

.section-courses-new .catalog-newest-card__oldprice {
    text-decoration-line: line-through;
    color: #093EB4;
    opacity: 30%;
    font-family: Wix Madefor Display;
    font-size: 20px;
    font-weight: 500;
    line-height: 25.2px;
    text-align: left;
}
.courseInstallment-catalog{
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    text-align: left;
    color: #FF662C;
    margin-top: 10px;
}
.catalog-newest__list[data-view=list] .catalog-newest-card__oldprice {
    margin: 0
}
.catalog-newest-card__oldprice {
    font-family: TT Norms, sans-serif;
    font-weight: 500;
    color: #23426c;
    opacity: .5;
    font-size: 12px;
    text-decoration: line-through;
    margin-left: 8px
}
@media (min-width: 1000px) and (max-width: 1450px) {

    .catalog-filter-section {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        width: 100%;
        gap: 60px;
    }
}

@media (max-width: 1265px) {
    .promo-blue-course-block img{
        width: 96px;
    }
    .promo-blue-course-text {
        font-size: 18px;
        line-height: 22.68px;
    }

}
@media screen and (max-width:1205px) {
    .catalog-curses-block {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
@media screen and (max-width:1405px) {
    .catalog-curses-block {
        display: grid ;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
@media screen and (max-width:1649px) {
    .catalog-filter-section {
        gap: 25px;
    }
    .catalog-filter__lasting {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 12px 0px;
    }
}

.pagination__item_new.is-active a{
    background: #093EB4;
    border-radius: 5px;
    color: white;
}

.pagination__item_new.is-active{
    border: 0px !important;
}

.pagination__item_new {
    margin-left: 10px;
}

.pagination__item_new a svg {
    fill: none;
    width: 12px;
    height: 16px;
    color: #093EB4;
}

.catalog-courses-other_title{
    font-family: Wix Madefor Display;
    font-size: 32px;
    font-weight: 500;
    line-height: 40.32px;
    color: #000000;
}

.catalog-courses-other_info{
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
}

.catalog-courses-labels{
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(3, minmax(96px, max-content));
    width: 100%;
    min-width: 100%;
}
.catalog-courses-labels  li{
    flex: 1;
}

@media (max-width: 1450px) {
    .catalog-courses-labels{
        gap: 5px;
    }
}

@media (max-width: 1603px) {
    .catalog-courses-labels {
        gap: 7px;
    }
}

.top-filter-section_new{
    padding-bottom: 30px;
}
.video_review-block{
    width: 49%;
}

.review_block-catalog{
    gap: 20px;
}

.reviews-item-video-new:before {
    content: "";
    height: 100%;
    width: 60%;
    display: block;
    background: #093EB4;
    background-size: 100% 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px 0px 0px 15px;
}

.video_review_fio{
    font-family: Wix Madefor Display;
    font-size: 32px;
    font-weight: 500;
    line-height: 40.32px;
    margin-top: 40px;
}

.video_review_course{
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
}

.video_review_info-block .video_review_btn{
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    width: 100%;
    max-width: 390px;
    text-transform: none;
    border-radius: 15px;
}

.video_review_info-block{
    display: grid;
    grid-template-rows: 1fr;
    position: relative;
}

.swiper-pagination-video_review {
    bottom: 0px !important;
    top: 95%;
}

.video_review-slider{
    overflow: hidden !important;
    width: 100% !important;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
}

.top-banner-catalog{
    background: #F4F4F4;
}

.black-color{
    color: black !important;
}

.swiper-pagination-custom-blue span{
    margin-right: 15px;
    width: 11px;
    height: 11px;
    background: #3079D2;
}

.swiper-btn-custom-blue{
    border: 1px solid #3079D2;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    z-index: 10;
    cursor: pointer;
}
.swiper-pagination-custom-blue span{
    margin-right: 15px;
    width: 11px;
    height: 11px;
    background: #3079D2;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2 !important;
}
.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-slide-reviews-video{
    height: 244px;
    background-size: cover;
    background-position: center;
}

.video_review-slider {
    overflow: hidden;
    width: 100%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
}

.breadcrumb-elem_new span {
    color: #000000;
    font-family: Wix Madefor Display;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;

}
.breadcrumb-elem_new:not(:last-child):after {
    content: "";
    height: 3px;
    width: 3px;
    background: black;
    border-radius: 50%;
    margin-left: 10px;
}
.content-section {
    padding: 30px;
    width: 60%;
}
.image-section {
    width: 40%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 0px 15px 15px 0px;
    z-index: -1;
}

.reviews-item-video-new{
    display: flex;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    max-height: 432px;
    min-height: 432px;
}

.lid-inputs-container{
    gap: 10px 20px;
}

.lid-form-btn {
    background-color: #ff672d;
    color: #fff;
    font-weight: 500;
    font-family: 'Wix Madefor Display';
    font-size: 16px;
    font-weight: 500;
    min-height: 53px;
    line-height: 16px;
    text-align: center;
    padding: 11px 22px;
    text-transform: capitalize;
    border-radius: 15px !important;
}
.checkbox__input-black:checked~.checkbox__label:before{
    background: #000 url(./img/svg/check.svg) no-repeat 50% !important;
    border: 2px solid #000000;
}

.f-input-wrap::after {
    content: "";
    width: 19px !important;
    height: 20px !important;
    background: url(/local/templates/uprav_new_ui/components/bitrix/catalog.element/catalog_new/images/icon/date.svg) !important;
    position: absolute;
    display: block;
    pointer-events: none;
    cursor: pointer;
}
.catalog-top-info {
    padding: 0px !important;
}

.catalog-newest__content {
    padding: 30px var(--unit) 0;
    padding-bottom: 60px
}

@media (min-width: 500px) {
    .catalog-newest__content {
        padding-bottom: calc(6.91489vw + 25.42553px)
    }
}

@media (min-width: 1440px) {
    .catalog-newest__content {
        padding-bottom: 125px
    }
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .catalog-newest__content {
        padding: 30px 3.2vw
    }
}

@media screen and (max-width:980px) {
    .new-select select{
        max-width: 100%;
    }
      .catalog-top-info .top-catalog-indent {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .lid-form-banner {
        width: 100% !important;
        max-width: 100% !important;
        padding: 20px;
        min-width: fit-content !important;
    }
    .courseInstallment-catalog {
        font-size: 14px;
        line-height: 17.16px;
    }
    .catalog-newest-card__oldprice {
        margin-left: 0px !important;
    }
    .catalog-courses-labels {
        gap: 5px;
    }
    .promo-blue-course {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .promo-program-back {
        height: 250px;
    }
    .circle-styled-blue {
        margin-top: 0px;
    }
    .circle-styled-blue li {
        font-size: 12px;
        line-height: 15.12px;
    }
    .lid-text-description{
        font-size: 13px;
        line-height: 16.38px;
    }
    .circle-styled-blue li::before{
        width: 6px !important;
        height: 6px !important;
    }
    .lid-inputs-container {
        gap: 10px 20px;
        display: flex !important;
        flex-direction: column;
    }
    .catalog-newest__content .filters-more {
        margin-bottom: 5px;
    }

    .btn-or {
        font-size: 12px;
        font-weight: 600;
        line-height: 12px;
        width: -webkit-fill-available !important;
        min-width: 100% !important;
        padding: 0px 25px;
        height: 43px;
    }

    .fix-container {
        max-width: 980px;
        padding: 0 25px;
    }
    .catalog-banner {
        padding: 0px;
    }

    .catalog-banner {
        height: 85px;
    }

    .breadcrumb-elem_new span {
        font-size: 10px;
        font-weight: 500;
        line-height: 12.6px;
    }

    .catalog-banner__price {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

    .catalog-title {
        font-family: Wix Madefor Display;
        font-size: 24px;
        font-weight: 500;
        line-height: 30.24px;
    }

    .catalog-curses-block {
        display: grid;
        grid-template-columns: 1fr !important;
        gap: 10px;
    }

    .course-category__block {
        font-family: Wix Madefor Display;
        font-size: 10px;
        font-weight: 500;
        line-height: 12.6px;
    }

    .swiper-pagination-video_review span {
        width: 7px !important;
        height: 7px !important;
    }

    .swiper-button-next-video_review {
        right: 59px !important;
        top: 96%;
    }

    .duration-span-new {
        font-size: 10px;
        font-weight: 500;
        line-height: 12.6px;
    }
    .video_review_info-block {
        display: grid;
        grid-template-rows: 1fr;
        position: relative;
        padding: 0px 30px 30px;
    }

    .duration-span-new:before {
        content: "";
        height: 17px;
        width: 17px;
    }
    
    .video_review_fio {
        font-size: 24px;
        font-weight: 500;
        line-height: 30.24px;
        margin-top: 20px;
    }
    .video_review_info-block {
        display: grid;
        grid-template-rows: 1fr;
        position: relative;
        padding: 0px 30px 30px;
    }

    .video_review_info-block .video_review_btn {
        width: 100%;
        font-size: 12px;
        padding: 0px 0px;
        font-weight: 500;
        line-height: 12px;
    }

    .catalog-banner__price-text {
        width: 60%;
        left: 30%;
    }
    .review_block-catalog {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .new-select-data select {
        font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 12px !important;
        margin-top: 10px !important;
    }

    #date-picker::placeholder {
        font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 12px !important;
        margin-top: 10px !important;
    }

    .custom-flatpickr {
        width: 100% !important;
        margin: 0 auto;
        position: absolute;
        left: 0px !important;
        height: max-content !important;
        padding: 20px;
    }
}
@media (max-width: 500px) {
    .flatpickr-day {
        padding: 0% 0 !important;
    }
}

@media screen and (max-width:1205px) and (min-width: 980px)  {
    .catalog-filter-section{
        display: flex;
        flex-wrap: wrap; 
    }
}
@media screen and (max-width:1369px) and (min-width: 980px)  {
    .video_review_info-block .video_review_btn{
        margin-top: 20px;
    }
}
@media screen and (max-width:1100px){
    .review_block-catalog {
        gap: 10px;
    }
    .video_review-slider {
        height: 450px;
    }
    .content-section {
        padding: 10px;
        width: 60%;
    }
}

@media screen and (max-width:670px){
    .review_block-catalog{
        display: flex;
        flex-direction: column;
    }
    .video_review-block{
        width: 100%;
    }
    .reviews-item-video-new{
        display: flex;
        width: 100%;
        border-radius: 15px;
        overflow: hidden;
        position: relative;
        flex-direction: column-reverse !important;
        max-height: 522px;
        height: 522px !important;
    }
    .video_review-slider {
        height: 590px;
    }
    .reviews-item-video-new:before {
        content: "";
        height: 50%;
        width: 100%;
        display: block;
        background: #093EB4;
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        border-radius: 0px 0px 15px 15px;
        top: auto;
    }
    .image-section {
        width: 100%;
        height: 100% !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        border-radius: 0px 15px 15px 0px;
    }
    .content-section {
        padding: 0px !important;
        width: 100% !important;
    }
}

@media screen and (max-width:1316px){
    .catalog-banner__price img{
        width: 300px;
    }
    .catalog-banner__price-text-new {
        font-size: 28px;
    }
    .catalog-banner__price-text-old {
        font-size: 14px;
    }
}

@media screen and (max-width:1159px){
    .catalog-banner__price img{
        width: 250px;
    }
    .catalog-banner__price-text-new {
        font-size: 20px;
    }
    .catalog-banner__price-text-old {
        font-size: 12px;
    }
}
@media screen and (max-width:1211px){
    .btn-or {
        width: 200px;
    }
    .new-select:after, .new-select-data:after {
        left: 130% !important;
    }
}
@media screen and (max-width:1040px){
    .btn-or {
        width: 180px;
    }

}
@media screen and (max-width:980px){
    .new-select:after, .new-select-data:after {
        left: 90% !important;
    }
}

.-is-disabled-pointer {
    pointer-events: none;
}

.title_banner-catalog{
    font-family: Wix Madefor Display;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.2;
    color: white;
}

@media screen and (max-width:1800px){
    .title_banner-catalog{
        font-size: 34px;
        line-height: 1.6;
    }
}
@media screen and (max-width:1440px){
    .title_banner-catalog {
        font-size: 28px;
    }
}
.lead_consultation{
    border: 1px solid #00000033;
    background: #D6E9FF;
    border-radius: 15px;
    padding: 35px;
}
.lead_consultation-title{
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
}
.lead_consultation_block_info{
    display: flex;
    gap: 7px;
}
.lead_consultation_block{
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.lead_consultation .checkbox__custom-forms, .lead_consultation .checkbox__label-privacy-custom{
    font-family: Wix Madefor Display;
    font-weight: 400;
    font-size: 10px !important;
    line-height: 100%;
}
.lead_consultation-ok{
    display: flex;
    gap: 40px;
    flex-direction: column;
    align-content: center;
    align-items: center;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    text-align: center;
    color: black;
}
.block-btn-check{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-direction: column;
}

@media (max-width: 1650px) {
    .block-btn-check {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        flex-direction: column;
    }
}
@media (max-width: 1405px ) and ( min-width: 1050px) {
    .block-btn-check {
        display: flex;
        justify-content: space-between;
        gap: 15px;
        flex-direction: column;
    }
}

@media screen and (max-width:980px) {
     .catalog-top-info .top-catalog-indent {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .lead_consultation-ok{
        font-size: 20px;
    }
    .block-btn-check {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        flex-direction: column;
    }
}

@media screen and (max-width:670px) {
    .lead_consultation_block_info {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
    .block-btn-check {
        flex-direction: column;
    }
    .lead_consultation{
        padding: 20px !important;
    }
}
