/*
button_blue_new
button_yellow_new
button_white_new
*/
.has_map_bg {
    background: url(/image/new_homepage/Maps.png) no-repeat;
    background-size: cover;
    position: relative;
}
.has_map_bg-image_points {
    position: absolute;
    bottom: 0;
    width: 94%;
    left: 3%;
    z-index: -1;
}
.mobile-profile .offcanvas .menu li a > span {
    font-size: 18px;
    width: 18px;
    height: 18px;
}
.account_new {
    max-width: 1400px;
    margin: 0 auto;
}
@media all and (max-width: 1400px) {
    .account_new {
        margin: 0 15px;
    }
}


.text-blue {
    color: #252B4E;
}

.button_blue_new {
    background: #252B4F!important;
}
.button_transparent_new {
    background: transparent;
}
.button_transparent_new:hover {
    color: #FFB629!important;
}
.button_yellow_new {
    background: #fcab10;
}
.button_yellow_new:hover {
    background-color: #FFB629;
}
.button_white_new {
    background: #fff;
}
.button_blue_new, .button_yellow_new, .button_white_new, .button_transparent_new {
    box-shadow: 0 15px 20px rgb(255 255 255 / 5%);
    border-radius: 25px!important;
    max-width: 240px;
    width: 100%;
    height: 50px;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
}
.button_white_new:hover {
    background: #FCAB10;
    box-shadow: 0 15px 20px rgba(252, 171, 16, 0.2);
    color: #fff;
}
.button_white_new.hover-blue:hover {
    background: #252B4F;
}

.border_yellow {
    border: 1px solid #FFB629;
    border-radius: 5px;
}
.border_blue {
    border: 1px solid #252B4F;
    border-radius: 5px;
}

.bg_blue {
    background: #252B4F;
}
.bg_orange {
    background: #FCAB10;
}
.button-disabled {
    background-color: #9b9b9b !important;
    color: #ccc !important;
    cursor: default !important;
}


/*complete resume & vacancy*/
.complete_resume, .complete_vacancy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 60px 0;
    text-align: center;
}
.complete_resume-title {
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
    margin: 40px 0 20px;
}
.complete_resume-description {
    font-size: 22px;
    line-height: 31px;
    max-width: 500px;
    margin-bottom: 20px;
}
.complete_resume-socials {
    width: 100%;
}
.complete_resume-socials .get_vacancies-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.complete_resume-socials .get_vacancies-buttons .get_vacancies_button {
    background: #252B4E;
    color: #fff;
}
.complete_resume-socials .get_vacancies-buttons .get_vacancies_button:hover {
    background: #fcab10;
    color: #fff;
}

.complete_vacancy .complete_resume-socials .get_vacancies-buttons .get_vacancies_button {
    background: #faa90f;
    color: #fff;
}
.complete_vacancy .complete_resume-socials .get_vacancies-buttons .get_vacancies_button:hover {
    background: #252B4E;
    color: #fff;
    box-shadow: 0 15px 20px rgb(38 44 80 / 20%);
}

@media all and (max-width: 770px) {
    .complete_resume, .complete_resume  {
        margin: 40px 15px;
    }
    .complete_resume-title {
        font-size: 26px;
        line-height: 30px;
        margin: 25px 0 20px;
    }
    .complete_resume-description {
        font-size: 18px;
        line-height: 20px;
        max-width: 500px;
        margin-bottom: 25px;
    }
    .complete_resume-socials .get_vacancies-buttons {
        gap: 15px;
    }
}
/**/

/*profile sidebar*/
.community-profile__statistics .rank_svg {
    max-width: 75px;
    height: auto;
}
.community-profile__statistics .user_level {
    padding: 5.5px 0;
}
.community-profile__statistics .user_progress-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
}
.community-profile__statistics .user_progress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 5px;
}
.community-profile__statistics #progress {
    margin: 10px 0 5px 0;
    border-radius: 20px;
    height: 10px;
}

.profile-content .left-image .download-file {
    z-index: 1;
}
.community-profile__head #progress_line {
    position: absolute;
    transform: rotate(140deg);
    top: -23px;
    width: 200px;
    left: -20px;
}
@media (max-width: 799px) {
    .community-profile__head #progress_line {
        position: absolute;
        transform: rotate(140deg);
        top: -20px;
        width: 150px;
        left: -13px;
    }
}
/**/

/*questions*/
.questions-item__head.voted {
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
}
.questions-item__head-name {
    display: flex;
    align-items: center;
}
.questions-item__head-vote {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    line-height: 12px;
    color: #777;
}
.questions-item__head-vote.mobile {
    display: none;
}
.questions-item__right-bar__center.has_vote-mobile .questions-item__head-vote {
    display: none;
}

@media screen and (max-width: 450px) {
    .questions-item__head-vote.mobile {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    .questions-item__head-vote.desktop {
        display: none;
    }
}
/**/

/*how u know*/
/*#how_u_know {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    z-index: 3000;
    transition: 350ms ease-in-out;
    width: 100vw;
    background: #0000005c;
}
#how_u_know.is_hidden {
    transform: translate(0, -120vh);
    display: none;

}
#how_u_know .popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    z-index: 3000;
    transition: 350ms ease-in-out;
    width: 100vw;
}
#how_u_know .popup-wrap.active {
    background: #00000080;
    transition: background .5s ease-in-out;
}
#how_u_know .popup-container {
    width: 80%;
    height: 100vh;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#how_u_know .popup-body {
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    position: relative;
}

.how_u_know-body.popup-body {
    width: 100%;
    max-width: 650px;
    display: flex;
    align-items: center;
}
.how_u_know-text.popup-text {
    margin: 60px 0 50px;
    max-width: 370px;
    width: 100%;
}
.how_u_know-title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.how_u_know-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 20px;
}
.how_u_know-item {
    box-shadow: 0 0 30px rgb(0 0 0 / 3%);
    border-radius: 10px;
    padding: 13px;
    font-size: 14px;
    line-height: 21px;
    color: #555;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: 2px solid transparent;
}
.how_u_know-item input {
    width: 14px;
    height: 14px;
    border: 1px solid #D9DBE1;
    border-radius: 50%;
    margin-right: 20px;
}
.how_u_know-item input:checked {
    background: #FCAB10;
}
.how_u_know-item:hover, .how_u_know-item input:checked, label.how_u_know-item.checked {
    border: 2px solid #FCAB10;
    box-sizing: border-box;
}
#how_u_know-close {
    position: absolute;
    top: 25px;
    right: 25px;
}
#how_u_know .icon-close {
    font-size: 20px;
    cursor: pointer;
}
.how_u_know-text .button {
    width: 100%;
    border-radius: 25px;
    margin-top: 20px;
}

@media screen and (max-width: 799px) {
    .popup-container {
        width: 90%;
    }
    @media screen and (max-width: 799px) {
        .popup-container {
            width: 90%;
        }
        .how_u_know-text .button {
            text-align: center;
            width: 80%;
            margin: 20px auto 0;
            display: flex;
            height: 40px;
        }
    }
}*/
/**/

/*checkout*/
.checkout_container {
    margin-bottom: 20px;
}
.checkout_info {
    max-width: 340px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.checkout_title {
    font-weight: 700;
    font-size: 18px;
    color: #2E3562;
}
.checkout_info-product {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    justify-content: space-between;
}
.product_point {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product_point_icon {
    filter: invert(1);
    max-width: 15px;
}
.checkout_info-total {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #555555;
}

.contact_information {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.checkout_information-item .checkout_title {
    margin-bottom: 20px;
}
.checkout input:not(.checkbox):not(.checkbox-input), .checkout select {
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    box-sizing: border-box;
    border-radius: 5px;
    height: 55px;
    width: 100%;
    padding: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #555;
}

.checkout .iti.iti--show-flags .form-control {
    padding-left: 56px;
}

input#name {
    max-width: 550px;
}
.phone-country:not(.checkout-row__right-row__item-input) .pseudoSelect {
    top: 11px;
}
.checkout-row input[disabled],
.checkout-row .select2-container--default .select2-selection--single,
.checkout-row__right-row__item-input__currency.disabled,
.checkout-row__right-row__item-input.disabled .checkout-row__right-row__item-input__phone_country {
    background-color:rgba(0,0,0,.05)!important;
}
.checkout-row__right-row__item-input.disabled {
    pointer-events: none;
}
.checkout-row__right-row__item-input.disabled .input__decor {
    bottom: 0;
    height: auto;
}
.checkout_information-item {
    display: flex;
    flex-direction: column;
}
.prompt {
    color: #A6A6A6;
    font-size: 16px;
    line-height: 35px;
}
.select-wrapper::after {
    top: 25px;
    right: 25px;
}
.information_item-row {
    display: flex;
    gap: 40px;
}
.info_country {
    width: 40%;
}
.info_region {
    width: 40%;
}
.info_index {
    width: 20%;
}

.checkout_buttons label {
    display: flex;
    align-items: center;
    gap: 10px;
}
.checkout_buttons .main_button {
    border-radius: 25px;
    height: 50px;
    margin-top: 25px;
    line-height: 15px;
}

.cart_popup-body {
    max-width: 700px;
    width: 100%;
}

.order_history_popup-body {
    padding: 20px;
    max-width: 700px;
    width: 100%;
}
.order_history_popup-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.order_history_popup-title {
    color: #252B4F;
    font-size: 22px;
    font-weight: 600;
}
.order_history_popup-actions {
    display: flex;
    align-items: center;
    gap: 30px;
}
#order_history_popup-close {
    display: flex;
}
.order_history_popup-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    background: #F7F8FA;
    border-radius: 10px;
}
.order_history_popup-item:not(:last-child) {
    margin-bottom: 20px;
}
.item_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #999;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.item_top .points_icon {
    width: 15px;
}
.item_top .points_icon * {
    stroke: #999;
}
.item_bottom {
    width: 100%;
    margin-top: 10px;
    font-size: 13px;
    line-height: 18px;
    color: #999;
}

@media screen and (max-width: 1279px) {
    .contact_information {
        gap: 20px;
        flex-direction: column;
    }
    .checkout_information-item {
        width: 100%;
    }
}
@media screen and (max-width: 799px) {
    .information_item-row {
        gap: 0;
        flex-direction: column;
    }
    .information_item-row > div {
        width: 100%;
    }
    .checkout_buttons .main_button {
        max-width: 100%;
    }
}
@media screen and (max-width: 450px) {
    .checkbox {
        width: 16px;
        height: 16px;
    }
    .checkbox:checked:before {
        left: 5px;
        top: 1px;
    }
    .agree_text {
        font-size: 12px;
    }
}
/**/

/*point store*/
.product_item {
    position: relative;
}
.product_item:hover {
    position: relative;
    box-shadow: none;
}
/*.product_item:hover:before {
    position: absolute;
    left: -15px;
    top: -15px;
    z-index: -1;
    width: calc(100% + 15px);
    height: calc(100% + 165px);
    padding: 8px;
    box-shadow: 0 2px 16px rgb(0 0 0 / 24%);
    background-color: #fff;
    content: "";
}*/
.product_item:hover:before {
    position: absolute;
    left: -15px;
    top: -15px;
    z-index: -1;
    width: calc(100% + 15px);
    height: 100%;
    padding: 8px;
    box-shadow: 0 2px 16px rgb(0 0 0 / 24%);
    background-color: #fff;
    content: "";
}
.product_info > .product_info-image, .product_info .product_info-image {
    margin: 0 auto;
    height: 170px;
    width: 170px;
}
.product_options {
    min-height: 120px;
    margin-top: 25px;
}
.product_option.color {
    margin: 0 25px 15px 35px;
}
.pre_product_item-caption {
    margin: 0 15px 5px 15px;
    color: #A6A6A6;
    font-size: 14px;
}
.product_item-caption {
    top: 95%;
    position: absolute;
    height: 0;
    padding: 0 20px;
    /*z-index: 1;*/
    color: #A6A6A6;
    transition: all 0.5s ease;
    overflow-y: scroll;
}
.product_item-button {
    position: relative;
    /*z-index: 3;*/
    transition: z-index 1s ease;
}
.product_item:hover .product_item-button {
    background: #FCAB10;
    z-index: 4;
}
/*.product_item:hover .product_item-caption {
    position: absolute;
    width: 100%;
    height: calc(50% - 55px);
    background: #fff;
    top: 95%;
    z-index: 3;
    padding: 30px 20px;
    border-radius: 10px;
    transition: all 0.5s ease;
    !*box-shadow: 0 4px 70px rgb(0 0 0 / 10%);*!
}*/
.product_item:hover .product_item-caption {
    position: absolute;
    width: calc(100% + 31px);
    height: auto;
    background: #fff;
    top: 95%;
    z-index: 3;
    padding: 30px 20px 10px;
    transition: all 0.5s ease;
    overflow: auto;
    border-radius: 0;
    left: -15px;
    box-shadow: 0px 11px 16px 0px rgb(0 0 0 / 24%), 0px 11px 16px rgb(0 0 0 / 9%);
}
.close_caption {
    display: none;
}

