html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,img{display:block}body{}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
html,body{
    font-family: "Montserrat", sans-serif;
    color: #161616;
    font-size: 18px;
    font-weight: 500;
}
input,textarea{
    font-family: "Montserrat", sans-serif;
}

._flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

._center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

._between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

._vcenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

._column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
._tcenter{
    text-align: center;
}
._wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrap{
    max-width: 1200px;
    padding-left: 80px;
    padding-right: 80px;
    margin: 0 auto;
    position: relative;
}
svg,
img{
    max-width: 100%;
    height: auto;
}
em{
    font-style: normal;
    transition-duration: .5s;
    transition-delay: .4s;
    transition-property: color;
}
.animated em{
    color: #008FE0;
}

.main_text em{
    font-weight: 600;
}

.caption_prim{
    font-size: 36px;
    font-weight: 800;
    line-height: 140%;
}
.caption_second{
    font-size: 28px;
    font-weight: 700;
    line-height: 140%;
}
.caption_third{
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}

.main_section{
    overflow: hidden;
    padding-top: 88px;
    padding-bottom: 88px;
}
.main_section._grey{
    background: #F6F6F9;
}

.main_text{
    font-size: 18px;
    line-height: 150%;
}
.main_text p{
    margin-top: 16px;
    margin-bottom: 16px;
}
.button{
    height: 44px;
    display: flex;
    align-items: center;
    padding-left: 75px;
    padding-right: 75px;
    background: #008FE0;
    border: 1px solid #008FE0;
    transition: .2s;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 24px;
    cursor: pointer;
    justify-content: center;
}
.button a{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    transition: .2s;
}
.button._transparent{
    background: transparent;
    color: #008FE0;
}
.button._transparent a{
    color: #008FE0;
}
.button._transparent:hover{
    background: #008FE0;
    color: #fff;
}
.button._transparent:hover a{
    color: #fff
}
.wrp_hero_button{
    display: flex;
    align-items: center;

}

.button:hover{
    background: transparent;
}

/*Header

.header_menu_ico{
    left: 80px;
    top: 28px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    z-index: 10;
}
.header_menu_ico_line{
    width: 22px;
    height: 2px;
    left: 4px;
    border-radius: 2px;
    background: #008FE0;
    position: absolute;
    transition: .2s;
}
.header_menu_ico_line1{
    top: 9px;
}
.header_menu_ico_line2{
    top: 14px;
}
.header_menu_ico_line3{
    top: 19px;
}
*/
/*Hero*/
.hero_button{
    margin-top: 50px;
}
.hero{
    position: relative;
    color: #fff;
}
.hero_block{
    padding-top: 180px;
    padding-bottom: 145px;
    max-width: 845px;
}
.hero_image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero_main_text{
    margin-top: 12px;
}
.hero_block .caption_prim{
    text-transform: uppercase;
    font-size: 52px;
}
.main_section.how{
    padding-top: 68px;
    padding-bottom: 68px;
}

/*Intro*/
.intro_block_cap{
    width: 40%;
}
.intro_block_info{
    padding-right: 40px;
}
.intro_block_text{
    width: 60%;
}

/*Building*/
.building_block_item_ico{
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    margin-right: 16px
}
.building_block_item_caption{
    font-size: 18px;
    font-weight: 700;
}
.building_block_item_text{
    margin-top: 4px;
    font-size: 16px;
    font-weight: 600;
}
.building_block {
    margin-top: 90px;
}
.building_block_list{
    margin-top: 36px;
}
.building_block_item{
    margin-bottom: 40px;
}
.building_main_text{
    margin-top: 16px;
}
.building_info{
    width: 40%;
}
.building_text{
    width: 60%;
}

/*Global*/
.global_block{
    position: relative;
    margin-top: 20px;
}
.global_block_info{
    width: 49.5%;
}
.global_block_image{
    width: 49.5%;
    /*
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    */
}
.map_point_c{
    display: none;
}
.map_c{
    display: none;
}
.global_block_image_caption{
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 20px;
}
.global_block_image_caption_icon{
    flex-shrink: 0;
    margin-right: 12px;
    width: 24px;
    height: 24px;
}
.global_block_image_caption_text{
    font-size: 16px;
    font-weight: 600;
}
.global_block_image_captions{

    justify-content: flex-end;
}

