.container {width: 1200px;}

.header{
	width:100%;
}
/*.header .container{width: 1200px;}*/

.top_in {width: 1200px;}

.footer_in {width: 1200px;}

/*.slider {width: 700px;}

.sliderContent {width: 700px;}

.title_lside {width: 180px;}

.lside {width: 200px;}

.content {width: 700px;}

.rside {width: 220px;}*/

.basket {
	/*width: 200px;*/
	/*width: 182px;*/
	width: 162px;
	border-radius: 8px;
	/*background: url('/img/bg_basket.gif') 55% 100% no-repeat;*/
	margin-left: -5px;
    background-size: cover;
    background-size: 50%;

}
@media(max-width:640px){
	.nav_top,.sidebarMenu{
		display: none;
	}
}

.nav_top li {padding: 15px 16px 14px 0px;}


.kartinki {padding-top: 29px;}


.all_reviews {
    margin: 0px 0px 10px 70px;
	    padding: 5px 5px 5px;
}

/*
############
# fancybox #
############
*/

.fancybox-skin {
	background: #fff;
	box-shadow: 1px 1px 1px #000;
	color: #e75854;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

#fancybox-loading {background: url('/img/fancybox.png');}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	background-position: 0 -108px;
	opacity: 0.8;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/img/fancybox.gif') center center no-repeat;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
}

.fancybox-lock {overflow: hidden;}

.fancybox-overlay {
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: fixed;
}

#slogan {
	font-family: 'Monotype Corsiva', sans-serif;
	font-family: 'Times', sans-serif;
	font-weight: bold;
		font-size: 20px;
		/*color: #e10e07;*/
	color    : #cf3b37;
				font-style: italic;
}

h1, h2, h1 a, h2 a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: normal;
	color: #009be8;
}
h1 {
	font-size: 24px;
	margin-top: 16px;
	margin-bottom: 16px;
}
h2 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.button {
	background-color: #4B5694;
	display: inline-block;
	padding: 6px 25px 0px 25px;
	/*border-radius: 15px;*/
	margin: 0;
	border: none;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-size: 9pt;
	cursor: pointer
}
p.button {
	height: 22px;
}
input.button {
	padding: 5px 25px;
}

.button,
.button a,
.button a:hover {
	color: #FFF;
	text-decoration: none;
}

div.comment {
	background: #F0EFEB;
	color: #333;
	margin: 5px 50px 10px 0;
	zoom: 1;
	position: relative;
	padding: 20px;
	border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
}
div.comment div.subject {font-weight: bold}
div.comment p {margin: 5px 0 0 0}
div.comment span.red, div.comment span.red a {color: #4B5694 !important; text-decoration: underline; cursor: pointer}
div.comment_reply {
	display: none;
	margin: 0px 0px 10px 20px;
}
div.comment_sub {
	margin-left: 20px;
}

.comment .row {display: table-row}
.comment .caption {font-size: 9pt; display: table-cell; width: 150px; text-align: right; vertical-align: middle; /*white-space: nowrap*/}
.comment .field {display: table-cell; padding: 2px 0 3px 15px}
input.large,
div.shop_filter select,
div.shop_filter input[type="text"],
table.shop_cart select,
table.shop_cart input[type="text"],
div.shop_coupon input,
.comment .field select,
.comment .field input[type="text"],
.comment .field input[type="password"],
.comment .field input[type="file"],
.comment .field textarea {
	outline: none;
	width: auto;
	border: none;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	-webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15) inset;
	padding: 2px 15px;
	/*border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;*/
	color: #5B5B5B;
	font-size: 10pt;
	font-family: 'Arial Narrow', sans-serif;
	margin-right: 5px;
}
.comment .field input[type="text"], .comment .field input[type="password"], .comment .field input[type="file"] { height: 23px; }
.comment .field textarea { padding: 5px 12px }
.comment .field select { width: 210px }

div.shop_filter {
	background-color: #F0EFEB;
	color: #777;
	font-size: 85%;
	padding: 10px 15px;
	border-radius: 0px;
}
div.shop_filter div.filterField {
	display: inline-block; width: 160px; margin: 5px 10px 5px 0;
}
div.shop_filter div.sorting {
	float: right;
}
div.shop_filter div.sorting select { width: 200px; }

div.shop_filter div.priceFilter {
	margin-right: 10px; display: inline-block;
}
div.shop_filter div.propertyInput {
	max-height: 70px;
	overflow-y: scroll;
}
div.shop_filter .button {
	font-size: 85%;
	padding: 3px 10px;
}

