.header.profile .header__menu.profile li:not(.white)::before{
    height: calc(100% + 43px);
}
.header.profile.small .header__menu.profile li:not(.white)::before{
    height: calc(100% + 35px);
}

/* Icons */
.icon-business-card{
    width: 18px;
    height: 14px;
    background-image: url(icons/business-card.png);
}
.icon-document{
    width: 18px;
    height: 18px;
    background-image: url(icons/portable-document-format.png);
}
/* Icons end */

/* Custom Selects */
.custom_select{
    position: relative;
    width: 100%;
    border: 1px solid #f3f3f3;
    font-size: 14px;
}
.select-wrapper.active::after{
    transform: rotateX(180deg);
    transition: all ease .4s;
    top: 14px;
}
.custom_select__selected{
    cursor: pointer;
    padding: 13px 15px;
}
.custom_select__options{
    position: absolute;
    top: 100%;
    z-index: 3;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    left: 0;
    width: 100%;
    display: none;
}
.custom_select__options-item{
    cursor: pointer;
    width: 100%;
    display: block;
    padding: 13px 15px;
    border-bottom: 1px solid #f3f3f3;
    background-color: #FFF8E8;
    transition: 0.3s all;
}
.custom_select__options-item:hover{
    background-color: #fff;
}
.custom_select__options-item:last-of-type{
    border: none;
}
/* Custom Selects end */

body::after{
    z-index: 14;
}

.button{
    border-radius: 10px;
}
.vacancy-main{
    padding-bottom: 30px;
}

/* Color for company */
.header__menu.profile.company_color li.white{
    color: #555;
}
.header__menu.profile.company_color li.profile-burger .icon{
    color: white;
}
.header__menu.profile.company_color li:hover .icon{
    color: #808080;
}
.header__menu.profile.company_color li.white .text::after{
    border-top-color: #555;
}
.header__menu.profile.company_color .profile-user::before{
    background-color: #FCAB10;
}
.header__menu.profile.company_color .profile-burger::before{
    background-color: #EF9E03;
}
.header__menu.profile.company_color::after{
    background-color: #E79600;
}
@media (max-width: 1000px){
    .header__menu.profile.company_color{
        background-color: #FCAB10;
    }
    .header__menu.profile.company_color li.white{
        color: white;
    }
}
/* Color for company end */

/* Filter in category */
.category_with_filter{
    margin-top: 30px;
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
}
.category_with_filter > *{
    float: none!important;
}
.category_with_filter > .filter{
    width: 25%!important;
    flex-shrink: 0;
}
.category_with_filter > .filter_vacancy{
    /*width: 45%!important;*/
    margin: 0 30px;
}
.category_with_filter > .filter_curriculum{
    /*width: 72%!important;*/
    margin: 0 30px;
}
.category_with_filter > .top_ads{
    width: 25%!important;
    flex-shrink: 0;
}

.filter_curriculum .accordion__item{
    box-shadow: none;
    flex-basis: 100%;
    padding: 10px 0;
}
.search-button{
    border-radius: 0;
}
.vacancy-page .accordion__item:last-of-type{
    border-bottom: none;
}
.form-item.accordion__item .title{
    position: relative;
    cursor: pointer;
}
.form-item.accordion__item .title::before{
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    right: 0;
    top: 5px;
    border: 3.5px solid transparent;
    border-top: 5px solid #555;
    margin: 0 0 -3px 3px;
}
/*.form-item.accordion__item .title::before{*/
    /*content: "\e92f";*/
    /*position: absolute;*/
    /*display: block;*/
    /*left: 2px;*/
    /*top: 2px;*/
    /*font-family: 'icomoon';*/
    /*font-size: 14px;*/
    /*cursor: pointer;*/
    /*-webkit-transform: rotateX(0deg);*/
    /*transform: rotateX(0deg);*/
    /*-webkit-transition: -webkit-transform ease .4s;*/
    /*transition: -webkit-transform ease .4s;*/
    /*transition: transform ease .4s;*/
    /*transition: transform ease .4s, -webkit-transform ease .4s;*/
/*}*/
.form-item.accordion__item .title.active::before{
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transition: -webkit-transform ease .4s;
    transition: -webkit-transform ease .4s;
    transition: transform ease .4s;
    transition: transform ease .4s, -webkit-transform ease .4s;
}
.filter_button, .activate_vacancy_filters{
    display: none;
    position: fixed;
    bottom: 55px;
    text-transform: uppercase;
    left: 50%;
    width: 400px!important;
    z-index: 14;
    transform: translateX(-50%);
    line-height: 10px;
}

