
.add-to-wishlist.active i{
    background: var(--global-color);
    mask-image:url(/img/star-icon-full.svg);
    -webkit-mask-image:url(/img/star-icon-full.svg);
}
@media screen and (min-width: 1200px) {
    body{
        zoom: 0.9;
    }
}
.all-events__items > #events_list.row{
    webkit-box-orient: row;
    -webkit-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.top-block__img img {
    width: 100%;
    max-height: 700px;
    object-fit: cover;
}
#loader_form.active{
    display: flex;
}
#loader_form {
    position: absolute;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: none;
    z-index: 1000;
}
#loader_form:after {
    position: absolute;
    background: #000;
    opacity: 0.4;
    content: '';
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    z-index: 20000;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.btn.btn_green.show-more_disable{
    background: #DCE3E2;
    border-color: #DCE3E2;
}
.top-block-items .checked-items>.row{
    justify-content: flex-start;
}
.top-block-items .checked-items>.row>.col {
    width: auto;
}
.course-steps__head li{
    white-space: nowrap;
}

.info-item__img img{
    object-fit: cover;
}
.hidden{
    display: none!important;
}
.video-player.video-player-padding{
    position: relative;
    padding-bottom: 56.25%;
}
.user_level{
    font-weight: 500;
    font-size: 14px;
    line-height: 10px;
    /* identical to box height */
    display: block;
    text-transform: capitalize;

    /* червоний */

    color: var(--global-color);

}
.mentors__img img{
    max-width: 581px;
    max-height: 581px;
    object-fit: cover;
}

.mentors__slider .mentors__img img{
    max-width: 330px;
    max-height: 247px;
}

#new-certificate-popup .popup__content{
    padding: 23px 60px!important;
}
#new-certificate-popup .popup__content .title-block {
    margin-bottom: 20px!important;
}
#new-certificate-popup .popup__content .col{
    padding: 7px 12px;
}
.certificate-file_name{
    line-height: 130%;
    color: #878fa6;
    text-align: center;
    margin: 3px 0;
}
.certificate-file_name span{
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
}
.mb-40px{
    margin-bottom: 40px;
}
button.btn{
    width: 100%;
}
.checkbox p{
    white-space: nowrap;
}
.all-events__filters-item .checkbox p {
    white-space: normal;
}
.partners .slick-list {
    display: flex;
    align-items: center;
    justify-content: center;
}.partners__img img {
    width: 242px;
    object-fit: contain;
    border-radius: 8px;

}
.language__is-select span{
    text-transform: uppercase;
}

.mt-110{
    margin-top: 90px;
    margin-bottom: 40px;
}
.tab-event .tabs  {
    display: flex;
    margin-bottom: 35px;
}
.tab-event .tabs .tab{
    padding: 5px;
    background: transparent;
    border: 1px solid var(--global-color);
    border-radius: 100px;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    display: inline-block;
    width: 50%;
    margin-right: 5px;
    cursor: pointer;
}
.tab-event .tabs .tab a{
    color: #000000;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
}
.tab-event .tabs .tab.active{
    background: var(--global-color);
    color: #fff;
}
.tab-event .tabs .tab.active a{
    color: #fff;
}
.tab-event .tab_item { display: none; }

.tab-event .tab_item.active { display: block}

.tab-event .chat-message{
    max-height: 400px;
    overflow-y: auto;
    padding: 0 20px;

}

.tab-event .chat_input{
    margin-top: 40px;
}
.event-chat textarea {
    width: 100%;
    border: 1px solid #BDBDBD;
    height: 110px;
    padding: 20px;
}

