@font-face {
font-family: Gilroy;
src: url(fonts/gilroy-regular.ttf);
font-weight: 400;
font-style: normal;
    font-display: swap
}

@font-face {
font-family: Gilroy;
src: url(fonts/gilroy-medium.ttf);
font-weight: 500;
}

@font-face {
font-family: Gilroy;
src: url(fonts/gilroy-semibold.ttf);
font-weight: 600;
}

@font-face {
font-family: Gilroy;
src: url(fonts/gilroy-bold.ttf);
font-weight: 700;
}

.unsrollable{
	pointer-events: none;
    overflow: hidden;
}

.vacancie-sheeld-senter.activ-sheeld{
	
	visibility: hidden;
	position: fixed;
    z-index: 3;
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .32);
}

.vacancie-sheeld-senter.activ-sheeld{
	visibility: visible;
}

	svg.loader {
  position: block !important;
 width: 3.25em;
 transform-origin: center;
 animation: rotate4 2s linear infinite;
     position: fixed;
    top: 50vh;
    right: calc(50% - 26px);
}

circle {
 fill: none;
 stroke: var(--green);
 stroke-width: 2;
 stroke-dasharray: 1, 200;
 stroke-dashoffset: 0;
 stroke-linecap: round;
 animation: dash4 1.5s ease-in-out infinite;
}

@keyframes rotate4 {
 100% {
  transform: rotate(360deg);
 }
}

@keyframes dash4 {
 0% {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
 }

 50% {
  stroke-dasharray: 90, 200;
  stroke-dashoffset: -35px;
 }

 100% {
  stroke-dashoffset: -125px;
 }
}



header, .map_background, .lines{
min-width: 360px;
}

.full-content{
min-height: calc(100vh - 396px);
}

.container {
max-width: 1440px !important;
min-width: 320px !important;
padding-right: 0px !important;
padding-left: 0px !important;
}

.row {
margin-right: 0px !important;
margin-left: 0px !important;
}

body{
font-family: 'Gilroy' !important;
font-style: normal;
}

.unscroll{
	overflow: hidden;
}

.logo{
display: flex;
gap: 16px;
}

.logo a{
font-weight: 700;
font-size: 16px;
line-height: 24px;
text-transform: uppercase;
}

.row .logo img, .row .logo a{
color: #FFFFFF !important;
text-decoration: none;
    padding: 14px 0px 30px;
}

.row .logo img{
padding: 14px;
}

.row .logo > span > a{
    float: left;
    padding-top: 0px;
    padding-left: 50px;
}

.main-menu li a{
font-weight: 600;
font-size: 16px;
line-height: 24px;
}

.logo a:focus, .main-menu li a:focus, .lang_panel a:focus, .lang_panel_small a:focus, .lang_panel_small_small a:focus{
outline: none;
}

.link_button{
padding-top: 24px;
padding-bottom: 16px;
position: relative;
z-index: 2;
left: 0;
}

.link_button a {
font-family: 'Gilroy';
font-style: normal;
color: #FFFFFF !important;
box-sizing: border-box;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 12px 19px;
width: 181px;
height: 48px;
background: #1D1E22;
border: 1px solid #FFFFFF;
cursor: pointer;
transition: background 0.5s;
}

.link_button a:hover{
text-decoration: none;
transition: background 0.5s;
}

.nav_phone{
    display: flex;
    flex-direction: row;
    gap: 30px;
font-weight: 500;
font-size: 22px;
line-height: 40px;
color: #FFFFFF;
padding-top: 29px;
}

.nav_phone a, .nav_phone a:hover, .nav_phone a:focus {
text-decoration: none;
color: #FFFFFF;
}


.lang_panel{
    flex-direction: column;
    display: flex;
    gap: 8px;
    padding-top: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.lang_panel a{
    cursor: pointer;
    z-index: 1;
    }

.lang_panel .lang_secondary, .lang_panel_small .lang_secondary{
    display: none;
}
.lang_activ{
    display: block !important;
}

.lang_panel_small{
    padding-right: 70px;
    flex-direction: column;
    display: flex;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    display: none;
}

.lang_panel_small_small{
display: none;
}



.header .container .row{
display: flex;
/*gap: 126px;*/
}

.header{
padding: 0px 32px;
height: fit-content;
background: #1D1E22;
    min-width: 360px;
        width: 100%;
    z-index: 4;
    position: relative;
}

.header .container{
    //max-width: 1280px !important;
}

.header .container, .header .container .row, .header .container .row .main-menu, .header .container .row .main-menu ul{
height: 96px;
}

.header .row{
justify-content: space-between;
}

.header .main-menu ul{
display: flex;
padding-left: 0px;
gap: 26px;
}

.main-menu ul{
list-style: none;
margin-top: auto;
margin-bottom: auto;    
}

.main-menu li{
display: flex;    
}

.main-menu a{    
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #FFFFFF;
text-decoration: none;
padding-top: 36px;
position: relative;
display: block;

}

.main-menu a:after{
position: absolute;
bottom: 30px;
left: 0;
width: 0;
height: 2px;
background: #33ad43;
content: '';
transition: width .3s;   
}


.main-menu li:nth-child(4) a:after{
width: 100%;  
}

.main-menu a:hover:after
{
width: 100%;
transition: width .3s;
}

.main-menu li a:hover, .main-menu li button:hover{
color: #FFFFFF;
text-decoration: none;
}

.map_background{
height: 804px;
background: #1D1E22;
position: absolute;
top: 96px;
width: 100%;
}

.map{
position: absolute;
top: 18px;
padding-left: 0px !important;
padding-right: 0px !important;
padding-top: 0px !important;

}

.vertical_lines {
    left: 14px;
    position: absolute;
    width: 1px;
    height: 0px;
    background-color: #F2F2F2;
    top: 0px;
    //transition: height 2s ease-in; 
}

.vertical_lines1 {
    left: 26.5%;
    position: absolute;
    width: 1px;
    height: 0px;
    background-color: #F2F2F2;
    top: 0px;
    //transition: height 2s ease-in;
}

.vertical_lines2 {
    left: 51%;
    position: absolute;
    width: 1px;
    height: 0px;
    background-color: #F2F2F2;
    top: 0px;
   // transition: height 2s ease-in;
}

.vertical_lines3 {
    left: 74.5%;
    position: absolute;
    width: 1px;
    height: 0px;
    background-color: #F2F2F2;
    top: 0px;
    //transition: height 2s ease-in;
}

.vertical_lines4 {
    left: 100%;
    position: absolute;
    width: 1px;
    height: 0px;
    background-color: #F2F2F2;
    top: 0px;
    //transition: height 2s ease-in;
}

.lines{
    display: none;
position: absolute;
top: 18px;
height: 783px !important;
z-index: 2;
overflow: hidden;
}

.big_line{
width: 99vw;
}

.small_line{
width: 100%;
}

.small_line, .small_small_line {
    display: none;
}

.basic, .layer {
background: #1D1E22;
height: 788px !important;
}

.basic{    
z-index: 0;
}

.layer{

width: 100%;
right: 100%;
position: absolute;
top: 16px;
z-index: 3;    
}

.layer_closed{
    right: 0%;
width: 0%;
transition: width 2s ease-in; 
}



.section_one > .container, .section_two > .container, .section_five > .container{
padding: 80px 0px 65px 70px;;
}



.bookmark{
color: #1D1E22;
display: flex;
gap: 16px;
position: relative;
left: -80px;
}

#direct_panel .bookmark{
left: -145px;
}

