@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body {
    font-family: "Open Sans", sans-serif;
    background-color: #F0F0F0;
}
.breadcrumbs {
    display: none;
}
section.section-manufacturing {
    display: none;
}
/* .wespe-section {
    width: calc(100% - 30px);
} */
/* HERO */
.vacancies-hero_section {
    background-color: #FFFFFF;
}
.hero {
    display: flex;
    flex-direction: column;
    color: #3C3C3B;
    text-align: center;
    height: auto;
    background-size: cover;
    background-position: center;
    background-image: url('https://okna-stolicy.ru/local/templates/okna-stolicy/images/vacancies/hero_bg.png');
    min-height: 722px;
    padding: 100px 60px;
    position: relative;
}
.hero h1 {
    font-size: 46px;
    line-height: 1.2;
    font-weight: 700;
    text-align: left;
    max-width: 420px;
    color: #3C3C3B;
}

.hero .hero-logo {
    width: 233px;
    margin-bottom: 70px;
}

/* Стили для заголовков и кнопок */
.vacancy-title {
    font-size: 24px;
    color: #333; /* Цвет заголовков вакансий */
}

.hero .apply-button {
    display: inline-block;
    margin-top: 10px;
    padding-left: 26px;
    background-color: #EC612B; 
    color: white; 
    text-decoration: none; 
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px; 
    position: absolute;
    right: 80px;
    top: 500px;
    transition: background-color 0.3s; 
    width: 262px;
    min-height: 111px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}
.hero .apply-button:hover {
    background-color: #c24f22; 
}

/* competencies */
.wespe-section.competencies_section {
    padding-top: 50px;
}
.wespe-container.container {
}
.content {
}
.competencies-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: min(10px, 5vw);
}
.competencies-item {
    width: 252px;
    height: 224px;
    background-color:#FFFFFF;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    position: relative;
}
.competencies-item::before {
    content: url('https://okna-stolicy.ru/local/templates/okna-stolicy/images/vacancies/logo-02.svg');
    position: absolute;
    top: -30%;
    left: 0;
}
.wespe-section.competencies_section .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 19px;
    font-weight: 400;
}
.wespe-section.competencies_section .text::before {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.wespe-section.competencies_section .text.lieder::before {
    content: url('https://okna-stolicy.ru/local/templates/okna-stolicy/images/vacancies/ico-01.svg');

}
.wespe-section.competencies_section .text.carier::before {
    content: url('https://okna-stolicy.ru/local/templates/okna-stolicy/images/vacancies/ico-02.svg');

}
.wespe-section.competencies_section .text.office::before {
    content: url('https://okna-stolicy.ru/local/templates/okna-stolicy/images/vacancies/ico-03.svg');

}
.wespe-section.competencies_section .text.experience::before {
    content: url('https://okna-stolicy.ru/local/templates/okna-stolicy/images/vacancies/ico-04.svg');

}
/* ABOUT */
.about_heading {
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 55px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #ea5f27;
    font-weight: 700;
    text-align: center;

}
.about_text {
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    max-width: 1100px;
}
/* REVIEWS */
.review_heading-block {
    display: flex;
    width: 100%;
    gap: 70px;
    justify-content: center;
    align-items: center;
}
.review_heading-block img{
    width: 90px;
}
.review_heading-block .heading{
    font-size: 48px;
    text-transform: uppercase;
    color: #ea5f27;
    font-weight: 700;
    text-align: left;
    max-width: 874px;
    line-height: 1.4;
    border-bottom: 7px solid #ea5f27;
    padding-bottom: 20px;
}
.testimonial-slider-web, .testimonial-slider-mob {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    margin: 75px auto;
    position: relative;
}

.testimonial-slide {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    gap: 70px;
}

.testimonial-image {
    flex: 0 0 300px;
}

.testimonial-image img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.testimonial-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-name {
    font-size: 50px;
    font-weight: 700;
    color: #000000;
}

.testimonial-position {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    color: #000000;
    max-width: 634px;
    margin-bottom: 5px;
    margin-top: -10px;
}

.testimonial-text {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1.4;
}

#review_section .swiper-button-next,
#review_section  .swiper-button-prev {
    background-color: #ea5f27; 
    width: 50px; 
    height: 50px; 
    border-radius: 5px; 
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff; 
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

#review_section .swiper-button-next::after,
#review_section .swiper-button-prev::after {
    font-size: 20px; 
    color: #fff; 
}

#review_section .swiper-button-next {
    right: -70px; 
}

#review_section .swiper-button-prev {
    left: -70px; 
}

#review_section .swiper-button-next:hover,
#review_section .swiper-button-prev:hover {
    background-color: #d94f1f; 
}
.video-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0; 
}

video {
    max-width: 100%;
    height: auto; 
    border-radius: 20px;
}