.event-chat .chat_button  {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
}
.event-chat .chat_button button{
    max-width: 250px;
    display: flex;
    justify-content: space-evenly;
}
.event-chat .chat_button button i {
    -webkit-mask-image: url(../img/auth-icon.svg);
    mask-image: url(../img/auth-icon.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% 100% !important;
    mask-size: 100% 100% !important;
    width: 24px;
    height: 24px;
    background: #fff;
}
.event-chat .chat_input label{
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    /* identical to box height, or 125% */


    color: #000000;
}

.chat-message img{
    width: 40px;
    height: 40px;
    display: inline-block;
    object-fit: cover;
    border-radius: 50%;
}
.chat-message .user-message{
    list-style: none;
    display: flex;
}
.chat-message ul{
    padding: 0;
    height: 100%;
}
.chat-message .user-message_top  {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.user-message_top button{
    position: absolute;
    right: 0;
    font-family: Geometria;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    /* or 156% */
    background: transparent;
    border: 0;
    color: #B9B9B9;

}
.user-message_text{
    margin-left: 25px;
    width: 100%;

}
.chat-message .user-message_top span {
    display: flex;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    /* identical to box height, or 156% */
    font-family: Geometria;
    align-items: center;
    color: #212121;
}
.chat-message .user-message_top span {
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    /* or 179% */
    font-family: Geometria;


    /* second color */

    color: #808080;

}
.chat-message::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.chat-message::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.chat-message::-webkit-scrollbar-thumb {
    background: var(--global-color);
}

/* Handle on hover */
.chat-message::-webkit-scrollbar-thumb:hover {
    background: var(--global-color);
}
.mob-menu .header__wrapper .auth-logout{
    font-size: 18px;
    color: #fff;
    line-height: 10px;
    display: flex;
    align-items: center;
}
.mob-menu  .header__wrapper .auth-link, .header__wrapper .profile-link{
    margin-right: 0!important;

}

.profile-link .profile_image{
    display: flex;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
}
.profile-link .profile_image img{
    width: 20px;
    height: 20px;
}
.mob-menu .auth-link i {
    background: #fff;
    margin-left: 10px;
}
.mob-menu .header__wrapper{
    justify-content: space-around!important;
}
.auth-logout span{
    display: none;
}
.auth-link i{
    margin-left: 20px;
}
.certificate__item_green{
    position: relative;
    overflow: hidden;
}
.certificate__item_green .tests_text_cert{
    position: absolute;
    width: 50%;
    text-align: center;
    transform: rotate(320deg);
    bottom: 80px;
    right: -100px;
    background: var(--global-color);
    border-color: var(--global-color);
    color: #fff;
}
a.card_call_bpr {
    position: relative;
    top: 30px;
    color: var(--global-color);
}
header .profile-link .all_bonuses{
    padding: 5px 12px;
    color: #333333;
    font-size: 12px;
    line-height: 15px;
    border: 1px solid var(--global-color);
    border-radius: 38px;
    display: inline;
    margin-right: 40px;
    text-transform: lowercase;
}
.checked-items > .row > .col, .top-block-info > .row > .col{
    width: auto;
}


.chat_popup{
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 60px);
}
.chat_popup .chat_popup_bottom{
    display: flex;
    align-items: center;
    position: relative;
    max-width: 100px;
}
.chat_popup .chat_popup_bottom .chat_popup_bottom_text_left{
    margin: 0;
    position: absolute;
    background-color: #000;
    color: #fff;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 400;
    opacity: 0;
    line-height: 20px;
    transition: .3s ease-in-out;
    right: 0;
    transform: translateX(100%);
}
.chat_popup .chat_popup_bottom .chat_popup_bottom_text_left_show{
    transform: translateX(120%);
    opacity: 1;
}
.chat_popup .chat_popup_bottom .chat_popup_icon{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px;
    background-color: var(--global-color);
    color: #fff;
    cursor: pointer;
    border-radius: 100%;
    transition: .3s;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    width: 74px;
    height: 74px;
    position: relative;
}
.chat_popup .chat_popup_bottom .chat_popup_icon:hover {
    transform: rotate(360deg) scale(1.1);
    box-shadow: 0 10px 30px;
}
.chat_popup .chat_popup_bottom .chat_popup_icon svg {
    transition: 0.2s;
    opacity: 1;
    position: absolute;

}
.chat_popup .chat_popup_bottom .chat_popup_icon svg:last-child {
    opacity: 0;
}
.chat_popup .chat_popup_bottom .chat_popup_icon:hover svg:first-child {
    opacity: 0;
}
.chat_popup .chat_popup_bottom .chat_popup_icon:hover svg:last-child {
    opacity: 1;
}

.chat_window{
    width: 100%;
    min-width: 450px;
    max-width: 450px;
    border-radius: 15px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 10px 30px rgb(0 0 0 / 12%);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: 0.8s;
}
.chat_window.chat_window_active{
    opacity: 1;
    visibility: visible;
    display: block;
}
.chat_window .chat_window_top{
    padding: 50px 50px 30px;
    display: flex;
    flex-wrap: wrap;
    background:#fdf2f0;
    align-items: center;
}
.chat_window .chat_window_top .chat_window_logo {
    margin-right: 40px;
}
.chat_window .chat_window_top .chat_window_text{
    font-size: 30px;
    font-weight: 500;
    word-break: break-word;
}
.chat_window_social{
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chat_window_social a{
    width: 48px;
    height: 48px;
    display: flex;
    background: #fff;
    border-radius: 100% ;
    align-items: center;
    position: relative;
    padding: 7px;
    margin-right: 20px;
}

.chat_window_social a span {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.chat_window_social a:hover svg {

}
.chat_window_social a svg{
    width: 38px;
    height: 38px;
    color: #aaa;
}

.chat_window_content{
    background-color: #fff;
    padding: 30px 20px 40px;
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-gap: 10px;
    align-items: flex-end;
    max-height: 300px;
    overflow-y: auto;
    box-sizing: border-box;

}
.chat_window_content_message{
    background:#fdf2f0;
    padding: 20px;
    max-width: 280px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 400;
    word-break: break-word;
    box-sizing: border-box;
    margin-left: 10px;
}
.chat_window_content_time{
    grid-column-start: 2;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #bbb;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.chat_window_bottom{
    position: relative;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 40px 20px 20px;
    text-align: center;
}
.chat_window_bottom .icon_bottom{
    font-size: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    width: 80px;
}
.chat_window_bottom .icon_bottom svg {
    color: #bbb;
}
.chat_window_bottom .icon_bottom.telegram_icon_bottom svg{
    color: #34aadf;
}
.chat_window_bottom .icon_bottom.email_icon_bottom svg{
    color: #fa764f;
}
.chat_window_social_link_active.chat_window_social_email_icon svg{
    color: #fa764f;
}
.chat_popup_button{
    padding: 10px 20px;
    width: 100%;
    display: block;
    background-color: var(--global-color);
    color: #fff;
    border-radius: 80px;
    margin: 15px 0;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
}
.chat_window_bottom{
    display: none;
}
.chat_window_bottom_active{
    display: block;
}
.chat_window_social_link_active.chat_window_social_telegram_icon svg{
    color: #34aadf;
}
.validation_password_block{
    padding-top: 16px;
}
.validation_password_block ul li{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.validation_password_block ul li svg{
    display: inline-block;
    margin-right: 10px;
}
.validation_password_block ul li svg path {
    fill: #C1C5D1;
}
.validation_password_block ul li.check_password svg path {
    fill: #87CECA;
}
.google-block_list{
    display: flex;
    justify-content: center;
}
.google-block_list .google-block__icon {
    margin-left: 5px;
    margin-right: 5px;
}
.form_registration,.registration_button{
    display: none;
}
.registration_button_active{
    display: flex;
}
.registration_active_form {
    display: block;
}
.register_phone_info{
    margin-bottom: 40px;
    padding-left: 10px;

}
.register_phone_info .preview_steep{
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #878FA6;
    cursor: pointer;
}
.register_phone_info .text{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
}
#register_phone_now{
    display: none;
}
#register_phone_now.show{
    display: block;
    color: #000;

}
#register_phone_now.hidden{
    display: none;
}
.countdown_block{
    margin-top: 48px;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    /* identical to box height */


    color: #878FA6;

}

.countdown_block p{
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    /* identical to box height */
    color: #878FA6;

}

.profile-cart__avatar img {
    width: 100%;
    object-fit: cover;
}

.preview_pop_up_send .title-preview_pop_up_send{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height */
    letter-spacing: 0.095em;
    text-transform: uppercase;
    padding-bottom: 24px;
    border-bottom: 1px solid #DCDFE7;;
    /* email, пароль */

    color: #878FA6;
}
.preview_pop_up_send .title{
    margin-bottom: 24px!important;
}

.calculation-popup__form {
    margin-bottom: 20px;

}
.calculation-popup__form ul li{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 16px;
    color: #000000;
}
.calculation-popup__form ul li:last-child {
    margin-bottom: 0;
}
.calculation-popup__form ul li .btn {
    height: auto;
    padding: 8px 16px;
    display: inline-block;
}
.col_balls_bpr .checked-text{
    display: none;
}
.col_balls_bpr .show{
    display: block;
}

.all-events__filters-item .form_search{
    margin-bottom: 25px;
    position: relative;
}
.all-events__filters-item .form_search:after {
    content: "";
    width: 16px;
    height: 16px;
    -webkit-mask-image: url(../img/down-arrow.svg);
    mask-image: url(../img/down-arrow.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background: var(--global-color);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
}


.checkbox-hide{
    display: none;
}

.my-courses__item-content .navigation-course{
    display: flex;
    justify-content: flex-end;
    margin-top: 70px;
}
.my-courses__item-content .navigation-course ul{
    display: flex;
    width: 100%;
    justify-content: space-between;

}
.my-courses__item-content .navigation-course ul li {
    margin-right: 10px;
}
.my-courses__item-content .navigation-course ul li a ,.btn-lesson-passed{
    font-family: Geometria;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-content: center;
    align-items: center;
    background: #87ceca ;
    border-radius: 30px;
    padding: 10px 30px;
    cursor: pointer;
    color: #fff;
}
.my-courses__item-content .navigation-course ul li a.prev {
    background: transparent;
    border: 1px solid #87ceca;
    color: #87ceca;
}
.my-courses__item-content .navigation-course ul li a.prev svg path {
    fill: #87ceca;
}
.my-courses__item-content .navigation-course ul li svg {
    margin-left: 10px;
}
.my-courses__item-content .navigation-course ul li a.prev svg {
    margin-right: 10px;
    margin-left: 0;
}
.video-player{
    margin-bottom: 40px;
}
.my-courses__item-content > ul{
    padding-left: 0;
}
.my-courses__item-content .navigation-course ul li svg path {
    fill: #fff;
}

.navigation-lessons_gray{
    color: rgba(128, 128, 128, 0.32)!important;
}
.navigation-lessons_gray svg path{
    fill: rgba(128, 128, 128, 0.32)!important;
}

.my-courses-page .event-program__continue-course {
    margin-top: 30px;
}
.btn-block-lesson .mat-link-telegram:before{
    display: none;
}
.btn-block-lesson .mat-link{
    font-size: 18px;
    margin-bottom: 30px;

}
.btn-block-lesson .mat-link-telegram{
    padding-left: 0;
}
.btn-block-lesson .mat-link-telegram svg {
    margin-right: 21px;
}
.testing__items.disabled .checkbox{
    pointer-events: none;
}
a.btn.btn_green svg{
    margin-right: 10px;
}
.info-item__content-head .row .col{
    width: auto;
}
.checkbox_mistake .checkbox__bg, .checkbox_mistake .checkbox__icon{
    border-color: var(--global-color)!important;
}
.gallery__content{
    overflow: hidden;
    margin: 0 auto;
    max-width: 1200px;
}
.gallery__title-block {
    text-align: center;
}
.gallery__title-block   {

}
.gallery__content .slick-slide{
    padding: 0 10px;
}
.gallery__item {
    max-width: 400px;
    max-height: 550px;
    margin: 0 auto;
}
.gallery__item img {
    max-width: 100%;
    max-height: 550px;
    object-fit: cover;
}

.gallery__title-block .title {
    margin-bottom: 50px;
}
.gallery__content .slick-slider .slick-dots{
    margin-top: 30px;
}

.gallery__content .slick-slider .slick-dots li  {
    border-radius: 50%;
    border: 1px solid #87ceca;
    width: 17px;
    height: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery__content .slick-slider .slick-dots li.slick-active:before {
    border-radius: 50%;
    /* border: 1px solid #87ceca; */
    width: 8px;
    height: 8px;
    background: #87ceca;
}

.popup__content .form .btn-block_full-w .col p{
    font-size: 14px;
    margin-top: 10px;
    line-height: 15px;
}

#for-legal-entities-popup .popup__close{
    top: 0!important;
}
@media screen and (max-width: 1444px) {
    .certificate__item_green .tests_text_cert{
        bottom: 62px;
        right: -68px;
    }
}
@media screen and (max-width: 460px) {
    .popup__stage_chose-days .show-hide-block__item .row > .col{
        width: 50%!important;
    }
}
@media screen and (max-width: 1402px) {
    .certificate__item_green .tests_text_cert{
        bottom: 55px;
        right: -44px;
    }
}
@media screen and (max-width: 1352px) {
    .certificate__item_green .tests_text_cert{
        bottom: 52px;
        font-size: 14px;
        right: -44px;
    }
}
@media screen and (min-width: 992px) {
    .mob-menu .header__wrapper .profile{
        display: none;
    }

}

@media screen and (max-width: 992px) {
    header .profile-link .all_bonuses {
    display: none;
    }
    .mob-menu .header__wrapper .profile{
        display: none;
    }
    .header__wrapper{
        margin-top: 20px;
    }
    .auth-logout span{
        display: block;
        max-width: 80px;
        line-height: 20px;
    }
    .certificate__item_green .tests_text_cert {
        bottom: 75px;
        right: -81px;
    }
    .user_level{
        color: #fff;
    }

    .profile-link .profile_image{
        background: #fff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
    }

}
@media screen and (max-width: 692px) {
    .my-courses__item-content .navigation-course{
        /*margin-bottom: 40px;*/
    }
    .certificate__item_green .tests_text_cert {
        bottom: 49px;
        right: -71px;
        font-size: 14px;
    }

    .mob-menu .header__wrapper .auth-logout{
        font-size: 16px;
    }
}
@media screen and (max-width: 552px) {
    .all-events-page .top-block__img{
        width: 100%;
        max-width: 100%;
        padding-top: 10px;
    }

    .top-block__img img{
        max-height: 210px;
        object-fit: cover;
        border-radius: 20px 20px 0 0;
    }
    .certificate__item_green .tests_text_cert {
        bottom: 49px;
        right: -52px;
        font-size: 12px;
    }
    .chat_popup{
        margin: 0;
    }
    .chat_window{
        min-width: 100%;;
    }
}
@media screen and (max-width: 482px) {

        .certificate__item_green .tests_text_cert {
            bottom: 40px;
            right: -32px;
            font-size: 12px;
        }
}
@media screen and (max-width: 422px) {

    .certificate__item_green .tests_text_cert {
        bottom: 35px;
        right: -70px;
        font-size: 12px;
        width: 80%;

    }

}
.reg-block .form__label {
    margin-bottom: 0px;
}
.mentors__slider .slick-dots li {
    border: 1px solid #87ceca;
    border-radius: 50%;
}
.mentors__slider .slick-dots li.slick-active {
    background: #87ceca;
}
.info-item__sticker_red{
    background: var(--global-color);

}

.promocod_price {
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;

}
.promocod_price p{
    position: relative;
    top: 30px;
}
.promocod_price .form__label {
    width: 70%;
}
.promocod_price .form__label input {
    border-radius: 20px 0px 0px 20px;

}
.promocod_price .btn-promocod {
    width: 30%;
    font-size: 12px;
    margin-top: 23px;
    border-radius: 0px 20px 20px 0px;
}

.promocod_price__text {
    font-size: 14px;
    line-height: 18px;
    color: darkgreen;
    margin-bottom: 20px;
    text-align: center;
    position: absolute;
    bottom: -10px;
}
p.promocod_price__text.promocod_price__text_error {
    color: var(--global-color);
}
.mob-menu .main-nav ul li{
    margin-bottom: 25px;
}
#stop_date_block{
    padding-bottom: 30px;
}
#stop_date_block .btn{
    max-width: 300px;
    margin: 0 auto;
}

