/* Плавная прокрутка якоря */
html {
    scroll-behavior: smooth;
}
/* Паддинги секций на мобилке */

@media screen and (max-width: 767px) {
    #fullpage-disabled > *:not(:first-child) {
        padding: 50px 0;
    }
}

* {
    min-height: 0;
    min-width: 0;
}

/* Первый экран */

#fullpage-disabled > *:first-child {
    height: auto;
}

.head__wrapper {
    padding-top: 206px;
    position: relative;
}

.head {
    background: url(/site/templates/default/imgs/bghead-vacancy.jpg) no-repeat center center/cover;
    min-height: auto;
    height: auto;
    overflow: hidden;
}

.head__description {
    max-width: 618px;
    margin-bottom: 66px;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.inputs__container {
    max-width: 768px;
    margin-bottom: 48px;
    display: flex;
    gap: 36px;
}

.container {
    z-index: 10;
    position: relative;
}

.head__wrapper .container {
    position: relative;
}

.form-button {
    font-size: 14px;
}

.mr16 {
    margin-right: 16px;
}

.input-effect input,
.input-effect select{
    border: 1px solid #000;
    border-radius: 44px;
    padding: 13px 14px 12px;
}

.input-effect label {
    left: 22px;
    top: 14px;
}

.input-effect input:focus ~ label,
.input-effect select:focus ~ label {
    transform: translateY(-38px);
    color: #fff;
    left: 0;
}

input.has-content ~ label,
select.has-content ~ label {
    transform: translateY(-37.5px);
    left: 0;
    color: #fff;
}

.custom__input_file {
    opacity: 0;
    position: absolute;
    z-index: -1;
    overflow: hidden;
}

.custom__input_file-label {
    width: 60%;
    position: relative;
    display: flex;
    gap: 24px;
    align-items: center;
}

.input__file-effect {
    border: 1px solid #000;
    border-radius: 44px;
    max-height: 46px;
}

.input-effect input:focus ~ .custom__input_file-label,
.input-effect select:focus ~ .custom__input_file-label {
    transform: translateY(0px);
    color: #999;
    left: 22px;
    font-size: 16px;
}

.upload-file__icon {
    max-width: 16px;
    fill: #999;
}

.field_custom {
    color: #807A7A;
    background: #fff;
    display: inline-block;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}

.forms-vacancy-form {
    padding-bottom: 168px;
}

.employee {
    max-width: 80%;
    width: 1014px;
    position: absolute;
    bottom: 0;
    right: -300px;
}

@media screen and (max-width: 1052px) {
    .employee {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .head__wrapper {
        padding-top: 90px;
    }
}

@media screen and (max-width: 767px) {
    .inputs__container {
        flex-direction: column;
        margin-bottom: 36px;
    }

    .field_custom {
        width: 100%;
    }

    .form-button > div {
        flex-direction: column;
        gap: 16px;
    }

    .head__wrapper .asite_btn {
        width: 100%;
    }

    .head__wrapper .mr16 {
        margin-right: 0;
    }
}

@media screen and (max-width: 530px) {
    .head__description {
        font-size: 14px;
        line-height: 24px;
    }
}

/* Мы ищем в команду */

.lookingfor {
    background: linear-gradient(180deg, #D5D1D1 0%, rgba(255, 255, 255, 0) 100%);
}

.lookingfor__cards {
    padding: 54px 0 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    gap: 16px;
}

.lookingfor__card {
    text-decoration: none;
    color: #000;
    box-shadow: 0px 5px 30px 0px #00000014;
    border-radius: 16px;
    min-height: 512px;
    padding: 32px 16px;
    background: #F5F5F5;
    cursor: pointer;

    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    transition: all 0.3s linear;
}

.bg {
    position: absolute;
    border-radius: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    transition: all 0.3s linear;
}

.lookingfor__card:focus {
    background-color: #54DDDF;
}

.lookingfor__card:focus .lookingfor__card_button {
    background: #36C0C2;
}

.lookingfor__card_button:focus {
    background: #36C0C2;
}

.lookingfor__card_button:focus ~ .bg {
    background-color: #54DDDF;
}

.lookingfor__card_container {
    z-index: 2;
}

.lookingfor__card_icon {
    min-height: 63px;
    max-width: 120px;
    margin-bottom: 42px;
}

.lookingfor__card_title {
    margin-bottom: 30px;
    color: #000;
}

.lookingfor__card_desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.lookingfor__card_desc li {
    font-size: 16px;
}

.lookingfor__card_desc li::marker {
    content: '';
}

.lookingfor__card_button {
    position: relative;
    transition: all 0.3s linear;
    padding: 16px 58px;
    border-radius: 16px;

    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    transition: all 0.3s linear;
}

.lookingfor__card_button::before {
    content: "\f178";
    font-family: "fontawesome";
    position: absolute;
    top: 50%;
    left: 44px;
    transform: translateY(-50%) rotate(90deg);
    font-size: 20px;
    transition: .3s;
    color: #000;
}

.lookingfor__card:hover {
    background: #36C0C2;
}

.lookingfor__card:hover .lookingfor__card_button {
    box-shadow: 0px 5px 30px 0px #00000014;
    background: #54DDDF;
}

.lookingfor__arrow {
    display: none;
}

@media screen and (max-width: 1172px) {
    .lookingfor__cards {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
}

@media screen and (max-width: 640px) {
    .lookingfor__card {
        min-height: auto;
        text-align: left;
    }

    .lookingfor__card_icon {
        margin-bottom: 24px;
    }

    .lookingfor__card_desc {
        display: none;
    }

    .lookingfor__card_button {
        display: none;
    }

    .lookingfor__card_title {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .lookingfor__arrow {
        display: block;
        max-width: 18px;
    }
}


/* Что мы предлагаем */

.whatweoffer {
    background: #fefefe;

}

.left__wrapper {
    max-width: 1644px;
    margin: 0;
}

.whatweoffer__container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 0 0;

    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.whatweoffer_right {
    max-width: 632px;
    width: 100%;
}

.title__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 68px;
}

.arrows__container {
    display: flex;
    align-items: center;
    gap: 24px;
}

.slider__arrow {
    padding: 24px;
    color: #fff;
    background: #36c0c2;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: .3s;
}

.slider__arrow:hover {
    background: #33afb1;
}

.slider__arrow.slick-disabled {
    cursor: wait;
    background: #E4E5EA;
    color: #000;
}

.slider__arrow_left::before {
    content: "\2039";
    position: absolute;
    top: 0;
    right: 42%;
    font-size: 35px;
    transition: .3s;
}

.slider__arrow_right::before {
    content: "\203A";
    position: absolute;
    top: 0;
    right: 36%;
    font-size: 35px;
    transition: .3s;
}

.list__item {
    display: flex;
    align-items: center;
    gap: 46px;
    color: #000;
    margin-bottom: 46px;
}

.item__number {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 14px 20px;
    width: 52px;
    text-align: center;
    border-radius: 50%;
    color: #00C1C3;
    background: #E9E9E9;
}

.item__text {
    max-width: 534px;
}

.item__title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.item__desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.whatweoffer_left {
    max-width: 936px;
    overflow: hidden;
}

.whatweoffer_left .slick-list {
    margin-left: 333px;
}

.vacancy__slider_item {
    max-width: 604px;
    width: 100%;
    max-height: 604px;
    object-fit: cover;
    transform: scale(0.8);
    transition: all 0.3s linear;
    opacity: 0.4;
    margin-left: -44px;
    margin-bottom: -45px;
}

.vacancy__slider_item.slick-slide.slick-active {
    transform: scale(1);
    opacity: 1;
    margin-bottom: 0;
}


@media screen and (min-width: 2000px) {
    .left__wrapper {
        max-width: 1326px;
        margin: 0 auto;
    }

    .whatweoffer_left {
        max-width: 100%;
        overflow: auto;
    }

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

    .vacancy__slider_item {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1466px) {
    .whatweoffer__container {
        flex-direction: column;
        padding: 0;
        justify-content: center;
        align-items: center;
    }

    .list__item {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .whatweoffer_left {
        max-width: 100%;
    }

    .whatweoffer_left .slick-list {
        margin-left: 0;
    }

    .vacancy__slider_item {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .whatweoffer__container {
        padding: 0 20px;
    }

    .vacancy__slider_item {
        max-height: 278px;
        max-width: 328px;
        opacity: 1;
        transform: scale(1);
        margin-left: 20px;
    }

    .arrows__container {
        gap: 12px;
    }

    .slider__arrow {
        padding: 20px;
    }

    .slider__arrow_left::before {
        font-size: 29px;
    }

    .slider__arrow_right::before {
        font-size: 29px;
    }

    .list__item {
        gap: 16px;
    }

    .item__title {
        margin-bottom: 8px;
    }

    .item__desc {
        font-size: 14px;
        line-height: 24px;
    }

    .item__number {
        width: 30px;
        height: 30px;
        padding: 3px 11px;
    }
}


/* Наши преимущества */

.vacancy__advantages {
    background: #F5F5F5;
}

.advantages__cards {
    margin-top: 72px;
    margin-bottom: 106px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    row-gap: 32px;
    column-gap: 24px;
}

.advantages__card-large {
    grid-column: span 3;
}

.advantages__card {
    position: relative;
    border-radius: 16px;
    background: #fff;
    padding: 28px 32px;
    min-height: 278px;
    overflow: hidden;
    z-index: -2;
}

.advantages__card_title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    color: #000;
    z-index: 2;
}

.advantages__card_desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    max-width: 64%;
    z-index: 2;
}

.advantages__card_image {
    max-width: 312px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.advantages__card_image-mob {
    display: none;
}

@media screen and (max-width: 1000px) {
    .advantages__cards {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 1fr);
        gap: 24px;
    }

    .advantages__card-large {
        grid-column: auto;
    }

    .advantages__card_image-desk {
        display: none;
    }

    .advantages__card_image-mob {
        display: block;
    }

    .advantages__card_desc {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .advantages__card {
        padding: 16px;
    }

    .advantages__card_title {
        font-size: 16px;
        line-height: 24px;
    }

    .advantages__card_desc {
        font-size: 14px;
        line-height: 24px;
    }
}


/* Вакансии подробно */

.vacancy__card_container {
    display: flex;
    justify-content: space-between;
    gap: 42px;
}

.vacancy__card_image {
    max-width: 532px;
    max-height: 546px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.chips__list {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.chips__list .slick-track{
    display: flex;
}

.chips__list_item {
    width: max-content;
    background: #E4E5EA;
    border-radius: 40px;
    padding: 14px 36px;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.h2__vacancies_list {
    margin: 162px 0 62px;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.requirements__list {
    margin-top: 76px;
    list-style: none;
}

.requirements__list_item {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    margin: 24px 0;
    position: relative;
    padding-left: 24px;
}

.requirements__list .requirements__list_item:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-color: #36C0C2;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 7.5px;
}

.requirements__text {
    margin-top: 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.button__container {
    display: flex;
    align-items: center;
    gap: 68px;
    margin-top: 32px;
}

.button__container-backend {
    margin-bottom: 112px;
}

.salary {
    color: #36C0C2;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
}


/* бекенд */

.backend {
    background: url(/site/templates/default/imgs/backend-bg.jpg) no-repeat center top/cover;
}

.backend .h2 {
    color: #fff;
    margin-top: 164px;
    margin-bottom: 64px;
}

/* фронтенд */

.frontend {
    background: url(/site/templates/default/imgs/frontend-bg.jpg) no-repeat center center/cover;
}

.vacancy__card_container.right .vacancy__card_text {
    order: 2;
}

@media screen and (max-width: 1176px) {
    .vacancy__card_image {
        display: none;
    }

    .vacancies .text-right {
        text-align: left;
    }

    .chips__list {
        margin-right: -20px;
        margin-left: -20px;
    }

    .chips__list .slick-track {
        margin-left: 20px;
    }

    .chips__list_item {
        margin-right: 8px;
        font-size: 10px;
        line-height: 11px;
        padding: 10px 24px;
    }

    .salary {
        font-size: 32px;
        line-height: 39px;
    }
}

@media screen and (max-width: 634px) {
    .vacancies .h2 {
        margin-bottom: 36px;
    }

    .requirements__list {
        margin-top: 44px;
    }

    .requirements__list_item {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    .button__container {
        flex-direction: column;
        gap: 42px;
    }

    .button__container-backend {
        margin-bottom: 58px;
    }

    .vacancy__card_text .asite_btn {
        order: 2;
    }

    .salary {
        order: 1;
    }

    .h2__vacancies_list {
        margin: 32px 0 36px;
    }
}


/* Что мы делаем */

.whatwedo {
    background: url(/site/templates/default/imgs/whatwedo-bg.jpg) no-repeat center left/cover;
}

.whatwedo .h2 {
    padding-top: 65px;
    color: #fff;
}

.whatwedo__cards {
    margin: 86px auto 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    row-gap: 32px;
}

.whatwedo__card {
    border-radius: 16px;
    background: #F5F5F5;
    max-width: 100%;
    min-width: 328px;
    min-height: 278px;
    padding: 36px 32px;
    position: relative;
}

.plug {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: #F5F5F5;
    text-align: center;
    text-transform: uppercase;
    z-index: 3;
    transition: all 0.3s linear;
}

.plug__hidden {
    opacity: 0;
    display: none;
    transition: all 0.3s linear;
}

.plug__title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    font-size: 24px;
}

.plug__desc {
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
}

.whatwedo__card_link {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 16px;
    border-left: 4px solid #36C0C2;

    transition: all 0.3s linear;
}

.whatwedo__card_link:hover {
    color: #36C0C2;
    border-left: 4px solid #000;
}

.whatwedo__card_title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
}

.whatwedo__card_arrow::before {
    content: "\f178";
    font-family: "fontawesome";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
}

.whatwedo__card_text {
    margin-top: 20px;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.whatwedo__card_text:last-child {
    margin-top: 16px;
    margin-bottom: 0;
}

.whatwedo__card_icons {
    margin-top: 26px;
    display: flex;
    gap: 16px;
}

@media screen and (max-width: 1074px) {
    .whatwedo__cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .whatwedo__cards {
        grid-template-columns: 1fr;
    }

    .whatwedo__card {
        padding: 16px 24px;
    }
}
