.sd-sdcx-components-vacancies-parts-header .spinner {
    margin-bottom: 30px;
}

.vc_row .breadcrumb {
    position: absolute;
    top: -160px;
    list-style: none;
}

.vc_row .breadcrumb li {
    display: inline-block;
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 20px;
    color: #e50051;
}

.vc_row .breadcrumb li a {
    color: white;
    text-transform: uppercase;
}

.vc_row .breadcrumb li a:hover {
    color: #e50051;
}

.vc_row .breadcrumb li a:after {
    content: '>';
    margin: 0 5px;
    font-size: 20px;
}

.single-vacancy .header-info-container .sd-title-block-default,
.single-vacancy .header-info-container .sd-title-block-default-htag {
    font-size: 38px;
}

.header-info-container {
    background-color: #f4f0ec;
    padding: 30px 15px;
    border-radius: 4px;
    margin-top: -250px;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}

.header-info-container .sd-title-icon {
    height: 30px;
    margin-top: 12px;
}

.header-info-container .header-buttons {
    display: flex;
    align-items: center;
}

.header-info-container .header-specs {
    margin: 0;
    list-style: none;
}

.header-info-container .header-specs li {
    position: relative;
    margin-bottom: 5px;
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.header-info-container .header-specs li:before {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url("/wp-content/uploads/2022/05/favicon.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.header-info-container .header-specs .spec-item svg path.fill {
    fill: #2f4874;
}

.header-info-container .header-company-info {
    margin-top: 15px;
    position: relative;
}

.header-info-container .share-button-whatsapp {
    display: block;
    line-height: 40px;
    width: 260px;
    background-color: #e50051;
    border-radius: 4px;
    -webkit-transition: ease .25s;
    -moz-transition: ease .25s;
    -ms-transition: ease .25s;
    -o-transition: ease .25s;
    transition: ease .25s;
    position: relative;
    margin-right: 30px;
}

.header-info-container .share-button-whatsapp:hover {
    background-color: #1d1d1b;
    -webkit-transition: ease .25s;
    -moz-transition: ease .25s;
    -ms-transition: ease .25s;
    -o-transition: ease .25s;
    transition: ease .25s;
}

.header-info-container .share-button-whatsapp .button-text {
    display: block;
    width: 210px;
    color: #fff;
    font-family: 'Pathway Gothic One';
    font-size: 28px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
}

.header-info-container .share-button-whatsapp .button-svg {
    height: 30px;
    width: 30px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    right: 5px;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-info-container .share-button-whatsapp .button-svg svg {
    height: 20px;
    color: #1d1d1b;
}

.header-info-container .header-company-info:before {
    content: '';
    position: absolute;
    left: -36px;
    top: 35px;
    height: 69px;
    width: 21px;
    background-image: url('/wp-content/uploads/2022/05/header-icon.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.header-info-container .header-company-info .header-company-logo {
    display: flex;
}

.header-info-container .header-company-info .header-company-logo img {
    width: 200px;
    max-height: 110px;
    background: #fff;
    border-radius: 4px;
    padding: 10px;
}

.header-info-container .header-company-info .header-company-button {
    margin-bottom: 20px;
}

.header-info-container .header-company-info .header-company-button a {
    font-size: 35px;
    color: #1d1d1b;
    font-family: 'Pathway Gothic One', sans-serif;
    text-transform: uppercase;
}

@media screen and (max-width: 1600px) {
    .header-info-container .header-company-info .header-company-button a {
        font-size: 29px;
    }

    .header-info-container .header-buttons {
        align-items: unset;
        flex-direction: column;
        row-gap: 15px;
    }

    .header-info-container .share-button-whatsapp {
        line-height: 33px;
        width: 219px;
        margin-right: 25px;
    }


    .header-info-container .share-button-whatsapp .button-text {
        width: 174px;
        font-size: 23px;
        line-height: 33px;
    }

    .header-info-container .share-button-whatsapp .button-svg {
        height: 25px;
        width: 25px;
        right: 4px;
        top: 4px;
    }

    .header-info-container .share-button-whatsapp .button-svg svg {
        height: 17px;
    }
}

@media screen and (max-width: 1400px) {
    .header-info-container .header-company-info .header-company-button a {
        font-size: 26px;
    }

    .header-info-container .share-button-whatsapp {
        line-height: 29px;
        width: 190px;
        margin-right: 22px;
    }


    .header-info-container .share-button-whatsapp .button-text {
        width: 153px;
        font-size: 20px;
        line-height: 29px;
    }

    .header-info-container .share-button-whatsapp .button-svg {
        height: 22px;
        width: 22px;
        right: 3px;
        top: 3px;
    }

    .header-info-container .share-button-whatsapp .button-svg svg {
        height: 15px;
    }
}

@media screen and (max-width: 991px) {
    .single-header-specs > .vc_col-sm-9 {
        width: 100%;
    }

    .single-header-specs > .vc_col-sm-3 {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .single-vacancy .sd-title-block-default,
    .single-vacancy .sd-title-block-default {
        margin-top: 0;
    }

    .header-info-container .vc_col-sm-4 {
        margin-top: 40px;
    }

    .header-info-container .header-company-info:before {
        left: -26px;
        top: 20px;
    }

    .header-info-container .header-title {
        margin-right: 0;
    }

    /*.header-info-container .header-buttons {*/
    /*    position: relative;*/
    /*    top: unset;*/
    /*    right: unset;*/
    /*    width: 100%;*/
    /*    justify-content: flex-start;*/
    /*    margin-bottom: 20px;*/
    /*}*/

    .header-info-container .header-buttons .sd-block-button {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99;
    }

    .header-info-container .header-buttons .sd-block-button a {
        width: 100%;
        line-height: 60px;
        border-radius: 0;
    }

    .header-info-container .vacancy_add_to_favorites {
        position: fixed;
        right: -45px;
        transform: translate(0, calc(-50% + 75px)) rotate(-90deg);
        top: 50%;
        margin-right: 0;
        z-index: 99;
        font-size: 16px;
        color: #fff;
        background: #e50051;
        width: 130px;
        justify-content: center;
        line-height: 40px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .sd-favorite-vacancies-toggle .sd-favorite-vacancies-toggle-content {
        transform: translate(0, calc(-50% - 75px)) rotate(-90deg);
    }

    .header-info-container .vacancy_add_to_favorites svg {
        width: 12px;
        color: #fff;
    }

    .header-info-container .vacancy_add_to_favorites .filled svg {
        color: #1d1d1b;
    }
}