.loader-block {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 100px;
    display: none;
}
/* line 6590, ../scss/style.scss */
.loader-block .text-wrap {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
}
/* line 6596, ../scss/style.scss */
.loader-block .text-wrap p {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
/* line 6603, ../scss/style.scss */
.loader-block .loading-icon {
    border: 5px solid transparent;
    border-top-color: rgb(0, 121, 250);
    border-radius: 50%;
    animation: 1s loader linear infinite;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
}
/* line 6612, ../scss/style.scss */
.loader-block .loading-icon:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -5px;
    left: -5px;
    border: 5px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    opacity: .5;
}
/* line 6625, ../scss/style.scss */
.loader-block p {
    font-size: 18px;
    margin-top: 15px;
}
.relative{
    position: relative;
}
form button.btn-blue{
    border: none;
    cursor: pointer;
}
input.error, textarea.error,
input.error-input, textarea.error-input{
    border: 1px solid red;
}
input.error.select2-search__field, input.error-input.select2-search__field{
    outline: 1px solid red !important;
}
textarea.main-input{
    padding: 12px 15px;
}
[data-href]{
    cursor: pointer;
}
header.header2 .wrapper .right .personal-area{
    margin-left: 15px;
}
.rating-leaders h2 a{
    color: inherit;
}
.personal-area-info .right .sh-pass-block{
    position: relative;
}
.personal-area-info .right .sh-pass-block button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -13px;
}
.personal-area-info .right .sh-pass-block button{
    top: 51% !important;
}
#sign-in-popup .right .input .sh-pass-block button{
    top: 43% !important;
}
.sh-pass-block button img{
    width: 20px;
    opacity: 0.4;
}
.lk-tags .select2-container--default.select2-container--focus .select2-selection--multiple,
.lk-tags .select2-container--default .select2-selection--multiple{
    border: none;
}
.lk-tags .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.lk-tags .select2-container--default .select2-selection--multiple .select2-selection__choice{
    margin-right: 8px;
    margin-bottom: 3px;
    height: 24px;
    padding: 0 15px;
    border-radius: 45px;
    background: #eaf4ff;
    font-size: 12px;
    color: #68819c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
}

.select2-container--default .select2-results__option[aria-selected=true]{
    background: #eaf4ff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    color: #000000;
}

#profile_form button[type=submit]{
    background-color: #fff;
    cursor: pointer;
}

.checkbox-wrapper .from-to-input,
.rating-info .from-to-input,
.resume-wrapper .from-to-input,
#vacancy-popup .from-to-input{
    width: 100%;
    border: none;
    background: transparent;
}
#vacancy-popup .popup-body{
    background: #ffffff;
}
#vacancy-popup .error{
    border: 1px solid red !important;
}
.checkbox-wrap input[type=radio]{
    display: none;
}

#vacancy-popup .owner-block .input-wrap{
    width: 33%;
}

