/* ------------------------------------------------------------------------------------------------------------------ */
/* Шапка */
/* ------------------------------------------------------------------------------------------------------------------ */

a:hover {
    text-decoration: none;
}

.bgc_vacancy header {
    background-color: #191919;
    padding: 35px 170px 30px;
    position: relative;
}

.bgc_vacancy .header_navigation {
    display: flex;
    justify-content: space-between;
}

.bgc_vacancy nav > ul {
    display: flex;
    list-style-type: none;
}

.bgc_vacancy nav > ul > li > a {
    color: #fff;
    font-size: 22px;
    margin-right: 30px;
    transition: 0.15s;
}

.bgc_vacancy nav > ul > li > a:hover {
    color: #e0e0e0;
}

.bgc_vacancy .header_content {
    display: flex;
    padding-top: 12%;
}

.bgc_vacancy .header_title {
    display: flex;
    flex-direction: column;
    flex-basis: 40%;
    min-height: 400px;
}

.bgc_vacancy .header_title > h1 {
    color: #fff;
    font-size: 2.5vw;
    margin-bottom: 15px;
}

.bgc_vacancy .header_title > p {
    color: #fff;
    font-size: 1.5vw;
    margin-bottom: 40px;
}

.bgc_vacancy .header_title > a {
    color: #fff;
    font-weight: bold;
    font-size: 29px;
    padding: 7px 15px;
    background-color: #DF442E;
    max-width: 400px;
    text-align: center;
    border-radius: 3px;
    transition: 0.2s;
}

.bgc_vacancy .header_title > a:hover {
    background-color: #d13d26;
    transform: translateY(-3px);
}

.bgc_vacancy .header_gallery > div {
    position: absolute;
    bottom: -15%;
}

.bgc_vacancy .header_gallery > div > img {
    width: 52vw;
}

.bgc_vacancy .header_gallery {
    display: flex;
    flex-basis: 50%;
}

