.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.container{
    width: 1420px;
    margin: 0 auto;
    padding: 0;
    max-width:none;
}

/* Анимированный заголовок */
main h2{
    font-family: Futura New;
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 81px;
    text-transform: uppercase;
    color: #000000;
    background-image: url(../img/h2.png);
    background-repeat: repeat;
    background-position: 0% 50%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 800s linear infinite;
    -webkit-backface-visibility: hidden;
    margin-bottom: 60px;
    margin-top: 200px;
    text-align: center;
}
/* Анимированный заголовок */
main h1, header h1{
    font-family: Futura New;
    font-style: normal;
    font-weight: bold;
    font-size: 90px;
    line-height: 114px;
    text-transform: uppercase;
    color: #000000;
    background-image: url(../img/h2.png);
    background-repeat: repeat;
    background-position: 0% 50%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 800s linear infinite;
    -webkit-backface-visibility: hidden;
    text-align: left;
    width: 1100px;
}

/* WE HAVE WHAT IT TAKES */


.home_numbers_block{
    background: #ffffff;
}
.home_numbers{
    display: flex;
    flex-wrap: wrap;
}
.home_numbers_item{
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #DFDFDF;
    width: 25%;
    height: 336px;
    position: relative;
    margin-left: -1px;
    margin-top: -1px;
    order: 1;
    background: #fff;
}
.home_numbers_item:nth-child(n+5){
    order:3;
}
.home_numbers_item:nth-child(5){
    margin-left: -2px;
}
.home_numbers_slider{
    width: 50%;
    margin-left: -1px;
    background-image: url(../img/home_numbers_slider_bg.png);
    background-size: cover;
    background-position: 50% 50%;
    order:2;
    height: 335px;
    display: flex;
    align-items: center;
    padding: 30px 60px;
    box-sizing: border-box;
    position: relative;
}
.home_numbers_slider_item{
    display: flex;
    justify-content: cente;
    align-items: center;
    height: 135px;
    position: relative;
}
.home_numbers_slider .owl-carousel .owl-nav button.owl-prev, .home_numbers_slider .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    opacity: 0.3;
    width: 17px;
    height: 29px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.home_numbers_slider .owl-carousel .owl-nav button.owl-prev{
    left: -40px;
    background-image: url(../img/home_numbers_slider_prev.svg);
}
.home_numbers_slider .owl-carousel .owl-nav button.owl-next{
    right: -40px;
    background-image: url(../img/home_numbers_slider_next.svg);
}
.home_numbers_slider .owl-carousel .owl-nav button.owl-prev:hover, .home_numbers_slider .owl-carousel .owl-nav button.owl-next:hover{
    opacity: 1;
}
.home_numbers_slider_item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 135px;
    position: relative;
}
.home_numbers_slider_item img{
    height: 131px;
    width: auto!important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.home_numbers_num_block{
    display: flex;
    align-items: flex-end;
}

.home_numbers_num_block>p{
    font-family: Oswald;
    font-weight: 600;
    font-size: 110px;
    line-height: 110px;
    color: #23B464;
}
.home_numbers_item_num span{
    font-weight: 600;
    font-size: 90px;
    line-height: 88%;
    padding-left: 14px;
}
.home_numbers_num_block>p>span{
    font-family: Oswald;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.2em;
    padding-left: 20px;
    display: inline-block;
    color: #000000;
}
.home_numbers_item_text{
    font-family: Futura New;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: flex-end;
    color: #000000;
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
}

.home_numbers_slider_progressbar{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #23B464;
    height: 2px;
    width: 0;
}

/* what_we_do */


.distributed .container_right{
    position: relative;
    padding: 0;
    max-width: none;
}
.distributed .container_right:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/distr_bg.jpg);
    background-size: cover;
    z-index: -1;
    height: 100%;
    width: 200%;
}
.distributed h2{
    text-align: left;
    padding-left: calc(50% + 70px);
    font-size: 56px;
    line-height: 71px;
    margin-bottom: 20px;
}
.distributed_wrap{
    display: flex;
    flex-wrap: wrap;
}
.distributed_video_wrap{
    width: 50%;
}
.distributed_video img{
    width: 100%;
}
.distributed_video{
    position: relative;
    cursor: pointer;
    border-top: 5px solid #23B464;
    margin-top: -80px;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.07);
}
.distributed_video:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    background-color: #23B464;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.75);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../img/play.png);
    cursor: pointer;
	display: none;
}
.distributed_text{
    padding-top: 30px;
    width: 50%;
    padding-left: 70px;
    box-sizing: border-box;
}
.distributed_text p{
    font-family: "Futura New";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    color: #000000;
}
.distributed_text p+p{
    padding-top: 29px;
}
.distributed_btn{
    background: #000000;
    height: 64px;
    font-family: Oswald;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    padding: 10px 46px;
	transition: linear 0.2s;
}
.distributed_btn:hover {
background: #23B464;
}