@media screen and (max-width: 1000px) {
    .filter_button.fixed__bottom {
        bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .filter_button, .activate_vacancy_filters {
        width: 100% !important;
    }
}
.activate_vacancy_filters {
    bottom: 97px;
    border-bottom: 1px solid #252B4F;
}
.filter_button .subtitle, .activate_vacancy_filters .subtitle{
    margin: 0!important;
    width: 100%!important;
    max-width: unset!important;
    font-size: 14px;
    padding: 16px;

    position: relative;
    cursor: pointer;
    width: 100%;
    background: #252B4F;
    color: #fff;
    text-align: center;
    transition: all .3s;
}
.filter_button .subtitle.company_color, .activate_vacancy_filters .subtitle.company_color{
    background-color: #FCAB10;
}
.mobile_filters{
    display: none;
    padding-bottom: 50px;
    transition: 0.3s top;
    position: fixed;
    width: 100%;
    height: calc(100% - 55px);
    top: 0;
    left: 0;
    overflow-y: auto;
    z-index: 13;
    background-color: white;
}
.mobile_filters > .title{
    font-size: 24px;
    padding: 20px 25px;
    color: white;
    background-color: #FCAB10;
}

.mobile_filters .right-subtitle{
    font-size: 24px;
    padding: 20px 25px 20px 0px;
}

@media (max-width: 1000px){
    .mobile_hidden{
        display: none;
    }
    .vacancy-page.show .search-block{
        margin-top: 12px;
    }
    .category_with_filter{
        margin-top: 0px;
        flex-wrap: wrap;
    }
    .vacancy-result{
        margin-bottom: 10px;
    }
    .category_with_filter > .filter_vacancy{
        width: 100%!important;
        margin: 0;
    }
    .category_with_filter > .filter_curriculum{
        width: 100%!important;
        margin: 0;
    }
    .category_with_filter > .top_ads{
        width: 100%!important;
    }
    .category_with_filter > .filter{
        display: none;
    }
    .selected_filters{
        margin-bottom: 4px;
    }
}
@media (max-width: 600px){
    .selected_filters{
        /*margin-top: 10px;*/
    }
    .vacancy-preview-top .vacancy-preview-top_content {
        width: calc(100% - 60px);
    }
    .mobile_filters {

    }
}
@media (max-width: 350px){
    .mobile_filters{
        height: calc(100% - 50px);
    }
    .filter_button{
        bottom: 50px;
    }
    .activate_vacancy_filters {
        bottom: 92px;
    }
}
/* Filter in category end */

/* Color for driver */
.driver_color > .subtitle{
    background-color: #252B4F;
}
.driver_color > .title{
    background-color: #252B4F;
}
/* Color for driver end */

/* Vacancy page */
.vacancy-main__buttons a:not(.register_button_vacancy){
    width: 210px;
}
@media (max-width: 1400px) {
    .vacancy-main__buttons a:not(.register_button_vacancy){
        width: 180px;
        padding: 0 15px;
    }
}
@media (max-width: 1200px) {
    .vacancy-main__buttons a:not(.register_button_vacancy){
        width: 150px;
        padding: 0 15px;
    }
}
@media (max-width: 1000px) {
    .vacancy-main__buttons a:not(.register_button_vacancy){
        width: 220px;
        padding: 0 15px;
    }
}
@media (max-width: 900px) {
    .vacancy-main__buttons a:not(.register_button_vacancy){
        width: 160px;
        padding: 0 15px;
    }
}
@media (max-width: 700px) {
    .vacancy-main__buttons a:not(.register_button_vacancy){
        width: 160px;
        padding: 0 15px;
    }
}
/* Vacancy page end */

.search-item{
    flex-direction: unset;
    justify-content: flex-start;
    flex-wrap: wrap;
}

/* Slider */
.search-item .form-field{
    margin-top: unset;
}
.polzunok-container-5 * {
    box-sizing: border-box;
    outline: none;
}
.polzunok-container-5 {
    padding: 10px 16px 0 16px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.polzunok-container-5:after {
    content: "";
    clear: both;
    display: table;
}
.polzunok-container-5 .ui-slider {
    position: relative;
    background: #E8E8E8;
    height: 4px;
    border-radius:12px;
    /*box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2), 1px 1px 5px rgba(255, 255, 255, 1);*/
}
.polzunok-container-5 .ui-slider .ui-slider-handle {
    position: absolute;
    margin-left: -10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #E8E8E8;
    /*border: 4px solid #F3BF2F;*/
    top: -7px;
    background: #FFF;
    z-index: 2;
    /*box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);*/
    transition: transform 0.2s, border 0.4s;
}
.single_handler .ui-slider{
    background: #FCAB10;
    border-radius:10px;
    height: 8px;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), 1px 1px 5px rgba(255, 255, 255, 1);
}
.single_handler .ui-slider .ui-slider-handle:nth-of-type(2){
    display: none!important;
}
.polzunok-container-5 .ui-slider .ui-slider-handle:hover,
.polzunok-container-5 .ui-slider .ui-slider-handle:focus {
    transform: scale(1.2);
    /*border: 4px solid #D5A111;*/
}
.polzunok-input-5-left,
.polzunok-input-5-right {
    /*border: 4px solid #BFE2FF;*/
    background-color: transparent;
    text-align:center;
    font-size: 18px;
    /*padding: 16px;*/
    position: relative;
    /*box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);*/
}
.polzunok-input-5-left {
    float: left;
}

.polzunok-container-main_values{
    display: flex;
    justify-content: space-between;
}
.polzunok-container-value{
    background: #FFF;
    border: 1px solid #F3F3F3!important;
    margin-top: 25px;
    border-radius: 5px;
    width: 100px!important;
    height: 27px!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.polzunok-container-value.big{
    width: 120px!important;
    height: 40px!important;
}
.polzunok-container-value span{
    flex-shrink: 0;
    font-size: 12px;
    color: #AAAAAA;
    width: 35px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.polzunok-container-value input{
    width: 100%;
    border: none;
    padding: 6px 0;
    height: 30px;
}
.form-field input, .form-field select{
    border: none;
}
.form-checkbox.toggle .form-check-label span{
    background-color: #E7E7E7;
    /*outline: 2px solid #fcab10;*/
}
.vacancy-result{
    justify-content: flex-end!important;
}
.block__title{
    margin-top: 0;
    margin-bottom: 17px;
}
.accordion__content select{
    border: 1px solid #f3f3f3;
}
.vacancy-page .accordion__item{
    border: none;
}

.accordion__content .line {
    flex-wrap: nowrap;
}

.input__decor {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 45px;
    cursor: pointer;
    z-index: 1;
}

.polzunok-input-5-right {
    float: right;
}
.polzunok-container-5 .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 4px;
    border: 0;
    background: rgba(252, 171, 16, 0.5);
    border-radius:12px;
    /*box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), 1px 1px 5px rgba(255, 255, 255, 1);*/
}
/*@media (max-width: 1400px){*/
    /*.polzunok-input-5-left,*/
    /*.polzunok-input-5-right{*/
        /*width: 80px!important;*/
    /*}*/
/*}*/
/*@media (max-width: 1200px){*/
    /*.polzunok-input-5-left,*/
    /*.polzunok-input-5-right{*/
        /*width: 50px!important;*/
    /*}*/
/*}*/
/*@media (max-width: 1000px){*/
    /*.polzunok-input-5-left,*/
    /*.polzunok-input-5-right{*/
        /*width: 100%!important;*/
    /*}*/
/*}*/
@media (max-width: 1000px){
    .filter_curriculum__wrapper .polzunok-input-5-left,
    .filter_curriculum__wrapper .polzunok-input-5-right{
        width: 48%!important;
    }
}
@media screen and (max-width: 1100px){
    .search-block{
        flex-wrap: unset!important;
    }
}
@media screen and (max-width: 900px){
    .search-block{
        flex-wrap: wrap!important;
    }
    .search-item.search_slider{
        max-width: unset!important;
    }
}
@media screen and (max-width: 700px){
    .search-item.search_slider{
        width: 50%!important;
    }
}
@media (max-width: 1100px){
    .search-button{
        height: unset;
        margin: 0;
    }
}
@media (max-width: 600px){
    .polzunok-input-5-left,
    .polzunok-input-5-right{
        /*width: 48%!important;*/
    }
    .search-button{
        height: 60px;
    }
}
/* Slider end */

/* Cropping */
#rotatable{
    margin-bottom: 30px;
    width: 200px;
}
#crop{
    margin-bottom: 30px;
    width: 200px;
    padding-left: 0;
    padding-right: 0;
}
/* Cropping end */