/* Стили для попапа */
.popup {
    display: none; /* Скрываем попап по умолчанию */
    position: fixed; /* Фиксированное позиционирование */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Полупрозрачный фон */
    z-index: 1000; /* Поверх остальных элементов */
    align-items: center; /* Центрирование по вертикали */
    justify-content: center; /* Центрирование по горизонтали */
}

.popup-content {
    background: white; /* Цвет фона попапа */
    padding: 20px;
    border-radius: 8px; /* Скругленные углы */
    max-width: 500px; /* Максимальная ширина попапа */
    width: 90%; /* Ширина попапа */
}

.close-button {
    cursor: pointer; /* Указатель при наведении на кнопку закрытия */
    float: right; /* Плавающее расположение для кнопки закрытия */
    font-size: 24px; /* Размер шрифта для кнопки закрытия */
}

/* Стили для формы */
form {
    display: flex;
    flex-direction: column; /* Вертикальное расположение полей формы */
}

label {
    margin-bottom: 5px; /* Отступ под метками */
    font-weight: bold; /* Полужирный шрифт */
}

input[type="text"],
input[type="email"],
input[type="file"] {
    padding: 10px; /* Отступы внутри полей ввода */
    margin-bottom: 15px; /* Отступы между полями */
    border: 1px solid #ccc; /* Рамка поля */
    border-radius: 5px; /* Скругленные углы */
    font-size: 16px;
}
.vacancy-filter .filter-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    max-width: 916px;
    padding: 6px 12px;
    border-radius: 15px;
    margin: auto;
    background-color: #ea5f27;
    gap: 10px;
    margin-bottom: 30px;
    width: 80%;
    /* display: none; */
}
.vacancy-filter .filter-field {
    position: relative;
}
.vacancy-filter .filter-field .filter-field_name{
    position: absolute;
    left: 35px;
    top: 3px;
    color: #A1A7AF;
}
.vacancy-filter select{
    min-height: 60px;
    border-radius: 15px;
    padding: 15px 25px 5px 30px;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
}
.wespe-section .vacancies-list .wespe_news-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.wespe-section .vacancies-list .wespe_news-list .vacancy-item {
    background-color:#FFFFFF;
    box-shadow: 4px 4px 10px #00000023;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}
.wespe-section .vacancies-list .wespe_news-list .vacancy-item .vacancy_top-block{
    position: relative;
}
.wespe-section .vacancies-list .wespe_news-list .vacancy-item .vacancy_top-block .vacancy-image img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.wespe-section .vacancies-list .wespe_news-list .vacancy-item .vacancy_top-block .vacancy-title{
    position: absolute;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #ea5f27;
    border-radius: 15px;
    bottom: 7%;
    right: 10%;
    max-width: 80%;
    min-width: 300px;
    min-height: 85px;
    display: flex;
    align-items: center;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.wespe-section .vacancies-list .wespe_news-list .vacancy-item .vacancy_top-block .vacancy-salary{
    position: absolute;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #212F3D;
    border-radius: 10px;
    bottom: calc(7% - 15px);
    right: 5%;
    min-width: 238px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.wespe-section .vacancies-list .wespe_news-list .vacancy-item .vacancy_top-block .vacancy-salary span{
    font-weight: 300;
}
.wespe-section .vacancies-list .wespe_news-list .vacancy-item>.vacancy-info{
    font-size: 18px;
    line-height: 1.4;
    padding: 20px 30px 15px;
    text-align: left;
    font-weight: 300;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.vacancy-description ul li {
    margin-top: 10px;
    list-style: disc;
}
.wespe-section .vacancies-list .wespe_news-list .vacancy-item .vacancy-info .vacancy-buttons{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.wespe-section .vacancies-list .wespe_news-list .vacancy-item .vacancy-info .vacancy-buttons button.apply-button{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ea5f27;
    min-height: 37px;
    color: #FFFFFF;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;    
    transition: background-color 0.3s; 
}
.wespe-section .vacancies-list .wespe_news-list .vacancy-item .vacancy-info .vacancy-buttons a{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ea5f27;
    min-height: 37px;
    color: #FFFFFF;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;    
    transition: background-color 0.3s; 
}
.wespe-section .vacancies-list .wespe_news-list .vacancy-item .vacancy-info .vacancy-buttons button.apply-button:hover{
    background-color: #d94f1f;    
    transition: background-color 0.3s; 
}
.wespe-section .vacancies-list .wespe_news-list .vacancy-item .vacancy-info .vacancy-buttons a:hover{
    background-color: #d94f1f;    
    transition: background-color 0.3s; 
}
.slider-content {
    position: relative;
}
.load-more-container {
    display: flex;
    justify-content: flex-end;
    padding-top: 50px;
    padding-right: 25px;
}
.load-more-container button.load-more{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #ea5f27;
    color:#fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 370px;
    min-height: 85px;
    padding: 20px 35px;
    text-align: left;
    border-radius: 15px;
}
.vacancy-image img {
    width: 100%;
}
#popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1111;
}

.popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    width: 50%;
    text-align: center;
}

#closePopup {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #000;
}

button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}
.name-block {
    display: flex;
    gap: 20px;
    width: 100%;
}
.first-name{
    width: 50%;
}
.second-name{
    width: 50%;
}
.first-name>label{
    display: none;
}
.second-name>label{
    display: none;
}
.contacts-block {
    display: flex;
    gap: 20px;
}
.name-block input{
    width: 100%;
}
.contacts-block input{
    width: 100%;
}
.email {
    width: 50%;
}
.phone {
    width: 50%;
}
.email>label{
    display: none;
}
.phone>label{
    display: none;
}
#popup textarea {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}
#popup input[type="submit"] {
    background-color: #ea5f27;
    min-height: 37px;
    color: #FFFFFF;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: background-color 0.3s;
}
#popup input[type="submit"]:hover {
    background-color: #be4e21;
    transition: background-color 0.3s;
}
#popup > div > p:nth-child(2) {
    font-size: 20px;
    font-weight: 700;
}
#popup a {
    color: #ea5f27;
}
/* Страница вакансии */
.breadcrumbs {
    display: none;
}
/* .wespe-container {
    background-color: #F5F5F5;
    padding: 80px 50px 60px;
    border-radius: 20px;
    position: relative;
}
.wespe-container::before {
    content: url('/local/templates/okna-stolicy/images/vacancies/logo-02.svg');
    position: absolute;
    top: -30%;
    left: 45px;
} */

