/* Table of Content
 ==================================================
 #Site Styles
 #Page Styles
 #Media Queries*/

/* #Site Styles
 ================================================== */

/* A container should group all your columns. */


/* Header base classes
 -------------------------------------------------------------- */

.header .base > div {

}

.header .base .slogan {
	border-left: 1px solid #d3d3d3;
	padding: 0 0 0 5px;
}

.header .navigation ul li {
	list-style-type: none;
}

.header .city-info {
	text-transform: uppercase;
}

.header .city-info .select:before {
	content: '?';
	font-size: 11px;
	margin-right: 3px;
}

.header .city-info .select {
	margin: 0 0 0 4px;
	cursor: pointer;
	font-size: 11px;
}

.header .city-info .select .city {
	display: block;
	position: absolute;
	background: #333;
	z-index: 2;
	border-top: 2px solid #fff;
	visibility: hidden;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.header .city-info .select .city ul {
	padding: 0;
	width: 147px;
}

.header .city-info .select .city ul li {
	list-style-type: none;
	padding: 10px 0 0 10px;
}

.header .city-info .select .city a {
	display: block;
	color: #ccc;
}

.header .city-info .select .city a:hover {
	color: orange;
}

.header .phone {
	/* background: url(/images/phone_bg_left.png) 0 0 no-repeat #ffffff; */
	height: 26px;
	-webkit-border-top-right-radius: 12px;
	border-top-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	border-bottom-right-radius: 12px;
	width: 165px;
	padding: 16px 4px 0px 0px;
	margin: 3px 0 0 0;
	margin-right: -29px;
}

.header .phone a {
	text-decoration: none;
	color: #7bb620;
}

.header .city {
	float: right;
	padding-left: 6px;
	margin-top: 2px
}

.heading {
	position: absolute;
margin-top: -580px;
margin-left: 474px;
background: #FFF;
padding: 15px 15px 10px 15px;
font-size: 1em;
color: #7dbc00;
text-align: center;
}
.heading h1 {
	color: #7bb620;
margin: 0;
line-height: 1.3;
font-weight: bold;
}
/* Header menu classes
 -------------------------------------------------------------- */

.header .menu ul {
	position: absolute;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.header .menu ul li {
	display: block;
	float: left;
	background: url(/images/menu_separator.png) 0 6px no-repeat;
}

.header .menu ul li.install {
	margin-top: 16px;
	margin-right: 10px;
	padding: 7px 10px;
	float: right;
	background: #515151;
	border-radius: 3px;
}

.header .menu ul li.install a {
	padding: 0;
}

.header .menu ul li a {
	display: block;
}
.header .menu4 ul li a {
	padding: 16px 40px 15px;
}

.header .menu ul li.home {
	background: none;
	width: 62px;
}

.header .menu ul li.home a {
	background: url(/images/home_icon.png) 50% 50% no-repeat;
	overflow: hidden;
}

.header .menu ul li a.active {
	background-color: #7fba24;
	border-bottom: 2px solid #5c9405;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.header .menu ul li.home a:hover {
	background-image: url(/images/home_icon-hover.png);
}

/* #Page Styles
 ================================================== */

/* Global classes
 -------------------------------------------------------------- */

.service-body {
	background: url(/images/hero_bg.jpg) center 200px no-repeat;
}

/* Intro classes
 -------------------------------------------------------------- */
.home-body .intro {
	padding: 0!important;
	margin: 0!important;
}

.intro .breadcrumbs ul {
	margin: 0;
	padding: 0;
}

.intro .breadcrumbs ul li {
	display: inline;
}

.intro .title {
	margin: 0 0 5px -2px;
}

.intro .description .actions {
	margin: 30px 0 0 0;
}

.intro .description .price {
	overflow: hidden;
}

.intro .fridge {

}

.home-hero {
	height: 252px;
}

/* Hero advantages classes
 -------------------------------------------------------------- */


.hero-advantages ul {
	overflow: hidden;
	margin: 0;
}
.hero-advantages ul li {
	background: url(/images/advantages/check.png) no-repeat 0 50%;
	display: block;
	float: left;
}
.hero-advantages ul li:nth-child(1) {
	background-image: url(/images/advantages/check-2.png);
}
.hero-advantages ul li:nth-child(2) {
	background-image: url(/images/advantages/check-3.png);
}
.hero-advantages ul li:nth-child(3) {
	background-image: url(/images/advantages/check-4.png);
}
.hero-advantages ul li:nth-child(4) {
	background-image: url(/images/advantages/check-1.png);
}
.hero-advantages ul li a {
	display: block;
}
.about-body .hero-advantages {
	margin-bottom: 271px;
}

/* Content classes
 -------------------------------------------------------------- */

.content {
	background: white;
	overflow: hidden;
}

.content .text img.right {
	float: right;
	margin: 0 0 0 20px;
}

.content .text {
	border-left: 1px solid #eee;
}

.content .text.home {
	background: url(/images/home_image.jpg) 20px 20px no-repeat;
	border-top: 1px solid #eee;
	margin: 10px 0 40px 0;
	padding-top: 30px;
}

.content .brands {
	background: #f9f9f9;
	padding: 14px 10px 14px 10px;
}

.brands .logos {
	height: 30px;
    width: 600px;
    margin: 0 auto;
}

/*.brands .logos ul, .brands .controls {*/
	/*margin: 0;*/
	/*padding: 0;*/
/*}*/
/*.brands .logos ul {*/
	/*position: relative;*/
	/*width: 4500px;*/
/*}*/

/*.brands {*/
	/*overflow: hidden;*/
	/*margin-bottom: 20px;*/
/*}*/

/*.brands .logos ul li {*/
	/*display: block;*/
	/*float: left;*/
	/*padding-top: 3px;*/
	/*margin-left: 29px;*/
	/*padding-left: 29px;*/
	/*border-left: 1px solid #e6e6e6;*/
/*}*/

/*.brands .logos ul li a:hover {*/
	/*opacity: .5*/
/*}*/

/*.brands .logos ul li:first-child {*/
	/*border-left: none;*/
	/*margin-left: 28px;*/
	/*padding-left: 0;*/
/*}*/

/*.brands .controls li {*/
	/*list-style-type: none;*/
/*}*/

/*.brands .controls li.left a, .brands .controls li.right a {*/
	/*text-indent: -9999px;*/
	/*display: block;*/
	/*height: 31px;*/
	/*width: 31px;*/
/*}*/
.slick-prev {
	background: url(/images/control_left.png) 0 0 no-repeat !important;
    width: 30px !important;
    height: 31px !important;
    left: -40px !important;
}

.slick-next {
	background: url(/images/control_right.png) 0 0 no-repeat !important;
    width: 30px !important;
    height: 31px !important;
    right: -31px !important;
}

.slick-next:before,
.slick-prev:before {
    content: ' ' !important;
}

/*.brands .controls li.left a:hover, .brands .controls li.right a:hover {*/
	/*background-position: 0 -31px;*/
/*}*/

.scheme {
	
}

.scheme .separator {
	margin-top: 13px;
	margin-bottom: 15px;
}
.scheme .separator .line {
	height: 1px;
	border-bottom: 1px solid #eee;
}

.scheme .separator .icon {
	height: 28px;
	background: url(/images/process_icon.png) 50% 50% no-repeat;
	position: relative;
	top: -13px
}

.scheme .icons {
	overflow: hidden;
}

.scheme ul {
	margin: 0;
	padding: 0;
	display: block;
}

.scheme ul li {
	display: block;
	float: left;
}

.scheme ul li span {
	display: block;
}
.scheme .order {
	margin-top: 30px;
	margin-bottom: 30px;
}

.products.main ul li {
	margin-left: 54px;
	padding-left: 54px;
}

.products ul {
	padding: 0;
	overflow: hidden
}
.products ul li {
	list-style-type: none;
	display: block;
	float: left;
	width: 270px;
	margin-left: 74px;
	padding-left: 74px;
	border-left: 1px solid #eee;
}

.products ul li:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

.products ul li span {
	display: block;
	background: #7bb620;
}

.products ul li a:hover span {
	background: #2A2B2B;
	color: orange;
}

/* Sidebar classes
 -------------------------------------------------------------- */
.advantages {
	margin: 25px 30px 0 0;
	padding: 0 0 10px 0;
}
.advantages li {
	display: block;
	overflow: hidden;
	background: url(/images/advantages/inner.png) no-repeat 0 0;
	border-bottom: 1px solid #fff;
}
.advantages .two {
	background: url(/images/advantages/inner.png) no-repeat 0 -107px;
}
.advantages .three {
	background: url(/images/advantages/inner.png) no-repeat 0 -214px;
}
.advantages .four {
	background: url(/images/advantages/inner.png) no-repeat 0 -321px;
}
.advantages .one {
	background-color: #8d9ea4;
}
.advantages .two {
	background-color: #e7573c;
	background-position-y: -107px;
}

.advantages .three {
	background-color: #f49700;
	background-position-y: -214px;
}

.advantages .four {
	background-color: #7bb620;
	background-position-y: -321px;
}

.advantages li a {
	display: block;
	height: 91px;
	padding-top: 15px;
	padding-left: 140px;
}

.review {
	margin-top: 25px;
}

.review p {
	position: relative;
	/* left: 80px; */
	/* top: 15px; */
}

.review p span {
	display: block;
}

.arrow_box {
	margin-right: 30px;
	border-radius: 5px;
	position: relative;
	background: #ffffff;
	border: 1px solid #eee;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	left: 20%;
	margin-left: -10px;
}
.arrow_box:before {
	border-color: rgba(238, 238, 238, 0);
	border-top-color: #eee;
	border-width: 11px;
	left: 20%;
	margin-left: -11px;
}

.arrow_box .text img {
	float: left;
	margin-right: 10px;
}

/* Footer classes
 -------------------------------------------------------------- */
.footer {
	background: #434955;
}

.footer .bottom {
	background: #353B47;
}

.footer .navigation > div {
	overflow: hidden
}

.footer .geo ul li {
	margin: 0;
}

.footer .bottom .links ul {
	margin: 0;
	padding: 0;
	float: right;
}

.footer .bottom .links ul li {
	padding: 0 0 0 20px;
	margin: 0;
	display: inline;
}

.text.home, .review .text {
	border-left: none;
	background: url(/images/home_image.jpg) 20px 20px no-repeat;
	border-top: 1px solid #eee;
	margin: 10px 0 40px 0;
	padding-top: 30px;
}

.schedule {
	overflow: hidden;
}
.schedule .title, .schedule .hours, .schedule ul {
	display: block;
	float: left;
}
.schedule .title {
	width: 100px;
	color: #333;
}
.schedule ul {
	margin: 4px 0 0 8px;
	padding: 0;
}
.schedule ul li {
	float: left;
	display: block;
	background: #EDF8DC;
	color: #7bb620;
	border: 1px solid #7bb620;
	width: 15px;
	padding-right: 2px;
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	margin-right: 2px;
}
.schedule .hours {
	margin-left: 10px;
	padding-left: 22px;
	background: url(/images/clock.png) 0 50% no-repeat;
}

p.comment {
	font-size: smaller;
	background: #f2f2f2;
	padding: 10px;
}
div.comment {
	font-size: smaller;
	background: #f2f2f2;
	margin-bottom: 1.5em;
	padding: 10px;
}
#codes {
	display: none
}
table.codes th {
	background: #7bb620;
	color: white;
	text-align: left;
}

table.codes {
	width: 800px;
	margin: 10px 10px 10px 10px;
}

table.codes .hover td {
	color: #333;
	background: #FBFEF5 !important;
	border-color: #ddd;
	cursor: text;
}

a.codes-button {
	margin-top: 15px;
	width: 150px;
	display: block;
	background: #7bb620;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: white;
	text-decoration: none;
	padding: 3px 15px 5px;
	font-size: 14px;
	text-align: center;
}

a.codes-button:hover {
	background: #2A2B2B;
	color: orange;
}

.info-text {
    color: rgb(102, 110, 121);
    font-size: 14px;
    margin: 40px;
    padding-top: 40px;
    border-top: 1px solid #eee;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    /* -moz-column-count: 32; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    /* -moz-column-gap: 40px; Firefox */
    column-gap: 40px;
}

.info-text h2 {
    font-size: 14px;
}
.price td.action {
    background-color: #F49700;
    width: 27%;
}
.price .act {
    display: block;
    float: left;
    margin: -5px -10px;
    height: 50px;
    background-color: #F47C00;
    line-height: 50px;
    width: 70px;
    text-align: center;
}
.price .oldprice {
    float: right;
    font-size: 12px;
    text-decoration:line-through;
    font-weight: 100;
}
.price .newprice {
    float: right;
}
    
/* #Media Queries
 ================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
}



span.location {
	white-space: nowrap;
	color: #ff5a17;
}

.zhaloba {
	border-collapse: collapse;
	border: 0;
    overflow: hidden;
    background: #f9f9f9;
}

.zhaloba table, .zhaloba table td {
	border-collapse: collapse;
	border: 0;
	padding-left: 0!important;
}

.zhaloba table {
	width: 630px;
}

.zhaloba label {
	display: block;
    font-size: 1.1em;
}

.zhaloba .text {
	float: left;
    border-left: 1px solid #eee;
    color: #666e79;
    font-size: 1.2em;
    display: block;
    height: 33px;
    margin: 2px 4px 0 0;
    padding: 1px 9px 0 9px;
    border: 0;
    outline: 0;
    background: transparent;
    background-color: #fff;
    border: 2px solid #7fba24;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,0.2);
    box-shadow: inset 0 2px 5px 0 rgba(0,0,0,0.2);
}

.zhaloba textarea.text {
    height: 100px;
}

.zhaloba input#document_no {
	float: right!important;
}

.zhaloba input.submit, .zhaloba .button {
    margin-top: 25px;
    cursor: pointer;
    background: #7bb620;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: white;
    text-decoration: none;
    padding: 9px 33px 10px;
    font-size: 17px;
    border: none;
}

.zhaloba input.submit {margin-top: 5px!important;}

.wzhlb  {
	float: left;
}

.wzhlb .hint {
	float: left;
	margin-top: 12px;
}

.zhaloba .done {
	color: #7BB620;
    margin: 0px 0 17px 0;
}

.zhaloba .error {
	color: #ff0000;
}

#forma_zhlb {
	display: none;
}

#forma_zhlb h4 {
	margin-bottom: 5px;
    margin-top: 10px;
	color: #666e79;
	font-size: 1.1em;
    line-height: 1.25;
}

#forma_zhlb table td {padding-left: 0px!important;padding-right: 0px!important;}

.discount-banner {
	position: relative;
	width: 280px;
	height: 120px;
	background: url(/images/banner-bg.png) no-repeat;
	margin-bottom: 20px;
	display: block;
}

.discount-banner .title {
	position: absolute;
	width: 100%;
	top: 20px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.discount-banner .title p {
	margin: 0 8px 0;
}

.discount-banner:hover .title p:nth-child(2) {
	text-decoration: underline;
}

.discount-banner .title strong {
	color: #FAC745;;
	font-size: 24px;
}

.discount-banner .info {
	position: absolute;
	width: 100%;
	top: 80px;
	color: #fff;
	line-height: 20px;
	font-size: 14px;
}

.discount-banner .info p {
	margin: 0 8px 0;
	line-height: 14px;
	font-size: 1.1em;
	text-align: center;
	letter-spacing: 1px;
}

.discount-banner .info p.small {
	font-size: 14px;
	margin-top: 5px;
}

.discount-banner .info strong {
	color: #fff;
}
.social {
	padding-left: 1.5em;
}
.social__title {
	font-size: 1.3em;
	color: #fff;
}
.social ul {
	padding-left: 0;
}
.social ul li {
	display: inline-block;
	padding: 10px 15px 0 0!important;
}

h2#price {
    margin-top: 20px;
}

.callback {position: relative;}
.callback .snowman {position: absolute; z-index: 1;}
.callback .submit {position: relative; z-index: 2;}

@media (min-width: 1100px) {
	body {margin: 10px 0 0 0;}
	.home-body {background: url(/images/hom_hero_bg.jpg) center 200px no-repeat;}
	.container {width: 1110px; margin: 0 auto;}
	.header .base {overflow: hidden; height: 55px;}
	.header .logo {margin-top: 7px; margin-left: 1px; margin-right: 1px; float: left;}
	.header .base .slogan {margin: 17px 0 0 5px; float: left;}
	.header .city-info {float: right;}
	.header .navigation {float: right;margin: -10px 297px 0 18px;}
	.header .navigation ul {margin: 18px 10px 0 15px; padding: 0; border-bottom: 1px solid #d3d3d3;}
	.header .navigation ul li {display: inline;	padding: 0 15px 0 0;}
	.header .navigation ul li.reviews {padding: 0 0 0 20px;	background: url(/images/reviews_icon.png) 0 0 no-repeat;}
	.header .nav_open {display: none;}
	.header .callback {float: right; overflow: hidden; margin: 14px 0 0 0;}
	.header .menu {background: url(/images/menu_bg.png) 0 6px no-repeat;height: 52px;/* margin: 10px 0 0 0; */-webkit-border-radius: 5px;border-radius: 5px;}
	.header .menu ul li a {padding: 18px 29px 19px;font-size: 14px;}
	.hero-advantages {background: url(/images/hero_advantages_bg.png) 50% 0 no-repeat; height: 73px;}
	.hero-advantages ul {padding: 5px 0 0 0;}
	.hero-advantages ul li {width: 237px; margin-left: 30px; height: 66px;}
	.hero-advantages ul li a {padding-left: 50px; color: #333;}
	.content {padding: 35px 0 0 0;}
	.products.main {margin: -10px 40px 40px;}
	.products.main ul {margin: 30px 0 40px 0;}
	.products ul li span {position: absolute; width: 190px; padding: 5px 0 5px 10px; margin-top: -67px;	margin-left: 20px;}
	.footer .navigation > div {margin-top: 40px; margin-bottom: 20px;}
	.footer .geo ul li {padding: 0 0 7px 30px;}
	.footer .bottom {padding: 20px 0;}
	.intro {overflow: hidden; margin: 25px 0 0 0; padding: 20px 0 0 0;}
	.intro .image {height: 252px; margin-top: 10px;}
	.scheme {margin-top: 40px; margin-bottom: 40px; border-bottom: 1px solid #eee;}
	.content.about {margin-bottom: 40px;}
	.wzhlb  {height: 60px; width: 630px;}
	.wzhlb .button {float: right; margin: 0!important;}
	.zhaloba {padding: 15px 0 0px 20px;}
	.zhaloba .text {width: 96%;}
	.zhaloba input#document_no, .zhaloba input#number {width: 89%;}
	.zhaloba textarea.text {width: 96%;}
	.scheme ul li {width: 24%;}
	.products ul {margin: 50px 0 40px 0;}
	.callback .snowman {bottom: 40px; right: 40px; width: 17%}
}
@media (max-width: 1099px) and (min-width: 768px) {
	body {margin: 0;}
	.home-body {background: url(/images/hom_hero_bg.jpg) 0 235px no-repeat;}
	.header .base {height: 122px; position: relative; padding: 0.1px;}
	.header .logo {position: absolute; top: 15px; left: 15px;}
	.header .base .slogan {position: absolute; left: 121px; top: 26px;}
	.header .city-info {position: absolute; top: 15px; right: 15px;}
	.header .navigation {margin: 82px 0 0 0;}
	.header .callback {position: absolute; top: 26px; left: 50%; margin: 0 0 0 -117px;}
	.header .navigation ul {padding: 0; width: 100%; font-size: 0;}
	.header .navigation ul li {display: inline-block; width: 16.666%; text-align: center; font-size: 16px;}
	.header .nav_open {display: none;}
	.header .menu {background: url(/images/menu_bg.png) no-repeat; height: 46px;}
	.header .menu ul {width: 100%;}
	.header .menu ul li.home, .header .menu ul li.install {display: none;}
	.header .menu ul li {text-align: center; padding: 0 15px;}
	.header .menu ul li a {padding: 12px 10px 9px 10px;}
	.hero-advantages {background: url(/images/hero_advantages_bg.png) 50% 0 no-repeat; height: 68px;}
	.hero-advantages ul li {width: 25%; height: 66px;}
	.hero-advantages ul li a {padding-left: 50px; color: transparent; line-height: 19px;}
	.hero-advantages ul li a span {color: #333; margin-top: 14px; max-width: 100px;}
	.hero-advantages ul li:nth-child(3) a span {margin-top: 23px;}
	.content {padding: 15px;}
	.content .text.home {padding: 15px 0 0 0; background: none; width: 100%; margin: 0;}
	.content .callback {width: auto; margin-bottom: 0; clear: both;}
	.lscheme {display: none;}
	.products.main ul {margin: 15px 0 0px 0;}
	.products ul li span {padding: 5px 10px; min-height: 36px; font-size: 15px;}
	.footer .navigation {height: 50px;}
	.footer .navigation > div {display: none; margin: 0; padding: 0;}
	.footer .navigation > div:nth-child(4) {display: block; position: relative; width: 100%;}
	.footer .geo ul li {padding: 0 0 7px 25px;}
	.footer .navigation > div ul {height: 50px;}
	.footer .navigation > div ul li.point {position: absolute; left: 15px; top: 15px;}
	.footer .navigation > div ul li.phone {position: absolute; left: 280px; top: 15px;}
	.footer .navigation > div ul li.mail {position: absolute; right: 184px; top: 15px;}
	.footer .navigation > div ul li.site {position: absolute; right: 15px; top: 15px;}
	.footer .bottom .container {height: 50px; position: relative;}
	.footer .bottom .copyright {position: absolute; top: 15px; left: 15px;}
	.footer .bottom .links {position: absolute; top: 15px; right: 15px;}
	.ghyper {margin: 15px !important;}
	.intro {position: relative; padding: 20px 0; overflow: hidden;}
	.intro .image {width: auto; margin: 0; position: absolute; background: none !important; top: 5px; right: 10px;}
	.intro .image img {max-width: 164px; margin: 0 !important;}
	.intro .text {padding: 0 15px; width: auto !important;}
	.intro .text.home-hero .description {max-width: 475px;}
	.service-body {background: none !important;}
	.content .sidebar {display: none;}
	.content .text.prepend-1 {padding: 0; border-left: 0; width: 100%;}
	.info-text, .scheme .separator {display: none;}
	.scheme {margin: 0 0 15px 0; padding: 0 15px;}
	.scheme .icons {width: 100%; padding: 0; margin: 0;}
	.wzhlb  {height: 60px; width: 100%;}
	.wzhlb .button {float: right; margin: 0 15px 0 0 !important;}
	.zhaloba {padding: 15px 0 0px 15px;}
	.zhaloba .text {width: 96%;}
	.zhaloba input#document_no, .zhaloba input#number {width: 89%;}
	.zhaloba textarea.text {width: 96%;}
	.scheme ul li {width: 24%;}
	.products ul {margin: 15px 7.5px;}
	.scheme .order .button {float: right !important; margin: 0;}
	.callback .snowman {bottom: 40px; left: 507px;}
}
@media (max-width: 767px) {
	.container {overflow: hidden;}
	body {margin: 0;}
	h1, h2, h3 {line-height: 1; font-size: 18px !important;}
	.home-body {background: url(/images/hom_hero_bg.jpg) 0 235px no-repeat;}
	.header .base {height: 130px;position: relative;padding: 0.1px;}
	.header .logo {position: absolute;top: 71px;left: 257px;}
	.header .base .slogan {display: none;}
	.header .city-info {position: absolute;top: 12px;right: -19px;}
	.header .navigation {margin: 76px 0 0 0;}
	.header .navigation ul {display: none; position: relative; z-index: 999;}
	.header .callback {display: none;}
	.header .nav_open {background: url(/images/nav_open.png) 15px 8px #DCDCDC no-repeat; width: 100%; height: 40px; border: 0;}
	.header .navigation ul {background: #DCDCDC; padding: 0; width: 100%; font-size: 0; padding: 3px 20px 10px 15px;}
	.header .navigation ul li {display: inline-block; width: 100%; font-size: 16px; margin: 0 0 10px 0;}
	.header .navigation ul li:last-child {margin: 0;}
	.header .navigation ul li a {color: #333; font-weight: bold;}
	.header .menu {display: none;}
	.hero-advantages {background: url(/images/hero_advantages_bg.png) 50% 0 repeat-y; padding: 0 15px 7px 15px;}
	.hero-advantages ul {padding: 0;}
	.hero-advantages ul li {width: 50%; background-size: 20px; font-size: 11px; background-position: 0 23px;}
	.hero-advantages ul li a {padding-left: 30px; color: transparent; line-height: 19px; height: 36px;}
	.hero-advantages ul li a span {color: #333; margin-top: 13px; max-width: 100px;}
	.hero-advantages ul li:nth-child(3) a span {margin-top: 24px;}
	.home-body .intro {display: none;}
	.content {padding: 0 15px 15px 15px;}
	.content .text.home {padding: 15px 0 0 0; background: none; width: 100%; margin: 0;}
	.content .callback {width: auto; margin-bottom: 15px; margin-top: 0; padding: 15px;}
	.lscheme {display: none;}
	.products.main ul {margin: 15px -15px 0px -15px; padding: 0 7.5px;}
	.products ul li {width: 50% !important; border: 0 !important; margin: 0 0 15px 0 !important; padding: 0 7.5px !important; box-sizing: border-box;}
	.products ul li span {padding: 5px 10px; min-height: 30px; font-size: 12px;}
	.footer .navigation {display: none;}
	.footer .bottom .container {height: 50px; position: relative;}
	.footer .bottom .copyright {position: absolute; top: 15px; left: 15px;}
	.footer .bottom .links {display: none;}
	table.price {margin: 15px 0;}
	.ghyper {display: none;}
	.intro {position: relative; padding: 15px 0 0 0; overflow: hidden;}
	.intro .image {margin: 0 0 15px 0; width: 100%; height: 110px; position: relative;}
	.intro .image img {position: absolute; top: 17px; right: 5px;}
	.intro .description {display: none;}
	.intro .text {padding: 0 15px; width: auto !important;}
	.scheme ul li img {margin-bottom: 0;}
	.push-8 {margin: 0 0 15px 0 !important;}
	.intro .text.home-hero .description {max-width: 475px;}
	.service-body {background: none !important;}
	.content .sidebar {display: none;}
	.content .text.prepend-1 {padding: 0; border-left: 0; width: 100%;}
	.content .text img.right {display: none;}
	.info-text, .scheme .separator {display: none;}
	.scheme {margin: 0 0 15px 0; padding: 0 15px;}
	.scheme .icons {width: 100%; padding: 0; margin: 0;}
	.schedule .title, .schedule .hours, .schedule ul {float: none; width: 100%;}
	.span-17 {width: 100%;height: 401px;}
	.wzhlb .hint {margin-bottom: 10px;}
	.wzhlb .button {margin: 15px 0 !important; float: right;}
	.zhaloba {padding: 15px 0 0px 15px;}
	.brands {display: none;}
	h2#price {display: none;}
	.scheme ul li {width: 50%;}
	.products ul {margin: 15px 7.5px;}
	.intro .description .actions {display: none;}
	.mob_dn {display: none;}
	.order-form {width: auto !important; padding: 15px !important;}
	.order-form textarea, .order-form .phone, .order-form .name {width: 100% !important; box-sizing: border-box;}
	.order-form button {width: 100% !important;}
	.callback .snowman {bottom: -46px; right: -56px;}
	.content .callback .notice {padding: 0 60px 0 0; box-sizing: border-box;}
}
.response-item {
    position: relative;
    background: #fafafa;
    border: 1px solid #ccc;
    margin: 53px 0;
    border-radius: 7px;
    padding: 0 30px 0 45px;
    width: 1024px;
    margin-top: -33px;
}