/********************************************General********************************************************/
body{
    font: 1em 'pf_dindisplay_prolight';
    background: #f0f4f8;
    color: #557089;
}
h1{
    color: #557089;
    font: 2.25em 'pf_dindisplay_proregular';
}
h2{
    font-size:1.875em;
    text-align: center;
    color: #557089;
    display: inline-block;
    border-bottom: 3px solid #ffdf48;
	margin-bottom: 20px;
}
h3{border-bottom: 2px solid #ffdf48;
    color: #557089;
    display: inline-block;
    font-size: 1.2em;
    text-align: center;
	/*margin-bottom: 15px;*/
    margin-top: 15px;
    font-weight: bold;
    padding-bottom: 10px;
    
}
h4{
	 font-size: 1.1em;
	color: #557089;
	border:solid 4px #2a6cce;
	padding:20px;
	border-radius:2px;
	text-align: center;
	font-weight:bold;
}
h5{
	text-align: center;
	 font-size: 1.7em;
	color: #fff;
	background:#2a6cce;
	padding:20px;
	border-radius:2px;
	
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
}
a{
    cursor: pointer;
    text-decoration: none;
}
textarea{
    resize: none;
}
a:hover{
    text-decoration: none;
}
.modal{
    display: none;
}
.none_480 {
    display: block;
}
.relative {
    position: relative;
}
.mobile_menu_link_2 {
    display: none;
}
.broad {
    display: none;
}
.hidden {
    visibility: hidden;
}
.main_title{
    height: 170px;
    background: #307be9;
    position: relative;
    box-sizing: border-box;
    padding: 20px 0 0 30px;
}
.main_title:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 90px 40px 0 40px;
    border-color: #ffe148 transparent transparent transparent;
    position: absolute;
    bottom: 0;
    right: -115px;
}
.main_title:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 75px 170px 75px;
    border-color: transparent transparent #4e8ff1 transparent;
    position: absolute;
    top: 0;
    right: -75px;
}
.production_filtr_img img{
    width: 100%;
}
.production_filtr_img:hover {

}
.header_top_block{
    background: #f0f4f8;
    width: 100%;
}
.header_menu{
    float: left;
}
.header_menu>ul>li{
    list-style: none;
    float: left;
}
.header_menu>ul>li>a{
    color: #557089;
    display: block;
    padding: 10px 20px;
}
.header_menu>ul>li>a:hover{
    text-decoration: underline;
    background: #fff;
}
.header_menu>ul>li>.active{
    text-decoration: underline;
    background: #fff;
}
.header_mobile_link {
    display: none;
}
.search_top input[type='search']{
 height: 27px;
    border: none;
    width: 75%;
    box-sizing: border-box;
    padding-right: 20px;
    outline: none;
    padding-left: 10px;
    border-radius: 5px 0 0 5px;
    float: left;
}
.search_top .search_btn_top{
    display: block;
    border: none;
    outline: none;
width: 70px;
    height: 27px;
    background: #ffdf48 url("../images/search_ico.png") no-repeat center center;
    position: relative;
    float: left;
}
.search_top .search_btn_top:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 27px 15px;
    border-color: transparent transparent #feea8e transparent;
position: absolute;
    top: 0;
    left: -15px;
    z-index: 999;
}
.search_top{
    position: relative;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}
.header_center_block{
    width: 100%;
    background: url("../images/bg_12.jpg") no-repeat center 0;
    background-size: cover;
    padding: 15px 0;
}
.button{
    display: block;
    width: 160px;
    height: 40px;
    background: #ff0000;
    position: relative;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    font-size: 1.125em;
    box-sizing: border-box;
    padding-top: 9px;
    transition: .5s;
    -webkit-box-shadow: 0px 1px 0px #BB2F2F;
    -moz-box-shadow:    0px 1px 0px #BB2F2F;
    box-shadow:         0px 1px 0px #BB2F2F;
    overflow: hidden;
}
.button:before{
    content: "";
    border-top: 40px solid rgba(255,255,255,0.5);
    width: 80px;
    border-right: 20px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.7s all ease;
    -webkit-transition: 0.7s all ease;
    -moz-transition: 0.7s all ease;
}
.button:hover.button:before{
    width: 0;
    left: -20px;
    transition: 0.7s all ease;
    -webkit-transition: 0.7s all ease;
    -moz-transition: 0.7s all ease;
}
.button span{
    position: relative;
    z-index: 10;
}
.button:hover{
    color: #fff;
}
.wrap__phone_block,
.phone_block{
float: right;
}

.phone_btn{
    float: left;
    margin: 7px 0px 10px 0;
    width: 176px;
}
.phone_block{
    padding-right: 56px;
}
.news_wp{
    background:#fff;
}
.phone_info{
    float: left;
    margin-right: 55px;
    margin-top: 14px;
    line-height: 25px
}
.phone_info a{
    font-size: 1.375em;
    color: #557089;
    display: block;
}
.phone_info a:hover{
    color: #557089;
}
.phone_info p span{
    display: block;
}
.phone_info p{
    color: #557089;
    text-align: right;
    margin-top: 7px;

}
.topmenu{
    width: 100%;
    background: #2a6cce;
}
.topmenu ul>.tm_li{
    list-style: none;
    float: left;
    display: table;
    height: 46px;

}
.topmenu ul>.tm_li>.tm_a{
    height: 48px;
    padding: 0 25px;
    color: #ffffff;
    font-size: 1.25em;
    display: table-cell;
    vertical-align: middle;
    transition: .3s;
}
.topmenu ul>.tm_li>.tm_a:hover{
    background: #2560b9;
}
.tm_a.active{
    background: #2560b9;
}
.mobile_menu_link {
    display: none;
}

.main_slider{
    width: 100%;
    background: url("../images/bg_2.jpg") no-repeat center 0;
    height: 433px;
    box-sizing: border-box;
    padding-top: 140px;
}
.main_slider h1{
    font: 3em 'pf_dindisplay_promedium';
    color: #fff;
    line-height: 60px;
    margin: 0;
}
.main_slider h1 span{
    font: 1em 'pf_dindisplay_prolight';
    display: block;
}
.about_info_wp{
    width: 100%;
    background: #f0f4f8;
    padding: 30px 0;
    margin-top: -70px;
}
.about_info_wp p{
    color: #557089;
    font-size: 1.125em;
    line-height: 26px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 50px;
}
.production_filtr_block {
position: relative;
}

.production_filtr_title{
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(103,146,187,0.5);
    box-sizing: border-box;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.5em;
    padding: 20px 30px 15px 30px;
}
.logo_text {
    float: right;
}
.logo img{
float: left;
}
.logo_info {
    margin-left: 10px;
    color: #557089;
    font: 1em 'pf_dindisplay_prolight';
}
.logo_title {
    margin-left: 10px;
    margin-top: 10px;
    color: #557089;
    text-transform: uppercase;
    font: 1em 'pf_dindisplay_promedium';
}

