/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */
*{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	color: #162336;
	width: 100%;
	min-width: 100%;
}
.wrapper {
	min-width: 100%;
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.container{
	width: 1600px;
	margin: 0 auto;
	padding: 0 15px;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	min-width: 100%;
    height: 100px;
    background: #fff;
    border-bottom: 3px solid #d6d6d6;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
    z-index: 3;
    position: relative;
}
.header .logo{
	float: left;
	margin-top: 15px;
}
.header .menu{
	float: left;
}
.header .menu ul{
	margin-left: 35px;
	position: relative;
}
.header .menu li{
	float: left;
	margin: 40px 0;
	padding: 0 30px;
}
.header .menu li a{
	font-size: 20px;
	color:#162336;
	text-decoration: none;
	
}
.lavalamp-object{
	transform: translate(0, 40px);
}
.lavalamp-object:after {
        content: '';
    position: absolute;
    bottom: -10px;
    height: 4px;
    width: 70px;
    left: 50%;
    margin-left: -35px;
    background: #0087d6;
	border-radius: 3px;
}

.header .city_select{
	float: left;
    width: 200px;
    height: 50px;
    background: #ededed;
    border-radius: 20px;
    margin: 25px 0 0 60px;
    padding: 17px 40px;
    color: #162336;
    font-size: 19px;
    text-align: center;
	position: relative;
	cursor: pointer;
}
.header .city_select:before{
	 content: '';
        top: 14px;
    left: 13px;
    width: 18px;
    height: 25px;
    position: absolute;
    background: url(../images/city_change.png) no-repeat;

}
.header .city_select:after{
	 content: '';
    top: 0;
    right: 40px;
    width: 1px;
    height: 100%;
    position: absolute;
	background: #d6d6d6;
	
}
.header .city_select .inner{
	position: relative;
	width: 100%;
	height:100%;
}
.header .city_select .inner:after{
	content: '';
    top: 5px;
    right: -23px;
    width: 12px;
    height: 11px;
    position: absolute;
    background: url(../images/arrow_bottom.png) no-repeat;
}
.header .city_select.open{
	  border-radius: 20px 20px 0 0 ;
}
.header .city_select .list {
        display: none;
    position: absolute;
    width: 100%;
    left: 0;
    border-top: 1px solid #d6d6d6;
    top: 50px;
    background: #ededed;
    padding: 0 10px;
    border-radius: 0 0 20px 20px;
}

.header .city_select .list.open{
	display: block;
}

.header .city_select .list ul li{
	margin: 10px 0;
}
.header .city_select .list ul li.selected{
	display: none;
}
.header .city_select .list ul li a{
	 color: #162336;
    text-align: center;
	text-decoration: none;
	transition: 0.2s;
}
.header .city_select .list ul li.selected a,
.header .city_select .list ul li:hover a{
	color: #0087d6
}
.header .phone_block{
	float: left;
	width: 200px;
	    margin-top: 25px;
		text-align: right;
}
.header .phone_block .phone{
	color: #162336;
    font-size: 21px;
    font-weight: bold;
}

.header .phone_block .callback a{
	color: #0087d6;
    font-size: 20px;
    text-decoration: none;
    border-bottom: 1px solid #0087d6;
    margin-top: 5px;
    display: inline-block;
	transition: 0.2s;
	outline: none;
}
.header .phone_block .callback a:hover{
	 border-bottom: 1px solid #fff;
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
	min-width: 100%;
	padding: 0 0 100px;
	
}
.uslugi_list .item{
	width: 33.33333%;
	float:left;
	position: relative;
	background:rgba(22, 35, 54, 1);
	min-height: 400px;
	overflow: hidden;
}
.uslugi_list .item a{
	    text-decoration: none;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}
.uslugi_list .item .bg{
	    text-decoration: none;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
	
	background-position: center center;
	    background-size: cover;
	transition: 5s ease; 
}
.uslugi_list .item a:before{
	opacity: 0;
	content: '';
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	background:rgba(22, 35, 54, 0.7);
	transition: 0.5s;
}
.uslugi_list .item:hover a:before{
	opacity: 1;
}
.uslugi_list .item:hover .bg{
	-webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 -webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px);
}
.uslugi_list .item .title{
	    width: 100%;
    height: 70px; 
    top: 50%;
    position: absolute;
    margin-top: -35px;
	text-align: center;
}
.uslugi_list .item .title span{
	color: #ffffff;
	height: 70px;
	font-size: 32px;
	font-weight: bold;
	 background: rgba(22, 35, 54, 0.75);
    border-radius: 50px;
	display: inline-block;
	padding: 20px;
	
	text-transform: uppercase;
	transition: 0.5s;
	
}
.uslugi_list .item:hover .title span{
	 background: rgba(255, 255, 255, 0.75);
	 color:#162336;
} 
.uslugi_list .item .description{
	    width: 100%;
    height: 70px; 
    top: 50%;
    position: absolute;
    margin-top: 30px;
	text-align: center;
	    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.uslugi_list .item:hover .description{
	    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.uslugi_list .item .description span{
	color: #ffffff;
	max-width: 400px;
	display: inline-block;
	padding: 20px;
	font-size: 18px;
	
}
.toppy{
	width: 100%;
    height: 197px;
	    min-width: 940px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 3px solid #d6d6d6;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.toppy.news{
	background: url('../images/news_bg.jpg') no-repeat top center;	
}
.toppy.aboutas{
	background: url('../images/about_as_bg.jpg') no-repeat top center;	
}
.header,
.footer,
#full_size{
	min-width: 940px;
}
.toppy .title{
margin: 65px 0;
    color: #ffffff;
    height: 70px;
    font-size: 32px;
    font-weight: bold;
    background: rgba(22, 35, 54, 0.75);
    border-radius: 50px;
    display: inline-block;
    padding: 16px 50px;
	border: 3px solid #0087d6;
    text-transform: uppercase;
}


.content.aboutas .article_block h1{
	margin: 20px 0;
    color: #162336;
    font-size: 30px;
    text-align: center;
}
.content.aboutas .article_block p{
		font-size:18px;
	color:#162336;
	text-align: center;
}
.content.aboutas .article_block .slogan{
		font-size:18px;
	color:#162336;
	font-weight: bold;
	text-align: center;
	margin: 20px 0;
}
.comanda{
	margin: 50px 0;
	text-align: center;
}
.comanda .item{
	    width: 24%;
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: center;

}
.comanda .item .photo{
	
}
.comanda .item .photo img{
	max-width: 100%;
}
.comanda .item .name{
	font-size:20px;
	color:#162336;
	height: 40px;
	margin-top: 10px;
}
.comanda .item .status{
	font-size:16px;
	color:#162336;
}
.comanda .item .phone{
	font-size:16px;
	color:#162336;
	font-weight: bold;
	position: relative;
	margin: 5px 0;
	    display: inline-block;
}
.comanda .item .email{
	font-size:16px;
	color:#162336;
	position: relative;
	    display: inline-block;
}
.comanda .item .phone:after{
	content:'';
	position: absolute;
	top:1px;
	left:-14px;
	width: 10px;
	height: 16px;
	background: url('../images/cphone.png') no-repeat;
}
.comanda .item .email:after{
	content:'';
	position: absolute;
	top:5px;
	left:-20px;
	width: 16px;
	height: 11px;
	background: url('../images/cmessage.jpg') no-repeat;
}
.preim_block .item{
width: 25%;
	float: left;
	text-align: center;
}
.preim_block .item .icon{
	margin: 0 auto;
}
.preim_block .item .icon img{
	max-width: 100%;
}
.preim_block > .title{
margin: 40px 0;
color:#162336;
font-size: 30px;
text-align: center;
position: relative;
}
.preim_block > .title span{
	background:#fff;
	display: inline-block;
	    z-index: 1;
		position:relative;
		padding:0 10px;
}
.preim_block > .title:after{
    content: '';
    width: 100%;
    position: absolute;
    top: 16px;
    height: 3px;
    background: #e7e5e5;
    left: 0;
	
	    z-index: 0;

}
.preim_block .item .title{
	color:#0087d6;
	font-size: 24px;
	margin: 15px 0 10px;
}
.preim_block .item .description{
	font-size: 18px;
	color:#162336;
	max-width: 240px;
	margin: 0 auto;
}
.partner_block{
	
}
.partner_block > .title{
margin: 40px 0;
color:#162336;
font-size: 30px;
text-align: center;
position: relative;
}
.partner_block > .title span{
	background:#fff;
	display: inline-block;
	    z-index: 1;
		position:relative;
		padding:0 10px;
}
.partner_block > .title:after{
    content: '';
    width: 100%;
    position: absolute;
    top: 16px;
    height: 3px;
    background: #e7e5e5;
    left: 0;
	
	    z-index: 0;

}
#logo_slider{
	margin: 0 40px;
	margin-bottom: 50px;
}
#logo_slider .slick-arrow{
	background: url('../images/slider_arrow.png') no-repeat;
	width: 22px;
	height: 36px;
	top:0;
	position: absolute;
	border: none;
	outline: none;
	display: block;
	text-indent: -99999px;
}
#logo_slider .slick-prev {	
	left: -40px;
	background-position: top left;
}
#logo_slider .slick-next {
	right: -40px;
	background-position: top right;
}
.toppy.catalog .title:nth-of-type(2){
	    margin: 65px 80px;
}
.toppy.sht_active,
#slide.toppy .sht {
    background-image: url(../images/sh_bg.jpg);
	transition: .5s;
}
.toppy.ing_active,
#slide.toppy .ing {
    background-image: url(../images/inj_bg.jpg);
	transition: .5s;
}
.toppy.zpch_active,
#slide.toppy .zpch {
    background-image: url(../images/zpch_bg.jpg);
	transition: .5s;
}
#slide.toppy .img{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	z-index:1;
	opacity:0;
}
#slide.toppy .img.active{
	opacity:1;
}
.toppy.catalog{
	transition: .5s;
	    position: relative;
}
.toppy.catalog .title{
	color: #162336;
	background: rgba(255, 255, 255, 0.75);
	border: 3px solid #b1b1b1;
	transition: .5s;
	cursor: pointer;
	position: relative;
	z-index:2;
	text-decoration: none;
}
.toppy.catalog .title:hover,
.toppy.catalog .title.active{
    color: #ffffff;
    background: rgba(22, 35, 54, 0.75);
    border: 3px solid #0087d6;
    border: 3px solid #0087d6;
}