.bgc_vacancy .hamburger-menu {
    display: none;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Подвал */
/* ------------------------------------------------------------------------------------------------------------------ */

.bgc_vacancy footer {
    padding: 55px 170px;
    background-color: #191919;
}

.bgc_vacancy .footer_wrapper {
    display: flex;
    justify-content: space-between;
}

.bgc_vacancy .contact_area {
    display: flex;
    flex-direction: column;
    flex-basis: 45%;
}

.bgc_vacancy .contact_title {
    margin-bottom: 40px;
}

.bgc_vacancy .contact_title > h2 {
    color: #fff;
    font-size: 34px;
    margin-bottom: 20px;
}

.bgc_vacancy .contact_title > p {
    font-size: 22px;
    color: #fff;
}

.bgc_vacancy .contact_social > h3 {
    margin-bottom: 20px;
    font-size: 30px;
    color: #fff;
}

.bgc_vacancy .link_social > a {
    margin-right: 20px;
}

.bgc_vacancy .link_social > a > img {
    transition: 0.2s;
}

.bgc_vacancy .link_social > a > img:hover {
    transform: translateY(-3px);
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Менеджер */
/* ------------------------------------------------------------------------------------------------------------------ */

.bgc_vacancy .manager_area {
    display: flex;
}

.bgc_vacancy .manager_photo {
    margin-right: 30px;
}

.bgc_vacancy .manager_photo > img {
    max-width: 100%;
    width: 100%;
}

.bgc_vacancy .manager_contact > h3 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
}

.bgc_vacancy .tell > a {
    color: #fff;
    font-size: 24px;
}

.bgc_vacancy .tell:hover,
.bgc_vacancy .mail:hover {
    transform: translateX(3px);
}

.bgc_vacancy .tell {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.bgc_vacancy .tell > img {
    margin-right: 15px;
}

.bgc_vacancy .mail > a {
    color: #fff;
    font-size: 24px;
}

.bgc_vacancy .mail {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.bgc_vacancy .mail > img {
    margin-right: 15px;
}

.bgc_vacancy .manager_contact .button {
    color: #fff;
    line-height: 1;
    font-size: 24px;
    padding: 12px 50px;
    background-color: #DF442E;
    text-align: center;
    border-radius: 3px;
    display: block;
    transition: 0.2s;
}

.bgc_vacancy .manager_contact .button:hover {
    background-color: #d13d26;
    transform: translateY(-3px);
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Блоки со ссылками */
/* ------------------------------------------------------------------------------------------------------------------ */

.bgc_vacancy .main {
    padding: 160px 20px;
}

.bgc_vacancy .company_block {
    display: flex;
    flex-direction: column;
    flex-basis: 70%;
    max-width: 800px;
}

.bgc_vacancy .big_block {
    position: relative;
    min-height: 400px;
    width: 100%;
    margin-bottom: 30px;
    background-color: cadetblue;
    background-image: url(../img/company.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.bgc_vacancy .big_hover-description {
    display: none;
}

.bgc_vacancy .big_block:hover .big_hover-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bgc_vacancy .big_hover-description > p {
    padding: 35px 38px;
    font-size: 22px;
    z-index: 3;
    color: #fff;
    position: relative;
    animation-name: titleAnimation;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
    transition: 3s;
}

.bgc_vacancy .big_hover-description > a {
    z-index: 3;
    text-align: center;
    cursor: pointer;
    font-size: 30px;
    margin-top: 20px;
    color: #fff;
    padding: 10px;
    border: 1px solid #a7a7a726;
    background-color: rgba(162, 162, 162, -1);
    animation-name: titleAnimation;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
    transition: 3s;
}

.bgc_vacancy ._mobile-link {
    display: none;
}

/*noinspection CssUnknownProperty*/
@keyframes description {
    0% {
        transform: translateY(-50px);
        opacity: 0;
        -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
        clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    }
    20% {
        transform: translateY(0);
        opacity: 1;
        -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
        clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    }
    80% {
        transform: translateY(0);
        opacity: 1;
        -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
        clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    }
    100% {
        opacity: 1;
    }
}

.bgc_vacancy .small_block {
    display: flex;
    justify-content: space-between;
}

.bgc_vacancy .small_block > .item-link:first-child {
    position: relative;
    margin-right: 30px;
    max-width: 385px;
    min-width: 300px;
    width: 100%;
    min-height: 300px;
    background-color: cadetblue;
    background-image: url(../img/teams.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.bgc_vacancy .small_block > .item-link {
    position: relative;
    max-width: 385px;
    width: 100%;
    min-width: 300px;
    min-height: 300px;
    background-color: cadetblue;
    background-image: url(../img/success.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.15s;
}

.bgc_vacancy .small_block > .item-link:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.bgc_vacancy .small_block > .item-link > a {
    display: none;
}

.bgc_vacancy .small_block > .item-link:hover > a {
    display: block;
    animation-name: titleAnimation;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
    transition: 3s;
    font-size: 22px;
    color: #fff;
    z-index: 3;
    position: relative;
    text-align: center;
    margin-top: 90px;
    padding: 10px;
    border: 1px solid #a7a7a726;
}

.bgc_vacancy .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(58, 58, 58, 0.7);
    z-index: 1;
}

.bgc_vacancy .link_blocks {
    display: flex;
    justify-content: center;
}

.bgc_vacancy .vacancy_block {
    max-width: 400px;
    width: 100%;
    margin-left: 30px;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Блоки вакансии анимация */
/* ------------------------------------------------------------------------------------------------------------------ */

.bgc_vacancy .horizontal_block {
    max-width: 400px;
    width: 100%;
    height: 100%;
    position: relative;
}

.bgc_vacancy .horizontal_block:hover h4 {
    display: none;
}

.bgc_vacancy .item {
    position: relative;
}

.bgc_vacancy .item h5 {
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 34px;
    padding: 30px;
    display: none;
    z-index: 3;
}

.bgc_vacancy .item:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    z-index: 3;
    border-radius: 3px;
    transition: 0.7s;
    cursor: pointer;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
}

.bgc_vacancy .horizontal_block:hover h5 {
    display: block;
    animation-name: titleAnimation;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
    transition: 3s;
}

/*noinspection CssUnknownProperty*/
@keyframes titleAnimation {
    0% {
        transform: translateY(-50px);
        opacity: 0;
        -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
        clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
    }
    20% {
        transform: translateY(0);
        opacity: 1;
        -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
        clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
    }
    80% {
        transform: translateY(0);
        opacity: 1;
        -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
        clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
    }
    100% {
        opacity: 1;
    }
}

.bgc_vacancy h4 {
    position: relative;
    color: #fff;
    font-size: 34px;
    padding: 35px 35px 0;
    z-index: 3;
}

.bgc_vacancy .horizontal_block .item img {
    max-width: 400px;
    width: 100%;
    min-height: 241px;
    vertical-align: middle;
    object-fit: cover;
    filter: grayscale(100%);
}

.bgc_vacancy .vacancy {
    position: absolute;
    top: 0;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Адаптация под разрешения */
/* ------------------------------------------------------------------------------------------------------------------ */

@media screen and (max-width: 1600px) {
    .bgc_vacancy .header_title {
        min-height: 300px;
    }

    .bgc_vacancy .header_title > a {
        font-size: 24px;
        padding: 9px 20px;
        max-width: 350px;
    }

    .bgc_vacancy header {
        padding: 35px 100px 30px;
    }
}

@media screen and (max-width: 1366px) {
    .bgc_vacancy nav > ul > li > a {
        font-size: 18px;
        margin-right: 30px;
    }

    .bgc_vacancy .header_content {
        display: flex;
        padding-top: 10%;
    }

    .bgc_vacancy .header_gallery > div {
        bottom: -10%;
    }

    .bgc_vacancy header {
        padding: 35px 44px 30px;
    }

    .bgc_vacancy .header_title > h1 {
        font-size: 32px;
    }

    .bgc_vacancy .header_title > p {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .bgc_vacancy .header_title > a {
        font-size: 19px;
        padding: 7px 14px;
        max-width: 300px;
    }

    .bgc_vacancy .header_title {
        min-height: 250px;
    }
}

@media screen and (max-width: 1280px) {
    .bgc_vacancy footer {
        padding: 55px 60px;
    }

    .bgc_vacancy .contact_title > h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .bgc_vacancy .contact_social > h3 {
        font-size: 24px;
    }

    .bgc_vacancy .manager_contact > h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .bgc_vacancy .tell > a {
        font-size: 18px;
    }

    .bgc_vacancy .mail > a {
        font-size: 18px;
    }

    .bgc_vacancy .tell > svg {
        width: 25px;
    }

    .bgc_vacancy .mail > svg {
        width: 25px;
    }

    .bgc_vacancy .manager_contact .button {
        font-size: 18px;
        padding: 10px 50px;
    }

    .bgc_vacancy nav > ul > li > a {
        font-size: 16px;
        margin-right: 30px;
    }

    .bgc_vacancy .logo > img {
        max-width: 150px;
    }
}

@media screen and (max-width: 1000px) {
    .bgc_vacancy .header_navigation > nav,
    .bgc_vacancy .header_gallery {
        display: none;
    }

    .bgc_vacancy header {
        padding: 35px 20px 100px;
    }

    .bgc_vacancy .header_navigation {
        padding: 0 10px;
    }

    .bgc_vacancy .header_content {
        display: block;
    }

    .bgc_vacancy .header_title {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        justify-content: center;
        align-items: center;
    }

    .bgc_vacancy .footer_wrapper {
        flex-direction: column;
        align-items: center;
    }

    .bgc_vacancy .contact_area {
        margin-bottom: 60px;
    }

    .bgc_vacancy .contact_title {
        text-align: center;
    }

    .bgc_vacancy .contact_social {
        text-align: center;
    }

    .bgc_vacancy .contact_social .link_social {
        text-align: center;
    }

    .bgc_vacancy .link_blocks {
        flex-direction: column;
    }

    .bgc_vacancy .horizontal_block {
        max-width: 100%;
        width: 100%;
        display: flex;
    }

    .bgc_vacancy .vacancy_block {
        max-width: 100%;
        margin-left: 0;
    }

    .bgc_vacancy .company_block {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .bgc_vacancy .small_block > div:first-child,
    .bgc_vacancy .small_block > div:last-child {
        max-width: 100%;
    }

    .bgc_vacancy .vacancy {
        display: none;
    }

    .bgc_vacancy .item h5 {
        display: block;
        padding: 15px;
    }

    .bgc_vacancy .item {
        margin-right: 14px;
    }

    .bgc_vacancy .small_block > .item-link:first-child {
        margin-bottom: 10px;
        margin-right: 0;
        max-width: 100%;
        min-width: 300px;
        width: 100%;
        min-height: 250px;
    }

    .bgc_vacancy .small_block > .item-link {
        max-width: 100%;
        width: 100%;
        min-width: 300px;
        min-height: 250px;
    }

    .bgc_vacancy .big_block:hover .big_hover-description {
        display: none;
    }

    .bgc_vacancy .small_block > div:hover > a {
        display: none;
    }

    .bgc_vacancy ._mobile-link {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 4;
    }
}

@media screen and (max-width: 780px) {
    .bgc_vacancy .header_title > h1 {
        font-size: 26px;
    }

    .bgc_vacancy .header_title > p {
        font-size: 18px;
    }

    .bgc_vacancy .header_title > a {
        font-size: 18px;
    }

    .bgc_vacancy .big_block {
        min-height: 220px;
        margin-bottom: 10px;
    }

    .bgc_vacancy h4 {
        padding: 15px 15px 0;
    }

    .bgc_vacancy .item {
        margin-bottom: 10px;
    }

    .bgc_vacancy .horizontal_block {
        flex-direction: column;
    }

    .bgc_vacancy .small_block {
        flex-direction: column;
    }

    .bgc_vacancy .horizontal_block .item img {
        max-width: 100%;
    }

    .bgc_vacancy .small_block > div:first-child {
        min-width: 100%;
        max-width: 100%;
        min-height: 220px;
        margin-bottom: 20px;
    }

    .bgc_vacancy .small_block > div:last-child {
        min-width: 100%;
        max-width: 100%;
        min-height: 220px;
    }

    .bgc_vacancy .item {
        margin-right: 0;
    }

    .bgc_vacancy .big_hover-description > p {
        padding: 35px 19px 0;
    }
}

@media screen and (max-width: 600px) {
    .bgc_vacancy .manager_area {
        flex-direction: column;
    }

    .bgc_vacancy .manager_photo {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .bgc_vacancy .contact_title > p {
        font-size: 18px;
        color: #fff;
    }

    .bgc_vacancy footer {
        padding: 55px 10px;
    }

    .bgc_vacancy .main {
        padding: 60px 10px;
    }

    .bgc_vacancy .tell > img {
        width: 10%;
    }
}

@media screen and (max-width: 480px) {
    .bgc_vacancy .header_title > h1 {
        font-size: 26px;
    }

    .bgc_vacancy .header_title > p {
        font-size: 19px;
    }

    .bgc_vacancy .header_title > a {
        font-size: 24px;
        padding: 12px 35px;
        line-height: 1;
    }

    .bgc_vacancy header {
        padding: 17px 10px 90px;
    }

    .bgc_vacancy .small_block > div:hover > a {
        margin-top: 45px;
    }
}

@media screen and (max-width: 1000px) {
    .bgc_vacancy .hamburger-menu {
        display: block;
    }

    #menu__toggle {
        opacity: 0;
    }

    #menu__toggle:checked ~ .menu__btn > span {
        transform: rotate(45deg);
    }

    #menu__toggle:checked ~ .menu__btn > span::before {
        top: 0;
        transform: rotate(0);
    }

    #menu__toggle:checked ~ .menu__btn > span::after {
        top: 0;
        transform: rotate(90deg);
    }

    #menu__toggle:checked ~ .menu__box {
        visibility: visible;
        left: 0;
    }

    .bgc_vacancy .menu__btn {
        display: flex;
        align-items: center;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 26px;
        height: 26px;
        cursor: pointer;
        z-index: 11000;
    }

    .bgc_vacancy .menu__btn > span,
    .bgc_vacancy .menu__btn > span::before,
    .bgc_vacancy .menu__btn > span::after {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #616161;
        transition-duration: .25s;
    }

    .bgc_vacancy .menu__btn > span::before {
        content: '';
        top: -8px;
    }

    .bgc_vacancy .menu__btn > span::after {
        content: '';
        top: 8px;
    }

    .bgc_vacancy .menu__box {
        position: fixed;
        visibility: hidden;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 80px 0;
        list-style: none;
        background-color: #ECEFF1;
        box-shadow: 1px 0 6px rgba(0, 0, 0, 0.20);
        transition-duration: .25s;
        z-index: 10000;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .bgc_vacancy .menu__box > li > a {
        font-size: 30px;
    }

    .bgc_vacancy .menu__item {
        display: block;
        padding: 12px 24px;
        color: #333;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
        transition-duration: .25s;
    }

    .bgc_vacancy .menu__item:hover {
        background-color: #CFD8DC;
    }
}