.title{
    text-align: center;
    padding-top: 40px;
}
.title_2{
    text-align: center;
    padding-top: 0;
}
.production_filtr_block_wp .production_filtr_block {
    margin-bottom: 30px;
}
.production_filtr_wp{
    margin-top: 50px;
}
.ps_block{
    display: block;
    margin-right: 30px;
}
.ps_block img{
    width: 100%;
}
.production_slider_wp {
    position: relative;
    padding-bottom: 36px;
    margin-top: 34px;
}
.production_slider {
    position: relative;
    z-index: 10;
}
.production_slider .ps_block:last-child{
    margin-right: 0;
}
.button_1{
    display: block;
    width: 306px;
    height: 48px;
    background: #ffdc37;
    position: relative;
    text-align: center;
    color: #344c62;
    border-radius: 4px;
    font-size: 1.125em;
    box-sizing: border-box;
    padding-top: 15px;
    transition: .5s;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 2px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 2px 0px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
@media(max-width: 720px){
    .button_1{height: 58px;}
}
.button_1:before{
    content: "";
    border-top: 48px solid rgba(255,255,255,0.5);
    width: 150px;
    border-right: 20px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.7s all ease;
    -webkit-transition: 0.7s all ease;
    -moz-transition: 0.7s all ease;
}
.button_1:hover.button_1:before{
    left: -48px;
    width: 0;
    transition: 0.7s all ease;
    -webkit-transition: 0.7s all ease;
    -moz-transition: 0.7s all ease;
}
.button_1 span{
    position: relative;
    z-index: 10;
}
.button_1:hover{
    color: #344c62;
}
.ps_btn{
    margin: 0 auto;
    margin-top: 40px;
}
.main_production_wp{
    padding-bottom: 50px;
    background: #fff;
    overflow: hidden;
}
.distinction_img_wp{
    width: 114px;
    height: 114px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    display: table;
    margin: 0 auto;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(182, 198, 214, 0.5);
    -moz-box-shadow:    0px 2px 0px 0px rgba(182, 198, 214, 0.5);
    box-shadow:         0px 2px 0px 0px rgba(182, 198, 214, 0.5);
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
}
.distinction_img_wp:hover{
    background: #307be9;
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
}
.distinction_img_wp:hover .distinction_img {
    filter:grayscale(1) brightness(10);
    -webkit-filter:grayscale(1) brightness(10);
    -moz-filter:grayscale(1) brightness(10);
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
}
.distinction_img{
    display: table-cell;
    vertical-align: middle;
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
}

.distinction_block{
    text-align: center;
    min-height: 230px;
}

.distinction_wp{
    background: #f0f4f8;
    padding-bottom: 60px;
}
.distinction_text{
    color: #557089;
  margin-top: 25px;
    line-height: 24px;
}
.db_wp{
    margin-top: 70px;
}
.works_wp{
    width: 100%;
    background: url("../images/bg_3.jpg") no-repeat center 0;
    padding-bottom: 60px;
}
.works_wp h2{
    color: #fff;
    border-bottom: 3px solid #fff;
}
.work_block{
    width: 314px;
    float: left;
    text-align: center;
    padding-top: 7px;
    margin-right: 20px;
    background: #658dc9;
    padding-bottom: 10px;
}
.thumbs_item {
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.work_small_img img{
    width: 100%;
    height: auto;
}
.work_small_img{
    width: 300px;
    margin: 0 auto;
    margin-top: 12px;
}
.work_img {
    position: relative;
    width: 300px;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.work_img img{
    width: auto;
    height: 100%;
}
.work_title{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(103,146,187,0.5);
    box-sizing: border-box;
    color: #fff;
    font-size: 1.125em;
    padding: 10px 0 10px 20px;
    text-align: left;
}
.works_slider_wp {
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
    margin-top: 50px;
}
.work_small_img div{
    float: left;
}
.works_slider{
    width: 990px;
    margin: 0 auto;
    overflow: hidden;
}

.scheme_tringle{
    width: 400px;
    height: 0;
    border-bottom: 66px solid #ffdf48;
    border-left: 30px solid transparent;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
}
.scheme_info{
    position: relative;
    width: 400px;
    height: 66px;
}
.scheme_info p{
    position: relative;
    z-index: 9999;
    padding-top: 12px;
    display: inline-block;
    text-align: center;
    width: 350px;
}
.scheme_info:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 23px 66px 23px;
    border-color: transparent transparent #feea8e transparent;
    position: absolute;
    top: 0;
    right: 6px;

}
.scheme_info:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 11px 0 11px;
    border-color: #4e8ff1 transparent transparent transparent;
position: absolute;
    bottom: 0;
    right: -5px;
}
.scheme_wp{
    padding-bottom: 60px;
}
.sceme_block_wp{
    text-align: center;
    margin-top: 60px;
}
.scheme_block{
    width: 170px;
    height: 170px;
    border: 1px solid #307be9;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.scheme_number{
    text-align: center;
    color: #fff;
    width: 38px;
    height: 38px;
    background: #307be9;
    border-radius: 50%;
    box-sizing: border-box;
    padding-top: 3px;
    font-size: 1.875em;
    position: absolute;
    top: -19px;
    left: 66px;
}
.scheme_ico{
    margin-top: 50px;
}
.scheme_text{
  color: #557089;
    padding: 0 10px;
}
.sb_bord:before{
    content: "";
    width: 38px;
    height: 38px;
    box-sizing: border-box;
    border-bottom: 2px solid #ffdf48;
    border-right: 2px solid #ffdf48;
    position: absolute;
    left: -20px;
    top: -20px;
}
.sb_bord:after{
    content: "";
    width: 38px;
    height: 38px;
    box-sizing: border-box;
    border-top: 2px solid #ffdf48;
    border-right: 2px solid #ffdf48;
    position: absolute;
    right: -20px;
    top: -20px;
}
.sb_bord{
    margin-top: 230px;
}
.sert_block{
    width: 170px;
    float: left;
    margin-right: 30px;
    -webkit-box-shadow: 0px 3px 9px 0px rgba(182, 198, 214, 0.75);
    -moz-box-shadow:    0px 3px 9px 0px rgba(182, 198, 214, 0.75);
    box-shadow:         0px 3px 9px 0px rgba(182, 198, 214, 0.75);
}
.sert_block img{
width: 170px;
    height: 275px;
}
.sert_wp{
    padding-bottom: 80px;
    background: #f0f4f8;
}
.sert_slider_wp {
    position: relative;
}
.sert_slider{
    margin: 60px auto 0 auto;
    width: 970px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}
.news_wp .title{
    padding-top: 30px;
}
.news_block{
    border: 1px solid #f0f4f8;
    box-sizing: border-box;
    padding: 10px 16px 16px 16px;
    color: #557089;
    margin-top: 50px;
}
.news_block .h3{
    font-size: 1.5em;
    border-bottom: 2px solid #ffdf48;
	color:#557089;
    display: inline-block;
    font-size: 1.7em;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
	background: none;
}
.news_block p{
    line-height: 23px;
    margin-top: 10px;
}
.news_block span{
    display: inline-block;
    background: #ffdf48;
    padding: 1px 3px;
    margin-top: 25px;
}
.helpful_wp{
    background: #4e90f1;
    color: #fff;
    padding-bottom: 10px;
}
.helpful_wp h2{
    color: #fff;
    border-bottom: 2px solid #fff;
}
.helpful_wp ul li{
    list-style: none;
    padding-left: 20px;
    background: url("../images/ico_12.png") no-repeat 0 7px;
    margin-bottom: 33px;
}
.helpful_wp ul li a{
    color: #fff;
}
.helpful_wp ul li a:hover{
    color: #fff;
}
.f_payment{
    float: right;
}
.helpful_wp ul{
    box-sizing: border-box;
    margin-top: 15px;
    padding: 0 49px;
}
.map_wp{
    width: 100%;
    height: 540px;
    /*background: url("../images/map.jpg") no-repeat center 0;*/
    position: relative;
}
#map_1 {
    position: absolute;
    width: 100%;
   height: 364px;
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
}
#map_2 {
    position: static;
    width: 496px;
    height: 364px;
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
}
.select {
    font: 0.875em 'pf_dindisplay_prolight';
}
.contacts_block{
    background: #fff;
    float: right;
    margin-right: 12px;
    padding-bottom: 30px;
    position: absolute;
    top: 160px;
    width: 363px;
    z-index: 1000;
}
.contacts_title{
    width: 100%;
   background: #4e90f1;
    font-size: 1.875em;
    color: #fff;
    box-sizing: border-box;
    padding: 10px 25px;
}
.address_text{
     font-size: 1.125em;
     padding-left: 20px;
     background: url("../images/ico_14.png") no-repeat;
    margin-left: 20px;
    margin-top: 20px;
 }
.address_text span{
    display: block;
}
.phone_text{
    font-size: 1.125em;
    padding-left: 20px;
    background: url("../images/ico_15.png") no-repeat;
    margin-left: 20px;
    margin-top: 20px;
}
.phone_text span{
    display: block;
}
.f_menu{


}
.f_menu ul{
    margin-top: 40px;
}
.f_menu ul li{
    width: 170px;
    float: left;
    list-style: none;
    margin-bottom: 15px;
}
.f_menu ul .width_1{
    width: 70px;
}
footer{
    background: #45637e;
    padding: 20px 0 0 0;
}
.black{
    color: #45637e;
}
.f_menu ul li a{
    color: #94a9be;
    font-size: 0.875em;
}
.f_title{
    color: #bac9d9;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 2px solid #bac9d9;
    display: inline-block;
}
.payment_block img{
    margin-right: 15px;
}
.payment_block img:last-child{
    margin-right: 0;
}
.payment_block{
    margin-top: 30px;
}
.breadcrumbs{
    margin-top: 25px;
}
.breadcrumbs li{
    list-style: none;
    float: left;
    margin-right: 4px;
}
.breadcrumbs li a{
    display: block;
    color: #94a9be;
    font-size: 0.875em;
}
.breadcrumbs li a:hover{
    color: #000;
}
.card_wp{
    background: #f0f4f8;
}
.card_block{
    background: #fff;
    color: #557089;
    box-sizing: border-box;
    padding: 30px 0;
    margin-top: 25px;
}
.card_title{
    font: 1.875em 'pf_dindisplay_prolight';
    margin: 0 0;
}
.card_price{
    display: inline-block;
    background: #ffdc37;
    font-size: 1.125em;
    padding: 5px 20px;
    margin-top: 20px;
}
.card_small_wp {
    position: relative;
    width: 100%;
}
.card_small_slider {
    width: 464px;
    margin: 25px auto 0 auto;
}
.card_small_img {
    overflow: hidden
}
.card_description{
    line-height: 23px;
    margin-top: 20px;
}
.feature_title{
    font: 1em 'pf_dindisplay_promedium';
}
.feature_material span{
    font: 1em 'pf_dindisplay_promedium';
}
.feature_material{
    margin-top: 10px;
    padding-left: 25px;
    background: url("../images/ico_19.png") no-repeat 0 2px;
}
.feature_color span{
    font: 1em 'pf_dindisplay_promedium';
    float: left;
}
.feature_color{
    margin-top: 10px;
    padding-left: 25px;
    background: url("../images/ico_20.png") no-repeat 0 2px;
}
.f_color{
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 4px;
}
.feature_color span:first-child{
    margin: 3px 5px 0 0;
}
.card_img_slider{
    margin-top: 7px;
}
.feature_block{
    margin-top: 10px;
}
.feature_btn{
    display: inline-block;
    width: 280px;
    height: 30px;
    background: #ffdc37;
    position: relative;
    font-size: 0.937em;
    color: #344c62;
    box-sizing: border-box;
    padding: 5px 0 0 50px;
    margin-top: 10px;
   /*  margin-left: 30px; */
    text-decoration: none;
}
.feature_btn:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 10px;
    border-color: transparent transparent transparent #ffde37;
