.catalog-newest-head__content {
    max-width: unset;
}

.catalog-newest-head__description ul {
    list-style: circle;
    margin-left: 20px;
    line-height: 1.2em;
    font-size: .8em;
}

.catalog-newest-head__additional {
    display: block;
    background-color: rgba(255,255,255,.1);
    padding: 0.5rem 0.8rem;
    border-radius: 0.5rem;
    width: max-content;
}

.catalog-newest-head__additional a {
    margin: 0;
}

.catalog-newest-head__additional .catalog-newest-title {
    color: #9cc7fa;
}

.catalog-newest-head__additional .catalog-newest-title, .catalog-newest-head__additional .catalog-newest-subtitle {
    text-shadow: none;
    font-weight: 500;
}

.filter-list.date_picker {
    overflow: -moz-scrollbars-none;
}

.v-application--wrap {
    min-height: unset;
    /*height: 280px;*/
}

@media (max-width: 767px) {
    .v-application--wrap {
        height: unset;
    }
    .catalog-newest__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.theme_selected, .theme_selected:hover {
    border-color: #093EB4;
    color: #000000 !important;
    background-color: #A9D0FF !important
}
.catalog-custom__input:not(:last-child) {
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}


.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;
}

.xl-visible {
    display: none;
}

@media (min-width: 1920px) {
    .xl-visible {
        display: list-item;
    }
}

.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;
}

.section_promo {
    margin-top: 40px;
}

.format-highlited {
    border-color: darkorange;
    box-shadow: 0 0 5px #FF8C0055;
}

.format-highlited:hover {
    background-color: darkorange;
}

.catalog-action-banner {
    position: fixed;
    bottom: -3px;
    width: 100vw;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.catalog-action-banner p {
    color: #ffffff;
    font-weight: 500;
    background-color: darkorange;
    margin: 0;
    padding: 15px 50px 10px 30px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    box-shadow: 0 0 6px -1px #666666;
}

.catalog-action-banner-close {
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-size: 2.2em;
    /*color: #555555;*/
    position: relative;
    left: -35px;
    cursor: pointer;
    /*font-weight: bold;*/
}
@media (max-width: 767px) {
    .catalog-newest-head__additional {
        width: auto;
    }
}
@media (max-width: 500px) {
    .amo-button-holder {
        bottom: 50px !important;
    }

    .catalog-action-banner {
        bottom: 0;
    }

    .catalog-action-banner p {
        padding-left: 20px;
        padding-bottom: 13px;
        width: 100vw;
        border-top-left-radius: unset;
        border-top-right-radius: unset;
    }

    .catalog-action-banner-close {
        position: fixed;
        left: unset;
        right: 0;
        padding: 0 18px;
    }
}

@media (max-width: 320px) {
    .catalog-action-banner p {
        font-size: 0.85em;
    }
}





.history-of-success{
    font-family: TT Norms;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    margin: 15px 0px;
}

.fio-success{
    font-family: TT Norms;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}

.swiper-button-custom {
    position: absolute;
    bottom: 10px; 
    z-index: 1000; 
}

.swiper-container {
    position: relative;
}
.swiper-button-custom{
    top: 100% !important;
    background: #3079D2;
    border-radius: 100%;
    height: 49px;
    width: 49px;
    opacity: 100 !important;
}



.success-nav{
    width: 37px;
    height: 5px;
    border-radius: 29px;
    background: #3079D233;
    top: 109% !important;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    left: 25%;
    --swiper-theme-color: #3079D233;
}
.swiper-pagination-bullet {
    opacity: 1 !important;
}
.swiper-pagination-cast{
    margin-left: 64px;
    display: flex;
    margin-top: 32px;
    width: 60%;
    justify-content: space-around;
}
.custom-pagination-dot {
    background: #3079D233; /* Цвет неактивный */
    width: 37px;
    height: 5px;
    border-radius: 29px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 5px;

}

 .active-dot {
    background: #3079D2 !important;
    width: 37px;
    height: 5px;
    border-radius: 29px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.swiper-button-next .arrow-icon::after {
    content: '→'; 
    font-size: 24px; 
    color: white;
    margin-left: -14px;
}

.swiper-button-prev .arrow-icon::after {
    content: '←'; 
    font-size: 24px; 
    color: white;
    margin-left: -14px;
}
.success-title{
    margin-bottom: 15px;
}


@media (max-width: 980px) {
    .swiper-pagination-cast {
        width: 60%;
    }
    .mobile-filter-btn {
        background: #093EB4;
        margin-top: 20px;
    }
}

/* удалить после акции */

.top-banner {padding: 20px 0;}
.top-banner .banner-title {
    font-family: "TT Norms";
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 110%;
}
.top-banner-content {
    overflow: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
}

.top-banner-content,
.top-banner__left,
.top-banner__preview .d-flex,
.top-banner__detail .d-flex {
    column-gap: 20px;
    row-gap: 20px;
}

.top-banner__right {
    /*width: 30%;*/
}

.top-banner__right img {
    display: block;
    /*width: 100%;*/
}


#top-slider .swiper-button-prev {
    left: -10px;
}

#top-slider .swiper-button-next {
    right: -10px;
}

