/****/
.summary_text{
    margin-top: 40px;
}
.section_title {
    margin-bottom: 25px;
}
.kv-meter-container{
    display: none;
}
/*****/
.empty_list{
    padding: 40px;
    margin-bottom: 0;
    font-size: 16px;
}
.highlight{
    background-color: #966CEE;
    color: #fff;
}
.title-viewer p{
    margin-bottom: 20px;
}
/******/
.has-error .help-block,
.has-error .control-label,
.has-error .radio,.card-edu
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}
.btn.btn-link.logout{
    color: #fff;
}
.navbar-custom-menu {
    padding-right: 10px;
}




/*****/

.login_panel_info .dropdown-menu{
    /*width: auto!important;*/

}

.navbar-nav>.notifications-menu>.dropdown-menu>li.header-item,
.navbar-nav>.messages-menu>.dropdown-menu>li.header-item,
.navbar-nav>.tasks-menu>.dropdown-menu>li.header-item {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff;
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #444444;
    font-size: 14px;
}
.navbar-nav>.notifications-menu>.dropdown-menu>li, .navbar-nav>.messages-menu>.dropdown-menu>li, .navbar-nav>.tasks-menu>.dropdown-menu>li {
    position: relative;
}

/************/

.select-sort-wrapper{
    position: relative;
}

.select-sort-wrapper_inner_list .select2-container--material {
    border-bottom: none;
    right: 230px!important;
    left: unset!important;
}
.select2-container--material .select2-results__options {
    box-shadow: none;
}
.select2-container--krajee-bs4.select2-container--disabled .select2-selection,
.select2-container--krajee-bs4.select2-container--disabled .select2-selection--multiple .select2-selection__choice{
    border: 1px solid #EFE8F8;
}