.content.catalog{
	
}
.content.catalog .left_sidebar{
	width: 400px;
	background:#eae9e9;
	float:left;
	min-height: 500px;
}
 
.content.catalog .left_menu{
	
}
.content.catalog .left_menu li{
	border-bottom: 2px solid #dddddd;
	position:relative;
	transition: 0.2s;
	
}
.zpch_form{
	margin-bottom: 100px;
}

.content.catalog .left_menu li.active a,
.content.catalog .left_menu li:hover a{
	color:#fff;
	background:#162336; 
	position: relative;
	z-index: 3;
	transition: 0.2s;
}
.content.catalog .left_menu li:after {
    content: '';
    position: absolute;
    left: 38px;
    height: 17px;
    top: 20px;
    width: 16px;
    background-image: url(../images/m_icon_hover.png);
	opacity:0;
	z-index: 3;
	transition: 0.2s;
}
.content.catalog .left_menu li:before {
    content: '';
    position: absolute;
    left: 38px;
    height: 17px;
    top: 20px;
    width: 16px;
	transition: 0.2s;
	background-image: url(../images/m_icon.png);
	z-index: 1;
}
.content.catalog .left_menu li.active:after,
.content.catalog .left_menu li:hover:after{
	opacity:1;
}
.content.catalog .left_menu li.active:before,
.content.catalog .left_menu li:hover:before{
	opacity:0;
}
.content.catalog .left_menu li a{
	color:#162336;
	font-size: 18px;
	text-decoration: none;
	position: relative;
	padding: 20px 40px 20px 70px;
	display: block;
	transition: 0.2s;
	background:#eae9e9;
}
.content.catalog .left_menu li.active a:after,
.content.catalog .left_menu li.hover a:after {
content: '';
    top: 0;
    right: -17px;
    width: 17px;
    background-size: 17px 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/right_menu.png);
}
.content.catalog .left_menu li ul{
   display: none;
}
.content.catalog .left_menu li:hover ul{
   display: block;
    position: absolute;
    left: 100%;
    top: 0;
    background: #eae9e9;
    z-index: 10;
    border: 1px solid #162336;
    border-left: 0;
}
.content.catalog .left_menu li ul li{
	border-bottom: 2px solid #dddddd;
	padding: 5px 40px 3px 80px;
	    padding-left: 40px;
    padding-right: 10px;
    width: 300px;
}
.content.catalog .left_menu li:hover ul li a,
.content.catalog .left_menu li.active ul li a{
	background:#eae9e9;
	    color: #162336;
}
.content.catalog .left_menu li ul li:hover,
.content.catalog .left_menu li ul li.active{
	    background: #eae9e9;
}
.content.catalog .left_menu li ul li:after,

