.banner-header{
    width: 100%;
    position: relative;
    padding: 130px 0 60px;
    background:transparent;
}
.banner-header::after{
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(37, 37, 37, 0.9) 0%, rgba(72, 79, 73, 0.3) 85.89%);
}
.banner-image{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: bottom;
    z-index: 1;
}

.banner-header .container{
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:flex-end;
}
h1{
    font-weight: 800;
    font-size: 52px;
    line-height: 120%;    
    color: #fff;
}
.banner-content{
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    max-width: 630px;
}
.banner-prev-contet{
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}
.vacancy .container{
    border-radius: 20px;
padding: 30px 20px;
background: #fff;
display: flex;
flex-direction: row;
justify-content: space-between;
gap: 50px;
align-items: stretch;
width: calc(100% - 30px);
}
.vacancy{
    background: #f8f8f8;
    padding: 50px 0;
}
.vacancy-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.price{
    font-weight: 800;
font-size: 22px;
color: #536a56;
font-family: "Inter", sans-serif;
}
.vacancy-content p strong{
    font-weight: 600;
font-size: 14px;
color: #000;
font-family: "Inter", sans-serif;
}
.vacancy-content ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.vacancy-content ul li{
    padding-left: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    position: relative;
}
.vacancy-content ul li::after{
    content:"";
    position: absolute;
    left: 0;
    top: 7px;
    width: 5px;
    height: 5px;
    border-radius:  100%;
    background: #000;
}
.vacancy-contact{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        max-width: 340px;
}
.vacancy-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.vacancy-content-wrapper h2{
    font-weight: 400;
    font-size: 24px;
    color: #111;
}
.date{
    font-weight: 400;
font-size: 10px;
text-align: right;
color: #536a56;
}
.button-vacancy:hover svg path{
    transition: all .3s ease;
    stroke:#fff;
}
.button-vacancy svg path{
    transition: all .3s ease;
}
.button-contect:hover,
.button-vacancy:hover{
    background: #536a56;
    transition: all .3s ease;
    color:#fff;
}
.button-vacancy{
    width: 100%;
    max-width: 340px;
    justify-content: center;
    align-items:center;
    gap: 10px;
    background: #f1f1f1;
    border-radius: 15px;
padding: 14px 22px;
font-weight: 400;
font-size: 18px;
color: #536a56;
transition: all .3s ease;
}
.date.mobile{
    display: none;
}
.sertificate .container{
    display: flex;
    flex-direction: row;
    align-items:center;
    gap: 15px;
    justify-content: flex-start;
}
.sertificate a{
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items:center;
    gap: 15px;
    line-height: 140%;
}
.sertificate a{
    transition: all .3s ease;
}
.sertificate a:hover{
    transition: all .3s ease;
    padding: 0 0 0 10px;
}
.sertificate{
    background: #536a56;
    padding: 20px 0;
}
.vacancy-container .container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items:stretch;
    justify-content: space-between;
    gap: 20px;
}
.card-vacancy{
    width: calc(50% - 10px);
    border-radius: 20px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background:#fff;
    gap: 20px;
}
.card-archive{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.vacancy-container{
    padding: 50px 0;
    width: 100%;
    background: #f8f8f8;
}
.card-vacancy .date{
    text-align: start;
    font-size: 12px;
}
.button-contect{
    background: #f1f1f1;
    border-radius: 15px;
padding: 14px 22px;
font-weight: 400;
font-size: 18px;
color: #536a56;
align-items:center;
justify-content: center;
transition: all .3s ease;
}
.pagination-container{
    width: max-content;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items:center;
    margin: 25px auto 0;
}
.page-numbers{
    border: 1px solid #f1f1f1;
border-radius: 50%;
width: 32px;
height: 32px;
display: flex;
align-items:center;
justify-content: center;
background: #fff;
font-weight: 600;
font-size: 12px;
transition: all .3s ease;
color: #333;
}
.page-numbers:hover svg path{
    stroke: #fff;
    fill: #fff;
    transition: all .3s ease;
}
.page-numbers:hover,
.page-numbers.current{
    transition: all .3s ease;
    color: #fff;
    background: #536a56;
}
@media screen and (max-width: 992px){
    .vacancy .container{
        flex-direction: column;
        gap: 30px;
    }
    .date{
        display: none;
    }
    .date.mobile{
        display: block;
        text-align: start;
        font-size: 12px;
    }
    .card-vacancy .date{
        display: block;
    }
    .page-numbers{
        cursor: initial;
    }
}
@media screen and (max-width: 768px){
    .card-vacancy{
        width: 100%;
    }
}
@media screen and (max-width: 576px){
    h1 {
        font-size: 38px;
    }
    .banner-header{
        padding: 240px 0 50px;
    }
    .banner-content{
        gap: 10px;
    }
    .button-vacancy,
    .vacancy-contact{
        max-width: 100%;
    }
    .button-contect,
    .button-vacancy{
        font-size: 16px;
    }
}
@media screen and (max-width: 375px){
    .button-contect,
    .button-vacancy{
        font-size: 14px;
    }
    h1{
        font-size: 28px;
    }
    h2{
        font-size: 20px;
    }
    .price{
        font-size: 18px;
    }
}