position: absolute;
    top: 0;
    right: -10px;
}
.feature_material a{
    display: inline-block;
    width: 108px;
    height: 27px;
    border-bottom: 1px solid #ffde37;
    border-top: 1px solid #ffde37;
    border-left: 1px solid #ffde37;
    position: relative;
    font-size: 0.937em;
    color: #344c62;
    box-sizing: border-box;
    padding: 3px 0 0 5px;
    margin-left: 15px;
}
.feature_material a:before{
    content: "";
    width: 10px;
    height: 26px;
    background: url("../images/ico_41.png") no-repeat;
    position: absolute;
    top: 0;
    right: -10px;
}
.feature_color a{
    display: inline-block;
    width: 108px;
    height: 27px;
    border-bottom: 1px solid #ffde37;
    border-top: 1px solid #ffde37;
    border-left: 1px solid #ffde37;
    position: relative;
    font-size: 0.937em;
    color: #344c62;
    box-sizing: border-box;
    padding: 3px 0 0 15px;
    margin-left: 15px;
}
.feature_color a:before{
    content: "";
    width: 10px;
    height: 26px;
    background: url("../images/ico_41.png") no-repeat;
    position: absolute;
    top: 0;
    right: -10px;
}
.card_btn{
    display: inline-block;
    width: 180px;
    height: 70px;
    background: #ff0000;
    position: relative;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: 1.125em;
    box-sizing: border-box;
    transition: .5s;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 2px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 2px 0px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
.card_btn:before{
    content: "";
    border-top: 70px solid rgba(255,255,255,0.3);
    width: 110px;
    border-right: 40px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.7s all ease;
    -webkit-transition: 0.7s all ease;
    -moz-transition: 0.7s all ease;
}
.card_btn:hover.card_btn:before{
    width: 0;
    left: -40px;
    transition: 0.7s all ease;
    -webkit-transition: 0.7s all ease;
    -moz-transition: 0.7s all ease;
}
.card_btn span{
    position: relative;
    z-index: 10;
    display: block;
}
.card_btn:hover{
    color: #fff;
}
.cb1{
    padding-top: 23px;
}
.cb2{
    padding-top: 12px;
    margin-left: 15px;
}
.card_button_wp{
   /*  text-align: center; */
    margin-top: 50px;
}
.about_product_img img{
    width: 100%;
}
.about_product_wp{
    background: #fff;
    margin-top: 15px;
    padding-bottom: 40px;
    margin-bottom: 15px;
}
.about_product_info{
    color: #557089;
    margin-top: 30px;
}
.about_product_info p{
    font: 1em 'pf_dindisplay_promedium';
}
.about_product_list li{
    list-style: none;
    background: url("../images/ico_12.png") no-repeat 0 8px;
    padding-left: 17px;
    margin-bottom: 10px;
}
.about_product_list{
    margin-top: 30px;
}
.about_product_link{
    text-decoration: underline;
    color: #307be9;
    font: 0.875em 'pf_dindisplay_promedium';
    display: block;
    margin-top: 25px;
}
.about_product_link:hover{
    color: #307be9;
}
.about_product_img{
    margin-top: 30px;
}
.process_wp{
    width: 100%;
    background: url("../images/bg_4.jpg") no-repeat center 0;
    background-size: cover;
    padding-bottom: 30px;
}
.process_img_wp{
    float: left;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ffdc37;
    text-align: center;
    display: table;
}
.process_img{
    display: table-cell;
    vertical-align: middle;
}
.process_info{
    float: left;
    box-sizing: border-box;
    padding-left: 40px;
    width: 300px;
    height: 118px;
    display: table;
    padding-right: 30px;
}
.process_info p{
    display: table-cell;
    vertical-align: middle;
    color: #557089;
    line-height: 19px;
}
.process_block{
    margin-top: 40px;
}
.process_link{
    text-decoration: underline;
    color: #307be9;
    font: 0.875em 'pf_dindisplay_promedium';
    display: inline-block;
    margin-top: 25px;
}
.process_link:hover{
    color: #307be9;
}
.process_link_wp{
    text-align: center;
    margin-top: 50px;
}
.process_link_wp1{
    text-align: center;
}
tbody tr:nth-child(odd) {
   background-color: #fff;
}
.product_price_table td{
    padding: 8px;
    border-bottom: 1px solid #adadad;
    border-right: 1px solid #adadad;
}
table:not(.row_colored).product_price_table tr{
	background-color: #EDEDED; 
}
.product_price_table{
    border: 1px solid #adadad;
    margin-top: 15px;
    text-align: center;
    color: #557089;
    width: 100%;
}
.product_price_table  .no_border_right{
    border-right: none;
}
.product_price_table .no_border_bot{
    border-bottom: none;
}
.product_price_table .table_cption th{
    height: 80px;
    /*padding: 10px 40px;*/
    text-align: center;
    font: 1em 'pf_dindisplay_promedium';
    border-bottom: 1px solid #adadad;
    border-right: 1px solid #adadad;
}
.product_price_wp{
    background: #f0f4f8;
}
.prosuct_price_block{
    background: #fff;
    margin-top: 25px;
    box-sizing: border-box;
    padding: 0 25px 30px 25px;
    margin-bottom: 15px;
}
.card_big_img{
    width: auto;
    height: 320px;
    text-align: center;
}
.card_big_img img{
    width: 464px;
    height: 320px;
    object-fit: cover;
}
.card_small_item img{
    width: 140px;
    height: 140px;
    cursor: pointer;
}
.option_block{
color: #557089;
    margin-top: 70px;
    position: relative;
    height: 240px;
}
.option_action{
    position: absolute;
    top: -40px;
    right: 70px;
}
.option_img{
    height: 120px;
    text-align: center;
}
.option_img img{
    width: 245px;
}
.option_expand {
    height: 0;
    overflow: hidden;
}
.option_expand_2 {
    height: 0;
    overflow: hidden;
}
.option_title{
    font: 1em 'pf_dindisplay_promedium';
    border-bottom: 1px solid #e4e7eb;
    padding-bottom: 10px;
    width: 180px;
text-align: center;
    margin-left: 40px;
    margin-top: 15px;
}
.option_list{
    margin-left: 60px;
    margin-top: 10px;
}
.option_list li{
    list-style: none;
    padding-left: 25px;
    margin-bottom: 10px;
}
.option_list li:first-child{
    background: url("../images/ico_25.png") no-repeat;
}
.option_list li:last-child{
    background: url("../images/ico_26.png") no-repeat;
}
.option_wp{
    background: #fff;
    margin-bottom: 15px;
    padding-bottom: 40px;
}
.choice_color_block{
    float: left;
    margin: 4px;
    position: relative;
}
.choice_color_wp{
    background: #f1f0f0;
    box-sizing: border-box;
    padding: 0 25px 25px 25px;
    margin-bottom: 15px;
}
.v1{
    margin-right: 0;
}
.cc_wp{
    margin-top: 30px;
}
.choice_color_block p{
    box-sizing: border-box;
    width: 104px;
    height: 104px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 45px;
    position: absolute;
    top: 0;
    left: 0;
}
.color_1{
    color: #000;
}
.color_2{
    color: #fff;
}
.new_production_info{
    background: #f0f4f8;
    box-sizing: border-box;
    padding: 20px 100px 20px 20px;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.new_production_wp{
    background: #fff;
    box-sizing: border-box;
    padding:  0 25px 30px 25px;
    margin-bottom: 15px;
}
.new_production_info span{
    font: 1em 'pf_dindisplay_promedium';
}
.new_production_block{
    text-align: center;
    margin-top: 20px;
}
.new_production_block img{
    width: 260px;
	height: 170px;
}
.calc_wp{
    background: #fff;
    box-sizing: border-box;
    padding: 0 25px 30px 25px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.calc_choice_block input[type="checkbox"]{
    visibility: hidden;
}
.calc_choice_block input[type="checkbox"] + label::before{
    content: "";
    display:inline-block;
    width:22px;
    height:22px;
    background:url(../images/check_1.png)  no-repeat;
    cursor:pointer;
    float: right;
}
.calc_choice_block input[type="checkbox"]:checked + label::before {
    background:url(../images/check_2.png) no-repeat;
}
.calc_choice_block label{
    float: left;
    width: 270px;
    color: #557089;
}
.select_1{
    float: left;
    border-radius: 5px;
    margin-left: 19px;
	/* border: 1px solid #dfe6ed; */
}
.calc_choice_block1 label{
    float: left;
    color: #557089;
    margin-top: 5px;
}
.calc_choice_block1 {
    margin-bottom: 20px;
}
.calc_choice_block div{
    margin-bottom: 30px;
}
.calc_info{
    margin-top: 40px;
}
.calc_img{
    margin-top: 40px;
    border: 1px solid #e4e7eb;
    text-align: right;
    box-sizing: border-box;
    padding: 90px 20px 60px 0;
}
.calc_size_list{
    margin-top: 30px;
}
.calc_size_list li{
    list-style: none;
    padding-left: 25px;
    margin-bottom: 30px;
}
.calc_size_list li span{
    font: 1em 'pf_dindisplay_promedium';
}
.calc_size_list li:first-child{
    background: url("../images/ico_28.png") no-repeat 0 2px;
}
.calc_size_list li:last-child{
    background: url("../images/ico_29.png") no-repeat 0 2px;
}
.calc_size_title{
font: 1.5em 'pf_dindisplay_promedium';
}
.calc_size_block{
    color: #557089;
}
.calc_btn{
    display: block;
    width: 186px;
    height: 50px;
    background: #ff0000;
    position: relative;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: 1.125em;
    box-sizing: border-box;
    padding-top: 16px;
    transition: .5s;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 2px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 2px 0px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    float: right;
}
.calc_btn:before{
    content: "";
    border-top: 50px solid rgba(255,255,255,0.3);
    width: 100px;
    border-right: 30px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.7s all ease;
    -webkit-transition: 0.7s all ease;
    -moz-transition: 0.7s all ease;
}
.calc_btn:hover.calc_btn:before{
    width: 0;
    left: -30px;
    transition: 0.7s all ease;
    -webkit-transition: 0.7s all ease;
    -moz-transition: 0.7s all ease;
}
.calc_btn span{
    position: relative;
    z-index: 10;
}
.calc_btn:hover{
    color: #fff;
}
.calc_itog_number{
    box-sizing: border-box;
    height: 50px;
    width: 180px;
    background: #4e90f1;
    text-align: center;
    color: #fff;
    font-size: 1.125em;
    float: left;
    padding-top: 14px;
}
.calc_itog_block{
    margin-top: 43px;
}
.dop_production_wp {
    position: relative;
}
.dop_production_slider {
    width: 990px;
    margin: 36px auto 0 auto;
    overflow: hidden;
}
.dop_production_slider1 {
    width: 990px;
    margin: 36px auto 0 auto;
    overflow: hidden;
}
.dop_production_slider2 {
    width: 990px;
    margin: 36px auto 0 auto;
    overflow: hidden;
}
.dop_production_block{
    width: 240px;
    float: left;
    border: 1px solid #cad1d7;
    text-align: center;
    color: #557089;
    padding-bottom: 20px;
}
.dop_production_img_wp{
    height: 230px;
    width: 100%;
    text-align: center;
    display: table;
}
.dop_production_img{
    display: table-cell;
    vertical-align: middle;
}
.dop_production_img img{
    width: 110px;
}
.dop_prosuction_wp{
    background: #fff;
    margin-bottom: 15px !important;
    padding-bottom: 30px;
}
.production_slider_wp {
    position: relative;
}
.production_slider1 {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
   overflow: hidden;
}
.dp_title{
    text-transform: uppercase;
    font: 1em 'pf_dindisplay_promedium';
    width: 190px;
    margin: 0 auto;
    border-bottom: 1px solid #f0f4f8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.dp_articul{
    margin-bottom: 10px;
}

.dp_btn{
    display: block;
    width: 180px;
    height: 50px;
    margin: 0 auto;
    background: #ffdc37;
    position: relative;
    text-align: center;
    color: #344c62;
    border-radius: 4px;
    font-size: 1.125em;
    box-sizing: border-box;
 /*    padding-top: 15px; */
    transition: .5s;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 2px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 2px 0px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    margin-top: 25px;
}
.dp_btn:before{
    content: "";
    border-top: 50px solid rgba(255,255,255,0.4);
    width: 100px;
    border-right: 20px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.7s all ease;
    -webkit-transition: 0.7s all ease;
    -moz-transition: 0.7s all ease;
}
.dp_btn:hover.dp_btn:before{
    left: -100px;
    width: 0;
    transition: 0.7s all ease;
    -webkit-transition: 0.7s all ease;
    -moz-transition: 0.7s all ease;
}
.dp_btn span{
    position: relative;
    z-index: 10;
	/* padding-top: 15px; */
}
.link_2 {padding-top: 15px;}
.dp_btn:hover{
    color: #344c62;
}
.recall_slider_wp {
    position: relative;
}
.recall_slider {
    width: 995px;
    margin: 16px auto 0 auto;
    overflow: hidden;
}
.recall_wp{
    background: #f1f0f0;
    margin-bottom: 15px;
}
.recall_member{
    text-align: center;
}
.recall_text p{
    float: left;
    width: 570px;
    color: #557089;
    line-height: 23px;
    padding-right: 30px;
}
.recall_text a{
    float: left;
}
.recall_text a img{
    width: 138px;
    height: 194px;
}
.recall_block{
    border: 1px solid #dfe6ed;
    padding-bottom: 20px;
}
.recall_title{
    color: #307be9;
    width: 99%;
    padding-bottom: 15px;
    border-bottom: 1px solid #dfe6ed;
    margin-bottom: 20px;
}
.recall_img img{
    border-radius: 50%;
    width: 150px;
    height: 150px;
}
.recall_title span{
    font: 1em 'pf_dindisplay_promedium';
}
.recall_member{
    margin-top: 40px;
}
.recall_info{
    margin-top: 40px;
}
.recall_name{
    color: #557089;
    font: 1em 'pf_dindisplay_promedium';
    margin: 10px 0 7px 0;
}
.recall_data{
    color: #557089;
}
.form_left_block{
    float: left;
}
.form_right_block{
    float: left;
}
.input_1{
    display: block;
    box-sizing: border-box;
    width: 280px;
    height: 48px;
    border: 1px solid #dfe6ed;
    border-radius: 3px;
    outline: none;
    margin-bottom: 15px;
    padding-left: 20px;
}
.pole_1{
    width: 476px;
    height: 174px;
    border: 1px solid #dfe6ed;
    box-sizing: border-box;
    margin-left: 30px;
    padding: 10px 0 0 20px;
}
.forma_title{
    text-align: center;
    color: #557089;
    font-size: 2.25em;
    padding-top: 25px;
}
.forma_text{
    text-align: center;
    font-size: 1.5em;
    color: #557089;
    padding: 0 350px;
}
.forma_wp{
    background: url("../images/bg_5.jpg") no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    margin-bottom: 15px;
}
.form_1{
    margin-top: 30px;
}
.form_2{
    margin-top: 30px;
}
.btn_f1{
    margin: 30px 0 0 30px;
}
.analog_block{
    width: 236px;
    float: left;
}
.analog_img{
    position: relative;
}
.analog_img img{
    width: 100%;
    height: 180px;
}
.analog_img p{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(103,146,187,0.6);
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    padding: 0 20px 3px 20px;
}
.analog_info{
    text-align: center;
    color: #557089;
    background: #ffdc37;
    padding: 7px 0;
}
.analog_info p span{
    font: 1em 'pf_dindisplay_promedium';
}
.mar_big{
    margin-bottom: 110px;
}
.attendant_block{
    width: 236px;
    float: left;
}
.attendant_img{
    position: relative;
}
.attendant_img img{
    width: 100%;
    height: 265px;
}
.attendant_img p{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(219,210,127,0.8);
    box-sizing: border-box;
    color: #557089;
    text-align: center;
    padding: 14px 0;
    font-size: 1.125em;
}
.benefit_block{
    text-align: center;
}
.benefit_img img{
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 1px solid #ffdc37;
}
.b_wp{
    margin-top: 60px;
}
.benefit_text{
    color: #557089;
    padding: 30px;
    display: block;
}
.benefit_wp{
    background: #fff;
    padding-bottom: 20px;
margin-bottom: 40px;
}






/********************************************Aside********************************************************/
.filter_container {
    width: 270px;
    background: #fff;
    margin-top: 29px;
}
.filter_ico {
    width: 44px;
    height: 54px;
    background: #787c83 url("../images/aside_icon_1.png") no-repeat center center;
    position: relative;
    float: left;
}
.filter_head {
    height: 54px;
    background: #4d86da;
}
.filter_head_2 {
    height: 84px;
    background: #4d86da;
}
.filter_head_2 .filter_ico {
    height: 84px;
}
.filter_content {
    border: 1px #e6e6e6 solid;
    padding-bottom: 18px;
}
.filter_name p {
    float: left;
    font: 1.215em 'pf_dindisplay_prolight';
    color: #fff;
    padding-top: 11px;
    padding-left: 16px;
    width: 200px;
	line-height: 0.8;
}

.filter_ico:after{
    content: "";
    position: absolute;
    top: 0;
    right: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 54px 16px 0 0;
}
.filter_head_2 .filter_ico:after{
    content: "";
    position: absolute;
    top: 0;
    right: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 84px 16px 0 0;
}




.filter_ico_1 {
    background: #787c83 url("../images/aside_icon_1.png") no-repeat center center;
}
.filter_ico.filter_ico_1:after{
    border-color: #787c83 transparent transparent transparent;
}
.filter_ico_2 {
    background: #3e67a4 url("../images/aside_icon_2.png") no-repeat center center;
}
.filter_ico.filter_ico_2:after{
    border-color: #3e67a4 transparent transparent transparent;
}
.filter_ico_3 {
    background: #c2b84b url("../images/aside_icon_3.png") no-repeat center center;
}
.filter_ico.filter_ico_3:after{
    border-color: #c2b84b transparent transparent transparent;
}
.filter_ico_4 {
    background: #54967f url("../images/aside_icon_4.png") no-repeat center center;
}
.filter_ico.filter_ico_4:after{
    border-color: #54967f transparent transparent transparent;
}
.filter_ico_5 {
    background: #bbc26a url("../images/aside_icon_5.png") no-repeat center center;
}
.filter_ico.filter_ico_5:after{
    border-color: #bbc26a transparent transparent transparent;
}
.filter_ico_6 {
    background: #22906b url("../images/aside_icon_6.png") no-repeat center center;
}
.filter_ico.filter_ico_6:after{
    border-color: #22906b transparent transparent transparent;
}
.filter_type {
    text-transform: uppercase;
    font: 1em 'pf_dindisplay_proregular';
    color: #557089;
    margin-left: 24px;
    border-bottom: 2px #557089 solid;
    display: inline-block;
    margin-top: 18px;
    margin-bottom: 6px;
    padding-bottom: 8px;
}
.filter_expand {
    margin-top: 12px;
    margin-left: 24px;
}
.expand_inner {
    height: 0;
    overflow: hidden;
}
.expand_link {
    width: 95%;
    cursor: pointer;
    height: 20px;
    position: relative;
}
.expand_marker {
    width: 13px;
    height: 13px;
    position: absolute;
    top: 4px;
    right: 0;
}
.expand_inactive {
    color: #94a9be;
}
.expand_active {
    color: #307be9;
}
.expand_inactive .expand_marker {
    background: url("../images/expand_marker.png") no-repeat 0 0;
}
.expand_active .expand_marker {
    background: url("../images/expand_marker.png") no-repeat 0 -13px;
}
.expand_inactive p {
    font: 1em 'pf_dindisplay_prolight';
}
.expand_active p {
    font: 1em 'pf_dindisplay_promedium';
}
.expand_menu {
    display: block;
}
.expand_menu li {
    list-style: none;
    display: block;
    margin-top: 6px;
    margin-left: 10px;
}
.inner_link {
    font-size: 0.9em;
    position: relative;
}
.inner_active {
    color: #307be9;
}
.inner_inactive {
    color: #94a9be;
}
.inner_inactive:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background: #ffdc37;
    width: 16px;
    bottom: 0;
    left: 0;
    transition: 0.7s all ease;
    -webkit-transition: 0.7s all ease;
    -moz-transition: 0.7s all ease;
}
.inner_active:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background: #ffdc37;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: 0.7s all ease;
    -webkit-transition: 0.7s all ease;
    -moz-transition: 0.7s all ease;
}
.inner_link:hover.inner_inactive:after {
    width: 100%;
    transition: 0.7s all ease;
    -webkit-transition: 0.7s all ease;
    -moz-transition: 0.7s all ease;
}
.filter_list {
    margin-left: 24px;
    margin-top: 12px;
}
.filter_list li {
    list-style: none;
    margin-top: 10px;
}
.filter_inactive {
    color: #94a9be;
}
.filter_active {
    color: #307be9;
}
.recall_slider_2 {
    width: 220px;
    margin: 16px auto 0 auto;
    overflow: hidden;
    position: relative;
}
.recall_text_2 {
    font: 0.875em 'pf_dindisplay_prolight_italic';
    line-height: 1.6;
    color: #94a9be;
}
.recall_name_2 {
    color: #557089;
    font: 0.875em 'pf_dindisplay_promedium';
    margin-top: 18px;
    padding-bottom: 21px;
}
.aside_banner {
    width: 269px;
    /*height: 539px;*/
    height: auto;
    margin-top: 30px;
}


.contacts_address_block{
    color: #557089;
    margin-bottom: 30px;
    padding-left: 25px;
}
.contacts_address_block p a{
    color: #557089;
}
.contacts_address_block p{
    margin-bottom: 4px;
}
.contacts_address_block p span{
    font: 1em 'pf_dindisplay_promedium';
}
.cab2 p span{
     display: block;
 }
.cab3 p span{
    display: block;
}
.cab1{
    background: url("../images/ico_33.png") no-repeat 0 2px;
}
.cab2{
    background: url("../images/ico_34.png") no-repeat 0 2px;
}
.cab3{
    background: url("../images/ico_35.png") no-repeat;
}
.cab4{
    background: url("../images/ico_36.png") no-repeat 0 4px;
}
.content{
    background: #fff;
    box-sizing: border-box;
    padding: 30px 20px;
}
.content_pn{
    padding: 30px 0;
}
.route_link{
    display: block;
    text-decoration: underline;
    color: #4e90f1;
    padding-left: 25px;
    margin-bottom: 7px;
}
.route_link:hover{
    color: #4e90f1;
}
.rl1{
    background: url("../images/ico_37.png") no-repeat 0 2px;
}
.rl2{
    background: url("../images/ico_38.png") no-repeat 0 2px;
}
.rl3{
    background: url("../images/ico_39.png") no-repeat 4px 2px;
}
.route_title{
    font: 1em 'pf_dindisplay_promedium';
    color: #557089;
    margin-bottom: 30px;
    margin-left: 24px;
}
.contacts_right_column{
float: right;
}
.contacts_left_column{
}
.map_btn{
    float: right;
    margin-right: 7px;
    margin-left: 15px;
	 padding-top: 15px;
}
.contacts_forma{
    margin-top: 30px;
}
.contacts_forma .forma_text{
    padding: 0 140px;
}
.contacts_forma{
    box-sizing: border-box;
    padding: 0 25px 30px 25px;
    border: 1px solid #dfe6ed;
}
.contacts_forma .pole_1{
    margin-left: 25px;
    width: 466px;
}
.recall_btn{
    float: right;
    margin:0 0 30px;
}

.recall_filtr_block{
    background: #45637e;
    padding: 15px 0;
}
.recall_filtr_block select{
    width: 220px;
    height: 30px;
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 10px;
}
.recall_filtr_block label{
    color: #fff;
    font: 0.875em  'pf_dindisplay_promedium';
    padding: 0 10px 0 20px;
}
.content td{padding:10px;}
.recall_text1 p{
    float: left;
   /*  width: 410px; */
    color: #557089;
    line-height: 23px;
    padding-right: 30px;
}
.recall_text1 a{
    float: right;
    margin-right: 27px;
}
.recall_text1 a img{
    width: 138px;
    height: 194px;
}
.main_ri .recall_title{
    width: 95%;
}
.recall_name1 {
    color: #557089;
    font: 0.875em 'pf_dindisplay_promedium';
    margin-top: 18px;
    padding-bottom: 7px;
}
.recall_block{
    margin-bottom: 25px;
    position: relative;
}
    /***************************************page2*******************************************/
.popular_filter {
    padding-top: 15px;
    background: #fff;
    padding-left: 10px;
    padding-right: 120px;
    height: 40px;
    overflow: hidden;
    position: relative;
}
.popular_title {
    text-transform: uppercase;
    font: 1em 'pf_dindisplay_proregular';
    color: #557089;
    float: left;
    margin-top: 1px;
    margin-right: 10px;
    height: 5px;
}
.popular_list{
    display: inline;
    padding-top: 15px;
}
.popular_list li {
    list-style: none;
    float: left;
    margin-right: 10px;
	 padding: 0 5px 5px;
}
.popular_list li a{
    color: #94a9be;
	 text-transform: lowercase;
}
.popular_list li a:hover {
    color: #4a759d;
    text-decoration: underline;
}
.popular_link{
    position: absolute;
    display: block;
    color: #307be9;
    right: 10px;
    bottom:5px;
    z-index: 8001;
}
.popular_link:hover{
    color: #307be9;
    text-decoration: underline;
}

.popular_filter{
    margin-bottom: 15px;
}
.recall_choice_block1 input[type="checkbox"]{
    visibility: hidden;
}
.recall_choice_block1 input[type="checkbox"] + label::before{
    content: "";
    display:inline-block;
    width:22px;
    height:22px;
    background:url(../images/check_1.png)  no-repeat;
    cursor:pointer;
    float: left;
    margin-right: 20px;
}
.recall_choice_block1 input[type="checkbox"]:checked + label::before {
    background:url(../images/check_2.png) no-repeat;
}
.recall_choice_block1 label{
    float: left;
    color: #fff;
    font: 1em 'pf_dindisplay_proregular';
    display: block;
    margin-top: 5px;
}
.recall_choice_block{
    float: left;
}
.recall_choice_block1{
    float: right;
	margin-right: 20px; 
}
.recall_choice_block label{
    font: 1em 'pf_dindisplay_proregular';
}
.choice_slider_wp {
    width: 810px;

    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 55px;
}
.choice_slider_block{
    width: 260px;
   float: left; 
}
.choice_main_wp{
    /*margin-left: 10px;*/
    margin-top: 15px;
}
.choice_main_block{
    width: 262px;
    float: left;
    margin-left: 14px;
    margin-right: 5px;
    margin-bottom: 30px;
}
.cmb_img{
    position: relative;
}
.cmb_img img{
    width: 100%;
    height: 200px;
    display:block;
}
.cmb_img p{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(103,146,187,0.6);
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    display: table;
    padding: 25px 15px;
}
.cmb_img p span{
    display: table-cell;
    vertical-align: middle;
}
.cmb_img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.choice_slider {
    margin-top: 35px;
}
.cs_img{
    position: relative;
}
.cs_img img{
    width: 100%;
    height: 200px;
}
.cs_img p{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(103,146,187,0.6);
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    display: table;
    padding: 25px 0;
}
.cs_img p span{
    display: table-cell;
    vertical-align: middle;
}
.cs_info{
    text-align: center;
    color: #557089;
    background: #ffdc37;
    padding: 7px 0;
}
.cs_info p span{
    font: 1em 'pf_dindisplay_promedium';
}
.cs_info p .price_col{
    font-size: 1.125em;
    color: #307be9;
}
.advantage_img_wp{
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ffdc37;
    text-align: center;
    display: table;
    margin: 0 auto;
}
.advantage_img{
    display: table-cell;
    vertical-align: middle;
}
.advantage_block{
    text-align: center;
}
.advantage_text{
    color: #557089;
    padding: 0 30px;
    padding-top: 25px;
}
.advantage_text span{
    font: 1em 'pf_dindisplay_promedium';
    color: #ed6060;
}
.advantage_wp{
    width: 100%;
    background: #f1f0f0;
    margin: 15px 0;
    padding: 40px 0;
}


.content_title {
    height: 50px;
    background: #4d86da;
    margin: 0 auto;
    width: 426px;
    margin-bottom: 40px;
}
.content_title_name p {
    float: left;
    font-size: 2.25em;
    color: #fff;
padding-left: 25px;
    padding-top: 3px;
}
.content_title_ico {
    width: 44px;
    height: 50px;
    background: #ffdc37 url("../images/aside_icon_1.png") no-repeat center center;
    position: relative;
    float: left;
}
.content_title_ico:after{
    content: "";
    position: absolute;
    top: 0;
    right: -14px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 50px 14px 0 0;
    border-color: #ffdc37 transparent transparent transparent;
}
.trust_list li{
    list-style: none;
    padding-left: 25px;
    background: url("../images/ico_12.png") no-repeat 0 7px;
    margin-bottom: 20px;
}
.trust_list{
    box-sizing: border-box;
    padding: 0 40px 0 15px;
}
.video_frame {
    width: 445px;
    height: 267px;
    border: none;
}
.word_wp{
    width: 100%;
    background: #f1f0f0;
    margin: 15px 0;
    padding: 40px 30px 0 30px;
    box-sizing: border-box;
}
.word_wp p{
    line-height: 23px;
    margin-bottom: 30px;
}
.word_wp  .word_title{
    font-size: 1.5em;
    margin-bottom: 10px;
}
.word_wp ul li{
    list-style: none;
}
.word_wp ul{
    margin-bottom: 30px;
}
.ctn1 p{
    padding-left: 70px;
}
.production_slide {
    position: relative;
    float: left;
    width: 216px;
}

.production_slide_title{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(103,146,187,0.5);
    box-sizing: border-box;
    color: #fff;
    display: table;
    text-align: center;
    padding: 15px;
}
.production_slide_title span{
    display: table-cell;
    vertical-align: middle;
}
.production_slide_img img{
    width: 100%;
    height: 220px;
}
.production_filtr_img.item_active:hover.item_active:after {
    content: "";
    position: absolute;
    z-index: 8001;
    width: 100%;
    height: 100%;
    border: 5px #ffdf48 solid;
    top: 0;
    left: 0;
}
.item_active_2:after {
    content: "";
    position: absolute;
    z-index: 8001;
    width: 100%;
    height: 100%;
    border: 5px #ffdf48 solid;
    top: 0;
    left: 0;
}

.item_active:after {
    content: "";
    position: absolute;
    z-index: 8001;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.pfb_2 {
    margin-top: 34px;
}
.thumbs_item {
    position: relative;
    cursor: pointer;
}


/*modal*/
.modal_input{
    width: 260px;
    height: 40px;
    box-sizing: border-box;
    background: #fff;
    display: block;
    margin: 0 auto;
    border: 1px solid #c4c4c4;
    padding-left: 20px;
    margin-bottom: 15px;
}
.modal_title{
    text-transform: uppercase;
    text-align: center;
    padding: 25px 20px 20px 20px;
}
.modal_btn{
    display: block;
    width: 260px;
    height: 50px;
    background: #ff0000;
    position: relative;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: 1.437em;
    box-sizing: border-box;
    /* padding-top: 12px; */
    transition: .5s;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 2px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 2px 0px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
	border: medium none;
	
}
.modal_btn:before{
    content: "";
    border-top: 50px solid rgba(255,255,255,0.3);
    width: 140px;
    border-right: 20px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.7s all ease;
    -webkit-transition: 0.7s all ease;
    -moz-transition: 0.7s all ease;
}
.modal_btn:hover.modal_btn:before{
    width: 0;
    left: -140px;
    transition: 0.7s all ease;
    -webkit-transition: 0.7s all ease;
    -moz-transition: 0.7s all ease;
}
.modal_btn span{
    position: relative;
    z-index: 10;
}
.modal_btn:hover{
    color: #fff;
}
.modal-close {
    background: url("../images/close.png");
    width: 15px;
    height: 15px;
    position: absolute;
    right: -25px;
    top: -8px;
    cursor: pointer;
}
.thank_title{
    width: 360px;
    box-sizing: border-box;
    padding-left: 100px;
    background: url("../images/ico_42.png") no-repeat 0 15px;
    margin-top: 50px;
    margin-left: 50px;
}
.thank_title p{
    font-size: 1.812em;
    color: #363636;
    line-height: 1;
}
.thank_title p span{
    display: block;
    color: #ff0000;
    font: 57px 'pf_dindisplay_promedium';
    text-transform: uppercase;
}
.thank_text{
    text-align: center;
    font-size: 1.125em;
    padding-top: 40px;
    color: #363636;
}
.modal_pole{
    width: 260px;
    height: 150px;
    box-sizing: border-box;
    background: #fff;
    display: block;
    margin: 0 auto;
    border: 1px solid #c4c4c4;
    padding-left: 20px;
    padding-top: 10px;
}
.modal_btn1{
    display: block;
    width: 260px;
    height: 50px;
    background: #ffdc37;
    position: relative;
    text-align: center;
    color: #344c62;
    border-radius: 4px;
    font-size: 1.125em;
    box-sizing: border-box;
   /*  padding-top: 15px; */
    transition: .5s;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 2px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 2px 0px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    margin: 0 auto;
    margin-top: 25px;
	border: medium none;
}
.modal_btn1:before{
    content: "";
    border-top: 50px solid rgba(255,255,255,0.5);
    width: 150px;
    border-right: 20px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.7s all ease;
    -webkit-transition: 0.7s all ease;
    -moz-transition: 0.7s all ease;
}
.modal_btn1:hover.modal_btn1:before{
    left: -48px;
    width: 0;
    transition: 0.7s all ease;
    -webkit-transition: 0.7s all ease;
    -moz-transition: 0.7s all ease;
}
.modal_btn1 span{
    position: relative;
    z-index: 10;
}
.modal_btn1:hover{
    color: #344c62;
}
.modal_add_link{
    display: inline-block;
    text-align: left;
    color: #307be9;
    text-decoration: underline;
    font-size: 0.875em;
    padding-right: 20px;
    background: url("../images/ico_43.png") no-repeat right 3px;
    margin-left: 30px;
    margin-top: 4px;
}
#small-modal2 .modal_title{
    font-size: 1.312em;
}
.open_item_wp{
    width: 650px;
    height: 680px;
    background: #fff;
    box-sizing: border-box;
    border-top: 10px solid #4d86da;
    padding-top: 40px;
}
.oi_img{
    float: left;
    width: 200px;
    margin-left: 30px;
}
.oi_img img{
    width: 200px;
}
.modal_table_1{
    width: 54%;
    float: right;
    border: 1px solid #adadad;
    margin-right: 40px;
    color: #557089;
}
.modal_table_1 td{
    border: 1px solid #adadad;
    padding: 5px 0;
}
.m_td1{
    width: 54%;
}
.m_td1 p{
    padding-left: 20px;
}
.m_td2{
    width: 23%;
    text-align: center;
}
.m_td3{
    width: 23%;
    text-align: center;
}
.modal_tc td{
    font: 1em 'pf_dindisplay_promedium';
}
.modal_table_2{
    width: 88%;
    margin: 0 auto;
    border: 1px solid #adadad;
    color: #557089;
    margin-top: 40px;
}
.modal_table_2 td{
    border: 1px solid #adadad;
    padding: 7px 0;
}
.modal_table_2 td p{
    padding-left: 20px;
}
.m_td4{
    width: 25%;
}
.m_td5{
    width: 47%;
}
.m_td6{
    width: 14%;
}
.m_td7{
    width: 14%;
}
.m_td4{
    font: 1em 'pf_dindisplay_promedium';
}
.m_td5 p{
    padding-right: 30px;
}
.pfb_right {
    float: right;
}
.about_product_img {
    float: right;
}
.product_price_table .p_td1{
    width: 14%;
}
.product_price_table .p_td2{
    width: 22%;
}
.product_price_table .p_td3{
    width: 24%;
}
.product_price_table .p_td4{
    width: 26%;
}
.product_price_table .p_td5{
    width: 14%;
}
.fm footer{
    margin-top: 30px;
}
.payment_item {
    display: inline-block;
}
.payment_1 {
    background: url('../images/pay_sprite.png') no-repeat -12px 0;
    width: 44px;
    height: 44px;

}
.payment_2 {
    background: url('../images/pay_sprite.png') no-repeat 0 -139px;
    width: 69px;
    height: 41px;
    margin-left: 10px;
}
.payment_3 {
    background: url('../images/pay_sprite.png') no-repeat -10px -67px;
    width: 49px;
    height: 47px;
    margin-left: 10px;
}
.header_menu ul li{
    position: relative;
}
.submenu_container {
    width: 176px;
    position: absolute;
    background: #fff;
    left: 0;
    top: 40px;
    opacity: 0;
    z-index: -1;
}
.menu_1 {
    display: block;
    position: relative;
}
.menu_2 {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 48px;
    background: #f0f4f8;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 0 0 30px;
    opacity: 0;
    z-index: -1;
	box-shadow: 0 1px 0 #fff inset, 0 0 5px rgba(0, 0, 0, 0.5);
}
.submenu_container ul li{
    list-style: none;
    display: block;
    float: none;
    width: 100%;
    margin: 0;
}
.submenu_container ul li a{
    color: #557089;
    font-size: 0.875em;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-left: 3px solid #fff;
    padding: 5px 15px;
}
.submenu_container ul li a:after{
    font-family: 'PT Sans', sans-serif;
    content: '';
}
.submenu_container ul li a:hover{
    background: #f0f4f8;
    border-left: 3px solid #ffdc37;
    text-decoration: underline;
}
.menu_2 ul{
    float: left;
	margin-right: 50px;
}

.menu_2 ul:nth-child(1){
    margin-right: 50px;
}
.menu_2 ul:nth-child(2){
    margin-right: 50px;
}
.menu_2 ul:nth-child(3){
    margin-right: 50px;
}
.menu_2 ul:nth-child(4){
    margin-right: 50px;
}
.menu_2 ul:nth-child(5){
    margin-right: 50px;
}
.menu_2 ul:nth-child(6){

}
/*
.sm_ul1{
    margin-right: 100px;
}
.sm_ul2{
    margin-right: 80px;
}
.sm_ul3{
    margin-right: 90px;
}
.sm_ul4{
    margin-right: 70px;
}
.sm_ul5{
    margin-right: 80px;
}
*/
.menu_2 ul li{
    float: none;
    list-style: none;
    margin-bottom: 10px;
}
.menu_2 ul li a{
    color: #273a4b;
}
.menu_2 ul li a:hover{
    text-decoration: underline;
}
.menu_2 ul .sm_title{
    font: 1.25em 'pf_dindisplay_promedium';
    color: #273a4b;
    position: relative;
    padding-bottom: 5px;
	padding-top: 15px;
}
.menu_2 ul .sm_title:before{
    content: '';
    width: 40px;
    height: 2px;
    background: #557089;
    position: absolute;
    bottom: 0;
    left: 0;
}
.menu_2 ul .sm_title:hover{
    background: none;
}
.sm_toggle_block{
    width: 270px;
    height: 112px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 10px 0 15px 15px;
    display: block;
    opacity: 0;
}
.sm_toggle_container {
    position: relative;
    width: 270px;
    height: 112px;
    margin: -40px 30px 20px 0;
    float: right;
}
.sm_toggle_block img{
    float: left;
    width: 100px;
}
.sm_toggle_text{
    float: left;
    font-size: 0.875em;
    margin: 10px 0 0 15px;
}
.sm_toggle_text span{
    display: block;
    font: 1em 'pf_dindisplay_promedium';
}
.sm_toggle_title{
    margin-bottom: 10px;
}
.more_filtr{
color: #3e67a4;
   text-decoration: underline;
}
.more_filtr{
color: #3e67a4;
   text-decoration: underline;
}
.search_top input {border: medium none;
    float: left;
    padding: 3px 3px 3px 5px;
}
.sm_title a:hover {
    text-decoration: none!important;
}
.sm_title a:active {
    text-decoration: none!important;
}
.content ul li, .content ol li{margin-bottom: 5px;
    margin-left: 35px;
    margin-top: 5px;}
.word_wp ul li{margin-bottom: 5px;
    margin-left: 35px;
    margin-top: 5px;
	list-style:disc;}
	
	
	
	
/*Новые стили калькулятора*/
.calc_wrapper{
    background: #fff;
    margin-top: 15px;
    padding: 0 26px 30px 26px;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.calc_item {
    margin-top: 15px;
}
.calc_item input{
    width: 100%;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #dfe6ed;
    box-sizing: border-box;
    padding-left: 10px;
    color: #557089;
    font-size: 14px;
}
.calc_item select{
    width: 100%;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #dfe6ed;
    box-sizing: border-box;
    padding-left: 10px;
    color: #557089;
    font-size: 14px;
}
.calc_item label{
    color: #557089;
    display: block;
    margin-bottom: 10px;
}
.calc_item1{
    margin-top: 30px;
}
.calc_item1 input{
    height: 30px;
    border-radius: 5px;
    border: 1px solid #dfe6ed;
    box-sizing: border-box;
    padding-left: 10px;
    color: #557089;
    font-size: 14px;
}
.calc_item1 label{
    color: #557089;
    display: block;
    margin-bottom: 15px;
}
.calc_item1{
    margin-top: 30px;
}
.calc_link{
    text-decoration: underline;
}
.calc_title{
    color: #557089;
    font: 1.5em 'pf_dindisplay_promedium';
    margin-bottom: 20px;
}
.result_info{
    color: #557089;
    margin-bottom: 10px;
}
.result_info span{
    font: 1em 'pf_dindisplay_promedium';
}
.calc_itog_price{
    width: 184px;
    height: 50px;
    color: #fff;
    background: #4e90f1;
    text-align: center;
    font: 1.125em 'pf_dindisplay_promedium';
    box-sizing: border-box;
    padding-top: 14px;
    float: left;
}
.calc_itog_price1{
    width: 184px;
    height: 50px;
    color: #fff;
    background: #4e90f1;
    text-align: center;
    font: 1.125em 'pf_dindisplay_promedium';
    box-sizing: border-box;
    padding-top: 14px;
    float: right;
    margin-right: 40px;
}
.calc_btn1{
    float: right;
    height: 50px;
    padding-top: 15px;
}
.calc_btn1:before{
    content: "";
    border-top: 50px solid rgba(255,255,255,0.5);
    width: 80px;
    border-right: 20px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.7s all ease;
    -webkit-transition: 0.7s all ease;
    -moz-transition: 0.7s all ease;
}
.calc_btn2{
    float: right;
    height: 48px;
    padding-top: 15px;
}
.calc_btn2:before{
    content: "";
    border-top: 48px solid rgba(255,255,255,0.5);
    width: 80px;
    border-right: 20px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.7s all ease;
    -webkit-transition: 0.7s all ease;
    -moz-transition: 0.7s all ease;
}
.print_link{
    color: #ff0000;
    text-decoration: underline;
    cursor: pointer;
    float: right;
    padding-right: 20px;
    background: url("../images/calc_ico2.png") no-repeat right 3px;
    margin-top: 25px;
}
.print_link:hover{
    text-decoration: none;
}
.warn{
    margin-top: 20px;
}
.valsWrapper{
    margin-top: 40px;
}
.vw1{
    margin-top: 0;
}
.calc_result_wp{
margin-top: 3px;
}
.dop_price_info{
    padding-left: 15px;
    background: url("../images/calc_ico1.png") no-repeat 0 3px;
    color: #657c93;
    text-decoration: underline;
}
.dop_price_info2{
    padding-left: 15px;
    background: url("../images/calc_ico1.png") no-repeat 0 3px;
    color: #657c93;
    text-decoration: underline;
    float: right;
    margin-top: 25px;
}
.dop_price_info1{
    margin-top: 20px;
    margin-bottom: 25px;
}
.mt_l{
    margin-top: 25px;
}
.calc_choice_wp{
     width: 100%;
     height: 180px;
     display: table;
     text-align: center;
     border: 1px solid #e4e7eb;
 }
.calc_choice_wp1{
    width: 100%;
    height: 365px;
    display: table;
    text-align: center;
    border: 1px solid #e4e7eb;
}
.calc_choice_item{
display: table-cell;
    vertical-align: middle;
}
.fw{
    margin-top: 45px;
}
.fw p{
    margin-bottom: 15px;
}
.calc_select1 input{
    width: 140px;
}
.calc_select1 select{
    width: 140px;
}
.calc_left_column .calc_item{
    margin-top: 20px;
}
.calc_img2{
    margin-top: 40px;
    float: right;
}
.calc_left_column{
    margin-top: 20px;
}
.c_td1{
    width: 161px;
}
.c_td2{
    width: 195px;
    border-bottom: 1px solid #dfe6ed!important;
}
.c_td3{
    width: 195px;
}
.c_td4{
    width: 195px;
}
.c_td5{
    width: 195px;
}
.c_td6{
    width: 195px;
}
.calc_table td{
    border: 1px solid #dfe6ed;
    height: 90px;
}
.calc_table td p{
    padding: 0 50px 0 30px;
}
.calc_table .c_td1 p{
    padding: 0 20px 0 20px;
}
.c_td2 label{
     display: block;
     width: 140px;
     margin: 0 auto;
 }
.c_td3 label{
    display: block;
    width: 140px;
    margin: 0 auto;
}
.c_td4 label{
    display: block;
    width: 140px;
    margin: 0 auto;
}
.c_td5 label{
    display: block;
    width: 140px;
    margin: 0 auto;
}
.c_td6 label{
    display: block;
    width: 140px;
    margin: 0 auto;
}
.calc_table td label span{
    font: 1em 'pf_dindisplay_promedium';
}
.table_caption1 td{
    background: #fafafa;
}
.c_td1{
    background: #fafafa;
}
.table_title{
    padding: 20px 0 15px 0;
}
.table_title1{
    font: 1em 'pf_dindisplay_promedium';
}
.calc_price2 p{
    margin-bottom: 10px;
}
.calc_price2 p span{
    font: 1em 'pf_dindisplay_promedium';
}
.value_c h4{
    font: 1.5em 'pf_dindisplay_promedium';
    margin-bottom: 15px;
}
.value_c{
    margin-top: 25px;
}
.calc_result2{
    margin-top: 80px;
}

.cm_title{
    font: 1.5em 'pf_dindisplay_promedium';
    text-transform: uppercase;
}
.cm_table{
    width: 100%;
    text-align: left;
    margin-top: 30px;
}
.cm_table_caption td{

}
.cm_table td{
    border: 1px solid #adadad;
    padding: 10px 0;
}
.cm_table td p{
    padding-left: 20px;
}
.cm_td1{
    width: 390px;
}
.cm_td2{
    width: 90px;
}
.cm_td3{
    width: 90px;
}
.cm_pad1 p{
    padding-top: 35px;
}
.calc_ceck input[type="radio"] {
    visibility: hidden;
}
.calc_ceck input[type="radio"] + label {
    color: #444;
    cursor: pointer;
}
.check_1 input[type="radio"] + label::before {
    content: "Оцинкованый";
    text-align: center;
    display: block;
    height: 30px;
    width: 126px;
   background: rgba(255,255,255,0.7);
    position: absolute;
    left: 7px;
    top: 50px;
    box-sizing: border-box;
    padding-top: 5px;
}
.check_2 input[type="radio"] + label::before {
    content: "Под дерево";
    text-align: center;
    display: block;
    height: 30px;
    width: 126px;
    background: rgba(255,255,255,0.7);
    position: absolute;
    left: 7px;
    top: 50px;
    box-sizing: border-box;
    padding-top: 5px;
}
.check_3 input[type="radio"] + label::before {
    content: "Крашеный";
    text-align: center;
    display: block;
    height: 30px;
    width: 126px;
    background: rgba(255,255,255,0.7);
    position: absolute;
    left: 7px;
    top: 50px;
    box-sizing: border-box;
    padding-top: 5px;
}
.calc_ceck input[type="radio"]:checked + label::before {
   background: #ffdf48;
}
.check_block{
position: relative;
}
.ci1 label{
    float: left;
    margin-top: 5px;
}
.ci1 input{
    float: left;
}
.check_img{
    margin-top: 40px;
}
.check_right {
    float: left;
}
.check_left {
    float: right;
}
.check_wp{
    margin-top: 10px;
}
.check_img img{
    width: 100%;
}
.check_block img{
    width: 100%;
}
.br320 {
    display: none;
}
.warn {
    color: blue;
    padding-bottom: 10px;
}
.karcas_form {
    margin-top: 50px;
}
.check_block:hover {
    opacity: 0.8;
}


.calcWrapper{
    margin-top: 30px;
}
.clc_m1{
    margin-top: 20px;
}
.clc_m2{
    margin-top: 30px;
}
.clc_m3{
    margin-top: 10px;
}
.word_wp h2 {border: medium none;
    color: #557089;
    font-size: 21px;
    font-weight: bold;}
/*новые 06.06.2016*/

.r_option_img_wp{
    width: 100%;
    height: 260px;
    overflow: hidden;
    display: table;
    text-align: center;
}
.r_option_img{
    display: table-cell;
    vertical-align: middle;
}
.r_option_img img{
    width: 200px;
    height: auto;
}
.r_option_info{
    box-sizing: border-box;
    width: 180px;
    margin: 0 auto;
    text-align: center;
}
.r_option_title{
    border-bottom: 1px solid #e4e7eb;
    font: 16px 'pf_dindisplay_promedium';
    padding: 5px 0;
    margin-top: 10px;
}
.r_option_text{
   display: inline-block;
    padding-left: 25px;
    background: url("../images/ico123.jpg") no-repeat;
    margin-top: 10px;
}
.r_option_block{
    margin-top: 70px;
}
.r_option_more{
    text-align: center;
    margin-top: 50px;
}
.r_option_more a{
    text-decoration: underline;
    color: #307be9;
    font: 14px 'pf_dindisplay_promedium';
}
.roi_bottom{
    vertical-align: bottom;
}
.roi_bottom img{
    width: 220px;
}
.r_oprion_wp1 .r_option_img_wp{
    height: 130px;
}
.rot_v2{
    background: url("../images/ico_25.png") no-repeat;
}
.rot_v3{
    background: url("../images/ico124.png") no-repeat;
}
.t_left{
    text-align: left;
}
.res_expand {
    height: 0;
    overflow: hidden;
}
.ogr_expand {
    height: 0;
    overflow: hidden;
}


/*404 page*/

.mistake_text{
    font: 247px 'pf_dindisplay_prolight';
    color: #557089;
    text-align: center;
    line-height: 1;
}
.mistake_text span{
    font-size: 26px;
    display: block;
}
.main_content{
    background: #fff;
    padding-bottom: 60px;
    padding-top: 40px;
}
.icol1{
    background: #f0f4f8;
	height: 28px;
   /*  width: 80%; */
}
.mistake_search{
    width: 100%;
    margin-right: 0;
}
.mistake_search input{
    font-size: 14px;
}
.mistake_info{
    margin-top: 40px;
}
.mistake_info p{
    margin-bottom: 30px;
    padding-right: 70px;
}
.bg_none{
    background: none;
}
.mistake_wp{
    margin: 30px 0;
}
.mistake_info p a{
    color: #307be9;
    text-decoration: underline;
}
.soput {
    background-color: #ffdc37;
    margin: 5px 10px;
    padding: 10px;
}
.center {
    text-align: center;
}
/*poisk page*/
.search_info p span{
    font:  16px 'pf_dindisplay_promedium';
}
.padding_1{
    padding: 15px 25px;
}
.s_search{
    width: 100%;
    margin-right: 0;
}
.s_search input[type="search"]{
    width: 87%;
}
.search_item a{
    font:  16px 'pf_dindisplay_promedium';
    text-decoration: underline;
    color: #557089;
}
.search_item a:hover{
    color: #2a6ccf;
}
.search_item{
    margin-bottom: 25px;
}
.pagination_block>a{
    display: inline-block;
    width: 30px;
    padding: 5px 0;
}
.pagination_block{
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
}
.pagination_block ul li{
    list-style: none;
    display: inline-block;
}
.pagination_block ul{
    display: inline-block;
}
.pagination_block ul li a{
    display: inline-block;
    width: 30px;
    padding: 5px 0;
    text-align: center;
}
.pagination_block ul li a:hover{
    background: #557089;
    color: #fff;
}
.pagination_block ul li .active{
    background: #557089;
    color: #fff;
}
.sitemap2 li{margin-left:25px;}
.card_info ul {padding-left:35px;}
.payment_block2 {
	line-height: 28px;
    margin-top: 20px;
	color:#94a9be;
}
/* .f_catalog {
    padding-bottom: 280px;
} */
.search_top input[type="search"] {
    width: 235px;
    margin-left: 0;
}
.up_btn{
    width: 50px;
    height: 50px;
    background: #4e90f1 url("../images/up1.png") no-repeat center center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    left: 130px;
    display: none;
}
.card_big_img a {
    display: none;
    opacity: 0;
}
.card_big_img a:nth-child(1) {
    display: block;
    opacity: 1;
}


#calc select, select#height {
    border: 1px solid rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,.1);
    background: rgb(255, 255, 255);
    background: -webkit-linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(220, 220, 220) 100%);
    background: -o-linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(220, 220, 220) 100%);
    background: -ms-linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(220, 220, 220) 100%);
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(220, 220, 220) 100%);
}