.content.catalog .left_menu li ul li a:after{
	display: none;
}
.content.catalog .left_menu li.active li:before, .content.catalog .left_menu li:hover li:before{
    opacity: 1;
}
.content.catalog .left_menu li ul li:before{
	    content: '';
    width: 7px;
    height: 7px;
    background: #162336;
    top: 18px; 
    left: 20px;
    position: absolute;
    border-radius: 50%;
}
.content.catalog .left_menu li ul li.active:before{
	background:  #0087d6;
}

.content.catalog .left_menu li ul li:before,
.content.catalog .left_menu li ul li:before{
	opacity: 1;
}
.content.catalog .left_menu li ul li a,
.content.catalog .left_menu li ul li a {
    font-size: 16px;
    color: #162336;
    padding: 6px 0 6px 0;
        color: #162336;
}
.content.catalog .left_menu li ul li:hover a,
.content.catalog .left_menu li ul li.active a{
	font-weight: bold;
	color:#162336;
} 
.main_content{
	    padding-left: 70px;
    margin-left: 400px;
	overflow: hidden;
}
.submenu{
	width: 100%;
	height: 80px;
	border-bottom: 2px solid #dddddd;
}
.submenu ul{
	padding: 17px 0;
    position: relative;
	    height: 80px;
}
.submenu ul li{
	float: left;
	position: relative;
	
	margin-right: 100px;
	    background: #fff;
    border-radius: 30px;
	transition: 0.2s;
}
.submenu ul li:last-child{
	margin-right: 0;
}
.submenu ul li:before{
	content:'';
	position: absolute;
	top: 12px;
	left: 10px;
	background: url('../images/submenu_icon.png') no-repeat top left;
	width: 40px;
	height: 25px;
	opacity: 1;
	z-index:1;
	transition: 0.2s;
}
.submenu ul li:after{
	content:'';
	position: absolute;
	top: 12px;
	left: 10px;
	background: url('../images/submenu_icon.png') no-repeat top left;
	width: 40px;
	height: 25px;
	opacity: 0;
	z-index:1;
	transition: 0.2s;
}

.submenu ul li.catalog:before{
	background-position: -120px 0px;
}
.submenu ul li.video:before{
	background-position: -80px 0px;
}
.submenu ul li.object:before{
	background-position: -40px 0px;
}
.submenu ul li.comment:before{
	background-position: 0px 0px;
}
.submenu ul li.opr_l:before{
	background-position: -160px 0px; 
}



.submenu ul li.catalog:after{
	background-position: -120px -25px;
}
.submenu ul li.video:after{
	background-position: -80px -25px;
}
.submenu ul li.object:after{
	background-position: -40px -25px;
}
.submenu ul li.comment:after{
	background-position: 0px -25px;
}
.submenu ul li.opr_l:after {
    background-position: -160px -25px;
}

.submenu ul li:hover,
.submenu ul li.active{
	background: #0087d6;
}

.submenu ul li a{
	font-size: 24px;
	color:#162336;
	padding: 12px 20px 12px 50px;
	display: block;
	transition: 0.2s;
	text-decoration: none;
	position: relative;
	z-index:2;
}

.submenu ul li:hover a,
.submenu ul li.active a{
	color: #fff;
}
.submenu ul li:hover:before,
.submenu ul li.active:before{
	opacity: 0;
}
.submenu ul li:hover:after,
.submenu ul li.active:after{
	opacity: 1;
}
.inner_content{
	margin-left: -10px;
	margin-right: -10px;
}
.object_list{
	
}
.object_list .item{
	float: left;
	width: 25%;
	padding: 40px 10px 30px;
	border-bottom: 1px solid  #dddddd;
}
.object_list .item .photo{
	position: relative;
}
.object_list .item .photo a span{
	content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
	opacity: 0;
	transition: 0.2s;
    background: rgba(0, 0, 0, 0.5);
}

.object_list .item .photo a{
	display: block;
	position: relative;
	z-index: 2;
	color:#fff;
	font-size:0;
}
.object_list .item .photo img {
    width: 261px;
	height: 174px;
}
.object_list .item .photo a span:after {
    content: 'Смотреть фото';
    width: 200px;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    height: 100%;
    font-size: 18px;
    top: 50%;
    margin-top: 22px;
    position: absolute;
}
.object_list .item .photo a span:before{
	content: '';
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	position: absolute;
	background: url('../images/photo_hover.png');
	width: 82px;
	height: 65px;
	left: 50%;
	top: 50%;
	margin-left: -41px;
	margin-top: -52px;
}
.object_list .item .name {
    font-weight: bold;
    font-size: 20px;
    height: 40px;
    margin: 10px 0 0;
}
.object_list .item .city{
	font-size: 18px;
	margin: 10px 0 0;
}
.object_list .item .photo:hover span{
	opacity: 1;
}