@media screen and (max-width: 468px) {
    .popup__content .title-block {
        margin-bottom:  20px;
    }
    .promocod_price{
        padding-bottom: 0;
    }
}
@media screen and (max-width: 392px) {

    .promocod_price .btn-promocod{
        font-size: 10px;
    }
}
#banner{
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    margin-top: 67px;
}
#banner .joint-development__images{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#banner .joint-development__images img{
    border-radius: 20px;
    max-height: 380px;

}

.top-block__img .image_preview{
    display: none;
}
.specialty_multi .select2-container {
    width: 100% !important;
}

.btn_first_screen{
    max-width: 300px;
    margin-top: 40px ;
    display: block;
}
.specialty_multi  .select2-container--default .select2-selection--multiple{

    padding: 13px 34px 12px 24px ;
    cursor: pointer;
    border: 1px solid #dcdfe7;
    background: #f5f6fa;

}

#mobile_lessons {
    display: none;
}
@media screen and (max-width: 792px) {
    .my-courses__items .my-courses-lessons{
        display: none;
    }
    .certificate_course .certificate__item .btn.btn_red {
      color: #F8F7FC;
        background: #87CECA;
        padding: 15px 40px 15px 40px;
    }
    #mobile_lessons {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        border-radius: 20px 20px 0px 0;
        z-index: 99999999;
        max-height: 70%;
        border-top: 1px solid silver;
        overflow: auto;
        bottom: -2px;
    }
    .my-courses-lessons {
        padding: 0px 0;
    }
    #mobile_lessons .navigate_list{
        z-index: 100;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: sticky;
        top: 0;
        padding: 20px;
        background: #fff;

        /*left: 30px;*/
        /*right: 30px;*/
        /*top: 20px;*/
    }
    .navigate_list svg{
        transition: .3s;
    }
    .navigate_list svg{
        transform: rotate(180deg);
    }

    .navigate_list.active svg{
        transform: rotate(0deg);
    }
    #mobile_lessons .navigate_list .list a{
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 0.02em;
        text-align: center;
        margin-right: 26px ;
        color: #878FA6;
        position: relative;
    }
    #mobile_lessons .navigate_list .list a.active{
        text-decoration: underline;
        color: #333333;
        font-weight: bold;
    }
    .btn-block-lesson{
        display: none;
    }
    .tab_lessons{
        position: absolute;
        transform: translateY(100%);
        opacity: 0;
        visibility: hidden;
        transition: .3s;

    }
    .lessons_tabs{
        max-height: 60%;
        overflow: auto;
        padding: 0 20px;
    }
    .tab_lessons.tab-active{
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        position: relative;

    }
    #lessons_tab .my-courses-lessons__item a{
        display: none;
    }
    #lessons_tab .my-courses-lessons__item.active a{
        display: flex;
    }
    .my-courses-lessons__item{
        margin-bottom: 0;
        padding: 15px 0;
        border-bottom: 2px solid #F8F7FC;
    }
    .top-block__img .image_preview {
        display: block;
    }
    .tab_lessons .my-courses-lessons__item .title{
        font-size: 18px!important;
        position: relative;
        display: flex;
        align-items: center;
        padding-right: 20px;
    }
    .main-content.my-courses.my-courses-page.mt-32{
        margin-top: 0;
    }
    .tab_lessons .my-courses-lessons__item .title:after {
        content: '';
        position: absolute;
        -webkit-mask-image:url(../img/icon/arrow_lesson.svg);
        mask-image: url(../img/icon/arrow_lesson.svg);
        right: 0;
        height: 6px;
        width: 12px;
        background: #87CECA;
        transition: .3s;
    }
    .my-courses__items .title-block,
    .my-courses__items ul,
    #form-testing
    {
        padding: 0 16px;
    }
    #form-testing{
        margin-top: 20px;
    }
    .my-courses__items > .row > .col_3{
        display: none;
    }
    .go-back-link_big{
        display: none;
    }
    .my-courses-page .container:first-child{
        padding: 0;
    }
    .my-courses__item-content{
        padding: 0 ;
    }
    .my-courses__item{
        background: transparent;
    }
    .tab_lessons .my-courses-lessons__item.active .title:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .tab_lessons .my-courses-lessons__link_success  {
        background: #60A39F;
        border-color:#60A39F ;
    }
    .my-courses__item-content .navigation-course ul li a{
        padding: 13px 20px;
        font-size: 14px;
        max-width: 160px;
    }
    .tab_lessons .my-courses-lessons__link_success .my-courses-lessons__link-title,.tab_lessons .my-courses-lessons__link_success span{
        color: #FFFFFF;
    }
    .tab_lessons .text-w-icon_grey .text-w-icon__icon{
        background: #FFFFFF;

    }
    .active_lesson{
        background: #ffff!important;
        border-color:#60A39F !important;
    }
    .active_lesson p,.active_lesson span{
        color: #60A39F!important;
    }

    .top-block__img .image {
        display: none;
    }
    #materil_lessons_tab .btn-block-lesson{
        display: block;
    }
    #banner{
        padding: 20px;
        margin-bottom: 50px;
    }
    .my-courses__item-content .rounded-block {
        padding: 24px 16px 48px;
        margin: 0 16px;
    }
    .my-courses__item{
        border-radius: 0;
    }
    .my-courses__item_green{
        background: #E1F3F2;
        margin-top: 15px;
        margin-left: 15px;
        margin-right: 15px;
        padding-top: 42px;
        padding-bottom: 42px;

    }
    .certificate__item .toast{
        background: #fff;
    }
    .certificate__item .btn{
        background: #87CECA;
        border-color: #87CECA;
        width: 100%;
    }
    .certificate__item .toast {
        background: #fff;
        padding: 31px 15px 25px 15px;
        text-align: center;
    }
    .certificate__item .toast .toast__text:before{
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -42px;
        width: 24px;
        height: 24px;

    }
    /*.video-player iframe{*/
    /*    z-index: -1;*/
    /*}*/
}

