.vacancy_main {
    width:100vw;
    min-height: 95vh;
    color:#eee;
}
.catalog-header {
    background-image: url("/images/vacancy_fon.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 327px;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
}
h1 {
    font-family: Roboto Condensed;
    font-size: 80px;
    font-weight: 300;
    line-height: 88px;
    color: #eee;
    text-align: center;
    margin-top: 160px;
}
.contact_container {
    width: 856px;
    margin: 120px auto;
}
ul.vacancy_tabs {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    width: 99vw;
}
li.vacancy {
    background: #1C1C1C;
    padding: 12px 12px 20px;
    display: flex;
    cursor: pointer;
}
li.vacancy:hover {
    background: #282828;
}
li.vacancy.active_tab {
    background: #fff;
    color: #222;
}
.usluga_name_left {
    width: 20px;
    font-size: 14px;
}
span.vacancy_name {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
}
span.vacancy_price {
    display: block;
    margin-top: 25px;
    font-size: 16px;
}
.news-list {
    word-wrap: break-word;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
    justify-content: flex-start;
    margin: 100px auto;
}
.news-item {
    max-width: 420px;
    flex: 25%;
    padding: 20px;
    height: 200px;
    background: #282828;
    margin: 0;
    position: relative;
}
.news-item .vacansy_h3 {
    font-family: Roboto Condensed;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #eee;
    margin-bottom: 100px;
}
.dop_fields {
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.dop_field {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #eee;
    display: block;
}
.news-detail .container {
    max-width: 1400px;
}
.news-detail {
    background: #fff;
    color: #1c1c1c;
    padding: 100px 0 120px;
}
.vacancy_one {
    margin-bottom: 20px;
}
.vacancy_one span {
    font-weight: 600;
}
.vacancy_one b {
    font-weight: 600;
}
.vacancy_back {
    position: absolute;
    color: #1c1c1c;
    left: 50px;
    top: 425px;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
}
.vacancy_back:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 7px;
    width: 8px;
    height: 12px;
    background-image: url("/images/arrow_left.svg");
    background-repeat: no-repeat;
    transition: 0.5s;
}
#close_project {
    position: fixed;
    top: 400px;
    margin-left: 50vw;
    left: 0;
    background: #00000099;
    color: #eee;
    backdrop-filter: blur(5px);
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 2;
    border-radius: 50px;
    background-image: url(/images/close.svg);
    transition: background 0.3s;
}
/*#close_project:after {
    content: "+";
    transform: rotate(45deg);
    position: absolute;
    top: -2px;
    width: 100%;
    font-size: 60px;
    font-weight: 200;
    display: flex;
    height: 100%;
    align-content: center;
    justify-content: center;
    left: 3px;
    transition: transform 0.3s;
}*/
#close_project:hover {
	text-decoration:none;
	cursor:pointer;
}