.inner_content.product .title{
	color: #162336;
	font-size: 24px;
	font-weight: bold;
	padding: 25px 0; 
}
.inner_content.product{
	margin: 0;
}
.inner_content.product .slider {
    height: 500px;
	overflow: hidden;
}
.inner_content.product .slider .slider-for{
	float: left;
	width: 866px;
}
.inner_content.product .slider .slider-for img{
	max-width: 866px;
}
.inner_content.product .slider .slider-nav{
	float: left;
    width: 175px;
    margin-left: 54px;
}
.inner_content.product .slick-slide{
	outline: none;
}
.inner_content.product .slider .slider-nav li{
	margin:0 0 10px;
	border: 3px solid #fff;
}
.inner_content.product .slider .slider-nav  img{
	border: 3px solid #fff;
	width: 100%;
}
.inner_content.product .slider .slider-nav .slick-current img{
	border: 3px solid #0087d6;
}
.inner_content.product .slider .slider-nav .slick-current{
	
	position: relative;
}
.inner_content.product .slider .slider-nav .slick-list{
	    overflow: visible;
}
.inner_content.product .slider .slider-nav .slick-current:after{
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #0087d6;
	border-width: 10px;
	margin-top: -10px;
}
.inner_content.product .slider .slider-nav li:last-child{
	margin-bottom: 0;
}
.inner_content.product .product_description{
	padding-bottom: 50px;
}
.inner_content.product .product_description p{
	font-size: 18px;
	color:#162336;
	    margin-bottom: 15px; 
}
.inner_content.product .product_description h1,
.inner_content.product .product_description h2,
.inner_content.product .product_description h3,
.inner_content.product .product_description h4{
	font-size: 18px;
	font-weight: bold;
	color:#162336;
	 margin-bottom: 15px; 
}
.inner_content.product .product_description table{
	width: 100% !important;
}
.inner_content.product .product_description table{
	width: 100% !important;
 border-collapse: collapse; /* Убираем двойные линии между ячейками */
   }
.inner_content.product .product_description td, 
.inner_content.product .product_description th {
    padding: 3px; /* Поля вокруг содержимого таблицы */
    border: 1px solid #162336; /* Параметры рамки */
	color: #162336;
	font-size: 18px;
   }
  .inner_content.product .product_description strong{
	  font-weight: bold;
  }
.inner_content.product .product_description a{
	color: #0087d6;
}
.inner_content.product .product_description img{max-width: 100%;}
.inner_content.product .product_description ul{
	list-style: disc outside;
}
.inner_content.product .product_description ul li{
	font-size: 18px;
	color:#162336;
	margin:10px 0;
}
.video_list .item .photo a span:before {
    background: url(../images/video_hover.png);
    width: 90px;
    height: 64px;
    margin-left: -45px;
    margin-top: -52px;
}
.video_list .item .photo a span:after {
		content: 'Смотреть видео';
}
.video_list .item .name {
	font-weight: bold;
	font-size: 16px;
	height: 29px;
	margin: 10px 0;
}
.inner_content.catalog{
	margin: 0;
}
.catalog_list{

}
.catalog_list .item{
    float: left;
	width: 100%;
	padding: 40px 0;
	border-bottom: 1px solid  #dddddd;
	background:#fff;
	transition: 0.2s;
}
.catalog_list .item:hover{
	background:#e7e5e5;
}
.catalog_list .item .photo{
 float: left;
 width: 261px;
 height: 174px;
}
.catalog_list .item .photo img{
	width: 100%;
}
.catalog_list .item a{
	text-decoration: none;
	display: block;
	color:#162336;
}
.catalog_list .item .description {
    margin-left: 280px;
}
.catalog_list .item .description .name{
font-weight: bold;
color:#162336;
}
.catalog_list .item .description p{
font-size: 18px;
color:#162336;
}
.catalog_list .item .description .more{
	margin-top: 20px;
 width: 167px;
 height: 44px;
 display: block;
 color:#fff;
 text-decoration: none;
 font-size: 20px;
 line-height: 44px;
 text-align: center;
 position: relative;
 background: #0087d6;
 box-shadow: 0 3px #0069a6;
 transition: 0.2s;
 top: 0;
}
.catalog_list .item .description .more:hover{
	top: 2px;
	box-shadow: 0 1px #0069a6;
}
.catalog_list.comment .name{
	font-weight: bold;
	font-size: 20px;
}
.catalog_list.comment .item:hover{
	background:#fff;
}
.catalog_list.comment .dolgn{
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid  #dddddd;
	padding: 0 0 10px;
}
.catalog_list.comment p{
	margin-top: 10px;
}
.catalog_list.comment .item .description .more {
    margin-top: 13px;
}
.toppy.action {
    background: url(../images/action_bg.jpg) no-repeat top center;
}
.content.action{
	
}
.content.action .list{
	margin: 22px 0;
}
.content.action .list .item{
	margin: 22px 0;
	height: 460px;
	width: 100%;
	position: relative;
	background-position: top center;
}

.content.action .list .item .description {
    padding: 0 46px;
    width: 612px;
	height: 100%;
    background: rgba(0, 135, 214, 0.75);
	position: absolute;
	left: 0;
	top: 0;
	
}
.content.action .list .item .description .name{
	color:#fff;
	font-size: 30px;
	margin-top: 80px;
	padding-bottom: 25px;
	border-bottom: 1px solid #162336;
}

