* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Apercu Pro';
    font-style: normal;
    color: #1E1E1E;
    background: #FFFFFF;
    font-weight: 400;
}

body.openned_popup,
html.openned_popup {
    overflow: hidden;
}

main {
    overflow: hidden;
    width: 100vw;
}

a {
    cursor: pointer;
    text-decoration: none;
    font-family: 'Apercu Pro';
    font-style: normal;
    color: #1E1E1E;
}

/*
::-webkit-scrollbar {
    width: 0;
}

::-webkit-scrollbar {
    height: 0;
}

* {
    scrollbar-width: none;
}*/

p {
    margin: 0;
}

h1,
h2 {
    font-family: 'Apercu Pro';
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    font-style: normal;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 3px;
}

h2 {
    font-size: 26px;
    line-height: 32.3px;
    color: #1E1E1E;
    text-align: center;
}

.section,
footer {
    padding: 120px calc((100% - 1516px) / 2);
    padding-bottom: 0;
}

/*Header*/

header {
    position: relative;
}

.header_top {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: fit-content;
    width: 100%;
    padding: 20px 50px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #EBEBEB;
    max-width: 100vw;
}

.header_nenu {
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: center;
    /*margin-left: calc(21.3vw - 215px);*/
    margin-left: auto
}

.header_logo {
    width: 165px;
}

.header_logo img {
    width: 100%;
    height: auto;
}

.header_nenu {
    margin-bottom: -4px;
}

.header_nenu a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: .5px;
    min-height: 21px;
    font-weight: 500;
    text-transform: uppercase;
}

