﻿/*********General*********/
*{
    box-sizing: border-box;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}
body{
    font: 16px 'MyriadPro-Regular';
    background: #fff;
    color: #000;
    min-width: 320px;
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
}
img{
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
a{
    cursor: pointer;
    text-decoration: none;
    color: #000;
}
textarea{
    resize: none;
}
a:hover{
    text-decoration: none;
}
.modal{
    display: none;
}
.wrapper{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}
.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
@font-face {
    font-family: 'MyriadProLight';
    src: url('../fonts/Myriad-Pro-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'MyriadPro-Bold';
    src: url('../fonts/MyriadPro-Bold.otf') format('opentype');
}
@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.otf') format('opentype');
}
.scroller {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    visibility: hidden;
    width: 100%;
    height: 1px;
}
.screen_1{
    width: 100%;
    height: 770px;
    background: url("../images/bg1.jpg") no-repeat;
}
.topmenu{
    width: 80%;
    padding-left: 40px;
}
.topmenu>li{
    list-style: none;
}
.topmenu>li>a{
    font: 17px 'MyriadProLight';
    color: #fefefe;
}
.topmenu li a .logo_text{
    margin-top: 10px;
}
.logo{
    padding-left: 30px;
    margin-top: 15px;
    text-align: center;
}
.phone_link{
    display: block;
    font-size: 21px;
    color: #fff;
    margin-bottom: 10px;
}
.phone_block{
    width: 16%;
    margin-left: auto;
    text-align: right;
    margin-right: 20px;
}
.call_link{
    color: #b7b7b6;
    border-bottom: 1px solid #b7b7b6;
    font: 18px 'MyriadProLight';
    display: inline-block;
    margin-bottom: 15px;
}
.lang_links{
    margin-bottom: 8px;
}
.lang_links a{
    color: #5c5c5c;
    font: 18px 'MyriadProLight';
    text-transform: uppercase;
    margin-left: 10px;
}
.lang_links .active{
    color: #fff;
}
header{
    width: 100%;
    background: rgba(0,0,0,0.5);
    border-bottom: 1px solid #949494;
    padding: 10px 0 23px 0;
}
.s1_title{
    text-align: center;
    font: 30px 'MyriadProLight';
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    padding-top: 140px;
    margin-bottom: 15px;
}
.s1_title span{
    display: block;
}
.s1t_text1{
    color: #c5c4c2;
    font-size: 60px;
}
.s1t_text2{
    font: 120px 'MyriadPro-Regular';
    position: relative;
    top: -10px;
}
.s1t_text3{
    position: relative;
    top: -10px;
}
.button{
    height: 50px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    display: block;
    font: 21px 'MyriadProLight';
    line-height: 48px;
}
.button:hover{
    background: rgba(32,32,32,0.7);
    color: #fff !important;
}
.main_btn{
    width: 268px;
    margin: 0 auto;
}
.p_btn{
    width: 268px;
    margin: 0 5px;
    border: 1px solid #626669;
}
.p_btn.active{
    border: 1px solid #fff;
}
.screen_2{
    width: 100%;
    background: #2e3337;
    padding-top: 110px;
    padding-bottom: 95px;
}
.portfolio_slider{
    position: relative;
    padding: 0 40px;
}
.p_text1{
    color: #fff;
    font-size: 120px;
    text-transform: uppercase;
    position: absolute;
    left: 70px;
    bottom: -70px;
    letter-spacing: 0.05em;
}
.p_img2{
    position: absolute;
    right: 70px;
    top: 70px;
}
.p_text2{
    color: #fff;
    font: 65px 'MyriadProLight';
    text-transform: uppercase;
    position: absolute;
    top: -10px;
    right: 70px;
}
.pi_hover{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(32,32,32,0.7);
    opacity: 0;
    transition: .2s;
}
.p_img2:hover .pi_hover{
    opacity: 1;
}
.p_slide{
    padding-bottom: 20px;
}
.portfolio_slider{
    margin-bottom: 60px;
}
.portfolio_btns{
    padding-right: 139px;
}
.services_wp{
   padding-left: 55px;
}
.services_left{
    width: 36%;
}
.services_right{
    width: 59%;
    position: relative;
}
.screen_3{
    width: 100%;
    background: #fff;
    padding-top: 80px;
    padding-bottom: 60px;
}
.srb_title{
    position: absolute;
    top: 0;
    right: 0;
    background: #2e3337;
    color: #fff;
    font: 36px 'MyriadProLight';
    text-transform: uppercase;
    width: 340px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.sl_block{
    padding: 23px 26px 20px 100px;
    color: #2e3337;
    cursor: pointer;
    transition: .2s;
}
.sr_block {
    display: none;
}
.sr_block:first-child {
    display: block;
}
.slb_bg1{
    background: url("../images/ico1.png") no-repeat 20px 20px;
}
.slb_bg1:hover, .slb_bg1.active{
    background: url("../images/ico1-1.png") no-repeat 20px 20px;
}
.slb_bg2{
    background: url("../images/ico2.png") no-repeat 20px 20px;
}
.slb_bg2:hover, .slb_bg2.active{
    background: url("../images/ico2-1.png") no-repeat 20px 20px;
}
.slb_bg3{
    background: url("../images/ico3.png") no-repeat 20px 20px;
}
.slb_bg3:hover, .slb_bg3.active{
    background: url("../images/ico3-1.png") no-repeat 20px 20px;
}
.slb_bg4{
    background: url("../images/ico4.png") no-repeat 20px 20px;
}
.slb_bg4:hover, .slb_bg4.active{
    background: url("../images/ico4-1.png") no-repeat 20px 20px;
}
.slb_bg5{
    background: url("../images/ico5.png") no-repeat 20px 20px;
}
.slb_bg5:hover, .slb_bg5.active{
    background: url("../images/ico5-1.png") no-repeat 20px 20px;
}
.sl_block:hover{
    background-color: #2e3337;
    color: #fff;
}
.sl_block.active{
    background-color: #2e3337;
    color: #fff;
}
.slb_title{
    font: 21px 'MyriadProLight';
    text-transform: uppercase;
    padding-bottom: 13px;
    border-bottom: 1px solid #2e3337;
    margin-bottom: 13px;
}
.sl_block:hover .slb_title{
    border-bottom: 1px solid #fff;
}
.sl_block.active .slb_title{
    border-bottom: 1px solid #fff;
}
.slb_text{
    font: 16px 'MyriadProLight';
}
.srb_text{
    width: 485px;
    padding: 35px 20px 20px 20px;
    background: #2e3337;
    color: #fff;
    font: 16px 'MyriadProLight';
    margin-left: auto;
    position: relative;
    top: -140px;
}
.srb_text p{
    margin-bottom: 20px;
}
.srb_btn{
    margin-top: -120px;
}
.srb_btn .button{
    border: 1px solid #2e3337;
    color: #2e3337;
    width: 270px;
}
.scheme_wp{
    padding: 0 70px;
}
.screen_4{
    width: 100%;
    background: #2e3337;
    padding-top: 120px;
    padding-bottom: 100px;
}
.scheme_top{
    color: #fff;
    margin-bottom: 35px;
    display: none;
}
.scheme_top:first-child {
    display: flex;
}
.stl_title{
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.stl_subtitle{
    font: 21px 'MyriadProLight';
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    padding-left: 10px;
    margin-bottom: 10px;
}
.st_left{
    width: 27%;
}
.stl_text{
    font: 16px 'MyriadProLight';
    padding-left: 10px;
}
.st_center{
    width: 29%;
    padding-left: 30px;
}
.st_right{
    width: 40%;
    margin-left: auto;
}
.atl_btn{
    width: 96%;
    margin-left: auto;
    margin-top: 25px;
}
.sb_tab.active p{
    background: #fff;
    color: #2e3337;
    cursor: default;
}
.sb_tab:hover p{
    background: #fff;
    color: #2e3337;
}
.sb_tab p{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    line-height: 40px;
    position: relative;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.sb_tab p:before{
    content: '';
    width: 23px;
    height: 23px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 50%;
    margin-top: -13px;
}
.sb_tab{
    position: relative;
}
.sb_tab:before{
    content: '';
    width: 121px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: -113px;
    top: 50%;
}
.scheme_bot .sb_tab:last-child:before{
    display: none;
}
.screen_5{
    width: 100%;
    height: 432px;
    background: url("../images/bg2.jpg") no-repeat center 0;
}
.order_block{
    width: 50%;
}
.ob_title{
    color: #fff;
    font: 36px 'MyriadProLight';
    text-transform: uppercase;
    line-height: 1;
}
.ob_title span{
    display: block;
    font: 100px 'MyriadPro-Regular';
}
.ob_left{
    padding: 115px 0 0 140px;
}
.ob_subtitle{
    font: 27px 'MyriadProLight';
    text-transform: uppercase;
    margin-bottom: 20px;
}
.ob_subtitle span{
    font: 27px 'MyriadPro-Bold';
}
.order_btn{
    color: #2e3337;
    border: 1px solid #2e3337;
    width: 270px;
}
.ob_right{
    padding: 140px 0 0 150px;
}
.a_block{
    width: 33.333%;
    padding-left: 80px;
    margin-bottom: 60px;
}
.screen_6{
    width: 100%;
    background: #2e3337;
    color: #fff;
    padding-top: 110px;
    padding-bottom: 80px;
}
.screen_6 .wrapper{
    padding: 0 35px;
}
.s6_title{
    margin-bottom: 50px;
}
.ab_bg1{
    background: url("../images/ico6.png") no-repeat;
}
.ab_bg2{
    background: url("../images/ico7.png") no-repeat;
}
.ab_bg3{
    background: url("../images/ico8.png") no-repeat;
}
.ab_bg4{
    background: url("../images/ico9.png") no-repeat;
}
.ab_bg5{
    background: url("../images/ico10.png") no-repeat;
}
.ab_title{
    font: 21px 'MyriadProLight';
    text-transform: uppercase;
}
.ab_text{
    font: 16px 'MyriadProLight';
}
.about_wp{
    padding: 0 40px;
}
.video_block{
    width: 504px;
    height: 334px;
    position: relative;
    display: block;
}
.video{
    width: 100%;
    height: 100%;
    background: url("../images/img5.jpg") no-repeat;
    position: relative;
    z-index: 1000;
}
.video:before{
    content: '';
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: url("../images/ico11.png") no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8900;
}
.video_block:before{
    content: '';
    width: 450px;
    height: 290px;
    background: #2e3337;
    position: absolute;
    top: -40px;
    left: -54px;
    z-index: 100;
}
.av_v2 .video_block:before{
    right: -40px;
    bottom: -54px;
    top: inherit;
    left: inherit;
}
.av_v2 .video_block{
    margin-top: -30px;
}
.av_2{
    position: relative;
}
.av_link{
    color: #fff;
    position: absolute;
    right: 160px;
    bottom: -40px;
    font: 20px 'MyriadProLight';
    z-index: 89000;
}
.about_video{
    margin-left: auto;
}
.about_info{
    width: 44%;
    margin-top: -40px;
}
.screen_7{
    width: 100%;
    background: #fff;
    padding-top: 100px;
    padding-bottom: 65px;
}
.about_title{
    font-size: 80px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 15px;
}
.about_subtitle{
    font-size: 24px;
    margin-bottom: 25px;
}
.about_text{
    font: 18px 'MyriadProLight';
    margin-bottom: 20px;
}
.about_link a{
    font: 18px 'MyriadProLight';
    color: #979797;
    border-bottom: 1px solid #979797;
}
.counter_wp{
    padding: 0 50px;
}
.screen_8{
    width: 100%;
    background: #2e3337;
    color: #fff;
    padding-top: 87px;
    padding-bottom: 83px;
}
.counter_block p{
    font: 18px 'MyriadProLight';
    text-transform: uppercase;
}
.counter_block span{
    font-size: 55px;
    margin-right: 10px;
}
.screen_9{
    width: 100%;
    background: #fff;
    padding-top: 55px;
    padding-bottom: 50px;
}
.screen_9 .wrapper{
    padding: 0 35px;
}
.rc_w1{
    width: 26.8%;
}
.rc_w2{
    width: 47.7%;
}
.rc_w3{
    width: 24.5%;
    text-align: right;
}
.img_f{
    margin-top: -14px;
}
.s9_title{
    margin-bottom: 25px;
}
.s6_text{
    font: 18px 'MyriadProLight';
    margin-bottom: 35px;
}
.swiper3{
    padding-top: 14px;
}
.rs_column a{
    display: block;
    margin-bottom: 19px;
}
.img_p2 a{
    margin-bottom: 23px;
}
.img_r{
    text-align: right;
}
.img_p1{
   position: relative;
    right: -15px;
}
.img_p2{
    text-align: right;
    padding-right: 7px;
}
.rs_top{
    margin-bottom: 20px;
}
.rewards_btn{
    color: #2e3337;
    border: 1px solid #2e3337;
    width: 270px;
    margin: 0 auto;
    margin-top: 60px;
}
.ri_column{
    width: 48%;
}
.rewards_info .ri_column:last-child{
    margin-left: auto;
}
.rewards_info{
    padding-top: 60px;
    font: 18px 'MyriadProLight';
}
.ri_column p{
    margin-bottom: 15px;
}
.map{
    width: 100%;
    height: 453px;
}
.screen_10{
    position: relative;
}
.contacts_forma{
    width: 340px;
    height: 100%;
    background: rgba(46,51,55,0.85);
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 35px;
    z-index: 999999;
}
.modal_forma{
    width: 340px;
    background: rgba(46,51,55,0.85);
    padding: 0 40px 40px 40px;
}
.modal_forma .cf_check label{
    width: 90%;
    left: 10px;
}
.modal_forma .cf_check input[type='checkbox'] + label:before{
    left: -37px;
}
.cf_btn{
    width: 100%;
}
.contasts_form input[type='text']{
    width: 100%;
    height: 50px;
    font: 18px 'MyriadProLight';
    padding-left: 20px;
    margin-bottom: 15px;
    border: none;
    outline: none;
    background: url("../images/bg3.jpg") no-repeat;
}
.cf_title{
    color: #fff;
    text-align: center;
    font: 24px 'MyriadProLight';
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-top: 40px;
    margin-bottom: 25px;
}
.cf_check label{
    color: #fff;
    width: 85%;
    font: 14px 'MyriadProLight';
    margin-left: auto;
    position: relative;
    top: -25px;
}
footer{
    width: 100%;
    background: #2e3337;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 20px;
}
.f_column{
    width: 20%;
}
.fc_list p{
    font: 18px 'MyriadProLight';
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}
.fc_list ul li{
    list-style: none;
    margin-bottom: 7px;
}
.fc_list ul li a{
    color: #fff;
    font: 14px 'MyriadProLight';
}
.fc_first{
    padding-left: 45px;
}
.f_dop_block{
    padding-top: 25px;
}
.f_c_block{
    padding-top: 50px;
}
.f_phone{
    color: #fff;
}
.f_social a{
    display: inline-block;
    width: 30px;
    height: 30px;
}
.soc1{
    background: url("../images/soc1.png") no-repeat center center;
}
.soc2{
    background: url("../images/soc2.png") no-repeat center center;
}
.soc3{
    background: url("../images/soc3.png") no-repeat center center;
}
.f_logo{
    padding-left: 40px;
    margin-right: 55px;
}
.copyright{
    font: 14px 'MyriadProLight';
    margin-right: 115px;
}
.policy_link{
    font: 14px 'MyriadProLight';
    color: #818181;
    border-bottom: 1px solid #818181;
}
.up_btn{
    width: 65px;
    height: 65px;
    background: url("../images/up.png") no-repeat;
    position: absolute;
    right: 20px;
    bottom: -5px;
}
.prev1{
    width: 38px;
    height: 91px;
    background: url("../images/prev1.png") no-repeat;
    position: absolute;
    left: 50px;
    top: 50%;
    z-index: 8900;
}
.next1{
    width: 38px;
    height: 91px;
    background: url("../images/next1.png") no-repeat;
    position: absolute;
    right: 40px;
    top: 50%;
    z-index: 8900;
}
.main_slider{
    position: relative;
}
.swiper1{
    overflow: hidden;
}
.sp1{
    bottom: -60px;
}
.pih_text1{
    font: 30px 'MyriadProLight';
    text-transform: uppercase;
    color: #fff;
    padding: 15px;
}
.pih_text2{
    font: 60px 'MyriadProLight';
    position: absolute;
    right: 40px;
    bottom: 15px;
    color: #fff;
    text-transform: uppercase;
}
.pih_text2 sup{
    font-size: 36px;
}
.portfolio_slider{
    position: relative;
}
.swiper2{
    overflow: hidden;
    padding-bottom: 40px;
}
.rewards_slider{
    position: relative;
}
.mob_logo{
    display: none;
    padding-left: 15px;
}
.mm_link{
    padding-left: 40px;
    background: url("../images/burger.png") no-repeat 0 center;
    color: #fff;
}
.cf_check input[type='checkbox']{
    display: none;
}
.cf_check input[type='checkbox'] + label:before{
    content: '';
    width: 23px;
    height: 23px;
    background: url("../images/check2.png") no-repeat;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    left: -40px;
    top: 24px;
    display: block;
}
.cf_check input[type='checkbox']:checked + label:before{
    background-position: 0 -23px;
}
.mob_menu{
    display: none;
    position: absolute;
    left: 0;
    top: 115px;
    z-index: 8999;
    background: rgba(46,51,55,0.85);
    width: 100%;
}
.mob_menu li{
    list-style: none;
}
.mob_menu li a{
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
}
.mob_menu li a:hover{
    background: rgba(22,23,24,0.6);
}
.h_links a{
    width: 25px;
    height: 25px;
}
.search_link{
    background: url("../images/ico13.png") no-repeat center center;
}
.call_link1{
    background: url("../images/ico14.png") no-repeat center center;
}
.call_link2{
    background: url("../images/ico15.png") no-repeat center center;
}
.h_links{
    padding-left: 30px;
    position: relative;
    top: 8px;
}
.search_block{
    width: 300px;
    position: absolute;
    top: -8px;
    left: -240px;
    display: none;
}
.search_block input[type='search']{
    width: 100%;
    height: 40px;
    background: url("../images/bg3.jpg") no-repeat;
    border: none;
    outline: none;
    padding-left: 20px;
    font: 18px 'MyriadProLight';
    background-size: cover;
}
.sb_btn{
    width: 25px;
    height: 25px;
    background: url("../images/ico13-1.png") no-repeat center center;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    z-index: 8900;
}
.toggle_menu{
    background: rgba(46,51,55,0.85);
    width: 280px;
    position: absolute;
    left: 40px;
    top: 70px;
    z-index: 8900;
    display: none;
}
.toggle_menu li{
    list-style: none;
}
.toggle_menu li a{
    color: #fff;
    font: 18px 'MyriadProLight';
    text-transform: uppercase;
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
}
.toggle_menu li a:hover{
    background: rgba(22,23,24,0.6);
}
.f_call_links a{
    width: 30px;
    height: 30px;
    display: inline-block;
}
.call_link3{
    background: url("../images/ico14-1.png") no-repeat center center;
    margin-right: 20px;
}
.call_link4{
    background: url("../images/ico15-1.png") no-repeat center center;
}
.f_call_links{
    margin-top: 10px;
}
.f_social{
    position: relative;
    top: 40px;
}
.inner_screen1{
    width: 100%;
    height: 760px;
    background: url("../images/bg4.jpg") no-repeat;
}
.inner_screen2{
    width: 100%;
    height: 760px;
    background: url("../images/bg6.jpg") no-repeat;
}
.inner_screen3{
    width: 100%;
    height: 760px;
    background: url("../images/bg7.jpg") no-repeat;
}
.breadcrumbs{
    margin-bottom: 30px;
}
.breadcrumbs li{
    list-style: none;
    margin-right: 25px;
    position: relative;
}
.breadcrumbs li:before{
    content: '-';
    position: absolute;
    top: 0;
    right: -15px;
    color: #fff;
    font: 18px 'MyriadProLight';
}
.breadcrumbs li:last-child:before{
    display: none;
}
.breadcrumbs li a{
    color: #959595;
    font: 18px 'MyriadProLight';
}
.breadcrumbs li .active{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.is_wp .wrapper{
    padding: 0 35px;
}
.is_wp{
    padding-top: 105px;
}
.is_wp .s1_title{
    text-align: left;
    padding-top: 0;
    margin-bottom: 0;
}
.s1_subtitle{
    color: #fff;
    font: 18px 'MyriadProLight';
    padding-right: 40px;
    margin-bottom: 25px;
}
.is_wp .s1t_text2{
    line-height: 1;
    top: 0;
    margin-bottom: 14px;
}
.inner_block .main_btn{
    margin: 0;
}
.about_title1{
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 30px;
}
.about_title1 span{
    display: block;
    font-size: 66px;
    margin-top: 10px;
}
.s7_p1{
    padding-top: 130px;
}
.s7_p1 .about_info{
    width: 47%;
    margin-top: 23px;
}
.s7_p2{
    padding-top: 140px;
    padding-bottom: 150px;
}
.s7_p2 .about_title{
    line-height: 1;
    margin-bottom: 50px;
}
.s3_title{
    font-size: 40px;
    text-transform: uppercase;
    padding-left: 55px;
    margin-bottom: 40px;
}
.s3_p1{
    padding-top: 10px;
}
.team_wp{
    width: 100%;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 10px;
}
.team_wp .wrapper{
    padding: 0 35px;
}
.team_title{
    margin-bottom: 80px;
}
.team_block{
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 20px;
}
.team_block:before{
    content: '';
    width: 93%;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    left: 4%;
    bottom: 0;
}
.team_label{
    position: absolute;
    left: 100px;
    top: 20px;
    color: #fff;
    background: #2e3337;
    font-size: 18px;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    padding: 0 10px 0 70px;
}
.team_img{
    position: relative;
    z-index: 1000;
    width: 17%;
}
.team_img img{
    border-radius: 50%;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:    4px 4px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow:         4px 4px 5px 0px rgba(0, 0, 0, 0.25);
}
.team_text{
    width: 83%;
    padding-top: 80px;
}
.calc_wp{
    width: 100%;
    background: #2e3337;
    padding-top: 70px;
    padding-bottom: 77px;
}
.calc_wp .wrapper{
    padding: 0 35px;
}
.calc_title{
    color: #fff;
    margin-bottom: 45px;
}
.calc_left input[type='text']{
    width: 100%;
    height: 47px;
    font: 18px 'MyriadProLight';
    padding-left: 20px;
    margin-bottom: 20px;
    border: none;
    outline: none;
    background: url("../images/bg3.jpg") no-repeat;
    background-size: cover;
}
.calc_left{
    width: 34%;
}
.calc_left .cl_block input[type='text']{
    width: 47%;
}
.calc_left .cl_block input[type='text']:last-child{
    margin-left: auto;
}
.calc_left .cf_check label{
    position: relative;
    left: -17px;
}
.calc_right{
    width: 62%;
    margin-left: auto;
}
.cr_img{
    position: relative;
    margin-bottom: 80px;
}
.cr_img2{
    position: absolute;
    right: 70px;
    bottom: -50px;
}
.cr_text{
    font: 16px 'MyriadProLight';
    color: #fff;
}
.questions_wp{
    width: 100%;
    background: #fff;
    padding-top: 65px;
    padding-bottom: 50px;
}
.questions_wp .wrapper{
    padding: 0 35px;
}
.q_title{
    margin-bottom: 35px;
}
.q_block{
    border: 1px solid #2e3337;
    margin-bottom: 25px;
}
.qb_top{
    padding: 12px 20px;
    cursor: pointer;
}
.qbt_title{
    text-transform: uppercase;
    font: 21px 'MyriadProLight';
}
.t1{
    display: block;
}
.t2 {
    display: none;
}
.active .t1{
    display: none;
}
.active .t2 {
    display: block;
}

.qbt_link{
    margin-left: auto;
    color: #787777;
    font: 18px 'MyriadProLight';
    margin-right: 10px;
}
.qb_bot{
    padding: 15px 20px 20px 20px;
    border-top: 1px solid #2e3337;
    display: none;
}
.qbb_text{
    font: 16px 'MyriadProLight';
    margin-bottom: 35px;
}
.cbb_btns .button{
    color: #2e3337;
    width: 260px;
    margin: 0 10px;
}
.cb_btn1{
    border: 1px solid #2e3337;
}
.cb_btn2{
    border: 1px solid #cbcccd;
}
.qb_main .qb_bot{
    display: block;
}
.mini_screen1{
    width: 100%;
    height: 308px;
    background: url("../images/bg1.jpg") no-repeat;
}
h1{
    text-transform: uppercase;
    color: #c1c0c0;
    font: 60px 'MyriadProLight';
}
.ms_wp{
    padding-top: 25px;
}
.ms_wp .wrapper{
    padding: 0 35px;
}
.portfolio_item{
    width: 33.333%;
    margin-bottom: 70px;
}
.portfolio_wp{
    padding-top: 50px;
    padding-bottom: 0;
}
.portfolio_wp .wrapper{
    padding: 0 40px;
}
.portfolio_text{
    text-align: right;
    color: #fff;
    font: 21px 'MyriadProLight';
    margin-right: 70px;
    padding-top: 5px;
}
.portfolio_text span{
    background: #2e3337;
    position: relative;
    z-index: 100;
}
.portfolio_img{
    position: relative;
}
.portfolio_img img{
    position: relative;
    z-index: 1000;
}
.portfolio_img:before{
    content: '';
    width: 330px;
    height: 200px;
    background: #2e3337;
    position: absolute;
    top: 40px;
    left: 10px;
}
.portfolio_text1 p{
    font: 18px 'MyriadProLight';
    margin-bottom: 20px;
}
.pf_check input[type='checkbox']{
    display: none;
}
.pf_check input[type='checkbox'] + label:before{
    content: '';
    width: 23px;
    height: 23px;
    background: url("../images/check2.png") no-repeat;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin-right: 20px;
    top: 5px;
}
.pf_check input[type='checkbox']:checked + label:before{
    background-position: 0 -23px;
}
.pf_check input[type='radio']{
    display: none;
}
.pf_check input[type='radio'] + label:before{
    content: '';
    width: 23px;
    height: 23px;
    background: url("../images/check2.png") no-repeat;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin-right: 20px;
    top: 5px;
}
.pf_check input[type='radio']:checked + label:before{
    background-position: 0 -23px;
}
.pf_check{
    margin-bottom: 14px;
}
.podbor_wp{
    width: 100%;
    background: #2e3337;
    padding-top: 70px;
    padding-bottom: 70px;
}
.podbor_wp .wrapper{
    padding: 0 35px;
}
.p_title{
    color: #fff;
    margin-bottom: 30px;
}
.pfc_title{
    color: #fff;
    font: 24px 'MyriadProLight';
    margin-bottom: 20px;
}
.pf_check label{
    color: #fff;
    font: 18px 'MyriadProLight';
}
.pfcl_item{
    width: 50%;
}
.pfc_w1{
    width: 36%;
    border-right: 1px solid #585c5f;
}
.pfc_w2{
    width: 28%;
    border-right: 1px solid #585c5f;
    padding-left: 75px;
}
.pfc_w3{
    width: 36%;
    padding-left: 50px;
}
.podbor_btn .button{
    width: 270px;
    margin-left: 30px;
}
.podbor_forma{
    margin-bottom: 0;
}
.order_wp{
    width: 100%;
    background: #2e3337;
    padding: 35px 0;
}
.o_text{
    color: #fff;
    font: 24px 'MyriadProLight';
}
.o_btn{
    margin-left: auto;
    width: 270px;
}
.tb_bn:before{
    display: none;
}
.history_tabs .sb_tab p{
    width: 100%;
    height: auto;
    background: none !important;
    font: 18px 'MyriadProLight';
    padding-top: 25px;
}
.history_tabs .sb_tab p:before{
    content: '';
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    left: 15px;
    top: 0;
}
.history_tabs .sb_tab:before{
    top: 0;
    right: -115px;
}
.sb_tab.active p{
    color: #fff;
}
.sb_tab.active p:before{
    background: #fff;
}
.sb_tab:hover p{
    color: #fff;
}
.sb_tab:hover p:before{
    background: #fff;
}
.history_tabs{
    margin-top: 50px;
}
.team_wp1{
    width: 100%;
    background: #2e3337;
    padding-top: 85px;
    padding-bottom: 80px;
}
.team_wp1 .wrapper{
    padding: 0 35px;
}
.team_img1{
    width: 53%;
}
.team_info1{
    width: 40%;
    color: #fff;
    margin-left: auto;
    margin-top: -10px;
}
.ti_title{
    padding-bottom: 45px;
    border-bottom: 1px solid #777a7d;
    margin-bottom: 40px;
}
.ti_list li{
    list-style: none;
    min-height: 33px;
    padding-left: 45px;
    background: url("../images/ico16.png") no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}
.ti_text{
    margin-bottom: 40px;
}
.news_choice{
    width: 265px;
    margin-bottom: 50px;
}
.news_wp .wrapper{
    padding: 0 38px;
}
.news_wp{
    padding-top: 40px;
    padding-bottom: 60px;
}
.nb_img{
    width: 25%;
    position: relative;
}
.nbi_label{
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    width: 75px;
    background: #2e3337;
}
.label_num{
    font: 48px 'MyriadProLight';
    line-height: 1;
}
.label_mo{
    font: 16px 'MyriadProLight';
    line-height: 1;
    margin-top: -5px;
}
.label_year{
    font: 24px 'MyriadProLight';
    line-height: 1;
}
.nb_info{
    width: 73%;
    margin-left: auto;
}
.nb_title{
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.nb_text{
    font: 18px 'MyriadProLight';
    margin-bottom: 10px;
}
.nb_link{
    font: 18px 'MyriadProLight';
    color: #acabab;
    border-bottom: 1px solid #acabab;
    margin-right: 20px;
}
.news_block{
    border-bottom: 1px solid #ececec;
    padding-bottom: 50px;
    margin-bottom: 60px;
}
.nb_last{
    border: none;
    padding-bottom: 0;
}
.nb_more_btn{
   color: #2e3337;
    border: 1px solid #2e3337;
    width: 270px;
    margin: 0 auto;
}
.contacts_title{
    font-size: 18px;
    margin-bottom: 7px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.contacts_block{
    padding-top: 12px;
    max-width: 33.333%;
}
.contacts_phone{
    font: 21px 'MyriadProLight';
    display: block;
    margin-bottom: 10px;
}
.contacts_address{
    font: 16px 'MyriadProLight';
}
.ib_v1{
    padding-top: 70px;
}
.ib_v1 .s1t_text1{
    margin-bottom: 30px;
}
.brands_wp{
    width: 100%;
    background: #fff;
    padding-top: 55px;
    padding-bottom: 32px;
}
.brands_wp .wrapper{
    padding: 0 60px;
}
.brand_title{
    margin-bottom: 50px;
}
.brand_block{
    margin-bottom: 55px;
}
.sert_block{
    width: 254px;
    height: 361px;
    background: url("../images/bg8.jpg") no-repeat;
    text-align: center;
    margin-bottom: 60px;
}
.sert_wp{
    width: 100%;
    background: #2e3337;
    padding-top: 70px;
    padding-bottom: 70px;
}
.sert_wp .wrapper{
    padding: 0 35px;
}
.sert_title{
    color: #fff;
    margin-bottom: 25px;
}
.sert_subtitle{
    font: 16px 'MyriadProLight';
    color: #fff;
    margin-bottom: 60px;
}
.sert_btn{
    width: 255px;
    margin: 0 auto;
}
.news_top{
    position: relative;
    padding-left: 100px;
    padding-top: 10px;
    margin-bottom: 40px;
}
.nt_title p{
    font: 18px 'MyriadProLight';
}
.nt_title p span{
    display: block;
    font: 40px 'MyriadPro-Regular';
    text-transform: uppercase;
    margin-bottom: 10px;
}
.news_top .nbi_label{
    top: 20px;
    width: 65px;
    padding-bottom: 3px;
}
.news_article>p, .news_article ul li{
    font: 18px 'MyriadProLight';
    margin-bottom: 20px;
}

.news_article ul li {
    margin-bottom: 15px;
}
.no_img{
    margin-bottom: 45px;
}
.swiper4{
    overflow: hidden;
}
.na_slider{
    position: relative;
    margin-top: 40px;
    margin-bottom: 60px;
}
.prev4{
    width: 28px;
    height: 67px;
    background: url("../images/prev3.png") no-repeat;
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 8900;
    margin-top: -33px;
}
.next4{
    width: 28px;
    height: 67px;
    background: url("../images/next3.png") no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 8900;
    margin-top: -33px;
}
.no_img_line{
    margin-bottom: 30px;
}
.news_btns{
    margin-top: 47px;
    margin-bottom: 45px;
}
.news_btns .button{
    width: 264px;
    margin: 0 15px;
    border: 1px solid #2e3337;
    color: #2e3337;
}
.article_link{
    width: 200px;
    font: 18px 'MyriadProLight';
}
.a_prev{
    padding-left: 45px;
    background: url("../images/prev2.png") no-repeat;
}
.a_next{
    padding-right: 45px;
    background: url("../images/next2.png") no-repeat right 0;
}
.news_social a{
    width: 30px;
    height: 30px;
    margin: 0 3px;
}
.news_social p{
    margin-right: 15px;
    font: 18px 'MyriadProLight';
}
.soc4{
    background: url("../images/soc4.png") no-repeat center center;
}
.soc5{
    background: url("../images/soc5.png") no-repeat center center;
}
.soc6{
    background: url("../images/soc6.png") no-repeat center center;
}
.po_arrow{
    height: 31px;
    font: 18px 'MyriadProLight';
    line-height: 31px;
}
.po_prev{
    background: url("../images/prev4.png") no-repeat;
    padding-left: 30px;
}
.po_next{
    background: url("../images/next4.png") no-repeat right 0;
    padding-right: 30px;
}
.po_wp{
    padding-top: 15px;
}
.swiper5{
    overflow: hidden;
}
.prev5{
    width: 38px;
    height: 91px;
    background: rgba(0,0,0,0.7) url("../images/prev1.png") no-repeat center center;
    background-size: 80%;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -45px;
    z-index: 8900;
}
.next5{
    width: 38px;
    height: 91px;
    background: rgba(0,0,0,0.7) url("../images/next1.png") no-repeat center center;
    background-size: 80%;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -45px;
    z-index: 8900;
}
.po_top{
    margin-bottom: 15px;
}
.po_main_slider{
    position: relative;
    margin-bottom: 30px;
}
.swiper6{
    overflow: hidden;
}
.swiper6 .swiper-slide {
    cursor: pointer;
}
.po_dop_slider{
    position: relative;
    margin-bottom: 30px;
}
.prev6{
    width: 28px;
    height: 67px;
    background: url("../images/prev3.png") no-repeat;
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 8900;
    margin-top: -33px;
}
.next6{
    width: 28px;
    height: 67px;
    background: url("../images/next3.png") no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 8900;
    margin-top: -33px;
}
aside{
    width: 23%;
    background: #2e3337;
    color: #fff;
    padding: 20px 5px 5px 20px;
    font: 18px 'MyriadProLight';
}
.content{
    width: 74%;
    margin-left: auto;
}
.content>p{
    font: 18px 'MyriadProLight';
    margin-bottom: 20px;
}
.content>p.pb_title {
    margin-bottom: 15px;
    font-family: 'MyriadPro-Regular';
}
.content>p.title {
    font-size: 40px;
    text-transform: uppercase;
}
.po_btn{
    color: #2e3337;
    border: 1px solid #2e3337;
    width: 270px;
}
.fav_block{
    padding-left: 30px;
    height: 24px;
    line-height: 24px;
    background: url("../images/ico18.png") no-repeat;
    margin-bottom: 25px;
}
.fav_block p{
    margin-left: 10px;
}
.char_text{
    margin-bottom: 20px;
}
.comment_block{
    margin-top: 35px;
}
.title{
    font-size: 40px;
    text-transform: uppercase;
}
.prev7{
    width: 19px;
    height: 46px;
    background: url("../images/prev5.png") no-repeat;
    position: absolute;
    left: -40px;
    top: 50%;
    z-index: 8900;
    margin-top: -23px;
}
.next7{
    width: 19px;
    height: 46px;
    background: url("../images/next5.png") no-repeat;
    position: absolute;
    right: -40px;
    top: 50%;
    z-index: 8900;
    margin-top: -23px;
}
.dp_slider{
    position: relative;
}
.swiper7{
    overflow: hidden;
}
.dop_portfolio_wp .wrapper{
    padding: 0 80px;
}
.design_wp{
    width: 100%;
    height: 422px;
    background: url("../images/bg9.jpg") no-repeat center 0;
}
.d_text1{
    text-align: center;
    font: 27px 'MyriadProLight';
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.d_text2{
    color: #fff;
    text-align: center;
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.d_text2 span{
    font: 60px 'MyriadProLight';
}
.d_btn{
    width: 270px;
    margin: 0 auto;
}
.design_wp .wrapper{
    flex-direction: column;
    height: 100%;
}
.dop_portfolio_wp{
    width: 100%;
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}
.dp_title{
    margin-bottom: 35px;
}
.pbi_block{
    background: #2e3337;
    color: #fff;
    text-align: center;
    width: 220px;
    padding-top: 20px;
}
.left_menu p{
    font-size: 21px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 7px;
    margin-bottom: 10px;
}
.pc_p1{
    padding-top: 20px;
}
.left_menu{
    padding: 10px 10px 0 10px;
}
.left_menu ul li{
    list-style: none;
    margin-bottom: 18px;
}
.left_menu ul li a{
    font: 18px 'MyriadProLight';
    color: #fff;
}
.filter_select{
    width: 215px;
}
.filter_block p{
    font: 21px 'MyriadProLight';
    margin-bottom: 10px;
}
.filter_btn{
    text-align: center;
    width: 130px;
    height: 30px;
    font: 18px 'MyriadProLight';
    color: #2e3337;
    border: 1px solid #2e3337;
    line-height: 28px;
    display: block;
}
.filter_btn1{
    color: #acabab;
    border: 1px solid #acabab;
    text-align: center;
    width: 220px;
    height: 30px;
    font: 18px 'MyriadProLight';
    line-height: 28px;
    display: block;
}
.filter_block label{
    color: #2e3337;
    font: 18px 'MyriadProLight';
    position: relative;
    padding-right: 40px;
    right: -10px;
    margin-bottom: 10px;
}
.fb_check input[type='checkbox']{
    display: none;
}
.fb_check input[type='checkbox'] + label:before{
    content: '';
    width: 24px;
    height: 23px;
    background: url("../images/check4.png") no-repeat;
    margin-right: 10px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 1px;
}
.fb_check input[type='checkbox']:checked + label:before{
    background-position: 0 -23px;
}
.fb_last{
    flex-direction: column;
}
.filter_wp{
    margin-bottom: 30px;
}
.pb_img1{
    width: 400px;
    position: relative;
}
.pbi_label{
    position: absolute;
    top: -10px;
    right: 0;
}
.pb_img2{
    width: 194px;
}
.pb_img2 div{
    margin-bottom: 9px;
}
.pb_info{
    height: 268px;
    overflow: hidden;
}
.pb_title{
    margin-bottom: 15px;
}
.pbi_text{
    font: 16px 'MyriadProLight';
    margin-bottom: 23px;
    padding: 0 15px;
}
.pbi_fav{
    width: 100px;
    margin: 0 auto;
    padding-left: 30px;
    height: 24px;
    line-height: 24px;
    background: url("../images/ico18.png") no-repeat 20px 0;
    margin-bottom: 25px;
}
.portfolio_block{
    padding-bottom: 57px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 40px;
}
.pb_wp .portfolio_block:last-child{
    border-bottom: none;
    padding-bottom: 10px;
}
.pb_btn{
    color: #2e3337;
    border: 1px solid #2e3337;
    width: 270px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.filter_modal{
    width: 1200px;
    background: rgba(46,51,55,0.85);
    color: #fff;
}
.filter_modal .podbor_forma{
    margin-bottom: 20px;
}
.filter_modal .podbor_btn .button{
    width: 130px;
    height: 30px;
    line-height: 28px;
    font-size: 18px;
}
.filter_modal .podbor_btn{
    width: 630px;
    margin-left: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.fc_list ul li a:hover{
    text-decoration: underline;
}
.mob_submenu{
    display: none;
}
.mob_submenu p{
    color: #fff;
    padding: 0 33px;
    font-size: 14px;
    margin-top: 15px;
}
.mob_submenu .left_menu{
    padding: 0;
}
.mob_submenu .left_menu ul li{
    margin-bottom: 0;
}
.mob_submenu .left_menu ul li a{
    line-height: 40px;
}



/*new 26.01.19*/
.catalog_banner{
    margin-bottom: 20px;
}
.catalog_wp h2{
    font: 24px 'MyriadPro-Bold';
    margin-bottom: 20px;
}
.cf_title1{
    color: #202020;
    margin-bottom: 20px;
    margin-top: 30px;
}
.alp_wp p{
    color: #202020;
}
.alp_wp{
    margin-bottom: 30px;
}
.alp_wp a{
    color: #202020;
    border-bottom: 1px solid #202020;
    position: relative;
}
.alp_wp a:hover{
    border-bottom: 1px solid rgba(255,255,255,0);
}
.alp_block{
    position: relative;
}
.catalog_block{
    width: 25%;
    padding: 0 10px;
    margin-bottom: 30px;
    text-align: center;
}
.catalog_block_wp{
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 30px;
}
.cb_link{
    font-size: 20px;
    text-decoration: underline;
}
.cb_img{
    margin-bottom: 7px;
}
.cc_top img{
    float: left;
    margin-right: 20px;
}
.cc_top p{
    font: 18px 'MyriadProLight';
    margin-bottom: 20px;
}
.cc_btn{
    color: #2e3337;
    border: 1px solid #2e3337;
    width: 270px;
    margin: 30px auto 40px auto;
}
.cc_links a{
    text-decoration: underline;
}
.cc_links{
    margin-bottom: 20px;
}
.recall_block{
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    transition: .2s;
}
.recall_block:hover{
    background: #ececec;
}
.rb_open:hover{
    background: none;
}
.rb_title{
    font: 20px 'MyriadPro-Bold';
    margin-bottom: 15px;
}
.rb_text{
    font: 18px 'MyriadProLight';
    margin-bottom: 20px;
}
.rb_text a{
    color: #202020;
    text-decoration: underline;
}
.rb_img{
    margin-bottom: 20px;
}
.rb_img img{
    width: 100%;
    height: auto;
}
.rb_more_link a{
    padding-left: 10px;
    background: url("../images/next5.png") no-repeat 0 center;
    background-size: auto 12px;
}
.recall_pagination{
    margin-bottom: 20px;
}
.recall_pagination a{
    text-decoration: underline;
    margin: 0 7px;
}
.pti_btn{
    color: #2e3337;
    border: 1px solid #2e3337;
    width: 100%;
}
.pt_img{
    width: 40%;
}
.pt_info{
    width: 55%;
    margin-left: auto;
}
.pti_title{
    font: 50px 'MyriadPro-Bold';
    text-align: center;
    margin-bottom: 20px;
}
.pti_text{
    font: 18px 'MyriadProLight';
    margin-bottom: 20px;
}
.pti_link{
    text-align: right;
    margin-bottom: 50px;
}
.pti_link a{
    text-decoration: underline;
}
.project_wp{
    padding-top: 50px;
}
.project_title h1{
    font-size: 54px;
}
.pa_btn{
    color: #2e3337;
    border: 1px solid #2e3337;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.project_wp h2{
    text-align: center;
    font: 32px 'MyriadPro-Bold';
    margin-bottom: 20px;
}
.project_top{
    margin-bottom: 50px;
}
.pa_img{
    width: 100px;
    text-align: center;
}
.pa_block{
    margin-bottom: 20px;
}
.pa_block p{
    font: 20px 'MyriadProLight';
}
.project_center{
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ececec;
}
.pw_block{
    width: 33.333%;
    text-align: center;
    padding: 0 30px;
}
.pw_img{
    margin-bottom: 20px;
}
.pw_img img{
    border-radius: 50%;
    transition: .2s;
}
.pw_text{
    font: 24px 'MyriadProLight';
}
.pw_block:hover .pw_img img{
    transform: scale(1.1);
}
.project_work{
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ececec;
}
.p_ach_block{
    width: 33.333%;
    text-align: center;
    margin-bottom: 30px;
}
.pab_text{
    font: 18px 'MyriadProLight';
}
.pach_wp{
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ececec;
}
.pab_img{
    margin-bottom: 20px;
}
.pf_img{
    width: 45%;
}
.pf_form{
    width: 55%;
    background: rgba(46,51,55,0.85);
    padding: 30px;
    flex-direction: column;
}
.pf_form input[type='text']{
    width: 100%;
    background-size: cover;
}
.project_forma{
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ececec;
}
.project_step{
    width: 33.333%;
    text-align: center;
    margin-bottom: 30px;
    cursor: pointer;
}
.project_steps{
    padding-top: 25px;
    margin-bottom: 20px;
}
.ps_title{
    font: 42px 'MyriadPro-Bold';
}
.ps_text{
    font: 20px 'MyriadProLight';
}
.ps_img{
    margin-bottom: 20px;
}
.ps_img img{
    transition: .2s;
}
.project_step:hover .ps_img img{
    transform: scale(1.1);
}
.ps_text1{
    font: 18px 'MyriadProLight';
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ececec;
}
.project_seo p{
    font: 18px 'MyriadProLight';
    margin-bottom: 20px;
}
.dp_block{
    margin-bottom: 20px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 57px;
}
.fbc_label{
    width: 300px;
    padding: 5px 0;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 40px;
    left: -30px;
    color: #fff;
    text-align: center;
    transition: .2s;
    opacity: 0;
    visibility: hidden;
}
.fbc_label:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent rgba(0,0,0,0.5) transparent;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: -10px;
}
.fb_check{
    position: relative;
}
.fb_check:hover .fbc_label{
    opacity: 1;
    visibility: visible;
}
.alp_toggle_block{
    position: absolute;
    top: 25px;
    left: 0;
    border-top: 5px solid #ececec;
    width: 200px;
    background: rgba(255,255,255,0.85);
    z-index: 8900;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
}
.alp_toggle_block:after {
    width: 20px;
    height: 25px;
    background: none;
    content: '';
    position: absolute;
    left: 0;
    top: -24px;
}
.ab_right .alp_toggle_block:after {
    left: auto;
    right: 0;
}
.ab_right .alp_toggle_block{
    left: inherit;
    right: 0;
}
.alp_toggle_block a{
    display: block;
    border-bottom: none !important;
}
.alp_toggle_block a span{
    border-bottom: 1px solid #202020;
}
.alp_block:hover .alp_toggle_block{
    opacity: 1;
    visibility: visible;
}
.ach_num2 {
    line-height: 45px;
}
.ach_num3 {
    line-height: 45px;
}
.ach_num {
    padding: 0 10px;
 }
.pab_img {
    font: 60px 'MyriadPro-Regular';
    color: #dc8b18;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100px;
}
.pab_img sup {
    font-size: 24px;
    line-height: 76px;
}
.ach_num3 {
    padding: 0;
}