@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: #ffffff;
}
.breadcrumbs {
    display: none;
}
section.section-manufacturing {
    display: none;
}
/* .wespe-section {
    width: calc(100% - 30px);
} */
/* HERO */
.vacancies-hero_section {
    background-color: #FFFFFF;
}
.hero {
    display: flex;
    text-align: center;
    height: auto;
    min-height: 623px;
    position: relative;
    margin-top: 60px;
}
.hero h1 {
    font-size: 46px;
    line-height: 1.2;
    font-weight: 700;
    text-align: left;
    color: #3C3C3B;
    margin-top: 100px;
    margin-left: 30px;
}

.hero .hero-logo {
    width: 233px;
    margin-bottom: 70px;
}

/* Стили для заголовков и кнопок */
.vacancy-title {
    font-size: 24px;
    color: #333; /* Цвет заголовков вакансий */
}
body > main > div.vacancy-detail > section.wespe-section.hero > div > div:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 50px;
    padding-right: 25px;
}
.wespe-section .wespe-container.container {
    display: flex;
    background-color: #F5F5F5;
    width: 1180px;
    padding: 0;
    border-radius: 20px;
}
.wespe-section .wespe-container.container .wespe-column{
    width: 50%;
    position: relative;
}
.wespe-section.hero .wespe-container.container .wespe-column .short-description ul li {
    font-size: 20px;
    font-weight: 700;
    margin-left: 30px;
    text-align: left;
}
.wespe-section.hero .wespe-container.container .wespe-column .salary-block {
    display: flex;
    align-items: center;
    margin-left: 30px;
    justify-content: space-between;
}
.wespe-section.hero .wespe-container.container .wespe-column .salary-block p {
    text-align: left;
    max-width: 323px;
    font-size: 50px;
    line-height: 45px;
    font-weight: 700;
    margin: 0;
}
.wespe-section.hero .wespe-container.container .wespe-column .apply-button {
    background-color: #EC612B; 
    color: white; 
    text-decoration: none; 
    transition: background-color 0.3s; 
    width: 244px;
    height: 60px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
.wespe-section.hero .wespe-container.container .wespe-column .apply-button:hover {
    background-color: #c24f22; 
}
.wespe-section .wespe-container.container .city p{
    background-color: #212F3D;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    font-size: 20px;
    text-transform: uppercase;
    position: absolute;
    top: -15px;
    left: 45px;
    color: #fff;
    border-radius: 15px;
    min-width: 240px;
    min-height: 60px;
}
.wespe-section .wespe-container.container .wespe-column .vacancy-image img{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.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;
}
.wespe-section.description_section .wespe-container::before {
    content: url('https://okna-stolicy.ru/local/templates/okna-stolicy/images/vacancies/logo-02.svg');
    position: absolute;
    top: -50px;
    left: 45px;
}
.wespe-section.description_section .wespe-container {
    background-color: #F5F5F5;
    border-radius: 20px;
    flex-direction: column;
    padding: 80px 50px 50px;
    position: relative;
    margin-top: 150px;
}
.wespe-section .wespe-container h2{
    font-size: 36px;
    font-weight: 700;
    color: #3C3C3B;
}
.wespe-section .wespe-container p{
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}
.wespe-section .wespe-container ul li{
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 10px;
    margin-left: 30px;
}
.wespe-section.offer_section .wespe-container::before {
    content: url('https://okna-stolicy.ru/local/templates/okna-stolicy/images/vacancies/logo-02.svg');
    position: absolute;
    top: -50px;
    left: 45px;
}
.wespe-section.offer_section .wespe-container {
    background-color: #F5F5F5;
    border-radius: 20px;
    flex-direction: column;
    padding: 80px 50px 50px;
    position: relative;
    margin-top: 100px;
}
.wespe-section.offer_section .wespe-container h2{
    font-size: 36px;
    font-weight: 700;
    color: #3C3C3B;
}
.wespe-section.offer_section .wespe-container p{
    font-size: 22px;
    font-weight: 400;
    color: #000000;
}
.wespe-section.requirements_section .wespe-container::before {
    content: url('https://okna-stolicy.ru/local/templates/okna-stolicy/images/vacancies/logo-02.svg');
    position: absolute;
    top: -50px;
    left: 45px;
}
body > main > div.vacancy-detail > section.wespe-section.requirements_section > div {
    background-color: #F5F5F5;
    border-radius: 20px;
    padding: 80px 50px 50px;
    position: relative;
    margin-top: 100px;
    gap: 30px;
}
body > main > div.vacancy-detail > section.wespe-section.requirements_section > div ul li{
    list-style: disc;
}
body > main > div.vacancy-detail > section.wespe-section.offer_section > div ul li{
    list-style: disc;
}
.wespe-section.requirements_section .wespe-container h2{
    font-size: 36px;
    font-weight: 700;
    color: #3C3C3B;
}
.wespe-section.requirements_section .wespe-container {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}
.short-description {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    margin-left: 30px;
}
body main section.wespe-section.competencies_section div div div div:nth-child(1) div {
    font-weight: 700;
}
.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: 55px;
    text-transform: uppercase;
    color: #ea5f27;
    font-weight: 700;
    text-align: left;
    max-width: 874px;
    line-height: 1.4;
    border-bottom: 10px solid #ea5f27;
    padding-bottom: 20px;
}
.testimonial-slider {
    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: 60px;
    font-weight: 700;
    color: #000000;
}