#stages .bookmark, #technologis .bookmark{
left: -80px;
}



.bookmark > div > img{
background: #1D1E22;
position: relative;
top: -6px;
opacity: 0;
}

#direct_panel .bookmark > div > img {
    top: 8px;
}

#direct_panel :not(#first_direct) .bookmark > div > img {
    width: 100%;
}


#slider_position{
    display: flex;
    gap: 16px;
        width: calc(100% - 80px);
    justify-content: center;
    position: absolute;
    bottom: 40px
}

#slider_position div{
    width: 20px;
height: 0px;
border: 2px solid #D6D6D6;
    border-radius: 3px;
    background: #D6D6D6;
}

#slider_position div.active{
    border: 2px solid #388E3C;
    background: #388E3C;
}

.bookmark > div{
position: relative;
}

#first_direct .bookmark > div, #second_direct .bookmark > div, #third_direct .bookmark > div, #fourth_direct .bookmark > div, #fifth_direct .bookmark > div, #sixth_direct .bookmark > div, #seven_direct .bookmark > div{
width: 130px;
}

#seven_direct {
visibility: hidden;
width: 100vw;
}

.white_line{
background: #F5F5F5;
position: absolute !important;
top: 11px !important;
right: 0px;
width: 0%;
transition: width 1s ease-in;
opacity: 1 !important;
}

#direct_panel .bookmark > div > img.white_line{
top: 21px !important;
    height: 1px;
}

#white_line3{
   top: 10px !important; 
}

#white_line1{
   width: 100%; 
}

.white_line:hover{
width: 0%;
transition: width 1s ease-in;
}

.bookmark > p{

font-weight: 500;
font-size: 14px;
line-height: 24px;
text-transform: uppercase;
}

#direct_panel .bookmark > p{

font-size: 40px;
line-height: 40px;
text-transform: unset;
width: 45%;
}

.white_h1{
position: relative;
bottom: 0;
color: antiquewhite !important;
z-index: 3 !important;
background-color: #ffffff;    
}

#white_h1_1{
transition: height 1s ease-in;
bottom: -41px;
    overflow: hidden;
}

#white_h1_2{
height: 30%;
bottom: 122px;
background-color: #F5F5F5;
transition: height 1s ease-in;
}

.white_h1 h1{
font-weight: 600;
font-size: 46px;
line-height: 56px;
opacity: 1;
color: #212529;
z-index: 1;
position: relative;
}

.white_h1_open{
height: 70%;
transition: height 1s ease-in;
}

 #white_h1_32, #white_h1_42{
    height: 0;
}

.bookmark ~ h1{
    overflow: hidden;
padding-top: 16px;
font-weight: 500;
font-size: 46px;
line-height: 56px;
margin-bottom: 0px;
z-index: 3;
position: relative;
transition: height 1s ease-in;
}

#direct_panel{
    width: 1054px;
    height: calc(100% + 110px);
    background: #FFFFFF;
    position: relative;
    left: calc(50% - 705px);
    top: -160px;
    box-shadow: 0px 0px 24px 8px #0000001a;
    padding: 40px;
    border-radius: 8px;
}

#direct_panel h1{
        color: #388E3C;
}

.slider_navigation div{
    position: absolute;
    background: #F5F5F5;
    width: 35px;
    height: 35px;
    border-left: 3px solid #1D1E22;
    border-top: 3px solid #1D1E22;
    bottom: 270px;
    cursor: pointer;
}

.left_navigation{
    left: -60px;
    
    rotate: -55grad;
}

.right_navigation{
right: -200px;
    rotate: 145grad;
}

.bookmark ~ h2{
padding-top: 24px;
font-weight: 500;
font-size: 24px;
line-height: 32px;
color: #1D1E22;
}

.column{
margin: 0 0 0 auto;
transition: 1s;
top: 15px;
position: absolute;
right: -10px;
}

.column .line{
display: flex;
}

.column .line i{
flex:1;
width: 20px; height: 20px;
background: #388E3C;
margin: 20px;
}

.column .line i{
transition: 0.5s;
transform: rotate(0deg);
}

.sm-column:hover .column .line i{
transition: 0.5s;
transform: rotate(45deg);
margin: 15px;
}



.section_one, .section_five{
background: #ffffff;
position: relative;
z-index: 3;
    min-width: 360px;
padding: 0px 32px;
}

.section_five {
    z-index: 2;
}

.section_one .container{
   // max-width: 1280px !important;
}


@media screen and (min-width: 1441px) {

    #container-role {
    position: relative;
    min-width: 1460px;
    min-height: 700px;
}

.small_logo, .small_small_logo{
    display: none;
}

#container-role{
position: relative;
min-width: 1460px;
min-height: 700px;
}

#container-role .background_text{
right: 30px;
}


.bars, .cross, .row .logo > span > a{
    display: none !important;
}



.nav_phone > p {
    display: none;
}

}



.background_text{
position: absolute;
right: 120px;
}


.section_five .background_text{
z-index: 3;
}

.timers{
padding: 40px 15px 0px 15px;
    gap: 12px;
    display: block;
width: calc(100% + 15px);
z-index: 4;
    position: relative;
}

.text_with_green_line{
    display: flex;
    width: 100%;
}

.text_with_green_line h4{
font-size: 24px;
font-weight: 700;
line-height: 36px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
white-space: nowrap;
}

.timers a, .vacancies_feed a{
        background: #388E3C;
        width: 192px;
}