/* Popup delete */
.popup_delete{
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.popup_delete-title{
    width: 100%;
    font-size: 30px;
    text-align: center;
}
.popup_delete-buttons{
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.popup_delete-buttons__item{
    text-align: center;
    width: 45%;
    padding: 13px 0;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 10px;
    transition: 0.3s all;
    border: 1px solid;
}
.popup_delete-buttons__item[data-action="yes"]{
    background-color: #FCAB10;
    color: white;
    border-color: #FCAB10;
}
.popup_delete-buttons__item[data-action="yes"]:hover{
    background-color: #FFB629;
}
.popup_delete-buttons__item[data-action="no"]{
    border-color: #252B4F;
    color: #252B4F;
}
.popup_delete-buttons__item[data-action="no"]:hover{
    background-color: #252B4F;
    color: white;
}
@media (max-width: 1000px){
    .offcanvas.deleting{
        width: 100%;
    }
    .popup_delete-title{
        font-size: 24px;
    }
    .popup_delete-buttons{
        margin-top: 30px;
        justify-content: space-around;
    }
    .popup_delete-buttons__item{
        width: 40%;
        font-size: 14px;
        padding: 10px 0;
    }
}
/* Popup delete end */

/* Sticky left */
/*@media(min-width: 1001px) {*/
    /*.vacancy-page > .left {*/
        /*position: sticky;*/
        /*top: 120px;*/
    /*}*/
/*}*/
/* Sticky left end */

/* Related items */
.related_items{
    /*max-height: 540px;*/
    /*overflow-y: auto;*/
}
.related_items::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color: transparent;
}
.related_items::-webkit-scrollbar{
    width: 0px;
    background-color: transparent;
}
.related_items::-webkit-scrollbar-thumb{
    background-color: #D2D2DA;
}
.related_items > .vacancy-preview{
    box-shadow: none;
}
/* Related items end */

/* Button update vat register */
#register_compacy .update_vat{
    font-size: 12px;
}
.update_vat[disabled]{
    background-color: #D6D6D6;
    cursor: not-allowed;
}
/* Button update vat register end */

