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}
.wrap{
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}


._questrial {
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-style: normal;
}

*{
    outline: none;
}
._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;
}
  
._wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


body{
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
}
img,svg{
    max-width: 100%;
    height: auto;
}

header{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    position: relative;
    z-index: 1;
}
.header_block{
    height: 126px;
}

footer{
    background: #000;
    color: #fff;
}
.footer_items{
    margin-top: 30px;
}
.footer_item{
    margin-top: 10px;
    margin-bottom: 10px;
}
footer a{
    color: #fff;
    text-decoration: none;
}
footer a:hover{
    text-decoration: underline;
}
.footer_caption{
    font-size: 56px;
}

.content{
    font-size: 16px;
    line-height: 1.5;
}
.content p{
    margin-top: 15px;
    margin-bottom: 15px;
}

body{
    position: relative;
}
.bg_body{
    position: fixed;
    left: 0;
    top: 0;
    height: 200vh;
    width: 100%;
    background-image: url(../images/body_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.button{
    background: #fdd653;
    transition: .2s;
    color: #000;
    height: 58px;
    font-size: 16px;
    padding-left: 50px;
    padding-right: 50px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.button:hover{
    background: #90c156;
    color: #fff;
}
h1{
    font-family: "Questrial", sans-serif;
    font-weight: 400;
}
h1.index_hero_caption{
    font-size: 80px;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
}
h1.index_hero_caption em{
    color: #90C156;
    font-style: normal;
}
h1.index_hero_caption span{
    color: #FDD653;
    
}
.logo{
    width: 70px;
}
h2{
    font-size: 56px;
    font-family: "Questrial", sans-serif;
    font-weight: 400;
}
header{
    background: #fff;
}
.index_hero{
    height: 760px;
    position: relative;
    flex-shrink: 0;
}
.index_hero_bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .47;
}
.index_hero_img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.index_hero_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.index_hero .wrap{
    height: 100%;
}
.index_hero_block{
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}
.index_why{
    background: #fff;
}
.why_item_info_h2{
    display: flex;
    align-items: center;
}
.why_item_image{
    width: 64px;
    height: 64px;
}

.why_item{
    width: 50%;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}
.why_item:nth-child(even){
    border-right: 0;
}

.why_item:nth-child(odd) .why_item_info{
    padding-left: 0;
}
.why_item:nth-child(even) .why_item_info{
    padding-right: 0;
}

.why_item:nth-last-child(2),
.why_item:last-child{
    border-bottom: 0;
}

.why_item_info{
    padding: 80px;
}
.why_item_caption{
    font-size: 25px;
    margin-top: 24px;
}
.why_item_info_h2{
    display: flex;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}
.why_item_text {
    margin-top: 15px;
}
.index_about{
    color: #fff;
    background: #00000078;
}
.index_portfolio{
    background: #fdd653;   
}
.portfolio_caption{
    text-align: center;
}
.portfolio_item{
    width: 20%;
    margin-bottom: 30px;
}
.portfolio_item_info{
    padding-left: 10px;
    padding-right: 10px;
}
.portfolio_item_image{
    width: 85px;
    height: 87px;
    margin: 0 auto;
}
.portfolio_item_caption{
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
}
.portfolio_list{
    margin-top: 10px;
    padding-top: 48px;
    position: relative;
}
.portfolio_list:before{
    content: '';
    position: absolute;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    top: 0;
    border-top: 1px solid #000;
}
.index_climate{
   
    background: #000;
    color: #fff;
}

.climate_info{
    padding-top: 60px;
    padding-bottom: 60px;
}
.climate_info{
    width: 50%;
}
.climate_image{
    width: 40%;
    position: relative;
}
.wrp_climate_image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.wrp_climate_image img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.main_section{
    padding: 80px 0;

}
.project_list{
    margin-top: 40px;
}
.project_item_image{
    width: 64px;
    flex-shrink: 0;
}
.project_item_info{
    margin-left: 30px;
}
.project_item_text{
    margin-top: 15px;
}
.project_item_caption{
    font-family: "Questrial", sans-serif;
    font-size: 25px;
}
.project_item{
    margin-bottom: 40px;
}
.index_project{
    background: #fff;
}
.index_projects{
    background: #000;
    color: #fff;
}
.wrp_about_block_caption{
    width: 50%;
}
.wrp_about_block_text{
    width: 50%;
}
.about_block_caption_info{
    padding-right: 40px;
}
.about_block_text{
    margin-top: 20px;
    font-weight: 600;
    font-size: 25px;
    margin-top: 12px;
}
.about_block_text span{
    color: #FDD653;
}
.about_block_button{
    margin-top: 40px;
}
.project_button {
    margin-top: 30px;
}
.projects_list{
    margin-top: 50px;
}
.prject_item{
    width: 25%;
    margin-bottom: 40px;
}
.prject_item_info{
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}
.prject_item_info img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.projects_list{
    margin-left: -15px;
    margin-right: -15px;
}
.wide_wrap{
    max-width: 1920px;
    margin: 0 auto;
}
.prject_item_link{
    position: absolute;
    left: 20%;
    bottom: 5%;
    right: -10px;
}
.objectives_list{
    margin-top: 30px;
}
.objectives_item{
    width: 25%;
    box-sizing: border-box;
    border-top: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}
.objectives_item:last-child{
    border-right: 0;
}

.objectives_item_info{
    padding: 40px;
}
.objectives_item_image{
    width: 64px;
    height: 64px;
}
.objectives_caption{
    text-align: center;
}
.objectives_item_caption{
    font-family: "Questrial", sans-serif;
    font-size: 25px;
    margin-top: 20px;
}
.objectives_item_text{
    margin-top: 20px;
}

.we_work_item{
    width: 50%;
    margin-bottom: 42px;
}
.we_work_item_info{
    padding-right: 40px;
}
.we_work_item_text{
    margin-top: 15px;

}
.we_work_caption{
    text-align: center;
}
.we_work_caption em{
    color: #90C156;
    font-style: normal;
}
.we_work_list{
    margin-top: 40px;
}
.we_work_item_image{
    min-height: 82px;
    display: flex;
    align-items: center;
}
.we_work_item_image img{
    height: 100%;
    width: auto;
    max-width: 50%;
}
.team{
    background: #000;
    color: #fff;
}
.team_caption{
    text-align: center;
    padding-bottom: 10px;
    position: relative;
}

.team_text{
    text-align: center;
    margin-top: 20px;
  
}
.team_list{
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 40px;
}
.team_item{
    width: 36%;
}
.team_item_info{
    margin-left: 10px;
    margin-right: 10px;
}
.wrp_team_item_info{
    padding: 40px;
    background: #191919cc;
}
.team_text{
    max-width: 680px;
    margin: 20px auto;
}
.team_item_name{
    font-size: 20px;
}
.linkedin_link{
    display: inline-block;
    margin-top: 20px;
    transition: .2s;
}
.linkedin_link:hover{
    opacity: .7;
}

.team_item_linkedin{
    width: 30px;
    height: 30px;
    background-image: url(../images/linkedin.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.team_item_more{
    color: #90C156;
    cursor: pointer;
    transition: .2s;
}
.team_item_more:hover{
    color: #fff;
}
.advisory_item{
    width: 30%;
}
.advisory_list{
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 40px;
}
.advisory_item_info{
    margin-left: 10px;
    margin-right: 10px;
    height: 100%;
}
.team_item_text_append{
    display: none;
}
.team_item_text_append{
    display: none;
}
.team_item_text_dott{
    font-size: 16px;
    padding-bottom: 15px;
}
.team_item_text_append {
    margin-top: 10px;
    margin-bottom: 10px;
}
.team_item_text_append p{
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
}
.advisory{
    background: #fdd653;
    color: #fff;
}
.advisory_caption{
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.wrp_adv_item_info{
    padding: 40px;
    background: #191919cc;
}
/*
.advisory_item_info,.team_item_info{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
*/
.team_item_image img,
.advisory_item_image img{
    width: 100%;
}

.advisory_item_image,
.team_item_image{
    flex-shrink: 0;
}
/*
.wrp_team_item_info,
.wrp_adv_item_info{
    box-sizing: border-box;
    height: 100%;
}
*/
.team_item,.advisory_item{
    margin-bottom: 20px;
}

.who_hero_image{
    width: 50%;
}
.who_hero_image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.who_hero_info{
    width: 50%;
    display: flex;
    align-items: center;
}
.h1_inner{
    font-size: 56px;
    color: #000;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 50px;
}
.h1_inner:after{
    content:'';
    position: absolute;
    left: -10px;
    bottom: 0;
    width: 100px;
    border-bottom: 1px solid #000;
}
.h1_inner em{
    color: #90C156;
    font-style: normal;
}
.wrp_who_hero_info{
    padding-right: 100px;
    padding-top: 30px;
    padding-bottom: 20px;
}
.team_caption:after,
.advisory_caption:before{
    position: absolute;
    content: '';
    width: 30px;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    border-bottom: 1px solid #fff;
}
.portfolio_info{
    margin: 0 auto;
    max-width: 980px;
    box-sizing: border-box;
    padding: 80px 100px;
    background: #fff;
    color: #000;
}
.wrap_portfolio_info{
    padding-top: 150px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 1;
}
.portfolio_hero{
    position: relative;
}
.wrp_portfolio_bg,.portfolio_img,
.portfolio_bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;    
}
.portfolio_bg{
    background: rgba(0,0,0,.46);
}

.portfolio_img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.menu ul{
    display: flex;
}
.menu ul li{
    margin-left: 20px;
    margin-right: 20px;
}
.menu ul li a{
    color: #000;
    padding: 5px 10px;
    font-size: 16px;   
    transition: .2s;
    text-decoration: none;
}
.menu ul li.current_page_item a,
.menu ul li a:hover{
    color: #90c156;
}

.portfolio_project_item{
    display: flex;
    justify-content: space-between;
}
.portfolio_project_image{
    width: 48%;
    order: 2;
}
.portfolio_project_info{
    width: 48%;
    order: 1;
}

.portfolio_project_item:nth-child(odd) .portfolio_project_info{
    order: 2;
}
.portfolio_project_item:nth-child(odd) .portfolio_project_image{
    order: 1;
}

.portfolio_project_item{
    margin-bottom: 50px;
}
.portfolio_project_number{
    font-size: 25px;
}
.portfolio_project_title{
    font-family: "Questrial", sans-serif;
    font-size: 25px;
    margin-top: 10px;
}
.wrp_portfolio_project_rows{
    margin-top: 40px;
}
.portfolio_project_row{
    margin-bottom: 20px;
    font-size: 18px;
}
.portfolio_project_caption{
    font-weight: 600;
}
.portfolio_project_caption span{
    text-decoration: underline;
}
.portfolio_project_value{
    margin-top: 4px;
}
.portfolio_project_more{
    margin-top: 20px;
}
.inner_content {
    flex-shrink: 0;
}
body{
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
}
footer {
    margin-top: auto;
}
.contacts{   
    color: #fff;
}
.page-template-contacts{
    background: #191919;
}
.contacts .h1_inner{
    color: #fff;
}
.contacts .h1_inner:after{
    border-color: #fff;
}
.contacts_block_info{
    width: 50%;
}
.form_row{
    display: flex;
    margin-bottom: 30px;
}
.form_col{
    width: 50%;
    box-sizing: border-box;
}
.form_fullcol{
    width: 100%;
}
.wrp_contacts_block_info{
    margin-right: 100px;
}
.wrp_contact_form input[type='text']{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    height: 48px;
    background: transparent;
    border: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
}
.wrp_contact_form textarea{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    height: 200px;
    resize: none;
    background: transparent;
    border: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
}
.form_caption{
    margin-bottom: 15px;
    display: block;
    width: 100%;
}
.wrp_contact_form input[type='submit']{
    min-width: 50%;
    cursor: pointer;
    border: 0
}
.contacts_block_image{
    position: relative;
}
.contacts_block_image_bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.46);
}
.wpcf7 form .wpcf7-response-output{
    margin-left: 0;
    margin-right: 0;
}
.sub-menu{
    position: absolute;
    background: #fff;
    top: 100%;
    left: 0;
}
.header_menu ul{
    display: flex;
    
}
.header_menu ul li{
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
}
.header_menu ul li a{
    padding: 5px 10px;
    white-space: nowrap;
    color: #000;
    text-decoration: none;
    transition: .2s;
}

.header_menu ul li.current_page_item a,
.header_menu ul li a:hover{
    color: #90c156;
}
.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
}
.project_busuness_item{
    width: 25%;
    margin-bottom: 40px;
}
.project_busuness_item_info{
    margin-left: 20px;
    margin-right: 20px;
}
.project_busuness_list{
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 40px;
}
.project_busuness_caption{
    font-weight: 600;
}
.project_busuness_caption span{
    color: #90C156;
}

.project_busuness_text{
    margin-top: 20px;
}
.project_busuness_caption{
    text-align: center;
}
.project_busuness_image{
    width: 64px;
    height: 64px;
}
.project_busuness_cap{
    font-weight: bold;
    margin-top: 20px;
}
.project_busuness_text{
    margin-top: 40px;
}
.project_migr {
    background: #000;
    color: #fff;
}
.project_migr_item_img{
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}
.wrp_project_migr_item{
    margin-left: 20px;
    padding-top: 4px;
}
.project_migr_item_caption{
    font-size: 18px;
}
.project_migr_item_text{
    margin-top: 20px;
}
.project_migr_list{
    margin-top: 40px;
}
.project_migr_item_info{
    padding-right: 40px;
}
.project_stage_image{
    width: 40%;
}
.project_stage_info{
    width: 60%;
    padding: 40px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.project_stage_image img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project_stage_number{
    font-size: 38px;
    color: #000;
}
.project_stage_text{
    margin-top: 20px;
}
.project_stage_text2{
    margin-top: 20px;
    color: #fff;
}
.project_stage{
    position: relative;
    /*background: #90c156;*/
}

.project_stage_img{
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.project_stage_img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project_stage_item{
    width: 50%;
    margin-bottom: 40px;
}
.project_stage_item_info{
    padding-right: 20px;
}
.project_stage_steps{
    margin-top: 40px;
}
.full_project_image {
    background: #000;
}
.project_number_number{
    font-size: 100px;
}
.project_number_caption{
    font-size: 25px;
    margin-top: 40px;
}
.project_number_text{
    margin-top: 20px;
    max-width: 50%;
}
.project_number_info:nth-child(2){
    margin-left: 30%;
}
.project_number_info:nth-child(3){
    margin-left: 15%;
}

.wrp_projects_list{
    overflow: hidden;
}
.wrp_project_busuness_list{
    overflow: hidden;
}
.project_hero_img{
    width: 60%;
}
.project_hero_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project_hero_info{
    width: 70%;
}
.wrp_project_hero_info{
    /*
    position: absolute;
    left: -50%;
    right: 0;
    top: 100px;
    bottom: -30px;
    */
    background: #000;
    color: #fff;
    padding: 80px 140px;
    margin-top: 60px
}
.project_hero_img{
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 30px;
}

.project_hero_block{
    justify-content: flex-end;
}
.project_hero_info{
    position: relative;
}
.project_hero_info .h1_inner{
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
}
.project_hero_info .h1_inner:after{
    display: none;
}
.project_hero_text{
    font-size: 25px;
    margin-top: 20px;
    max-width: 400px;
}
.project_hero_text em{
    color: #FDD653;
    font-style: normal;
}
.project_hero_text span{
    color: #90C156;
    font-style: normal;
}

.project_hero_block {
    position: relative;
}
.project_hero.main_section{
    padding-top: 40px;
    padding-bottom: 40px;
}

.wrpapper_why_list{
    overflow: hidden;
}
.wrp_about_project,
.wrp_index_projects,
.wrp_projects_list{
    overflow: hidden;
}
.hide_wrapper{
    overflow: hidden;
}
/*Animation*/

.index_hero.animation .index_hero_caption{
    transform: translate( -100px, -100px );
    opacity: 0;
    transition: .8s;
}
.index_hero.animated .index_hero_caption{
    transform: translate( 0, 0 );
    opacity: 1;
}
.index_why .why_item:nth-child(1n+1){
    transition-delay: .2s;
}
.index_why .why_item:nth-child(2n+1){
    transition-delay: .4s;
}
.index_why .why_item:nth-child(3n+1){
    transition-delay: .6s;
}
.index_why .why_item:nth-child(4){
    transition-delay: .8s;
}

.index_why.animation .why_item:nth-child(odd){
    transform: translate( -100px, -100px );
    opacity: 0;
    transition-duration: .8s;
}
.index_why.animation .why_item:nth-child(even){
    transform: translate( 100px, 100px );
    opacity: 0;
    transition-duration: .8s;
}
.index_why.animated .why_item:nth-child(even),
.index_why.animated .why_item:nth-child(odd){
    transform: translate( 0, 0 );
    opacity: 1;
}

.index_about.animation .wrp_about_block_caption{
    transform: translate( 0, -100px );
    opacity: 0;
    transition-duration: .6s;
}
.index_about.animation .wrp_about_block_text{
    transform: translate( 0, 100px );
    opacity: 0;
    transition-duration: .6s;
}

.index_about.animated .wrp_about_block_caption{
    transform: translate( 0, 0 );
    opacity: 1;
}
.index_about.animated .wrp_about_block_text{
    transform: translate( 0, 0 );
    opacity: 1;
}

.index_portfolio.animation .portfolio_caption{
    opacity: 0;
    transition-duration: .6s;   
}
.index_portfolio.animated .portfolio_caption{
    opacity: 1;
}
.index_portfolio.animation .portfolio_item{
    transform: translate( 0, 100px );
    opacity: 0;
    transition-duration: .6s;
}
.index_portfolio.animated .portfolio_item{
    transform: translate( 0, 0 );
    opacity: 1;
}

.index_climate.animation .climate_caption{
    transform: translate( 0, -50px );
    opacity: 0;
    transition-duration: .6s;
}

.index_climate.animation .climate_text{
    transform: translate( 0, 50px );
    opacity: 0;
    transition-duration: .6s;
}
.index_climate.animation .climate_image{
    opacity: 0;
    transition-duration: 2s;
}

.index_climate.animated .climate_caption{
    transform: translate( 0, 0);
    opacity: 1;
}
.index_climate.animated .climate_text{
    transform: translate( 0, 0);
    opacity: 1;
}
.index_climate.animated .climate_image{
    opacity: 1;
}
.index_project.animation .project_item{
    transform: translate( -100px, 0 );
    opacity: 0;
    transition-duration: .6s;
}
.index_project.animated .project_item{
    transform: translate( 0, 0 );
    opacity: 1;
}
.index_projects.animation .projects_caption{
    transform: translate( -100px, 0 );
    opacity: 0;
    transition-duration: .6s;
}
.index_projects.animation .projects_text{
    transform: translate( 100px, 0 );
    opacity: 0;
    transition-duration: .6s;
}

.index_projects.animated .projects_caption{
    transform: translate( 0, 0 );
    opacity: 1;
}
.index_projects.animated .projects_text{
    transform: translate( 0, 0 );
    opacity: 1;
}

.index_projects.animation .prject_item{
    transform: rotate3d(0, 1, 0,  90deg );
    transition-duration: .8s;
}

.index_projects.animated .prject_item{
    transform: rotate3d(0, 0, 1, 0 );
}

.who_hero.animation .h1_inner{
    transform: translate( 0, -100px );
    transition-duration: .8s;
    opacity: 0;
}
.who_hero.animation .who_hero_text{
    transform: translate( 0, 100px );
    transition-duration: .8s;
    opacity: 0;
}

.who_hero.animation .who_hero_image{
    transition-duration: 2s;
    transition-delay: .5s;
    opacity: 0;
}

.who_hero.animated .h1_inner{
    transform: translate( 0, 0 );
    opacity: 1;
}
.who_hero.animated .who_hero_text{
    transform: translate( 0, 0 );
    opacity: 1;
}
.who_hero.animated .who_hero_image{
    opacity: 1;
}

.objectives.animation .objectives_caption{
    transform: translate( 0, -100px );
    transition-duration: .8s;
    opacity: 0;
}
.objectives.animated .objectives_caption{
    transform: translate( 0, 0);
    opacity: 1;
}

.objectives.animation .objectives_item{
    transform: translate( 0, 50px );
    transition-duration: .8s;
    opacity: 0;
}
.objectives.animated .objectives_item{
    transform: translate( 0, 0 );
    opacity: 1;
}

.team.animation .team_caption{
    transform: translate( 0, -100px );
    transition-duration: .8s;
    opacity: 0;
}

.team.animation .team_text{
    transform: translate( 0, 40px );
    transition-duration: .8s;
    opacity: 0;
}

.team.animated .team_caption{
    transform: translate( 0, 0 );
    opacity: 1;
}

.team.animated .team_text{
    transform: translate( 0, 0 );
    opacity: 1;
}

.team.animation .team_item{
    transition-duration: .8s;
    opacity: 0;
}
.team.animated .team_item{
    opacity: 1;
}
.advisory.animation .advisory_caption{
    transform: translate( 0, -100px );
    transition-duration: .8s;
    opacity: 0;
}

.advisory.animated .advisory_caption{
    transform: translate( 0, 0 );
    opacity: 1;
}

.advisory.animation .advisory_item{
    transform: translate( 0, 40px );
    transition-duration: .8s;
    opacity: 0;
}
.advisory.animated .advisory_item{
    transform: translate( 0, 0 );
    opacity: 1;
}
.we_work.animation .we_work_caption{
    transform: translate( 0, -100px );
    transition-duration: .8s;
    opacity: 0;
}
.we_work.animated .we_work_caption{
    transform: translate( 0, 0 );
    opacity: 1;
}
.we_work.animation .we_work_item{
    transform: translate( 0, 40px );
    transition-duration: .6s;
    opacity: 0;
}

.we_work.animated .we_work_item{
    transform: translate( 0, 0 );
    opacity: 1;
}
.portfolio_hero.animation .h1_inner{
    transform: translate( 0, 100px );
    transition-duration: .6s;
    opacity: 0;
}
.portfolio_hero.animation .wrap_portfolio_info{
    transform: translate( 0, -40px );
    transition-duration: .6s;
    opacity: 0;
}

.portfolio_hero.animated .h1_inner{
    transform: translate( 0, 0);
    opacity: 1;
}
.portfolio_hero.animated .wrap_portfolio_info{
    transform: translate( 0, 0);
    opacity: 1;
}

.portfolio_project_item.animation .wrp_portfolio_project_image{
    transform: translate( 0, 40px );
    transition-duration: .6s;
    opacity: 0;
}
.portfolio_project_item.animated .wrp_portfolio_project_image{
    transform: translate( 0, 0);
    transition-duration: .6s;
    opacity: 1;
}

.portfolio_project_item.animation .wrp_portfolio_project_rows{
    transition-duration: .6s;
    transform: translate( 0, 80px );
    opacity: 0;
}
.portfolio_project_item.animated .wrp_portfolio_project_rows{
    transform: translate( 0, 0 );
    opacity: 1;
}
.portfolio_project_item.animation .portfolio_project_number{
    transition-duration: .6s;
    transform: translate( 0, 10px );
    opacity: 0;
}
.portfolio_project_item.animation .portfolio_project_title{
    transition-duration: .6s;
    transform: translate( 0, 50px );
    opacity: 0;
    transition-delay: .2s;
}

.portfolio_project_item.animation .portfolio_project_text{
    transition-duration: .6s;
    transform: translate( 0, 100px );
    opacity: 0;
    transition-delay: .4s;
}
.portfolio_project_item.animation .portfolio_project_more{
    transition-duration: .6s;
    transform: translate( 0, 140px );
    opacity: 0;
    transition-delay: .6s;
}
 
.portfolio_project_item.animated .portfolio_project_number{
    transform: translate( 0, 0);
    opacity: 1;
}
.portfolio_project_item.animated .portfolio_project_title{
    transform: translate( 0, 0);
    opacity: 1;
}

.portfolio_project_item.animated .portfolio_project_text{
    transform: translate( 0, 0);
    opacity: 1;
}
.portfolio_project_item.animated .portfolio_project_more{
    transform: translate( 0, 0);
    opacity: 1;
}
 

.contacts.animation .h1_inner{
    transition-duration: .6s;
    transform: translate( 0, -50px );
    opacity: 0;
}
.contacts.animation .wrp_contact_form{
    transition-duration: .6s;
    transform: translate( 0, 50px );
    opacity: 0;
}

.contacts.animated .h1_inner{
    transform: translate( 0, 0 );
    opacity: 1;
}
.contacts.animated .wrp_contact_form{
    transform: translate( 0, 0 );
    opacity: 1;
}

.contacts.animation .contacts_block_image{
    transition-duration: 1.6s;
    transition-delay: .5s;
    opacity: 0;
}
.contacts.animated .contacts_block_image{
    opacity: 1;
}

.project_hero.animation .project_hero_img{
    transition-duration: .6s;
    transform: translate( 0, -50px );
    opacity: 0;
}
.project_hero.animation .project_hero_info{
    transition-duration: .6s;
    transform: translate( 0, 50px );
    opacity: 0;
}
.project_hero.animated .project_hero_img{
    transform: translate( 0, 0);
    opacity: 1;
}

.project_hero.animated .project_hero_info{
    transform: translate( 0, 0);
    opacity: 1;
}
.about_project.animation .about_project_title{
    transition-duration: .6s;
    transform: translate( 50px , 0 );
    opacity: 0;
}
.about_project.animation .about_project_text{
    transition-duration: .6s;
    transform: translate( -50px, 0  );
    opacity: 0;
}
.about_project.animated .about_project_title{
    transform: translate( 0, 0 );
    opacity: 1;
}
.about_project.animated .about_project_text{
    transition-duration: .6s;
    transform: translate( 0, -0 );
    opacity: 1;
}

.full_project_numbers.animation .project_number_info{
    transition-duration: .6s;
    transform: translate( -50px, 0  );
    opacity: 0;
}

.full_project_numbers.animated .project_number_info{
    transform: translate( 0, 0  );
    opacity: 1;
}
.project_migr.animation .potential_caption{
    transition-duration: .6s;
    transform: translate( 0, -50px);
    opacity: 0;
}

.project_migr.animated .potential_caption{
    transform: translate( 0, 0  );
    opacity: 1;
}
.project_migr.animation .project_migr_item{
    transition-duration: .6s;
    transform: translate( -50px,  0 );
    opacity: 0;
}
.project_migr.animated .project_migr_item{
    transform: translate( 0,  0 );
    opacity: 1;
}

.project_stage.animation .project_stage_caption{
    transition-duration: .6s;
    transform: translate( -50px,  0 );
    opacity: 0;
}

.project_stage.animated .project_stage_caption{
    transform: translate( 0,  0 );
    opacity: 1;
}

.project_stage.animation .project_stage_item{
    transition-duration: .4s;
    transform: translate(   0, 50px );
    opacity: 0;
}
.project_stage.animated .project_stage_item{
    transform: translate( 0,  0 );
    opacity: 1;
}

.project_busuness.animation .project_busuness_caption{
    transition-duration: .6s;
    transform: translate( 0, 50px );
    opacity: 0;
}


.project_busuness.animated .project_busuness_caption{
    transform: translate( 0, 0 );
    opacity: 1;
}

.project_busuness.animation .project_busuness_item{
    transition-duration: .6s;
    transform: translate( 50px, 50px );
    opacity: 0;
}
.project_busuness.animated .project_busuness_item{
    transform: translate( 0, 0 );
    opacity: 1;
}