/*Production*/
.production_block_image{
    width: 55%;
    position: relative;
}
.production_block_image img{
    width: 100%;
}
.production_block_chart{
    width: 40%;
}
.production_main_text{
    max-width: 670px;
    margin-top: 20px;
}

.production_block_chart_info{
    max-width: 390px;
    padding-left: 10px;
}
.production_block_chart_text{
    margin-top: 28px;
}
.production_block_chart{
    display: flex;
    justify-content: flex-end;
}
.production_block_perc{
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 205px;
    height: 205px;
    border: 3px solid #008FE0;
    border-radius: 50%;
    background: #fff;
    top: 25%;
    right: -60px;
    justify-content: center;
}
.production_block_perc_value{
    font-size: 44px;
    color: #008FE0;
    font-weight: 700;
}
.production_block_perc_text{
    font-size: 14px;
    line-height: 150%;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
}
.production_block{
    margin-top: 20px;
}

/*Valley*/
.valley_main_text{
    margin-top: 24px;
}
.wrap_valley_block_info{
    padding-right: 40px;
}
.valley_block_info{
    width: 100%;
}
.valley_block_image{
    width: 466px;
    max-width: 100%;
    flex-shrink: 0;
    position: relative;
}
.valley_block_hint{
    position: absolute;
    bottom: 44px;
    left: -17px;
    right: 62px;
    background :#fff;
    border-radius: 32px 32px 0px 32px;
    box-shadow: 0px 4px 20px 0px #2A2A2A26;
    padding: 6px 18px;
    font-size: 16px;
}
.valley_block_hint:after{
    content:'';
    position: absolute;
    width: 40px;
    height: 40px;
    right: -48px;
    bottom: 0;
    box-shadow: 0px 4px 20px 0px #2A2A2A26;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyLjE2NjcgMTUuMTY2N0gxOS44MzM0QzE5LjEzMzQgMTUuMTY2NyAxOC42NjY3IDE1LjYzMzQgMTguNjY2NyAxNi4zMzM0QzE4LjY2NjcgMTcuMDMzNCAxOS4xMzM0IDE3LjUgMTkuODMzNCAxNy41SDIwLjg4MzRDMjAuNDE2NyAyMC40MTY3IDE4LjA4MzQgMjIuNzUgMTUuMTY2NyAyMy4yMTY3VjEyLjgzMzRIMTYuMzMzNEMxNy4wMzM0IDEyLjgzMzQgMTcuNSAxMi4zNjY3IDE3LjUgMTEuNjY2N0MxNy41IDEwLjk2NjcgMTcuMDMzNCAxMC41IDE2LjMzMzQgMTAuNUgxNS4xNjY3VjkuMTAwMDRDMTYuNTY2NyA4LjYzMzM3IDE3LjUgNy4zNTAwNCAxNy41IDUuODMzMzdDMTcuNSAzLjg1MDA0IDE1Ljk4MzQgMi4zMzMzNyAxNCAyLjMzMzM3QzEyLjAxNjcgMi4zMzMzNyAxMC41IDMuODUwMDQgMTAuNSA1LjgzMzM3QzEwLjUgNy4zNTAwNCAxMS40MzM0IDguNjMzMzcgMTIuODMzNCA5LjEwMDA0VjEwLjVIMTEuNjY2N0MxMC45NjY3IDEwLjUgMTAuNSAxMC45NjY3IDEwLjUgMTEuNjY2N0MxMC41IDEyLjM2NjcgMTAuOTY2NyAxMi44MzM0IDExLjY2NjcgMTIuODMzNEgxMi44MzM0VjIzLjIxNjdDOS45MTY2OSAyMi43NSA3LjU4MzM1IDIwLjQxNjcgNy4xMTY2OSAxNy41SDguMTY2NjlDOC44NjY2OSAxNy41IDkuMzMzMzUgMTcuMDMzNCA5LjMzMzM1IDE2LjMzMzRDOS4zMzMzNSAxNS42MzM0IDguODY2NjkgMTUuMTY2NyA4LjE2NjY5IDE1LjE2NjdINS44MzMzNUM1LjEzMzM1IDE1LjE2NjcgNC42NjY2OSAxNS42MzM0IDQuNjY2NjkgMTYuMzMzNEM0LjY2NjY5IDIxLjQ2NjcgOC44NjY2OSAyNS42NjY3IDE0IDI1LjY2NjdDMTkuMTMzNCAyNS42NjY3IDIzLjMzMzQgMjEuNDY2NyAyMy4zMzM0IDE2LjMzMzRDMjMuMzMzNCAxNS42MzM0IDIyLjg2NjcgMTUuMTY2NyAyMi4xNjY3IDE1LjE2NjdaTTE0IDQuNjY2NzFDMTQuNyA0LjY2NjcxIDE1LjE2NjcgNS4xMzMzNyAxNS4xNjY3IDUuODMzMzdDMTUuMTY2NyA2LjUzMzM3IDE0LjcgNy4wMDAwNCAxNCA3LjAwMDA0QzEzLjMgNy4wMDAwNCAxMi44MzM0IDYuNTMzMzcgMTIuODMzNCA1LjgzMzM3QzEyLjgzMzQgNS4xMzMzNyAxMy4zIDQuNjY2NzEgMTQgNC42NjY3MVoiIGZpbGw9IiMwMDhGRTAiLz4KPC9zdmc+Cg==);
    background-size: 28px;
    border-radius: 50%;
}
.valley_block_point{
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    max-width: 210px;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    background: #EDB900;
    border-radius: 12px;
    padding-left: 10px;
    padding-right: 10px;
    top: 35%;
    right: 37%;
}   
.valley_block_point:before{
    content:'';
    position: absolute;
    left: 50%;
    top: -37px;
    margin-left: -14px;
    width: 28px;
    height: 28px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzMwM183NzQ3KSI+CjxlbGxpcHNlIGN4PSIxNS4xNjEyIiBjeT0iMjUuMDU5NSIgcng9IjEyLjYwMjciIHJ5PSI0Ljk3NTQ0IiB0cmFuc2Zvcm09InJvdGF0ZSgtMC44MzE0NTMgMTUuMTYxMiAyNS4wNTk1KSIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTIxLjAxMjMgMjAuODk2OUwxOS44NjE4IDIzLjA2MDNMMjUuNDk1IDIyLjEzOTNDMjQuMzU4MiAyMS41NjkxIDIyLjgxOTMgMjEuMTYxNiAyMS4wMTIzIDIwLjg5NjlaTTYuNTAwOTUgMjEuMzY4NUMzLjg5MTgzIDIyLjA1NjYgMi4yMzg4OSAyMy4xODQyIDIuMjM4ODkgMjQuODU4OUMyLjIzOTk3IDI1LjIxOTQgMi4zMTg3OCAyNS41NzU1IDIuNDY5OTUgMjUuOTAyOEwxMS41MTA4IDI0LjQyNTFMNi41MDA5NSAyMS4zNjg1Wk0yNy40MDE3IDIzLjg4MjFMMTQuODE4OCAyNS45MzNMMTguMTM3MiAyOS43MDgyQzIzLjU4NjUgMjkuMjIwMSAyNy42MTM2IDI3LjQ3OTQgMjcuNjEzNiAyNC44NTg5QzI3LjYxMzYgMjQuNTA5NiAyNy41Mzg0IDI0LjE4NDggMjcuNDAxNyAyMy44ODIxWk0xMi42OTI3IDI2LjI4N0w0LjE5MDY2IDI3LjY3NjdDNi40Mzc5NiAyOS4wNjg3IDEwLjQwNDUgMjkuODUyNiAxNC45MjYzIDI5Ljg1MjZDMTUuMjAwMyAyOS44NTI2IDE1LjQ2ODEgMjkuODQ0OSAxNS43MzggMjkuODM5MkwxMi42OTI3IDI2LjI4N1oiIGZpbGw9IiNFREI5MDAiLz4KPGNpcmNsZSBjeD0iMTQuOTI2NCIgY3k9IjguNzA3MDEiIHI9IjQuOTc1NDQiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xNC45MjcgMEMxMC4wNjEgMCA2LjA2ODQ4IDMuOTgwMjUgNi4wNjg0OCA4LjgzNTE4QzYuMDY4NDggMTAuNzAxNiA2LjY2MTY1IDEyLjQ0MDIgNy42NjMyMSAxMy44Njk4TDEzLjQwNTEgMjMuNzk1OEwxMy40Mjk1IDIzLjgyNzhDMTMuNjU2MSAyNC4xMjM2IDEzLjg3NzMgMjQuMzU3MSAxNC4xMzcgMjQuNTI4N0MxNC4zOTY4IDI0LjcwMDcgMTQuNzE5MiAyNC44MDM0IDE1LjAzNTYgMjQuNzcxN0MxNS42Njc5IDI0LjcwODQgMTYuMDU1MSAyNC4yNjE4IDE2LjQyMjYgMjMuNzYzOUwxNi40NDIzIDIzLjczODJMMjIuNzgxMiAxMi45NDkyTDIyLjc4NDggMTIuOTQyM0MyMi45MzM0IDEyLjY3MzYgMjMuMDQzMyAxMi40MDAyIDIzLjEzNjQgMTIuMTMzOUMyMy41NjQgMTEuMDg2NyAyMy43ODQgOS45NjYzNCAyMy43ODQyIDguODM1MThDMjMuNzg0MiAzLjk4MDI1IDE5Ljc5MjkgMCAxNC45MjcgMFpNMTQuOTI3IDUuMDg4MzhDMTcuMDM3OCA1LjA4ODM4IDE4LjY4NTQgNi43MzI5NiAxOC42ODU0IDguODM0ODlDMTguNjg1NCAxMC45Mzc0IDE3LjAzNzggMTIuNTgxNCAxNC45MjcgMTIuNTgxNEMxMi44MTU4IDEyLjU4MTQgMTEuMTY3MyAxMC45MzcxIDExLjE2NzMgOC44MzQ4OUMxMS4xNjczIDYuNzMzMjYgMTIuODE2MSA1LjA4ODM4IDE0LjkyNyA1LjA4ODM4WiIgZmlsbD0iI0VEQjkwMCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzMwM183NzQ3Ij4KPHJlY3Qgd2lkdGg9IjI5Ljg1MjYiIGhlaWdodD0iMjkuODUyNiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K)
    
}