/* УМНЫЙ ФИЛЬТР */
.wespe-section .bx-filter.bx-blue .bx-filter-section {
    background: #ea5f27;
}
.wespe-section .bx-filter .bx-filter-title {
    display: none;
}
body > main > section.wespe-section.vacancies-list_section > div > div.smart-filter > div > div > form > div:nth-child(1) {
    display: flex;
}
.mob {
    display: none;
}
@media screen and (max-width: 900px) {
    .hero {
        min-height: 700px;
        padding: 70px 20px;
        position: relative;
        background-image: url(/local/templates/okna-stolicy/images/vacancies/hero_bg_mob.png);
    }
    .hero h1 {
        font-size: 24px;
    }
    .hero .apply-button {
        padding: 10px;
        border-radius: 15px;
        width: 70%;
        min-height: auto;
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        justify-content: center;
        margin-right: -50px;
        margin-left: auto;
    }
    .hero .apply-button {
        top: 540px;
    }
    .competencies-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: space-between;
        align-items: center;
        gap: 90px 20px;
    }
    .competencies-item::before {
        scale: 0.8;
    }
    .competencies-item {
        width: 100%;
        min-height: 224px;
    }
    .wespe-section.vacancies-hero_section .container {
        padding-left: 0;
        padding-right: 0;
    }
    #review_section {
        background-color: #FFFFFF;
        padding-top: 80px;
    }
    .review_heading-block {
        gap: 30px;
        border-bottom: 5px solid #ea5f27;
        padding-bottom: 10px;
    }
    .review_heading-block .heading {
        font-size: 34px;
        max-width: 100%;
        border-bottom: none;
        padding-bottom: 0;
    }
    .swiper-slide {
        background-color: #F0F0F0;
        padding: 43px;
        border-radius: 20px;
    }
    .testimonial-slide {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    .testimonial-image {
        flex: 0 0 150px;
    }
    .testimonial-image img {
        max-width: 150px;
        height: auto;
    }
    .video-slide {
        padding: 0;
    }
    .about_heading {
        justify-content: flex-start;
        text-align: left;
    }
    .about_text {
        font-size: 32px;
        text-align: left;
        max-width: 100%;
    }
    .wespe-section .vacancies-list .wespe_news-list {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 767px) {
    .mob {
        display: block;
    }
    .web {
        display: none;
    }
    .wespe-section.vacancies-hero_section .container {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .hero .apply-button {
        top: 530px;
    }
    .competencies-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 90px 20px;
    }
    .competencies-item::before {
        scale: 0.7;
    }
    .hero .apply-button {
        font-size: 18px;
    }
    .wespe-section .vacancies-list>.news-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .about_text {
        font-size: 22px;
        text-align: left;
        max-width: 100%;
    }
    .filter-field {
        width: 10   0%;
    }
    .popup-content {
        background: #fff;
        padding: 20px;
        border-radius: 5px;
        position: relative;
        width: 90%;
    }
    .review_heading-block .heading {
        font-size: 24px;
        max-width: 100%;
        border-bottom: none;
        padding-bottom: 0;
    }
    .testimonial-name {
        font-size: 32px;
        line-height: 1.4;
        font-weight: 700;
        color: #000000;
        margin-bottom: 20px;
    }
    .testimonial-position {
        font-size: 20px;
        font-weight: 700;
        color: #000000;
        max-width: 100%;
        margin-bottom: 5px;
    }
    .testimonial-text {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 0;
        line-height: 1.4;
    }
    .vacancy-filter .filter-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        justify-content: space-between;
        min-height: 72px;
        max-width: 100%;
        padding: 6px 0;
        border-radius: 15px;
        margin: auto;
        background-color: #ea5f27;
        gap: 10px;
        margin-bottom: 0;
        width: 100%;
        /* display: none; */
    }
}
@media screen and (max-width: 550px) {
    .competencies-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: space-between;
        align-items: center;
        gap: 90px 20px;
    }
    .competencies-item::before {
        scale: 0.7;
    }
    .vacancy-filter {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 62px;
        max-width: 500px;
        width: 100%;
        padding: 6px 12px;
        border-radius: 15px;
        margin: 0 auto 30px;
        background-color: #ea5f27;
        gap: 10px;
    }
    .vacancy-filter select{
        min-height: 50px;
        border-radius: 15px;
        padding: 12px 10px 0;
        font-size: 12px;
        font-weight: 700;
    }
    .wespe-section .vacancies-list>.news-list {
        display: grid;
        grid-template-columns: 1fr;
    }
    .wespe-section .vacancies-list .wespe_news-list {
        grid-template-columns: 1fr;
    }
    #review_section .swiper-button-prev {
        left: 0;
        display: none;
    }
    #review_section .swiper-button-next {
        right: 0;
        display: none;        
    }
    .vacancy-filter .filter-field .filter-field_name {
        left: 13px;
        font-size: 12px;
    }
}
#feedback-form > label:nth-child(5) {
    text-align: left;
}
#resume {
    border: none;
    padding: 0;
}
.wespe-container .bx-filter {
    max-width: 80%;
    margin: auto;
}
.wespe-container .bx-filter .bx-filter-section > .row{
    display: none;
}
.wespe-container .bx-filter .bx-filter-section form > .row{
    display: flex;
    align-items: center;
}
.wespe-container .bx-filter .bx-filter-section form > .row .bx-filter-parameters-box-title{
    position: relative;
    padding-bottom: 0;
}
.wespe-container .bx-filter .bx-filter-section form > .row .bx-filter-parameters-box-title .bx-filter-parameters-box-hint{
    position: absolute;
    z-index: 100;
    top: 3px;
    left: 30px;
    color: #A1A7AF;
    display: none;
}
.wespe-container .bx-filter .bx-filter-section form > .row .bx-filter-select-container{
    height: 60px;
    display: flex;
    align-items: center;
    border-radius: 15px;
}
.wespe-container .bx-filter .bx-filter-section form > .row .bx-filter-select-container .bx-filter-select-block{
    height: 60px;
    display: flex;
    align-items: center;
    border-radius: 15px;
}
.wespe-container .bx-filter .bx-filter-section form > .row .bx-filter-select-block{
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 30px;
}
.wespe-container .bx-filter .bx-filter-section form > .row .bx-filter-select-block .bx-filter-select-text{
    font-size: 20px;
    font-weight: 400;
    color: #111;
}
.bx-filter-button-box {
    display: none;
}
.wespe-container .bx-filter .row .bx-filter-parameters-box-container {
    padding-bottom: 0;
}
.wespe-container .bx-filter .bx-filter-section {
    padding: 6px 12px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.wespe-container .bx-filter .bx-filter-select-arrow {
    top: 15px;
}
body > main > section.wespe-section.vacancies-list_section > div > div.bx-filter.bx-blue > div > form > div:nth-child(1) > div:nth-child(1) > div.bx-filter-block > div.row.bx-filter-parameters-box-container > div > div > div::before {
    content: 'Город';
    position: absolute;
    z-index: 100;
    top: 3px;
    left: 30px;
    color: #A1A7AF;
    font-size: 14px;

}
body > main > section.wespe-section.vacancies-list_section > div > div.bx-filter.bx-blue > div > form > div:nth-child(1) > div:nth-child(2) > div.bx-filter-block > div.row.bx-filter-parameters-box-container > div > div > div::before  {
    content: 'Тип вакансии';
    position: absolute;
    z-index: 100;
    top: 3px;
    left: 30px;
    color: #A1A7AF;
    font-size: 14px;
}
.found-vacancies {
    display: flex;
    justify-content: center;
    align-items: center;
}
.found-vacancies p {
    font-size: 20px;
}