.content.action .list .item .description p{
	margin-top: 25px;
	color:#fff;
	font-size: 18px;
}
.content.action .list .item .description .callback a {
    padding-left: 0;
    border: 2px solid #fff;
    color: #fff;
    transition: 0.2s;
    background: transparent;
    cursor: pointer;
	display: block;
	width: 220px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	margin-top: 30px;
}
.content.action .list .item .description .callback a:hover{
	padding-left: 0;
    border: 2px solid #162336;
    color: #162336;
    transition: 0.2s;
}
.zpch_form .left{
	width: 1000px;
	float: left;
}
.zpch_form .title{
	padding: 40px 0;
	font-size: 24px;
	color:#162336;
}
.zpch_form .left .item{
	width: 25%;
	float:left;
	margin: 15px 0;
}
.zpch_form .left .item label img{
	max-width: 100%;
}
input[type="checkbox"] {
    display:none;            
}
.zpch_form .left .item label{
	margin-left: 40px;
	position: relative;
	    display: inline-block;
	cursor: pointer;
}

.zpch_form .left .item label::before {
    content: '';
    position: absolute;
	top: 6px;
	left: -40px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
	background:#fff;
    border: 1px solid #162336;
	transition: 0.2s;
}
.zpch_form .left .item label::after{
	content: '';
	position: absolute;
	top: 16px;
    left: -33px;
	background: url('../images/logo_ok.png') top center;	
	width: 16px;
	height: 11px;
	transition: 0.2s;
	opacity: 0;
}
.zpch_form .left .item input:checked + label::before,
.zpch_form .left .item label:hover::before {
	background:#71cd39;
	border: 1px solid #71cd39;
}
.zpch_form .left .item input:checked + label::after{
	opacity: 1;
}
.zpch_form .right{
margin-left: 1050px;
}
.zpch_form .right .row{
	float:left;
	width: 100%;
	margin-bottom: 15px;
}
.zpch_form .right .full{
	width: 100%;
}
.zpch_form .right .mini{
	width: 48%;
	float:left;
}
.zpch_form .right .mini:first-child{
	margin-right: 4%;
}
.zpch_form .right select,
.zpch_form .right input{
	background-color: #eaeaea;
	border:1px solid #eaeaea;
	outline: none;
	padding-left: 50px;
	background-repeat: no-repeat;
	height: 59px;
}
.zpch_form .right .name{
	background-image: url('../images/name_in_icon.png');
	background-position: 8px center;
}
.zpch_form .right .phone{
	background-image: url('../images/ph_in_icon.png');
	background-position: 8px center;
	
}
.zpch_form .right .felial{
	background-image: url('../images/place_in_icon.png');
	background-position: 8px center;
	
}
.zpch_form .right .kod{
	background-image: url('../images/zp_in_icon.png');
	background-position: 8px center;
}

.file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.file + label {
	width: 100%;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
	line-height: 59px;
    display: block;
    overflow: hidden;
    color: #fff;
    background-color: #0087d6;
	outline: none;
	padding-left: 50px;
	background-repeat: no-repeat;
	height: 59px;
	background-image: url('../images/file_in_icon.png');
	background-position: 8px 10px;
}
.zpch_form .right p{
	font-size: 14px;
	color: #c1c1c1;
}
.zpch_form .right .submit{
	padding-left: 0;
	border: 2px solid #71cd39;
	color:#71cd39;
	transition: 0.2s;
	background:#fff;
	font-size: 16px;
	cursor: pointer;
}
.zpch_form .right .submit:hover{
	padding-left: 0;
	border: 2px solid #71cd39;
	background:#71cd39;
	color:#fff;
	transition: 0.2s;
}

.toppy.contact{
	background: url('../images/map_header.jpg') no-repeat top center;
}
.contact_inner .left{
	float: left;
	width: 670px;
	padding-top: 100px;
	padding-bottom: 100px;
}

.contact_inner .left .form{
	float: left;
	width: 50%;
}
.contact_inner .left .form .title{
	color:#162336;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 10px;
}
.contact_inner .left .form .row{
	float:left;
	width: 100%;
	margin-bottom: 30px;
	padding-right: 50px;
}
.contact_inner .left .form input{
	background-color: #eaeaea;
	border:1px solid #eaeaea;
	outline: none;
	padding-left: 50px;
	background-repeat: no-repeat;
	height: 59px;
	width: 100%;
}
.contact_inner .left .form .name{
	background-image: url('../images/name_in_icon.png');
	background-position: 8px center;
}
.contact_inner .left .form .phone{
	background-image: url('../images/ph_in_icon.png');
	background-position: 8px center;	
}
.contact_inner .left .form .message{
	background-image: url('../images/message_in_icon.png');
	background-position: 8px center;	
}
.contact_inner .left .form .submit{
	padding-left: 0;
	border: 2px solid #71cd39;
	color:#71cd39;
	transition: 0.2s;
	font-size: 16px;
	background:#fff;
	cursor: pointer;
}
.contact_inner .left .form .submit:hover{
	padding-left: 0;
	border: 2px solid #71cd39;
	background:#71cd39;
	color:#fff;
	transition: 0.2s;
}
.contact_inner .left .contact_way{
	float: left;
	width: 50%;
}
.contact_inner .left .contact_way .item{
	margin-bottom: 17px;
	padding-left: 100px;
}
.contact_inner .left .contact_way .title{
	color:#162336;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 5px;
}
.contact_inner .left .contact_way p{
	    font-size: 18px;
    color: #162336;
    line-height: 1.2;
    max-width: 200px;
}

.contact_inner .right{
	margin-left: 700px;
	padding-top: 10px;
}
.map_block{
	border-top: 3px solid #d6d6d6;
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.5);
    z-index: 2;
}
#vmap{
	width: 870px;
	height: 500px;
}
#map {
        height:370px;
        width: 100%;
    }
