.page_title_vacancies {
    background: url('../img/bg.png');
    text-align: center;
    padding: 85px 0;
    width: 100vw;
}

.page_title_vacancies h2 {
    font-family: 'GilroyB';
    color: #fff;
    font-size: 48px;
}

.vacancies_cat section,
.vacancies_single section {
    max-width: 1200px;
    margin: 0 auto;
}

.vacancies_cat ul {
    display: flex;
    flex-wrap: wrap;
}

.vacancies_cat li {
    height: 80px;
    border: 1px solid rgba(0, 0, 0, 0.39);
    border-radius: 10px;
    width: calc( ( 100% - 40px) / 3);
    margin: 0 0 20px;
    transition: 0.2s;
}

.vacancies_cat li img {
    opacity: 0.4;
    transition: 0.2s;
}

.vacancies_cat li:hover {
    border-color: #000;
    transition: 0.2s;
}

.vacancies_cat li:hover img {
    transition: 0.2s;
    opacity: 1;
}

.vacancies_cat li a {
    font-size: 24px;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    padding: 0 25px;
}

.vacancies_cat li:nth-child(3n-1) {
    margin-left: 20px;
    margin-right: 20px;
}

.vacancies_cat h3,
.vacancies_single h3 {
    font-size: 42px;
    font-family: 'GilroyB';
}

.vacancies_cat .title,
.vacancies_single .title {
    display: flex;
    margin-bottom: 66px;
    align-items: center;
}

.hor_line_vac {
    width: 32px;
    height: 3px;
    background: #000;
    margin-right: 31px;
}

.main_vac_info {
    color: #fff;
    padding: 80px 0px;
    text-align: center;
    border-radius: 10px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.main_vac_info span {
    font-family: 'GilroyB';
    font-size: 24px;
}

.vac_hot {
    font-size: 18px;
    font-family: 'GilroyB';
    padding: 10px 40px;
    background: #DD4242;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 20px;
}

.vac_single_title {
    margin-bottom: 20px;
    font-family: 'GilroyB';
}

.single_vac_content {
    display: flex;
    padding-top: 0;
}

.single_vac_desc {
    width: 70%;
    padding-right: 20px;
}

.single_vac_desc p:nth-child(1) {
    margin-top: 0;
}

.single_vac_desc p {
    font-family: 'GilroyB';
    margin-bottom: 40px;
    margin-top: 40px;
    font-size: 24px;
}

.single_vac_desc ul {
    margin-left: 10px;
}

.single_vac_desc li {
    margin: 20px 0;
    font-family: 'GilroyM';
}

.single_vac_desc li::before {
    content: "";
    color: red;
    display: inline-block;
    width: 6px;
    background: url('../img/rec.svg');
    height: 6px;
    padding-right: 20px;
    background-repeat: no-repeat;
    padding-top: 7px;
}
.single_val_form .contact-section h3{
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
	a.project_back, .page_title_vacancies a{
		position: relative !important;
		top: 0px !important;
		left: 0px !important;
	}
	.region-flag,.project-hero-info{
		margin-top: 10px !important;
	}
	div#popup-box-1 {
		width: 100vw !important;
		left: 0 !important;
		padding: 40px 0 !important;
		padding-top: 55px !important;
	}
	.popup-box .close{
		top: 5px !important;
	}
	.hor_line_contact{
		margin-top:5px !important;
		margin-bottom: 15px !important;
	}
		.page_title_vacancies a{
			display: flex !important;
			margin-right: auto !important;
			margin-left: 15px !important;
	}
	.single_val_form .container{
		padding: 40px 20px !important;
	}
	.popup-box .contact-form{
		display: block !important;
	}
	.popup-box .contact-form div {
		width: 100% !important;
	}
	section#contact_pop {
		margin: 0 auto;
	}
	
    .page_title_vacancies h2 {
        font-size: 35px;
    }
    .vacancies_cat h3,
    .vacancies_single h3 {
        font-size: 26px;
    }
    .vacancies_cat section,
    .vacancies_single section {
        padding: 40px 15px;
    }
    .vacancies_cat .title,
    .vacancies_single .title {
        margin-bottom: 40px;
    }
    .vacancies_cat li {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .main_vac_info {
        background-repeat: inherit !important;
    }
    .single_vac_content {
        display: block;
    }
    .single_vac_desc {
        width: 100%;
    }
    .single_val_form {
        margin-top: 60px;
    }
	.contact-form .form-first-name label, .contact-form .form-last-name label, .contact-form .form-company label, .contact-form .form-location label, .contact-form .form-phone label{
		text-align: left;
	}
}
@media screen and (max-height: 720px) {
	#popup-box-1 h2{
		font-size:20px !important;
		margin-bottom: 5px !important;
	}
	.contact-section .container input:not([type="checkbox"]), .contact-section .container textarea{
		padding: 15px 25px !important;
	}
	.contact-section .container .form-location .select2-container--default .select2-selection--single .select2-selection__rendered{
		padding: 9px 25px !important;
	}
	.popup-box .contact-section .container .contact-file {
    padding: 11px 25px !important;
}
	
}
.msg_bg.active.success_right{
	z-index: 99;
}
header .menu{
	 background: black;
}
.contact_success.contact_message.active.success_right{
	top: 10%;
}

a.project_back, .page_title_vacancies a {
    font-size: 42px;
    position: absolute;
	color: #fff;
    top: 25px;
    left: 50px;
	transition: 0.5s;
}
.page_title_vacancies a {
    top: 150px;
}
a.project_back:hover, .page_title_vacancies a:hover{
	text-decoration: none;
	color: #fff;
	left: 35px;
	transition: 0.5s;
}