.timers a:hover, , .vacancies_feed a:hover{
    background: #0C7A11;
    //color: #388E3C !important;
}

.vacancies_hide{
font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #388E3C;
    padding: 35px 0 24px 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    flex-direction: column;

}

.vacancies_hide:hover{
    cursor: pointer;
    text-decoration: underline;
}

.timers > div > p{
margin-bottom: 8px;
font-weight: 500;
font-size: 20px;
line-height: 24px;
color: #A7A7A7;
}

.timers > div > div > h2{
font-weight: 600;
font-size: 62px;
line-height: 74px;
}

.timers > div > div > h3{
font-weight: 500;
font-size: 40px;
line-height: 47px;
padding-top: 23px;  
}

.conditions ul li{
font-size: 24px;
font-weight: 500;
line-height: 36px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}


.vacancies_shield{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #000;
    opacity: .5;
}

.wpcf7.js{
	margin-block-start: 0;
    margin-block-end: 0;
}

.wpcf7.js.active{
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.vacancies_form_container{
	max-width: 480px;
    background: white;
    top: 150px;
    left: calc((100% - 480px) / 2);
    z-index: 0;
    position: fixed;
	padding: 40px;
}

.vacancies_form_container.vac-small{
	position: absolute;
	top: 100px;
}

.vacancies_form_container h5{
	margin-top: 16px;
    font-size: 16px;
    color: #8D8D8D;
    line-height: 24px;
	margin-bottom: 32px;
}

.vacancies_name_phone label{
	
}

.vacancie-head{
	    display: flex;
    justify-content: space-between;
}

.vacancie-head h1{
	 font-size: 24px;
    font-weight: 500;
    line-height: 100%;
	color: #1D1E22;
}

.vacancie-head > p{
	vertical-align: middle;
    display: contents;
}

.vacancie-head .cross-post, .vacancie-head .cross-post1{
	width: 24px;
}

.vacancies_form_container .wpcf7-form-control:not(.wpcf7-submit){
	margin-top: 8px;
	}

.vacancies_form_container .wpcf7-form-control{
	width: 100%;
	min-width: unset;
	}

.vacancies_name_phone label, .file-box1 p{
	font-weight: 500;
    color: #1D1E22;
	font-size: 16px;
    line-height: 24px;
	margin-bottom: 0;
}

.vacancies_name_phone input:not(.wpcf7-submit){
	background: #FFFFFF;
    border: 1px solid #767676;
	color: #1D1E22;
}


.vac-active{
	z-index: 4;
}


.section_two{
height: fit-content;
background: #F5F5F5;
position: relative;
z-index: 3;
    padding: 0px 32px;
}

#bloc_vacancies{
background: #F5F5F5;
position: relative;
z-index: 4;
    padding-left: 16px !important;
}



.open_vacancies{
    margin: auto;
    display: flex;
    gap: 16px;
    margin-bottom: 30px;
    justify-content: center;
}

.open_vacancies .green_line{
    min-width: 200px;
    margin-top: 30px;
}


.open_vacancies_item{
	overflow: hidden;
    display: block;
    border-bottom: 2px solid #1D1E22;
    width: 100%;
    max-height: 1600px;
    transition: max-height 1s ease 0s;
}

.open_vacancies_item.closed{
        max-height: 114px;
}

.open_vacancies_item .closed{
    display: block;
    border-bottom: 2px solid #1D1E22;

}

.text_with_green_line, .conditions, .vacancies_feed {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: opacity 2s ease 0s, visibility 2s ease .2s;
}

.closed .text_with_green_line, .closed .conditions, .closed .vacancies_feed {
    /*display: none;
    visibility: hidden;
    opacity: 0;*/
    transition: /*opacity 0s ease 0s, visibility 1s ease 0s*/;
}

.open_vacancies_item_name + .text_with_green_line{
    margin-top: 32px;
}

.open_vacancies_item_name{
font-size: 42px;
font-weight: 600;
line-height: 50.11px;
text-align: left;
padding: 32px 0;

    display: block;
}

.open_vacancies_item:not(.closed) .open_vacancies_item_name, .open_vacancies_item .open_vacancies_item_name:hover {
    color: #388E3C;
cursor: pointer;
display: flex;
}

.open_vacancies_item:not(.closed) .open_vacancies_item_name:after, .open_vacancies_item.closed .open_vacancies_item_name:hover:after{
    content: url("img/vac_arrow.svg");
    margin-left: 24px;
        margin-top: 6px;
    display: block;
}

.open_vacancies_text{
font-size: 46px;
font-weight: 500;
line-height: 56px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
white-space: nowrap;

}


.vacancies_feed{
    width: 100%;
        display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 16px;
}

#slider{
    position: relative;
        display: flex;
    flex-direction: row;
    transition: left .9s ease 0s;

}

#slider div{
    width: 1440px;
    position: relative;
pointer-events: none;
}

.slider_wrapper{
    position: relative;
    background: rgb(260 260 260 / 30%);
    height: 70%;
    overflow: hidden;
    width: 1190px;
    padding: 0 40px;
    left: -40px;
    scrollbar-width: none;
}

.slider_wrapper::-webkit-scrollbar {
    width: 0;
}



#first_direct, #second_direct, #third_direct, #fourth_direct, #fifth_direct, #sixth_direct,  #seven_direct{
    padding-left: 30px;
    position: relative;
}

#direct_panel ul{
color: #353538;
font-size: 20px;
font-weight: 500;
line-height: 28px;
text-align: left;
max-width: 570px;

}

.sl_line{
    margin-top: 20px;
        position: absolute;
    left: -65px;
    width:0;
    top: 335px;
    transition: width 1s ease-in;
    background: #212529;
    height: 1px;
}

.direct_img{
position: absolute;
        left: 620px;
    top: 70px;

}

.slider_sheeld{
        position: absolute;
    height: fit-content;
    width: 500vw;
    z-index: 1;
    top: 0;
    background: antiquewhite;
    opacity: 0;
}

.green_line{
        background: #388E3C;
    width: 100%;
    height: 1px;
    //margin-left: 15px;
    margin-top: 20px;
}

#stages{
//padding-left: 95px !important;
position: relative;
//padding-right: 80px !important;
}

#stages h4, #key_directs h2{
    z-index: 3;
    position: relative;
    margin-top: 24px;
    width: 72%;
    font-size: 24px;
}

#stages h4{
    padding: 0 15px;
}


#white_h1_3{
bottom: 1378px;
height: 13%;
background-color: #ffffff;
transition: height 1s ease-in;
}