select.error,
input.error{
	border: 1px solid #f00 !important;
}
.ajax_form .error {
    color: #162336 !important;
}	
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 100%;
	margin: -100px auto 0;
	height: 100px;
	background: #fff;
    border-top: 3px solid #d6d6d6;
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.5);
    z-index: 2;
	position: relative;
}
.footer .copyright,
.footer .adress,
.footer .phone{
	width: 240px;
	border-right: 1px solid #d6d6d6;
	font-size: 16px;
	color: #162336;
	padding: 0 20px;
	margin: 30px 0;
	float:left;
}
.footer .copyright{
	padding-left: 0;
}
.footer .phone{
	border-right: none;
}
.footer .studio{
	float: right;
    padding: 11px 50px 0 0;
    height: 47px;
	    margin-right: 264px;
    overflow: hidden;
	margin-top: 21px;
}
.footer .studio span{
	text-indent: -99999px;
    width: 1px;
    display: block;
}
.main_content.full {
    padding-left: 0 !important;
    margin-left: 0 !important;
	padding-top: 5px;
	padding-bottom: 5px;
}
.modal#action .modal-content{
	padding: 35px 0 0 0;
}

.modal#action .modal-dialog {
    width: 1198px;
}
.modal#action .list{
	
}
.modal#action .item{
		float: left; 
}
.modal#action .item a{
	display: block;
	font-size: 0;
	position: relative;
}
.modal#action .item a:before {
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 35, 54, 0.7);
    transition: 0.5s;
}
.modal#action .item a:after {
    opacity: 0;
    content: 'Подробнее';
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 31px;
    line-height: 250px;
    width: 100%;
    text-align: center;
    transition: 0.5s;
}
.modal#action .item:hover a:after,
.modal#action .item:hover a:before{
	opacity: 1;
}
.act_m{
	    width: 168px;
    position: relative;
    top: 6px;
    margin-right: 5px;
}
@media  (max-width: 1200px){
	.modal#action .modal-dialog {
		width: 600px;
	}
	.header .logo {
		width: 190px; 
		margin-top: 25px;
	}
	.header .logo img{
		max-width: 100%;
	}
	.container{
		    width: 940px;
	}
	
	.header .menu ul {
		margin-left: 10px;
	}
	.header .menu li {
		padding: 0 5px; 
	}
	.header .menu li a {
		font-size: 18px;
	}
	.lavalamp-object:after{
		width: 60px;
		margin-left: -30px;
	}
	.header .city_select {
		width: 140px;
		height: 40px;
		margin-left: 10px;
		margin-top: 30px;
		font-size: 18px;
		padding: 12px 10px;
	}
	.header .city_select:before,.header .city_select:after,
	.header .city_select .inner:after {
		display: none
	}
	.header .city_select .list ul li a {
		font-size: 18px
	}
	.header .city_select .list {
		top: 40px;
	}
	.header .phone_block {
		width: 150px;
		    margin-top: 30px;
	}
	.header .phone_block .phone{
		font-size: 16px;
	}
	.header .phone_block .callback a {
		font-size: 16px;
	}
	.comanda .item .name {
		font-size: 18px;
	}
	.comanda .item .photo {
		width: 130px;
		margin: 0 auto;
	}
	.comanda .item .status,
	.comanda .item .phone,
	.comanda .item .email {
		font-size: 14px;
	}
	.preim_block .item .icon {
		width: 175px;
	}
	.preim_block .item .title {
		font-size: 18px;
	}
	.preim_block .item .description {
		font-size: 16px;
	}
	.toppy .title {
		height: 59px;
		font-size: 24px;
	}
	.toppy.catalog .title:nth-of-type(2) {
		margin: 65px 39px;
	}
	.content.catalog .left_sidebar {
		width: 320px;
	}
	.content.catalog .left_menu li a {
		padding: 20px 20px 20px 40px;
	}
	.content.catalog .left_menu li:before,
	.content.catalog .left_menu li:after {
		left: 15px;
	}
	.main_content {
		padding-left: 40px;
		margin-left: 320px;
	}
	.object_list .item .name {
		font-size: 16px;
	}
	.object_list .item .city {
		font-size: 14px;
	}
	.object_list .item .name {
		font-size: 16px;
	}
	.submenu ul li {
		margin-right: 10px; 
	} 
	.submenu ul li:after,
	.submenu ul li:before{
		left: 2px;
	}
	.submenu ul li a {
		padding: 16px 10px 16px 40px;
		font-size: 18px;
	} 
	.object_list .item {
		width: 33.333%;
	}
	.object_list .item .photo a span:before {
		width: 60px;
		height: 48px;
		background-size: cover;
		margin-left: -30px;
		margin-top: -34px;
	}
	.object_list .item .photo a span:after{
		font-size: 14px;
	}
	.inner_content.product .slider .slider-for img {
		width: 550px;
	}
	.inner_content.product .slider .slider-nav {
		float: left;
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
		.inner_content.product .slider .slider-for {
		float: none;
		width: 550px;
	}
	.inner_content.product .slider .slider-nav .slick-current:after{
		bottom: 100%;
		left: 50%;
		right: auto;
		top: auto;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(136, 183, 213, 0);
		border-right-color: rgba(136, 183, 213, 0);
		border-bottom-color: #0087d6;
		border-width: 10px;
		margin-left: -10px;
	}
	.inner_content.product .slider {
		height: 435px;
	}
	.video_list .item .photo a span:before {
		width: 68px;
		height: 48px;
		background-size: cover;
		margin-left: -34px;
		margin-top: -34px;
	}
	.video_list .item .name {
		font-size: 14px;
	}
	.catalog_list .item .photo{
		width: 200px;
		height: 134px;
	}
	.catalog_list .item .description {
		margin-left: 230px;
	}
	.catalog_list .item {
		padding: 30px 0;	
	}
	.zpch_form .left {
		width: 100%;
		float: none;
	}
	.zpch_form .right {
		margin-left: 0;
		float: none;
	}
	.contact_inner .left .form{
		display: none;
	}
	.contact_inner .left,
	.contact_inner .left .contact_way {
		width: 210px;
	}
	.contact_inner .left .contact_way .item{
		padding-left: 0;
	}
	.contact_inner .right {
    margin-left: 210px;
	}
	#vmap{
		width: 700px;
	}
	.content.catalog .left_menu li ul li {
		padding-left:  40px;
	} 
	.content.catalog .left_menu li ul li:before {
		left:  20px;
	}
	.object_list .item .photo img {
		width: 170px;
		height: 113px;
	}
	.footer .studio{
		margin-right: 325px;
	}
}
@media (min-width: 1200px) and (max-width: 1630px){
	.header .logo {
		width: 210px;
		margin-top: 22px;
	}
	.header .logo img{
		max-width: 100%;
	}
	.container {
		width: 1170px;
	}
	.header .menu ul {
		margin-left: 15px;
	}
	.header .menu li {
		padding: 0 12px;
	}
	.header .city_select {
		width: 180px;
		height: 40px;
		margin-left: 10px;
		margin-top: 30px;
		font-size: 18px;
		padding: 12px 40px;
	}
	.header .city_select:before {
		top: 8px;
	}
	.header .city_select .inner:after {
		top: 4px;
	}
	.header .city_select .list ul li a {
		font-size: 18px
	}
	.header .city_select .list {
		top: 40px;
	}
	.toppy .title {
		height: 59px;
		font-size: 24px;
	}
	.content.catalog .left_sidebar {
		width: 320px;
	}
	.content.catalog .left_menu li a {
		padding: 20px 20px 20px 40px;
	}
	.content.catalog .left_menu li:before,
	.content.catalog .left_menu li:after {
		left: 15px;
	}
	.main_content {
		padding-left: 40px;
		margin-left: 320px;
	}
	.object_list .item .name {
		font-size: 16px;
	}
	.object_list .item .city {
		font-size: 14px;
	}
	.object_list .item .name {
		font-size: 16px;
	}
	.video_list .item .name {
		font-size: 14px;
	}
	.object_list .item .photo a span:before {
		width: 60px;
		height: 48px;
		background-size: cover;
		margin-left: -30px;
		margin-top: -34px;
	}
	.inner_content.product .slider .slider-for img {
		width: 780px;
	}
	.inner_content.product .slider .slider-for {
		float: none;
		width: 780px;
	}
	.inner_content.product .slider .slider-nav {
		float: left;
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	.inner_content.product .slider .slider-nav .slick-current:after{
		bottom: 100%;
		left: 50%;
		right: auto;
		top: auto;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(136, 183, 213, 0);
		border-right-color: rgba(136, 183, 213, 0);
		border-bottom-color: #0087d6;
		border-width: 10px;
		margin-left: -10px;
	}
	.inner_content.product .slider {
		height: 600px;
	}
	.video_list .item .photo a span:before {
		width: 68px;
		height: 48px;
		background-size: cover;
		margin-left: -34px;
		margin-top: -34px;
	}
	.catalog_list .item .photo{
		width: 200px;
		height: 134px;
	}
	.catalog_list .item .description {
		margin-left: 230px;
	}
	.catalog_list .item {
		padding: 30px 0;	
	}
	.zpch_form .left {
		width: 750px;
	}
	.zpch_form .right {
		margin-left: 780px;
	}
	.contact_inner .left {
		width: 540px;
	}
	.contact_inner .left .form {
		width: 280px;
	}
	.contact_inner .left .form .row{
		padding-right: 45px;
	}
	.contact_inner .left .contact_way {
		float: left;
		width: 210px;
	}
	.contact_inner .right {
		margin-left: 540px;
	}
	.contact_inner .left .contact_way .item{
		padding-left: 0;
	}
	#vmap {
		width: 600px;
		height: 500px;
	}
	.content.catalog .left_menu li ul li {
	    padding-left: 40px;
        padding-right: 10px;
        width: 300px;
    }
	.content.catalog .left_menu li ul li:before {
		left:  20px;
	}
	.submenu ul li {
		margin-right: 27px;
	}
	.object_list .item .photo img {
		width: 180px;
		height: 120px;
	}
	.footer .studio{
		margin-right: 231px;
	}
}