/*****************/
.footer .btns-wrapper a {
    line-height: 44px;
}
.user-profile_logo{
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
/****/

.course_item__header img{
    max-height: 200px;
    margin: auto;
}
@media only screen and (max-width: 991px)
{
/*    .header {
        margin-top: 80px;
    }*/
    .top-line .login_panel_info {
        display: none;
    }
    /*.owl-carousel.owl-theme .owl-nav{*/
    /*    display: none;*/
    /*}*/
    .owl-carousel.owl-theme .owl-nav .owl-next{
        margin-right: -20px;
    }
    .owl-carousel.owl-theme .owl-nav .owl-prev{
        margin-left: -20px;
    }
    .top-line ul li:last-child {
        height: auto;
        background-color: initial;
    }
    .user-menu span{
        display: none;
    }
    .user-menu img{
        width: 36px;
        height: 36px;
    }
    .summary_text {
        text-align: center;
        font-size: 14px;
    }
    .top-line .btns-wrapper a{
        margin-bottom: 10px;
    }

    .top-nav-wrapper{
        flex-direction: row-reverse;
    }
    .logo-wrapper a{
        max-width: 100%;
    }
    .top-nav-wrapper .btns-wrapper{
        display: none;
    }
    .top-nav-wrapper{
        justify-content: flex-start;
    }
    .card-edu .card-edu__actions .edit-card{
        width: 160px;
    }
}
/***************/

.company__logo-small{
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block;
    background-color: #fff;
    padding: 8px;
    border-radius: 12px;
}
.company__content-list .owl-dots{
    display: none;
}
.block_feature a{
    font-size: 16px;
}
.dropdown-arrow{
    width: 24px;
    height: 24px;
    background: #F9F4FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
/******/

.top-search__mobile  .modal-dialog{
    display: flex;
    /*align-items: center;*/
    height: 100%;
}


a.dropdown_toggle {
    display: flex;
    align-items: center;
}


/*****/

.rating-diagram {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 35px;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #fff;
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;

    line-break: auto;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
/* всплывающие подсказки */
.tooltip-inner {background-color: #fff;color: #333;font-size: .875rem;-webkit-box-shadow: 0 0 .9375rem rgba(0,0,0,.25);;box-shadow: 0 0 .9375rem rgba(0,0,0,.25);border-radius:0;padding:.5rem .75rem;}
.tooltip.bs-tooltip-right .arrow:before {border-right-color: #fff !important;}
.tooltip.bs-tooltip-left .arrow:before {border-left-color: #fff !important;}
.tooltip.bs-tooltip-bottom .arrow:before {border-bottom-color: #fff !important;}
.tooltip.bs-tooltip-top .arrow:before {border-top-color: #fff !important;}
/*****/

.user__info{
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: 0 18px;
}
.user__rate > span{
    border: 1px solid #966CEE;
    border-radius: 8px;
    color: #966CEE;
    padding: 1px 6px;
}
.user__username{
    white-space: nowrap;
}
a.dropdown_toggle:hover, a.dropdown_toggle:focus, a.dropdown_toggle:active{
    color: #000;
}

.block_feature{
    /*min-height: 75px;*/
}

.avatar{
    border-radius: 8px;
}

.top-nav-wrapper .search_result{
    right: 0;
    max-width: 810px;
    margin: auto;
}

.block_left_menu li a.active{
    background-color: #F9F4FF;
}

/****/

.user_pic{
    border-radius: 8px;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 228px;
}
@media only screen and (max-width: 992px) {
    .profile-photo{
        text-align: center;
    }
    .user_pic{
        margin: auto!important;
    }
}
@media only screen and (max-width: 1570px) and (min-width: 1200px){
    a#uploadBtn{
        width: 190px!important;
    }
}


.btn-small{
    display: inline-block;
    padding: 6px 12px;
    width: 228px;
    height: 36px;
    background-color: #F9F4FF;
    z-index: 1000;
    color: #966CEE !important;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    margin: 10px 0;
    border: 1px solid #E6E0FA;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 4px;
    user-select: none;
    touch-action: manipulation;

}

input[type="file"] {
    /*display: inline;*/
}

.field-user-gender{
    display: flex;
    padding: 15px;

}
.field-user-gender .control-label{
    display: flex;
    align-items: center;
}
#user-gender{
    display: flex;
    margin-left: 50px;

}
#user-gender .radio{
    padding: 15px;
}
.trains-block{
    display: flex;
    margin: 15px;
    flex-direction: row;
    flex-wrap: wrap;
}


/********/


.block__user-info{
    margin-bottom: 40px;
}
.profile-info h3{
    margin-bottom: 25px;
}
.block__user-info h3{
    font-size: 28px;
    line-height: 36px;
}
.block__user-info p{
    color: #A897BD;
}

.card-edu__header, .card-edu__content, .card-edu__footer{
    padding: 15px;

}
.card-edu__content{
    border-top: 1px solid #E6E0FA;
    border-bottom: 1px solid #E6E0FA;
}
/*.edu-info-carousel.owl-carousel.owl-theme .owl-nav .owl-prev{*/
/*    margin-left: -18px;*/
/*}*/
/*.edu-info-carousel.owl-carousel.owl-theme .owl-nav .owl-next{*/
/*    margin-right: -24px;*/
/*}*/
.edu-info-carousel .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.edu-info-carousel .owl-item{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}
.card-edu{
    max-width: 312px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EFE8F8;
    border-radius: 16px;
    margin: 20px auto;
    min-height: 200px;
}
.card-edu.add-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px dashed #EFE8F8;
    border-radius: 16px;
}
.add-item_btn {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
}
.add-item_btn span{
    color: #966CEE;
    margin-top: 8px;
    font-size: 16px;
    line-height: 26px;
}
.docs-confirm{
    display: flex;
    margin-bottom: 10px;
}
.docs-confirm .label{
    color: #A897BD;
}
.docs-confirm .type{
    color: #392B4B;
}
.card-edu__actions{
    display: flex;
    justify-content: space-between;
}

.card-edu__actions .edit-card{
    background-color: #F9F4FF;
    color: #966CEE;
    border: 1px solid #E6E0FA;
    border-radius: 8px;
    padding: 8px 16px;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 36px;
    text-align: center;
    font-weight: 600;
    display: flex;
    align-items: center;    
}
.card-edu__actions .delete-item, .card-edu__actions .delete-edu-item{
    background-color: #FEEEE6;
    border: 1px solid #FFC8C5;
    border-radius: 8px;
    height: 36px;
    width: 36px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.card-edu__title{
    color: #392B4B;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    word-wrap: break-word;
}
.card-edu__description, .card-edu__title, .card-item__title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.card-edu__type{
    color: #A897BD;
    font-size: 12px;
    line-height: 16px;
}

/****/

.tagify--outside{
    border: 0;
}

.tagify--outside .tagify__input{
    order: -1;
    flex: 100%;
    border: 1px solid #EFE8F8;
    border-radius: 8px;
    height: 44px;
    background-clip: unset;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    font-weight: 400;
    background-color: #fff;
    margin-bottom: 1em;
    transition: .1s;
}

.tagify--outside .tagify__input:hover{ border-color:#966CEE;     color: #495057;background-color: #fff;}
.tagify--outside.tagify--focus .tagify__input{
    transition:0s;
    color: #495057;
    background-color: #fff;
    border-color: #966CEE;
}

.tagify tag>div{
    border-radius: 8px !important;
    height: 32px !important;;
    white-space: normal;
}
.tagify tag:hover:not([readonly]) div::before{
    box-shadow: none;
}

.profile-skills  .tagify tag x{
    color: #38BF7E;
}
.profile-skills  .tagify tag x:hover {
    color: #38BF7E;
    background: inherit;
}

.profile-skills .tagify tag>div{
    background-color: #E4FFEC;
    color: #168C4C;
    border: 1px solid #38BF7E;
}


.tools-and-soft  .tagify tag x{
    color:#AF5897;
}
.tools-and-soft  .tagify tag x:hover {
    color: #AF5897;
    background: inherit;
}
.tools-and-soft .tagify tag>div{
    background-color: #FDF0F7;
    color: #AF5897;
    border: 1px solid #FAC6EB;
}
/*******/

.customSuggestionsList > div{
    max-height: 300px;
    border: 2px solid pink;
    overflow: auto;
}

/*****/

.form-content{
    background-color: #fff;
    padding: 24px;
    border: 1px solid #EFE8F8;
    border-radius: 8px;
    max-width: 950px;
}
.form-content .sign-icon{
    max-width: 124px;
}
.form-content__center{
    margin: auto
}

.flex_block{
    display: flex;
    justify-content: space-between;
}
.edu-btn_wrap{
    justify-content: flex-end;
    display: flex;
}
.edu-btn_wrap .sign-icon{
    justify-content: normal;
}

/*****/

.select2-search--dropdown{
    display:block;
}
.block_left_menu_mobiled-block{
    padding-bottom: 20px;
}
.hide-search-field .select2-search--dropdown{
    display: none!important;
}
.select2-container--krajee-bs4 .select2-results > .select2-results__options{
    max-height: 300px!important;
}

.radio-list {
    display: flex;
}

/*******/

.bootbox .model-footer {
    flex-wrap: nowrap;
}
.card-edu{
    position: relative;
    display: flex;
    flex-direction: column;
}
.card-edu__content {
    margin-top: auto;
}

/*****/

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu{
    margin-top: 19px;
}
.dropdown-menu form button {
    background-color: #fff;
}
.filter-section .field-coursesearch-sort .select2{
    background: transparent;
}
.top-nav-wrapper .btn-place{
    margin-right: 10px;
}
.top-search__mobile .search-wrapper{
    display: initial;
    height: auto;
}
.content-type__link a:not(.add_course) h2{
    font-size: 28px;
}
.dropdown-menu .logout:hover{
    color: #392B4B!important;
}
.dropdown.user li,
.dropdown-profile-mob li{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}
.dropdown.user .dropdown-menu a,
.dropdown.user .dropdown-menu button,
.dropdown-profile-mob a,
.dropdown-profile-mob button{
    padding: 10px 15px;
}
.dropdown.user *{
    font-size: 16px;
}
.dropdown.user li:hover{
    background-color: #FAFBFD!important;
    cursor: pointer;
}
button.logout {
    width: 100%;
    text-align: left;
}
.top-line.show{
    z-index: 99999999;
}

.top-panel_main{
    z-index: 9999;
}
/**
* hidden part v1
**/
.top-search__mobile .modal-content{
    margin-top: 70px;
}
.top-nav-wrapper .search_result{
    top: 60px;
}

@media (max-width: 992px) {
    .top-line ul li:not(:last-child){
        display: block;
    }
}
@media (min-width: 992px) {
    .top-line {
        display: block;
    }
}

.course_item .course_item__header {
    background-color: #f9f4ff;
    display: flex;
}

.skillbox_company_course .course_item__header img{
    width: 100%;
}

.course_item .course_item__header{
    min-height: 200px !important;
}

.select2{
    background-color: transparent;
}
.tags-items li {
    white-space: normal;
}

.main-text {
    background-color: #fff;
    border: 1px solid #EFE8F8;
    border-radius: 16px;
    padding: 25px;
    text-align: justify;
}

.main-text ol p {
    margin-bottom: 24px;
    color: #A897BD;
}
.main-text ol li::marker {
    font-size: 14px;
    line-height: 20px;
    color: #392B4B;
}

/**
* scroll
**/

.scroll-element::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}
.scroll-element::-webkit-scrollbar-thumb {
    background-color: #DFDBEE;
}
.scroll-element::-webkit-scrollbar-track {
    /*-webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;*/
    background-color: #fff;

}
/**
* notify-dropdown
**/
.notify-block{
    display: flex;
    justify-content: center;
}
.navbar-down-list ul{
    list-style: none;
}
.notify-image{
    width: 64px;
    height: 64px;
}
.notify-date{
    color: #A897BD;
    font-size: 14px;
    line-height: 20px;
}
.notify-item_content{
    float: left;
    padding: 0 10px;
}
.navbar-down-list>.notifications-menu>.dropdown-menu,
.navbar-down-list>.messages-menu>.dropdown-menu,
.navbar-down-list>.tasks-menu>.dropdown-menu {
    width: 550px!important;
    padding: 8px 0 8px 0;
    margin: 30px 0 0 0 !important;
    right: 0!important;
    left: unset!important;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 6px 24px rgba(24, 29, 54, 0.06);
    border: 1px solid #E4E9F0;
    border-radius: 16px;
    z-index: 9999;
}

.navbar-down-list>.notifications-menu>.dropdown-menu>li .notify-item>li>.media {
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 16px;
    display: flex;
}
.navbar-down-list>.notifications-menu>.dropdown-menu>li .notify-item>li{
    border-bottom: 1px solid #EFE8F8;;
}
.navbar-down-list>.notifications-menu>.dropdown-menu>li .notify-item>li:last-child{
    border-bottom: none;
}

.navbar-down-list>.notifications-menu>.dropdown-menu>li.header-item,
.navbar-down-list>.messages-menu>.dropdown-menu>li.header-item,
.navbar-down-list>.tasks-menu>.dropdown-menu>li.header-item {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff;
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #444444;
    font-size: 14px;
}
.navbar-down-list.notifications-menu>.dropdown-menu>li,
.navbar-down-list>.messages-menu>.dropdown-menu>li,
.navbar-down-list>.tasks-menu>.dropdown-menu>li {
    position: relative;
}
.navbar-down-list>.notifications-menu>.dropdown-menu>li .notify-item,
.navbar-down-list>.messages-menu>.dropdown-menu>li .notify-item,
.navbar-down-list>.tasks-menu>.dropdown-menu>li .notify-item {
    max-height: 500px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden;
}
.navbar-down-list>.notifications-menu>.dropdown-menu>li.footer-item>.media,
.navbar-down-list>.messages-menu>.dropdown-menu>li.footer-item>.media,
.navbar-down-list>.tasks-menu>.dropdown-menu>li.footer-item>.media {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 12px;
    background-color: #fff;
    padding: 7px 10px;
    border-bottom: 1px solid #eeeeee;
    color: #444 !important;
    text-align: center;
}

.navbar-down-list>.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.navbar-down-list>.navbar-nav>li>.dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
}
.navbar-down-list .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.wrapper-loader.active{
    position:absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255,0.5);
}
.wrapper-loader.active .lds-ellipsis{
    display: block!important;
}
/****/

.banner-center{
    justify-content: center;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    justify-items: center;
}
.banner-center img {
    max-width:  100%;

}

/******/
#levels-checkbox-list-inline label:last-child{
    display: none;
}
#levels-checkbox-list-inline input:last-child {
    display: none;
}


/*******/
.notifications-menu .dropdown-menu{
    transform: none!important;
}
.navbar-down-list .text-muted{
    margin-bottom: 0;
}
.notify-icon:not(.active) ul.scroll-element{
    min-height: 300px;
    align-items: center;
    display: flex;
    justify-content: center;
}

/*********/

.banner-center{
    justify-content: center;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    justify-items: center;
}
.banner-center img {
    max-width:  100%;

}

/****/

@media only screen and (max-width: 991px){
    .navbar-down-list>.notifications-menu>.dropdown-menu,
    .navbar-down-list>.messages-menu>.dropdown-menu,
    .navbar-down-list>.tasks-menu>.dropdown-menu {
        width: 320px!important;
    }
}

/******/
#levels-checkbox-list-inline label:last-child{
    display: none;
}
#levels-checkbox-list-inline input:last-child{
    display: none;
}