.filter_title{
    display: none;
}
.popup__close {
    width: 32px;
    height: 32px;
    position: fixed;
     bottom: initial;
     left: initial;
     margin-top: 0px;
    right: 20px;
    top: 20px;
}

#overlay,#overlay_filter{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000b16;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000000;
}
#overlay .preloader {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}
#overlay .preloader p {
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}
#overlay_filter{
    z-index: 1000;
}
#overlay.active,#overlay_filter.active{
    opacity: .6;
    visibility: visible;
}
#overlay  .preloader svg {
    animation: rotate 2s linear infinite;

}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@media (max-width: 992px) {
    .all-events__filters-items .filter_title{
        display: block;
        font-size: 16px;
        font-weight: 700;
        line-height: 20.13px;
        text-align: left;
        margin-bottom: 30px;
        color: #878FA6B2;
    }
    .all-events__filters-items .filter_title  .filters-triger_mob{
        width: 32px;
        height: 32px;
        position: absolute;
        bottom: initial;
        left: initial;
        margin-top: 0px;
        right: 20px;
        top: 20px;
        background: url(../img/close-icon.svg);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 100% 100%;
    }
    .all-events__filters-items:before{
        content: '';
        position: absolute;
    }
    .all-events__filters-items {
        margin-top: 0px;
        border-radius: 0px;
        display: none;
        position: fixed;
        top: 0;
        height: 100%;
        right: 0;
        z-index: 100000;
        min-width: 320px;
        max-width: 320px;
        overflow: auto;
    }

}