.product_option.less:not(.color) {
    margin: 15px 25px 5px 35px;
}
.product_option.more {
    margin: 0 25px 5px 35px;
}

.product_item:hover .product_item-caption > div * {
    font-size: 16px!important;
    color: #A6A6A6!important;
    font-family: "Circe-Regular", sans-serif !important;
}

.product_item-button {
    z-index: 3;
}
.product_item-caption {
    top: 95%;
    z-index: -1;
}
.product_item.hovered .product_item-caption {
    top: 95%;
}
@media screen and (max-width: 799px) {
    .close_caption {
        display: block;
        position: absolute;
        top: 30px;
        right: 15px;
        cursor: pointer;
    }
    .close_caption .icon-close {
        color: #A6A6A6;
    }
}
@media screen and (max-width: 450px) {
    .product_item.hovered {
        box-shadow: 0 2px 16px rgb(0 0 0 / 24%);
    }
    .product_item:hover:before {
        display: none;
    }
    .product_item:hover .product_item-caption {
        left: auto;
        width: 100%;
        border-radius: 10px;
    }
    .product_item:not(.hovered) .product_item-caption {
        display: none;
    }
}
/**/

/*shop & cart*/
.shop .content-sidebar {
    margin-right: 30px;
    max-width: 24%;
    width: 100%;
}
.shop .content-full .common_block.top_container {
    padding: 0;
}
.shop .content-full {
    width: 100%;
}
.buttons_block {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.buttons_block a {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    border-left: 1px solid #F6F7F9;
    padding: 15px 25px;
}

.product_items {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    gap: 30px;
}
.product_item {
    max-width: 31%;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 4px 70px rgb(0 0 0 / 10%);
    border-radius: 10px;
}
.product_info {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    padding-bottom: 20px;
    min-height: 230px;
    border-bottom: 1px solid #EBEBEB;
}
.product_info-image {
    max-width: 150px;
    margin: 15px 0 0;
}
.product_info-name {
    font-weight: 500;
    font-size: 20px;
    color: #000;
    font-family: 'Rubik', sans-serif;
}
.product_option {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    margin: 25px 25px 25px 35px;
}
.product_option-values.color, .product_option-values.size {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    gap: 20px;
}
.product_option-values {
    font-size: 16px;
    line-height: 24px;
    color: #222;
    min-width: 115px;
}
.product_option-values:not(.size), .product_option-values.size .active_value {
    font-weight: 600;
}
.size_option, .color_option {
    cursor: pointer;
}
.color_option {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid transparent;
}
.color_option:hover {
    border: 1px solid #000;
}
.color_option:hover {
    font-weight: 600;
}
.size_option {
    padding: 0 7px;
}
.size_option:hover {
    font-weight: 600;
}
.product_item-button {
    cursor: pointer;
    border-radius: 10px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    padding: 15px 0;
    color: #fff;
}
.button_icon {
    margin-right: 10px;
}
.button_text {
    font-size: 18px;
    line-height: 20px;
}

.popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    z-index: 3000;
    transition: all .5s ease-in-out, transform 2s ease-in-out;
    width: 100vw;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    display: none;
    align-items: center;
    justify-content: center;
}
.d-none {
    display: none;
}
.d-flex {
    display: flex;
}
.popup-wrap.active {
    background: #00000080;
    transition: background, opacity .5s ease-in-out;
    opacity: 1;
    visibility: visible;
}
.is_hidden {
    transform: translate(0, -120vh);
}
.popup-container {
    /*width: 80%;*/
    /*height: 100vh;*/
    width: 650px;
    /*margin: 0 auto;*/
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-body {
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    position: relative;
}
.cart_popup-body {
    max-width: 700px;
    width: 100%;
}

.cart_popup-item, .item_info-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.item_info-container {
    gap: 40px;
}
.cart_popup-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 35px;
    border-bottom: 1px solid #EBEBEB;
}
.cart_popup-title {
    color: #252B4F;
    font-size: 22px;
    font-weight: 600;
}
.cart_popup-actions {
    display: flex;
    align-items: center;
    gap: 30px;
}
.popup-close, .cart_popup-trash {
    cursor: pointer;
}
#cart_popup-close {
    display: flex;
}
.icon-close:before {
    font-size: 20px;
}