.top-slide .btn-wrap {
    margin-right: 230px;
}

.top-slide .btn-wrap > div {
    margin-top: 5px;
    margin-bottom: 5px;
}

.top-slide .white-block {
    background: #fff;
    padding: 5px 20px 9px;
    font-weight: 500;
    color: #3078d1;
    border-radius: 5px;
}

.top-slide .small-text {
    color: #b9d0ed;
    line-height: 1.2;
}

.top-slide .text {
    font-size: 23px;
}


@media (max-width: 980px) {

    .top-banner-content {
        /*overflow: hidden;*/
        flex-direction: column;
        /*flex-wrap: nowrap;*/
    }
    .top-banner-content,
    .top-banner__left,
    .top-banner__preview .d-flex,
    .top-banner__detail .d-flex {

        row-gap: 10px;
    }
    .top-banner .banner-title {
        font-size: 34px;
    }


.top-slide .btn-wrap {margin-right: 0;}
.top-slide .btn-wrap > div {margin-top:10px; }
.top-slide .btn-wrap .btn:not(:last-child) {margin-right: 40px}
.top-slide .top-btn-wrap .btn:not(:last-child), .btn-wrap .btn:not(:last-child) {margin-bottom: 0;}
    .top-slide .text {font-size: 17px;}
}

.container-sale-banner{
    border: 1px solid white;
    border-radius: 20px;
    padding: 17px 21px;
    background: #ffffff1a;

    margin-right: 39px;
}

.img-banner-sale{
    width: 100px;
    height: 100px;
    margin-left: 30px;
    margin-right: 20px
}