.my-courses-page .col_9 {
    position: relative;
}

.lesson_loader {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000000;
    transition: 0.5s;
}

.lesson_loader.overlay {
    visibility: visible;
    opacity: 1;

}

.lesson_loader:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: #f8f7fc;
    opacity: 0.9;
    z-index: -1;
}

.smiley {
    width: 8em;
    height: 8em;
}

.smiley__eye1,
.smiley__eye2,
.smiley__mouth1,
.smiley__mouth2 {
    animation: eye1 3s ease-in-out infinite;
}

.smiley__eye1,
.smiley__eye2 {
    transform-origin: 64px 64px;
}

.smiley__eye2 {
    animation-name: eye2;
}

.smiley__mouth1 {
    animation-name: mouth1;
}

.smiley__mouth2 {
    animation-name: mouth2;
    visibility: hidden;
}

/* Dark theme */
/*@media (prefers-color-scheme: dark) {*/
/*    :root {*/
/*        --bg: hsl(var(--hue),90%,10%);*/
/*        --fg: hsl(var(--hue),90%,90%);*/
/*    }*/
/*}*/

/* Animations */
@keyframes eye1 {
    from {
        transform: rotate(-260deg) translate(0, -56px);
    }
    50%,
    60% {
        animation-timing-function: cubic-bezier(0.17, 0, 0.58, 1);
        transform: rotate(-40deg) translate(0, -56px) scale(1);
    }
    to {
        transform: rotate(225deg) translate(0, -56px) scale(0.35);
    }
}