/*Impact*/
.impact_block_info{
    width: 40%;
    position: relative;
    z-index: 2;
}
.impact_block_info:before{
    content:'';
    position: absolute;
    right: 0;
    width: 100vw;
    height: 100%;
    background: #fff;
    z-index: 1;
}

.impact_list{
    width: 60%;
}
.wrp_impact_block_info{
    padding-right: 40px;
    position: relative;
    z-index: 2;
}
.impact_main_text{
    margin-top: 20px;
}
.wrp_impact_slider{
    padding: 73px 40px;
    background: #F6F6F9;
    position: relative;
}
.impact .wrap:after{
    content: '';
    position: absolute;
    left: 100%;
    margin-left: -100px;
    top: 0;
    width: 100vw;
    height: 100%;
    background: #F6F6F9;
}
.impact_item {
    width: 464px;
    
}
.impact_item_info{
    background: #fff;
    margin-left: 18px;
    margin-right: 18px;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 10px;
}
.impact_item_caption{
    font-size: 18px;
    font-weight: 700;
    color: #008FE0;
}
.impact_item_text{
    margin-top: 5px;
}
.impact_item_text ul{
    list-style: outside disc;
    margin-left: 20px;
}
.swiper-pagination{
    bottom: 28px!important;
}

/*Route*/
.route_block_info{
    width: 56%;
}
.route_block_image{
    width: 43%;
}
.route_list{
    margin-top: 32px;
}
.route_list_info{
    padding-right: 33px;
}
.route_item{
    margin-bottom: 12px;
}
.route_item_text{
    display: none;
}
.route_item{
    margin-bottom: 12px;
    border-radius: 20px;
    
    background: #F6F6F9

}
.route_item_caption{
    font-size: 20px;
    font-weight: 700;  
    padding: 13px 50px 13px 24px; 
    cursor: pointer;
    position: relative;
}
.route_item_caption:after{
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 26px;
    transition: .3s;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDBDNC41IDAgMCA0LjUgMCAxMEMwIDE1LjUgNC41IDIwIDEwIDIwQzE1LjUgMjAgMjAgMTUuNSAyMCAxMEMyMCA0LjUgMTUuNSAwIDEwIDBaTTEzLjcgMTAuN0wxMC43IDEzLjdDMTAuNiAxMy44IDEwLjUgMTMuOSAxMC40IDEzLjlDMTAuMiAxNCA5LjkgMTQgOS42IDEzLjlDOS41IDEzLjkgOS40IDEzLjggOS4zIDEzLjdMNi4zIDEwLjdDNS45IDEwLjMgNS45IDkuNyA2LjMgOS4zQzYuNyA4LjkgNy4zIDguOSA3LjcgOS4zTDkgMTAuNlY3QzkgNi40IDkuNCA2IDEwIDZDMTAuNiA2IDExIDYuNCAxMSA3VjEwLjZMMTIuMyA5LjNDMTIuNyA4LjkgMTMuMyA4LjkgMTMuNyA5LjNDMTQuMSA5LjcgMTQuMSAxMC4zIDEzLjcgMTAuN1oiIGZpbGw9IiMwMDhGRTAiLz4KPC9zdmc+Cg==)

}
.route_item.active .route_item_caption:after{
    transform: rotate3d(1,0,0,180deg);
    -webkit-transform: rotate3d(1,0,0,180deg);
}