.btn {
    cursor: pointer;
    width: 286px;
    height: 56px;
    border: 1px solid #161616;
    font-size: 18px;
    line-height: 16px;
    color: #161616;
    display: flex;
    font-weight: 400;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.header_btn {
    margin-left: auto;
}

.menu_btn {
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin-top: 3px;
}

.menu_btn svg {
    display: none;
}

.menu_btn svg.active {
    display: block;
}

/*top_banner*/
.top_banner {
    padding: 0 !important;
    background-image: url(./img/top_banner_bg2.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-height: calc(100vh - 97px);
    background-size: cover;
    position: relative;
}

.top_banner_img {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -53%);
    width: 90vw;
}

.top_banner_info {
    background-color: rgba(241, 241, 236, 0.5);
    width: 260px;
    height: 260px;
    padding: 40px;
    position: relative;
    left: 49.6%;
    transform: translateX(-49.6%);
}

.top_banner_info h1 {
    color: #000000;
}

.top_banner_content {
    padding-top: 70px;
}

/*О нас*/

.about_us_content {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.about_us_content p {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.about_us_row {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    gap: 60px;
    justify-content: space-between;
    align-items: center;
}

.about_us_img {
    width: 62%;
}

.about_us_img img {
    width: 100%;
    height: auto;
}

.about_us_list {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-right: .3vw;
}

.about_us_item {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.about_us_num {
    font-size: 64px;
    line-height: 44px;
}

.about_us_desc {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 1px;
}

/*Преимущества*/

.advantages_row {
    display: flex;
    flex-direction: row;
    gap: 60px;
    margin-top: 60px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.advantages_list {
    display: flex;
    flex-direction: column;
    gap: 60px;
    min-width: 48%;
    max-width: 48%;
}

.advantages_item {
    display: flex;
    flex-direction: row;
}

.advantages_item_img {
    width: 50%;
    max-height: 250px;
    overflow: hidden;
}

.advantages_item_img img {
    width: auto;
    height: 100%;
}

.advantages_item_info {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: space-between;
    padding: 30px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

.advantages_item_info img {
    width: 60px;
}

.advantages_list:first-child .advantages_item:nth-child(1),
.advantages_list:last-child .advantages_item:nth-child(2) {
    background-color: #7A3C1B;
}

.advantages_list:first-child .advantages_item:nth-child(2),
.advantages_list:last-child .advantages_item:nth-child(3) {
    background-color: #BCA793;
}

.advantages_list:first-child .advantages_item:nth-child(3),
.advantages_list:last-child .advantages_item:nth-child(1) {
    background-color: #9C6439;
}

/*КОРПОРАТИВНЫЕ ЦЕННОСТИ*/
.values_list {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
}

.values_item {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-height: 376px;
    height: 100%;
    background-color: #F9F9F9;
    max-width: 31%;
    min-width: 31%;
}

.value_title {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

.values_item ul li {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #1E1E1E;
    padding-left: 5px;
}

.values_item ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.values_item ul {
    padding-left: 20px;
}

.values_item ul li::marker {
    font-size: 8px;
    color: #1E1E1E;
    margin-top: -3px;
}

/*Карьера*/

.career_row_btn {
    justify-content: center;
    gap: 28px;
    margin-top: 50px;
    display: flex;
}

.career_row_btn .btn {
    width: 273px;
}

.btn_view_vacancies {
    background-color: #161616;
    color: #FFFFFF;
}

.career_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: space-between;
    gap: 50px
}

.career_item {
    min-width: 31%;
    max-width: 31%;
    position: relative;
}

.career_item img {
    width: 100%;
    height: auto;
}

.career_title {
    position: absolute;
    top: 50px;
    left: 50px;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 1.1px;
}

/*Не только работа*/
.company_other_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 60px
}

.company_other_info h2 {
    text-align: left;
    margin-bottom: 40px;
}

.company_other_desc {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
}

.company_other_desc p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.company_other_slider,
.company_other_slide,
.company_other_slider_content {
    max-width: 48.5vw;
    min-width: 940px;
}

.company_other_slide img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-track {
    transition: all ease-in-out 1s !important;
}

.company_other_slider_content {
    position: relative;
}

.company_other_arrows {
    position: absolute;
    width: fit-content;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px 30px;
}

.company_other_arrows.arrow_next {
    right: 0;
}

.company_other_arrows.arrow_prev {
    left: 0;
}

.company_other_arrows.arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.25);
}

.arrow.slick-disabled {
    opacity: .2;
}

.company_other_slider_content .slick-dots {
    bottom: 30px;
}

.company_other_slider_content .slick-dots li {
    width: 10%;
    height: 4px;
    margin: 0 8px;
    opacity: .5;
    transition: all linear .3s;
}

.company_other_slider_content .slick-dots li.slick-active, .company_other_slider_content .slick-dots li:hover {
    opacity: 1;
}

.company_other_slider_content .slick-dots li button {
    width: 100%;
    background-color: #FFFFFF;
    color: #FFFFFF;
    padding: 0;
    height: 4px;
}

/*Сотрудники*/

.staff {
    padding-bottom: 115px;
}

.staff_slider_content {
    margin-top: 50px;
    max-width: 1031px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.staff_slide {
    min-width: 1031px;
    max-width: 1031px;
    display: flex !important;
    justify-content: space-between;
    gap: 60px;
    position: relative;
    z-index: 3;
}

.staff_slider .slick-track {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.staff_qoute {
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 40px;
    background-color: #F9F9F9;
    min-width: 531px;
    max-width: 531px;
    letter-spacing: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.staff_qoute_author {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-left: auto;
    text-align: right;
}

.staff_slide_img {
    width: 400px;
}

.staff_slide_img img {
    width: 100%;
    height: auto;
}

.staff_navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    position: absolute;
    z-index: 2;
    bottom: 0px;
}

.staff_navigation .arrow {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.staff_num_slides {
    display: flex;
    flex-direction: row;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: -1px;
    gap: 3px;
}

.arrow {
    cursor: pointer;
}

/*Блок с формой*/
.form_block {
    background-color: #F9F9F9;
    padding-bottom: 115px;
}

.form_block_content p {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    margin-top: 50px;
}

.form_from_block {
    min-width: 960px;
    max-width: 960px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 50px;
    margin: 40px auto 0 auto;
    border: 1px solid #EDEDED;
    background-color: #FFFFFF;
    row-gap: 20px;
    column-gap: 40px;
    justify-content: space-between;
}

.input-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width: 259px;
    max-width: 259px;
    font-size: 16px;
    line-height: 24px;
    color: #8F8F8F;
    font-weight: 400;
}

.input-box.textarea {
    max-width: 100%;
    min-width: 100%;
}

.input_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

.form input[type='text'],
.form input[type='phone'],
.form input[type='email'],
.form textarea {
    width: 100%;
    background-color: #F9F9F9;
    height: 40px;
    border: 1px solid #EDEDED;
    display: flex;
    align-items: center;
    font-family: 'Apercu Pro';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1E1E1E;
    padding: 10px;
    border-radius: 0 !important;
}


input {
    border-radius: 0 !important;
}

.form textarea {
    height: 70px;
}

.form input[type='submit'] {
    width: 167px;
    height: 46px;
    background-color: #161616;
    color: #FFFFFF;
}

.form input[type='text']:focus, .form input[type='text']:hover,
.form input[type='phone']:focus, .form input[type='phone']:hover,
.form input[type='email']:focus, .form input[type='email']:hover,
.form textarea:focus, .form textarea:hover {
    border: .5px solid #161616;
    background-color: #FFFFFF;
}

.form input[type='text']::placeholder,
.form input[type='phone']::placeholder,
.form input[type='email']::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #8F8F8F;
    font-family: 'Apercu Pro';
}

.form-checkbox {
    margin-top: 10px;
}

.form p {
    min-width: 100%;
    width: 100%;
}

.form-checkbox {
    display: flex;
    flex-direction: row;
    gap: 45px;
    position: relative;
}

.form-checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 45px;
    margin-top: 10px;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 20px !important;
    max-height: 20px;
}

.custom-checkbox + label {
    display: inline-flex;
    align-items: start;
    user-select: none;
}

.custom-checkbox + label::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 15px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer;
    border: none;
    background-color: #AA8E5E;
    border-radius: 0;
    transition: all linear .3s;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 15px;
    position: absolute;
    padding: 2px;
    padding-top: 3px;
}

.custom-checkbox:checked + label::before {
    background: url(img/check.svg) center / auto no-repeat, #AA8E5E;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    height: 15px;
}

.form-checkbox label p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-left: 30px;
    font-family: 'Apercu Pro';
    color: #7F7F7F;
}

.form-checkbox label p a {
    border-bottom: 1px solid #7F7F7F;
    color: #7F7F7F;
    transition: all linear .3s;
}


.form-checkbox label p a:hover {
    border-bottom: 1px solid #1E1E1E;
    color: #1E1E1E;
}

.input_file {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.input_file_btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Apercu Pro';
    vertical-align: middle;
    color: #161616;
    line-height: 16px;
    height: 24px;
}

.input_file_text {
    padding: 0 20px;
    font-size: 16px;
    line-height: 16px;
    vertical-align: middle;
    height: 24px;
    display: inline-block;
}

.input_file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

.input_file svg {
    margin-right: 10px;
}

/*Footer*/

footer {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #F8F3F3;
}

.footer_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
}