.trash_checkbox, .checkbox {
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: relative;
}
.trash_checkbox:checked, .checkbox:checked {
    background: #F1F1F1;
}
.trash_checkbox:checked:before, .checkbox:checked:before {
    content: '';
    position: absolute;
    left: 8px;
    top: 5px;
    width: 3px;
    height: 7px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cart_popup-item {
    border-bottom: 1px solid #EBEBEB;
    padding: 20px 35px;
    max-height: 140px;
}
.cart_popup-item img {
    max-width: 120px;
}
.item_info-data {
    display: flex;
    align-items: center;
    gap: 40px;
}
.item_info-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.item_info-options {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 21px;
    color: #888;
}
.item_info-options:not(:last-child) {
    margin-bottom: 12px;
}
.item_info-name {
    min-width: 60px;
}

.item_info-quantity {
    display: flex;
    align-items: center;
    border: 1px solid #F3F3F3;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 24px;
    line-height: 35px;
    color: #aaa;
    height: 35px;
}
.item_info-button {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
    cursor: pointer;
}
.btn_plus.item_info-button {
    position: relative;
    top: 3px;
}
.item_info-quantity .product_quantity {
    border: none;
    height: 100%;
    max-width: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.item_info-points {
    display: flex;
    align-items: center;
    gap: 10px;
}
svg.points_icon {
    filter: invert(1);
}
.points_text {
    font-size: 14px;
}

.cart_popup-bottom.popup-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 20px 35px;
}
.bottom_text-container {
    display: flex;
    align-items: center;
    gap: 20px;
}
.bottom_text {
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
}
.bottom_value .points_icon {
    max-width: 15px;
}
.bottom_value {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cart_popup-bottom.popup-bottom .main_button {
    font-size: 12px;
    line-height: 18px;
}

@media screen and (max-width: 1279px) {
    .shop .common_block-wrapper {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        gap: 20px;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
    }
    .shop .content-sidebar {
        margin-right: 0;
        max-width: 30%;
    }
    .shop .content-full {
        width: 100%;
    }
    .product_items {
        gap: 20px;
    }
    .product_item {
        max-width: 48%;
    }
}
@media screen and (max-width: 799px) {
    .shop .common_block-wrapper {
        flex-direction: column;
    }
    .shop .content-sidebar {
        max-width: unset;
    }
    .product_item {
        max-width: unset;
    }

    .cart_popup-item {
        padding: 20px 20px;
    }
    .item_info-data {
        gap: 20px;
        align-items: flex-end;
    }
    .item_info-container {
        gap: 10px;
        flex-wrap: wrap;
        align-items: flex-end;
    }
    .trash_checkbox {
        max-width: 22px;
        width: 100%;
    }
    .item_info-title {
        margin-bottom: 10px;
    }
    .item_info-options:not(:last-child) {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 600px) {
    .item_info-container {
        gap: 5px;
    }
    .cart_popup-item {
        padding: 20px 10px;
    }
    .cart_popup-item img {
        max-width: 90px;
        margin: 0 10px 0 0;
    }
    .item_info-title {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 5px;
    }
    .item_info-options {
        font-size: 10px;
        line-height: 15px;
    }
    .item_info-name {
        min-width: 45px;
    }
    .color_option {
        width: 20px;
        height: 20px;
    }
    svg.points_icon {
        max-width: 15px;
    }
    .points_text {
        font-size: 12px;
    }
    .item_info-button {
        padding: 0 5px;
    }
    .trash_checkbox {
        padding: 10px;
    }
    .cart_popup-bottom.popup-bottom .main_button {
        border-radius: 50px;
    }
}
@media screen and (max-width: 450px) {
    .popup-container {
        width: 95%;
    }
    .cart_popup-text {
        padding: 20px 15px;
    }
    .cart_popup-title {
        font-size: 17px;
    }
    .cart_popup-item img {
        max-width: 70px;
        margin: 0;
    }
}
/**/

/*community homepage*/
.community_home .banner_community {
    bottom: 0;
    border-radius: 8px;
}
.community_home .banner_community.mobile {
    display: none;
}
.community_home .our_services {
    text-align: center;
}
.community_home .our_services .our_services_items {
    justify-content: space-between;
}
.community_home .our_services .our_services_items .our_services_item {
    width: 15%;
}
.community_home .our_services .toggle_question_form {
    margin: 0 auto;
    max-width: 240px;
}

.community_home.content-full {
    margin: 0 auto;
}

.community_home .how_its_work {
    text-align: center;
}
.community_home .how_its_work .how_its_work-more {
    font-size: 22px;
    line-height: 31px;
    text-decoration-line: underline;
    color: #555555;
}

.community_home.all_questions_block .common_block {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 40px;
}
.community_home.all_questions_block .questions-item__head {
    align-items: flex-start;
}
.community_home.all_questions_block .questions-item__head-image {
    width: 60px;
    height: 60px;
}

.community_home.all_questions_block .questions-item__head-name {
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.community_home.all_questions_block .questions-item__head-info {
    margin-left: 12px;
}
.community_home.all_questions_block .questions-item__head-text {
    font-size: 18px;
    margin: 0;
}
.community_home.all_questions_block .questions-item__head-text.mobile {
    display: none;
}
.community_home.all_questions_block .questions-item__right-bar {
    margin-top: 20px;
}
.community_home.all_questions_block .questions-item__right-bar__right-item {
    margin-right: 0;
}
.community_home.all_questions_block .questions-item__right-question {
    margin: 10px 0;
    font-size: 18px;
}
.community_home.all_questions_block .questions-item__head-vote {
    font-size: 14px;
    line-height: 18px;
    color: #888;
    position: absolute;
    right: 0;
}
.community_home.all_questions_block .community-profile__questions {
    margin: 0;
}
.community_home.all_questions_block .community-profile__questions .questions-item {
    padding: 20px 0 25px;
}
.community_home.all_questions_block .community-profile__questions .questions-item::before {
    width: 100%;
}
.community_home.all_questions_block .all_questions_block-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.community_home.all_questions_block .all_questions_block-actions .button {
    max-width: 240px;
    width: 100%;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
}

.community_home .common_block.ask_question_block {
    margin-top: 20px;
}
.community_home .common_block.ask_question_block .community-profile__form-button {
    width: 100%;
}

@media all and (max-width: 1000px) {
    .community_home .our_services .our_services_items {
        justify-content: center;
    }
    .community_home .our_services .top_banner_content-buttons {
        max-width: 50%;
    }

    .community_home :is(.top_banner_content-buttons, .top_banner_content-subtitle) {
        max-width: 60%;
    }
    .community_home .top_banner_ellipse-container {
        max-width: 50%;
        width: 50%;
    }
    .community_home .top_banner_content-buttons > .button {
        max-width: 240px;
    }

    .community_home .community-profile__questions .questions-item__right-bar__left-item, .community_home .questions-item__right-bar__right-item {
        min-width: 50px;
        display: flex;
        align-items: flex-end;
    }
    .community_home .community-profile__questions .questions-item__right-bar__left-item span {
        height: 13px;
    }
    .community_home .community-profile__questions .questions-item__right-bar__right-item svg {
        top: 0;
    }

    .community_home .common_block.ask_question_block {
        margin: 20px 15px;
    }

}
@media all and (max-width: 770px) {
    .community_home.all_questions_block {
        margin: 0 15px;
    }
}
@media all and (max-width: 550px) {
    .community_home :is(.top_banner_content-buttons, .top_banner_content-subtitle) {
        position: relative;
        z-index: 1;
    }
    .community_home .top_banner_content-title {
        font-size: 26px;
    }
    .community_home .top_banner_content-subtitle {
        font-size: 14px;
        margin-bottom: 17px;
        max-width: 100%;
    }
    .community_home .top_banner_content-buttons > .button {
        max-width: 200px;
        font-size: 10px;
    }
    .community_home .banner_community.mobile {
        right: 0;
        bottom: 0;
        display: block;
        width: 90%;
    }
    .community_home .banner_community.desktop {
        display: none;
    }

    .community_home .our_services .our_services_items .our_services_item {
        width: 30%;
    }

    .community_home .how_its_work .how_its_work-more {
        margin: 30px 0 100px;
        display: block;
    }

    .community_home.all_questions_block {
        margin: 0 15px;
    }
    .community_home.all_questions_block .common_block {
        padding: 0 20px;
    }
    .community_home.all_questions_block .questions-item__head-name {
        flex-flow: wrap;
        align-items: center;
    }
    .community_home.all_questions_block .questions-item__head-text.mobile {
        display: block;
        margin-left: 10px;
    }
    .community_home.all_questions_block .questions-item__head-text:not(.mobile) {
        display: none;
    }
    .community_home.all_questions_block .questions-item__head-info {
        margin-left: 0;
        width: 100%;
    }
}
@media all and (max-width: 450px) {
    .community_home .our_services .toggle_question_form {
        margin: 35px auto;
    }

    .community_home .how_its_work .how_its_work-more {
        margin: 30px 0 50px;
    }

    .community_home.all_questions_block .questions-item__right-text, .community_home.all_questions_block .questions-item__head-vote {
        font-size: 16px;
    }
    .community_home.all_questions_block .questions-item__head-vote {
        position: unset;
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 20px 0 0;
    }

}
/**/

/*homepage for unregister and drivers*/
.top_banner {
    margin: 40px 0;
}
.our_services_items {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px 0 0;
    flex-wrap: wrap;
    padding-bottom: 50px;
    position: relative;
}
.our_services_item {
    width: 20%;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    min-width: 200px;
    position: relative;
}
.our_services_item:hover > div {
    transform: translateY(-20px);
}
.our_services_item-icon {
    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;
    min-width: 110px;
    min-height: 100px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgb(0 0 0 / 5%), 0px 0px 0px 10px rgb(255 255 255);
    padding: 15px;
}
.our_services_item:hover .our_services_item-icon {
    box-shadow: 0 4px 20px rgb(0 0 0 / 5%), 0px 0px 0px 10px rgb(255 255 255), 0px 0px 20px 20px #dcdcdc;
}
.our_services_item:hover:after {
    content: '';
    width: 100%;
    height: 5px;
    background: #FCAB10;
    position: absolute;
    bottom: 0;
}
.our_services-icon {
    width: 60px;
    height: 45px;
}
img.our_services-icon {
    width: 45px;
    margin: 0 5px;
}

img.our_services-icon.code__mod {
    width: 60px;
    height: 60px;
}
.our_services_item-text {
    margin-top: 20px;
    font-weight: bold;
    font-size: calc((100vw - 320px)/1600 * (24 - 17) + 19px);
    line-height: 34px;
}

.how_its_work {
    margin: 60px 0;
}
.how_its_work_items {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 30px 0 50px;
}
.how_its_work_item {
    width: 33%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.how_its_work-icon {
    max-width: 80px;
    max-height: 80px;
}
.how_its_work_item-text {
    width: 80%;
    text-align: center;
    font-size: calc((100vw - 320px)/1600 * (24 - 16) + 16px);
    line-height: calc((100vw - 320px)/1600 * (24 - 14) + 24px);
}

.resume_block {
    background: #252B4E;
    box-shadow: 0px 4px 70px rgb(0 0 0 / 5%);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin: 60px 0;
}
.resume_block-text {
    margin-top: 0;
    font-weight: bold;
    font-size: calc((100vw - 320px)/1600 * (24 - 18) + 19px);
    line-height: calc((100vw - 320px)/1600 * (24 - 7) + 20px);
    color: #fff;
    margin-bottom: 20px;
}
.resume_block .button-white {
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
}

.last_vacancies {
    background: url(/image/new_homepage/Maps.png) no-repeat;
    background-size: contain;
    position: relative;
}
.last_vacancies_items {
    /*margin: 50px 0 30px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}

.last_vacancies_item {
    max-width: 950px;
    background: #fff;
    width: 100%;
}
.last_vacancies_item .vacancy-preview__status {
    line-height: 18px;
    margin: 0 0 10px;
}
.last_vacancies_item .vacancy-preview__status::before, .last_vacancies_item .vacancy-preview__status::after {
    top: 45%;
}
.last_vacancies .vacancy__company {
    margin: 0;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
}
.last_vacancies .vacancy__name {
    font-size: calc((100vw - 320px)/1600 * (26 - 17) + 20px);
    line-height: 20px;
}
.last_vacancies .amount {
    font-size: 16px;
    line-height: 24px;
}
.last_vacancies .icon {
    max-width: 14px;
    font-size: 16px;
}
/*.last_vacancies .flag {
    width: 20px;
    height: 15px;
}*/
.last_vacancies .text {
    line-height: 24px;
}
.last_vacancies .last_vacancies-time {
    font-size: 14px;
    line-height: 21px;
    color: #777;
    padding: 15px 0;
}
.last_vacancies .last_vacancies-favorites {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.last_vacancies .last_vacancies-favorites span {
    margin-top: 4px;
    font-size: 14px;
    line-height: 21px;
    color: #252B4E;
}
.last_vacancies-button {
    text-align: center;
}
.last_vacancies .last_vacancies-image_points {
    position: absolute;
    bottom: 0;
    width: 94%;
    left: 3%;
    z-index: -1;
}

.get_vacancies {
    text-align: center;
    margin: 60px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.get_vacancies.m-0 {
    margin: 0;
}
.get_vacancies_top {
    background: #252B4E;
    box-shadow: 0 4px 70px rgb(0 0 0 / 5%);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}
.get_vacancies_top .get_vacancies-text {
    font-weight: bold;
    font-size: calc((100vw - 320px)/1600 * (24 - 18) + 19px);
    line-height: calc((100vw - 320px)/1600 * (24 - 7) + 20px);
    color: #fff;
    margin-bottom: 20px;
}
.get_vacancies_top .get_vacancies-buttons {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.get_vacancies_icon-container {
    position: relative;
    height: 26px;
}
.get_vacancies_button {
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    max-width: 240px;
}
.get_vacancies_button span {
    margin-right: 5px;
}
.get_vacancies_button svg {
    transition: all ease .25s;
}
.get_vacancies_button:hover svg {
    transition: all ease .25s;
}
.get_vacancies_button:hover .get_vacancies_icon-hover {
    position: absolute;
    left: 0;
    z-index: 1;
}
.get_vacancies_icon-hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.get_companies {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #E0E0E0;
}
.get_company {
    max-width: 20%;
    width: 100%;
    border: 1px solid #E0E0E0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 2rem;
}
.get_company img {
    max-height: 100px;
    max-width: 150px;
    height: auto;
    width: auto;
}
.get_vacancies_bottom.resume_block {
    margin: 0;
    width: 100%;
    border-radius: 0 0 10px 10px;
}

.company.get_vacancies_top .get_vacancies_button:hover {
    background-color: #252B4E;
    box-shadow: none;
}

@media (max-width: 500px) {
    .get_vacancies_button:hover .get_vacancies_icon-hover {
        position: absolute;
        left: 0;
        z-index: 1;
        display: none!important;
    }
}
/**/

/*homepage for company*/
.account.company_account {
    margin: 0 auto 50px auto;
}
.company .hover-blue:hover {
    background: #252B4E;
}
.company.resume_block {
    margin: 20px 0 60px;
    background: #F9A910;
}

.company .vacancy-preview-items {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 5px;
}
.company .vacancy-preview-item {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 20px;
}
.company .vacancy-preview__title {
    font-size: 12px;
    line-height: 18px;
    color: #888888;
}
.company .vacancy-preview__status {
    margin: 0;
}
.company .vacancy__job {
    font-size: calc((100vw - 320px)/1600 * (18 - 17) + 18px);
    line-height: calc((100vw - 320px)/1600 * (28 - 17) + 18px);
    margin-bottom: 5px;
}
.company .vacancy__category, .company .vacancy__experience {
    display: flex;
    align-items: center;
    gap: 5px;
}
.company .vacancy_text {
    font-size: calc((100vw - 320px)/1600 * (18 - 17) + 18px);
    line-height: calc((100vw - 320px)/1600 * (28 - 17) + 18px);
    display: flex;
    align-items: center;
    gap: 5px;
}

.company.get_vacancies_top {
    margin-top: 40px;
    background: #FCAB10;
}

@media all and (max-width: 1400px) {
    .our_services_item-text {
        white-space: nowrap;
    }
}
@media all and (max-width: 1200px) {
    .get_company {
        padding: 2rem 2rem;
        height: 150px;
    }
}
@media all and (max-width: 1050px) {
    .last_vacancies_item {
        max-width: 95%;
    }

    .our_services_item {
        width: 32%;
        margin-bottom: 30px;
    }
    .get_company img {
        max-height: 100px;
        max-width: 120px;
    }
}
@media all and (max-width: 770px) {
    .our_services_items {
        margin: 50px 0 0;
        position: relative;
        padding: 0;
    }
    .our_services_item-icon {
        min-width: 70px;
        min-height: 65px;
    }
    .our_services_items:after {
        display: none;
    }

    .last_vacancies_items {
        margin: 30px 0 0;
    }

    .get_vacancies {
        margin: 40px auto;
    }
    .get_vacancies_top {
        margin-bottom: 20px;
    }
    .get_vacancies-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .get_vacancies_bottom.resume_block {
        margin: 20px 0 0;
        width: 100%;
        border-radius: 10px;
    }
    .get_company {
        padding: 2rem 2rem;
        height: 130px;
    }
    .get_company img {
        max-height: 100%;
        max-width: 150%;
    }
}
@media all and (max-width: 650px) {
    .our_services_item {
        min-width: 100px;
    }
    .our_services_items .our_services_item:nth-child(3) {
        order: 1;
    }

    .how_its_work {
        margin: 20px 0;
    }
    .how_its_work_items {
        align-items: center;
        flex-direction: column;
        margin: 30px 0;
    }
    .how_its_work_item {
        width: 100%;
    }
    .how_its_work_item:not(:last-child) {
        margin-bottom: 30px;
    }

    .resume_block {
        margin: 40px 0;
    }

    .last_vacancies .vacancy__name {
        line-height: 25px;
    }

    .get_vacancies .get_vacancies_button span {
        margin: 2px 5px 0;
    }
    .get_company {
        padding: 0 2rem;
        height: 110px;
    }
}
@media all and (max-width: 550px) {
    .our_services_item-icon {
        padding: 15px;
    }
    .our_services-icon {
        width: 40px;
        height: 30px;
    }
    img.our_services-icon {
        width: 30px;
        margin: 0 5px;
    }
    img.our_services-icon.code__mod {
        width: 35px;
        height: 35px;
    }
    .our_services_item-text {
        margin-top: 20px;
        font-weight: bold;
        font-size: 14px;
        line-height: 24px;
    }
    .our_services_item {
        margin-bottom: 20px;
    }

    .how_its_work-icon {
        max-width: 60px;
        max-height: 60px;
    }
    .how_its_work_item {
        gap: 10px;
    }

    .get_company {
        padding: 0 1rem;
        height: 110px;
    }
    .get_company img {
        max-height: 100%;
        max-width: 130%;
    }


    .company .our_services_item {
        width: 50%;
    }

    .company .vacancy__experience {
        margin: 10px 0;
    }
    .company .vacancy_text {
        font-size: 14px;
        line-height: 20px;
    }
    .company .vacancy-preview__logo {
        max-width: 50px;
        min-width: 50px;
        position: relative;
        top: -30px;
    }
    .company .last_vacancies .text {
        line-height: 20px;
        font-size: 14px;
    }
}
@media all and (max-width: 450px) {
    .top_banner {
        margin: 20px 0;
    }
    .get_companies {
        border: none;
    }
    .get_company {
        padding: 0 1rem;
        height: 100px;
        max-width: 25%;
    }

    .our_services_item {
        width: 35%;
    }
}
@media all and (max-width: 400px) {
    .last_vacancies .vacancy-preview>.horizontal-between {
        flex-direction: row;
        align-items: center;
    }
}
/**/

/*account for company*/
.company_account .our_services_items {
    flex-direction: column;
}
.company_account .our_services_items > div {
    display: flex;
    justify-content: center;
    width: 100%;
}
.company_account .our_services_items > div:first-child {
    justify-content: space-between;
}
.company_account .our_services_items .our_services_item {
    width: 15%;
}
.company_account hr {
    width: 100%;
    height: 1px;
    margin: 50px 0;
    border: none;
    background: #FCAB10;
}
.company_account .vacancy-preview-items {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 5px;
}
.company_account .vacancy-preview-item {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 20px;
}
.company_account .vacancy-preview__title {
    font-size: 12px;
    line-height: 18px;
    color: #888888;
}
.company_account .vacancy-preview__status {
    margin: 0;
}
.company_account .vacancy__name {
    margin: 0 0 5px;
    font-size: calc((100vw - 320px)/1600 * (24 - 17) + 20px);
    line-height: 20px;
}
.company_account .vacancy__job {
    font-size: calc((100vw - 320px)/1600 * (18 - 17) + 18px);
    line-height: calc((100vw - 320px)/1600 * (28 - 17) + 18px);
    margin-bottom: 5px;
}
.company_account .vacancy__category, .company_account .vacancy__experience {
    display: flex;
    align-items: center;
    gap: 5px;
}
.company_account .vacancy_text {
    font-size: calc((100vw - 320px)/1600 * (18 - 17) + 18px);
    line-height: calc((100vw - 320px)/1600 * (28 - 17) + 18px);
    display: flex;
    align-items: center;
    gap: 5px;
}
.company_account .two_links {
    display: flex;
    align-items: center;
    gap: 30px;
}
.company_account .two_links .more {
    margin-top: 4px;
    font-size: 14px;
    line-height: 21px;
    color: #252B4E;
}

.company_account .get_vacancies_top {
    margin-top: 40px;
    background: #FCAB10;
}
@media all and (max-width: 1400px) {
    .company_account .our_services_items > div {
        flex-wrap: wrap;
        gap: 30px;
    }
    .company_account .our_services_items .our_services_item {
        width: 30%;
    }
}
@media all and (max-width: 991px) {
    .company_account .our_services_items > div {
        flex-wrap: wrap;
        gap: 30px;
    }
    .company_account .our_services_items .our_services_item {
        width: 30%;
    }
}
@media all and (max-width: 770px) {
    .company_account .our_services_items > div {
        flex-wrap: wrap;
        gap: 15px;
    }
    .company_account .our_services_items > div:first-child {
        justify-content: center;
    }
    .company_account .our_services_item {
        margin-bottom: 0;
    }


    .our_services_item:hover > div {
        transform: unset;
    }
}
@media all and (max-width: 550px) {
    .company_account hr {
        margin: 20px 0 30px;
    }
}
@media all and (max-width: 450px) {
    .company_account .our_services_items > div {
        justify-content: space-around;
    }
    .company_account .our_services_items > div:first-child {
        justify-content: space-around;
    }
    .company_account .our_services_items .our_services_item {
        width: 40%;
    }

    .company .vacancy-preview__logo {
        top: 0;
    }
    .company_account .vacancy__job {
        margin-bottom: 10px;
    }
    .company_account .vacancy_text {
        font-size: 14px;
        line-height: 21px;
    }
}
/**/

/*vacancy create*/
.container-small.vacancy-page.resume.create .edit-tags__add-btn {
    border-radius: 5px;
    font-size: 12px;
    padding: 14px;
    line-height: 18px;
}
.container-small.vacancy-page.resume.create .subtitle {
    margin-top: 0;
    font-size: 18px;
    line-height: 27px;
    color: #555;
}
.container-small.vacancy-page.resume.create .subtitle.mobile_title .subtitle_arrow {
    display: none;
}
.container-small.vacancy-page.resume.create .form-item {
    margin-bottom: 20px;
}
.container-small.vacancy-page.resume.create .form-item.sm {
    margin-bottom: 10px;
}
.container-small.vacancy-page.resume.create .form-item label {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
    color: #555;
}
.container-small.vacancy-page.resume.create :is(.form-field input, .form-field select) {
    font-size: 16px;
}
.container-small.vacancy-page.resume.create .checkbox-button-grid {
    margin-bottom: 10px;
}
.container-small.vacancy-page.resume.create .form .button {
    margin-top: 0;
    margin-bottom: 20px;
}
.container-small.vacancy-page.resume.create .polzunok-container_age {
    padding: 10px 16px 0 16px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.container-small.vacancy-page.resume.create .polzunok-container_age * {
    box-sizing: border-box;
    outline: none;
}
.container-small.vacancy-page.resume.create .polzunok-container_age .ui-slider .ui-slider-handle {
    position: absolute;
    margin-left: -10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #E8E8E8;
    top: -7px;
    background: #FFF;
    z-index: 2;
    transition: transform 0.2s, border 0.4s;
}
.container-small.vacancy-page.resume.create .polzunok-container_age .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 rgb(0 0 0 / 30%), 1px 1px 5px rgb(255 255 255); */
}
.container-small.vacancy-page.resume.create .polzunok-container_age .ui-slider {
    position: relative;
    background: #E8E8E8;
    height: 4px;
    border-radius: 12px;
}
.container-small.vacancy-page.resume.create .suggestion_container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 480px;
    /*max-height: 430px;*/
}
.container-small.vacancy-page.resume.create .suggestion_container .form-item {
    width: 370px;
    /*width: 350px;*/
}
.container-small.vacancy-page.resume.create .is_email {
    font-size: 16px;
    line-height: 24px;
    color: #555;
    margin: 10px 0 15px;
}
.container-small.vacancy-page.resume.create .is_email .is_email_ok {
    text-decoration-line: underline;
    color: #9ABCED;
}
.container-small.vacancy-page.resume.create .input-group-flex.two_answers {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}
.container-small.vacancy-page.resume.create .input-group-flex.two_answers .form-checkbox.toggle {
    margin: 0;
}
.container-small.vacancy-page.resume.create .socials-register .form-checkbox.toggle {
    display: flex;
    gap: 40px;
    align-items: center;
}
.container-small.vacancy-page.resume.create .socials-register svg {
    width: 30px;
    height: 30px;
}
.container-small.vacancy-page.resume.create .striped-title {
    margin: 0 0 20px;
}

.container-small.vacancy-page.resume.create .form-checkbox.toggle .form-check-label span {
    width: 60px;
    height: 30px;
}
.container-small.vacancy-page.resume.create .form-checkbox.toggle .form-check-label span::before {
    height: 28px;
    width: 28px;
    left: 2px;
    top: 1px;
}
.container-small.vacancy-page.resume.create .form-checkbox.toggle .form-check-label input:checked + span::before {
    left: 30px;
}
.container-small.vacancy-page.resume.create .buttons .button {
    border-radius: 5px!important;
    font-size: 16px;
    line-height: 24px;
}
.resume_create.company.get_vacancies_top {
    margin-bottom: 0;
}
.resume_create.company.get_vacancies_top .button_white_new:hover {
    background: #252B4F;
}

@media (max-width: 991px) {
    .container-small.vacancy-page.resume.create .suggestion_container .form-item {
        width: 350px;
    }
}
@media (max-width: 770px) {
    .container-small.vacancy-page.resume.create .suggestion_container {
        max-height: 600px;
    }
    .container-small.vacancy-page.resume.create .profile-content .left-image {
        width: 140px;
        height: 140px;
    }
    .container-small.vacancy-page.resume.create .suggestion_container .form-item {
        width: 270px;
    }
}
@media (max-width: 550px) {
    .container-small.vacancy-page.resume.create .subtitle {
        margin: 30px 0;
    }

    .container-small.vacancy-page.resume.create .subtitle.center.mobile_title {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .container-small.vacancy-page.resume.create .subtitle.mobile_title .subtitle_arrow {
        display: block;
    }
    .container-small.vacancy-page.resume.create .subtitle.mobile_title .subtitle_arrow.rotate {
        transform: rotate(180deg);
    }
    .container-small.vacancy-page.resume.create .suggestion_container {
        display: none;
        flex-wrap: nowrap;
        max-height: initial;
    }
    .container-small.vacancy-page.resume.create .suggestion_container.show {
        display: flex;
    }
    .container-small.vacancy-page.resume.create .suggestion_container .form-item {
        width: 100%;
    }
}
@media (max-width: 450px) {
    .container-small.vacancy-page.resume.create .socials-register .form-checkbox.toggle {
        gap: 15px;
        align-items: baseline;
        flex-direction: column;
    }
    .container-small.vacancy-page.resume.create .buttons .button {
        max-width: 220px;
        margin: 10px auto;
    }
}
/**/

/*vacancy show*/
.vacancy_main-new .vacancy-main__info {
    margin: 15px 0 30px;
}
.vacancy_main-new .vacancy-main__info .vacancy__date {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 10px;
}
.vacancy_main-new .vacancy-main__status.active {
    color: #36BF29;
    position: relative;
    padding-left: 14px;
    margin: 5px 0;
    font-size: 12px;
}
.vacancy_main-new .vacancy-main__status.active:before, .vacancy-main__status.active:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.vacancy_main-new .vacancy-main__status.active:before {
    background-color: rgba(54, 191, 41, 0.3);
    width: 11px;
    height: 11px;
    left: 0;
}
.vacancy_main-new .vacancy-main__status.active:after {
    background-color: #36BF29;
    width: 5px;
    height: 5px;
    left: 3px;
}
.vacancy_main-new .block__title {
    margin-bottom: 21px;
}
.vacancy_main-new .vacancy-main__buttons a {
    margin-top: 20px;
}

@media screen and (min-width: 701px) {
    .line .vacancy-main__buttons:not(.register_company-border) a {
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .line .vacancy-main__buttons:not(.register_company-border) .response_buttons_curriculum.indent__mod a {
        margin-bottom: 0;
    }
}

.response_btn {
    height: 30px;
    width: auto!important;
    margin: 0 10px;
}

.vacancy_main-new .offer_items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.vacancy_main-new .offer_item-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 30px 0 0;
}
.vacancy_main-new .offer_item {
    display: flex;
    align-items: center;
    gap: 5px;
    flex: 1 0 40%;
    max-width: 33%;
    margin: 5px 0;
}
@media (max-width: 850px) {
    .vacancy_main-new .offer_item {
        flex: 1 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 550px) {
    .vacancy_main-new .offer_item {
        flex: unset;
        max-width: 100%;
    }
}

.vacancy-main .vacancy-block__subtitle .text {
    line-height: 21px;
}

.description_translate-wrap {
    font-size: 12px!important;
    line-height: 18px;
    margin-top: 20px!important;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #C4C4C4!important;
}
.description_translate-wrap a {
    color: #6CA4F4!important;
    cursor: pointer;
}

.contacts_items.vacancy_main-new {
    display: flex;
}
.vacancy_main-new .contacts_items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.vacancy_main-new .vacancy_item-wrap {
    display: flex;
    gap: 10px;
    margin: 20px 30px 0 0;
    flex: 1;
}
.vacancy_main-new .vacancy_items-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    color: #252B4F;
}
.vacancy_main-new .vacancy_items-subtitle {
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    padding-left: 15px;
    position: relative;
}
.vacancy_main-new .vacancy_items-subtitle.is_social {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0;
}
.vacancy_main-new .vacancy_items-subtitle.is_social:before {
    content:none;
}
.vacancy_main-new .vacancy_items-subtitle:before {
    content: '';
    display: block;
    height: 4px;
    width: 4px;
    background-color: #252B4F;
    transform: rotate(-45deg) translateY(-50%);
    margin-right: 7px;
    position: absolute;
    top: 10px;
    left: 5px;
}
.vacancy_items-subtitle.is_social img {
    max-width: 20px;
}

#send_response {
    display: none;
    z-index: 1;
    position: fixed;
    bottom: 55px;
    width: 100%;
}
#send_response a {
    background: #FCAB10;
    border-radius: 5px!important;
    min-width: 100%;

}
@media (max-width: 650px) {
    .vacancy_main-new .vacancy-main__info {
        margin: 15px 0 10px;
    }
}
@media (max-width: 550px) {
    .vacancy_main-new .offer_items {
        flex-direction: column;
        margin-top: 10px;
    }
    .vacancy_main-new .offer_item-wrap {
        margin: 10px 0 0;
    }
}
@media (max-width: 500px) {
    .vacancy_main-new .block__title {
        font-size: calc((100vw - 320px)/1600 * (36 - 21) + 21px);
    }
    .vacancy_main-new .vacancy-main__service {
        order: unset;
        width: 10%;
    }
    .vacancy_main-new .add_to_favorite.vacancy {
        display: none!important;
    }
    .description_translate-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .vacancy-main .line.bottom {
        padding: 20px 0 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .vacancy-main .complain {
        width: auto;
        align-items: end;
        order: 1;
    }

    #send_response.bottom__mod {
        bottom: 0;
    }

    #send_response {
        display: block;
    }
}
/**/

/*vacancy show company info right*/
.company_info_new {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.company_info_new .company_info-image {
    max-width: 160px;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 20px;
    margin: 30px 0 10px;
}
.company_info_new .company_info-name {
    padding-top: 18px;
    font-weight: bold;
    font-size: 22px;
    line-height: 31px;
    color: #252B4F;
}
.company_info_new .company_info-description {
    font-size: 14px;
    line-height: 17px;
    color: #777;
    margin: 10px 0;
}
.company_info_new .company_info_new-contact {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}
.company_info_new .company_info-link {
    display: flex;
    justify-content: center;
    background: #F0F2F7;
    border-radius: 25px;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #252B4F;
    padding: 15px;
    width: 100%;
    margin-top: 25px;
}
/**/

/*account for driver*/
.account.driver_account {
    margin-bottom: 0;
}
.driver_account .our_services_item {
    margin-bottom: 50px;
}
.driver_account .vacancy-preview__favorite {
    margin-bottom: 0;
}
section.last_vacancies.driver_account .top_vacancies .vacancy__company {
    margin: 0;
}
.last_vacancies.driver_account {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.driver_vacancies-left {
    width: 100%;
    max-width: 900px;
}
.last_vacancies.driver_account .two_links {
    display: flex;
    align-items: center;
    gap: 30px;
}
.last_vacancies.driver_account .two_links .more {
    margin-top: 4px;
    font-size: 14px;
    line-height: 21px;
    color: #252B4E;
}
.last_vacancies.driver_account .top_vacancies {
    max-width: 400px;
}
.top_vacancies .last_vacancies_item {
    position: relative;
    padding: 40px 20px 0;
}
.top_vacancies .vacancies_item-title {
    display: flex;
    align-items: center;
    gap: 10px;
}
.top_vacancies .vacancy__name {
    font-size: 19px;
    line-height: 21px;
    margin: 0 0 10px;
    max-width: 100%;
}
.top_vacancies .vacancy-preview__logo {
    max-width: 50px;
    min-width: 50px;
}

.top_vacancies .vacancy__company {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 5px;
    min-height: 30px;
}
.top_vacancies .text {
    line-height: 20px;
    font-size: 14px;
}

.sticker_top {
    position: absolute;
    background: #F9A910;
    border-radius: 0 10px;
    top: -1px;
    right: -1px;
    padding: 5px 25px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
}
.vacancy-preview.is_top {
    border: 1px solid #FCAB10;
}
@media all and (max-width: 1100px) {
    .last_vacancies.driver_account {
        flex-direction: column;
    }
    .last_vacancies.driver_account .top_vacancies {
        max-width: 100%;
    }
    .top_vacancies .vacancies_item-title {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: space-between;
    }
    section.last_vacancies .last_vacancies-button {
        padding-top: 25px;
    }
}
/**/

/*animations*/
#faq_animation {
    max-width: 1040px;
    margin: 40px auto;
}
.faq_animation-item {
    display: flex;
    align-items: center;
    gap: 100px;
    margin-bottom: 30px;
    justify-content: space-between;
}
.faq_image {
    min-width: 650px;
    max-width: 650px;
    width: 100%;
}
.faq_title {
    font-weight: bold;
    font-size: 36px;
    line-height: 53px;
}
#faq_animation .faq_animation-item:nth-child(2n) {
    flex-direction: row-reverse;
}
.animations_buttons {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
    text-align: center;
    -webkit-align-items: center;
    -webkit-box-orient: horizontal;
}
@media all and (max-width: 1300px) {
    .faq_title {
        font-weight: bold;
        font-size: 30px;
        line-height: 35px;
    }
}
@media all and (max-width: 1040px) {
    .faq_animation-item {
        gap: 40px;
        margin-bottom: 20px;
    }
    #faq_animation {
        max-width: 100%;
        margin: 20px;
    }
    .faq_image {
        min-width: 450px;
    }
}
@media all and (max-width: 1040px) {
    #faq_animation .faq_animation-item:nth-child(2n), #faq_animation .faq_animation-item {
        flex-direction: column-reverse;
        text-align: center;
    }
    .faq_title {
        font-size: calc((100vw - 320px)/1600 * (36 - 26) + 26px);
        line-height: 30px;
    }
}
@media all and (max-width: 500px) {
    .faq_image {
        min-width: 100%;
    }
}
/**/

/*filter*/
.container.vacancy-page.all.show .mt_vacancy-list {
    margin-top: 35px;
}
.mt_vacancy-list {
    margin-top: 55px;
}
.ready_filters {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0;
}
.ready_filters .ready_filter {
    font-size: 12px;
    line-height: 14px;
    padding: 5px 20px 3px;
    /*border: 1px solid transparent;*/
    border-radius: 4px;
    margin-right: 10px;
    /*color: #252B4E;*/
    /*background: #fff;*/
    white-space: nowrap;
    border: 1px solid #252B4E;
}
.ready_filters .ready_filter.active, .ready_filters .ready_filter.noactive:hover {
    color: #fff;
    background: #252B4E;
}
.ready_filters .ready_filter.noactive, .ready_filters .ready_filter.active:hover {
    background: transparent;
    color: #252B4E;
}

.ready_filters.filters_info .ready_filter.active, .ready_filters.filters_info .ready_filter.noactive:hover {
    border: 1px solid #fcab10;
    background: #fcab10;
    color: #fff;
}
.ready_filters.filters_info .ready_filter.noactive, .ready_filters.filters_info .ready_filter.active:hover {
    border: 1px solid #fcab10;
    background: transparent;
    color: #fcab10;
}

.new_vacancy-result {
    width: calc(75% - 30px);
    margin: 20px 0 10px auto;
    font-size: 16px;
    line-height: 24px;
}
.new_vacancy-result p {
    margin: 0;
}
.new_vacancy-result .block__title.small {
    margin-bottom: 0;
}
.new_selected_filter {
    font-size: 12px;
    line-height: 18px;
    padding: 3px 20px;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 12px;
    display: inline-block;
    background: #DFE1E7;
    white-space: nowrap;
}
.new_selected_filter.active, .new_selected_filter:hover {
    color: #fff;
    background: #252B4E;
}
.new_selected_filter.with-button {
    cursor: pointer;
    position: relative;
    line-height: 24px;
    height: 24px;
    padding: 3px 30px 3px 20px;
    width: 100px;
}
.new_selected_filter.with-button .filter-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.new_selected_filter.with-button svg {
    height: 18px;
    position: absolute;
    top: 3px;
    right: 2px;
    line-height: 1;
    display: block;
    margin-right: 0;
}
.new_selected_filter.with-button:hover {
    background-color: #252B4E;
}
.new_selected_filter.with-button:hover svg path {
    fill: #fff;
}
@media all and (max-width: 1000px) {
    .new_vacancy-result {
        width: 100%;
    }
}
@media all and (max-width: 770px) {
    .ready_filters {
        flex-wrap: unset!important;
        overflow-x: auto;
        padding-bottom: 15px;
    }
    .new_selected_filters__list {
        flex-wrap: unset!important;
        overflow-x: auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-bottom: 15px;
    }

    .new_selected_filter {
        margin-bottom: 0;
        margin-right: 0;
        margin-left: 10px;
    }
}

.new_vacancy-preview {
    padding: 35px 20px 5px;
}
.new_vacancy-preview .vacancy-preview__status-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new_vacancy-preview .vacancy-preview__status-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    max-width: 100%;
}
.new_vacancy-preview .vacancy-preview__status-response {
    display: flex;
    align-items: end;
    gap: 5px;
    font-size: 12px;
    color: #777;
}
.new_vacancy-preview .vacancy-preview__status-response.mobile {
    display: none;
}
.new_vacancy-preview .vacancy-preview__status.status_text {
    margin: 0 10px 0 0;
    padding: 0;
}
.new_vacancy-preview .vacancy-preview__status {
    margin: 5px 5px 5px 0;
}
/*.filter_vacancy .new_vacancy-preview .vacancy-preview__status:not(.status_text) {*/
/*    background: #DFE1E7;*/
/*    border-radius: 4px;*/
/*    padding: 2px 20px;*/
/*    color: #252B4E;*/
/*    font-size: 10px;*/
/*    line-height: 13px;*/
/*    margin: 0 10px 0 0;*/
/*}*/
/*.filter_vacancy .new_vacancy-preview .vacancy-preview__status:before, .filter_vacancy .new_vacancy-preview .vacancy-preview__status:after {*/
/*    display: none;*/
/*}*/
.new_vacancy-preview .last_vacancies-time {
    font-size: 14px;
    line-height: 21px;
    color: #777;
}
.new_vacancy-preview .vacancy__name {
    margin: 5px 0;
    color: #252B4E;
    font-weight: bold;
    /*font-size: 26px;*/
    /*line-height: 29px;*/
    font-size: calc((100vw - 320px)/1600 * (26 - 19) + 19px);
    line-height: calc((100vw - 320px)/1600 * (29 - 19) + 19px);
}
.new_vacancy-preview > .horizontal-between {
    align-items: center;
    flex-direction: row;
}
@media all and (max-width: 550px) {
    .vacancy-page.show .block__title {
        order: -2;
        margin-top: 0;
    }
    .mt_vacancy-list {
        margin-top: 0;
    }

    .new_vacancy-preview .vacancy-preview__status-response.desktop {
        display: none;
    }
    .new_vacancy-preview .vacancy-preview__status-response.mobile {
        display: flex;
    }
}
.new_vacancy-preview .vacancy__company {
    font-weight: 400;
    margin: 0 0 15px;
}
.new_vacancy-preview .vacancy-preview_details {
    display: flex;
    align-items: flex-end;
    font-size: 14px;
    line-height: 21px;
    color: #252B4E;
    gap: 5px;
}
/**/

/*rules*/
.content-sidebar .common_block {
    padding: 20px;
}
.community-profile__user:last-of-type {
    border-bottom: 1px solid #f3f3f3;
}
.text-center {
    text-align: center;
    justify-content: center;
}
.rules_page {
    margin-bottom: 0;
}
.rules_page .get_vacancies {
    margin: 60px auto 0;
}
.rules_page .rules_block {
    padding: 40px 35px;
    font-size: 16px;
    line-height: 24px;
}
.rules_page .rules_block .common_block-title {
    font-size: 24px;
    line-height: 24px;
}
.rules_page .rules_block h4 {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 10px;
}
.rules_page .rules_block .rectangle {
    position: relative;
    margin: 5px 0 5px 15px;
}
.rules_page .rules_block .rectangle:after {
    content: '';
    width: 4px;
    height: 4px;
    transform: rotate(45deg) translate(-50%, 0);
    background: #252B4F;
    position: absolute;
    top: 45%;
    left: -10px;
}
.rules_page .rules_block .rules_bonus_month {
    margin-top: 10px;
}

.rules_page .rules_block .rules_table {
    margin-top: 20px;
}
.rules_page .rules_block .rules_table_header {
    display: flex;
    background: #252B4F;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    align-items: center;
}
.rules_page .rules_block .rules_table_body-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F3F3F3;
}
.rules_page .rules_block .rules_table img {
    width: 50px;
}
.rules_page .rules_block .rules_table_level {
    max-width: 100px;
    width: 100%;
    text-align: center;
    padding: 0 15px;
}
.rules_page .rules_block .rules_table_rank {
    max-width: 100px;
    width: 100px;
    text-align: center;
    border-left: 1px solid #F3F3F3;
    border-right: 1px solid #F3F3F3;
    padding: 0 15px;
}
.rules_page .rules_block .rules_table_points {
    padding: 0 15px;
}
.rules_page .rules_block .rules_table_body-item:nth-child(1) {
    background: #FFE4A8;
}
.rules_page .rules_block .rules_table_body-item:nth-child(2) {
    background: #FFEDC5;
}
.rules_page .rules_block .rules_table_body-item:nth-child(3) {
    background: #FFF8E8;
}
.rules_page .rules_block .rules_table {
    margin-top: 20px;
}

@media (max-width: 1000px) {
    .rules_page .content-full {
        order: 1;
    }
    .rules_page .content-sidebar {
        order: 2;
    }
    /*.rules_page :is(.community-profile__head-mobile, .community-profile__menu-mobile) {*/
    /*    display: none;*/
    /*}*/
    /*.rules_page .community-profile__head {*/
    /*    display: block;*/
    /*}*/
    .rules_page .community-profile__menu {
        display: block!important;
    }
}
@media (max-width: 770px) {
    .rules_page .rules_block h4 {
        flex-wrap: wrap;
    }
    .rules_page .rules_block .rules_table {
        margin: 20px -35px;
    }
}
/**/

/*vacancy_advertising*/
.vacancy_advertising {
    background: #252B4E;
    box-shadow: 0 4px 70px rgb(0 0 0 / 10%);
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
    padding: 20px;
}
.vacancy_advertising-title {
    font-weight: bold;
    font-size: 15px;
    line-height: 21px;
}
.vacancy_advertising-items {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.vacancy_advertising-item {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 17px;
}

@media (max-width: 770px) {
    .vacancy_advertising-title {
        margin-bottom: 10px;
    }
    .vacancy_advertising-item svg {
        min-width: 30px;
        min-height: 30px;
    }
}
@media (max-width: 550px) {
    .vacancy_advertising-items {
        align-items: flex-start;
    }
    .vacancy_advertising-items {
        flex-direction: column;
        gap: 10px;
    }
    .vacancy_advertising {
        font-size: 14px;
        line-height: 15px;
    }
}
/**/

/*news popup*/
.popup_news .popup_news-main {
    padding: 25px;
    overflow-y: auto;
    background: #fff;
}
.popup_news .popup_news-main.opened {
    position: relative;
}
.popup_news .popup_news-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
}
.popup_news .popup_news-header .close_categories {
    display: none;
}
.popup_news .news_categories {
    display: flex;
    align-items: center;
    gap: 15px;
    overflow: auto;
    padding: 5px;
    margin-right: 7px;
    width: 100%;
}

.popup_news .news_categories .form-field {
    width: 100%;
}
.popup_news .news_categories .form-control {
    height: 35px;
}
.popup_news .news_categories-item {
    padding: 3px 18px;
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    border-radius: 5px;
    position: relative;
}
.popup_news .item_close {
    position: absolute;
    top: -3px;
    right: -5px;
    background-image: url(/image/svg/new/news_cat_close.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 15px;
    height: 15px;
    background-color: #EBEBEB;
    border-radius: 50%;
    cursor: pointer;
}
.popup_news .toggle_news {
    display: flex;
    align-items: center;
    gap: 15px;
}
.popup_news .popup_news-main__close {
    position: unset;
}
.popup_news .popup_news-main__close svg {
    width: 22px;
    height: 23px;
}
.popup_news .toggle_news_popup_search {
    cursor: pointer;
}

.popup_news-article {
    padding: 20px 0;
    border-bottom: 1px solid #EBEBEB;
}
.popup_news .article_top {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.article_content .article_content-image {
    position: relative;
    height: 240px;
    color: #fff;
    text-align: center;
}
.popup_news .article_content-image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 14px;
    background-color: #fcab10;
}
.popup_news .article_content-image_title {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    line-height: 43px;
    padding: 0 20px;
}
.popup_news .article_content-description {
    padding: 20px 0;
    font-size: 18px;
}
.popup_news .article_content-informations, .popup_news .information-item {
    display: flex;
    align-items: center;
}
.popup_news .information-item {
    margin-right: 10px;
}
.popup_news .information-item svg {
    width: 14px;
    margin-right: 5px;
}
.popup_news .information-item:first-child svg {
    margin-bottom: 4px;
}
.popup_news .information-item:not(:first-child) svg {
    margin-bottom: 2px;
}
.popup_news .information-item span {
    font-size: 16px;
    color: #c4c4c4;
}

.popup_news .popup_news-categories {
    position: absolute;
    width: 100%;
    height: calc(100% - 70px);
    left: -100%;
    top: 70px;
    background-color: #fff;
    -webkit-transition: .3s left,.3s right;
    -o-transition: .3s left,.3s right;
    transition: .3s left,.3s right;
    padding: 0 35px 20px;
    overflow: auto;
}
.popup_news .popup_news-categories.opened {
    left: 0;
}
.popup_news .news_category {
    background: #F7F8FA;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}
.popup_news .news_category:hover, .popup_news .news_category.checked {
    background: #eee;
}
.popup_news .news_category-input_color {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin: 20px 23px;
}

.popup_news .popup_news-main.overflow {
    overflow: hidden;
    padding: 25px;
}
.popup_news .active_categories {
    border: none;
}
.popup_news .active_categories .close_categories {
    display: block;
    width: 25px;
    height: 20px;
    position: absolute;
    left: -20px;
    cursor: pointer;
    top: 5px;
}
.popup_news .active_categories .toggle_news {
    display: none;
}

.popup_news :is(.news_categories, .popup_news-main, .popup_news-categories)::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.popup_news :is(.news_categories, .popup_news-main, .popup_news-categories)::-webkit-scrollbar-track {
    background: #ececec;
}
.popup_news :is(.news_categories, .popup_news-main, .popup_news-categories)::-webkit-scrollbar-thumb {
    background: #FCAB10;
}
/**/

/*how_u_know popup*/
#how_u_know {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    z-index: 3000;
    transition: 350ms ease-in-out;
    width: 100vw;
}
#how_u_know.is_hidden {
    transform: translate(0, -120vh);
}
#how_u_know .popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    z-index: 3000;
    transition: 350ms ease-in-out;
    width: 100vw;
}
#how_u_know .popup-container {
    /*width: 80%;*/
    height: 100vh;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#how_u_know .popup-body {
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    position: relative;
}