.route_item_text{
   padding-lefT: 24px;
   padding-right: 24px;
   padding-bottom: 13px;
}

.route_item_text ul{
    /*list-style: outside none;*/
}
.route_item_text ul li{
    position: relative;
    padding-left: 20px;
}
.route_item_text ul li:before{
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    position: absolute;
    left: 11px;
    top: 11px;
    background: #008FE0;
    border-radius: 50%;
}

/*What kind of*/
.become_item{
    width: 25%;
    margin-top: 28px;
    transition-duration: .8s;
    transition-property: opacity, transform;
    transform: translate(0px, -100px);
    -webkit-transform: translate(0px, -100px);
    opacity: 0;
}
.animated .become_item{
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    opacity: 1;
}
.become_item_info{
    padding-left: 25px;
    padding-right: 25px;
}
.become_item:nth-child(4n) .become_item_info{
    padding-right: 0;
}
.become_item_caption{
    color: #161616;
    margin-top: 20px;
    font-weight: 700;
    font-size: 24px;
}
.become_caption{
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}
.become_text{
    max-width: 585px;
    margin-left: auto;
    margin-right: auto;
}
.become_item_image{
    width: 88px;
    height: 88px;
}
.become_text{
    margin-top: 24px;
}
/*Contact us*/
.contactus_caption_second{
    margin-top: 16px;
}
.contactus_caption_prim{
    margin-top: 8px;
}