/* Vacancy icons */
.vacancy-icon{
    padding: 5px 12px;
}
.vacancy-icon.without{
    background-color: #D6D6D6;
    color: #212121;
}
.vacancy-icon.with{
    background-color: #212121;
    color: white;
}
.vacancy-icon.with.for_driver{
    background-color: #363D69;
}
.vacancy-icon.with.for_company{
    background-color: #FCAB10;
}
.vacancy-preview__logo{
    max-width: 80px;
    min-width: 80px;
}
.vacancy-preview__logo > img{
    display: block;
}
/* Vacancy icons end */

/* Switcher error */
.form-check-input.error+span{
    background-color: red!important;
}

.form-checkbox.toggle .form-check-label input:checked.radioreplace + span{
    background-color: #A2B0C2;
}
/* Switcher error end */

/* License custom */
.license_block{
    display: none;
}
.license_label{
    padding: 14px 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: calc(25% - 11px);
    margin: 10px 14px 10px 0;
    background-color: #FBAB10;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}
/* License custom end */

/* Search slider */
.search-item.search_slider{
    min-width: 300px;
    /*width: 300px;*/
}
@media (max-width: 1400px){
    .search-item.search_slider{
        min-width: 320px;
    }
}
@media (max-width: 1200px){
    .search-item.search_slider{
        min-width: 280px;
    }
}
@media (max-width: 1200px){
    .search-item.search_slider{
        min-width: 280px;
    }
}
/* Search slider end */

/* Fixed vacancy */
@media (min-width: 1001px) {
    .vacancy-page.show .left.fixed {
        position: fixed;
        max-width: 62.5%;
    }
}
@media (min-width: 1251px) {
    .vacancy-page.show .left.fixed {
        position: fixed;
        max-width: 772px;
    }
}
@media (min-width: 1401px) {
    .vacancy-page.show .left.fixed {
        position: fixed;
        max-width: 870px;
    }
}
@media (min-width: 1551px) {
    .vacancy-page.show .left.fixed {
        position: fixed;
        max-width: 950px;
    }
}
/* Fixed vacancy end */

/* Pagination */
.pagination .page-link{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Pagination end */

/* Selected filters */
.selected_filters .selected_filters__list::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color: transparent;
}
.selected_filters .selected_filters__list::-webkit-scrollbar{
    height: 5px;
    background-color: transparent;
}
.selected_filters .selected_filters__list::-webkit-scrollbar-thumb{
    background-color: #D2D2DA;
}
.track_vacancy_wrapper{
    flex-shrink: 0;
    border-radius: 25px;
    font-size: 18px;
    padding: 0!important;
    color: #fff;
    transition: 0.3s all;
    background-color: #252b4f!important;
    border: 1px solid #252b4f;
}
.track_vacancy_wrapper:hover{
    color: #252b4f;
    background-color: white!important;
}
.track_vacancy, .track_curriculum{
    padding: 10px 30px;
    cursor: pointer;
    display: block;
    transition: 0.3s all;
}
.track_vacancy_wrapper.company_color{
    background-color: #FCAB10!important;
    border-color: #FCAB10;
}
.track_vacancy_wrapper.company_color:hover{
    color: #FCAB10;
    background-color: white!important;
}

.selected_filters__clear-all{
    /*flex-shrink: 0;
    margin: 0 10px;
    border-radius: 25px;
    font-size: 18px;
    padding: 0!important;
    color: #222222;
    transition: 0.3s all;
    border: 1px solid #252b4f;*/
}
.selected_filters__clear-all a{
    display: block;
    padding: 10px 30px;
    transition: 0.3s all;
}
.selected_filters__clear-all:hover{
    background-color: #252B4F;
    color: white;
}
.selected_filters__clear-all.company_color{
    border-color: #FCAB10;
}
.selected_filters__clear-all.company_color:hover{
    background-color: #FCAB10;
}

.container.vacancy-page .selected_filters__list-item:not(.track_vacancy_wrapper), .selected_filters__item-removable{
    flex-shrink: 0;
    background-color: #F4F4F4!important;
    border-radius: 12px;
}

@media (max-width: 1000px){
    .selected_filters .selected_filters__list{
        flex-wrap: unset!important;
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .track_vacancy_wrapper{
        font-size: 16px;
    }
    .track_vacancy, .track_curriculum{
        padding: 8px 20px;
    }

    .selected_filters__clear-all{
        margin: 0 6px;
        font-size: 16px;
    }
    .selected_filters__clear-all a{
        padding: 8px 20px;
    }
}
/* Selected filters end */

/* Breadcrumbs */
.breadcrumb-item{
    flex-shrink: 0;
}

.breadcrumb::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color: transparent;
}
.breadcrumb::-webkit-scrollbar{
    height: 5px;
    background-color: transparent;
}
.breadcrumb::-webkit-scrollbar-thumb{
    background-color: #D2D2DA;
}

@media (max-width: 1000px){
    .breadcrumb{
        flex-wrap: unset;
        overflow-x: auto;
    }
}
/* Breadcrumbs end */

.add_to_favorite.saved {
    color: #FCAB10;
    transition: all ease .4s;
}
.dropdown .add_to_favorite.saved .text,
.dropdown .add_to_favorite.saved .icon {
    color: #FCAB10;
}
.header__right .header__language .dropdown-value {
    padding: 15px;
    background: #fcab10;
    border-radius: 6px;
    color: #fff;
    transition: padding-bottom .4s ease, padding-top .4s ease;
}
.header__right .dropdown {
    top: calc(100% + 15px);
}
.header__language .dropdown-item a:hover {
    color: #FCAB10;
}
.header.profile{
    overflow: visible;
}
.header.profile .header__language:not(.profile){
    padding: 0 20px;
}
.header.profile .header__language:not(.profile) .dropdown {
    right: 20px;
}
.header.profile .header__language:not(.profile):after {
    right: 20px;
}
.header__menu.profile li.profile-user::before{
    top: -32px;
    transition: all ease .3s;
}
.header__menu.profile li.profile-burger::before{
    bottom: -18px;
    transition: all ease .3s;
}
.header__menu.profile::after{
    height: calc(100% + 43px);
    transition: all ease .3s;
}
.header.small .header__menu.profile li.profile-user::before{
    top: -40px;
}
.header.small .header__menu.profile li.profile-burger::before{
    bottom: -10px;
}
.header.small .header__menu.profile::after{
    height: calc(100% + 35px);
}
@media(max-width: 1100px){
    .header__menu.profile li.profile-user::before{
        top: -35px;
    }
    .header__menu.profile li.profile-burger::before{
        bottom: -15px;
    }
}
@media(max-width: 1000px){
    .header.profile .header__language:not(.profile){
        display: none;
        padding: 0;
    }
    .header__language:after {
        display: none;
    }
    .header.profile .header__language:not(.profile) .dropdown {
        right: 0;
    }
}

.quiz-questions_items:not(.active-quiz-page) {
    height: 0;
    opacity: 0;
    position: relative;
    z-index: -1;
}
.quiz-questions_buttons.right-side {
    justify-content: flex-end;
}

/*BANNER*/

.account-banner {
    position: relative;
    padding: 20px 0;
}
.account-banner_image {
    height: auto;
    max-height: 150px;
    width: 100%;
}
.account-banner_info {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 50px;
}
.account-banner_info-title {
    font-size: 40px;
    font-weight: 700;
}
.account-banner_info-subtitle {
    padding: 40px 0;
    width: 40%;
    font-size: 21px;
    line-height: 30px;
}
.account-banner_info-button {
    padding-right: 30px;
    padding-left: 30px;
}


/*CONTEST*/

.contest {}
.contest-timer_container {
    text-align: center;
}
.contest-timer_title {
    font-size: 18px;
    font-weight: 700;
}
.contest-timer_wrap {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.timer-item {
    font-weight: 600;
}
.timer-item .timer-item-date {
    background: #F7F8FA;
    border-radius: 5px;
    margin: 0 10px 15px;
    font-size: 22px;
    width: 60px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contest-member_container, .contest-results_container {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-around;*/
    max-width: 1300px;
    margin: 0 auto;
}
.contest-member_item, .contest-results_item {
    width: 31.5%;
    margin: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 20px;
}
.member-profile_head {}
.member-image_wrap {}
.member-image {}
.member-info {
    text-align: center;
    margin: 20px 0;
}
.member-name, .results-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.member-youtube {
    color: #1A91EB;
    font-size: 17px;
}
.member-vote {
    font-size: 14px;
}
.member-vote.lose {
    opacity: .6;
    pointer-events: none;
}

.contest-results_item {
    border: none;
    text-align: center;
}
.results-title {
    line-height: 30px;
}
.results-voted_item {
    padding: 20px 0;
    border-top: 1px solid #eee;
}
li.results-voted_item:last-of-type {
    border-bottom: 1px solid #eee;
}


/*COMPETITION*/

.competition a {
    color: #1A91EB;
}
.competition_title {
    font-size: 22px;
    font-weight: 700;
    padding-top: 10px;
}
.competition p, .competition_list-item {
    color: #595959;
    margin: 20px 0;
}
.competition_list {
    list-style-type: decimal;
    padding-left: 20px;
}

.challenger {
    display: block;
    width: max-content;
}
.challenger a {
    color: #1A91EB;
    font-weight: 700;
    font-size: 18px;
}


/*QUIZ*/

.quiz-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#progress {
    width: 100%;
    margin-right: 20px;
    border-radius: 0px;
    height: 7px;
}
#progress::-webkit-progress-bar {
    background-color: #F0F2F7;
    border-radius: 7px;
}
#progress::-webkit-progress-value {
    background-color: #FCAB10;
    border-radius: 7px;
}
#progress::-moz-progress-bar {
    background-color: #FCAB10;
    border-radius: 7px;
}
.status-page {
    min-width: 50px;
    text-align: center;
}