.how_u_know-body.popup-body {
    width: 100%;
    max-width: 650px;
    display: flex;
    align-items: center;
}
.how_u_know-text.popup-text {
    margin: 60px 0 50px;
    max-width: 370px;
    width: 100%;
}
.how_u_know-title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.how_u_know-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 20px;
}
.how_u_know-item {
    box-shadow: 0 0 30px rgb(0 0 0 / 3%);
    border-radius: 10px;
    padding: 13px;
    font-size: 14px;
    line-height: 21px;
    color: #555;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: 2px solid transparent;
}
.how_u_know-item input {
    width: 14px;
    height: 14px;
    border: 1px solid #D9DBE1;
    border-radius: 50%;
    margin-right: 20px;
}
.how_u_know-item input:checked {
    background: #FCAB10;
}
.how_u_know-item:hover, .how_u_know-item input:checked, label.how_u_know-item.checked {
    border: 2px solid #FCAB10;
    box-sizing: border-box;
}
.how_u_know-close {
    position: absolute;
    top: 25px;
    right: 25px;
}
.how_u_know .icon-close {
    font-size: 20px;
    cursor: pointer;
}
.how_u_know-text .button {
    max-width: 370px;
    width: calc(100% - 40px);
    border-radius: 25px;
    margin: 20px 20px 0;
}