.contactus_block_info{
    width: 50%;
}
.contactus_block_form{
    width: 50%;
    justify-content: flex-end;
}
.contactus_block_form_info{
    width: 430px;
    max-width: 100%;
}

/*Footer*/
footer{
    padding-bottom: 100px;
}
.soc_link_a{
    transition: .2s;
}
.soc_link_a:hover{
    opacity: .6;
}
.footer_soc_links .soc_link{
    margin-left: 20px
}
.footer_block_menu {
    width: 100%;
}
.footer_soc_links{
    flex-shrink: 0;
}
.footer_block_menu ul{
    display: flex;
    flex-wrap: wrap;
}
.footer_block_menu ul li{
    margin-right: 40px;
    margin-bottom: 18px;
}
.footer_block_menu ul li a{
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #555A65;
}


/*Header
.header_menu{
    background: #F6F6F9;
    border-radius: 0px 0px 50px 50px;
    position: absolute;
    left: 60px;
    right: 60px;
    top: 0;
    z-index: 2;
    transform: translate(0,-110%);
    -webkit-transform: translate(0,-110%);
    transition: .3s;
}
.wrap_header_menu{
    max-width: 500px;
    margin: 150px auto;
    padding-left: 20px;
    padding-right: 20px;
 
}
.header_menu ul{
    display: flex;
    flex-wrap: wrap;
}
.header_menu ul li{
    width: 50%;
    margin-bottom: 40px;
}
.header_menu ul li a{
    text-decoration: none;
    color: #555A65;
    font-size: 20px;
    transition: .2s;
}

.header_menu ul li a:hover{
    color: #008FE0;
}
.header_soc_links{
    width: 100%;
}
.header_soc_links .soc_links{
    width: 100%;
    justify-content: center;
    margin-bottom: 56px;
}
.header_soc_links .soc_link{
    margin-left: 10px;
    margin-right: 10px;
}
body.menu_opened .header_menu_ico_line2{
    opacity: 0;
}
body.menu_opened .header_menu_ico_line1{
    transform: rotate(45deg) translate(5px,4px);
    -webkit-transform: rotate(45deg) translate(5px,4px);
}
body.menu_opened .header_menu_ico_line3{
    transform: rotate(-45deg) translate(3px, -2px);
    -webkit-transform: rotate(-45deg) translate(3px, -2px);
}
body.menu_opened .header_menu{
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
}
*/
.concept_block_image_number{
    width: 32px;
    height: 32px;
    border-radius: 12px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background: #008FE0;
    margin-right: 12px;
}