.distributed h2:nth-child(2){
    text-align: left;
    padding-left: 8.3333333%;
    font-size: 64px;
    line-height: 81px;
    margin-bottom: 40px;
    margin-top: 120px;
}

.our_industries_wrap{
    display: flex;
    padding-left: 8.3333333%;
    flex-wrap: wrap;
    margin-right: -20px;
    padding-bottom: 118px;
}

.our_industries_item{
    position: relative;
    width: 310px;
    margin-right: 20px;
    background: #fff;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 30px;
}
.our_industries_item:nth-child(4n){
    padding-right: 0px;
}

.our_industries_num{
    position: absolute;
    top: 30px;
    right: 30px;
    font-family: Oswald;
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
    opacity: 0.1;
}
.our_industries_title{
    font-family: Oswald;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.2em;
    color: #000000;
    padding-top: 30px;
}
.our_industries_more{
    display: inline-flex;
    align-items: center;
    padding-top: 28px;
    font-family: Futura New;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #23B464;
	display:none;
}
.our_industries_more svg{
    margin-left: 8px;
}
.our_industries_more svg path{
    fill: #23B464;
}
.latest_poject_container{
    position: relative;
    padding-bottom: 100px;
}
.latest_poject_item_info .our_industries_more{
    display: none;
}
.latest_poject_container h2{
    padding-top: 90px;
    padding-left: 8.33333%;
    text-align: left;
}
.latest_poject_container:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/distr_bg.jpg);
    background-size: cover;
    z-index: -1;
    height: 100%;
    width: 200%;
}
.latest_poject_item{
    position: relative;
}
.latest_poject_item_img{
    position: relative;
    padding-left: 8.3333%;
}
.latest_poject_container .owl-nav {
    display:none;
}
.latest_poject_item_btn{
    height: 64px;
    background: #000000;
    border-top: 12px solid #fff;
    border-left: 12px solid #fff;
    padding: 0 26px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: Oswald;
	font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.latest_poject_item_btn:hover{
	background: #23B464;
    transition: linear 0.2s;
}
.latest_poject_slider_btn{
    display: flex;
}
.latest_poject_slider_prev{
    margin-right: 1px;
    width: 74px;
    height: 53px;
    cursor: pointer;
    background-color: #000;
    background-image: url(../img/project_slider_prev.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
	transition: linear 0.2s;
}
.latest_poject_slider_prev:hover, .latest_poject_slider_next:hover{
	background-color: #23B464;
}

.latest_poject_slider_next{
    margin-left: 1px;
    width: 74px;
    height: 53px;
    cursor: pointer;
    background-color: #000;
    background-image: url(../img/project_slider_nexr.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
	transition: linear 0.2s;
}
.latest_poject_slider_dop{
    display: flex;
    justify-content: space-between;
    padding-top: 46px;
    padding-left: 8.3333%;
}
.latest_poject_slider_progress{
    display: flex;
    align-items: baseline;
}
.latest_poject_slider_progress_cur{
    font-family: Oswald;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #23B464;
}
.latest_poject_slider_progress_line{
    width: 160px;
    height: 2px;
    background: rgba(0,0,0,0.12);
    margin: 0 25px;
}
.latest_poject_slider_progress_line_track{
    width: 0%;
    height: 100%;
    background: #23B464;
}
.latest_poject_slider_progress_count{
    font-family: Oswald;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
    opacity: 0.12;
}
.latest_poject_item_info{
    margin-top: -76px;
    padding-left: 8.3333%;
    width: 50%;
    position: relative;
    z-index: 2;
}
.latest_poject_item_info:before{
    background: #23B464;
    content: "";
    position: absolute;
    left: 0;
    width: 198px;
    height: 198px;
    z-index: -1;
}
.latest_poject_item_info_title:after{
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    margin-left: 20px;
    display: inline-block;
}
.latest_poject_item_info_title{
    display: flex;
    align-items: center;
    font-family: Oswald;
    font-weight: bold;
    font-size: 32px;
    line-height: 160%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 12px;
}
.latest_poject_item_info_text{
    padding-top: 24px;
    font-family: "Futura New";
    font-size: 20px;
    line-height: 160%;
    color: #000000;
}
.distributed .container_right::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f7f7f7;
    background-size: cover;
    z-index: -1;
    height: 100%;
    width: 200%;
    display: block;
    clear: inherit;
}
body, html {
    overflow-x: hidden !important;
}
main{
    /*max-width: 1920px;*/
    overflow-x: hidden !important;
}