@media screen and (max-width: 799px) {
    #how_u_know .how_u_know-container,
    .popup-container:not(.how_u_know-container) {
        width: 90%;
    }
}
/**/

/*response popup*/
.response_popup-body {
    max-width: 650px;
    width: 100%;
}
.response_popup-top {
    display: flex;
    justify-content: center;
    box-shadow: 0 4px 70px rgb(0 0 0 / 5%);
    border-radius: 10px 10px 0 0;
}
.response_popup-image {
    margin: 32px;
}
.response_popup-actions {
    position: absolute;
    right: 0;
    margin: 25px;
}
.response_popup-actions .icon-close {
    color: #fff;
}
.response_popup-text {
    margin: 20px 0;
    text-align: center;
}
.response_popup-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    color: #2E3562;
}
.response_popup-subtitle {
    color: #555555;
    font-size: 18px;
    line-height: 27px;
    margin-top: 5px;
}
.response_popup-content{
    display: flex;
    flex-direction: column;
    max-width: 70%;
    margin: 0 auto;
}
.response_popup-content.popup-content * {
    overflow-wrap: anywhere;
}
.response_popup-item {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.response_popup-item_text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.response_popup-item_title {
    font-size: 18px;
    line-height: 27px;
    color: #777777;
}
.response_popup-item_name {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #3F3D56;
}
.response_popup-has_socials {
    display: flex;
    align-items: center;
    gap: 20px;
}
.response_popup-has_socials .response_popup-socials {
    display: flex;
    align-items: center;
    gap: 10px;
}
.response_popup-item_name a {
    color: #0586D4;
}
.response_popup-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 10px 0 30px;
}