.up_btn{
    background: #557089 url("../images/up1.png") no-repeat scroll center center;
    border-radius: 50%;
    bottom: 110px;
    height: 50px;
    position: fixed;
    left: 80px;
    width: 50px;
}
.production_slider .ps_block img {
    width: 100%;
    height: auto;
}



@media only screen and (max-width: 1199px) {
  .header_menu ul li a{
        font-size: 12px;
    }
}
@media only screen and (max-width: 479px) {
    .card_big_img img{
        width: 100%;
    }
}
@media only screen and (max-width: 479px) {
.recall_img img {
    width: 100px;
    height: 100px;
}

.recall_member {
    margin-top: 40px;
    margin: 10px auto;
    float: none;
}
#small-modal2 {
    width: 270px; 
}
}


.cb3 {
    margin-left: 15px;
    padding-top: 23px;
}

.dver{
	padding-top: 35px;
	/* text-align: center; */
}

#map_3 {
    filter: grayscale(40%);
    height: 364px;
    position: static;
    width: 496px;
}

.prom{
	margin-top: 15px;
}

.word_wp ol li {
    margin-bottom: 5px;
    margin-left: 35px;
    margin-top: 5px;
}

.structure {
    background: rgba(0, 0, 0, 0) url("../images/schema.jpg") no-repeat scroll 50% 0;
    height: 592px;
    margin-top: 19px;
}