.concept_block_image_caption{
    font-size: 18px;
    font-weight: 700;
    color: #161616;
}
.concept_block_image_text{
    margin-top: 4px;
    font-size: 16px;
    font-weight: 600;
}
.contept_block_img{
    position: relative;
}
.concept_block_image_info{
    position: relative;
}
.concept_block_image_info:before{
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #008FE0;
}
.concept_block_image_wrp{
    padding-top: 8px;
}

.point{
    width: 1px;
    height: 1px;
    position: absolute;
    /*transform:scale(1000%)*/
}


.line {
    position: absolute;
    height: 1px;
    background-color: #008FE0;
    margin: 0px;
}
.eline{
    position: absolute;
    height: 1px;
    background-color: #EDB900;
    margin: 0px;
    z-index: 2;
}

.line:after{
    content:'';
    position: absolute;
    width: 10px;
    height: 10px;
    right: -5px;
    top: -5px;
    background: #008FE0;
    border-radius: 50%;
}

.concept_block_image_info {
    position: absolute;
}
.point_end{
    position: absolute;
    right: 0;
    top:0;
}
.concept_block_info{
    margin-top: 50px;
}

#point1_end{
    top: 38%;
    left: 24.5%;   
}
#point2_end{
    top: 16.3%;
    left: 29%;
}
#point3_end{
    top: 16.3%;
    right: 43%;
}
#point4_end{
    top: 30%;
    right: 43%;
}
#point5_end{
    top: 46%;
    right: 17%;
}

#point6_end{
    top: 80%;
    left: 40%;
}

.concept_block_image_info_1{
    top: 22%;
    left: 0.1%;
    width: 285px;
}
.concept_block_image_info_2{
    top: 2%;
    left: 4%;
    width: 295px;
}
.concept_block_image_info_3{
    width: 400px;
    top: 0;
    right: 8%
}
.concept_block_image_info_4{
    width: 400px;
    top: 17%;
    right: 1%;
}

.concept_block_image_info_5{
    width: 400px;
    top: 79%;
    right: 0%;
}

