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;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
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;
}
*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
input, button, textarea, a{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    outline: none;
    text-decoration: none;
}

header{background: #212121;}
header.home{
    background: url("../img/back_head.jpg")no-repeat center;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-size: cover;
}
header.projects{
    background: url("../img/back_projects.jpg")no-repeat center top;
}
header.contact{
    background: url("../img/map.jpg")no-repeat center;
}
.container{
    width: 1400px;
    margin: 0 auto;
}
.flex{
    display: flex;
    justify-content: space-between;
}
.content_projects{
    padding: 105px 0 80px;
    margin-top: -105px;
    background: #fff;
    overflow: hidden;
}
.content_projects h2{
    margin-bottom: 100px;
    font-weight: 300;
    font-size: 40px;
    line-height: 60px;
    text-transform: uppercase;
    width: 840px;
    color: #212121;
    letter-spacing: 0;
}
.content_projects .left{
    width: 40%;
}
.content_projects .left img{
    display: block;
    max-width: 100%;
}
.content_projects .right{
    width: 55%;
}
.content_projects .right p{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    padding-bottom: 30px;
    width: 685px;
    padding-left: 120px;
}
.content_projects .right img{
    display: block;
    margin-top: 123px;
}

.content_projects2{
    padding: 85px 0 165px;
    overflow: hidden;
}
.content_projects2 .flex{
    align-items: center;
}
.content_projects2 .left{
    width: 45%;
}
.content_projects2 .left .owl-dots{
    display: none;
}
.content_projects2 .left .owl-nav{
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
}
.content_projects2 .left .owl-nav button{
    width: 105px;
    background: #FFFFFF url("../img/prev2.svg")no-repeat center !important;
    height: 93px;
    text-indent: -9999px;
}
.content_projects2 .left .owl-nav button.owl-next{
    -moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
}
.content_projects2 .right{
    width: 50%;
}
.content_projects2 .right p{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    padding: 15px 0;
    width: 685px;
}

.head_top{
    padding: 40px 0;
}
.head_top .container{
    align-items: center;
}
.head_top a.logo{}
.head_top .main_menu{
    justify-content: start;
}
.head_top .main_menu li{
    margin-right: 50px;
}
.head_top .main_menu li:last-of-type{margin-right: 0}
.head_top .main_menu li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1em;
    transition: .3s;
    border-bottom: 1px solid rgba(255,255,255,0);
}
.head_top .main_menu li a:hover{
    border-color: #fff;
}
.head_top a.phone{
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    letter-spacing: 0.105em;
    padding: 0 0 0 60px;
    position: relative;
}
.head_top a.phone::before{
    content: '';
    background: url("../img/phone.svg")no-repeat;
    width: 44px;
    height: 44px;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -22px;
}
.menu_top a.phone{
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: #222;
    letter-spacing: 0.105em;
    padding: 0 0 0 60px;
    position: relative;
    margin-top: 40px;
    display: block;
}
.menu_top a.phone::before{
    content: '';
    background: url("../img/phone2.svg")no-repeat;
    background-size: cover;
    width: 44px;
    height: 44px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -22px;
}
.head_top a.menu_link{
    width: 46px;
    height: 26px;
}
.head_top a.menu_link div{
    width: 100%;
    height: 2px;
    background: #fff;
    position: relative;
    margin-top: 12px;
}
.head_top a.menu_link div::before{
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: -12px;
}
.head_top a.menu_link div::after{
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 12px;
}
.head_content{
    padding: 450px 0 120px;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.projects .head_content{
    padding: 0;
}
.projects .head_content .left{
    padding: 10px 0 80px;
}
.project_srv.content_service .items .item{
    width: 30%;
}
.project_srv.content_service .items .item .img{
    height: auto;
}
.project_srv.content_service .items .item .img img{width: 100%}
.contact .head_content{
    padding: 30px 0 430px;
}
.head_content .left p{
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.575em;
    color: #FFFFFF;
    text-transform: uppercase;
}
.head_content .left p.text{
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    letter-spacing: initial;
    text-transform: initial;
    max-width: 70%;
    padding-top: 13px;
    border-top: 1px solid #fff;
}
.head_content .left h1{
    font-weight: 300;
    font-size: 70px;
    line-height: 132.5%;
    letter-spacing: 0.105em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 16px;
}
.head_content .left a{
    margin-top: 50px;
    width: 224px;
    line-height: 60px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    display: block;
    letter-spacing: 0.105em;
    text-transform: uppercase;
}
.head_content .left .pzg{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding-top: 13px;
    border-top: 1px solid #fff;
    margin-top: 35px;
    max-width: 500px;
    text-transform: initial;
    letter-spacing: 0;
}
.head_content .flex{
    justify-content: space-between;
}

.head_content .right{
    width: 383px;
}
.projects .head_content .right{
    width: 447px;
    margin-top: 200px;
}
.rel{
    position: relative;
}
.head_content .right .rel{
    width: 700px;
}
.projects .head_content .right .rel{
    width: 700px;
    height: 576px;
}
.head_content .right .rel .abs{
    position: absolute;
    left: 0;
    top: 0;
    width: 700px;
    overflow: hidden;
}
.head_content .right .owl-carousel .owl-stage-outer{
    overflow: initial;
}
.head_content .right p{
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.575em;
    color: #FFFFFF;
    text-transform: uppercase;
}
.head_content .right p a{color: #fff}
.head_content .right .abs a{
    display: block;
}
.head_content .right img{
    display: block;
    width: 100%;
}
.head_content .right .slider{
    margin-top: 40px;
    width: 383px;
}
.head_content .right .slider2{
    margin-top: 40px;
    width: 383px;
}
.head_content .left p.counter{
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    opacity: 0.5;
    padding-top: 65px;
    letter-spacing: 0;
}
.head_content .btn_custom{
    display: flex;
    justify-content: start;
    margin-top: 45px;
}
.head_content .btn_custom span{
    background: url(../img/prev.svg)no-repeat !important;
    width: 46px;
    height: 16px;
    cursor: pointer;
}
.head_content .btn_custom span.customNextBtn{
    margin-left: 36px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.content1{
    background: #212121;
    padding: 160px 0 150px;
    overflow: hidden;
}
.content1 .slider_serv{
    width: 81%;
    margin-top: 40px;
}
.content1 .owl-carousel .owl-stage-outer{
    overflow: initial;
}
h2{
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 0.105em;
    text-transform: uppercase;
}
.content1 h2{
    color: #FFFFFF;
}
.content1 p{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding-top: 29px;
}
.content1 .slider_serv a{
    display: block;
}
.content1 .slider_serv a div{
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0.105em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.content1 .container p + a{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding-top: 15px;
    display: inline-block;
    background: url(../img/str.svg)no-repeat 100% 100%;
    padding-bottom: 6px;
}
.content1 .slider_serv a img{
    display: block;
    margin-top: 19px;
}
.content1 .slider_serv .owl-nav{
    display: flex;
    justify-content: flex-end;
    margin-right: -252px;
    margin-top: 65px;
}
.content1 .slider_serv .owl-nav button{
    background: url("../img/prev.svg")no-repeat !important;
    width: 46px;
    height: 16px;
    text-indent: -9999px;
}
.content1 .slider_serv .owl-nav button.owl-next{
    -moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
    margin-left: 43px;
}
.slider .owl-nav{
    display: flex;
    justify-content: flex-start;
    margin-right: 0;
    margin-top: 65px;
}
.slider .owl-nav button{
    background: url("../img/prev.svg")no-repeat !important;
    width: 46px;
    height: 16px;
    text-indent: -9999px;
}
.slider .owl-nav button.owl-next{
    -moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
    margin-left: 43px;
}
.items_logo .owl-nav{
    display: flex;
    justify-content: flex-start;
    margin-right: 0;
    margin-top: 65px;
}
.items_logo .owl-nav button{
    background: url("../img/prev2.svg")no-repeat !important;
    width: 46px;
    height: 16px;
    text-indent: -9999px;
}
.items_logo .owl-nav button.owl-next{
    -moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
    margin-left: 43px;
}
.items_logo.owl-carousel .owl-item img{max-height: 96px;}

.content2{
    background: #212121;
    overflow: hidden;
}
.content2 .left{
    width: 435px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
    margin-top: 115px;
}
.content2 .right{
    width: 960px;
    height: 768px;
    margin: 0 0 0 0;
    display: inline-block;
    vertical-align: top;
}
.content2 h2{
    color: #fff;
}
.content2 p{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding-top: 29px;
}
.content2 a{
    background: url("../img/str.svg")no-repeat 100% 100%;
    font-weight: 300;
    font-size: 16px;
    line-height: 38px;
    letter-spacing: 0.105em;
    color: #FFFFFF;
    display: inline-block;
    margin-top: 59px;
}



.content3{
    overflow: hidden;
    margin-top: -215px;
    padding: 325px 0 80px;
    background: #fff;
}
.content3 p{
    padding-top: 40px;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.105em;
    text-transform: uppercase;
    color: #212121;
}
.content3 .owl-carousel .owl-stage-outer{
    overflow: initial;
}
.content3 .slider_cl{
    margin-top: 50px;
    width: 100%;
}
.content3 .slider_cl .item{
    height: 102px;
    display: flex;
    align-items: center;
}
.content3 .slider_cl .item img{
    display: block;
    max-height: 100%;
    width: auto;
}
.content3 .slider_cl .owl-nav{
    display: flex;
    justify-content: flex-end;
    margin-top: 120px;
}
.content3 .slider_cl .owl-nav button{
    background: url("../img/prev2.svg")no-repeat !important;
    width: 46px;
    height: 16px;
    text-indent: -9999px;
}
.content3 .slider_cl .owl-nav button.owl-next{
    -moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
    margin-left: 43px;
}

.content4{
    padding: 80px 0 205px;
    overflow: hidden;
    background: #fff;
}
.content4 h2{padding-bottom: 50px}
.content4 .slider_cm{
    width: 1060px;
    position: relative;
}
.content4 .slider_stage-outer{
    overflow: initial;
    width: 5000px;
    left: 0;
    top: 0;
    display: flex;
    justify-content: start;
    align-items: flex-end;
}
.content4 .slider_cm .item{
    width: 260px;
    transition: .2s;
    margin-right: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: start;
    opacity: 0.5;
    height: 489px;
}
.content4 .slider_cm .hide.item{
    opacity: 0;
    visibility: hidden;
    width: 0;
    margin: 0;
}
.content4 .slider_cm .active.item{
    width: 1060px;
    opacity: 1;
    align-items: center;
}
.content4 .slider_cm .item .img{
    margin-right: 100px;
}
.content4 .slider_cm .item .img img{
    max-width: 100%;
    display: block;
}
.content4 .slider_cm .item .txt{
    display: none;
    width: 465px;
}
.content4 .slider_cm .active.item .txt{
    display: block;
}
.content4 .slider_cm .item .txt p.name{
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.content4 .slider_cm .item .txt p.position{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding-top: 5px;
}
.content4 .slider_cm .item .txt p.text{
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding-top: 27px;
}
.content4 .slider_cm .item .txt .nav{
    margin-top: 70px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.content4 .slider_cm .item .txt .nav a{
    background: url(../img/prev2.svg)no-repeat !important;
    width: 46px;
    height: 16px;
    text-indent: -9999px;
}
.content4 .slider_cm .item .txt .nav a.next{
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 43px;
}
.content4 .slider_cm .counter{
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #19191A;
    opacity: 0.5;
    display: flex;
    justify-content: start;
    align-items: center;
    margin: -30px 0 0 497px;
}



.content5{
    padding: 100px 0 130px;
    overflow: hidden;
    background: #EDEDED;
}
.content5 .items{
    margin: 40px 0 0;
    /*flex-wrap: wrap;*/
    align-items: center;
    justify-content: start;
    display: flex;
}
.content5 .items .item{
    margin-top: 60px;
    margin-right: 110px;
}
.content5 .items .item:nth-of-type(5n){margin-right: 0}



.form_content{}
.form_content .flex{
    justify-content: space-between;
}
.form_content .left{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 150px 0 170px;
    background: #212121;
}
.form_content .left .form_block{
    width: 495px;
}
.form_content .left h2{
    color: #fff;
}
.form_content .left p{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.105em;
    padding: 20px 100px 0 0;
    color: #fff;
}
.form_content .left form{
    margin: 20px 0 0;
}
.form_content .left form .input_block{
    margin-top: 30px;
    position: relative;
}
/*.form_content .left form input{*/
/*    width: 100%;*/
/*    border: 1px solid #fff;*/
/*    height: 50px;*/
/*    padding: 0 0 0 20px;*/
/*    font-weight: 300;*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*    color: #FFFFFF;*/
/*    background: none;*/
/*}*/
.form_content .left form textarea{
    width: 100%;
    border: 1px solid #fff;
    height: 112px;
    padding: 11px 0 0 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    background: none;
}
/*.form_content .left form label{*/
/*    font-weight: 300;*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*    color: #FFFFFF;*/
/*    opacity: 0.75;*/
/*    position: absolute;*/
/*    left: 21px;*/
/*    top: 14px;*/
/*}*/
.form_content .left form button{
    background: #C6A279;
    width: 120px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    margin-top: 30px;
    letter-spacing: 0.105em;
    color: #212121;
    transition: .3s;
}

.form_content .right{
    width: 50%;
    background: url("../img/back_form.jpg")no-repeat center;
}


.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 30px;
}

.input__field {
    position: relative;
    display: block;
    padding-left: 20px;
    width: 100%;
    border: 1px solid #fff;
    height: 50px;
}

.input__field:focus {
    outline: none;
}

.input__label {
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.75;
}



.input__field--haruki {
    width: 100%;
    background: transparent;
    color: #AFB5BB;
    font-size: 1.55em;
}

.input__label--haruki {
    position: absolute;
    width: 100%;
    text-align: left;
    pointer-events: none;
    left: 0;
    top: 0;
    padding-left: 21px;
    line-height: 50px;
}

.input__label-content--haruki {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    line-height: 50px;
}


.input__field--haruki:focus + .input__label--haruki .input__label-content--haruki,
.input--filled .input__label-content--haruki {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    font-weight: 300;
    font-size: 10px;
    padding: 0 8px;
    background: #212121;
    opacity: 1;
    line-height: 1;
    display: table-cell;
}
.map_content{
    background: url("../img/map.jpg")no-repeat center;
    padding: 290px 0;
}

.map_content h2{
    color: #fff;
    padding-bottom: 45px;
}
.map_content p{
    padding: 38px 0 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.map_content a{
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    display: block;
}
.map_content a + p{
    padding: 10px 0 0;
}
.head_content .contact h2{
    color: #fff;
    padding-bottom: 45px;
}
.head_content .contact p{
    padding: 38px 0 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.head_content .contact a{
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    display: block;
}
.head_content .contact a + p{
    padding: 10px 0 0;
}

footer{
    background: #212121;
    padding: 50px 0 65px;
}
footer .flex_foot{
    align-items: center;
}
footer .main_menu{
    justify-content: start;
}
footer .main_menu li{
    margin-right: 61px;
}
footer .main_menu li:last-of-type{margin-right: 0}
footer .main_menu li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1em;
    transition: .3s;
    border-bottom: 1px solid rgba(255,255,255,0);
}
footer .main_menu li a:hover{
    border-color: #fff;
}
footer .top{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    position: relative;
    text-align: right;
    width: 213px;
}
footer .top::after{
    content: '';
    background: url("../img/top.svg")no-repeat;
    width: 8px;
    height: 17px;
    position: absolute;
    right: -17px;
    top: 50%;
    margin-top: -8px;
}
footer .cop{
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.5;
}

.bread{
    background: #212121;
    padding: 30px 0 25px;
}
.contact .bread{background: none}
.projects .bread{background: none}
.bread .flex{
    justify-content: start;
    align-items: center;
}
.bread a, .bread span{
    font-weight: 300;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
}
.bread .sep{
    width: 17px;
    height: 4px;
    background: url("../img/sep.svg")no-repeat;
    margin: 0 7px;
}


.content_service{
    background: #212121;
    padding: 25px 0 165px;
}
.content_service h1{
    font-weight: 300;
    font-size: 70px;
    line-height: 132.5%;
    letter-spacing: 0.105em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.content_service .pzg{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding-top: 13px;
    border-top: 1px solid rgba(255,255,255,0.5);
    margin-top: 35px;
    column-count: 2; /*количество колонок, на которое хотим разбить текст*/
    -moz-column-count: 2; /*для мозилы*/
    -webkit-column-count: 2; /*для webkit браузеров*/
    column-gap: 40px; /*отступ между колонками*/
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
}
.content_service .items{
    margin-top: 50px;
    flex-wrap: wrap;
}
.content_service .items .item{
    margin-top: 80px;
    width: 670px;
    overflow: hidden;
}
.content_service .items .item p{
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.105em;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 36px;
}
.content_service .items .item .img{
    margin-top: 10px;
    position: relative;
    height: 447px;
}
.content_service .items .item .img img{
    display: block;
}
.content_service .items .item .img .txt{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    padding: 0 130px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    bottom: -100%;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: .3s;
}

.content_service .items .item:hover .img .txt{
    bottom: 0;
}
.content_service .items .item.serv .img{
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.content_service .items .item.serv .img p{
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.105em;
    text-transform: uppercase;
    color: #212121;
}
.content_service .items .item.serv .img p.pzg{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    padding-top: 19px;
    color: #212121;
    margin: 0;
    height: auto;
    text-align: center;
    column-count: 1; /*количество колонок, на которое хотим разбить текст*/
    -moz-column-count: 1; /*для мозилы*/
    -webkit-column-count: 1; /*для webkit браузеров*/
}
.content_service .items .item.serv .img a{
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.105em;
    color: #212121;
    padding-top: 37px;
    text-align: center;
    display: block;
}


.content_service .image{
    margin-top: 80px;
}
.content_service .image img{
    display: block;
}

.content_service2{
    padding-bottom: 0;
}

.content_serv{
    padding: 338px 0 180px;
    margin-top: -150px;
    background: #fff;
}
.content_serv .flex{
    align-items: center;
}
.content_serv .left{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content_serv .block{
    width: 575px;
}
.content_serv .left h2{}
.content_serv .left p.pzg{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    padding-top: 35px;
}
.content_serv .left a.tel{
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.105em;
    color: #212121;
    padding-top: 5px;
    display: block;
}
.content_serv .left p{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    padding-top: 25px;
}
.content_serv .left a.mail{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    display: block;
}
.content_serv .right{
    background: url("../img/serv.jpg")no-repeat left center;
    height: 624px;
    width: 50%;
}






.content_about{padding-top: 283px;margin-top: -200px}
.content_about .flex{
    align-items: flex-start;
}
.content_about .item_text{
    width: 48%;
    margin-top: 95px;
}
.content_about .item_text p{
    padding-bottom: 30px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
}

.content_contscts{}
.content_contscts .left{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content_contscts .left .block{
    width: 560px;
}
.content_contscts .left p{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    padding-bottom: 15px;
}
.content_contscts .left a{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    background: url(../img/str2.svg)no-repeat 100% 100%;
    padding-bottom: 6px;
}

.content_contscts .right{
    background: url("../img/contacts.jpg")no-repeat center;
    width: 50%;
    height: 845px;
}
.menu_top{
    width: 300px;
    background: #fff;
    position: fixed;
    right: -500px;
    transition: 0.5s;
    top: 0;
    bottom: 0;
    z-index: 900;
    padding: 40px 30px;
    text-align: center;
}
.menu_top.open{
    right: 0;
}
.menu_top li{
    margin: 20px 0 0;
    display: block;
}
.menu_top li a{
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1em;
    transition: .3s;
    border-bottom: 1px solid rgba(255,255,255,0);
}
.menu_top li a:hover{
    border-color: #000;
}
.menu_top .close{
    width: 46px;
    height: 46px;
    display: inline-block;
    margin-bottom: 30px;
}
.menu_top .close div{
    position: relative;
    width: 100%;
    margin-top: 23px;
}
.menu_top .close div::before{
    content: '';
    width: 46px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    -moz-transform: rotate(45deg); /* Для Firefox */
    -ms-transform: rotate(45deg); /* Для IE */
    -webkit-transform: rotate(45deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Для Opera */
    transform: rotate(45deg);
    background: #000;
}
.menu_top .close div::after{
    content: '';
    width: 46px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    -moz-transform: rotate(135deg); /* Для Firefox */
    -ms-transform: rotate(135deg); /* Для IE */
    -webkit-transform: rotate(135deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(135deg); /* Для Opera */
    transform: rotate(135deg);
    background: #000;
}

.mob{display: none}


@media screen and (max-width: 1600px){
    .head_content{padding-top: 250px}
}

@media screen and (max-width: 1460px){
    .container{width: 1140px;}
    .content2 .right{
        width: 700px;}
    .content_service .items .item{width: 46%}
    .content_service .items .item.serv .img{padding: 0 25px}
    .content_service .items .item.serv .img .text{width: 100%}
    .content_service .items .item.serv .img .text p{height: auto}

    .content_service h1{font-size: 60px}
    .content_service .image img{max-width: 100%}
    .head_content{padding-top: 230px}
    .content1 .slider_serv a div{font-size: 18px}
}
@media screen and (max-width: 1200px){
    .content4 .slider_cm .item .img{margin-right: 50px;}
    .content4 .slider_cm .active.item{width: 700px}
    .content4 .slider_cm .item .txt p.text{
        font-size: 14px;
        line-height: 18px;
    }
    .content4 .slider_cm .item{height: 369px;}
    .container{width: 960px;}
    .head_content{padding-top: 120px}
    .head_top .main_menu li a{font-size: 14px}
    .head_top .main_menu li{margin-right: 20px}
    .content2{background: url("../img/img_pr_back.jpg")no-repeat center/cover;padding-bottom: 100px}
    .content2 .right{display: none}
    .content3{margin-top: 0;padding: 100px 0 80px}
    .content5 .items .item{margin-right: 70px !important}
    .head_content .left h1{font-size: 55px}
    .content_contscts .left .block{width: 90%;padding: 0 5%}
    .form_content .left .form_block{width: 90%;padding: 0 5%}
    .content_projects2 .right p{width: 90%;padding: 0 5%}
    .content_projects .right p{width: 90%;padding: 0 5%}
    .content_serv .block{width: 90%;padding: 0 5%}
    .content_service .items .item p{font-size: 16px}
    .content1 .slider_serv a div{    letter-spacing: 0.04em;}
}
@media screen and (max-width: 1024px){
    .content_service h1{font-size: 38px}
    .head_content{padding-top: 150px}
    h2{font-size: 30px}
    .content_about .item_text{margin-top: 50px}
    .container{width: 700px;}
    .head_top a.phone{display: none}
    .projects .head_content .right{width: 30%}
    .head_content .left .pzg{max-width: 90%}
    .head_content .left h1{font-size: 34px;    padding-top: 33px;}
    .form_content .right{background-size: cover}
    footer .main_menu li a{font-size: 12px;}
    footer .top{font-size: 12px;width: auto}
    footer .main_menu li{margin-right: 20px}
    .content_service .items .item .img .txt{padding: 0 40px}
    .head_content .left p.text{font-size: 14px;line-height: 20px}
}
@media screen and (max-width: 768px){
    .content4 .slider_cm .item{height: auto}
    .head_content .left p.text{max-width: 100%}
    .content_service .pzg{
        width: auto;
        column-count: 1; /*количество колонок, на которое хотим разбить текст*/
        -moz-column-count: 1; /*для мозилы*/
        -webkit-column-count: 1; /*для webkit браузеров*/
        column-gap: 0; /*отступ между колонками*/
        -moz-column-gap: 0;
        -webkit-column-gap: 0;
    }
    .container{width: 94%;}
    .flex{flex-wrap: wrap;}
    .left{width: 100% !important;padding: 0 2% !important;}
    .right{width: 100% !important;padding: 0 2% !important;}
    .head_top .main_menu{display: none}
    .head_top a.logo img{display: none}
    .head_top a.logo{
        background: url("../img/logo_m.svg")no-repeat;
        width: 68px;
        height: 17px;
    }
    .head_top a.menu_link{
        width: 23px;
        height: 13px;
    }
    .head_top a.menu_link div{margin-top: 6px;height: 1px;}
    .head_top a.menu_link div::before{top: -6px;height: 1px;}
    .head_top a.menu_link div::after{top: 6px;height: 1px;}
    .head_top{padding: 10px 0;width: 100%}
    .head_content .right{display: none}
    .head_content .left p{text-align: center;font-size: 12px}
    .head_content .left h1{text-align: center;font-size: 30px}
    .head_content .left a{text-align: center;font-size: 12px;width: 161px;line-height: 38px;margin: 25px auto 0}
    .head_content{padding: 130px 0 240px}
    .content1{padding: 30px 0 57px}
    .content1 .slider_serv{width: 70%}
    h2{font-size: 18px;line-height: 1.5}
    .content1 .slider_serv a div{font-size: 10px;letter-spacing: 0.04em;}
    .content1 .slider_serv a img{margin-top: 0}
    .content2 .left{margin-top: 30px}
    .content2{padding-bottom: 60px}
    .content2 a{margin-top: 15px}
    .content2 p{padding-top: 5px}
    .content3{padding: 30px 0}
    .content3 p{font-size: 12px;padding: 12px 0 0}
    .content3 .slider_cl{margin-top: 10px}
    .form_content .left p{padding: 5px 0 0;font-size: 14px}
    .content_contscts .left .block{width: 100%;padding: 0}
    .form_content .left .form_block{width: 100%;padding: 0}
    .content_projects2 .right p{width: 100%;padding: 0}
    .content_projects .right p{width: 100%;padding: 0}
    .content_serv .block{width: 100%;padding: 0}
    .form_content .right{display: none}
    .form_content{padding: 30px 0 50px;background: #212121;}
.map_content{padding: 30px 0 50px;background-size: cover !important;}
    .map_content a{display: none}
    .map_content h2{padding-bottom: 12px;line-height: 1}
    .map_content p:first-of-type{display: none}
    .map_content p{padding-top: 0 !important;font-size: 14px;font-weight: 300}
    .flex_foot .logo{display: none}
    .flex_foot .main_menu{display: none}
    footer{
        padding: 24px 0 15px;
        position: relative;
    }
    footer .main_menu{display: none}
    footer .cop{text-align: left;font-size: 10px;margin-top: 33px}
    footer .top{
        text-indent: -9999px;
        width: 37px;
        height: 37px;
        background: url("../img/back.svg")no-repeat;
        padding: 0;
        text-align: initial;
        position: absolute;
        right: 10px;
        bottom: 10px;
        z-index: 900;
    }
    .menu_top{width: 100%;right: -800px}
    footer .top::after{display: none}
    .mob{display: block}
    footer .mob{width: 80%}
    footer .mob a.phone{
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.105em;
        color: #FFFFFF;
        padding-left: 30px;
        background: url("../img/phone.svg")no-repeat 0 50%;
        background-size: contain;
        display: block;
    }
    footer .mob a.mail{
        margin-top: 9px;
        display: block;
        font-weight: 300;
        font-size: 14px;
        line-height: 21px;
        color: #FFFFFF;
    }
    footer .mob p{
        margin-top: 5px;
        display: block;
        font-weight: 300;
        font-size: 14px;
        line-height: 21px;
        color: #FFFFFF;
    }
    .content5{padding: 30px 0 50px}
    .content5 .items{margin-top: 30px}
    .content5 .owl-dots{display: none}
    .content5 .items .item{margin: 0 !important}
    .content5 .owl-carousel .owl-item img{max-height: 75px;width: auto !important;max-width: 100%}
    .content4{padding: 30px 0 50px}
    .content4 .slider_cm .item{width: 300px !important;flex-wrap: wrap;display: none}
    .content4 .slider_cm .item.active{display: flex}
    .content4 .slider_cm{width: 100% !important}
    .content4 .slider_cm .item .img{margin: 0 0 25px 0;}
    .content4 .slider_cm .counter{display: none}
    .content4 .slider_cm .hide.item{width: 0 !important}
    .content4 .slider_cm .item .txt .nav{margin-top: 30px}
    h1{font-size: 30px !important;}
    .content_service .items .item{width: 100%;margin-top: 30px}
    .content_service .items .item .img{height: 300px}
    .content_service{padding: 25px 0 30px}
    .head_content .left .pzg{margin: 25px 0 0;max-width: 100%}
    .head_content .btn_custom{display: none;}
    .head_content .left p.counter{display: none;}
    .projects .head_content .right{display: none}
    .content_projects{margin: 0;padding: 30px 0 50px}
    .content_projects h2{font-size: 18px;margin-bottom: 0;line-height: 1.4;width: 100%}
    header.projects{padding-bottom: 50px}
    .content_projects .left{margin-top: 25px}
    .content_projects .right{margin-top: 25px;}
    .content_projects .right p{font-size: 14px}
    .content_projects .right img{display: none;}
    .content_projects2{padding: 30px 0 50px}
    .content_projects2 .right{margin-top: 25px}
    .content_projects2 .left .owl-nav button{width: 40px;height: 40px;background-size: 20px !important}
    .content_serv{margin: 0;padding: 30px 0 50px}
    .content_serv .right{display: none}
    .content_service .image img{width: 100%}
    .content_service .image{margin-top: 30px}
    .content_about .item_text{width: 100%;margin-top: 30px}
    .bread{padding: 15px 0}
    .head_content .contact a,.head_content .contact p{font-size: 14px;line-height: 1.5}
    .contact .head_content{padding: 30px 0 100px}
    .content_contscts{padding: 30px 0 50px}
    .content_contscts .right{display: none}
    .owl-nav{justify-content: flex-start !important}
    .content3 .slider_cl .owl-nav{margin-top: 30px}

    .project_srv.content_service .items .item{
        width: 100%;
    }
    .projects .head_content{padding-bottom: 0}
    .content_service .items{margin-top: 20px}
}


