@font-face {
font-weight: 400;
font-style: normal;
font-family: Gilroy;
src: url(fonts/gilroy-regular.ttf);
    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;
	
}

h1 {
    font-size: 2em;
}

.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: 24px;
position: relative;
    top: 48px;
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{
background: #388E3C;
border: 0px;
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: 16px;
    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: 900px;
background: #1D1E22;
    min-width: 360px;
}

.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 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; 
}

.hero{
width: 100%;
font-weight: 700;
font-size: 80px;
line-height: 100px;
//left: calc(50% - 610px);
top: 134px;
position: relative;
z-index: 2;
color: #FFFFFF;
animation-name: hero;
animation-duration: 3s;
padding: 0 15px;
}

.hero > h3{
font-weight: 400;
    font-size: 26px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
}

.hero > h1{
font-weight: 700;
font-size: 80px !important;
line-height: 100px;
}

@keyframes hero {
0% {top: 164px; opacity: 0;}
66% {top: 164px; opacity: 0;}
100% {top: 134px; opacity: 1;}
}

.section_one > .container, .section_two > .container, .section_five > .container{
padding: 80px 0px 170px 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: 1260px;
    height: calc(100% + 160px);
    background: #FFFFFF;
    position: relative;
    left: calc(50% - 705px);
    top: -200px;
    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;
}

#work_stages, .section_five{
   z-index: unset; 
}

.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;
max-height: 160px;
}


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

.timers{
padding: 80px 115px 80px 15px;
position: relative;
font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: #1D1E22;
    gap: 12px;
}

.timers a{
    color: #1D1E22 !important;
}



.timers a:hover{
    color: #388E3C !important;
}


.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;  
}







.section_two{
height: fit-content;
background: #F5F5F5;
position: relative;
z-index: 3;

}

#key_directs{
background: #F5F5F5;
position: relative;
z-index: 4;
    bottom: 0;
    max-width: unset !important;
    padding-bottom: 0;
        padding-top: 80px;
}







#key_directs > .row{
//height: 500px;
}


.key_directs_head {
 //min-height: 380px;  
 margin-bottom: 48px;    
}


#key_directs h2{
font-weight: 500;
font-size: 24px;
line-height: 32px;
color: #1D1E22;
bottom: 0;
    position: relative;
    width: 93% !important;
        margin-bottom: 40px;
}

#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;
    position: absolute;
    width: 890px;
    top: 65px;
    right: -210px;
    height: 1px;
}

#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;
	    cursor: context-menu;
}

#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;
	text-transform: none;
	letter-spacing: unset;

}

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

.section_five h1{
//padding-bottom: 70px;
}

.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;
}

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

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

.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;
}

.row1{
display: flex;   
}

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

.img_png{
width: 91.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;

}




.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{
margin-bottom: 24px;
float: left;
}

.name_phone p{
margin-bottom: 0;
}

.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;

}

.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: 40px;
pointer-events: none;
}

.data_agreement p{
display: flex;
}

.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;
	margin-top: 8px;
    margin-left: 14px;
}



.first_label{

max-width: 20px;
    }

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


    }  

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

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

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

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

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

.data_agreement .checkmark: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 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 a:hover{    
color: #388E3C;
}

.send_mail a{
    color: inherit;
}

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

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

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



.ches_disabled{
    border-color: #767676;
}

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

.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;
//padding: 12px 20px;
//width: 181px;
height: 48px;
background: ;
background: #272727;
border: 1px solid #FFFFFF;
cursor: pointer;
transition: background 0.5s;
	width: unset;
    padding: 0 16px;
}

.post-submit{
	width: 50px;
    height: 40px;
    border-radius: 4px;
    margin: auto;
}


button:hover/*, .wpcf7-submit:hover*/{
background: #388E3C;
border: 0px;
text-decoration: none;
transition: background 0.5s;
}

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

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

.wpcf7-spinner{
	display: none;
}



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

.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;
}



.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) {

#direct_panel {
    left: unset;
    margin: 0 auto;
}

.right_navigation {
    right: -70px;
}

.green_line {
    width: 710px;
    right: -32px;
}

}




@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;
}

.header {

    padding: 0px 25px;
    height: 725px;
        z-index: 0;
    //position: relative;
}


.header_mobile{
    z-index: 4;
}

.main-menu_mobile{
    display: contents !important;
    
}

.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%;
    }
	
	.data_agreement p br {
    display: none;
}

.section_one, .section_five{
padding: unset;
}

#container-role {
    position: relative;
    padding: 40px 0 125px 0 !important;
    padding-left: 40px !important;
}



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

#stages h4{
    //padding: 0;
}

#stages h4, #key_directs h2 {
    width: 100%;
}


#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 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;
}

.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;
}

.hero {
    margin-top: -64px;
    left: -10px;
    width: 100%;
}

.hero_close {
    top: 673px;
    opacity: 0;
    animation-duration: 0.1s;
}

.hero > h1 {
    font-weight: 700;
font-size: 48px !important;
line-height: 64px;
    padding-left: 10px;

}

.hero > h3 {
    padding-left: 10px;
    font-size: 22px;
line-height: 24px;
margin-bottom: 16px;
}

.link_button {
    top: 40px;
    padding-left: 13px;
}

.column {
    display: none;
}

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

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





.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: 95%;
        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;
    }

.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: 82px;
    //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: 63px;
    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 {
    width: 100%;
    position: relative;
    right: 0;
    bottom: 0px;
    top: 20px;
    height: 1px;

}

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

.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 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;
        
}
	
	div.wp-block-group, .wp-block-post-content{
		margin-left: 0 !important;
    margin-right: 0 !important;
	}
	

.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;
    
}


}



@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;
}
	
	.wpcf7-response-output {
    width: 50%;
    right: 25%;
}

}


@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;
}

.hero {
    margin-top: 0px;
    
}

.big_line, .small_line {
    display: none;
}


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

.link_button {
    top: 30px;
    }


.small_logo, .big_logo{
    display: none;
}


.small_small_logo{
    display: block;
}

.hero > h1 {
    font-weight: 700;
    font-size: 32px !important;
line-height: 46px;
}

.hero > h3 {
    font-size: 14px;
line-height: 22px;
margin-bottom: 8px;
}

.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;

}
*/

	.wpcf7-response-output {
    width: 90%;
    right: 4%;
}
	
	
	
.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 {
    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: flex;
}

.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% + 30px);
}

.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;
}


.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%;
}

.green_line {
    top: 14px;
}

#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: 146px !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;
}







.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) {

.header {
    padding: 0px;
}

#container-role {
    padding-left: 16px !important;
}

#direct_panel {
    width: calc(100% + 6px);
    left: -3px;
}

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


.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;

}




}


.is-layout-constrained {
    max-width: none;
}
	
