

.vacancies {
    width: 100%;
    height: max-content;
    background: #ffffff;
}
.vacancies__body {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    z-index: 1;
    position: relative;
}
.vacancies__title {
    color: #333;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Gotham Pro;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 58.714px;
    margin: 0 auto;
    margin-top: 28px;
    margin-bottom: 90px;
    text-align: center;
    max-width: 800px;
    background: #ffffff;

}

.vacancies__slider {
    width: 100%;
    position: relative;
    margin-bottom: 80px;
}
.vacancies__slider .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    background: #FFF;
    filter: blur(5px);
    transform: scale(.6);
    transition: all .3s;
}
.vacancies__slider .swiper-slide.swiper-slide-active img {
    transform: scale(1);
    filter: blur(0px);
}

.vacancies .swiper-button-next {
    right: 18%;
    left: auto;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 3px solid #EA336A;
}
.vacancies .swiper-button-prev {
    left: 18%;
    right: auto;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 3px solid #EA336A;
}

.vacancies .swiper-button-next:after,
.vacancies .swiper-button-prev:after {
    font-size: 32px;
    font-weight: 900;
    transform: scale(.8);
    color: #EA336A;
}

.vacancies .swiper-horizontal>.swiper-pagination-bullets,
.vacancies .swiper-pagination-bullets.swiper-pagination-horizontal,
.vacancies .swiper-pagination-custom,
.vacancies .swiper-pagination-fraction {
    bottom: -25px;
}
.vacancies .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #EBEBEB;
    border: 2px solid #EBEBEB;
}
.vacancies .swiper-pagination-bullet-active {
    background: #FF0068;
}

.vacancies__kolektiv {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #0E4DBD;
    position: relative;
    margin-top: -17px;
    padding-top: 17px;
}
.vacancies__slider2 {
    width: 100%;
    max-width: 1290px;
    margin-bottom: 80px;
    position: relative;
}
.vacancies__subtitle {
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Gotham Pro;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 58.714px;
    margin-bottom: 120px;
}
.vacancies__kolektiv .swiper-slide {
    height: 304px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    border: 3px solid #FFF;
    box-sizing: border-box;
    padding: 5px;
}
.vacancies__slide-name {
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Gotham Pro;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 36px;
}
.vacancies__slide-text {
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Gotham Pro;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.vacancies__kolektiv .swiper-button-next:after,
.vacancies__kolektiv .swiper-button-prev:after {
    font-size: 32px;
    font-weight: 900;
    transform: scale(.8);
    color: #ffffff;
}
.vacancies__kolektiv  .swiper-button-next {
    right: calc(50% - 750px);
    left: auto;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 3px solid #ffffff;
}
.vacancies__kolektiv  .swiper-button-prev {
    left: calc(50% - 750px);
    right: auto;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 3px solid #ffffff;
}

.vacancies__kolektiv .swiper-horizontal>.swiper-pagination-bullets,
.vacancies__kolektiv .swiper-pagination-bullets.swiper-pagination-horizontal,
.vacancies__kolektiv .swiper-pagination-custom,
.vacancies__kolektiv .swiper-pagination-fraction {
    bottom: -25px;
}
.vacancies__kolektiv .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ffffff;
    border: 2px solid #ffffff;
}
.vacancies__kolektiv .swiper-pagination-bullet-active {
    background: #FF0068;
}