#stages .col-sm-6{
//padding-left: 0px;
}


#stages span{
font-weight: 700;
font-size: 180px;
line-height: 180px;
display: flex;
align-items: center;
color: rgba(29, 30, 34, 0.08);
position: relative;
top: 56px;
transition-property: font-size margin-top color;
transition-duration: 0.2s
}

#stages span:hover{
font-size: 200px;
line-height: 200px;
color: rgba(29, 30, 34, 0.2);
margin-top: -20px;
transition-property: font-size margin-top color;
transition-duration: 0.2s;
}

#detal_description_01, #detal_description_02, #detal_description_03, #detal_description_04, #detal_description_05, #detal_description_06, #detal_description_07, #detal_description_08{
color: #388E3C !important;
cursor: pointer;
}

#stages h6{
font-size: 18px;
line-height: 24px;
color: #1D1E22;
z-index: 3;
position: relative;

}

.full_text{
    -webkit-line-clamp: inherit !important;
}

.section_five .job, .section_five .job_medium,  .section_five .job_mini{
margin: auto;
display: block;
    position: relative;
    z-index: 3;
}

.section_five .job_medium, .section_five .job_mini{
display: none;
}


.wrap_h1_32{
    position: relative;
   /* min-height: 410px;*/
    display: grid;
    min-height: 112px;
    padding: 0 15px;
    z-index: 3;
}



.wrap_h1_42{
    position: relative;
    min-height: 112px;
    display: grid;
    padding: 0 15px;
}

#white_h1_4{
bottom: 798px;
height: 23%;
transition: height 1s ease-in;
}

.stage_description h2{
font-weight: 500;
font-size: 40px;
line-height: 48px;
background-color: white;
margin: 10px 0 10px 0;
position: relative;
z-index: 2;
}

.stage_description > h2:nth-child(2){
position: absolute;
    top: 185px;
    background-color: white;
    width: 60%;
    z-index: 1;
    color: white;
}

.technologies{
padding: 52px 0px 0 15px;
}

.technologies .col-sm-3{
position: relative;
}

#technologis{
//padding-left: 95px !important;
    position: relative;
  //  padding-right: 80px !important;
    padding-bottom: 170px;
    padding-top: 80px;
}

.section_six{    
background-color: #272727;
position: relative;
z-index: 3;
min-width: 360px;
}

.row1{
display: flex;   
}

.img_jpg{
width: 100%;
position: relative;
z-index: 1;
}

.img_png{
width: 90.5%;
position: absolute;
top: 0;
left: 15px;    
}

.img_jpg:hover{
opacity: 0;
}

.img_png_169, .img_jpg_169, .img_jpg_65, .img_png_65 {
    
    display: none;

}


.wpcf7-response-output {
    position: fixed;
    width: 25%;
    top: 20px;
    right: 25px;
    z-index: 10;
    background-color: #f5f5f5;
    text-align: center;
    border-radius: 0;
	    font-size: 24px;
}


.feedback_text{
width: calc(50% - 110px);
background-color: #1D1E22;
padding: 80px;
display: flex;
    justify-content: end;
}

.feedback_text_container{
left: calc(50% - 630px);
max-width: 444px;
}
.feedback_form_container{
display: inline-block;
max-width: 803px;
}

.feedback_form{
//width: 53%;
background-color: #272727;
padding: 80px;
}

.feedback_text h1, .feedback_form_container h1{
font-weight: 500;
font-size: 46px;
line-height: 56px;
color: #FFFFFF;
padding-bottom: 32px;
margin-bottom: 0;
}

.feedback_text h4{
    font-weight: 500;
    font-size: 30px;
    line-height: 32px;
    color: #FFFFFF;
    padding: 0 0 40px 0;
    margin-bottom: 0;
}

.address  h4:first-child{
    padding-bottom: 5px;
}

.feedback_text_proposition{
padding: 0 0 136px 0 !important;
}

.feedback_h6{
font-weight: 500;
font-size: 16px;
line-height: 24px;
color: #FFFFFF;
	text-transform: none;
	letter-spacing: unset;
}

.mail_data{
    display: inline-block;
    max-width: 650px;
}

.name_phone p {
    margin-bottom: 0;
}




.name_phone{
margin-bottom: 24px;
float: left;
}

.name{
padding: 0 16px 0 0 !important;
}

.phone{
padding: 0 0 0 0 !important;
}

.mail, .project{
margin-bottom: 24px;
}

.mail input{
padding: 12px 16px;
min-width: 320px;
width: 100%;
height: 48px;
left: 0px;
top: 80px;
background: #272727;
border: 1px solid #767676;
}


input{
width: 320px;
height: 48px;
left: 0px;
top: 0px;
color: #FFFFFF;
background: #272727;
border: 1px solid #767676;
padding-left: 16px;
padding-right: 16px;
	text-overflow: ellipsis;
}

.vacancie-sheeld{
	position: fixed;
    z-index: 3;
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .32);
	visibility: hidden;
}

.activ-sheeld{
	visibility: visible;
}

.rezume-file{
	//display: none;
}

.file-box{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    width: 400px;
   // height: 80px;
    border: 1px solid #767676;
}

.cross-post, .cross-post1{
	width: 16px;
	cursor: pointer;
	    margin-left: 16px;
    margin-bottom: 6px;
}

.file-box p{
margin: 0;
}

.vacancies_name_phone p{
	display: grid;
    width: 100%;
	    margin-bottom: 20px;
}

.add-files{
	font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #388E3C !important;
	    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
	cursor: pointer;
	margin-bottom: 0;
}

.file-formats{
	font-weight: 500;
font-size: 12px;
line-height: 16px;
color: #8D8D8D;
}

.file-size, .file-name{
	font-weight: 500;
    font-size: 12px;
    line-height: 26px;
}

#add-files-loop, #files-row, #files-row-1, #files-row-2{
	width: 100%;
}

.inputs-row{
	display: none
}

#files-row-1 .files-row-wrap, #files-row-2 .files-row-wrap{
    border-top: 1px solid #E0E0E0;
}