.structure h2{
	padding-top: 20px;
}

.recall_slider_3 {
    width: 268px;
   /*  margin: 16px auto 0 auto; */
    overflow: hidden;
    position: relative;
    display: none;
}

.word_wp h3 {
    border: medium none;
    color: #557089;
    font-size: 19px;
    font-weight: bold;
}

.word_wp2 {
    background: #f1f0f0 none repeat scroll 0 0;
    box-sizing: border-box;
    /* margin: 15px 0; */
	padding: 20px 10px;
    width: 100%;
}


/*02.02.2017*/
.cb3 {
    margin-left: 15px;
    padding-top: 23px;
}
.auto_link{
background: url("../images/new/ico-n1.png") no-repeat;
}
.auto_link a{
    padding-left: 15px;
}
.card_button_wp{
    text-align: left;
}
.auto_info{
    font-weight: 300;
    color: #557089;
    font-size: 14px;
    width: 130px;
    display: inline-block;
    vertical-align: middle;
    background: #f0f4f8;
    box-sizing: border-box;
    padding: 12px;
    border-radius: 5px;
    position: relative;
    margin-left: 10px;
}
.auto_info span{
    display: block;
    width: 26px;
    height: 43px;
    background: url("../images/new/ico-n2.png") no-repeat;
    position: absolute;
    top: 15px;
    right: 10px;
}
.card_btn{
    vertical-align: middle;
}
@media only screen and (max-width: 767px) {
    .auto_info{
        display: block;
        margin-left: 0;
        margin-top: 20px;
    }
 .card_big_img{
        height: auto;
    }
    .card_big_img img {
        width: 100%;
        height: auto;
    }
	
	.card_button_wp {
        margin-top: 20px;
	}
	
	.f_title {
    
    padding-top: 20px;
    
}
	
}