@media all and (max-width: 500px) {
    .response_popup-image {
        margin: 15px;
    }
    .response_popup-image svg {
        max-height: 90px;
    }
    .response_popup-actions {
        margin: 15px;
    }
    .response_popup-title {
        max-width: 80%;
        margin: 0 auto;
    }
    .response_popup-content {
        max-width: 90%;
    }
}
/**/

/*alert popup*/
.alert_popup-body {
    max-width: 650px;
    width: 100%;
}
.alert_popup-top {
    display: flex;
    justify-content: center;
    box-shadow: 0 4px 70px rgb(0 0 0 / 5%);
    border-radius: 10px 10px 0 0;
}
.alert_popup-image {
    margin: 32px;
}
.alert_popup-actions {
    position: absolute;
    right: 0;
    margin: 25px;
}
.alert_popup-actions .icon-close {
    color: #fff;
}
.alert_popup-text {
    margin: 20px auto 0;
    text-align: center;
    max-width: 80%;
}
.alert_popup-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    color: #2E3562;
}
.alert_popup-subtitle {
    color: #555555;
    font-size: 18px;
    line-height: 27px;
    margin-top: 5px;
}
.alert_popup-subtitle b {
    color: #252B4F;
}
.alert_popup-content{
    display: flex;
    flex-direction: column;
    max-width: 70%;
    margin: 0 auto;
}
.alert_popup-content.popup-content * {
    overflow-wrap: anywhere;
}
.alert_popup-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 10px 0 30px;
}

@media all and (max-width: 500px) {
    .alert_popup-image {
        margin: 15px;
    }
    .alert_popup-image svg {
        max-height: 90px;
    }
    .alert_popup-subtitle {
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px;
    }
    .alert_popup-actions {
        margin: 15px;
    }
    .alert_popup-title {
        max-width: 80%;
        margin: 0 auto;
    }
    .alert_popup-content {
        max-width: 90%;
    }
    .alert_popup-text {
        max-width: 90%;
    }
}
/*alert popup end*/

/*services & services popups*/
.services_items {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 70px;
    justify-content: space-between;
}
.services_item {
    box-shadow: 0 4px 70px rgb(0 0 0 / 5%);
    border-radius: 10px;
    background: #FFFFFF;
    text-align: center;
    color: #252B4F;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: calc(100% * (1/6) - 10px - -1px);
}

.services_item.is-popular {
    position: relative;
    padding-top: 30px;
    border: 2px solid #E79600;
}

.services_item.is-popular:before {
    content: attr(data-popular);
    position: absolute;
    top: 34px;
    left: 34px;
    width: 80px;
    padding: 5px 24px 4px;
    background-color: #E79600;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    transform: translate(-50%, -50%) rotate(-45deg);
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
}

.services_item.is-popular .services_item-title {
    margin-left: 30px;
    margin-right: 30px;
}

.services_item-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 155.5%;
    margin: 20px;
}
.services_item-title span {
    color: #FCAB10;
}
.services_item-price_container {
    display: flex;
    font-weight: bold;
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 10px;
    gap: 5px;
}
.services_item-currency {
    font-size: 24px;
    line-height: 120%;
}
.services_item-price_per_res {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 12px;
    line-height: 140%;
    color: #888888;
    margin-bottom: 10px;
}
.services_item-action {
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #EBEBEB;
    padding: 15px 20px 10px;
    width: 100%;
    justify-content: space-between;
    border-radius: 0 0 10px 10px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}
.services_item-action:hover {
    background: #FCAB10;
    color: #fff;
    border-radius: 0 0 6px 6px;
}
.services_item-action:hover svg path {
    fill: #fff;
}

#services_popup .alert_popup-content {
    max-width: 80%;
}
#services_popup .alert_popup-content.popup-content * {
    overflow-wrap: unset;
}
#services_popup .alert_popup-item {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#services_popup .alert_popup-item:last-child {
    margin-bottom: 40px;
}
#services_popup .services_popup-item_title {
    font-weight: 700;
    font-size: 16px;
}
#services_popup .services_popup-item_title span {
    color: #FCAB10;
}
#services_popup .services_popup-item_name {
    font-weight: bold;
    font-size: 25px;
    color: #252B4F;
}
#services_popup .alert_popup-item .button {
    height: 30px;
    max-width: 150px;
}
#services_popup_alert .alert_popup-text {
    color: #252B4F;
}
#services_popup_alert .alert_popup-subtitle {
    margin-top: 20px;
}
#services_popup_alert .alert_popup-button {
    margin: 20px 0 30px;
}
@media (max-width: 1200px) {
    .services_items {
        justify-content: unset;
    }
    .services_item {
        max-width: calc(100% * (1/4) - 8px - 0px);
    }
}
@media (max-width: 991px) {
    .services_item {
        max-width: calc(100% * (1/4) - 8px - 0px);
    }
}
@media (max-width: 800px) {
    .services_item {
        max-width: calc(100% * (1/2) - 8px - 0px);
    }
}
@media (max-width: 550px) {
    #services_popup .alert_popup-title {
        max-width: 100%;
    }
    #services_popup .alert_popup-content {
        max-width: 100%;
        margin: 0 20px;
    }
    #services_popup .services_popup-item_title {
        font-size: 14px;
    }
    #services_popup .services_popup-item_name {
        display: none;
    }
    #services_popup .alert_popup-item .button {
        max-width: 140px;
    }
}
@media (max-width: 450px) {
    .services_item {
        max-width: 100%;
    }
    .services_item-title, .services_item-price_per_res, .services_item-action {
        font-size: 16px;
    }
    .services_item-price_container {
        font-size: 68px;
        line-height: 120%;
    }
    .services_item-currency {
        font-size: 34px;
    }
}
/*services & services popups end*/

/*new banner*/
#top_banner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 100px;
    background: #fff;
    box-shadow: 0 4px 70px rgb(0 0 0 / 5%);
    border-radius: 8px;
    height: 500px;
}
.top_banner_content-container {
    padding: 0 0 0 60px;
    max-width: 50%;
}
.top_banner_content-title {
    font-weight: bold;
    font-size: 54px;
    line-height: 75px;
}
.top_banner_content-subtitle {
    font-size: 32px;
    line-height: 47px;
    margin-bottom: 25px;
}
.top_banner_ellipse-container {
    background: url(/image/new_homepage/Ellipse.png);
    max-width: 50%;
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 8px;
}
.top_banner_ellipse-container img {
    position: absolute;
}
.top_banner_ellipse-container .banner_car {
    top: 50%;
    transform: translateY(-50%);
    max-width: 90%;
    right: 0;
    height: auto;
}
.top_banner_ellipse-container .banner_man {
    bottom: 0;
    right: 0;
    max-width: 60%;
    height: auto;
}
.top_banner_content-buttons {
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    gap: 30px;
}