.files-row-wrap{
	display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.file-name{
	color: #388E3C;
	display: inline-block;
    width: 260px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.project textarea{
padding: 19px 16px;
color: #ffffff;
min-width: 645px;
left: 0px;
top: 160px;
background: #272727;
border: 1px solid #767676;
width: 100%;



}

.data_agreement{
position: relative;
margin-bottom: 32px;
pointer-events: none;
	    margin-top: 20px;
}


.file-box1{
	    width: 100%;
}

.file-box1 > p{
	    margin-bottom: 8px;
}



.data_agreement input{
width: 16px;
height: 16px;
border: 1px solid #767676;
opacity: 0;
}

.data_agreement label{
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #FFFFFF;
}



.first_label{

max-width: 20px;
    }

  .first_label input{
pointer-events: auto;
top: 5px;
    position: absolute;
	  cursor: pointer;
    }  

.checkmark, .checkmark_vac {
position: absolute;
top: 7px;
left: 0;
height: 16px;
width: 16px;
background-color: #272727;
border: 1px solid #767676;
}


.checkmark_vac {
background-color: #FFFFFF;
}

.data_agreement.vac .checkmark {
background-color: #FFFFFF;
}

.data_agreement:hover input ~ .checkmark {
background-color: #ccc;
}

.data_agreement input:checked ~ .checkmark, .data_agreement.vac input:checked ~ .checkmark_vac {
background-color: #272727;
}

.data_agreement.vac input:checked ~ .checkmark_vac {
background-color: #FFFFFF;
}

#personal_data_vac{
	color: #272727;
}

.checkmark:after, .checkmark_vac:after {
content: "";
position: absolute;
display: none;
}

.data_agreement input:checked ~ .checkmark:after, .data_agreement.vac input:checked ~ .checkmark_vac:after {
display: block;
}

.data_agreement .checkmark:after, .data_agreement.vac .checkmark_vac:after {
color: white;
left: 5px;
top: 2px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.data_agreement.vac .checkmark_vac:after {
	border-color: #272727;
}

.data_agreement a, .data_agreement.vac a{
font-weight: 500;
font-size: 14px;
line-height: 16px;
text-decoration-line: underline;
color: #FFFFFF;
pointer-events: auto;
	margin-top: 8px;
    margin-left: 8px;
}

.data_agreement.vac a{
color: #388E3C;
}

.data_agreement a:hover{    
color: #388E3C;
}

.data_agreement p {
    display: block;
}

.data_agreement p br{
    display: none;
}

.data_agreement.vac p {
    display: block;
	margin-bottom: 0;
}

.data_agreement label {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin-top: 8px;
    margin-left: 14px;
}

.data_agreement.vac label {
    color: #212121;
	    margin-bottom: 0;
}



.send_mail a{
    color: inherit;
}

.send_mail a:hover, .send_mail a:focus {
    color: #FFFFFF;;
    text-decoration: none;
}

.ches_disabled, .ches_disabled_vac{
    color: #767676;
    pointer-events: none;
}

#ches_vac.ches_disabled_vac .wpcf7-submit{
    background: #388E3C;
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF;
}

.ches_disabled a{
    color: #767676;
    pointer-events: none;
}



.ches_disabled{
    border-color: #767676;
}

.send_mail {
    border: none;
    padding: 0;
}

.send_mail_vac {
    border: none;
    padding: 0;
	max-width: 130px;
}

.ches_disabled .wpcf7-submit {
	color: #767676;
	border: 1px solid #767676;
}
button, .wpcf7-submit {
    font-family: 'Gilroy' !important;
    box-sizing: border-box;
    font-style: normal !important;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 24px !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 48px;
    background: ;
    background: #272727;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    transition: background 0.5s;
    width: unset;
    padding: 0 16px;
}

#ches_vac .wpcf7-submit {
	background: #388E3C;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

button:hover{
background: #388E3C;
border: 0px;
text-decoration: none;
transition: background 0.5s;
}

button:disabled{
cursor: none;
color: #767676 !important;
border-color: #767676 !important;
	opacity: 40%;
}

button:hover:disabled{
cursor: default;
background: #272727;
border: 1px solid #FFFFFF;
}





.footer {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 24px 100px;
gap: 8px;
}

.rights h5, .personal_conditions a{
font-weight: 500;
font-size: 14px;
line-height: 24px;
color: #DBDBDB;
margin-bottom: 0;
}

.personal_conditions{
    display: grid;
}

.personal_conditions a:hover{
color: #388E3C;
}

.wpcf7-spinner {
    display: none;
}

.personal_conditions h5{
font-weight: 500;
font-size: 14px;
line-height: 24px;
text-decoration-line: underline;
color: #767676;
}

.footer_wrapper {
width: 100%;
text-decoration: none;
font-weight: 400;
letter-spacing: 0;
background: #141414;
}

.footer_wrapper .footer_top-line {
padding: 32px 0 32px 0px;
display: grid;
grid-template-columns: 286px 286px 286px 286px;
gap: 0 24px;
}

.footer_wrapper .footer_top-line  .info_block p {
font-weight: 500;                       
}

.footer_wrapper .footer_top-line  .info_block .content {
display: flex;
flex-direction: column;
gap: 8px 0;
margin-top: 16px;
}

.footer_wrapper .footer_top-line  .info_block .content a {
color: #388e3c;
}

.footer_wrapper .footer_top-line  .info_block .content a:hover {
text-decoration: none;
}

.footer_wrapper .footer_top-line  .info_block .content p {
margin-bottom: 8px;                       
font-weight: 400;
}

.footer_wrapper .footer_top-line  .info_block .content .content_row {
display: flex;
gap: 0 8px;
}    

.footer_bottom-line {
border: 1px solid #eeeeee;
width: 100%;
text-decoration: none;
font-weight: 400;
font-stretch: normal;
letter-spacing: 0;
}

.footer_bottom-line .wrapper {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}

.footer_bottom-line .wrapper .copyright {
padding: 15px 0 18px 0;
}   

footer{
    min-width: 360px;
        position: relative;
    z-index: 3;
	margin-block-start: unset !important;
}  


@media screen and (max-width: 1645px) {

.green_line {
    top: 0px;
    width: 100%;
}

.text_with_green_line {
    width: unset;
}

}




@media screen and (max-width: 1440px) {

 

.map_background {
    width: 100% !important;
}

.row .logo img, .row .logo a {
        float: right;
}

.row .logo img{
        padding: 14px;
}

.big_line, .small_small_line{
    display: none;
}

.small_line{
    display: block;
}


.lines {
top: 108px;
width: 100%;
}

.header .container .row{
gap: 190px;
}

.nav_phone.nav_phone_mobile{
    display: block;
}

.main-menu{
    display: none; 
}

.header .container .row {
    display: block;
}

.main-menu ul{
display: contents !important;
}

.main-menu li {
        border-bottom: 1px solid #968b8b;;
    margin-bottom: 1px;
    padding-bottom: 20px;
    width: calc(100% - 35px);
    margin-left: 15px;
}



.header .row {
    padding-left: 0px;
    padding-right: 0px;
    }


    #container-role {
        height: 100%;
    }


    .section_one.about_mobile{
        margin-top: -630px;
    }

.section_one, .section_five{
padding: unset;
}

.vacancies_title{
    padding: 0
}

#container-role {
    position: relative;
    padding: 40px 40px 24px 40px !important;
}