select::-webkit-input-placeholder,
input::-webkit-input-placeholder {color:#5b5b5b; font-size: 14px;}
select::-moz-placeholder,
input::-moz-placeholder {color:#5b5b5b; font-size: 14px;}/* Firefox 19+ */
select:-moz-placeholder,   
input:-moz-placeholder  {color:#5b5b5b; font-size: 14px;}/* Firefox 18- */
select:-ms-input-placeholder,
input:-ms-input-placeholder  {color:#5b5b5b; font-size: 14px;}
.container:after,
.clearfix:after,
.clear {
  content: "";
  display: table;
  clear: both;
}

.readmore-js-toggle, .readmore-js-section {
    display: block;
    width: 100%;
}
.readmore-js-section {
    overflow: hidden;
}

.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
	background: rgba(18, 32, 51, 0);
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.modal.in{
	background: rgba(18, 32, 51, 0.8);
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;

}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
    padding: 35px;
}
.modal-dialog {
    width: 430px;
    margin: 30px auto;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.header, .wrapper, .md-effect-11 .md-content {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.fancybox-lock .header,
.fancybox-lock .wrapper,
.modal-open .header, 
.modal-open .wrapper {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    filter: blur(5px);
}

.modal .title{
	color: #0087d6;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 30px;
	font-size: 28px;
}
.modal .info{
	color:#162336;
	font-size: 14px;
	text-align: center;
}
.modal .form .title{
	color:#162336;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 10px;
}
.modal .form .row{
	float:left;
	width: 100%;
	margin-bottom: 30px;
}
.modal .form input{
	background-color: #eaeaea;
	border:1px solid #eaeaea;
	outline: none;
	padding-left: 50px;
	background-repeat: no-repeat;
	height: 59px;
	width: 100%;
}
.modal .form .name{
	background-image: url('../images/name_in_icon.png');
	background-position: 8px center;
}
.modal .form .phone{
	background-image: url('../images/ph_in_icon.png');
	background-position: 8px center;	
}
.modal .form .submit{
	padding-left: 0;
	border: 2px solid #71cd39;
	color:#71cd39;
	transition: 0.2s;
	font-size: 16px;
	background:#fff;
	cursor: pointer;
}
.modal .form .submit:hover{
	padding-left: 0;
	border: 2px solid #71cd39;
	background:#71cd39;
	color:#fff;
	transition: 0.2s;
}
.modal-header .close {
    right: 0;
    background: transparent;
    overflow: hidden;
    margin: 10px 10px 0 0;
    padding: 0;
    width: 21px;
    position: absolute;
    top: 0;
    height: 21px;
    z-index: 1001;
    font-size: 0;
	background-image: url('../images/close.png');
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s;
    outline: none;
}
 #toTop {
	display: none;
    text-decoration: none;
    position: fixed;
    bottom: 30px;
    right: 250px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: none;
    text-indent: 100%;
    opacity: 1;
    background: url(../images/ui.totop.png) no-repeat left top;
    z-index: 3;
    text-indent: -9999999px;
}	


#toTopHover {
	opacity: 0.9;
}
#toTop:active, #toTop:focus {
	outline:none;
}
 #toAction {
	    display: none;
    text-decoration: none;
    position: fixed;
	right: 30px;
    bottom: 30px;
    overflow: hidden;
    width: 207px;
    height: 51px;
    border: none;
    text-indent: 100%;
    opacity: 1;
    background: url(../images/season.jpg) no-repeat left top;
    z-index: 3;
    text-indent: -9999999px; 
	animation: 3s infinite linear;
    animation-name: planeAnimation;
}
@keyframes planeAnimation {
	

	0% {
		transform: rotateX(0);
	 
    }
	
	90% {
	 transform: rotateX(0deg); 
    }
	
	 100% {
	 transform: rotateX(360deg);
    }
}
  
.opr_list h1{
	color: #162336;
    font-size: 24px;
    font-weight: bold;
    padding: 25px 0;
} 
.opr_list{
	margin-bottom: 100px;
	position: relative;
}
.opr_list .top_s{
	max-width: 815px; 
	position: relative;
}
.opr_list .middle{
	max-width: 815px;
	position: relative;
}
.opr_list .line{
	content: '';
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%; 
	    border-bottom: 2px solid #dddddd;
		margin-bottom: 20px;
}
.opr_list .item{
	width: 50%;
	float:left;
	margin-bottom: 20px;
}
.opr_list .item.full{
	width: 100%;
	float:left;
	    padding-right: 58px;
}
.opr_list .item label{
	display: block;
	font-size: 18px;
	font-weight: bold;
}
.opr_list .item label span{
	font-weight: normal; 
}
.opr_list .item input{
    width: 100%;
    background-color: #eaeaea;
    border: 1px solid #eaeaea;
    outline: none;
    padding-left: 10px;
    background-repeat: no-repeat;
    height: 59px;
    width: calc(100% - 60px);
    margin-top: 10px; 
}

.opr_list .item input.error{
	 border: 1px solid #ff0000;
}
.opr_list .item_in{
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 10px;
}
.opr_list .item_in:last-child{
	margin-right: 0;
}
.opr_list .item_in label span{
	    width: 26px;
    height: 26px;
    display: inline-block;
    background-color: #eaeaea;
    border: 1px solid #eaeaea;
    top: 7px; 
    position: relative;
}
.opr_list .item_in label em{
	font-size: 16px;
	    font-weight: normal;
}

.opr_list .item_in input:checked + label span,
.opr_list .item_in label:hover span{
	background:#0087d6;
	border: 1px solid #0087d6; 
}

.opr_list .item_in label span:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 2px;
	left: 2px;
	background: url(../images/checked_icon.png) no-repeat;
	opacity: 0;
}
.opr_list .item_in input:checked + label span:after{
	opacity: 1;
}
.opr_list .item_in input.other{
	width: 130px;
    height: 26px;
    display: inline-block;
    top: -2px;
    position: relative;
    border-left: 1px solid #cacaca;
    margin-left: -5px;
	margin-right: 0;
}
.button_block .item{
	width: 190px;
}
.button_block .item  label{
	display: inline-block; 
	vertical-align: top; 
	line-height: 40px;
	margin-right: 10px;
}