@media all and (max-width: 1100px) {
    #top_banner {
        height: 450px;
    }
    .top_banner_content-title {
        font-size: 44px;
        line-height: 55px;
    }
    .top_banner_content-subtitle {
        font-size: 27px;
        line-height: 37px;
    }
    .top_banner_content-buttons > .button {
        min-width: 200px;
    }
}
@media all and (max-width: 991px) {
    #top_banner {
        height: auto;
        position: relative;
    }
    .top_banner_content-container {
        padding: 40px 25px 0;
        max-width: 100%;
    }
    .top_banner_content-subtitle {
        font-size: 25px;
        line-height: 35px;
        max-width: 80%;
    }
    .top_banner_content-buttons {
        flex-direction: column;
        gap: 10px;
        max-width: 70%;
        margin-bottom: 40px;
    }
    .top_banner_content-buttons > .button {
        max-width: 70%;
    }
    .top_banner_ellipse-container {
        background: none;
        max-width: 50%;
        height: 100%;
        width: 30%;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .top_banner_ellipse-container .banner_car {
        display: none;
    }
    .top_banner_ellipse-container .banner_man {
        bottom: 0;
        right: 0px;
        max-width: 100%;
    }
}
@media all and (max-width: 770px) {
    #top_banner {
        overflow: hidden;
    }
    .top_banner_content-title {
        font-size: 35px;
        line-height: 35px;
    }
    .top_banner_content-subtitle {
        font-size: 23px;
        line-height: 25px;
        max-width: 80%;
    }
    .top_banner_ellipse-container .banner_man {
        bottom: 0;
        right: -20px;
        max-width: 120%;
    }
}
@media all and (max-width: 550px) {
    #top_banner {
        margin: 20px 0 40px;
    }
    .top_banner_content-subtitle {
        font-size: 20px;
        max-width: 70%;
    }
    .top_banner_content-buttons {
        max-width: 60%;
        margin-bottom: 35px;
    }
    .top_banner_content-buttons > .button {
        max-width: 100%;
    }
    .top_banner_ellipse-container {
        width: 40%;
    }

}
/**/

/*main banner small*/
#top_banner_small {
    width: auto;
    margin: 20px;
}
.top_banner_small-wrap {
    background: url(/image/new_homepage/banner_bg.svg), #FFBF00 no-repeat;
    background-size: 100% 100%;
    background-position: center;
    max-width: 1440px;
    width: 100%;
    height: 200px;
    margin: auto;
    display: flex;
    filter: drop-shadow(0px 4px 70px rgba(0, 0, 0, 0.05));
    border-radius: 8px;
}
.top_banner_small-info {
    max-width: 850px;
    padding: 20px 0 0 80px;
}
.top_banner_small-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 49px;
    color: #fff;
    margin-bottom: 10px;
}
.top_banner_small-info_description {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_banner_small-button {
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    max-width: 250px;
    width: 100%;
}
.top_banner_small-button a {
    max-width: 250px;
    width: 100%;
    box-shadow: 0px 15px 20px rgb(255 255 255 / 5%);
    border-radius: 25px;
}
.top_banner_small-subtitle {
    font-size: 20px;
    line-height: 29px;
    color: #fff;
    max-width: 60%;
}
.top_banner_small-image {
    margin-left: 5%;
}
.top_banner_small-image img {
    width: 100%;
    height: 100%;
}

@media all and (max-width: 1280px) {
    .top_banner_small-wrap {
        padding: 20px 40px 15px 20px;
        height: auto;
    }
    .top_banner_small-info {
        max-width: 65%;
        padding: 0;
    }
    .top_banner_small-button a {
        max-width: 200px;
    }

    .top_banner_small-wrap {
        height: auto;
        align-items: center;
    }
}
@media all and (max-width: 991px) {
    .top_banner_small-wrap {
        justify-content: space-between;
        padding: 20px 0 15px 20px;
    }
    .top_banner_small-title {
        font-size: 30px;
        line-height: 40px;
    }
    .top_banner_small-subtitle {
        font-size: 17px;
        line-height: 20px;
    }
    .top_banner_small-button {
        margin-right: 10px;
    }
    .top_banner_small-image {
        margin-left: auto;
    }

}
@media all and (max-width: 770px) {
    .top_banner_small-title {
        font-size: 25px;
        line-height: 30px;
    }
    .top_banner_small-subtitle {
        max-width: 100%;
    }
}
@media all and (max-width: 600px) {
    .top_banner_small-info {
        max-width: 100%;
        padding: 0;
    }
    .top_banner_small-title {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 5px;
        width: 100%;
    }
    .top_banner_small-info_description {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
        gap: 10px;
        width: 60%;
    }
    .top_banner_small-subtitle {
        font-size: 15px;
        line-height: 17px;
    }
    .top_banner_small-image {
        max-width: 40%;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .top_banner_small-button a {
        height: 40px;
    }
}
@media all and (max-width: 450px) {
    #top_banner_small {
        margin: 0;
    }
    .top_banner_small-wrap {
        padding: 10px 0 5px 10px;
        gap: 10px;
        border-radius: 0;
        position: relative;
    }
    .top_banner_small-title {
        font-size: 15px;
        line-height: 15px;
    }
    .top_banner_small-subtitle {
        font-size: 12px;
        line-height: 12px;
    }
    .top_banner_small-button a {
        max-width: 150px;
    }
}
/**/

/*custom select*/
.custom_select * {
    font-size: 16px;
}
.custom_select {
    border: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    position: relative;
    max-width: 300px;
}
details.custom-select {
    width: auto;
    margin-right: 15px;
    position: relative;
}
details[open].custom-select {
    z-index: 1;
}
.custom-select summary {
    cursor: pointer;
    list-style: none;
}
.custom-select summary::-webkit-details-marker {
    display: none;
}
details[open].custom-select summary:before {
    content: '';
    display: block;
    width: 100vw;
    height: 100vh;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
}
.custom-select summary:after {
    content: '';
    display: inline-block;
    float: right;
    width: .5rem;
    height: .5rem;
    border-bottom: 1px solid #6CA4F4;
    border-left: 1px solid #6CA4F4;
    transform: rotate(315deg) translate(0%, 0%);
    transform-origin: center center;
    transition: transform ease-in-out 100ms;
    position: relative;
    right: -10px;
    top: 2px;
}
.custom-select summary:focus {
    outline: none;
}
details[open].custom-select summary:after {
    transform: rotate(135deg) translate(50%, -50%);
}
.custom-select ul {
    width: 180px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-shadow: 0px 4px 39px rgb(0 0 0 / 5%);
    border-radius: 10px;
    position: absolute;
    top: calc(100% + .5rem);
    right: 0;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
    overflow-y: auto;
}
.custom-select li {
    margin: 0;
    padding: 5px 0;
}
.custom-select li:first-child {
    padding-top: 0;
}
.custom-select li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
/* FAKE SELECT */
.custom-select summary.radios {
    counter-reset: radios;
}
.custom-select input[type=radio] {
    counter-increment: radios;
    appearance: none;
    display: none;
    background: transparent;
    border: none;
}
.custom-select input[type=radio]:checked {
    display: inline;
    color: #6CA4F4;
    position: relative;
    z-index: -1;
}
.custom-select input[type=radio]:after {
    content: attr(title);
    display: inline;
    font-size: 1rem;
}
.custom-select ul.list {
    counter-reset: labels;
}
.custom-select label {
    width: 100%;
    display: block;
    cursor: pointer;
}


.custom_select.vacancy_select {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 20px;
}
.custom_select.vacancy_select .custom-select {
    width: 100%;
    margin-right: 0;
}
.custom_select.vacancy_select .vacancy_select-title {
    font-size: 16px;
    line-height: 24px;
    color: #A6A6A6;
}
.custom_select.vacancy_select input[type=radio]:checked {
    font-size: 16px;
    line-height: 20px;
    color: #555;
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    height: 45px;
    padding: 10px 13px;
    border: 1px solid #F3F3F3;
    border-radius: 5px;
}
.custom_select.vacancy_select summary:after {
    border-bottom: 1px solid #555;
    border-left: 1px solid #555;
    right: 15px;
    top: 60%;
}
.custom_select.vacancy_select ul {
    top: 100%;
    border: 1px solid #F3F3F3;
    border-radius: 9px;
    padding: 0;
}
.custom_select.vacancy_select li {
    padding: 5px 10px 2px 10px;
    border-bottom: 1px solid #F3F3F3;
    line-height: 24px;
}


@media (max-width: 770px) {
    .custom_select {
        margin: 10px 0;
    }
}

@media (max-width: 560px) {
    .custom_select {
        justify-content: flex-start;
    }
}
@media (max-width: 450px) {
    .category_with_filter_item.left> .line.horizontal-end {
        justify-content: flex-start;
    }
    details.custom-select {
        width: auto;
        margin-right: 0;
    }
    .custom-select summary.radios {
        position: relative;
    }
    .custom-select summary:after {
        right: -10px;
    }

    .custom_select.vacancy_select summary:after {
        top: 35%;
    }
    .container.vacancy-page.all.show .mt_vacancy-list {
        margin-top: 0;
    }

    .questions-item__head.voted .questions-item__head-vote.desktop {
        display: none;
    }
    .questions-item__right-bar__center.has_vote-mobile .questions-item__head-vote {
        display: flex;
    }
}
/**/

@media all and (max-width: 770px) {
    .account.company_account, .account.driver_account {
        width: auto!important;
        margin-right: 20px;
        margin-left: 20px;
    }

    .our_services_item:hover:after {
        display: none;
    }

    .all_questions_block_new.community-profile__questions .questions-item {
        padding: 15px 0;
    }

    .community-profile__questions .questions-item__right-bar__left-item svg, .community-profile__questions .questions-item__right-bar__middle-item svg, .community-profile__questions .questions-item__right-bar__right-item svg {
        top: 4px;
    }
}
@media all and (max-width: 500px) {
    .our_services_items {
        justify-content: space-around;
    }
}
@media all and (min-width: 1600px) {
    .last_vacancies {
        background-size: cover!important;
    }
}


/*top issues*/
.community-profile__questions .questions-item__body-subject {
    margin: 7px 0;
    font-size: 14px;
}
.community-profile__questions .questions-item__body-question {
    font-size: 14px;
}
/*top issues end*/

/*menu*/
.header {
    padding: 0;
    height: 100%;
}
.header.small {
    padding: 0;
}
.header .container, .header__right {
    height: 100%;
}

@media screen and (max-width: 1000px) {
    .header .container, .header__right {
        height: auto;
    }
    .header {
        height: 60px;
    }
}

@media screen and (max-width: 450px) {
    .header.guest,
    .header .container, .header__right {
        height: auto;
    }
    .header.guest {
        min-height: 96px;
    }
    .header {
        min-height: 60px;
    }
}
.header__menu.profile {
    align-items: center;
    height: 100%;
}
.header__menu.profile li {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.header__menu.profile li .icon span {
    line-height: 100%;
}

.header__menu.profile li .icon .amount {
    display: block;
    line-height: 17px;
}
.header.profile .header__menu.profile li:not(.white)::before {
    height: 100% !important;
    top: unset;
}
.header__menu.profile li.profile-burger::before {
    bottom: unset !important;
    height: 100% !important;
}
.header__menu.profile li.profile-user::before, .header__menu.profile::after {
    top: unset !important;
    height: 100% !important;
}
@media screen and (min-width: 1000px) {
    .header__menu.profile:not(.company_color) .active_link .text {
        color: #252B4F;
    }
    .header__menu.profile:not(.company_color) .active_link .icon.grey {
        color: #fff;
        background-color: #252B4F;
    }
    .header__menu.profile:not(.company_color) .active_link .icon svg * {
        fill: #fff;
    }
    .header__menu.profile:not(.company_color) li:not(.active_link):hover {
        background: #363D69;
        transition: all ease .4s;
    }
    .header__menu.profile:not(.company_color) li:not(.active_link, .white):hover .icon, .header__menu.profile:not(.company_color) li:not(.active_link, .white):hover .icon svg *, .header__menu.profile li:not(.active_link):hover .icon {
        color: #6F86A3;
        transition: all ease .4s;
        fill: #6F86A3;
    }
    .header__menu.profile:not(.company_color) li:not(.active_link):hover .text {
        color: #fff;
        transition: all ease .4s;
    }


    .header__menu.profile.company_color .active_link .text {
        color: #FCAB10;
    }
    .header__menu.profile.company_color .active_link .icon.grey {
        color: #FCAB10;
        background-color: #FFEAC2;
    }
    .header__menu.profile.company_color .active_link .icon svg * {
        fill: #FCAB10;
    }

    .header__menu.profile.company_color li:not(.active_link):hover {
        background: #FFAE14;
        transition: all ease .4s;
    }
    .header__menu.profile.company_color li:not(.active_link, .white):hover .icon, .header__menu.profile li:not(.active_link, .white):hover .icon svg * {
        color: #FCAB10;
        background-color: #fff;
        transition: all ease .4s;
        fill: #FCAB10;
    }
    .header__menu.profile.company_color li:not(.active_link):hover .text {
        color: #fff;
        transition: all ease .4s;
    }
}

.offcanvas.mobile-menu {
    padding: 45px 10px 40px 20px;
}
.offcanvas.mobile-menu .offcanvas-content {
    padding-left: 10px;
}
.offcanvas .menu li a > span.icon-us {
    font-size: 16px;
}
.offcanvas .menu li a > span {
    font-size: 20px;
    width: 20px;
}
.offcanvas .menu li:hover * {
    color: #FCAB10;
    transition: color .4s ease;
}
.offcanvas .menu .active_link {
    position: relative;
}
.offcanvas .menu .active_link span[class^="icon-"]:before {
    color: #FCAB10;
}
.offcanvas .menu .active_link:after {
    content: '';
    height: 25px;
    border-left: 3px solid #FCAB10;
    position: absolute;
    top: -5px;
    left: -10px;
}
@media screen and (max-width: 1000px) {
    .header__menu.profile {
        padding: 0;
        height: 55px;
    }
    .header__menu.profile li {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 5px;
    }
    .header__menu.profile li:not(.active_link):hover {
        transform: scale(1.2);
        border-radius: 4px;
        border: 1px solid #fff;
    }
    .header__menu.profile:not(.company_color) li:not(.active_link):hover {
        background: #FCAB10;
    }
    .header__menu.profile:not(.company_color) .active_link * {
        color: #FFAE14;
        fill: #FFAE14;
    }

    .header__menu.profile.company_color li:not(.active_link):hover {
        background: #252B4E;
    }
    .header__menu.profile.company_color li:not(.active_link) * {
        color: #fff;
        fill: #fff;
    }
    .header__menu.profile.company_color .active_link * {
        color: #252B4E;
        fill: #252B4E;
    }
}
/*menu end*/


/*debug*/
.new_has_question-block {
    border-radius: 10px;
    padding: 40px 0;
}
.new_has_question-block.sidebar_element {
    margin-top: 20px;
    padding: 25px;
}
.new_has_question-block.sidebar_element .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
}
.new_has_question-block.sidebar_element .container .left {
    margin: 0;
    max-width: 100%;
}
.new_has_question-block.sidebar_element .container .block__title {
    font-size: 32px;
}
.new_has_question-block.sidebar_element .container .text {
    font-size: 18px;
    margin-bottom: 15px;
}
.new_has_question-block.sidebar_element .container .right {
    margin: 0;
    width: 100%;
    min-width: auto;
}
.new_has_question-block.sidebar_element .container .right .button {
    height: 50px;
}
.new_has_question-block.sidebar_element::after {
    display: none;
}
.new_has_question-block:not(.sidebar_element) .container .left {
    margin-left: 5.75%;
}
@media (max-width: 1279px) {
    .infoportal .new_has_question-block:not(.sidebar_element) {
        display: none;
    }
}
@media (max-width: 1550px) {
    .new_has_question-block:not(.sidebar_element) .container .right {
        margin-right: 5.75%;
    }
}
@media (max-width: 768px) {
    .new_has_question-block:not(.sidebar_element) .container .left {
        margin: 0 auto;
        text-align: center;
    }
    .new_has_question-block:not(.sidebar_element) .container .right .button {
        width: 90%;
        padding: 0 25px;
    }
    .new_has_question-block:not(.sidebar_element)::after {
        display: none;
    }
}
@media (max-width: 500px) {
    .new_has_question-block .container .right .button {
        width: 100%;
        padding: 0 25px;
    }
}

.infoportal-subtitle::after {
    width: 100% !important;
}
.infoportal_banner {
    display: block;
}
@media (max-width: 550px) {
    .infoportal_banner {
        padding: 0;
    }
}
.offcanvas .register a, .offcanvas .callback a, .offcanvas .register span, .offcanvas .callback span {
    color: #252B4F;
    border-bottom: 1px solid #252B4F;
}

.vacancy-main__button-container {
    margin-top: 0;
}
.vacancy-main__subtitle {
    margin-top: 30px;
}

.horizontal-end {
    justify-content: flex-end;
}
.vacancy-main .complain {
    width: auto;
    align-items: end;
}
.vacancy-preview__new {
    color: #fff;
    margin-right: 5px;
}

.resume-page .profile-content .vacancy__location {
    margin-bottom: 10px;
}

.vacancy-list .vacancy-preview {
    padding: 35px 20px 0;
}

.vacancy-preview.answer__mod {
    padding-bottom: 25px;
}

.vacancy-preview.company_color {
    padding-bottom: 35px;
}

.vacancy-preview_details {
    display: flex;
    align-items: center;
    gap: 5px;
}

.responses_vacancy .vacancy-preview-top {
    display: flex;
    justify-content: space-between;
}
.responses_vacancy .company__description {
    margin-bottom: 15px;
}
.responses_vacancy .vacancy-preview {
    padding: 35px 20px 5px;
}

.infoportal-main__right .articles_standart-body {
    justify-content: unset;
}
.infoportal-main__right .articles_standart-body__item {
    width: 32.5%;
}
.infoportal-main__right .articles_standart-body__item:nth-child(3n+2) {
    margin-right: 10px;
    margin-left: 10px;
}
@media (max-width: 1279px) {
    .infoportal-main__right .articles_standart-body__item {
        width: 100%;
        margin-bottom: 20px;
    }
    .infoportal-main__right .articles_standart-body__item:nth-child(3n+2) {
        margin-right: 0;
        margin-left: 0;
    }
}

.bottom .ref_link_menu .share.social-links.share-social {
    display: flex;
    align-items: center;
}
.bottom .ref_link_menu .share-social .text {
    margin: 10px;
}

.socials-register .form-checkbox.toggle .form-check-label {
    margin: 5px 0 15px;
}
.socials-register .form-check-label {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mail-phone {
    display: flex;
    flex-direction: column;
}
.mail-phone a {
    margin: 0 0 20px;
}

.questions-item__body-bar__right {
    gap: 5px;
}
.questions-item__body-bar__right-item {
    display: flex;
    align-items: center;
}
.questions-item__body-bar__right-item svg {
    top: 0!important;
}

.resume-contacts.text-yellow * {
    color: #fcab10;
    font-weight: 700;
}

.community-profile__head-mobile:not(.opened) {
    padding-bottom: 10px;
}

.community-profile__questions .questions-item__right-bar__left-item svg, .community-profile__questions .questions-item__right-bar__middle-item svg, .community-profile__questions .questions-item__right-bar__right-item svg {
    top: 0;
}
.community-profile__questions .questions-item__body-bar__right-item svg {
    margin-right: 4px;
}
.questions-item__right-bar__left-item.like.hover_effect.active svg g {
    fill: #252B4F;
}
.questions-item__right-bar__left-item.like:not(.hover_effect.active) svg g {
    fill: #888888;
}

.register_company-border {
    border: 1px solid #FCAB10;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
}

/*single item answers*/
.single_item_answers .community-profile__questions .questions-item::before {
    background-color: #FCAB10;
}
.single_item_answers .community-profile__questions .questions-item__right-bar__right-item svg {
    top: 4px;
}
/*single item answers end*/

.vacancy_main-new .toggle-block.link_parent .vacancy-preview__favorite.vacancy.add_to_favorite {
    display: none;
}
.vacancy_main-new .toggle-block.link_parent.transform .vacancy-preview__favorite.vacancy.add_to_favorite .text {
    font-size: 14px!important;
}
.vacancy_main-new .toggle-block.link_parent.transform .dropdown span {
    display: flex;
    align-items: center;
}
.vacancy_main-new .toggle-block.link_parent.transform .dropdown-item span[class^="icon-"] {
    font-size: 21px;
    margin-right: 8px;
}
@media (max-width: 500px) {
    .toggle-block.link_parent.transform .vacancy-preview__favorite.vacancy.add_to_favorite {
        display: flex!important;
    }
    .toggle-block.link_parent.transform .dropdown-item span[class^="icon-"] {
        font-size: 21px;
        margin-right: 8px;
    }
}

.new_message {
    background: #FFFFFF;
    border: 1px solid #FCAB10;
    box-sizing: border-box;
    box-shadow: 0 4px 70px rgb(34 34 34 / 10%);
    border-radius: 10px;
    max-width: 530px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 25px;
    position: fixed;
    top: 120px;
    right: 20px;
    z-index: 10;
}
.message_top-info, .message_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.message_top-info {
    width: 100%;
}
.message_actions {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}

.message_actions .icon-close:before {
    cursor: pointer;
}

.message_title {
    color: #252B4E;
    font-weight: bold;
    font-size: 23px;
    text-align: center;
}
.message_text {
    color: #252B4E;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 40px;
    text-align: center;
}
.message_buttons {
    display: flex;
    align-items: center;
    gap: 25px;
    width: 100%;
    justify-content: center;
}
.message_buttons > .button {
    max-width: 180px;
    width: 100%;
}
@media (max-width: 550px) {
    .new_message {
        width: 90%;
        /*bottom: 0;*/
        right: unset;
        top: 40px;
        margin: 25px 25px 75px;
        padding: 20px;
    }
    .message_top-info {
        flex-direction: row;
    }
    .message_actions {
        padding: 15px;
    }
    .message_actions .icon-close:before {
        font-size: 15px;
    }
    .message_top-info, .message_info {
        gap: 10px;
    }
    .message_info {
        width: 100%;
        text-align: center;
    }
    .message_title {
        font-size: 16px;
    }
    .message_text {
        text-align: start;
        font-size: 14px;
    }
    .message_buttons {
        gap: 20px;
        justify-content: space-between;
    }
    .message_buttons > .button {
        max-width: unset;
        font-size: 12px;
        height: 30px;
        border-radius: 5px;
    }
}
@media (max-width: 425px) {
    .new_message {
        margin: 25px 20px 75px;
    }
    .message_top-info img {
        max-width: 60px;
    }
}

#app,
html,
body {
    height: 100%;
}

#app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.td_und{
    text-decoration: underline;
}

.account-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.account-tabs__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.account-tabs__link {
    display: block;
    padding: 15px 20px;
    background-color: #fff;
    border-bottom: 2px solid transparent;
    transition: border-bottom-color .2s;
}

.account-tabs__link:hover {
    border-bottom-color: #FCAB10;
}

.account-tabs__link.is-active {
    border-bottom-color: #FCAB10;
}

.account-tabs__item:not(:last-child) {
    margin-right: 10px;
}

@media screen and (max-width: 1200px) {
    .account-tabs__link:hover {
        border-bottom-color: transparent;
    }
    .account-tabs {
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
    }
}

.text-c-danger{
    color: #F2545B;
}

input.is-disabled {
    pointer-events: none;
}

.no-curriculum-popup .button {
    margin-top: 24px;
}

.cr-overlay,
.cr-resizer,
.cr-boundary {
    max-width: 300px;
    max-height: 300px;
}

.cr-boundary {
    width: 300px !important;
    height: 300px !important;
}

h1[class] {
    margin-bottom: 0;
}

.helper-popup-btn-secondary .button {
    margin-top: 13px;
    padding: 5px 10px;
    height: auto;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .helper-popup {
        left: 16px !important;
        right: 16px;
        max-width: 100% !important;
    }
}

.subscribes-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 25px;
    margin-top: 60px;
    box-shadow: 0 4px 70px rgb(0 0 0 / 10%);
    border-radius: 10px;
    font-weight: 600;
    background: #FFFFFF;
    line-height: 1.3;
    overflow: auto;
}