.header_vac{
    height: 725px;
}


#about .col-sm-9{
flex: unset;
max-width: unset;
    padding: 0;
}

#stages h4{
    //padding: 0;
}


#white_h1_12, #white_h1_32, #white_h1_42 {
    height: 100%;
}


.main-menu li a {
    font-weight: 500;
font-size: 24px;
line-height: 32px;
}

.main-menu li:nth-child(4) a{
color: #388E3C; 
}

.main-menu a {
    padding-top: 20px;
}

.main-menu a:after {
display: none;
}

.lang_panel{
    display: none;
}

.lang_panel_small{
    display: flex;
    padding: 10px 55px 10px 55px;
}

.lang_panel_small a{
    padding: 4px 0 4px 0 !important;
    font-weight: 500;
}

.lang_primery img{
 padding: 10px 0 0 4px !important;
}


.nav_phone {
    position: absolute;
    color: #FFFFFF;
    display: none;
    font-weight: 400;
font-size: 16px;
line-height: 32px;
bottom: 20px;
margin-bottom: 0;
z-index: 3;
margin-left: 15px;
top: 480px;
}

.nav_phone > p, .nav_phone > a {
    color: #FFFFFF;
    font-weight: 500;
font-size: 24px;
line-height: 32px;
padding-bottom: 16px;
margin-bottom: 0;
padding-bottom: 16px;
display: block;
}

.nav_phone > p:nth-child(2) {
    //padding-top: 8px;
}

.big_logo, .small_small_logo{
    display: none;
}

.logo > span{
    display: block;
    margin-left: auto;
    padding: 20px 0px 30px 30px;
    height: 12px;
    cursor: pointer;
}

.logo > span > a{
    color: #FFFFFF;
    padding-left: 40px;
    position: relative;
    top: 10px;
    font-weight: 500;
font-size: 16px;
line-height: 32px;
}

.passive_span > span::before{
    display: none;
}

.cross{
margin: 4px 5px 0 6px;
}



.vacancies_feed{
    margin-bottom: 8px;
}

.column {
    display: none;
}

.type_col .vertical {
    font-size: 18px;
line-height: 18px;
}

.type_col .horizontal {
    font-size: 18px;
line-height: 24px;
}


.open_vacancies {
    width: 100%;
}

.open_vacancies_item_name {
font-size: 24px;
font-weight: 600;
line-height: 24px;
    padding: 24px 0 0 0;
}

.open_vacancies_item.closed{
    max-height: 72px;
	transition: max-height .5s ease;
}
	/*
.open_vacancies_item.closed > div{
    opacity: 0;
}	*/

.open_vacancies_item.closed .open_vacancies_item_name{
    padding: 24px 0;
}


.open_vacancies_item:not(.closed) .open_vacancies_item_name:after, .open_vacancies_item.closed .open_vacancies_item_name:hover:after {
    display: none;
}

.open_vacancies_item_name + .text_with_green_line {
    margin-top: 16px;
}

#bloc_vacancies {
    padding-left: 8px !important;
}

.section_one > .container, .section_two > .container, .section_five > .container {
    padding: 40px 25px 40px 25px !important;
}


.container#key_directs {
    padding: 0px 5px 0px 5px !important;
}

.vertical_lines {
    left: 40px;
        height: 6100px;
    }

    .vertical_lines1 {
    left: 28.5%;
        height: 6100px;
    }

    .vertical_lines2 {
    left: 51%;
        height: 6100px;
    }

    .vertical_lines3 {
    left: 74.5%;
        height: 6100px;
    }
    .vertical_lines4 {
    left: calc(100% - 40px);
        height: 6100px;
    }

    .vertical_lines5 {
        left: 33%;
        }
        .vertical_lines6 {
        left: 66.7%;
        }





.section_two {
    //padding: 0;
    //height: 800px;
}

#direct_panel ul {
    max-width: 80%;
}

#direct_panel .bookmark > p {
    font-size: 28px;
    line-height: 32px;
    width: 75%;
}


    #key_directs .bookmark {
    padding-top: 0;
}

.bookmark {
    padding-top: 0;
    }

    #technologis .bookmark {
    padding-top: 0;
}

    .bookmark ~ h1 {
            font-weight: 500;
    font-size: 32px;
    line-height: 42px;
        padding-top: 0;
    }

    .text_with_green_line h4 {
font-size: 22px;
font-weight: 600;
line-height: 28px;

}


.conditions ul li {
font-size: 18px;
font-weight: 500;
line-height: 26px;

}
.about_text{
    flex: auto !important;
    max-width: 100% !important;
}

    .background_text {
    right: 10%;
    width: 80%;
    top: 40px;
}

#background_text2 {
    
    width: 80%;
    right: 5%;
}

.wrap_h1_32, .wrap_h1_42{
    min-height: auto;
    //padding: 0;
}

    .white_h1 h1 {
        font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    }

    #white_h1_1 {
        bottom: -30px;
    }

    .bookmark > div > img {
        right: -6px;
    }

    .bookmark > p {
        font-weight: 500;
    }

    .timers {
    padding-top: 20px;
    padding-bottom: 0px;
    font-size: 18px;
    line-height: 26px;
    padding-left: 0;
}

    .timers > div > p {
    font-size: 16px;
}

.timers > div > div > h2 {
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
}

.timers > div > div > h3 {
    font-weight: 500;
font-size: 20px;
line-height: 24px;
}

.smart_projects {
    padding-left: 0px; 
}

.timer_projects, .timer_market {
    margin-left: 0;
}
.smart_market {
    padding-left: 0;
}

#white_h1_2 {
    bottom: 163px;
    }

#key_directs h2 {
    width: 100% !important;
}

.green_line {
    margin-top: 15px;
}

.open_vacancies .green_line {
    min-width: 120px;
    margin-top: 25px;
}

.open_vacancies_text {
font-size: 32px;
font-weight: 500;
line-height: 42px;

}

#direct_panel {
        width: calc(100% - 40px);
    height: 100%;
    left: 20px;
    top: -20%;
    padding-bottom: 80px;
}