.testimonial-position {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    max-width: 434px;
    margin-bottom: 5px;
}

.testimonial-text {
    font-size: 21px;
    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-details {
    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;
}
#popup-details > div > p:nth-child(2){
    font-size: 20px;
    font-weight: 700;
}
#popup-details textarea {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}
#resume {
    border: none;
    padding: 0;
}
#feedback-form > label:nth-child(5) {
    text-align: left;
}
#popup-details 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-details a {
    color: #ea5f27;
}
.vacancy-filter {
    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;
}
.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;
}

.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;
} */

.mob {
    display: none;
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 767px) {
    .mob {
        display: block;
    }
    .web {
        display: none;
    }
    .wespe-section.hero .wespe-container.container {
        display: flex;
        flex-direction: column-reverse;
        width: calc(100% - 30px);
        margin: auto 15px;
        padding: 20px;
    }
    .wespe-section .wespe-container.container {
        flex-direction: column;
        width: calc(100% - 30px);
        margin: auto 15px;
        padding: 60px 20px 20px;
    }
    .wespe-section .wespe-container.container .wespe-column {
        width: 100%;
    }
    .wespe-section .wespe-container.container .wespe-column .vacancy-image {
        text-align: left;
    }
    .wespe-section .wespe-container.container .wespe-column .vacancy-image img {
        border-radius: 10px;
        max-width: 211px;
        width: 40%;
    }
    .wespe-section .wespe-container.container .city p {
        padding: 5px 15px;
        font-size: 12px;
        text-transform: uppercase;
        position: absolute;
        top: -130px;
        left: auto;
        right: 0;
        border-radius: 10px;
        min-width: 120px;
        min-height: 30px;
    }
    .hero h1 {
        font-size: 24px;
        line-height: 1.2;
        font-weight: 700;
        text-align: left;
        color: #3C3C3B;
        margin-top: 30px;
        margin-left: 0;
    }
    .short-description {
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        margin-left: 0;
    }
    body > main > div.vacancy-detail > section.wespe-section.hero > div > div:nth-child(1) {
        padding-bottom: 0;
        padding-right: 0;
    }
    .wespe-section.hero .wespe-container.container .wespe-column .short-description ul li {
        font-size: 14px;
        font-weight: 400;
        margin-left: 0;
        text-align: left;
        margin-bottom: 5px;
    }
    .wespe-section.hero .wespe-container.container .wespe-column .salary-block {
        display: flex;
        align-items: flex-start;
        margin-left: 0;
        justify-content: space-between;
        flex-direction: column;
    }
    .wespe-section.hero .wespe-container.container .wespe-column .salary-block {
        gap: 20px;
    }
    .wespe-section.hero .wespe-container.container .wespe-column .apply-button {
        background-color: #EC612B;
        color: white;
        text-decoration: none;
        transition: background-color 0.3s;
        width: 100%;
        height: auto;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        font-size: 18px;
        font-weight: 400;
        text-align: left;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        padding: 5px;
    }
    .wespe-section.hero .wespe-container.container .wespe-column .salary-block p {
        text-align: left;
        max-width: 100%;
        font-size: 24px;
        line-height: 24px;
        margin: 20px 0;
        width: 100%;
        display: flex;
        gap: 8px;
    }
    .wespe-section.description_section .wespe-container {
        background-color: #F5F5F5;
        border-radius: 20px;
        flex-direction: column;
        padding-top: 90px;
        position: relative;
        margin-top: 50px;
    }
    .wespe-section.offer_section {
        margin-top: 90px;
    }
    .wespe-section.description_section .wespe-container::before {
        top: -50px;
        left: 20px;
    }
    .wespe-section .wespe-container h2 {
        font-size: 20px;
        font-weight: 700;
        color: #3C3C3B;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .wespe-section .wespe-container p {
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        line-height: 28px;
    }
    body > main > div.vacancy-detail > section.wespe-section ul li {
        list-style: disc;
        font-size: 16px;
    }
    body > main > div.vacancy-detail > section.wespe-section.requirements_section > div {
        background-color: #F5F5F5;
        border-radius: 20px;
        padding: 60px 20px 20px;
        position: relative;
        margin-top: 100px;
        gap: 30px;
    }
    body > main > div.vacancy-detail > section.wespe-section.competencies_section {
        display: none;
    }
    .popup-content {
        background: #fff;
        padding: 20px;
        border-radius: 5px;
        position: relative;
        width: 90%;
    
}