.info-sale-banner{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.info-sale-banner a{
    color: white !important;
    text-decoration: none;

}

.btn-sale-banner{
    width: 280px;
    margin-top: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-info-sale{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}

.text-sale-container{
    line-height: 1.2;
    font-size: 20px !important;
    font-weight: 500;
}

.text-sale-conditions{
    font-size: 16px !important; 
    text-align: left; 
    opacity: 75%; 
    line-height: 20px; 
}

.sale-h-text{
    font-size: 36px !important;
}

@media (max-width: 980px) {
    .info-sale-banner{
        width: 282px;
    }
    .img-banner-sale{
        display: none;
    }
    .container-info-sale{
        flex-wrap: wrap;
    }
    .container-sale-banner-top{
        margin-bottom: 20px;
    }
    
    .br-sale{
        display: none;
    }
    .container-sale-banner {
        margin-right: 0px;
    }

    .btn-sale-banner {
        width: 250px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
    }
    .text-sale-conditions{
        font-size: 12px !important;
        text-align: left;
        opacity: 75%;
        line-height: 20px;
        margin-top: 0px;
        line-height: 1.2;
    }
    .text-sale-container{
        line-height: 1.2;
        font-size: 17px !important;
        font-weight: 400;
    }
    
}

@media (max-width: 378px) {
    .text-sale-conditions {
        font-size: 10px !important;
        text-align: left;
        opacity: 75%;
        line-height: 1.2;
        margin-top: 0px;
    }
}

/* 72907  */
.container-title{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
}

.br-container{
    border: 1px solid white;
    width: 136px;
    transform: rotateZ(89deg);
    margin-bottom: 34px;
}

.text-excretion{
    background-color: #ff672d;
    color: white;
    width: max-content;
    padding: 0px 5px;
    margin-left: 5px;
}

.elem-cont-1{
    display: flex;
    flex-wrap: wrap;
    font-size: 26.5px !important;
}

.elem-title-2{
    font-family: "TT Norms";
    font-style: normal;
    font-weight: 400;
    font-size: 32px !important;
    line-height: 110%;
}

.fs-text{
    font-family: TT Norms;
    font-size: 42px !important;
    font-weight: 700;
    line-height: 50px;  
}

.fs-text2{
    font-family: TT Norms;
    font-size: 32px !important;
    font-weight: 700;
    line-height: 38px;
}

.img-banner-sale-elem2{
width: 112px;
height: 120px;
}

.text-b-title{
    font-family: TT Norms;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
}

.text-b{
    font-family: TT Norms;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: white;
}

.text-b-400{
    font-family: TT Norms;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.btn-sale-w{
    width: 324px;
    height: 47px;
}


.back-sale{
    background-image: url(/local/components/uprav/catalog.page.new/templates/.default/img/bg-deck.png) ;
     background-size: cover; 
     width: 100%;
}
.back-sale-ny{
    background-image: url(/local/components/uprav/catalog.page.new/templates/.default/img/ng-deck.png) ;
     background-size: cover; 
     width: 100%;
}

.br-mob{
    display: none;
}

.course-block__new{
    background: #ff672d;
    color: white !important;
    font-size: 14px;
}

@media (max-width: 980px) {
    .fs-text{
        font-family: TT Norms;
        font-size: 26px !important;
        font-weight: 700;
        line-height: 31px;    
    }
    
    .elem-title-2{
        font-family: TT Norms;
        font-size: 18px !important;
        font-weight: 400;
        line-height: 21px;
    }

    .br-container {
        display: none;
    }
    .container-sale-dis{
        display: flex;
        flex-wrap: wrap;
    }

    .br-mob{
        display: block;
    }

    .br2-mob{
        display: none;
    }

    .text-b-title{
        font-family: TT Norms;
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
    }

    .text-b{
        font-family: TT Norms;
        font-size: 13px;
        font-weight: 800;
        line-height: 16px;
    }

    .text-b-400{
        font-family: TT Norms;
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
    }
    .btn-sale-w{
        max-width: 249px;
        height: 36px;
    }
    .img-banner-sale-elem2{
        display: none;
    }

    .back-sale{
        background-image: url(/local/components/uprav/catalog.page.new/templates/.default/img/bg-mob.png) ;
        background-size: cover; 
        width: 100%;
    }
    .back-sale-ny{
        background-image: url(/local/components/uprav/catalog.page.new/templates/.default/img/ng-mob.png) ;
        background-size: cover; 
        width: 100%;
    }
}

@media (max-width: 380px) {
    .container-sale-banner {
        width: 90% !important;
    }
}

.january-sale{
    background-image: url(/local/components/uprav/catalog.page.new/templates/.default/img/bg-jan.png);
    background-size: cover;
    width: 100%;
}

.jan-title{
    font-family: TT Norms;
    font-size: 48px;
    font-weight: 700;
    line-height: 57px;
}

.text-color-blue{
    color:  #3079D2 !important;
}

.bg-color-blue{
    background-color:  #3079D2 !important;

}

.text-dark{
   color: #333333;
}

.f-weight-500{
    font-weight: 500 !important;
}

.text-info-jun{
    font-family: TT Norms;
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
}

.al-center{
    align-items: center;
}

.count-jun{
    font-family: TT Norms;
    font-size: 42px;
    font-weight: 800;
    line-height: 50px;
}

.stroke-orange{
    border: 2px solid #FF672D;
    color: #FF672D;
    width: fit-content;
    padding: 7px;
    padding-left: 28px;
    padding-right: 28px;
}

.crossed-count{
    font-family: TT Norms;
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
    text-decoration: line-through;
    color: #333333;
    opacity: 50%;
}

.align-base{
    align-items: baseline;
}

.align-end{
    align-items: flex-end;
}

.jun-li{
    font-family: TT Norms;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
}

.jun-li li{
    font-weight: 400 !important;
}

.small-text-jun{
    font-family: TT Norms;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}    

.btn-text-jun{
    font-family: TT Norms;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
}

.btn-sale-jun{
    width: 321px;
    height: 48px;
    border-radius: 5px;
}

@media (max-width: 980px) {
    .january-sale{
        background-image: url(/local/components/uprav/catalog.page.new/templates/.default/img/bg-jan-mob.png);
        background-size: cover;
        width: 100%;
    }
    .jan-title{
        font-family: TT Norms !important;
        font-size: 26px !important;
        font-weight: 700 !important;
        line-height: 31px !important;
    }

    .text-info-jun{
        font-family: TT Norms;
        font-size: 18px;
        font-weight: 500;
        line-height: 25px;
        margin-top: 4px;
    }

    .jun-li li{
        font-family: TT Norms;
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
    }
    
    .btn-sale-jun{
        width: 199px;
        height: 36px;
        padding: 7px !important;
        text-align: center !important;
        margin-top: 20px;
    }
    .info-sale-banner {
        display: flex;
        flex-wrap: wrap; 
    }
    
    .small-text-jun{
        font-family: TT Norms;
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: 0em;
        text-align: left;
        margin-top: 8px;
    }

    .top-banner__right{
        display: none !important;;
    }
    .text-excretion {
        margin-left: 0px;
        padding: 3px 12px;
    }
    .crossed-count{
        font-family: TT Norms;
        font-size: 24px;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0em;
    }
    .count-jun{
        font-family: TT Norms;
        font-size: 35px;
        font-weight: 800;
        line-height: 41px;
        letter-spacing: 0em;
        text-align: center;
        /* order: 2; */
    }

    .mt-13-rev{
        margin-top: -13px;
    }

    .mt-15-rev{
        margin-top: -15px !important;
    }

    .circle-styled-ul li:not(:last-child) {
        margin-bottom: 10px;
    }

    .container-li{
        margin-top: 30px;
    }

    .mt-40-referal {
        margin-top: -40px;
    }

    .text-btn-jun{
        font-size: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.sale-march-text{
    font-family: TT Norms;
    font-size: 46px;
    font-weight: 700;
    line-height: 54px;
    color:  #31437E;
}

.h-march{
    height: 434px;
}

.top-banner-left-march{
    width: 650px;
    height: 172px;
    border-radius: 20px;
    border: 1px solid #31437E;
    padding: 30px 30px 30px 40px;
}

.march-banner-text{
    font-family: TT Norms;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}

.march-banner-text-2{
    font-family: TT Norms;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #FF672D;
}

.text-info-march{
    font-family: TT Norms;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
}

.w-img-march{
    width: 342px;
    height: 269px;
}

.n-wrap{
    display: flex;
    flex-wrap: nowrap;
}

.deck{
    display: block;
}

.mob{
    display: none;
}

.block-rigth-march{
    display: flex;
    align-items: center;
}

@media screen and (max-width:980px) {
    .catalog-top-info .top-catalog-indent {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .sale-march-text{
        font-size: 26px;
        line-height: 31px;
    }
    
    .h-march{
        height: 450px;

    }
    
    .top-banner-left-march{
        width: 110%;
        height: 172px;
        padding: 30px 30px 50px 30px;
    }
    
    .march-banner-text{
        font-size: 16px;
        line-height: 18px;
    }
    
    .march-banner-text-2{
        font-size: 16px;
        line-height: 18px;
    }
    
    .text-info-march{
        font-size: 12px;
        line-height: 14px;
    }
    .n-wrap{
        display: flex;
        flex-wrap: wrap;
    }
    .deck{
        display: none;
    }

    .mob{
        display: block;
    }

    .mt-top-1{
        margin-top: 20px;
    }
    .mt-top-2{
        margin-top: 30px;
    }
    
}

.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-banner__price{
    position: relative;
    display: flex;
    align-items: center;
}

.catalog-banner__price-text{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 40%;
    transform: translate(-50%, -50%);
}

.catalog-banner__price-text-new{
    font-family: Wix Madefor Display;
    font-size: 42px;
    font-weight: 500;
    line-height: 42px;
}

.catalog-banner__price-text-old{
    font-family: Wix Madefor Display;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    opacity: 60%;
    text-decoration: line-through;
}

.catalog-banner__text{
    font-family: Wix Madefor Display;
    font-size: 28px;
    font-weight: 500;
    line-height: 35.28px;
}

.catalog-banner__offer{
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    display: flex;
    align-items: center;
}

.catalog-banner__offer span{
    font-family: Wix Madefor Display;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.12px;
}

.catalog-banner__content{
    display: grid;
    align-content: space-between;
    gap: 6px;
}

.catalog-banner_block {
    display: flex;
    align-items: center;
}

.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;
}
.promo-blue-back{
    background: #c2ddfc url(./img/bg-precent.svg) !important;
    border: 1px solid #00000033;
}

.catalog-courses-wrap {
    height: 100%;
}

.promo-blue-course-block{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.lid-form-banner-title {
    font-family: Wix Madefor Display;
    font-size: 32px;
    font-weight: 500;
    line-height: 40.32px;
    color: #093EB4;
}

.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-block-icon{
    background: #3079D2;
    height: 62px;
    border-radius: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    font-family: Wix Madefor Display;
    text-align: center;
    width: 119px;
    color: white;
}

.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;
}
.lid-subtitle{
    margin-top: 10px;
}
.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 a{
    background: #F4F4F4;
} */

.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;
}
.students-review-block-info-user {
    min-height: 140px;
    display: flex;
}
.review-details{
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin-top: 10px;
}
.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;
}

.forms__custom-catalog{
    max-height: max-content;
    height: max-content;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(./img/bg-form-catalog.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #093EB4;
}

.footer-mailing_wrapper-new.d-flex {
    flex-wrap: nowrap;
    row-gap: 20px;
    column-gap: 50px;
    align-items: normal;
    justify-content: space-between;
}
.footer-mailing_form_wrapper-new {
    min-width: 363px;
}

.footer-mailing-block{
    height: 228px;
}

.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;
}


/* custom_style есть */
.flex-sb{
    display: flex;
    justify-content: space-between;
}

.top-banner-catalog{
    background: #F4F4F4;
}

.black-color{
    color: black !important;
}

.block-miling_container-form{
    width: 100% !important;
}
.theme-light {
    background: #f5f6fa;
}

.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;
}

.catalog-banner-block-1{
    display: contents;
}

.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: 341px;
    min-height: 341px;
}

.btn-top-free-course{
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-banner__info--top-free-course{
    font-family: Wix Madefor Display;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    text-align: center;
    margin-right: 25px;
}

.catalog-banner__actions-free, .catalog-banner__actions-free-block{
    display: flex;
    align-items: center;
}

.catalog-banner-free{
    width: 100%;
    background: #ACD4F9;
    height: 83px;
    padding: 10px;
    position: fixed;
    z-index: 100;
    top: 0px;
}
.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;
}
.catalog-banner__content-free{
    display: grid;
    grid-template-columns: 0.7fr 0.1fr 1fr;
    align-items: center;
}

.catalog-banner__content-free hr{
    width: 45px;
    transform: rotate(90deg);
    border-top: 1px solid #093EB4;
}

.catalog-banner__text--free{
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    color: #093EB4;
    margin-left: 20px;
}

.catalog-banner__description{
    font-size: 24px;
    font-weight: 400;
    line-height: 30.24px;
    color: #272727;
}

.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 (max-width: 1199px) {
    .students-review-block-info-user {
        max-height: 110px !important;
    }
}
@media screen and (max-width:980px) {
    .new-select select{
        max-width: 100%;
    }
    .lid-subtitle{
        margin-top: -10px;
    }
    .promo-blue-course-block-icon {
        width: 91px;
        font-size: 12px;
        line-height: 15.12px;
        height: 44px;
    }
    .lid-form-banner-title {
        font-size: 18px !important;
        font-weight: 500 !important;
        line-height: 22.68px !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-back {
        height: 250px;
    }
    .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;
    }

    .catalog-banner__text {
        font-size: 11px !important;
        font-weight: 500;
        line-height: 13.86px;
    }
    .catalog-banner__offer {
        font-size: 9px !important;
        font-weight: 400;
        line-height: 11.34px;
    }
    .catalog-banner__price-text-new {
        font-size: 12px !important;
        font-weight: 500;
        line-height: 14px;
    }
    .catalog-banner__price-text-old {
        font-size: 10px !important;
        font-weight: 500;
        line-height: 10px;
        margin-left: 8px !important;
    }

    .catalog-banner__price img{
        width: 154px;
    }

    .catalog-banner__price-text {
        justify-content: center;
        transform: translate(-50%, -45%);
    }
    .catalog-banner__price img {
        width: 150px !important;
    }

    .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;
    }
    .catalog-banner_block {
        padding: 10px 25px !important;
    }

    .fix-container {
        max-width: 980px;
        padding: 0 25px;
    }
    .catalog-banner {
        padding: 0px;
    }

    .catalog-banner {
        height: 85px;
    }
    .catalog-banner__offer-note {
        font-size: 9px !important;
        font-weight: 400;
        line-height: 11.34px !important;
    }
    .catalog-banner-block-1 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .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__actions-free img{
        width: 98px;
    }

    .catalog-banner__text--free {
        font-size: 12px;
        font-weight: 400;
        margin-left: 0px;
    }
    .catalog-banner__actions-free {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .catalog-banner__content-free hr{
        display: none;
    }
    .catalog-banner__description {
        font-size: 12px;
        font-weight: 400;
        line-height: 15.12px;
        margin-top: 10px;
    }
    .catalog-banner__info--top-free-course {
        font-size: 12px;
        font-weight: 400;
        line-height: 15.12px;
        margin-right: 0px;
        margin-top: 10px;
    }
    .catalog-banner__content-free {
        display: flex;
        flex-wrap: wrap;
    }

    .catalog-banner-free {
        height: 110px;
    }

    .btn-top-free-course{
        order: -1;
        width: 199px;
        padding: 0px 5px;
    }
    .catalog-banner__price-text {
        width: 60%;
        left: 30%;
    }

    .catalog-banner_block-free{
        align-items: stretch;
        padding: 0 10px !important;
    }
    .catalog-banner__actions-free, .catalog-banner__actions-free-block{
        flex-wrap: wrap;
    }
    .catalog-banner__actions-free-block {
        justify-content: center;
    }
    .review_block-catalog {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .catalog-banner-mob{
        display: block !important;
        margin-top: 6px;
    }
    .catalog-banner-desk{
        display: none !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;
    }
    /* .dayContainer {
        max-width: 100% !important;
        padding: 5% 0 !important;
        max-width: 100% !important;
        height: 9px !important;
        line-height: 9px !important;
    } */

}
@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:370px){
    .promo-blue-back {
        height: 270px;
    }
    .lid-subtitle {
        margin-top: 10px;
    }
}
@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;
    }
}

.catalog-banner-mob{
    display: none ;
}

.catalog-banner-desk{
    display: block ;
}
@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){
    .catalog-banner__text {
        font-size: 22px;
    }
    .catalog-banner__offer {
        font-size: 12px;
    }
    .btn-or {
        width: 200px;
    }
    .new-select:after, .new-select-data:after {
        left: 130% !important;
    }
}
@media screen and (max-width:1040px){
    .catalog-banner__text {
        font-size: 20px;
    }
    .catalog-banner__offer {
        font-size: 11px;
    }
    .btn-or {
        width: 180px;
    }
    .catalog-banner__offer span {
        font-size: 11px;
    }
}
@media screen and (max-width:980px){
    .new-select:after, .new-select-data:after {
        left: 90% !important;
    }
}
.input-cost{
    border: 1px solid #093EB4;
    font-family: Wix Madefor Display;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 15px;
    font-style: normal;
    font-weight: 500;
    padding: 5px 0 5px 22px;
    cursor: pointer;
    width: 100%;
    min-width: 100%;
}
.block-info-banner{
    display: flex;
    gap: 10px;
    margin-top: 3px;
}
.-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) {
    .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;
    }
}