#search_resume_form .select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 1px solid #e4e4e4 !important;
}
#search_resume_form .select2-container--default .select2-selection--multiple{
    border: 1px solid #e4e4e4 !important;
}
.bottom_line{
    border-bottom: 1px solid #e0e0e0;
}
.info-slider-wrap.photo{
    padding-top: 0;
}
.info-slider-wrap.photo .info-slider .item{
    background: white;
    padding: 0;
}
.info-slider-wrap.photo .info-slider .item .image{
    width: 290px;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.info-slider-wrap.photo .info-slider .item .text{
    text-align: center;
    margin-top: 10px;
    color: #0079fa;
    font-size: 18px;
}
#h_search_resume_form{
    margin-bottom: 25px;
}
#h_search_resume_form .like_it_card{
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    width: 18px;
}
#h_search_resume_form .look_this_card{
    position: absolute;
    bottom: 2px;
    right: 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
}
#h_search_resume_form .look_this_card img{
    width: 15px;
    padding-bottom: 3px;
    margin-left: 7px;
}
#h_search_resume_form ul li.look_it{
    background-color: rgba(105, 211, 251, 0.1);
}
#h_search_resume_form ul li > a{
    display: flex;
    width: 100%;
}
#h_search_resume_form ul:not(.tag-menu) li > a{
    color: inherit;
}
#h_search_resume_form ul:not(.tag-menu) li > a:visited{
    color: inherit;
}
.save-search-settings .settings-name-input{
    height: 40px;
    min-width: 250px;
    max-width: 400px;
    width: 100%;
    border-radius: 4px;
    margin-right: 10px;
    padding: 0 20px;
    border: 1px solid #d4e9ff;
    font-size: 12px;
    color: #777;
    -webkit-box-shadow: 3px 2px 4px 0px rgba(212, 233, 255, 0.75);
    -moz-box-shadow: 3px 2px 4px 0px rgba(212, 233, 255, 0.75);
    box-shadow: 3px 2px 4px 0px rgba(212, 233, 255, 0.75);
    margin-bottom: 20px;
}
#h_search_resume_form input.error{
    outline: 1px solid red;
}
.save-search-settings .tag-menu li.name{
    height: 40px;
    border-radius: 4px;
    padding: 0 15px;
    border: 1px solid #0079fa;
    font-size: 14px;
    color: #5a5a5a;
    text-align: center;
    line-height: 40px;
}
.save-search-settings .tag-menu li.params{
    height: 40px;
    border-radius: 4px;
    padding: 0 15px;
    border: 1px solid #d9e8f7;
    font-size: 14px;
    color: #5a5a5a;
    text-align: center;
    line-height: 40px;
}
.save-search-settings .set-btn{
    border: none;
    cursor: pointer;
    border-radius: 4px;
    height: 40px;
    min-width: 100px;
    background: #0079fa;
    font-size: 15px;
    text-align: center;
    color: #fff;
    line-height: 38px;
    transition: .3s;
}
.save-search-settings .set-btn:hover {
    background: #0068d6;
}
.save-search-settings .tag-menu li .del-btn{
    border: none;
    cursor: pointer;
    border-radius: 4px;
    height: 40px;
    min-width: 100px;
    background: #0079fa;
    font-size: 15px;
    text-align: center;
    color: #fff;
    line-height: 38px;
    transition: .3s;
}
.library-wrap .wrapper .lib-info-text{
    margin-bottom: 40px;
}
.library-wrap .wrapper .lib-info-text > p{
    margin: 10px 0px;
}
.input-error-msg{
    color: red;
    font-size: 12px;
}
.lk-button{
    border: none;
    cursor: pointer;
    border-radius: 4px;
    height: 43px;
    min-width: 100px;
    background: #0079fa;
    font-size: 15px;
    text-align: center;
    color: #fff;
    line-height: 41px;
    padding-left: 15px;
    padding-right: 15px;
    transition: .3s;
}
.title-drop-wrap .wrapper .bottom > ul.events_list li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.title-drop-wrap .wrapper .bottom > ul.events_list li > a:nth-child(1){
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.title-drop-wrap .wrapper .bottom > ul.events_list li .event-delete-wrappper{
    margin: auto;
}
.title-drop-wrap .wrapper .bottom > ul.events_list li .event-delete-wrappper a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    color: #ffffff;
    border: 1px solid #0079fa;
    background-color: #0079fa;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap;
    position: relative;
    transition: 0s;
    transition: all 0.2s;
}
.title-drop-wrap .wrapper .bottom > ul.events_list li .event-delete-wrappper a img{
    margin-right: 10px;
}
.title-drop-wrap .wrapper .bottom > ul.events_list li .event-delete-wrappper a:hover {
    text-decoration: underline;
    color: #ff6262;
    border-color: #ff6262;
}

.calendar-wrap .tag-menu{
    padding-bottom: 50px;
}
#vacancy_info_block .result.relative.ajax:after, #vacancy_info_block .response-person-wrapper.ajax:after {
    content: 'Загрузка...';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 20px;
}