.button_block  input + label{
	    width: 80px;
    height: 40px;
    background: #eaeaea;
    position: relative;
    margin-right: 0px;
    border-radius: 25px;
	cursor :pointer; 
}
.button_block  input + label:before{
	content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 50%;
    background: #c6c6c6;
	z-index:2; 
	transition: 0.1s; 
}
.button_block  input:checked + label{
	background: #ccecff;
}
 .button_block  input:checked + label:before{
	background: #0087d6;
    left: 45px;
 }

.button_block  input + label:after{
	content: '';
	 content:attr(data-off);
	  position: relative;
    font-weight: normal;
	 padding-left: 43px; 
   
	z-index:1; 
 }
 
 .button_block  input:checked + label:after {
	 content: attr(data-on);
	    padding-left: 10px; 
   
 }
 .opr_list .item.light { 
    width: auto;
    margin-right: 60px;
 }
 
.opr_list input[type="radio"] {
    display: none; 
}
.opr_list .item.light.tr .item_in label span {
    border-radius: 50%;
}
.opr_list .submit{
	padding-left: 0;
	border: 2px solid #71cd39;
	color:#71cd39;
	transition: 0.2s;
	font-size: 16px;
	background:#fff;
	cursor: pointer;
	width: 360px;
	height: 60px;
} 
.opr_list .submit:hover{
	padding-left: 0;
	border: 2px solid #71cd39;
	background:#71cd39;
	color:#fff;
	transition: 0.2s; 
}
@media (min-width: 1200px) and (max-width: 1630px){

	.opr_list .item:nth-child(even) input{ 
		margin-right: 0px;  
		width: calc(100% - 23px);
	}
	.opr_list .item.full{
		padding-right: 0;
	}
}
@media  (max-width: 1200px){
	.opr_list .item input{ 
		margin-right: 0px;  
		width: calc(100% - 20px);
	}
	.opr_list .item:nth-child(even) input{ 
		margin-right: 0px;  
		width:100%; 
	}
	.opr_list .item.full{
		padding-right: 0;
	}
}