table.table, table.shop_cart {
	padding: 0; margin: 0 40px 10px 0; border: 0; width: 100%;
}
table.table th, table.shop_cart th {
	font-weight: bold;
	color: #000;
	font-size: 90%;
	white-space: nowrap
}
table.table th, table.table td,
table.shop_cart th, table.shop_cart td
{
	padding: 5px;
	border-bottom: 1px solid #E2D5D5;
}
table.table tr.total td,
table.table td.total,
table.shop_cart tr.total td,
table.shop_cart td.total
{
	font-weight: bold;
	color: #000
}
table.shop_cart select {
	width: 50px
}
table.shop_cart span.caption {
	font-weight: bold;
	color: #000
}
table.shop_cart_compare th {
	text-align: left!important
}

.description_sell div.compare, .description_sell div.current, .shop_cart_compare div.compare {
	margin-left: 10px;
	width: 16px; height: 12px;
	display: inline-block
}
.description_sell div.compare, .shop_cart_compare div.compare {
	background:url("/images/compare.png") no-repeat 0 0;
	cursor: pointer
}
.description_sell div.current, .shop_cart_compare div.current {
	background:url("/images/compare-current.png") no-repeat 0 0;
}

.shop_navigation{list-style-type:none;margin:0;padding:15px 0}
.shop_navigation li{float:left;padding-right:10px; }
.shop_navigation span, .shop_navigation_current span { border-radius: 15px; padding: 5px 20px; margin-right:10px; font-size: 85% }
.shop_navigation span{ background-color: #F0EFEB; color:#000 }
.shop_navigation_current span{color:#FFF; background-color: #4B5694 }



.service-bg {
background-image: url('/img/kakie_byvayut_kotly_otopleniya_dlya_chastnogo_doma.jpg'); 
min-height: 640px; 
background-size: cover; 
background-repeat: no-repeat;
}

.top-txt {

font-size: 30px; 
color: #cf3b37; 
font-family: 'Times', sans-serif;
padding: 0 0 0 45px;
	
}

.top-txt1 {
margin-top: 50px; 
font-size: 23px; 
color: #333; 
font-family: 'Times', sans-serif;
padding: 0 0 0 45px;
	
}


.service-bg-ul {
list-style-image: url(/img/8b4273496314d7933622f4501dfdaac8.png);
line-height: 34px;
list-style-position: inside; }


.top-txt2 {
margin-top: 190px; 
color: #333; 
font-family: 'Times', sans-serif;
padding: 0 0 0 45px;	
}

.top-txt2 span {
color: white;
padding: 10px 20px;
background-color: #cf3b37;
border: 2px solid #bc2f2d;
border-radius: 7px;
font-weight: bold;
font-size: 23px; 	
}

.service-h1 {
	font-family: 'Times', sans-serif;
	text-align: center;
	font-size: 30px;
	margin-top: 35px;
	color: #282828;
	font-weight: bold;
}

.service-object {
	padding: 0 0 35px 0; 
	text-align: center;
	font-family: 'Times', sans-serif;
	font-size: 22px;
	color: #282828;
}

.lozyng-p {
	font-family: 'Times', sans-serif;
	font-size: 28px;
	color: white;
	background-color: #17a9e5;
	border-radius: 4px;
	padding: 10px 15px;
	text-align: center;
	
}


.service-h2 {
	font-family: 'Times', sans-serif;
	text-align: center;
	font-size: 30px;
	color: #282828;
	font-weight: bold;
}

.service-object1 {
	padding: 0 0 35px 0; 
	text-align: center;
	font-family: 'Times', sans-serif;
	font-size: 18px;
	color: #282828;
}


.lozyng-p2 {
	font-family: 'Times', sans-serif;
	font-size: 24px;
	color: #282828;
	padding: 10px 15px;
	text-align: center;
	background-image: url(/img/exclamation_mark_PNG8.png);
	background-size: contain;
	background-repeat: no-repeat;
	font-weight: bold;
		
}


@media screen and (max-width: 600px) {
	
  .service-bg {
    background-image: none; 
		background-color: #333;
		min-height: 640px; 
  }
	
	.top-txt1 {
		font-size: 22px;
		padding: 0;
		text-align: center;
	}
	
	.top-txt {
		text-align: center;
		padding: 0;
	}
	
	.top-txt2 {
		margin-top: 50px;
		text-align: center;
		padding: 0;}
	
	.top-txt2 span {
		padding: 6px 8px;
		font-size: 18px;	}
	
	.lozyng-p2 {
		background-image: none; }

	
}

@media screen and (max-width: 900px) {
	
  .service-bg {
    background-image: url(/img/fon-min-width-600_v1.jpg); 
		background-color: #f2f2f2;
		min-height: 480px; 
  }
	
	.top-txt1 {
		font-size: 22px;
		padding: 0;
		text-align: center;
	}
	
	.top-txt {
		text-align: center;
		padding: 0;
	}
	
	.top-txt2 {
		margin-top: 50px;
		text-align: center;
		padding: 0;}
	
		.lozyng-p2 {
		background-image: none; }
	
}