@keyframes eye2 {
    from {
        transform: rotate(-260deg) translate(0, -56px);
    }
    50% {
        transform: rotate(40deg) translate(0, -56px) rotate(-40deg) scale(1);
    }
    52.5% {
        transform: rotate(40deg) translate(0, -56px) rotate(-40deg) scale(1, 0);
    }
    55%,
    70% {
        animation-timing-function: cubic-bezier(0, 0, 0.28, 1);
        transform: rotate(40deg) translate(0, -56px) rotate(-40deg) scale(1);
    }
    to {
        transform: rotate(150deg) translate(0, -56px) scale(0.4);
    }
}

@keyframes eyeBlink {
    from,
    25%,
    75%,
    to {
        transform: scaleY(1);
    }
    50% {
        transform: scaleY(0);
    }
}

@keyframes mouth1 {
    from {
        animation-timing-function: ease-in;
        stroke-dasharray: 0 351.86;
        stroke-dashoffset: 0;
    }
    25% {
        animation-timing-function: ease-out;
        stroke-dasharray: 175.93 351.86;
        stroke-dashoffset: 0;
    }
    50% {
        animation-timing-function: steps(1, start);
        stroke-dasharray: 175.93 351.86;
        stroke-dashoffset: -175.93;
        visibility: visible;
    }
    75%,
    to {
        visibility: hidden;
    }
}

@keyframes mouth2 {
    from {
        animation-timing-function: steps(1, end);
        visibility: hidden;
    }
    50% {
        animation-timing-function: ease-in-out;
        visibility: visible;
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: -351.86;
    }
}
.pt-80{
    padding-top: 80px;
}
@media (max-width: 992px) {
    .pt-80{
        padding-top: 40px;
    }
}
.mentors_info{
    max-width: 767px;
    margin: 0 auto;
}
.mentors_info .mentor_info_top{
    display: flex;
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 100px 40px 40px;
    align-items: center;
}
.mentors_info .mentor_image{
    text-align: center;
    margin-right: 30px;
}
.mentors_info .mentor_image img{
    max-width: 160px;
    height: auto;
    max-height: 160px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}
.mentors_info .mentor_info{
    text-align: left;
}
.mentors_info .mentor_info h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom:20px ;
    color: #333333;

}
.mentors_info .mentor_info p{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 10px;
    color: #333333;
}
.mentors_info .mentor_info p:last-child {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #878FA6;

}
.mentors_info .mentor_info_about{
    margin-top: 20px;
    background: #fff;
    border-radius: 20px;
    padding: 40px;
}

.mentors_info .mentor_info_about .mentor_info_about_title {
    color: #333333;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom:25px ;
    font-size: 24px;
}
.mentors_info .mentor_info_about p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-align: left;
    margin-bottom: 20px;
}
.mentors_info .mentor_info_about br{
    margin-bottom: 20px;
}
.mentors_event{
    margin: 100px auto auto auto;
    max-width: 1200px;

}
.mentors_event h3{
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 720px) {
    .mentors_info .mentor_info_top{
        flex-direction: column;
        padding: 25px 20px;
    }
    .mentors_info .mentor_image{
        margin-bottom: 30px;
    }
    .mentors_info .mentor_info h2,.mentors_info .mentor_info p{
        text-align: center;
    }
    .mentors_event{
        margin: 40px auto auto auto;
    }
    .mentors_event h3{
        text-align: center;
    }
    .mentors_info .mentor_info_about{
        padding: 25px 20px;
    }
}
.mentors__info .title a,.course-steps__head li a{
    text-decoration: underline;
    color: #333;
}