.subscribes-info svg {
    flex-shrink: 0;
    animation: lamp linear infinite 2s;
}

.subscribes-info p {
    margin: 0 0 0 10px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

@media screen and (max-width: 1279px) {
    .subscribes-info {
        font-size: 14px;
        padding: 10px 15px;
    }
}

@keyframes lamp {
    0% { opacity: 1;}
    50% {opacity: 0;}
    100% {opacity: 1;}
}

.btn-hide-resume {
    opacity: .5;
}

.flatpickr-input[readonly] {
    background-color: #fff !important;
}

.flatpickr-day.selected {
    background-color: #FFB629;
    border-color: #FFB629;
}

@media screen and (min-width: 1200px) {
    .flatpickr-day.selected:hover {
        background-color: #FFB629;
        border-color: #FFB629;
    }
}

.mobile-button-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 1000px) {
    .mobile-button-holder {
        display: none;
    }
    .vacancy-page.resume-page .vacancy-main .line.top .btn-hide-resume {
        display: none;
    }
}

.vacancy-page.show.resume-page .mobile-button-holder .button:first-child {
    margin-right: 4px;
}

.vacancy-page.show.resume-page .mobile-button-holder .button:last-child {
    margin-left: 4px;
}

@media screen and (max-width: 580px) {
    .news__wrapper .filter_curriculum__wrapper .filter_curriculum__inner {
        margin: 20px;
        padding: 25px;
    }
}

.ui-widget.ui-widget-content {
    border: 0 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15) !important;
}

.ui-autocomplete-row.ui-menu-item  {
    padding: 12px 16px;
    background-color: #F0F0F0;
    font-family: 'Circe-Regular', sans-serif;
}

.ui-autocomplete .ui-menu-item:not(.ui-autocomplete-category):hover {
    background-color: #fcab10;
    color: #fff;
}