.footer_menu {
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.footer_menu a {
    font-size: 16px;
    line-height: 20px;
    min-height: 21px;
    letter-spacing: .5px;
    font-weight: 400;
    text-transform: uppercase;
    width: fit-content;
}

.footer_social_links {
    display: flex;
    flex-direction: column;
    gap: 19px;
    margin-left: 5.5%;
    margin-right: auto;
}

.footer_social_links a {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: .5px;
    width: fit-content;
    min-height: 27px;
}

.news_subscription {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news_subscription h2 {
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: .5px;
}

.subscription_row {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/*Попапы*/

.popup, .overlay_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
}

.overlay_bg {
    display: block;
    height: 0;
    opacity: 0;
    z-index: 9;
    transition: opacity ease .6s;
}

.overlay_bg.active {
    height: 100vh;
    opacity: 1;
    transition: opacity ease .6s;
}

.popup.active {
    display: block;
}

.popup_form_content, .popup_successful_content {
    border: 1px solid #EDEDED;
    background-color: #FFFFFF;
    width: 458px;
    height: fit-content;
    padding: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
}

.popup_close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.form_popup {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.popup_form_title {
    margin-bottom: 30px;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}

.form_popup input[type='text'], .form_popup input[type='phone'], .form_popup input[type='email'] {
    height: 46px;
    font-size: 16px;
    line-height: 24px;
}

.form_popup input[type='submit'] {
    width: 100%;
    height: 44px;
    font-size: 16px;
    line-height: 16px;
}

.form_popup .form-checkbox {
    margin-top: 2px;
}

.form_popup .form-checkbox label p {
    margin-top: -5px;
}

.popup_successful_content {
    width: 400px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    text-align: center;
}

.popup_successful_img {
    width: 60px;
    height: 60px;
}

.popup_successful_title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}

.popup_successful_desc {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

/*Анимация, наведение*/
.btn, .header_nenu a, .footer_menu a, .footer_social_links a, .form input[type='submit'],
.btn_view_vacancies, .arrow {
    transition: all linear .3s;
}

.btn_view_vacancies:hover {
    width: 259px;
    margin-left: 4px;
}

.btn:hover {
    background-color: #161616;
    color: #FFFFFF;
}

.form input[type='submit']:hover {
    background-color: #FFFFFF;
    color: #161616;
}

/*.header_nenu a:hover , .footer_menu a:hover{
    font-size: 16.3px;
    line-height: 17px;
}*/

.header_nenu a:hover, .footer_menu a:hover, .footer_social_links a:hover {
    border-bottom: .3px solid #1E1E1E;
}

.arrow:hover:not(.slick-disabled) {
    background-color: #161616;
}

.staff_navigation .arrow:hover:not(.slick-disabled) svg path {
    fill: #FFFFFF;
}

.btn_to_top {
    position: fixed;
    right: 30px;
    bottom: 35px;
    z-index: 9;
    cursor: pointer;
    transition: all easy .5s;
    width: 50px;
    height: 50px;
}

.btn_to_top:hover {
    width: 55px;
    height: 55px;
    margin-right: -2.5px;
    margin-bottom: -2.5px;
    transition: all easy .5s;
}


/*Адаптив*/

@media screen and (max-width: 1750px) {

    .header_nenu {
        /*margin-left: calc(17vw - 215px);*/

        gap: 40px;
    }

}

@media screen and (max-width: 1600px) {
    .section, footer {
        padding-left: 60px;
        padding-right: 60px;
    }

    .header_top {
        padding-left: 40px;
        padding-right: 40px;
    }

    .header_nenu {
        /*margin-left: calc(17vw - 205px);*/
        gap: 25px;
    }

    .header_nenu a {
        letter-spacing: 0;
    }

    .advantages_list {
        min-width: 47.5%;
        max-width: 47.5%;
    }

    .advantages_item_img img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .values_item {
        max-width: 30%;
        min-width: 30%;
        height: auto;
    }

    .value_title {
        line-height: 28px;
    }

    .career_item {
        min-width: 30.5%;
        max-width: 30.5%;
    }

    .company_other_content {
        align-items: end;
    }
}

.header_main {
    display: none;
    max-width: 100vw;
}

@media screen and (max-width: 1400px) {
    .about_us_img {
        width: 57%;
    }

    .about_us_list {
        margin-right: 0;
        gap: 50px;
    }

    .advantages_list, .values_item {
        min-width: 48%;
        max-width: 48%;
    }

    .advantages_list, .advantages_row, .values_list, .career_list {
        gap: 40px;
    }

    .career_title {
        top: 40px;
        left: 40px;
    }

    .company_other_slider, .company_other_slide, .company_other_slider_content {
        max-width: 52vw;
        min-width: 52vw;
    }

    .header_nenu {
        display: none;
    }

    .menu_btn {
        display: flex;
    }

    .header_logo {
        margin-left: 30px;
    }

    .header_main {
        display: block;
        position: absolute;
        width: 100%;
        transition: all ease-in-out .7s;
        z-index: 10;
        background-color: #FFFFFF;
        transform: translateY(-150%);
    }

    .header_top {
        position: relative;
        z-index: 20;
    }

    .header_main.active {
        transform: translateY(0%);
        transition: all ease-in-out .7s;
    }

    .header_main .header_nenu {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .header_nenu {
        margin-left: 0;
        padding: 40px;
        padding-bottom: 50px;
        gap: 35px;
    }

}

@media screen and (max-width: 1250px) {
    .top_banner {
        background-position: 50% 20%;
    }

    .top_banner_info {
        padding: 30px;
        height: 200px;
        width: 200px;
    }

    h1 {
        font-size: 20px;
        line-height: 32px;
    }

    .about_us_row {
        flex-direction: column;
    }

    .about_us_img {
        width: 75%;
    }

    .about_us_list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 20px;
    }

    .about_us_item {
        width: 43%;
    }

    .staff_slider_content {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 1120px) {
    .about_us_item {
        width: 48%;
    }

    .about_us_list {
        justify-content: space-between;
    }

    .advantages_list {
        min-width: 100%;
        max-width: 100%;
    }

    .advantages_item_img img {
        width: 100%;
        height: auto;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .career_item {
        min-width: 55%;
        max-width: 55%;
    }

    .career_list {
        gap: 40px;
        flex-wrap: nowrap;
        overflow-x: scroll;
        width: 100%;
    }

    .company_other_content {
        flex-direction: column;
        gap: 40px;
    }

    .company_other_slider, .company_other_slide, .company_other_slider_content, .staff_slider_content, .staff_slide {
        max-width: calc(100vw - 120px);
        min-width: calc(100vw - 120px);
    }

    .about_us_img {
        width: 100%;
    }

    .staff_slide {
        gap: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .section, footer {
        padding-left: 40px;
        padding-right: 40px;
    }

    .values_list {
        gap: 30px;
    }

    .company_other_slider, .company_other_slide, .company_other_slider_content, .staff_slider_content, .staff_slide {
        max-width: calc(100vw - 80px);
        min-width: calc(100vw - 80px);
    }

    .staff_qoute {
        padding: 30px;
        max-width: 100%;
        min-width: 100%;
    }

    .staff_slide_info {
        min-width: 53%;
        max-width: 53%;
    }

    .staff_slide_img {
        width: 43%;
    }

    .form_from_block {
        min-width: 100%;
        max-width: 100%;
    }

    .input-box, .input-box.textarea {
        min-width: 47%;
        max-width: 47%;
    }

    .form_from_block {
        align-items: center;
    }


    .btn_to_top {
        right: 20px;
        bottom: 30px;
        width: 45px;
        height: 45px;
    }

    .btn_to_top:hover {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 900px) {
    .about_us_content p br {
        display: none;
    }

    .about_us_item {
        flex-direction: column;
        gap: 20px;
        align-items: start;
    }

    .news_subscription {
        max-width: 264px;
        gap: 40px;
        margin-left: 0;
    }

    .subscription_row {
        flex-direction: column;
    }

    .values_item {
        min-width: 47.5%;
        max-width: 47.5%;
    }

    .staff_slider_content {
        padding-bottom: 80px;
    }

    .input-box, .input-box.textarea {
        min-width: 46.5%;
        max-width: 46.5%;
    }

    .footer_content {
        justify-content: space-between;
    }

    .footer_social_links {
        margin-left: 0;
        margin-right: 0;
    }
}

h2.mob {
    display: none;
}

@media screen and (max-width: 768px) {
    .header_top, .header_nenu, .section, footer {
        padding-left: 24px;
        padding-right: 24px;
    }

    .header_btn {
        width: 267px;
    }

    .section {
        padding-top: 100px;
    }

    .form_block {
        padding-bottom: 95px;
    }

    footer {
        padding-bottom: 80px;
    }

    .header_top {
        position: fixed;
        top: 0;
        z-index: 50;
        transition: all ease-in-out .5s;
        padding-bottom: 18px;
        padding-top: 18px;
    }

    .header_top.out {
        transform: translateY(-100%);
    }

    .header_main {
        position: fixed;
        top: 90px;
    }

    .top_banner {
        min-height: 100vh;
    }

    .top_banner_info {
        padding: 40px;
        width: 260px;
        height: 260px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .top_banner_info h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .top_banner_content {
        padding-top: 170px;
        position: relative;
    }

    .about_us_content {
        gap: 30px;
    }

    .about_us_row {
        margin-top: 10px;
        gap: 40px;
    }

    .about_us_list, .career_list {
        gap: 30px;
    }

    .about_us_item {
        width: 45%;
    }

    .advantages_row, .values_list, .career_row_btn, .career_list, .staff_slider_content, .form_block_content p {
        margin-top: 40px;
    }

    .advantages_list, .values_list {
        gap: 20px;
    }

    .advantages_item_img img {
        min-height: 250px;
    }

    .values_item {
        padding: 30px;
        min-width: 48%;
        max-width: 48%;
    }

    .value_title {
        letter-spacing: .5px;
    }

    .career_item {
        min-width: 65%;
        max-width: 65%;
    }

    .career_title {
        top: 50px;
        left: 50px;
    }

    .company_other_slider, .company_other_slide, .company_other_slider_content, .staff_slider_content, .staff_slide {
        max-width: calc(100vw - 48px);
        min-width: calc(100vw - 48px);
    }

    .company_other_info h2, .company_other_icon {
        display: none;
    }

    h2.mob .company_other_icon {
        display: block;
    }

    h2.mob br {
        display: none;
    }

    h2.mob {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }

    .company_other_desc {
        margin-top: 0;
    }

    .staff {
        padding-bottom: 95px;
    }

    .form_from_block {
        padding: 40px;
        column-gap: 30px;
    }

    .input_row {
        margin-top: 0;
    }

    .input-box {
        gap: 10px;
    }

    .input-box, .input-box.textarea {
        min-width: 47%;
        max-width: 47%;
    }

    .staff_slide {
        align-items: end;
    }

    .news_subscription {
        gap: 30px;
    }

    .subscription_row {
        gap: 15px;
    }

    .footer_social_links a, .footer_menu a {
        letter-spacing: 0px;
    }

    .footer_content {
        gap: 30px;
    }

    .header_nenu {
        gap: 40px;
    }


    .btn_to_top {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .input-box, .input-box.textarea, .values_item {
        min-width: 100%;
        max-width: 100%;
    }

    .input_row {
        gap: 15px;
    }

    .advantages_item_img img {
        min-height: auto;
    }

    .advantages_item_img img {
        height: 100%;
        width: auto;
    }

    .about_us_item {
        width: 47%;
    }

    .values_item {
        min-height: auto;
    }

    .career_title {
        top: 30px;
        left: 30px;
    }

    .footer_content {
        gap: 50px;
        justify-content: start;
    }
}

.top_banner_img, .header_btn_mob, .header_main .header_btn, .company_other_navigation, .footer_social_links.mob {
    display: none;
}

@media screen and (max-width: 450px) {

    .header_top {
        align-items: start;
        padding-bottom: 17px;
    }

    .menu_btn {
        margin-top: 2px;
    }

    .header_main {
        top: 65px;
        min-height: calc(100vh - 65px);
        max-height: calc(100vh - 65px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 40px 20px;
        padding-bottom: 100px;
    }

    .header_logo {
        margin-left: 0;
        width: 118px;
    }

    .header_btn {
        display: none;
    }

    .header_nenu {
        padding: 0;
        gap: 35px;
    }

    .header_top {
        justify-content: space-between;
    }

    .header_main .header_btn {
        display: flex;
        margin-left: 0;
        width: 100%;
    }

    .top_banner {
        background-image: url(./img/top_banner_bg_mob.jpg);
        min-height: calc(100vh - 70px);
        max-height: calc(100vh - 70px);
        margin-top: 70px;
    }

    .top_banner_img, .header_btn_mob {
        display: block;
    }

    .top_banner_content {
        min-height: calc(100vh - 70px);
        padding-top: 40px;
    }

    .top_banner_info {
        z-index: 2;
        width: 200px;
        height: 200px;
        padding: 25px;
    }

    .top_banner_info h1 {
        font-size: 18px;
        line-height: 26px;
    }

    .header_top, .section, footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section {
        padding-top: 50px;
    }

    h2 {
        font-size: 24px;
        line-height: 30px;
    }

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

    .about_us_num {
        font-size: 48px;
        line-height: 60px;
    }

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

    .about_us_content {
        gap: 25px;
    }

    .about_us_row {
        margin-top: 0;
        gap: 25px;
    }

    .about_us_item {
        width: 100%;
        gap: 18px;
        flex-direction: row;
        align-items: center;
    }

    .about_us_list, .advantages_row {
        gap: 20px;
    }

    .advantages_item_img, .advantages_item {
        max-height: 130px;
        overflow: hidden;
    }

    .advantages_row, .values_list, .career_row_btn, .career_list, .staff_slider_content, .form_block_content p, .form_from_block {
        margin-top: 25px;
    }

    .advantages_item_info {
        padding: 15px;
    }

    .advantages_item_info img {
        width: 30px;
    }

    .advantages_item_info {
        gap: 15px;
        font-size: 14px;
        line-height: 18px;
    }

    .advantages_item_img img {
        width: 101%;
        height: auto;
        margin-left: -1%;
        min-height: 130px;
    }

    .value_title {
        font-size: 18px;
        line-height: 20px;
    }

    .values_item ul li {
        font-size: 16px;
        line-height: 24px;
    }

    .values_item {
        padding: 25px;
    }

    .values_item {
        gap: 15px;
    }

    .btn, .career_row_btn .btn {
        width: 100%;
    }

    .career_row_btn {
        flex-wrap: wrap;
        gap: 15px;
    }

    .career_list {
        overflow: hidden;
        flex-direction: column;
        gap: 20px;
    }

    .career_item {
        min-width: 100%;
        max-width: 100%;
    }

    .career_title {
        font-size: 18px;
        line-height: 20px;
        top: 25px;
        left: 25px;
    }

    h2.mob br {
        display: block;
    }

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

    .company_other_slider, .company_other_slide, .company_other_slider_content, .staff_slider_content, .staff_slide {
        max-width: calc(100vw - 40px);
        min-width: calc(100vw - 40px);
    }

    .company_other_slide {
        overflow: hidden;
    }

    .company_other_slide img {
        width: 170%;
        height: auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .company_other_arrows.arrow {
        display: none !important;
    }

    .company_other_navigation .company_other_arrows.arrow {
        display: flex !important;
    }

    .form_block_content p br, .footer_social_links {
        display: none;
    }

    .company_other_navigation, .footer_social_links.mob {
        display: flex !important;
    }

    .company_other_navigation .company_other_arrows.arrow {
        position: static;
        margin: 0;
    }

    .arrow {
        width: 48px !important;
        height: 48px !important;
        transform: translateY(0%) !important;
    }

    .arrow svg {
        width: 35px !important;
    }

    .arrow svg path {
        fill: #1E1E1E;
    }

    .arrow:hover:not(.slick-disabled) svg path {
        fill: #FFFFFF;
    }

    .company_other_navigation {
        margin-left: auto;
        margin-right: auto;
        gap: 20px;
        align-items: center;
    }

    .company_other_num_slides {
        display: flex;
        flex-direction: row;
        gap: 3px;
        font-size: 18px;
        line-height: 20px;
        font-weight: 600;
    }

    h2.mob {
        gap: 25px;
        margin-bottom: 25px;
    }

    .company_other_content {
        gap: 25px;
    }

    .company_other_navigation {
        margin-top: -10px;
    }

    .staff_num_slides {
        line-height: 20px;
    }

    .staff_qoute_img {
        width: 65px;
    }

    .staff_qoute {
        padding: 20px;
        font-size: 16px;
        line-height: 24px;
        margin: 20px 0;
    }

    .staff_qoute_author {
        font-size: 18px;
        line-height: 26px;
    }

    .staff_slide {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .staff_slide_info, .staff_slide_img {
        min-width: 100%;
        max-width: 100%;
    }

    .staff_navigation {
        position: static;
        justify-content: center;
        margin-top: 25px;
    }

    .staff_slider_content {
        padding-bottom: 0;
    }

    .staff {
        padding-bottom: 45px;
    }

    .form_from_block {
        padding: 25px;
        gap: 15px;
    }

    .form input[type='submit'] {
        width: 100%;
    }

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

    .form-checkbox label p {
        margin-top: -3px;
    }

    .input_row {
        margin-top: 5px;
        gap: 20px;
    }

    .form_from_block .form-checkbox {
        margin-top: 5px;
    }

    .input_file_text {
        padding: 0;
        margin-top: 15px;
        font-size: 14px;
    }

    .form_block {
        padding-bottom: 50px;
    }

    .footer_social_links {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 35px;
        width: 100%;
    }

    .footer_social_links div {
        flex-direction: column;
        display: flex;
        gap: 20px;
    }

    .footer_social_links div:first-child {
        width: 50%;
    }

    .footer_menu {
        gap: 20px;
    }

    .news_subscription {
        gap: 20px;
    }

    .news_subscription {
        max-width: 100%;
    }

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

    .popup_form_content, .popup_successful_content {
        max-width: 90vw;
        padding: 25px;
    }

    .popup_successful_content {
        padding: 50px 40px;
    }

    footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .popup_form_title {
        font-size: 18px;
        line-height: 26px;
        width: 90%;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        justify-content: center;
    }

    .popup_close {
        top: 15px;
        right: 15px;
    }

    .form_popup input[type='text'], .form_popup input[type='phone'], .form_popup input[type='email'] {
        height: 44px;
    }

    .form_popup {
        gap: 15px;
    }

    .form_popup .form-checkbox, .form_popup input[type='submit'] {
        margin-top: 5px;
    }

    .popup_form_content, .popup_successful_content {
        top: 40%;
        transform: translate(-50%, -40%);
    }

    .slick-track {
        transition: all ease-in-out .6s !important;
    }

    .career_row_btn noindex {
        width: 100%;
    }

    .btn_view_vacancies:hover {
        margin-left: 0;
    }

}

.grecaptcha-badge {
    display: none !important;
}

input.error + label:before,
input.error {
    border: 1px solid red !important;
}

.error-message.active {
    display: block;
    position: absolute;
    color: red;
    font-size: 11px;
    line-height: 10px;
    bottom: -14px;
    left: 0;
}

.input-wrap {
    position: relative;
}

.b-captcha.input_row {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 0;
}

.b-captcha_row {
    display: flex;
    overflow: hidden;
}

.b-captcha_row .b-captcha__input {
    width: 210px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 210px;
}

.b-captcha__img {
    margin-left: 20px;
}

.b-captcha_subscribe {
    margin-top: 10px;
}

.b-captcha_subscribe .b-captcha__img {
    margin-left: 0;
    margin-top: 15px;
}

.b-captcha_row .b-captcha__img {
    margin-left: 50px;
}

.form-submit {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    width: 100%;
}

.form-submit .btn {
    width: 100% !important;
    max-width: 367px;
    height: 40px !important;
}

.form-answer-error {
    text-align: center;
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
}

.form-submit.form-submit_subscribe {
    margin-top: 20px;
}

.form-submit.form-submit_subscribe .btn {
    max-width: 264px;
}

.form-submit .btn {
    color: #FFFFFF;
    background-color: #161616;
    transition: all linear .3s;
    text-align: center;
    cursor: pointer;
}

.form-submit .btn:hover {
    background-color: #FFFFFF;
    color: #161616;
    transition: all linear .3s;
}

.submit-hidden {
    opacity: 0;
    width: 1px;
    height: 1px;
    display: block;
    position: absolute;
}

.form_subscription .form-checkbox {
    margin-top: 0 !important;
}

@media screen and (max-width: 700px), (max-width: 850px) and (max-height: 500px) {
    .b-captcha__img {
        margin-left: 0;
        margin-top: -10px;
    }

    .popup_form_content .b-captcha_row {
        flex-direction: column;
    }

    .popup_form_content .b-captcha_row .b-captcha__input {
        width: 100%;
        flex-basis: 100%;
    }

    .popup_form_content .b-captcha_row .b-captcha__img {
        margin-left: 0;
        margin-top: 10px;
    }
}