/****************/

/*.footer__menu .block_item {*/
/*    display: inline-block;*/
/*    margin-right: 50px;*/
/*    text-align: left;*/
/*}*/
/*.footer__menu .block_item .h4{*/
/*    white-space: nowrap;*/
/*}*/
@media only screen and (max-width: 768px) {
/*    .footer__menu{
        margin-top: 20px;
    }
    .footer__menu .block_item h4{
        text-align: center;
    }
    .footer__menu .block_item {
        display: inline-block;
        margin-right: 0;
        text-align: center;
        width: 100%;
    }
    .footer .footer__menu {
        display: block;
    }*/
}

/*********/


/**
* about.css
**/
.my-purple {
    color: #ffffff;
    background-color: #7D59CA; }

.my-purple:focus,
.my-purple:hover {
    color: #cccccc;
    background-color: #7251bb; }

.text-justify {
    text-align: justify; }

.fs-1 {
    font-family: "Golos Text";
    font-style: normal;
    font-weight: 600;
    font-size: 3rem;
    line-height: 4rem;
    text-align: left;
    color: #392B4B; }

.fs-2 {
    font-family: "Golos Text";
    font-style: normal;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 3.5rem;
    text-align: left;
    color: #392B4B; }

.fs-4 {
    font-family: "Golos Text";
    font-style: normal;
    font-weight: normal;
    font-size: 1.85rem;
    line-height: 3rem;
    letter-spacing: 0.02em;
    color: #A897BD; }

.fs-4-2 {
    font-family: "Golos Text";
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.02em;
    color: #392B4B; }

.fs-5 {
    font-family: "Golos Text";
    font-style: normal;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 1.9rem;
    letter-spacing: 0.02em;
    color: #A897BD; }

.fs-5-2 {
    font-family: "Golos Text";
    font-style: normal;
    font-size: 0.825rem;
    font-weight: 600;
    line-height: 0.763rem;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF; }

.fs-6 {
    font-family: "Golos Text";
    font-style: normal;
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.1rem;
    text-align: center;
    letter-spacing: 0em;
    color: #1E313D; }

.fs-7 {
    font-family: "Golos Text";
    font-style: normal;
    font-weight: 600;
    font-size: 1.0rem;
    line-height: 1.25rem;
    text-align: center;
    letter-spacing: 0em;
    color: #1E313D; }

.fs-8 {
    font-family: "Golos Text";
    font-style: normal;
    font-weight: 400;
    font-size: 1.0rem;
    line-height: 1.1rem;
    text-align: center;
    letter-spacing: 0em;
    color: #1E313D; }

.fs-9 {
    font-family: "Golos Text";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1rem;
    letter-spacing: 0em;
    text-align: left;
    color: #A897BD; }

.about {
    min-height: 503px;
    margin-bottom: 80px; }

.consistOfHeader {
    min-height: 64px; }

.transitionButton {
    box-shadow: 0px 4px 15px 5px #61469a41;
    border-radius: 7.78px;
    min-width: 134px;
    min-height: 147px; }

.transitionButtonImage {
    border-radius: 12.7px;
    background: #A177FF;
    min-width: 79px;
    min-height: 59px; }

.img-transition {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }

.btn-transition {
    border-radius: 3px;
    background: #7D59CA;
    min-height: 22px;
    color: #ffffff; }

.mission {
    min-height: 300px; }

.missionPerson {
    min-height: 562px; }

.personCircle {
    min-height: 169px;
    min-width: 169px; }

.personCircle2 {
    background: #cab1ff83;
    min-height: 562px;
    min-width: 562px;
    max-height: 562px;
    max-width: 562px;
    border-radius: 100%; }

.personBlock {
    background: #ffffff;
    min-height: 465px;
    padding-top: 25px;
    border-radius: 13.8px;
    -ms-flex-line-pack: center;
    align-content: center; }

.personHeader {
    margin-bottom: 33px;
    text-align: center;
    color: #1E313D; }

.historyInfoBlock {
    display: -ms-flexbox;
    display: flex; }

.historyBlock {
    min-width: 49px;
    min-height: 94px;
    max-height: 94px;
    background: #CAB1FF;
    text-align: center; }

.historyBlock2 {
    min-width: 64px;
    min-height: 64px;
    max-width: 64px;
    max-height: 64px;
    background: #CAB1FF;
    text-align: center; }

.historyBlockText {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1rem;
    color: #EFE8F8;
    text-align: center; }

.historyInfoHeader {
    padding-top: 5px;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 0.15rem;
    letter-spacing: 0em;
    text-align: left;
    color: #392B4B; }

.historyInfoText {
    font-size: 0.65rem;
    font-weight: 500;
    line-height: 0.9rem;
    letter-spacing: 0em;
    text-align: left;
    color: #A897BD; }

.teamcol {
    min-height: 250px; }

.teamPerson {
    overflow: hidden;
    min-height: 288px;
    min-width: 250px;
    border-radius: 20px;
    border: 1px solid #E0E0E0;
    background: #F6F6F6;
    padding-top: 33px; }

.teamPersonImg {
    margin-bottom: 23px; }

.teamPersonHeader {
    font-size: 25px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #1E313D; }

.teamPersonText {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #7B93AF; }

.teamPersonLink {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    color: #4B81EA; }

.btn-fullTeam {
    border-radius: 8px;
    padding: 10px 24px 10px 24px;
    background: #DFDBEE;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #A897BD; }

.block {
    background-repeat: no-repeat;
    background-position: left top;
    background-repeat: no-repeat;
    max-width: 1920px;
    margin: auto; }

.personInfo {
    height: 1678px;
    width: 1139px;
    border-radius: 20px;
    background: #ffffff; }

.body {
    background: #E5E5E5; }

.teamPersonHeader2 {
    font-size: 2.188rem;
    font-weight: 600;
    line-height: 2rem;
    letter-spacing: 0em;
    text-align: center;
    color: #1E313D; }

.teamPersonText2 {
    font-size: 1.563rem;
    font-weight: 400;
    line-height: 1.875rem;
    letter-spacing: 0em;
    text-align: center;
    color: #7B93AF; }

.teamPersonLink2 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.313rem;
    letter-spacing: 0em;
    text-align: center;
    color: #4B81EA; }

.skills {
    min-width: 74px;
    min-height: 36px;
    max-width: 177px;
    max-height: 36px;
    border-radius: 8px;
    background: #A897BD; }

#person-info-modal .modal-dialog {
    max-width: 1400px; }

#person-info-modal .modal-content {
    padding: 24px 24px 48px 48px;
    border-radius: 16px; }

/****************/


.unit {
    animation-name: render;
    animation-duration: 1.5s;
    transition-property: all;
    transition-duration: 1.5s;
}

/**************/
.user-information ul{

}
.user-information ul li{
    display: block;
    height: 50px;
    border: 1px solid #E4E9F0;
    border-radius: 16px;
    padding: 12px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #1B273A;
    background-color: #fff;
    margin-bottom: 8px;
}
.user-information ul li.rating-line{

    border: 1px solid #FFE1C5;
    background-color: #FFFDED;
}
.user-information ul li svg{
    margin-right: 20px;
}
.user-information ul li span{
    color: #7E8A9D;
    float: right;
}
.user-information ul li.rating-line span{
    color: #E5A21E;
}

.activity-info{
    font-size: 12px;
    line-height: 18px;
    color: #168d4d;
    border: 1px solid #E4E9F0;
    border-radius: 8px;
    padding: 2px 3px;
    font-weight: bold;
    background-color: #ccf7e6;
}

.rating-info{
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    color: #6c4fab;
    border: 1px solid #E4E9F0;
    border-radius: 8px;
    padding: 2px 3px;
}




/**
** cart page
**/
.table {
    font-size: 16px; }

thead .costs-list__title,
thead .costs-list__value {
    border-top: none; }

.costs-list__title {
    text-align: left; }

.costs-list__value {
    font-size: 18px;
    text-align: right;
    font-weight: 600; }

.costs-list__total {
    color: #27AE60; }

.costs-list__total.discount td{
    font-size: 14px;
}

.costs-list .button_primary {
    width: 100%; }

.course_item__details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
    height: 100%;
    border-left: 1px solid #E4E9F0; }
.course_item__details .info_block:not(:first-child){
    border-top: 1px solid #E4E9F0;
}
.cart-list .card > .row{
    margin: 0;
}
/* .course_item__details::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    background-color: #E4E9F0;
    width: 100%; } */
.course_item__details .info_block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px; }
.course_item__details .info_block .font-main {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600; }
.course_item__details .info_block .font-main strike {
    color: #D0C2DE;
    font-size: 12px; }
.course_item__details .info_block .font-small {
    font-size: 12px;
    line-height: 14px;
    color: #A897BD; }

.cart-list .card-img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.cart-list .card {
    border: 1px solid #EFE8F8;
    border-radius: 16px;
    overflow: hidden; }

.cart-list .card-title {
    max-height: 120px;
    text-overflow: ellipsis;
    overflow: hidden; }

.cart_count {
    color: #DFDBEE; }

.cart-icon{
    position: relative;
}
.cart-icon .cart-icon_count{
    width: 16px;
    height: 16px;
    position: absolute;
    border-radius: 50%;
    background-color: #F3A919;
    color: #fff;
    font-size: 9px;
    line-height: 16px;
    text-align: center;
    right: -6px;
    top: -6px;
}

.add-to-cart{
    position: relative;
}
.add-to-cart .lds-ellipsis{
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    width: 68px;
    height: 7px;
}

.cart-list .list-group .list-group-item{
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 0;
    border-radius: 12px;
}
.cart-list .list-group input[type=checkbox]:checked + .list-group-item{
    background: #fff;
}
.cart-list .list-group input[type=checkbox] + .list-group-item{
    height: 40px;
    width: 40px;
    border: none;
    padding: 0;
}
.cart-list .list-group input[type=checkbox] + .list-group-item:before{
    margin-right: 0;
    width: 32px;
    height: 32px;
    margin-left: 4px;
    border-radius: 8px;
    border: none;
}
.cart-list .h2{
    margin-bottom: 30px;
}
.cart-list{
  position: relative;
}
.cart-list.loading::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    opacity: 0.5;
    z-index: 999;
}
.lds-ellipsis.cart-loader{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
}
.list-group.card-edu__actions .delete-item{
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: #fff;
}

/******/
a.payment-info{
    max-width: 265px;
}

.list-group_item {
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
.form-group .form_radio_group label{
    /*border-right: 1px solid rgba(0,0,0,.125);*/
}

.panel-block{
    margin-top: 15px;
    margin-bottom: 15px;
}
#login-form .btns-wrapper > *{
    margin: 5px 0;
}
.block_item{
    margin-bottom: 15px;
}

.block_left_menu li, .mes-f__list li, .mes-chat__list li{
    transition: all .3s ease 0s;
}
.block_left_menu li:hover, .block_left_menu li.active, .mes-f__list li:hover, .mes-chat__list li:hover{
    background: #f9f4ff;
    box-shadow: inset 4px 0 0 #966cee;
}
.chat-i__file{
    cursor: pointer;
}
li.unchecked p::after{
    content: "";
    background: #f3a919;
    border-radius: 50%;
    position: absolute;
    width: 6px;
    height: 6px;
    margin-left: 10px;
}
.message-files{
    background: #fbfafd;
    padding: 20px;
}
.message-files p{
    white-space: nowrap;
    width:150px;
    height:20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: inline-block;
    color: #a897bd;
}
.message-theme .message-file__name, .message-theme .message-file__size{
    color: #392b4b;
}
.message-file__name{
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}
.chat-date{
    margin: 0 auto;
}
.chat-date p{
    text-align: center;
    font-weight: 400;
    padding: 5px 25px;
    border: 1px solid #efe8f8;
    border-radius: 12px;
    color: #6c4faa;
    background: #f9f4ff;
}

/* Loader 5 */
.loader-5 {
    height: 32px;
    width: 32px;
    -webkit-animation: loader-5-1 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader-5-1 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-1 {
    0%   { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes loader-5-1 {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.loader-5::before {
    content: "";
    display: block;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: auto;
    margin: auto;
    width: 8px;
    height: 8px;
    background: #D0C2DE;
    border-radius: 50%;
    -webkit-animation: loader-5-2 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader-5-2 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-2 {
    0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
    50%  { -webkit-transform: translate3d(24px, 0, 0) scale(.5); }
    100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes loader-5-2 {
    0%   { transform: translate3d(0, 0, 0) scale(1); }
    50%  { transform: translate3d(24px, 0, 0) scale(.5); }
    100% { transform: translate3d(0, 0, 0) scale(1); }
}
.loader-5::after {
    content: "";
    display: block;
    position: absolute;
    top: 0; left: auto;
    bottom: 0; right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: #D0C2DE;
    border-radius: 50%;
    -webkit-animation: loader-5-3 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader-5-3 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-3 {
    0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
    50%  { -webkit-transform: translate3d(-24px, 0, 0) scale(.5); }
    100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes loader-5-3 {
    0%   { transform: translate3d(0, 0, 0) scale(1); }
    50%  { transform: translate3d(-24px, 0, 0) scale(.5); }
    100% { transform: translate3d(0, 0, 0) scale(1); }
}
.loader-5 span {
    display: block;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
    margin: auto;
    height: 32px;
    width: 32px;
}
.loader-5 span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0; left: 0;
    bottom: auto; right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: #D0C2DE;
    border-radius: 50%;
    -webkit-animation: loader-5-4 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader-5-4 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-4 {
    0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
    50%  { -webkit-transform: translate3d(0, 24px, 0) scale(.5); }
    100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes loader-5-4 {
    0%   { transform: translate3d(0, 0, 0) scale(1); }
    50%  { transform: translate3d(0, 24px, 0) scale(.5); }
    100% { transform: translate3d(0, 0, 0) scale(1); }
}
.loader-5 span::after {
    content: "";
    display: block;
    position: absolute;
    top: auto; left: 0;
    bottom: 0; right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: #D0C2DE;
    border-radius: 50%;
    -webkit-animation: loader-5-5 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader-5-5 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-5 {
    0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
    50%  { -webkit-transform: translate3d(0, -24px, 0) scale(.5); }
    100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes loader-5-5 {
    0%   { transform: translate3d(0, 0, 0) scale(1); }
    50%  { transform: translate3d(0, -24px, 0) scale(.5); }
    100% { transform: translate3d(0, 0, 0) scale(1); }
}
.chat-i__box textarea{
    max-height: 400px;
    overflow-y: hidden;
}
.divtext {
    padding: 10px 5px;
    width: 100%;
    min-height: 2em;
    overflow-wrap: anywhere;
}
.divtext:focus{
    border: none;
    -moz-appearance:none;
    outline:0 none transparent;
}
.per__mes{
    display: block;
}
.mes-chat-full .per__mes{
    max-width: 500px;
}
label{
    font-size: 16px;
    color: #a897bd;
    line-height: 24px;
}
pjsdiv, pjsdiv > *{
    font-family: "Golos Text" !important;
}

.progress-container {
    display: none;
    height: 2.5rem;
    width: 100%;
    border-radius: 0.4rem;
    padding: 0;

    background: #f9f4ff;
}

.progress-container .progress {
    text-align: center;
    height: 100%;
    width: 0;
    border-radius: 0.4rem;
    background: #9370dd;
    transition: width 0.4s ease;
}
.progress-container .progress p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Golos Text", serif;
    text-align: center;
    margin: 18px;
}

.progressbar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #d1eee0;
    border-radius: 10px;
    z-index: -1;
    transition: width 0.4s ease;
}
#create-lesson-form label{
    margin-top: 10px;
}
.lesson__filename > .row > div{
    margin-bottom: 5px;
}
.course-delete-file{
    margin-left: 5px;
}
.lesson-vid{
    margin-bottom: 40px;
}
.lesson__block-homework-desc, .lesson__block-lesson-desc {
    white-space: pre-line;
}
.company-mult-item{
    background: #FBFAFD;
    border: 1px solid #EFE8F8;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 20px 40px;
    margin: 20px 0;
}
@media (max-width: 900px) {
    .company-mult-item{
        padding: 10px;
    }
}
.company-mult-item .delete-item{
    margin-top: 10px;
    float: right;
    cursor: pointer;
}
.add-history-step, .add-num, .add-adv{
    padding: 10px 50px;
}
.company-block-desc *{
    color: #A897BD
}
.company-block-desc button{
    font-weight: 700;
}
#free-blocks-choose .modal-body, #free-blocks-choose hr.section_delim{
    padding: 0;
    margin: 0;
}
#free-blocks-choose .row{
    margin-bottom: 0;
}
#free-blocks-choose .modal-body{
    padding: 0;
}
.free_block_div .block-desc{
    padding: 40px 70px;
}
.free_block_div .block-ex{
    padding: 30px;
}
.free_block_div:first-child{
    border-radius: 20px 20px 0 0;
}
.free_block_div:last-child{
    border-radius: 0 0 20px 20px;
}
.free_block_div{
    transition: all .3s ease 0s;
    cursor: pointer;
}
.free_block_div:hover{
    background-color: #c9c2f7;
}
#free-blocks-items .steck-form, .add-person-modal .steck-form{
    border: none;
    background: none;
    padding: 0;
}
#free-blocks-items .input__file{
    padding-bottom: 15px;
}
.company-person-card.card-edu{
    margin: 20px;
}
.text-symbols-limit{
    position: absolute;
    top: 10px;
    right: 40px;
    color: rgba(97, 84, 115, 0.2);
    font-size: 16px;
    font-weight: 500;
}
.text-symbols-limit.max{
    color: #eeb8c7;
}

@media (min-width: 770px) {
    .company-mult-item textarea{
        padding-right: 110px;
    }
    .company-mult-item input[type="text"]{
        padding-right: 80px;
    }
}
.photo-items{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}
.photo-item{
    flex: 2 2 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border: 2px dashed #E6E0FA;
    border-radius: 16px;
    position: relative;
}
.choose-photo{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in;
    cursor: pointer;
    position: relative;
}
@media (max-width: 700px) {
    .photo-item {
        flex: 3 3 30%;
    }
}
.photo-item img{
    border-radius: 16px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}
.choose-photo:hover{
    background-color: #f6ecff;
}
.delete-photo-item{
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    color: red;
    position: absolute;
    top: 0;
    right: 6px;
}
.del-photo-item{
    cursor: pointer;
}
.numbers__list{
    justify-content: normal;
}
.skillbox-stage__slide{
    height: 200px;
}
.skillbox-stage__slide img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

/*loader ripple*/

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #8461d0;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}
.slide-body__form_logo img{
    max-width: 60px;
    max-height: 40px;
}

.partner__link img, .partner__link-mob img{
    width: auto;
    max-width: 100%;
    height: 75px;
    object-fit: cover;
}
.companies .tab-pane{
    width: 100%;
}
.admin-bar__item{
    width: 100%;
}
.admin-bar__link:hover, .admin-bar__link.active{
    background: #f9f4ff;
    box-shadow: inset 4px 0 0 #966cee;
}
.admin-bar__link{
    transition: 0.3s ease-in-out;
}
.companies.tab-content{
    text-align: left;
}
.mrpl-t__title a.active{
    text-decoration: none;
    color: #392b4b;
    border-bottom: 4px solid #966cee;
}
.mrpl-t__title a:after {
    display:block;
    content: '';
    border-bottom: 4px solid #966cee;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}
.mrpl-t__title a:not(.active):hover:after {
    transform: scaleX(1);
}
.cust-select span{
    border: none !important;
}
@media (max-width: 479.98px){
    .mrpl-t__titles {
        gap: 9px;
    }
}
.carrd .courses__slide{
    width: 100%;
}
a.mrpl-t__buttons_hide:active, a.mrpl-t__buttons_hide:hover, a.mrpl-t__buttons_hide:focus{
    color: #966cee;
}
.course-btn__secondary{
    border: 1px solid #e6e0fa;
    text-align: center;
    white-space: nowrap;
    padding: 0 16px;
    color: #966cee;
    background-color: #f9f4ff;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    height: 44px;
    font-style: normal;
    text-decoration: none;
}
.course-btn__primary{
    color: #ffffff !important;
    background-color: #966cee;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
}
.course-btn__primary.red{
    background-color: red;
}
.course-btn__primary:disabled{
    background-color: #bca7e7;
}
.ui-sortable-placeholder {
    height: 50px;
    margin-bottom: 30px;
    border: 1px dashed #966cee;
    border-radius: 10px;
    visibility:visible !important;
}
.module__item_text{
    margin: 0;
    white-space: pre-line;
}
li.instruments__item a{
    color: #ffffff;
    font-size: 16px;

}
.tags_list li{
    display: inline-block;
    margin: 5px 2px;
    padding: 7px 12px;
    border-radius: 15px;
    background-color: #d3c4de;
}
li.show_all_tags{
    cursor: pointer;
    color: #A897BD;
    padding: 7px 0;
    margin: 5px;
    background-color: transparent;
}
.auto_h1{
    font-size: 40px;
    font-weight: 600;
}
.modal {
    background-color: rgba(0,0,0,0.75);
}
.card-edu__footer{
    margin-top: auto;
}
.card-edu{
    transition: 0.2s ease-in-out;
}
.card-edu:not(.add-button):hover{
    box-shadow: 1px 1px 7px 0 #cdc2ee;
}
@media (min-width: 1100px) {
    .owl-carousel.owl-theme .owl-nav .owl-prev {
        margin-left: -100px;
    }

    .owl-carousel.owl-theme .owl-nav .owl-next {
        margin-right: -100px;
    }
}
.module__item{
    transition: 0.15s ease-in-out;
}
.module__item:hover{
    cursor: pointer;
    box-shadow: 1px 1px 7px 0 #cdc2ee;
}
.cat_marker__item.green{
    color: #fff !important;
}
.card-item__title{
    height: 50px;
}
.card-item__subtitle{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}