.quiz-questions_wrap {
    counter-reset: li 0;
}
.quiz-questions_items {
    /*list-style-type: decimal;*/
    padding-left: 15px;
}
.quiz-questions_item {
    position: relative;
}
.quiz-questions_item:before {
    counter-increment: li;
    content: counter(li) ".";
    position: absolute;
    padding: 10px 0;
    left: -15px;
    font-weight: 700;
    display: table-cell;
    margin-left: -15px;
}
/*.quiz-questions_item::marker {*/
/*    font-weight: 700;*/
/*}*/
.questions_item-wrap {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}
.questions_item-title {
    margin-bottom: 20px;
    font-weight: 600;
}
.questions_item-variant {
    display: flex;
    align-items: center;
    margin: 5px 0 5px -20px;
    border: 2px solid transparent;
    position: relative;
}
.questions_item-variant:after {
    content: '';
    display: block;
    height: 8px;
    width: 100%;
    position: absolute;
    bottom: -12px;
    background: #FAFAFA;
}
.questions_item-variant.active_variant {
    border: 2px solid #FCAB10;
    border-radius: 7px;
}
.questions_item-variant input {
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 15px;
    margin: 0 15px;
    border-radius: 50%;
    border: 1px solid #ddd;
    pointer-events: none;
    transform: translateY(-50%);
}
.questions_item-variant input:checked {
    background: #FCAB10;
    border-color: #FCAB10;
}
.questions_item-variant label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 45px;
    color: #555;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    min-height: 40px;
    line-height: 1.5;
}
.quiz-questions_buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.quiz-questions_buttons .common_button {
    min-width: 150px;
    padding: 13px;
    line-height: 13px;
}
.quiz-questions_buttons .questions_button-prev {
    background: #F0F2F7;
    border-color: #F0F2F7;
    color: #222;
}