.concept_block_image_info_3 .concept_block_image_number,
.concept_block_image_info_4 .concept_block_image_number,
.concept_block_image_info_5 .concept_block_image_number{
    order: 2;
    margin-right: 0;
    margin-left: 0;
}
.concept_block_image_info_3 .concept_block_image_wrp,
.concept_block_image_info_4 .concept_block_image_wrp,
.concept_block_image_info_5 .concept_block_image_wrp{
    margin-left: 12px;
}

.concept_block_image_info_3:before,
.concept_block_image_info_4:before,
.concept_block_image_info_5:before{
    left: 0;
    right: 10px;
}
.concept_block_image_info_3 .point_end,
.concept_block_image_info_4 .point_end,
.concept_block_image_info_5 .point_end{
    left: 0;
    right: initial;    
}


.concept_block_image_info_6{
    top: 71%;
    left: 1%;
    width: 295px;
}

.rel_contept_block_img{
    position: relative;
}
.point_txt{
    display: none;
}

/*About*/
.about_block_info{
    width: 60%;
    position: relative;
    z-index: 2;
}
.wrp_about_block_info{
    padding-right: 40px;
}
.about_block_image{
    width: 40%;
    position: relative;
}


.about_main_text{
    margin-top: 24px;
}
.about_item_number{
    width: 48px;
    height: 48px;
    border-radius: 12px;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    background: #008FE0;
    flex-shrink: 0;
    margin-right: 16px;
    display: flex;
}
.about_list{
    margin-top: 24px;
}
.about_item_captions{
    align-self: center;
}
.about_item_caption{
    font-weight: 700;
    font-size: 18px;
    position: relative;
}
.about_item_text{
    font-size: 16px;
    margin-top: 4px;
}
.about_item_caption1{
    padding-right: 20px
}
.about_item{
    margin-bottom: 20px;
}
.about_item_caption3{
    margin-bottom: 12px;
}
.about_item_caption3 .about_item_caption{
    white-space: nowrap;
}

.about_item_caption2 .about_item_caption,
.about_item_caption3 .about_item_caption{
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid #EDB900;
}
.about_item_caption3 .about_item_text{
    margin-top: 9px;
}
.about_item4{
    float: left;
}
.about_item5{
    margin-top: -80px;
    padding-left: 60px;
}

/*Animation*/
.hero_caption_prim{
    transform: translate(-10%,-10%);
    -webkit-transform: translate(-10%,-10%);
    transition: .8s;
    opacity: 0;
}

.hero_main_text{
    transform: translate(10%,10%);
    -webkit-transform: translate(10%,10%);
    transition: .8s;
    opacity: 0;
}
.wrp_hero_button{
    opacity: 0;
    transition: .6s;
}
.production_block_image,
.building_info,
.intro_block_cap{
    transform: translate(-10%,0%);
    -webkit-transform: translate(-10%,0%);
    transition: .8s;
    opacity: 0;
}
.route_block_image,
.building_text,
.intro_block_text{
    transform: translate(10%,0%);
    -webkit-transform: translate(10%,0%);
    transition: .8s;
    opacity: 0;
    transition-property: opacity, transform;
}
.building_text,
.building_info{
    transition-delay: .5s;
}
.concept_block_image_info{
    opacity: 0;
    transition: .5s;
}
.valley_block_info{
    transform: translate(0%,-10%);
    -webkit-transform: translate(0%,-10%);

    transition: .8s;
    opacity: 0;
}
.valley_block_image{
    transform: translate(0%,10%);
    -webkit-transform: translate(0%,10%);
    transition: .8s;
    opacity: 0;
}
.outer_wrp_about_block_info{
    transform: translate(0%,-10%);
    -webkit-transform: translate(0%,-10%);
    transition: .8s;
    opacity: 0;
}
.about_item{
    /*
    transform: translate(0%,-10%);
    -webkit-transform: translate(0%,-10%);
    */
    transition: .8s;
    opacity: 0;
}
.about_block_image{
    /*
    transform: translate(-10%,0%);
    -webkit-transform: translate(-10%,0%);
    */
    transition: .8s;
    opacity: 0;
}
.animated .about_block_image,
.animated .about_item,
.animated .outer_wrp_about_block_info,
.animated .valley_block_image,
.animated .valley_block_info,
.animated .production_block_image,
.animated .route_block_image,
.animated .concept_block_image_info,
.animated .building_text,
.animated .building_info,
.animated .intro_block_text,
.animated .intro_block_cap,
.animated .hero_caption_prim,
.animated .hero_main_text,
.animated .wrp_hero_button{
    transform: translate(0);
    -webkit-transform: translate(0);
    opacity: 1;
}