@media only screen and (max-width: 479px) {

  h1 {
    font-size: 20px;
}
    .cb1 {
    margin-bottom: 15px;
}
 .card_button_wp {
    /* text-align: center; */
    margin-top: 15px;
}

.auto_link a {
    margin-left: -5px;
	margin-top: 10px;
}

.feature_btn {
    
    padding-left: 15px;
}

.button_1 {
    padding-top: 9px;
    width: 270px;

}

.choice_color_block p {
    font-size: 11px;
}

.f_title {
    
    padding-top: 20px;
    
}

}

.box {
	padding: 15px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.breadcrumbs {
  color: #94a9be;
  font-size: 14px;
}
.breadcrumbs li a {
  font-size: 14px;
}
@media (max-width: 321px) {

  .breadcrumbs {
    padding-left: 10px;
  }
  
}

.arcticmodal-container_i tbody tr {
  background: transparent;
}
#swiper_4 .swiper-slide .main_slider {
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
      width: 100% !important;
}
#swiper_4 .swiper-slide img {
  width: 100%;
  height: auto;
}
.main_slider {
  height: 100%;
  padding: 0;
}
.swiper-container {
  height: 100%;
}
#swiper_4 .pag_wp {
  bottom: 60px;
}
.check-mid {
    margin-bottom: -25px;
    margin-top: 10px;
    font-size: 13px;
    text-align: center;
}
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
.phone_info img {
    margin-right: 10px;
}
.phone_info a {
    font-family: 'Roboto Condensed', sans-serif;
    color: #254462;
    text-align: right;
    margin-top: 5px;
    font-weight: bold;
}.phone_info p {
    font-family: 'Roboto Condensed', sans-serif;
    color: #254462;
    text-align: right;
    margin-top: 5px;
    font-weight: bold;
}
.phone_info {
    font-family: 'Roboto Condensed', sans-serif;
    color: #254462;    
    font-weight: bolder;
}
@media(max-width: 1200px){
	.phone_info{
		float:none;
	}.phone_info img{
		margin:unset;
		float: left;
	}
}
.price_table tbody tr:nth-child(odd){
background-color: unset;
}
.price_table{
    width: 100%;
}
.price_table td{
    border: solid 1px gray;
    text-align: center;
}
#newFormBtn{
	display: block;
    height: 40px;
    max-width: 341px;
    background: #ff0000;
    position: relative;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: 1.125em;
    box-sizing: border-box;
    padding-top: 9px;
    transition: .5s;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    margin: auto;
    cursor: pointer;
}
#lightgallery{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row wrap;}
    #lightgallery a{