.text_with_green_line{
    display: flex;
    flex-direction: row;
    gap: 5px;
    position: relative;
   // width: calc(100% + 60px);
}

.sl_line {
    margin-top: 16px;
}


#direct_panel h1 {
    font-size: 32px;
    white-space: nowrap;
}

.direct_img {
    display: none;
}

.slider_navigation{
    display: none;
}

.slider_wrapper {
    width: calc(100vw - 80px);
    height: fit-content;
}

#slider div {
    width: 100vw;
}

.bookmark ~ h2 {
font-size: 18px;
line-height: 24px;
}



.bookmark ~ h2 {
    padding-top: 16px;
}


#stages, #technologis {
   // padding-left: 40px !important;
}

.section_five .job_medium{
display: block;
width: 100%;
}

.section_five .job, .section_five .job_mini{
display: none;
}

.section_five h1 {
    padding-bottom: 0;
}

.section_five {
    padding-bottom: 0;
}

#stages span {
    font-weight: 700;
    font-size: 128px;
    line-height: 155px;
    pointer-events: none;
}

.stage_description h2 {
    font-weight: 500;
font-size: 22px;
line-height: 28px;
}

.stage_description > h2:nth-child(2) {
top: 155px;
    }

#stages h6 {
    font-weight: 500;
font-size: 16px;
line-height: 24px;
}

.row1 {
    flex-direction: column;
}

.technologies .col-sm-3{
    padding-right: 0;
    padding-left: 0;
}



.img_png, .img_jpg, .img_jpg_65, .img_png_65 {
    
    display: none;

}

.img_jpg_169 {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}

.img_png_169 {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
}

.img_jpg_169:hover{
opacity: 0;
}


#background_text3{
    width: 40.5%;
    //top: 0;
}

.feedback_text {
    width: 100%;
    
}

.feedback_text_container {
    left: 0;
    padding-left: 40px;
    position: relative;
    max-width: unset;
        
}

.feedback_text {
    padding: 40px 0 24px 0;
    justify-content: start;

}

.feedback_text h4 {
   // width: 80%;
}

.feedback_text h1, .feedback_form_container h1 {
    font-weight: 500;
font-size: 32px;
line-height: 42px;
padding-bottom: 16px;

}

.address{
    white-space: nowrap;
    display: flex;
    gap: 5px;
    margin-top: 15px;
}

.feedback_text h4 {
    font-weight: 500;
font-size: 18px;
line-height: 24px;
padding: 0 0 16px 0;
}

.feedback_text_proposition {
    padding: 0 0 40px 0 !important;
}

.feedback_form {
    padding: 40px;
}

.feedback_form_container {
    max-width: fit-content;
}

.name_phone {
    width: 100%;
}

input {
    width: 100%;
}

.mail_data {
    max-width: initial;
    width: 100%;
}


.footer {
    
    padding-top: 16px;
    padding-right: 40px;
    padding-bottom: 16px;
    padding-left: 40px;
    
}

.rights h5, .personal_conditions a {
    font-size: 12px;
    line-height: 16px;
    
}
	
	    div.wp-block-group, .wp-block-post-content {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }


}



@media screen and (max-width: 1160px) {
input, .mail input, .project textarea{
min-width: auto;

}
.vertical_lines2 {
    left: 51.5%;
        height: 6100px;
    }

.first_row > div:nth-child(2) {
    padding-left: 4px !important;
}

.first_row > div:nth-child(2) .row > div:nth-child(2) {
    padding-left: 2px !important;
}

.first_row > div:nth-child(1) .row > div:nth-child(1) {
    padding-left: 4px !important;
}

}


@media screen and (max-width: 992px) {

    .first_row > div:nth-child(2) {
    padding-left: 0px !important;
}

    .first_row > div:nth-child(2) .row > div:nth-child(2) {
    padding-left: 0px !important;
}

.first_row > div:nth-child(1) .row > div:nth-child(1) {
    padding-left: 0px !important;
}
}



@media screen and (max-width: 897px) {

.vertical_lines, .vertical_lines1, .vertical_lines2, .vertical_lines3, .vertical_lines4 {

    height: 6450px; 
    }
    

}

@media screen and (max-width: 1439px)  and (min-width: 1080px){

.wrap_h1_42 #white_h1_42{

 //   margin-top: 2rem; 
    }
    

}

@media screen and (max-width: 780px) {

.vertical_lines, .vertical_lines1, .vertical_lines2, .vertical_lines3, .vertical_lines4 {

    height: 6600px; 
    }
    

}




@media screen and (max-width: 768px) {

    .lines {
    top: 58px;
    width: 100%
}

.header {
    padding: 0px 20px;
   // height: 725px;
}


.big_line, .small_line {
    display: none;
}


.small_small_line {
    display: block;
    width: 100%;
}

.link_button {
   padding-bottom: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    }

.vacancies_feed {
    margin-bottom: 0;
        margin-top: 0;
    flex-direction: column;
}

.open_vacancies_item {
    border-bottom: 1px solid #1D1E22;
    max-height: 2400px;
}

.vacancies_hide {
    text-align: center;
}

.small_logo, .big_logo{
    display: none;
}


.small_small_logo{
    display: block;
}


.row .logo > span > a {
    display: none;
}




.main-menu li a {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}


.vertical_lines,.vertical_lines1, .vertical_lines2, .vertical_lines3, .vertical_lines4{
    display: none;
}
/*
.vertical_lines{
left:  20px;

height: 5800px;

}

.vertical_lines1{
//left: 414px;

height: 5800px;

}

.vertical_lines2{
left: 49.8%;

height: 5800px;

}

.vertical_lines3{
//left: 5800px;

height: 5800px;

}

.vertical_lines4{
//left: 1374px;

height: 5800px;

}
*/

.first_row > div:nth-child(1) .row > div:nth-child(1), .first_row > div:nth-child(2) .row > div:nth-child(1){
    max-width: 49%;
}



.stage_description > h2:nth-child(2){
    top: 125px;
}

.nav_phone {
top: 450px;
}

.nav_phone {
    position: absolute;
    bottom: 40px;
    }

.nav_phone > p, .nav_phone > a {
    font-weight: 600;
font-size: 18px;
line-height: 24px;
}

.nav_phone > p{
    padding-top: 20px;
}

.lang_panel_small{
    display: none;
}

.lang_panel_small_small{
display: block;
}

.lang_panel_small_small a {
    position: relative;
    padding: 0 12px;
}

.lang_panel_small_small .lang_primery:after {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #33ad43;
    content: '';
}

.bookmark, #stages .bookmark, #technologis .bookmark {
    left: 0;
    gap: 8px;
}