.vacancies-anketa {
    width: 100%;
    height: max-content;
}
.vacancies-anketa__body {
    margin: 0 auto;
    width: 100%;
    max-width: 630px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.vacancies-anketa__title {
    color: #333;
    text-align: center;
    font-family: Gotham Pro;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 58.714px;
    margin-bottom: 50px;
}
.vacancies-anketa .formFeedbackVacan {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.vacancies-anketa .formFeedbackVacan .form-name {
    color: #333;
    font-family: Gotham Pro;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.vacancies-anketa .formFeedbackVacan input[type=text] {
    width: 100%;
    height: 62px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 35px;
    color: #757575;
    font-family: Gotham Pro;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    padding-left: 15px;
    border-radius: 18px;
    border: 2px solid #D9D9D9;
}
.vacancies-anketa .formFeedbackVacan textarea {
    width: 100%;
    border-radius: 18px;
    border: 2px solid #D9D9D9;
    height: 234px;
    padding: 24px 16px;
    margin-bottom: 35px;
    color: #757575;
}
.vacan-sogl__block {
    margin: 24px 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    height: 26px;
    padding-left: 40px;
}
.vacan-sogl__block label {
    color: #333;
    font-family: Gotham Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-align: left;
}
.vacan-sogl__block input {
    position: absolute;
    left: -9999px;
}
.vacan-sogl__block [type=checkbox]:checked + span {
    background: #FF0068;
}
.vacan-sogl__block [type=checkbox]:checked + span:before {
    content: '\2714';
    position: absolute;
    top: -7px;
    left: 0;
    font-size: 23px;
    color: #ffffff;
    padding-top: 2px;
}

.vacancies-anketa .indivZakaz {
    width: 283px;
    height: 58px;
    border-radius: 14px;
    background: #EA336A;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: Gotham Pro;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border: 0px;
}

.vacancies-anketa__body .form_msg {
    color: #EA336A;
    font-weight: 700;
    margin: 5px 0;
}

.vacancies-anketa .or-call-us {
    margin: 24px 0px;
    color: #333;
    font-family: Gotham Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.vacancies-anketa .or-call-us a {
    color: #EA336A;
    font-family: Gotham Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.vacancies-anketa .actual-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.vacancies-anketa .actual {
    border-radius: 18px;
    background: #D20A11;
    width: 300px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: Gotham Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    align-self: center;
    margin-bottom: 40px;
}
.vacancies-anketa .actual.green {
    background: #04E061;
    color: #000000;
}


.meet {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    background: #7E0EBD;
    padding-bottom: 100px;
}
.meet__title {
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Gotham Pro;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 58.714px;
    margin-bottom: 70px;
}
/* Style the tab */
.tab {
    width: 35%;
    max-height: 440px;
    overflow-y: auto;
}
.mobile-tabs__btn {
    display: none;
}
.mobile-tabs {
    display: none;
}

/* Style the buttons inside the tab */
.tab button,
.mobile-tabs button{
    display: block;
    width: 100%;
    height: 85px;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    padding: 24px;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.40);
    font-family: Gotham Pro;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-left: 8px solid #ffffff;
    background: transparent;
    margin-bottom: 23px;
}

/* Change background color of buttons on hover */
.tab button:hover,
.mobile-tabs button:hover {
    color: #FFF;
}

/* Create an active/current "tab button" class */
.tab button.active,
.mobile-tabs button.active{
    color: #FFF;
    border-left: 8px solid #ffffff;
}

/* Style the tab content */
.tabcontent {
    width: 64%;
    border-left: none;
}

.meet__tabs {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
    margin: 0 auto;
}
.meet__tabs .youtube {
    background: none !important;
    height: auto;
}
.meet__tabs .youtube img {
    width: auto;
    max-width: 100%;
    border-radius: 30px;
}
.meet__tabs iframe {
    width: 670px;
    height: 375px;
}
.meet__tabs .youtube .play {
    background: none !important;
}

@media (max-width: 1599px) {
    .vacancies__kolektiv .swiper-button-next {
        right: calc(50% - 720px);
    }
    .vacancies__kolektiv .swiper-button-prev {
        left: calc(50% - 720px);
    }
}
@media (max-width: 1499px) {
    .vacancies__slider2 {
        max-width: 1220px;
    }
    .vacancies__kolektiv .swiper-button-next {
        right: calc(50% - 690px);
        top: 45%;
    }
    .vacancies__kolektiv .swiper-button-prev {
        left: calc(50% - 690px);
        top: 45%;
    }
}
@media (max-width: 1399px) {
    .vacancies__slider2 {
        max-width: 1100px;
    }
    .vacancies__kolektiv .swiper-button-next {
        right: calc(50% - 640px);
    }
    .vacancies__kolektiv .swiper-button-prev {
        left: calc(50% - 640px);
    }
}
@media (max-width: 1299px) {
    .vacancies__slider2 {
        max-width: 1000px;
    }
    .vacancies__kolektiv .swiper-button-next {
        right: calc(50% - 585px);
    }
    .vacancies__kolektiv .swiper-button-prev {
        left: calc(50% - 585px);
    }
}
@media (max-width: 1199px) {
    .vacancies__slider2 {
        max-width: 850px;
    }
    .vacancies__kolektiv .swiper-button-next {
        right: -80px;
    }
    .vacancies__kolektiv .swiper-button-prev {
        left: -80px;
    }
    .vacancies__slide-name {
        font-size: 28px;
    }
    .vacancies__kolektiv {
        margin-top: 0px;
    }
    .meet__title {
        font-size: 52px;
    }
    .meet__tabs {
        width: 94%;
        justify-content: space-between;
    }
    .meet__tabs .youtube {
        width: 100%;
        min-width: 1px;
    }
    .tabcontent {
        width: 62%;
    }
    .meet__tabs iframe {
        width: 100%;
    }
    .tab button, .mobile-tabs button {
        font-size: 20px;
    }
}
@media (max-width: 1024px) {
    .vacancies__slider2 {
        width: 80%;
    }
    .vacancies .swiper-button-next,
    .vacancies .swiper-button-prev {
        display: none;
    }
    .vacancies__kolektiv .swiper-button-next {
        right: -60px;
        width: 50px;
        height: 50px;
    }
    .vacancies__kolektiv .swiper-button-prev {
        left: -60px;
        width: 50px;
        height: 50px;
    }
    .tab button, .mobile-tabs button {
        font-size: 14px;
        line-height: 18px;
        height: 70px;
    }
    .meet__title {
        font-size: 48px;
    }
    .meet__tabs .youtube {
        min-height: 1px;
    }

}

@media (max-width: 767px) {

    .meet__title {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .meet__tabs {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .meet__tabs iframe {
        width: 100%;
        height: 325px;
    }
    .tabcontent {
        width: 100%;
    }
    .tab {
        width: 100%;
        display: none;
    }
    .mobile-tabs__btn {
        display: block;
        height: 32px;
        padding-left: 10px;
        border: 0px;
        border-left: 4px solid #FFF;
        background: transparent;
        align-self: flex-start;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        line-height: 32px;
        margin-bottom: 20px;
        font-family: "Gotham Pro";
        margin-top: 12px;
    }
    .mobile-tabs__btn::after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-right: 2px solid #FFF;
        border-bottom: 2px solid #FFF;
        transform: rotate(45deg);
        margin-left: 20px;
        position: relative;
        top: -5px;
    }
    .mobile-tabs__btn.open::after {
        transform: rotate(-135deg);
        top: 0px;
    }
    .mobile-tabs {
        width: 100%;
        padding-left: 20px;
        box-sizing: border-box;
    }
    .mobile-tabs button {
        font-size: 12px;
        padding: 14px 10px;
        height: max-content;
        border-left: 4px solid #FFF;
    }
    .mobile-tabs button.active {
        border-left: 4px solid #FFF;
    }
    .mobile-tabs__btn.open + .mobile-tabs {
        display: block;
    }
    .meet__tabs .youtube {
        min-height: 1px;
    }

    .vacancies__title,
    .vacancies__subtitle,
    .vacancies-anketa__title {
        font-size: 50px;
        line-height: normal;
        margin-bottom: 50px;
    }
    .vacancies__slider {
        width: 96%;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .vacancies__slider2 {
        width: 74%;
    }
    .vacancies__kolektiv .swiper-button-next:after,
    .vacancies__kolektiv .swiper-button-prev:after {
        font-size: 18px;
    }
    .vacancies__kolektiv .swiper-button-next {
        width: 40px;
        height: 40px;
        border: 4px solid #fff;
    }
    .vacancies__kolektiv .swiper-button-prev {
        width: 40px;
        height: 40px;
        border: 4px solid #fff;
    }
    .vacancies-anketa .formFeedbackVacan {
        width: 96%;
    }
    .meet__title {
        font-size: 42px;
    }
    .meet__title {
        font-size: 36px;
        line-height: normal;
        margin-top: 20px;
    }

    .vacancies-anketa .actual-block {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .vacancies-anketa .actual {
        margin-bottom: 20px;
    }

}
@media (max-width: 577px) {
    .vacancies__title,
    .vacancies__subtitle,
    .vacancies-anketa__title {
        font-size: 40px;
        line-height: normal;
        margin-bottom: 50px;
    }
    .vacancies__slider2 {
        width: 64%;
    }
    .vacancies__kolektiv .swiper-slide {
        height: 270px;
    }
    .meet__title {
        font-size: 24px;
    }

}
@media (max-width: 449px) {
    .vacancies__title,
    .vacancies__subtitle,
    .vacancies-anketa__title {
        font-size: 30px;
    }
    .vacancies-anketa .formFeedbackVacan .form-name {
        font-size: 32px;
    }
}
@media (max-width: 399px) {
    .vacancies__title,
    .vacancies__subtitle,
    .vacancies-anketa__title {
        font-size: 20px;
    }
    .vacancies-anketa .actual {
        width: 225px;
        height: 50px;
        font-size: 14px;
    }
    .vacancies-anketa .formFeedbackVacan {
        width: 90%;
    }
    .vacancies-anketa .formFeedbackVacan .form-name {
        font-size: 20px;
    }
    .vacancies-anketa .formFeedbackVacan input[type=text] {
        font-size: 14px;
    }
    .vacancies-anketa .indivZakaz {
        width: 215px;
        height: 50px;
        font-size: 14px;
    }
    .vacancies__kolektiv .swiper-button-next {
        right: -50px;
    }
    .vacancies__kolektiv .swiper-button-prev {
        left: -50px;
    }
    .vacancies__slide-name {
        font-size: 18px;
        line-height: normal;
    }
    .vacancies__slide-text {
        font-size: 14px;
        line-height: normal;
    }
    .vacancies__kolektiv .swiper-slide {
        height: 182px;
        margin-bottom: 10px;
    }
    .vacancies-anketa__title {
        margin-top: 20px;
    }
}