.news_item .info-item__content{
    padding: 16px;
}
.news_item .text-w-icon span{
    color: #878FA6;
}
.news_item .title a{
    color: #333333;
}
.news_item .info-item__content-head,.news_item .title,.news_item .text{
    margin-bottom: 10px;
}
.news_item_author{
    display: flex;
    justify-content: space-between;
}
.news_item_author .news_item_author_items {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #878FA6;
    display: flex;
    align-items: center;
    gap: 10px;
}
.news_item_author svg{

}
.news_item .text{
    font-size: 14px;
    font-weight: 500;
    line-height: 17.61px;
    letter-spacing: 0.05em;
    text-align: left;
}
.news_filter {
    padding-bottom:50px ;
}
.news_filter ul{
    padding: 0;
    margin: 0;
}
.news_filter ul li{
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}
.news_filter ul li a{
    font-size: 16px;
    font-weight: 500;
    line-height: 17.61px;
    padding: 15px 30px;
    border-radius: 30px;

    border: 1px dashed #878FA6;
    display: block;
    letter-spacing: 0.05em;
    text-align: left;
    color: #878FA6;
    text-decoration: none;
}
.news_filter ul li a.active{
    background: #878FA6;
    color: #fff;
}

.news_page_content {
    padding: 30px 40px;
    background: #ffffff;
    border-radius: 20px;
}
.news_page_content .news_filter{
    margin-top: 30px;
}
.news_page_content .news_views{
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #878FA6;
    display: flex;
    align-items: center;
    gap: 10px;
}
.news_page_content .author_date_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.author_date_content .date, .author_date_content .author{
    font-size: 14px;
    font-weight: 700;
    line-height: 17.61px;
    letter-spacing: 0.02em;

    color: #878FA6;
}
.news_page_content .image{
    margin-bottom: 40px;
}
.news_page_content .image img{
    width: 100%;
    object-fit: cover;
}
.news_page_content .title{
    margin-bottom: 40px;
}
.news_page_content .text,.news_page_content .text p{
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 15px;
}

.news_page .top_news{
    border: 1px dashed #878FA6;
    padding: 30px 20px;
}
.news_page .top_news ul li {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #878FA6;
}
.news_page .top_news .top_news_title a {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #333333;
    text-decoration: underline;
}
.news_page .top_news .top_news_title {
    margin-bottom: 10px;
}
.news_page .top_news .title {

}
.news_page .top_news ul{
    padding: 0;
    margin-top: 20px;
}
.top_news_date{
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 15.1px;
    letter-spacing: 0.02em;
    color: #878FA6;
}
.top_news_text{
    margin-bottom: 10px;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    line-height: 17.61px;
    letter-spacing: 0.05em;
    text-align: left;
}

@media (max-width: 920px) {
    .news_page .col_9, .news_page .col_3{
        width: 100%;
    }
    .news_page .col_3{
        margin-top: 40px ;
    }
}
@media (max-width: 520px) {
    .news_filter ul li{
        margin-right: 5px;
    }
    .news_page_content .image, .news_page_content .title, .news_page_content .text ,.news_page_content .author_date_content{
        margin-bottom: 15px;
    }
    .news_page_content {
        padding: 20px 10px;
        overflow: hidden;
    }
}

.category_home{
    padding-top: 67px;
}
.category_home_item {
    height: 240px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
}
.category_home_item.bg-gray{
    background-color: #878FA6;
}

.category_home_item.bg-red{
    background-color: var(--global-color);
}
.category_home_item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.category_home_item.bg-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 29%);
    border-radius: 20px;
}
.category_home_item .title{
    font-size: 24px;
    font-weight: 700;
    line-height: 30.19px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #fff;
    position: relative;
    z-index: 20;
}
.category_home_item  .btn-block{
    justify-content: flex-end;
    position: relative;
    z-index: 20;

}
.category_home_item  .btn-block .btn {
    padding: 15px 40px 15px 40px;
    border: 1px solid #ffffff;
    background: transparent;
}

.mentor_statistics{
    padding-top: 40px;
}
.mentor_statistics_row .title{
    margin-bottom: 0!important;

}
.mentor_statistics .info-item .title-block .title{
    margin-bottom: 0;
    font-size: 18px!important;
    font-weight: 700;
    line-height: 22px;
    text-align: left;

}
.mentor_statistics h3{
    font-family: Geometria;
    font-size: 24px;
    font-weight: 700;
    line-height: 30.19px;
    text-align: left;
    margin-bottom: 0;

}
.mentor_statistics .info-item .info-item__count{
    margin-top: 20px;
    max-width: 200px;
}
.mentor_statistics .info-item .info-item__count li{
    margin-bottom: 10px ;
    font-size: 18px!important;
    line-height: 22px;
    color: #878FA6;
}
.mentor_statistics .info-item .info-item__count li b{
    color: #333333;
}
.mentor_statistics .info-item .info-item__count li:last-child{
 margin: 0;
}
.mentor_statistics .info-item .btn-block .btn{
    max-width: 100%;
    min-width: 100%;
    text-transform: none;
}
.mentor_statistics .mentor_statistics_row {
    display: flex;
    justify-content: space-between;
    padding-top: 16px ;
    border-bottom: 2px solid #878FA633;
    padding-bottom: 16px;
}
.mentor_statistics .counter_events{
    padding-top: 16px;
}
.mentor_statistics .counter_events{
    margin-bottom:30px ;
}
.mentor_statistics .counter_events li{
    color: #878FA6;
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
    text-align: left;
    margin-bottom: 10px;
}
.mentor_statistics .counter_events li b{
    color: #333333;
    font-weight: 700;
}
.mentor_statistics .counter_events li:last-child{
    margin-bottom: 0;
}
.mentor_statistics .date_rannge{
    min-width: 450px;
    text-align: right;
}
.mentor_statistics .date_rannge label{
    position: relative;
}
.mentor_statistics .date_rannge label svg{
    content: '';
    position: absolute;
    left: 5px;
    height: 16px;
    top: 3px;
    width: 16px;
}
.mentor_statistics .date_rannge input{
    width: 100%;
    max-width: 210px;
    padding: 10px;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #ccc;
    cursor: pointer;
    text-align: right;
}
.daterangepicker .drp-buttons{
    display: flex!important;
    flex-direction: column-reverse;
    max-width: 170px;

}
.daterangepicker .drp-buttons .btn{
    width: 127px!important;
    height: 35px!important;
    border: 1px solid #87CECA;
    background:#87CECA!important; ;
    margin-bottom:10px ;
    border-radius: 30px!important;

}
.daterangepicker .drp-buttons .btn-cancel{
    background: transparent!important;
    border: 1px dashed #87CECA;
    color: #87CECA!important;
}
.daterangepicker td.active, .daterangepicker td.active:hover{

}
.daterangepicker .ranges li.active,.daterangepicker td.active, .daterangepicker td.active:hover{
    background: #87CECA!important;
}
.daterangepicker .drp-selected{
    display: none!important;
}