margin:5px;
    }
    #lightgallery img{
        max-width: 250px

    }
    table.price_table td {
    padding: 5px;
}
.f_payment a{
    color: #94a9be;
}
.social img{
    margin: 0 5px;
}
h2.product-price-custom-header {
    font-size: 2.25em;
    text-align: center;
    color: #557089;
    display: inline-block;
    border-bottom: 3px solid #ffdf48;
    margin-bottom: 20px;
    font-weight: normal;
}
h3.product-price-custom-header {
    border-bottom: 2px solid #ffdf48;
    color: #557089;
    display: inline-block;
    font-size: 1.7em;
    text-align: center;
    /*margin-bottom: 15px;*/
    margin-top: 15px;
    font-weight: normal;
}
.f_menu a:hover {
    text-decoration: underline;
}

.feature_price {
    margin-top: 10px;
    padding-left: 25px;
    background: url("../images/ico123.jpg") no-repeat 0 2px;
}

.feature_price span{
    font: 1em 'pf_dindisplay_promedium';
}
.card_small_wp .card_prev,.card_small_wp .card_next{margin-top: -32px;}
.mob_menu_burger{
    width:35px;
    height:37px;
    background:#FFDA2D;
    display: block;
    padding: 10px;
}
.burger{
    background:#2A6CCE;
    width:16px;
    height: 3px;
    margin: 2px auto;
    display: block;
}
.slider_title{
    font-weight: 500;
    font-size: 56px;
    line-height: 49px;
    color: #FFFFFF;
    max-width:754px;
    margin-bottom:27px;
}
.slider_btn{
    background:#FFDA2C;
    box-shadow: 0px 1px 0px #A48700;
    border-radius: 2px;
    padding:15px 50px;
    font-size: 16px;
    color: #323E50;
    position:absolute;
    right:0;
    bottom:93px;
}
.swiper-slide .container{position:relative;padding:72px 0;height: 100%;}
#swiper_4 .swiper-slide{height: 478px;margin-left: 0}
.slider_desc{
    font-size: 19px;
    line-height:  30px;
    color: #FFFFFF;
}
.slider_desc p{font-size: 30px;margin-bottom: 27px;}
.slider_desc li{list-style:none;line-height: 31px;}
.slider_desc li:before{
    display:inline-block;
    content:" ";
    width: 9px;
    height: 9px;
    background: #000000;
    border: 2px solid #FFDA2C;
    vertical-align: middle;
    margin-right: 15px;
}
#swiper_4 .swiper-pagination{background:none;}
#swiper_4 .swiper-pagination-bullet{width:7px;height:7px;border-radius:100%;background:#fff;opacity: 1;}
#swiper_4 .swiper-pagination-bullet.swiper-pagination-bullet-active{border: 3px solid #FFDA2C;background:transparent;width:10px;height:10px;}
.slider_desc ul{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 225px;
    width: 66%;
    
}
.news-tile-wrap {
    width:100%;
    margin: 20px auto;
    text-align: left;
}