/*QUIZ-RESULTS*/

.quiz-results_info.success, .quiz-results_info.failure {
    font-weight: 600;
    margin-bottom: 20px;
}
.quiz-results_info.success {
    color: #fcab10;
}
.quiz-results_info.failure {
    color: #f75454;
}
.quiz-results_title {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 20px;
}
.quiz-results_total {
    font-weight: 700;
    color: #555555;
    margin-bottom: 20px;
}
.quiz-results_total span {
    color: #fcab10;
}
.quiz-results_unswers {
    color: #555;
    margin-bottom: 30px;
}
.quiz-results_unswers:last-of-type {
    margin-bottom: 0;
}
.quiz-results_action.common_button {
    max-width: 300px;
    padding: 15px;
}


@media all and (max-width: 1279px) {
    .contest-member_item, .contest-results_item {
        width: 47%;
    }
    .competition-info {
        flex-direction: column-reverse;
    }
    .competition-info__timer {
        margin-bottom: 20px;
    }
    .competition-info__button.common_button {
        margin: 0 auto;
    }
}
@media all and (max-width: 799px) {
    .account-banner_info {
        align-items: center;
    }
    .account-banner_info-subtitle {
        width: 100%;
    }
    .contest-member_item, .contest-results_item {
        width: 100%;
    }
    .competition-info__title-wrap {
        flex-direction: column;
    }
    .competition-info__title {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .competition-info__description {
        text-align: center;
    }
    .competition-conditions__title.clickable-button {
        font-size: 0;
    }
    .clickable-header .clickable-button:after {
        display: initial;
    }

}
@media all and (max-width: 500px) {
    .questions_item-variant input {
        height: 13px;
    }
    .questions_item-variant label {
        height: auto;
        line-height: inherit;
    }
}

.account-items__one-wrapper-input{
    border: 2px solid #f9a910;
}

.b24-widget-button-position-bottom-right {
    right: 15px!important;
    bottom: 150px!important;
}

@media (max-width: 480px) {
	.vacancy_main-new .vacancy_item-wrap {
		width: 100%;
		flex: unset!important;
	}
}

.response_received_text{
    font-size: 16px;
    color: #777777;
    width: 100%;
}
.response_buttons_curriculum > div > span{
    padding: 0 15px;
}
.response_buttons_curriculum > a {
    margin-top: 0!important;
    margin-right: 0!important;
    margin-left: 10px!important;
    width: 140px!important;
}

@media (max-width: 480px) {
    .response_buttons_curriculum > div{
        width: 100%;
        flex-shrink: 0;
    }
    .response_buttons_curriculum > a {
        margin-left: 5px!important;
        margin-top: 20px!important;
        width: calc(50% - 5px)!important;
    }
    .response_buttons_curriculum > a:first-of-type {
        margin-left: 0!important;
    }
}

.message_rejected{
    padding: 14px 40px;
    border: 1px solid #E88379;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.message_rejected span{
    margin-left: 10px;
    color: #E88379;
    font-size: 16px;
}

.user__menu li a:hover svg rect{
    fill: #fcab10;
    transition: 0.3s all;
}

.user__menu li a:hover svg circle{
    stroke: #fcab10;
    transition: 0.3s all;
}


.response_buttons_rejected {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.response_buttons_rejected .message_rejected {
    margin-right: 10px;
}

.response_buttons_rejected > a {
    margin-right: 0!important;
}

@media (max-width: 480px) {
    .response_buttons_rejected .message_rejected {
        margin-right: 0px;
    }

    .response_buttons_rejected > a {
        margin-top: 5px;
    }
}

.error-inner,
.error-inner .container {
    height: 100%;
}

.error-inner {
    padding-top: 45px;
    padding-bottom: 45px;
}

.error-inner .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.error-title {
    font-size: 200px;
    font-size: calc(100px + (200 - 100) * ((100vw - 360px) / (1920 - 360)));
    font-weight: 700;
    line-height: 1;
    color: #FFB629;
}

.error-subtitle {
    margin-bottom: 35px;
    font-size: 48px;
    font-size: calc(26px + (48 - 26) * ((100vw - 360px) / (1920 - 360)));
    line-height: 1.1;
}

@media screen and (max-width: 767px) {
    .error-inner {
        padding-top: 75px;
    }
    .error-title {
        margin-bottom: 20px;
    }
    .error-subtitle {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 450px) {
    .error-inner {
        padding-top: 45px;
    }
}

.community-profile__menu-item span {
    margin-left: 5px;
    font-size: 18px;
    color: #fcab10;
    font-weight: 600;
}

.common_block .common_block-title {
    justify-content: initial;
}

.common_block .common_block-title span {
    margin-left: 10px;
    font-size: 22px;
    color: #fcab10;
    font-weight: 600;
}

@media screen and (max-width: 450px) {
    .common_block .common_block-title span {
        font-size: 20px;
    }
}

.select2-container.select2-container--focus .select2-selection {
    outline: none;
}

.select2-container--default .select2-selection--single {
    border: 1px solid transparent;
    height: 45px;
    border-radius: 5px;
}

.form-field select.error + .select2 .select2-selection--single {
    border-color: red;
    color: red;
}

.select2.select2-container.select2-container--default.select2-container--open .select2-selection--single {
    border-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 16px;
    padding-right: 16px;
    line-height: 45px;
    font-size: 14px;
    color: #222;
}
.select2-selection__placeholder,
.select {
    color: #6c757d;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-dropdown {
    border: 0;
}

.select2-results__option {
    padding-left: 16px;
    padding-right: 16px;
    background-color: #F0F0F0;
}

.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #fcab10;
    color: #fff;
}

.select2-search--dropdown {
    padding: 8px 14px;
}

.form .form-field {
    position: relative;
}
input[type="time"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.form-field .icon-date {
    position: absolute;
    top: 12px;
    right: 16px;
    pointer-events: none;
}

.auth__btns {
    display: flex;
}

.button-password {
    width: auto;
}

.block-success a {
    text-decoration: underline;
    color: #fcab10;
}

.block-success a:hover {
    text-decoration: none !important;
}

@media screen and (max-width: 1200px) {
    .block-success a:hover {
        text-decoration: underline; !important;
    }
}

.login-form.error .form-field input {
    border: 1px solid red !important;
    color: red;
}

span.error-top {
    display: none;
    margin-bottom: 8px;
    line-height: 1.25;
    font-size: 14px;
    color: red;
    padding: 5px 0 0 0;
}

.login-form.error span.error-top {
    display: block;
}

.input__wrap {
    display: flex;
    align-items: center;
    position: relative;
}

.input__wrap .form-field {
    flex-grow: 1;
}

.input__wrap .form-field input[type=text].form-control,
.input__wrap .form-field input[type=password].form-control {
    border: none !important;
    outline: none;
}

.input__wrap input[type=text].form-control:not(.ui-autocomplete-input) {
    border: none;
}

.input__wrap .button-password {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 100%;
    padding: 12px;
    margin: 0;
    color: #222;
    opacity: .6;
    font-size: 16px;
}

.countries__search {
    padding: 6px 10px;
}

.countries__search input {
    border: 1px solid #222;
    height: 36px;
}

a.disabled{
    pointer-events: none;
    opacity: 0.5;
}

.payment-history__list-item__right-button:not(:last-child) {
    margin-bottom: 12px;
}

.has_code_95_error {
    color: red;
}


/* intl tel styles */
.iti--allow-dropdown,
.iti__flag-container,
.iti__country-list {
    width: 100%;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}

.iti.iti--container {
    top: calc(100% + 2px) !important;
    left: 0 !important;
    width: 100%;
    padding: 10px 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    background-color: #fff;
}

.iti__country-list {
    position: static;
    width: 100%;
    padding: 0;
    border-radius: 0;
    white-space: normal;
    box-shadow: none;
    border: 0;
    z-index: 2;
}

.iti .iti__country-list::-webkit-scrollbar {
     border-radius: 1px;
     width: 2px;
 }
.iti .iti__country-list::-webkit-scrollbar-track {
     background-color: #ececec;
     width: 2px;
     border-radius: 1px;
 }
.iti .iti__country-list::-webkit-scrollbar-thumb {
     background: #fcab10;
     border-radius: 1px;
     width: 2px;
 }
.iti .iti__country-list::-moz-scrollbar {
     border-radius: 1px;
     width: 2px;
 }
.iti .iti__country-list::-moz-scrollbar-track {
     background-color: #ececec;
     border-radius: 1px;
     width: 2px;
 }
.iti .iti__country-list::-moz-scrollbar-thumb {
     background: #fcab10;
     border-radius: 1px;
     width: 2px;
 }
.iti .iti__country-list::-ms-scrollbar {
     border-radius: 1px;
     width: 2px;
 }
.iti .iti__country-list::-ms-scrollbar-track {
     background-color: #ececec;
     border-radius: 1px;
     width: 2px;
 }
.iti .iti__country-list::-ms-scrollbar-thumb {
     background: #fcab10;
     border-radius: 1px;
     width: 2px;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}

.iti__selected-flag {
    display: inline-flex;
    padding-left: 14px;
    padding-right: 0;
}

.iti__flag-box {
    position: relative;
    top: -1px;
}

.phone-country.form-field .iti input[type='tel'] {
    padding-left: 52px !important;
}

.input-flag {
    position: absolute;
    top: 15px;
    left: 14px;
    height: 16px;
    width: 22px;
    background-image: url(../images/flag-euro.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #E9E9E9;
    pointer-events: none;
    z-index: 2;
}

/*.iti__flag {background-image: url("../images/flags.png");}*/

/*@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {*/
/*    .iti__flag {background-image: url("../images/flags@2x.png");}*/
/*}*/

.zsiq_floatmain {
    bottom: 100px !important;
}

.c-modal,
.popup-proforma {
    z-index: 99999;
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
}
.c-modal,
.popup-proforma {
    display: none;
}
.c-modal__overlay,
.popup-proforma__black {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    cursor: pointer;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.popup-proforma__black {
    opacity: 0;
}
.c-modal__main,
.popup-proforma__main {
    position: absolute;
    width: 549px;
    min-height: 356px;
    margin: 0 auto 0 auto;
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #fff;
    -webkit-box-shadow: 0 2px 30px rgb(0 0 0 / 5%);
    box-shadow: 0 2px 30px rgb(0 0 0 / 5%);
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.popup-proforma__main {
    opacity: 0;
}

@media screen and (max-width: 600px) {
    .c-modal__main {
        left: 16px;
        width: auto;
        right: 16px;
        max-width: 100%;
        transform: translate(0, -50%);
    }
}
.c-modal__close,
.popup-proforma__main-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.c-modal__head,
.popup-proforma__main-head {
    height: 178px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-modal__head--success,
.popup-proforma .popup-proforma__main-head {
    background-color: #fcab10;
}
.c-modal__btn,
.popup-proforma__main-body {
    text-align: center;
    padding: 25px;
}
.c-modal__btns {
    padding: 25px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 240px));
    grid-column-gap: 8px;
    justify-content: center;
}

@media screen and (max-width: 640px) {
    .c-modal__btns {
        grid-template-columns: repeat(1, minmax(0, 240px));
        grid-row-gap: 8px;
    }
}
.c-modal__img,
.popup-proforma__main-head__image {
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: contain;
    background-size: contain;
}

.c-modal__head--success .c-modal__img,
.popup-proforma__main-head__image {
    background-image: url('images/popup-success.png');
}

.c-modal__head--error {
    background-color: #F2545B;
}

.c-modal__head--error .c-modal__img {
    background-image: url('images/popup-error.png');
}
.popup-proforma.opened .popup-proforma__black {
    opacity: 1!important;
}
.popup-proforma .popup-error__main-head {
    background-color: #FCAB10;
}
.popup-proforma.opened .popup-proforma__main {
    top: 50%!important;
    opacity: 1!important;
}
.popup-proforma__main-body__title {
    color: #2e3562;
    font-weight: 700;
    font-size: 18px;
}
.popup-proforma__main-body__text {
    line-height: 24px;
    color: #555;
    margin: 15px 0;
    font-size: 16px;
}
.popup-proforma__main-body__button {
    margin-top: 10px;
    display: inline-block;
    color: #FFFFFF;
    background-color: #252b4f;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 110px;
    cursor: pointer;
    border: 1px solid #252b4f;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}