@media (max-width: 1300px) {
    .mentor_statistics .row > .col{
       width: 33.33%;
    }
}
@media (max-width: 900px) {
    .mentor_statistics .row > .col{
        width: 50%;
    }
    .mentor_statistics .mentor_statistics_row{
        flex-direction: column;
    }
}
@media (max-width: 600px) {
    .mentor_statistics .row > .col{
        width: 100%;
    }
    .mentor_statistics .date_rannge{
        text-align: left;
    }
    .mentor_statistics .date_rannge span {
        display: block;
        margin-bottom: 10px;
    }
    .mentor_statistics_row .title{
        margin-bottom: 20px;
    }
    }
.partnersslider{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10000;
    top: 50px;
}
.partnersslider a {
    margin-bottom: 20px;
    padding: 0 10px;
}
.breadcrumb{
    margin-bottom: 30px;
}
.breadcrumb ul{
    display: flex;
    align-items: center;
}
.breadcrumb ul li{
    margin-right: 10px;
}

.breadcrumb ul li:last-child{
    margin-right: 0;
}
.breadcrumb ul li:after{
    content: '/';
    color: #878FA6;
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
    text-align: left;
    margin-left: 8px;
}
.breadcrumb ul li:last-child:after {
display: none;
}
.breadcrumb ul li a{
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
    text-align: left;
    color: #878FA6;
}
.breadcrumb ul li span {
    color: #333333;
    font-size: 16px;
    line-height: 17px;
    text-align: left;
    font-weight: 700;
}
@media (max-width: 920px) {
    .category_home .col_4, .category_home .col_3{
        width: 100%;
    }

}


.seo-container{
    padding: 30px 0;
}
.seo-text {
    position: relative;
    overflow: hidden;
    max-height: 100px; /* Максимальна висота блоку */
    transition: max-height 0.3s ease-in-out;
}
.seo-text_block{
    position: relative;
}
.seo-text_block.open .seo-text {
    max-height:100%; /* Збільшуємо висоту при відкритті */
}

.seo-text_block:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    opacity: 1;
    box-shadow: -15px -5px 20px 15px #f2f2f2;
}
.seo-text_block.open:after{
    opacity: 0;
}
.seo-text.open + .seo-overlay {
    display: none; /* При відкритті градієнт зникає */
}

.toggle-btn_seo {
    margin-top: 30px;
    display: inline-block;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    max-width: 250px;
}

.page-payment-success{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-payment-success .page-404__content{
    text-align: center;
    align-items: center;
}
.page-payment-success .page-404__content .icon{
    margin-bottom: 20px;
}
.page-payment-success .page-404__content .icon svg{
    width: 150px;
}
@media (max-width: 620px) {
    .page-payment-success .page-404__content .icon svg{
        width: 80px;
    }
}
.block__img_video{
    display: flex;
    max-width: 100%!important;
    height: 100%;
    padding-top: 0;
    margin: 0!important;
}
.block__img_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block_orders-block ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap ;
    margin: 0 -30px;
}
.block_orders-block ul  li{
    width: calc(33.333% - 60px);
    margin:  0 30px;
    background: #e1f3f2;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}
.block_orders-block ul  li h4{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.block_orders-block ul  li{
    counter-increment: my-counter;

}

.block_orders-block ul  li p{
    flex-grow: 1;

}


.block_orders-block ul  li h4:before {
    content: counter(my-counter);
    padding: 2px 12px;
    background: #333;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}
.block_orders-block ul  li a  {
    padding: 5px 35px;
    border-radius: 20px;
    margin-top: 30px;
    display: flex;
    color: #000;
    text-align: center;
    justify-content: center;
    border: 1px solid #333;
}
.block_orders-block ul  li a svg {
    margin-right: 5px;
}

@media (max-width: 1370px) {


    .block_orders-block ul li p{
        font-size: 16px;
    }
    .block_orders-block ul li a{
        font-size: 14px;
    }
}
@media (max-width: 1220px) {

    .block_orders-block ul li {
        width: calc(50% - 60px);
    }

    .block_orders-block ul li {
        margin-bottom: 30px;
    }

}
@media (max-width: 730px) {
    .block_orders-block ul{
        flex-direction: column;
        align-items: center;
    }
    .block_orders-block ul li {
        width: calc(70%);
    }
}

@media (max-width: 450px) {
    .block_orders-block ul li {
    width: calc(100% - 60px);
    margin: 30px 10px;
    }
}