.news-tile-wrap > div{
    width: calc(19% - 3px);
	height:180px;
	display: inline-block;
    margin: 0 0.5% 10px 0.5%;	
}
.news-tile-wrap > div:nth-child(6n){
    margin-right:0px;
}
.news-tile-wrap > div br{
	display:none;
}

.new-tile-item {
	display: inline-block;
    width: 100%;
    height: 150px;
    position: relative;
    border: solid 1px rgba(77, 134, 218,0.8);
}
.quote{
    background:rgba(0, 0, 0, 0.22);
    padding: 15px 40px;
    border-left: solid 5px #FFDA2C;
    width: 447px;
}

.new-tile-item:hover .tile-descr {
    height: 150px;
    transition: all ease 0.5s; 
}

.new-tile-item span span::before,
.new-tile-item span span::after{
    content: '';
    display: block;
    margin: 5px auto;
    width: 0;
    height: 1px;
    background: rgba(255,255,255,1);
    transition: all ease 0.5s; 
}

.new-tile-item:hover span span::before {
    width: 125px;
    transition: all ease 0.5s; 
}

.new-tile-item:hover span span::after {
    width: 75px;
    transition: all ease 0.5s;
}

.new-tile-item  .tile-descr > span {
    height: 50px;
    width: 150px;
    padding: 0 5px;
    transition: all ease 0.5s;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}

.new-tile-item:hover .tile-descr > span {
    height: 150px;
    transition: all ease 0.5s;
}

.new-tile-item img {
    
}

.tile-descr {
    position: absolute;
    background: rgba(77, 134, 218,0.8);
    color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    text-align: center;
    transition: all ease 0.5s;
	line-height: 15px;
}

.new-tile-item img {
  width: 100%;
  height: 100%;
  }
.main_next,.main_prev{
   position: absolute;
    width: 50px;
    height: 50px;
    top: 81px;
    
    z-index: 100; 
}
.main_prev{
    right: calc(50% - 525px);
    background: url(/files/slider_arrow.png);
}
.main_next{
    right: calc(50% - 585px);
    background: url(/files/slider_arrow.png);
    transform:rotate(180deg);
}
.main_prev,.main_next{display:none;}
.main_prev:hover{
    background: url(/files/slider_arrow_active.png);
    transform:rotate(180deg);
}
.main_next:hover{
    
    background: url(/files/slider_arrow_active.png);
    transform:rotate(0deg);
}
.check-mid{
    width: 260px;
    margin: 10px auto;
}
.modal_btn{margin-top: -5px;}
.work_time {
    color:#254462;
    font-size: 15px;
}
.work_time img {
    margin-right: 5px !important;
    margin-top: -4px;
}
.works_prev,.works_next{margin-top: -53px !important}
.upper{text-transform: uppercase;}
.work_time p{text-align: center;}
.map_wp #map_1{height:100%;}
.submenu li:first-child{margin-top: 15px;}
.submenu li:last-child{margin-bottom: 15px;}
.work_time span{letter-spacing: 1px;}
footer .container-fluide{margin-top: 20px;}

.content .swiper-slide{margin-left: 6px;margin-right: 6px;}
.content_pn .swiper-slide{margin-left: 14px;}
.card_small_img .swiper-slide,.works_slider .swiper-slide,.production_slider1 .swiper-slide,.dop_production_wp .swiper-slide{margin-left: 0px;}
.main_sectifacate_wp{
    background: #fff;
    padding-bottom: 60px;
}
.main_sectifacate_wp .sectifacat img{
    width: 351px;
    border: solid #F0F4F8 40px;
    display:block;
    margin:30px auto;
}
table.row_colored .colored{background:#EDEDED;}
#material+div,#costYstan+div{width:280px;}
#material-styler .jq-selectbox__dropdown li{
	white-space: normal;
}
#otkatnye_vorota .calc_choice_block1 label{
	float:none;
}
#otkatnye_vorota  .select_1{
	margin-top:10px;
	margin-left:0;
}
.why{
	margin:20px 0;
}
.why .container{
	background: #FFFFFF;
	padding:45px;
	font-size:17px;
}
.why .title{
	text-align:left;
	padding-top:0;
}
.why .border-top{
	margin-top:32px;
	border-top: 1px solid #DCDCDC;
	padding-top:41px;
}
.why_item{
	margin-right:28px;
}
.why_item:last-child{
	margin-right:0px;
}
.why_item_title{
	font-family:'pf_dindisplay_promedium';
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
	/* identical to box height, or 26px */
	letter-spacing: 0.01em;
	color: #495F74;
	margin:30px 0 10px; 
}