.bookmark > div > img {
    left: 0;
    width: 24px;
}

.bookmark ~ h1 {
    font-weight: 500;
font-size: 20px;
line-height: 26px;    
}

.sl_line {
    margin-top: 12px;
    left: -100px;
}

.text_with_green_line {
   // width: calc(100% + 35px);
}

.open_vacancies_item_name {
font-size: 18px;
font-weight: 500;
line-height: 24px;
padding: 12px 0 0 0;
}

.open_vacancies_item.closed .open_vacancies_item_name {
    padding: 12px 0;
}

.text_with_green_line h4 {
font-size: 16px;
font-weight: 500;
line-height: 24px;


}


.conditions ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.section_five .job_mini{
display: block;
}

.section_five .job, .section_five .job_medium{
display: none;
}


.timers {
    display: block !important;
    padding-top: 20px;
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    padding-right: 15px;
}

.timers > div > p {

    font-weight: 500;
font-size: 14px;
line-height: 16px;
}

.timers > div > div > h3 {
    font-size: 18px;
}

.stage_description h2 {
    font-size: 20px;
    line-height: 26px;
}

#stages h6 {
font-size: 16px;
line-height: 24px;
}

.feedback_text h1, .feedback_form_container h1 {
font-size: 20px;
line-height: 26px;
}

.feedback_text h4, .feedback_h6 {

    font-size: 14px;
line-height: 20px;
}

.feedback_text_proposition {
    padding: 0 0 48px 0 !important;
}

.feedback_form {
    padding: 20px 20px 40px 20px;
}
	
	.wpcf7-response-output{
		width: 90%;
    right: 4%;
	}


.mail, .project {
    margin-bottom: 16px;
}

.footer {
    padding-right: 15px;
    padding-left: 15px;
}

.personal_conditions h5 {
    margin-bottom: 0;
}




.section_one > .container, .section_two > .container, .section_five > .container {
    padding: 40px 5px 40px 5px !important;
}

#key_directs.container{
padding: 0px 5px 0px 5px !important;
}

#key_directs h2, #stages h4 {
    margin-top: 14px;
    font-size: 16px;
    line-height: 24px;
        margin-bottom: 14px;
}

#direct_panel ul {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 1.5rem;
}

#direct_panel .bookmark > p {
    font-size: 18px;
    line-height: 24px;
        margin-bottom: 8px;
}

#direct_panel {
    padding: 40px 16px 40px 16px;
    top: -15%;
}

.section_two {
    padding: 0 16px;
}

.green_line {
    top: 14px;
}

.open_vacancies .green_line {
    min-width: 40px;
    margin-top: 15px;
}


.open_vacancies_text {
font-size: 20px;
font-weight: 500;
line-height: 26px
}



#first_direct .bookmark > div, #second_direct .bookmark > div, #third_direct .bookmark > div, #fourth_direct .bookmark > div, #fifth_direct .bookmark > div, #sixth_direct .bookmark > div, #seven_direct .bookmark > div {
    width: 40px;
}


#key_directs .bookmark {
    padding-left: 0;
    left: -30px;
}

.slider_wrapper {
    width: calc(100vw - 20px);
}

#first_direct, #second_direct, #third_direct, #fourth_direct, #fifth_direct, #sixth_direct, #seven_direct {
    padding-left: 0px;
}

#direct_panel h1 {
    font-size: 20px;
}

#container-role {
   // padding-bottom: 116px !important;
   padding: 40px 16px 24px 16px !important;
}


#stages, #technologis {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

#stages span {
    line-height: 125px;
    top: 41px;
}

.feedback_text_container {
    padding-left: 21px;
    padding-right: 21px;
}



.data_agreement a {
    //position: absolute;
    top: 30px;
    left: 20px;
        text-decoration: underline;
}
.vacancies_form_container {
		left: 0;
		max-width: unset;
	}
	
	.file-box {
		width: unset;
	}

.vacancies_form_container {
    padding: 24px 16px 4px 16px;
}
	.timers a, .vacancies_feed a {
    width: 100%;
}

.send_mail_vac {
    max-width: unset;
}


.img_png, .img_jpg, .img_jpg_169, .img_png_169 {
    
    display: none;

}

.img_jpg_65 {
    display: block;
    width: 79%;
    position: relative;
    z-index: 1;
    margin: auto;
}

.img_png_65 {
    display: block;
    width: 79%;
    position: absolute;
    top: 0;
    left: 10.5%;
}

.img_jpg_65:hover{
opacity: 0;
}


.rights h5, .personal_conditions h5, .personal_conditions a {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 0;
}




.rights, .personal_conditions{
    width: 100%;
    text-align: center;
}


}


@media screen and (max-width: 611px) {

.vertical_lines, .vertical_lines1, .vertical_lines2, .vertical_lines3, .vertical_lines4 {

    height: 5980px; 
    }
    
	
	

}



@media (max-width: 576px) {

.metal_text > p, .wood_text > p, .agri_text > p, .oil_text > p, .metal_text, .wood_text, .agri_text, .oil_text {
    min-width: auto;
   
}











.technologies .col-sm-3 {
    width: 25% !important;
}


.name {
    padding: 0 !important;
    margin-bottom: 24px;
}


.type_col .horizontal {
    padding-top: 6px;


}


@media (max-width: 575.5px) {
.vertical_lines, .vertical_lines1, .vertical_lines2, .vertical_lines3, .vertical_lines4 {
    display: none; 
    }


    .first_row > div:nth-child(1) .row > div:nth-child(2) > h5:nth-child(1), .first_row > div:nth-child(2) .row > div:nth-child(2) > h5:nth-child(1) {

left: -4.5%;
margin-bottom: 24px;

    }

    .first_row > div:nth-child(1) .row > div:nth-child(2) > h5:nth-child(2) {

    margin-bottom: 27px;

    }

    }



@media (max-width: 460px) {

.feedback_text_container{

max-width: 540px;

}

.address {
    white-space: unset;
    flex-direction: column;
}
}




@media (max-width: 360px) {


.main-menu li {
    max-width: 320px;
}




.img_png, .img_jpg, .img_jpg_169, .img_png_169 {
    
    display: none;
}

.img_jpg_65, .img_png_65 {
   
    display: block;
}

}
	.wpcf7.js{
		    margin-block-start: unset;
	}
	
	.vac-small-visible{
		display: none
	}