/*Form*/
.form_input{
    height: 48px;
    background: #F6F6F9;
    border-radius: 18px;
    font-size: 18px;
    padding-left: 16px;
    padding-right: 16px;
    outline: none;
    border: 0;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid transparent;
}
.form_input.error{
    box-shadow: inset 0 0 20px 1px rgba(255, 0, 0, .3);
    border: 1px solid red !important;
}

.form_button{
    width: 100%;
    box-sizing: border-box;
}
.contactus_form_row{
    margin-top: 30px;
    margin-bottom: 30px;
    width: 430px;
    max-width: 100%;
}
.form_button:hover{
    color: #008FE0;
}
.iti{
    width: 100%;
}
.thanks_block_info{
    width: 50%;
}
.thanks_block_image{
    width: 50%;
}
.wrp_thanks_block_info{
    padding-right: 40px;
}
.thanks_block_text{
    margin-top: 24px;
}
.thanks_button_wrp{
    margin-top: 36px
}
.thanks{
    color: #161616;
    padding-bottom: 40px;
    margin-top: 90px;
}
.thanks_block_image{
    margin-top: -90px;
}
.thanks._grey{
    background: #F6F6F9
}
.become_item_info{
    text-align: center;
}
.become_item_image {
    margin: 0 auto;
}
.epoint_start{
    width: 1px;
    height: 1px;
    bottom: -1px;
    right: 0;
    position: absolute;

}
.epoint_end{
    width: 1px;
    height: 1px;
    bottom: 0;
    right: 0;
    position: absolute;
}
.about_block{
    align-items: flex-start;
}
#epoint_end1{
    top: 32%;
    left: 90%;
}
#epoint_end2{
    top: 64%;
    left: 52%;
}
#epoint_end3{
    top: 67%;
    left: 53%;
}
#epoint_end4{
    top: 69%;
    left: 56%;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container{
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    overflow: hidden;
}
header {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 5px;
    position: relative;
    z-index: 1;
}
.header_menu ul {
    display: flex;
}
.header_menu ul li {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
}
.header_menu ul li a {
    color: rgb(0, 0, 0);
    padding: 5px 10px;
    white-space: nowrap;
    text-decoration: none;
    transition: 0.2s;
}
.logo {
    width: 70px;
}
.header_block {
    height: 126px;
}
.header_menu ul {
    display: flex;
}
.sub-menu {
    position: absolute;
    background: #fff;
    top: 100%;
    left: 0;
}
.header_menu ul.sub-menu {
    display: none;
}
.header_menu ul.sub-menu li {
    margin-top: 15px;
    margin-bottom: 15px;
}
.header_menu li:hover ul.sub-menu {
    display: block;
}
.header_menu ul li.current_page_item a, .header_menu ul li a:hover {
    color: #90c156;
}

.menu ul li.current_page_item a, .menu ul li a:hover {
    color: #90c156;
}
footer {
    background: #000;
    color: #fff;
}

.footer_caption {
    font-size: 56px;
}

.footer_item {
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer_item a{
    color: #fff;
}
@media (max-width: 750px) {
    .footer_item {
        font-size: 14px;
    }
    .header_block {
        height: 60px;
    }
    .logo {
        width: 45px;
    }
    .header_menu ul li {
        margin-left: 0px;
        margin-right: 0px;
    }
    .header_menu ul li a {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .logo {
        width: 45px;
    }
    .footer_caption {
        font-size: 30px;
    }
}
