﻿* {
	margin: 0;
	padding: 0;
}

.flex-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.ny_lenta {
	background: url('/img/ny_lenta2.png') repeat-x;
	width: 100%;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	min-width: 1300px;
}

/* Сетка */
.span2 {
	width: 50%;
	float: left;
}

.span3 {
	width: 33.3333%;
	float: left;
}

.span4 {
	width: 25%;
	float: left;
}

.span5 {
	width: 20%;
	float: left;
}

.span6 {
	width: 16.6666%;
	float: left;
}

html {
	min-width: 1300px;
}

body {
	background: #f4f4f2;
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	min-width: 1330px;
}

a {
	color: #000;
	outline: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 0px 0;
}

img {
	border: none;
}

input {
	vertical-align: middle;
}

.wrapper {
	width: 1330px;
	margin: 0 auto;
}

.clearfix:after, .row:after, .cf:after {
	content: "";
	display: block;
	clear: both;
}

.none {
	display: none;
}

.day {
	display: none;
}

.night {
	background: url('/img/night_moon.png') no-repeat;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
	height: 183px;
	width: 251px;
}

.night_message {
	position: fixed;
	right: 30px;
	top: 40px;
	text-align: center;
	text-shadow: 2px 1px 2px black, 0 0 1em red; /* Параметры тени */
	color: yellow; /* Белый цвет текста */
	font-size: 15px; /* Размер надписи */
}

.night_message_discount {
	color: red;
	font-size: 23px;
	padding-top: 5px;
}

.fancy {
	text-decoration: none;
}

/* Header
-----------------------------------------------------------------------------*/
.header a {
	color: #581416;
}

.header_logo {
	float: left;
	margin-left: 50px;
	/* margin-top: 12px; */
}

.header_advantages {
	float: left;
	font-size: 15px;
	margin-top: 25px;
	margin-left: 60px;	
}

.cut_block ul,
.header_advantages ul {
	list-style-type: none;
}

.cut_block ul li,
.header_advantages ul li {
	color: #3d4646;
	margin-bottom: 3px;
	background: url('/img/list_marker.png') 0 4px no-repeat;
	padding: 3px 5px 3px 30px;
}

.header_logo img {
	width: 150px;
}

.header_center {
	float: left;
	color: #581416;
	/* margin-top: 20px; */
	/* margin-left: 170px; */
	margin-left: 120px;
}

.header_zamer {
	text-align: center;
	margin-top: 28px;
}

.header_zamer span,
.header_zamer a {
	display: block;
	padding: 5px 20px;
	border-radius: 5px;
	text-decoration: none;
	/* background: url('/img/tmenuback.png') repeat-x left top; */
	color: #fff;
	color: white;
	font-size: 16px;
	font-family: tahoma;
	cursor: pointer;
}

.header_zamer span:hover {
	opacity: 0.8;
}

.header_email {
	font-size: 18px;
}

.header_email:before {
	content: '\0040';
}

.header_right {
	float: right;
	/* margin-top: 20px; */
	margin-right: 15px;
}

.header_schedule {
	color: #3F3F40;
	font-size: 15px;
	margin: 10px 0;
}

.header_phone {
	font-size: 30px;
	font-weight: bold;
	color: #3F3F40;
}

.backbtn {
	color: #581416;
	text-decoration: underline; font-size : 15px;
	cursor: pointer;
	font-size: 15px;
}

.backbtn:hover {
	text-decoration: none;
}

a.logo {
	position: absolute;
	top: 15px;
	left: 0px;
	z-index: 10;
}

.contact {
	position: absolute;
	top: 270px;
	left: 0px;
}

p.zagl {
	padding: 0;
	margin: 0;
	font: 14px tahoma;
	color: #a5a5a5;
}

p.toptel {
	padding: 3px 0 2px;
	margin: 0;
	font: 19px tahoma;
	color: #eeeeee;
}
/****************************************************************/
.slider {
	position: absolute;
	top: 20px;
	left: 190px;
	z-index: 1;
	background: url(/img/slider_bg.jpg) top left no-repeat;
	padding: 11px;
	width: 790px;
	height: 378px;
	/*display:none;*/
}

.sliderContent {
	float: left;
	width: 790px;
	height: 354px;
	clear: both;
	position: relative;
	overflow: hidden;
}

.sliderArrows a {
	display: none;
	text-indent: -9999px;
	outline: none;
	z-index: 50;
	width: 27px;
	height: 33px;
	position: absolute;
	top: 100%;
	margin-top: -66px;
}

.prev {
	background: url(/img/prev-horizontal.png) top left no-repeat;
	left: 11px;
	z-index: 100;
}

.prev:hover {
	
}

.next {
	background: url(/img/next-horizontal.png) top right no-repeat;
	right: 10px;
	z-index: 100;
}

.next:hover {
	
}

.sliderContent .item {
	position: absolute;
	width: 790px;
	height: 354px;
	background: #000;
}

.sliderBullets {
	/*position:absolute;
bottom:0;
left:50%;
z-index:50;
margin-left:-45px;*/
	display: none;
}
/*
.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:5px;
width:10px;
height:11px;
}

.sliderBullets .active {
background-position:0 -11px;
}
*/
.sliderContent a {
	outline: none;
}

a {
	color: #fff;
}

a img {
	border: none;
}
/*********************************************************************/
.header {
	line-height: normal;
}

.top_menu {
	background: url('/img/menu.png') 0 0 repeat-x;
	position: relative;
	margin-bottom: 25px;
}

.top_menu ul {
	display: block;
	position: relative;
	padding: 0 2px 0 0px;
	background: url(/img/top_m_sep.png) right -1px no-repeat;
}

.top_menu ul li {
	display: block;
	list-style: none;
	float: left;
	background: url(/img/top_m_sep.png) left -1px no-repeat;
	padding: 0 0 0 1px;
}

.top_menu ul li .show_zamer,
.top_menu ul li a {
	display: block;
	padding: 13px 25px;
	float: left;
	text-align: center;
	font: 13px tahoma;
	color: #d8d8d8;
	text-decoration: underline;
	text-transform: uppercase;
	cursor: pointer;
}

.top_menu ul li a:hover, .top_menu ul li.top_menu_curr a {
	text-decoration: none;
	color: #fff;
	background: url(/img/top_m_cur.png) left top repeat-x;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 150px;
	/*height: 1%;*/
	position: relative;
}

#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#container {
	width: 100%;
	float: left;
	overflow: hidden;
}

#content {
	padding: 0 0 0 250px;
}

.h2 {
	width: 100%;
	background: none;
	font: 18px tahoma;
	color: #581416;
	padding: 10px 0;
	margin: 0;
}

h1 {
	width: 98%;
	font: 25px tahoma;
	color: #581416;
	padding: 10px 0 15px;
	margin: 0 0 0px 0;
	float: left;
	background: url(/img/h1_head.png) bottom center no-repeat;
}

h2 {
	width: 100%;
	background: none;
	font: 18px tahoma;
	color: #581416;
	padding: 10px 0 10px;
	margin: 0;
	background: url(/img/h1_head.png) bottom center no-repeat;
}

h3 {
	width: 100%;
	background: none;
	font: 16px tahoma;
	color: #581416;
	padding: 10px 0 10px;
	margin: 0 0 0px 0;
	/*float:left;*/
}

.path {
	width: 100%;
	float: left;
	/* padding: 5px 0 3px; */
	color: #1B1919;
	font: 14px tahoma;
}

.path a {
	color: #1B1919;
	font: 14px tahoma;
}

.box {
	width: 98%;
	float: left;
	padding: 0 2% 0 0;
	color: #1b1919;
}

.txt {
	width: 98%;
	float: left;
	padding: 0 2% 0 0;
	color: #1b1919;
}

.txt p {
	margin: 0 0 15px 0px;
	font: 14px tahoma;
	color: #1b1919;
	line-height: 20px;
}

.txt ul, .txt ol {
	margin: 0 0 15px 20px;
	/* list-style-position:inside; */
}

.txt ul li p {
	margin: 0;
}

.txt li {
	padding: 2px 0;
}

.txt li, .txt table td li {
	font: 14px tahoma;
	color: #1b1919;
}

.txt a {
	color: #1b1919;
}

.txt ul.prodPodCat li a {
	font: 14px tahoma;
}

p.txt_head {
	width: 100%;
	background: none;
	font: 18px tahoma;
	color: #581416;
	padding: 10px 0 10px;
	margin: 0 0 0px 0;
	/*float:left;*/
}

.podcat {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}

.podcat_item {
	width: 23%;
	margin: 0 0.7%;
	text-align: center;
	background: #fcfcfc;
	float: left;
	position: relative;
	border-top: 1px solid #d1cfcf;
	border-right: 1px solid #d1cfcf;
	border-left: 1px solid #cdcdcc;
	border-bottom: 1px solid #cdcdcc;
}

a.podcat_head, span.podcat_head {
	width: 240px;
	margin: auto;
	text-align: center;
	background: #fcfcfc url(/img/head_line.png) bottom center no-repeat;
	font: 14px tahoma;
	text-transform: uppercase;
	color: #79282a;
	padding: 15px 0;
	display: block;
	text-decoration: none;
}

img.con_tl {
	position: absolute;
	top: -1px;
	left: -1px;
}

img.con_tr {
	position: absolute;
	top: -1px;
	right: -1px;
}

img.con_bl {
	position: absolute;
	bottom: -1px;
	left: -1px;
}

img.con_br {
	position: absolute;
	bottom: -1px;
	right: -1px;
}
/*******************************************************************/
.cat {
	/* width:100%; */
	/* float:left; */
	margin: 10px 0 20px 0;
}

.cat_item {
	width: 31%;
	margin: 0 1% 12px 0.7%;
	padding: 11px 0 0 0;
	background: #ededed url(/img/cat_bg.png) left top no-repeat;
	float: left;
	display: inline;
	position: relative;
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #cacac9;
	border-bottom: 1px solid #cacac9;
	min-height: 200px;
}

/*************************************************************************/
.cat_item2 {
	background-color: #FCFCFC;
	float: left;
	width: 250px;
	margin: 0.7% 0.5%;
	height: 300px;
	border: 1px solid #D1CFCF;
	border-radius: 7px;
	text-align: center;
}

.cat_item2 img {
	max-width: 185px;
	max-height: 211px;
}

.cat_item2_price {
	color: #79282a;
	font-size: 16px;
	margin-top: 7px;
}

/************************************************************************/
.cat_item a img {
	margin: 0 0 -4px 0;
}

.cat_title {
	position: absolute;
	top: 16px;
	left: 0;
}

a.cat_head, span.cat_head {
	width: 160px;
	display: block;
	background: url(/img/cat_sep.png) bottom center no-repeat;
	font: bold 14px tahoma;
	color: #313232;
	padding: 0px 0 7px 15px;
	text-decoration: none;
	text-align: left;
	margin: 0;
}

span.cat_price {
	font: 20px tahoma;
	color: #581416;
	/*width:140px;*/
	text-align: center;
	display: block;
	text-align: center;
	padding: 0px 0 0px 15px;
	/*position:absolute;
	top:40px;
	left:0;*/
}

div.cat_price {
	font: 14px tahoma;
	color: #581416;
	margin-top: 10px;
}
/******************************************************/
.category {
	width: 100%;
}

.podcat_page, .podcat_page_curr {
	width: 28%;
	margin: 0 2% 0 2%;
	float: left;
	padding: 0;
}

p.podcat_page_name {
	width: 99%;
	border-bottom: 1px solid #c6c6c6;
	background: none;
	margin: 0;
	padding: 2px;
	float: left;
}

.podcat_page_curr p.podcat_page_name {
	border: 1px solid #070707;
	padding: 1px;
	background: #191919 url(/img/podcat_page_bg.jpg) top left repeat-x;
}

.podcat_page_name a {
	font: 12px tahoma;
	color: #2d2e2e;
	text-decoration: none;
	background: none;
	width: 86%;
	float: left;
	padding: 7px 0 7px 13%;
	border: none;
}

.podcat_page_curr p a, .podcat_page_name a:hover {
	color: #f4f4f2;
	background: url(/img/podcat_marker.png) 10px center no-repeat;
	border: 1px solid #444444;
	padding: 6px 0 6px 13%;
}

.clear {
	clear: both;
}
/************************************************************************************/
.news {
	width: 100%;
}

.news_item {
	width: 100%;
	background: url(/img/news_bg.png) bottom center no-repeat;
	padding: 00px 0 15px;
	margin: 0 0 10px 0;
}

p.date {
	font: 11px tahoma;
	color: #919191;
	padding: 0;
	margin: 0;
}

.news_item a {
	width: 100%;
	display: block;
	font: 16px tahoma;
	color: #010101;
	text-decoration: underline;
	padding: 1px 0 3px;
}

.news_item a:hover {
	color: #d83c08;
	text-decoration: underline;
}

.news_item p {
	width: 100%;
	padding: 0;
	margin: 0;
	font: 12px tahoma;
	color: #010101;
	line-height: 22px;
}

.news_item ul {
	margin: 0 0 0 8px;
}

.news_item li {
	font: 12px tahoma;
	color: #010101;
	line-height: 22px;
	list-style: none;
}
/***********************************************************************/
.cat_page_item {
	width: 46%;
	/* height: 440px; */
	margin: 10px 2% 20px;
	float: left;
	position: relative;
}

/* .other_models .cat_page_item {
	width: 28%;
	margin: 10px 2% 25px;
} */

.cat_page_item_inner {
	margin: 0 auto;
}

.cat_page_item_list {
	width: 305px;
	/* height: 425px; */
	border: 1px solid #D1CFCF;
	border-radius: 7px;
	background: #fff;
	margin: 10px 15px;
	padding: 10px;
	float: left;
	position: relative;
}

.cat_page_item_list:nth-child(3n+3) {
	margin: 10px 0 10px 15px;
}

.cat_page_short {
	background: url(/img/bg.png) top left no-repeat;
	position: absolute;
	right: -15px;
	top: -15px;
	color: #fff;
	width: 90px;
	height: 90px;
	z-index: 99;
	border-radius: 60px;
	text-align: center;
	font-size: 14px;
}

.cat_page_short table {
	width: 100%;
	height: 100%;
}

.cat_page_item a {
	display: block;
	width: 100%;
	text-align: center;
}

.cat_page_title {
	/* width: 250px; */
	/*text-align:left;*/
	text-align: center;
	margin: 10px auto;
	/* padding: 10px 0 0 20px; */
}

.cat_page_item_list .cat_page_title {
	min-height: 66px;
}

.cat_page_title a.cat_head {
	/*text-align:left;*/
	text-align: center;
	width: 135px;
}
/*************************************************************/
.item {
	width: 100%;
	/*margin:0 0 20px 0;*/
	float: left;
}

.item_pic {
	/*width:49%;*/
	float: left;
	text-align: center;
	padding: 0 35px;
}

.item_info {
	width: 545px;
	float: left;
	position: relative;
	padding: 0 0 0 15px;
}

.item_info .table {
	width: 100%;
	max-width: 100%;
}

.item_info .table {
	margin: 0;
}

.item_info .optionsmain {
	margin: 0 0 10px 0;
}

/* .door_description td:first-child {
	width: 265px;
} */
/* .door_description td:first-child,
.item_info .optionsmain td:first-child {
	width: 267px;
} */

.item_info p {
	font: 12px tahoma;
	color: #010101;
	padding: 0 0 10px 10px;
}

.item_info .itemBasket {
	margin-bottom: 20px;
}

.itemBasket a {
	display: block;
}

.garnish {
	width: 98%;
	margin: 0 0 30px 0;
	padding: 0 0 0 15px;
}

p.garnish_head {
	font: bold 14px tahoma;
	color: #2d2e2e;
	margin: 10px 0 12px 0;
}

.garnish_item {
	margin: 5px 0 5px 0;
	width: 16.5%;
	text-align: left;
	float: left;
}

.item_title {
	position: absolute;
	top: 16px;
	left: 0;
}

p.txt_head {
	width: 100%;
	background: url(/img/h1_head.png) bottom center no-repeat;
	font: 18px tahoma;
	color: #581416;
	padding: 10px 0 15px;
	margin: 20px 0 15px 0;
}
/****************************************************************************/
p.form_head {
	font: 13px "Trebuchet MS";
	padding: 0px 0 0 0;
	margin: -20px 0 0;
}

.otzyv_form {
	width: 530px;
	margin: 7px auto 0px;
}

.otzyv_form td {
	padding: 0 5px 0 0;
}

td.label {
	font: 13px "Trebuchet MS";
	color: #000;
	height: 28px;
	vertical-align: middle;
	text-align: right;
}

td.p_spam {
	height: 28px;
	vertical-align: bottom;
}

.pole {
	width: 330px;
	height: 20px;
	border: 1px solid #c8c8c8;
}

.area {
	width: 330px;
	height: 95px;
	border: 1px solid #c8c8c8;
}

.mes {
	color: #5d5c5c;
	font-style: italic;
	padding-top: 18px;
	padding-left: 63px;
	padding-bottom: 10px;
}

.capcha {
	width: 330px;
	height: 20px;
	margin-bottom: 8px;
}

p.error, td.err, td.error li {
	color: #FF0F0F;
	text-align: center;
	font: italic bold 12px arial;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 230px;
	margin-left: -100%;
	position: relative;
}

p.left_head {
	/* padding: 15px 5px 5px 10px; */
	padding: 10px 5px 10px 10px;
	background: #FCFCFC;
	font-size: 15px;
}

p.left_head a {
	text-decoration: none;
	color: #313232;
}

p.left_head a:hover{
	text-decoration: underline;
}

.left_menu {
	padding: 0 0 10px 0;
	/* width: 195px; */
	background: #FCFCFC;
	border: 1px solid #D1CFCF;
	border-radius: 7px;
}

.left_menu ul {
	margin: 0 0 0 0px;
	padding: 0px 0 0px 0px;
}

.left_menu li {
	padding: 0px 0 0px 0px;
	/* border-bottom: 1px solid #cacaca; */
	margin: 0;
	list-style: none;
}

.left_menu li a {
	padding: 4px 5px 4px 18px;
	display: inline-block;
	text-decoration: none;
	font: 13px tahoma;
	color: #313232;
	background: url(/img/menu_marker.png) 7px center no-repeat;
}

.left_menu li a:hover {
	text-decoration: underline;
}

/*.left_menu li a:hover,*/ .left_menu li.li_over a {
	text-decoration: none;
	color: #e2e2e2;
}

.left_menu li.li_over {
	background: #581416;
	color: #e2e2e2;
}

/*.left_menu li a:hover, 
.left_menu li:hover a {
	text-decoration: none;
	color: #e2e2e2;
}*/

.left_head_marked/*,
.left_menu li:hover*/ {
	background: #581416 !important;
	color: #e2e2e2;
}

.left_head_marked a {
	color: #e2e2e2 !important;
}

li.li_over .menu_price/*,
.left_menu li:hover .menu_price*/ {
	color: #e2e2e2;
}

.menu_level3 {
	display: none;
}

.menu_level3 a {
	padding-left: 30px !important;
	background: url(/img/left_marker.png) 18px center no-repeat !important;
}

.menu_price {
/* 	padding-left: 18px;
	margin-bottom: 3px;
	padding-bottom: 3px; */
	color: #313232;
	display: inline-block;
}

.contacts {
	background: url(/img/cont_bg_c3.png) no-repeat;
	background-position: 0 -11px;
	width: 207px;
	height: 130px;
	/* padding: 28px 0 80px 30px; */
	padding: 29px 0 0 22px;
}

.calculation {
	width: 216px;
	/* height: 140px; */
	height: 116px;
	padding: 42px 0 0 10px;
	background: url(/img/cont_bg_calc2.png) no-repeat;
	background-position: 0 -11px;
	text-align: center;
}

.calculation span,
.calculation a {
	color: #757575;
	font-size: 16px;
	font-family: tahoma;
	text-decoration: underline;
	cursor: pointer;
}

.calculation span:hover {
	text-decoration: none;
}

.zakaz_h {
	line-height: 21px;
}

.contacts p.zakaz_rezh {
	padding: 1px 0 10px 5px;
	color: #757575;
	font: 13px tahoma;
	margin: 0;
}

.contacts a {
	padding: 1px 0 5px 5px;
	color: #757575;
	font: 15px tahoma;
	margin: 0;
}

.contacts p.zakaz_h {
	padding: 1px 0 5px 5px;
	color: #757575;
	font: 13px tahoma;
	margin: 0;
}

.contacts p.zakaz_tel {
	padding: 1px 0 5px 5px;
	color: #3d4646;
	font: 20px tahoma;
	margin: 0;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -150px auto 0;
	height: 200px;
	width: 100%;
	background: url(/img/foot_bg.png) bottom left repeat-x;
	position: relative;
}

#footer_center {
	margin: 0px auto 0;
	/*min-width: 985px;*/
	max-width: 1300px;
	height: 200px;
	position: relative;
}

.foot_door {
	position: absolute;
	left: 50%;
	bottom: 16px;
}

.fleft {
	width: 40%;
	padding: 110px 0 0 48px;
	font: 12px tahoma;
	color: #888888;
	text-align: left;
	float: left;
}

.fleft img {
	position: absolute;
	top: 108px;
	left: 8px;
}

.fcenter {
	text-align: left;
	padding: 110px 0 0 8px;
	font: 12px tahoma;
	float: left;
	color: #600014;
	margin-left: 15%;
	margin-top: 1%;
}

.fright {
	width: 32%;
	padding: 88px 8px 0 0px;
	float: right;
	text-align: right;
}
/******************************************************************************/
.page_out {
	width: 100%;
	position: relative;
}

.page {
	/*width:200px;*/
	margin: 10px auto 5px;
	color: #000;
	font: 13px arial;
	display: block;
	float: right;
	height: 50px;
	padding: 0 0px 0 0px;
	position: relative;
}

.page a {
	padding: 0px 5px 0px 0px;
	float: left;
	display: block;
	font: bold 14px tahoma;
	text-decoration: underline;
	color: #660c0f;
	line-height: 21px;
}

.page a:hover {
	cursor: pointer;
	text-decoration: none;
	color: #000;
}

.page a.page_active {
	cursor: text;
	text-decoration: none;
	color: #000;
}
/*********************************************/
.gal {
	width: 100%;
	float: left;
}

.gal_item {
	width: 33%;
	float: left;
	text-align: center;
	margin: 10px 0;
}

.gal_item_doors {
	width: 33%;
	float: left;
	text-align: center;
	margin: 10px 0;
	height: 370px;
	line-height: 370px;
}

.gal_item_doors img {
	vertical-align: middle;
	max-width: 310px;
	max-height: 350px;
}

/*Второй вариант галереи*/
.gal_item_doors2 {
	width: 25%;
	float: left;
	text-align: center;
}

.gal_item_doors2_inside {
	position: relative;
	background: white;
	padding: 7px;
	margin: 7px;
	height: 370px;
	line-height: 370px;
	border-top: 1px solid #d1cfcf;
	border-right: 1px solid #d1cfcf;
	border-left: 1px solid #cdcdcc;
	border-bottom: 1px solid #cdcdcc;
	border-radius: 10px;
}

.gal_item_doors2 img {
	vertical-align: middle;
	max-width: 230px;
	max-height: 290px;
}

.gal_item_doors2_inside_count {
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	position: absolute;
	right: 5px;
	top: 5px;
	background: #9A5043;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.a_other_results_button {
	padding: 30px;
}

.a_other_results_button_item {
	margin: 0 auto;
	display: block;
	background: url('/img/tmenuback.png') repeat-x left top;
	position: relative;
	width: 215px;
	height: 32px;
	padding-left: 40px;
	padding-top: 14px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0 -1px 1px rgba(43, 64, 23, 0.30);
	COLOR: #FFFFFF;
	text-decoration: none;
	FONT-WEIGHT: BOLD;
	line-height: 18px;
	cursor: pointer;
}

.a_other_results_button_item img {
	position: absolute;
	left: 14px;
	top: 12px;
}

.a_s_results, .a_s_results2 {
	overflow: hidden;
}
/*Второй вариант галереи*/

/*****************************Для блоков с дверьми*******************************/
.cat_doors {
	width: 100%;
	float: left;
	margin: 10px 0 0px 0;
	padding: 0;
}

.cat_doors_item {
	width: 30px;
	margin: 0 8px 12px 0%;
	padding: 10px 0 11px 170px;
	text-align: center;
	background: url(/img/cat_doors_bg.jpg) left top no-repeat;
	float: left;
	display: inline;
	position: relative;
	border: none;
	min-height: 260px;
	border: 1px solid #cbcbcb;
}

.cat_doors_item a img {
	margin: 0 0 0px 0;
}

.cat_door {
	width: 19%;
	float: left;
	margin: 0 0.9% 0 0;
	padding: 0;
	text-align: center;
}

.cat_door a {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

a.cat_doors_name {
	font: bold 14px tahoma;
	color: #313232;
	text-decoration: underline;
}

a:hover.cat_doors_name {
	text-decoration: none;
}

.cat_doors_title {
	/*position:absolute;
	top:16px;
	left:0;*/
	float: left;
	margin: 16px 0 0 -170px;
	width: 170px;
	overflow: hidden;
	position: relative;
	padding: 0 0 180px;
}

.round {
	position: absolute;
	top: 10px;
	left: 33px;
}

img.con_r {
	position: absolute;
	top: 0px;
	right: 0;
}

.catalog_item {
	width: 100%;
}

table.table_price {
	border-collapse: collapse;
	margin: 10px 0 15px 0;
	border: 1px solid #959595;
	/*width:640px;*/
	width: 100%;
}

table.table_price td {
	padding: 10px 25px;
	border: 1px solid #959595;
	font: 14px tahoma;
	color: #313232;
	background: none;
}

table.table_price th {
	padding: 10px 25px;
	border: none;
	font: 16px georgia;
	color: #D8D8D8;
	background: #1D1D1D;
}

table.table_price td a img {
	padding: 4px;
	border: none;
	width: 42px;
}

table.table_price td a:hover img {
	padding: 3px;
	border: 1px solid #959595;
}

span.price_prod_name {
	font: bold 14px tahoma;
	color: #313232;
	padding: 0 0 5px 0;
}

span.catalog_name {
	font: bold italic 17px georgia;
	color: #770103;
	padding: 10px 0 5px 0;
	margin: -9px 0 20px;
	display: block;
	width: 100%;
}

.darvin {
	padding: 0 0 0 20px;
}

.ls-slider {
	margin: 0px 0 0 200px;
}

.ls-slider-wrap {
	float: left;
	width: 568px;
	height: 247px;
	border: solid 10px white;
	margin: 14px 0 0 -16px;
	overflow: hidden;
}

.clear {
	clear: both;
}

.ls-contact {
	float: left;
	margin: 20px 0 0 30px;
}

.ls-phone {
	font: 16px/19px Tahoma;
	color: #a5a5a5;
}

.ls-phone div {
	font: 25px/25px Tahoma;
	color: #eee;
}

.ls-email {
	font: 16px/19px Tahoma;
	color: #a5a5a5;
	margin: 20px 0 0 0;
}

.ls-email div {
	font: 25px/25px Tahoma;
	color: #eee;
}

.ls-regim {
	font: 16px/19px Tahoma;
	color: #a5a5a5;
	margin: 20px 0 0 0;
	white-space: nowrap;
}

.ls-slider-div {
	width: 10000px;
}

.ls-slider-div img {
	float: left;
}

.slider-btn-left {
	width: 24px;
	height: 40px;
	position: absolute;
	background: url('/img/left-btn.png') no-repeat left top;
	opacity: 0.7;
	cursor: pointer;
	margin: 225px 0 0 -40px;
}

.slider-btn-left:hover {
	opacity: 1.0;
}

.slider-btn-right {
	width: 24px;
	height: 40px;
	position: absolute;
	background: url('/img/right-btn.png') no-repeat left top;
	opacity: 0.7;
	cursor: pointer;
	margin: 225px 0 0 572px;
}

.slider-btn-right:hover {
	opacity: 1.0;
}

#dop-menu-item {
	background: url('/img/tmenuback.png') repeat-x left top;
	color: white;
	font-weight: bold;
	text-decoration: none;
	opacity: 0.8;
	border-radius: 4px;
}

#dop-menu-item:hover {
	background: url('/img/tmenuback.png') repeat-x left top;
	color: white;
	font-weight: bold;
	text-decoration: none;
	opacity: 1.0;
	border-radius: 4px;
}

.ls-cat_price {
	color: #581416;
	font-size: 25px;
	/* font: 22px/30px Arial, Tahoma, Verdana, sans-serif; */
	margin: 10px 0 0 10px;
	line-height: 30px;
}

/* .ls-cat-buy-info {
	text-align: left;
	font-size: 14px;
	line-height: 25px;
	color: #313232;
} */

.call-master {
	margin: 5px 0 10px -20px;
}

#prodPodCat {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#prodPodCat .ico-50 {
	background: url('/img/ico-colormdf.png') no-repeat left top;
	padding: 7px 0 10px 50px;
	margin: 0 0 5px 0;
}

#prodPodCat .ico-49, #prodPodCat .ico-58 {
	background: url('/img/ico-frez.png') no-repeat left top;
	padding: 7px 0 10px 50px;
	margin: 0 0 5px 0;
}

#prodPodCat .ico-furn {
	background: url('/img/ico-furn.png') no-repeat left top;
	padding: 7px 0 10px 50px;
	margin: 0 0 5px 0;
}

.ls-cat-list {
	min-height: 280px;
	text-align: center;
}

/* .ls-cat-list table {
	width: 100%;
	height: 280px;
	vertical-align: middle;
} */

.cat_page_item .ls-cat-list img {
	max-height: 410px;
	max-width: 485px;
}

/* .other_models .ls-cat-list img, */
.cat_page_item_list .ls-cat-list img {
    max-height: 260px;
    max-width: 296px;
}

/* .ls-cat-list p img {
	height: 250px;
	margin: 5px 0 0 10px;
} */

.price_link {
	background: url('/img/price.png') no-repeat left top;
	height: 43px;
	padding: 20px 0 0 100px;
	margin: 30px 0 0 0;
}

.price_link a {
	color: #581416;
	font: 16px/19px Tahoma;
}

.price_link img {
	margin-right: 20px;
}

#ls-block-pic {
    float: left;
    margin: 10px 10px 20px 0px;
    text-align: center;
    width: 505px;
}

#ls-block-pic img {
	margin: 0;
	padding: 0;
	max-height: 410px;
	max-width: 485px;
}

.ls-block-phone {
	font-size: 14px;
	margin-top: 20px;
	line-height: normal;
}

.ls-block-phone span {
	display: block;
	/* font-weight: bold; */
	font-size: 25px;
	margin-top: 10px;
	color: #d10005;
}

.price_tbl {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.price_tbl td {
	padding: 4px 8px;
	vertical-align: top;
	font: 14px/17px Tahoma;
}

.price_tbl thead td {
	border: solid 1px #fff;
	background: #770000;
	color: white;
	font-weight: bold;
}

.price_tbl tbody td {
	border: solid 1px #aaa;
}

.bc-overlay {
	background: url('/img/bc_back.png') repeat left top;
	display: none;
	position: absolute;
	z-index: 65000;
}

.bc-form {
	/* background: url('/img/bc_form.png') no-repeat left top; */
	background: url('/img/forms_bg.jpg') repeat left top;
	width: 324px;
	/* height: 289px; */
	position: fixed;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	border-radius: 20px;
}

.bc-close {
	background: url('/img/bc_close.png') no-repeat left top;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 20px;
	right: 10px;
	cursor: pointer;
	opacity: 0.7;
}

.bc-close:hover {
	opacity: 1.0;
}

.bc-btn {
	background: url('/img/bc_btn.png') no-repeat left top;
	width: 122px;
	height: 39px;
	font: 18px/20px Trebuchet MS;
	color: #555;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
}

.bc-btn:hover {
	background: url('/img/bc_btn_over.png') no-repeat left top;
	color: white;
}

.bc-btn-wrap {
	padding: 9px 0 0 0;
}

.bc-form-wrap {
	padding: 30px 30px 30px 40px;
}

.bc-name {
	font: 26px/29px Trebuchet MS;
	color: #e3001b;
}

.bc-fields {
	padding: 45px 0 5px 0;
}

.bc-form textarea,
.bc-form input {
	border: solid 1px #999;
	padding: 10px 12px;
	font: 15px/17px Trebuchet MS;
	border-radius: 6px;
	color: #5d5d5d;
	width: 225px;
	margin: 0 0 15px 0;
	box-shadow: inset 0 0 6px #bbb;
}

.cont_class {
	text-align: center;
	margin: 1px 0 20px;
	min-width: 960px;
}

.cont_class .cont_item {
	width: 33%;
	min-width: 318px;
	display: inline-block;
	vertical-align: top;
	margin: 20px 0 20px;
}

.cont_class .cont_item .img {
	display: table-cell;
	width: 312px;
	height: 420px;
	vertical-align: middle;
	text-align: center;
	padding: 0 0 10px 0
}

.cont_class .cont_item .img img {
	
}

.cont_class .cont_item .text {
	width: 312px;
	height: 70px;
	background: url(/img/cont_item_text.png) no-repeat;
	margin: 0 auto;
	padding: 5px 0;
	position: relative;
}

.cont_class .cont_item .text img {
	position: absolute;
	left: 5px;
	top: -9px;
}

.cont_class .cont_item .text p {
	font: 14px/18px Tahoma;
	color: #000000;
	margin: 14px 15px;
	text-indent: 40px;
	text-align: left;
}

.cont_class .cont_item .info_price {
	font: 23px/44px Tahoma;
	color: #ffffff;
	text-align: center;
	margin: 0px;
	display: block;
	width: 312px;
	height: 48px;
	margin: 206px auto 20px;
	background: url(/img/info_price.png) no-repeat;
	text-shadow: 0 1px 0 #400303;
}

.info_price_top {
	font: 21px/44px Tahoma;
	color: #ffffff;
	text-align: right;
	margin: 0px;
	display: block;
	margin: 10px auto 1px;
	clear: both;
}

.info_price_top span {
	font: 21px/44px Tahoma;
	color: #ffffff;
	margin: 0px;
	text-align: center;
	display: inline-block;
	width: 220px;
	height: 48px;
	background: url(/img/info_price.png) no-repeat;
	position: relative;
	top: 10px;
	text-shadow: 0 1px 0 #400303;
}

.cont_class .cont_item .text_info {
	width: 312px;
	height: 223px;
	background: url(/img/cont_item_text_info.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	padding: 7px 0;
	position: relative;
}

.cont_class .cont_item .text_info p {
	font: 14px/18px Tahoma;
	color: #3b464f;
	margin: 5px 15px;
	text-align: left;
}

.buton, .button button, .itemBasket {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#996054+0,9e3623+100 */
	background: #996054; /* Old browsers */
	background: -moz-linear-gradient(top, #996054 0%, #9e3623 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #996054 0%, #9e3623 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #996054 0%, #9e3623 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#996054',
		endColorstr='#9e3623', GradientType=0); /* IE6-9 */
	border-bottom: 5px solid #6B2418;
	border-radius: 5px;
	/* height: 30px; */
	line-height: 30px;
	width: 140px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: auto;
}

.button_style {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#996054+0,9e3623+100 */
	background: #996054; /* Old browsers */
	background: -moz-linear-gradient(top, #996054 0%, #9e3623 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #996054 0%, #9e3623 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #996054 0%, #9e3623 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#996054',
		endColorstr='#9e3623', GradientType=0); /* IE6-9 */
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	display: inline-block;
}

.button button {
	outline: none;
	padding: 5px 10px;
	cursor: pointer;
	color: #fff;
	border-left: none;
	border-right: none;
	border-top: none;
	font-size: 16px;
}

.cat_page_item_list .itemBasket, .cat_page_item .itemBasket {
	margin: 20px auto;
}

.item_info .itemBasket {
	margin-top: 20px;
}

.itemBasket a {
	color: white;
	text-decoration: none;
}

.micro_description {
	margin-top: 20px;
	max-width: 500px;
}
/*========================================================================================================================*/
/*search*/
.search {
	background: url(/img/loop.png) no-repeat;
	width: 36px;
	height: 36px;
	float: right;
	text-align: center;
	cursor: pointer;
	margin-top: 5px;
}

.search.active {
	margin-top: -35px;
}

.search.active {
	height: 59px;
}

.search_hover_back {
	top: 192px;
	display: none;
	width: 100%;
	height: 52px;
	position: absolute;
	text-align: center;
	z-index: 10000;
}

.search_hover {
	top: 11px;
	position: absolute;
	width: 100%;
	height: 50px;
	background-color: rgb(28, 28, 28);
}

.found {
	position: relative;
	margin: 9px auto 0 auto;
	width: 756px;
}

.found img {
	position: absolute;
	top: 3px;
	right: 10px;
	cursor: pointer;
}

.srch_bg {
	padding: 8px 10px;
	border: none;
	width: 737px;
}

.ui-autocomplete {
	z-index: 55555;
}

.ui-autocomplete ul.ui-corner-all {
	padding: 0;
}

.ui-autocomplete .ui-menu {
	padding: 0;
}

.ui-autocomplete a.ui-corner-all.ui-state-focus {
	background: #fff;
	margin-bottom: 10px;
	border: none;
	border-radius: 0;
	padding: 10px;
}

.ui-autocomplete .ui-menu .ui-menu-item a {
	padding: 10px;
}

.ui-autocomplete .ui-menu .ui-menu-item a.ui-state-focus,
	.ui-autocomplete .ui-menu .ui-menu-item a.ui-state-active {
	margin: 0;
}

/*========================================================================================================================*/
.kak_kupit {
	width: 190px;
	float: left;
	margin: 5px;
}

.kak_kupit p {
	text-align: center;
}

.kak_kupit img {
	width: 190px;
	text-align: center;
	border: solid 2px #630B0C;
	border-radius: 10px;
}

.imgR {
	float: right;
	margin: 0 0 5px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 5px 0;
}

.construction {
	float: left;
	margin: 5px;
	width: 225px;
	height: 550px;
}

.construction img {
	max-height: 300px;
}

.construction1 {
	float: left;
	margin: 5px;
	width: 225px;
}

/*========================================================================================================================*/
/* responses to main */
.itemsCarouselWrapper {
	margin: 15px 0;
}

.itemsCarousel, .itemsCarousel2 {
	margin: auto;
}

.itemsCarousel2 {
	margin-top: 10px;
}

.back {
	width: 25px;
	height: 40px;
	position: absolute;
	left: -8px;
	top: 125px;
	z-index: 3;
	background: url(/img/left-btn.png) no-repeat;
	border: none;
	outline: none;
	cursor: pointer;
}

.back2 {
	width: 25px;
	height: 40px;
	position: absolute;
	left: -8px;
	top: 160px;
	z-index: 3;
	background: url(/img/left-btn.png) no-repeat;
	border: none;
	outline: none;
	cursor: pointer;
}

.next {
	width: 25px;
	height: 40px;
	position: absolute;
	right: 6px;
	top: 125px;
	z-index: 3;
	background: url(/img/right-btn.png) no-repeat;
	border: none;
	outline: none;
	cursor: pointer;
}

.next2 {
	width: 25px;
	height: 40px;
	position: absolute;
	right: 6px;
	top: 160px;
	z-index: 3;
	background: url(/img/right-btn.png) no-repeat;
	border: none;
	outline: none;
	cursor: pointer;
}

.itemsCarouselWrapper {
	position: relative;
}

.reviewCarousel {
	width: 245px;
	height: 250px;
	position: relative;
	margin-right: 15px;
	z-index: 2;
	background-color: #FCFCFC;
	border: 1px solid #D1CFCF;
	border-radius: 10px;
}

.photoCarousel {
	width: 245px;
	height: 300px;
	position: relative;
	margin-right: 15px;
	z-index: 2;
	background-color: #FCFCFC;
	border: 1px solid #D1CFCF;
	border-radius: 10px;
}

.carousel_photo {
	width: 235px;
	height: 290px;
	margin: auto;
	overflow: hidden;
	margin-top: 5px;
	border-radius: 10px;
	text-align: center;
	position: relative;
}

.carousel_photo img {
	max-width: 320px;
	max-height: 300px;
	position: absolute;
	top: -1000px;
	bottom: -1000px;
	left: -1000px;
	right: -1000px;
	margin: auto;
}

.review {
	text-align: center;
}

.review p {
	margin-bottom: 10px;
}

.review_img {
	width: 230px;
	height: 165px;
	overflow: hidden;
	margin: auto;
}

.review img {
	max-width: 220px;
	max-height: 150px;
	display: block;
	margin: 10px auto 10px auto;
}

.review_name {
	background: #fcfcfc url(/img/head_line.png) bottom center no-repeat;
	padding: 6px 0;
}

.review_name a {
	text-decoration: none;
	text-transform: uppercase;
}

#block_responses a {
	color: #ad1d20;
	font-size: 14px;
}

.leave_review {
	text-align: right;
	margin-right: 30px;
}

.leave_review a {
	font-size: 18px !important;
}

/* responses to main */
/*========================================================================================================================*/
.mini_photo_container {
	width: 5200px;
}

.mini_photo {
	text-align: center;
	line-height: 64px;
	float: left;
	width: 64px;
	height: 64px;
	margin: 0 20px 20px 0;
	border: #CCC 1px solid;
}

.mini_photo img {
	vertical-align: middle;
}

.response_list {
	margin-bottom: 40px;
	font-size: 14px;
}

.response_list_left {
	float: left;
	width: 185px;
	text-align: center;
}

.response_list_right {
	float: right;
	width: 830px;
	padding: 10px;
	background-color: #FCFCFC;
	border: 1px solid #DEDFDD;
	border-radius: 15px;
	/*height: 178px;*/
	position: relative;
	font-size: 16px;
	line-height: 25px;
}

.response_text_corner {
	width: 22px;
	height: 38px;
	position: absolute;
	left: -22px;
	top: 30%;
	background: url("/img/res_left.png") no-repeat;
}

.response_list_img {
	width: 150px;
	height: 180px;
	overflow: hidden;
	margin: auto;
	margin-top: 10px;
}

.response_list_right table {
	height: 178px;
	overflow: hidden;
}

.response_list_img table {
	width: 100%;
	height: 100%;
}

.response_list_img img {
	max-width: 147px;
}

.sorting {
	float: right;
	margin-top: 10px;
}

.delivery_tab {
	border-collapse: collapse;
	width: 100%;
}

.delivery_tab  td, th {
	padding: 5px;
	border: 2px solid grey;
}

th{
background: #581416 !important;
    color: #e2e2e2;}

.pagination .page_span, .pagination .page_a {
	display: block;
	float: left;
	border: 1px solid #d1cfcf;
	padding: 10px 15px;
	font-size: 18px;
}

.pagination .page_span {
	background-color: #9D3623;
	color: white;
}

.pagination .page_a {
	background-color: white;
	text-decoration: none;
}

.pagination {
	margin-bottom: 20px;
}

/*Блок стилей для любых информационных таблиц*/
.table {
	border-collapse: collapse;
	border-spacing: 0;
	color: #666;
	text-shadow: 1px 1px 0px #fff;
	background: #eaebec;
	border: #e0e0e0 1px solid;
	border-collapse: collapse;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.table th {
	font-weight: bold;
	padding: 21px 25px 22px 25px;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #e0e0e0;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed),
		to(#ebebeb));
	background: -moz-linear-gradient(top, #ededed, #ebebeb);
}

.table th:first-child {
	text-align: left;
	padding-left: 20px;
}

.table tr:first-child th:first-child {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
}

.table tr:first-child th:last-child {
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}
/*.table tr{
	text-align: center;
	padding-left:20px;
}*/
.table tr td:first-child {
	text-align: left;
	padding-left: 20px;
	border-left: 0;
}

.table tr td {
	padding: 10px;
/* 	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0; */
	border: 1px solid #e0e0e0;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb),
		to(#fafafa));
	background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

.table tr:nth-child(even) td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8),
		to(#f6f6f6));
	background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

.table tr:last-child td {
	border-bottom: 0;
}

.table tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.table tr:last-child td:last-child {
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.table p {
	margin: 0;
}

.table tr:hover td {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed),
		to(#f0f0f0));
	background: -moz-linear-gradient(top, #ededed, #f0f0f0);
}
/*Конец блока стилей для любых информационных таблиц*/
.door_description {
	margin: 20px 0;
}

.otdelki {
	width: 100%;
	text-align: center;
}

.otdelki img {
	max-width: 80px;
}

.all_link {
	text-align: right;
	margin-top: 20px;
}

.all_link a {
	color: #581416;
	font-size: 18px;
}

.zamki_furnitura td {
	padding: 10px;
}

.zamki_furnitura img {
	max-width: 157px;
}

.door_img {
	position: relative;
	display: inline-block;
}

.hit {
	position: absolute;
	top: -25px;
	left: -35px;
}

.hit_inside {
	position: absolute;
	top: -5px;
	left: -15px;
}

.slider_spec_links {
	width: 568px;
	height: 247px;
	float: left;
}

.slider_spec_links {
	background-image: url('/img/slider/slide2_1.jpg');
	background-repeat: no-repeat;
}

.slider_spec_link1 {
	width: 170px;
	margin-right: 10px;
}

.slider_spec_link2 {
	width: 175px;
	margin-right: 5px;
}

.slider_spec_link3 {
	width: 200px;
}

.slider_spec_link1, .slider_spec_link2, .slider_spec_link3 {
	float: left;
	height: 100%;
	display: block;
}

.aside_index img, .aside_index iframe {
	margin: 10px 0;
}

.aside_index span {
	display: block;
	color: #757575;
	font-size: 14px;
	text-align: center;
	text-decoration: underline;
}

.aside_index span:hover {
	text-decoration: none;
}

.optionsmain {
	max-width: 600px;
	margin-top: 14px;
}

.optionsmain tr td {
	vertical-align: middle;
	padding: 7px;
	text-transform: lowercase;
}

.optionsmain tr td a {
	color: #1b1919;
}

.optionsmain tr td:first-letter {
	text-transform: uppercase;
}

.furniture_container {
	text-align: center;
	margin-top: 40px;
}

.furniture_item_name {
	max-width: 200px;
	margin: auto !important;
}

.furniture_item {
	position: relative;
	margin: 5px;
	height: 200px;
	width: 220px;
	margin: auto;
}

.furniture_item img {
	max-height: 100px;
	max-width: 200px;
}

.option_manuf_image img {
	height: 50px;
}

.top_bar {
	position: fixed;
	display: none;
	color: #fff;
	z-index: 999;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 20px;
	height: 25px;
	line-height: 25px;
	padding: 10px 0;
	background: rgba(28, 28, 28, 0.7);
}

.top_bar__buy {
	display: inline-block;
	border-bottom: 3px solid #6B2418;
	line-height: 10px;
	margin-left: 20px;
	position: relative;
	top: -3px;
}

.top_bar__buy a {
	display: block;
	padding: 5px 7px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	padding: 10px 20px;
}

.termo {
	background-color: #581416;
	width: 100%;
	padding: 10px 0;
}

.termo p {
	text-align: center;
	font-weight: bold;
	color: white;
	font: 30px tahoma;
}

.index_actions {
	margin: 20px 0;
}

.index_actions li {
	height: 218px;
	width: 1080px;
}

.index_actions .span3 img {
	max-width: 345px;
}

.externalControl {
	text-align: center;
	margin-top: 10px;
}

.externalControl div {
	width: 8px;
	height: 8px;
	cursor: pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #581416;
	display: inline-block;
	margin-right: 5px;
}

.externalControl div.sl_active {
	background: #581416 !important;
}

.clock_action {
	background-image: url('/img/banner.jpg');
	background-repeat: no-repeat;
	width: 1065px;
	height: 214px;
	position: relative;
}

.header_basket {
	position: absolute;
	bottom: 76px;
	right: 5px;
}

.header_basket a {
	color: #fff;
	text-decoration: none;
}

.header_basket a:hover {
	text-decoration: underline;
}

.vitrina {
	margin: 20px 0;
}

.vitrina_types_header {
	padding: 5px 0 20px 0;
	text-align: center;
	font-size: 16px;
}

.vitrina_types_header a {
	color: #581416;
}

.vitrina_item {
	background-color: #FCFCFC;
	height: 300px;
	border: 1px solid #D1CFCF;
	border-radius: 7px;
	text-align: center;
	margin: 0 5px;
}

.vitrina_types {
	margin: 20px 0;
}

.vitrina_types_item {
	background-color: #FCFCFC;
	border: 1px solid #D1CFCF;
	border-radius: 7px;
	width: 420px;
	padding: 15px;
	height: 310px;
}

.vitrina_types_item:nth-child(odd) {
	float: left;
}

.vitrina_types_item:nth-child(even) {
	float: right;
}

.vitrina_types_right a {
	color: #000000;
}

.vitrina_types_left {
	float: left;
	width: 185px;
}

.vitrina_types_right {
	float: right;
	width: 180px;
	padding-left: 20px;
}

.vitrina_types_right ul {
	list-style-type: none;
}

.vitrina_types_group_title {
	font-size: 15px;
	margin: 7px 0;
}

.vitrina_types_price {
	text-align: center;
	padding: 20px 0 10px 0;
	font-size: 18px;
	color: #79282a;
}

.vitrina_types_labels {
	float: left;
	margin: 0 15px;
}

.vitrina_types_label_item {
	width: 120px;
	height: 77px;
	background: url(/img/bg.png) top left no-repeat;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	margin-bottom: 11px;
	font-size: 15px;
	line-height: 20px;
}

.vitrina_types_label_item:last-child {
	margin-bottom: 0;
}

.vitrina_types_label_item table {
	width: 100%;
	height: 100%;
}

.list_options {
	min-height: 175px;
}

.list_options table {
	width: 100%;
	border-collapse: collapse;
}

.list_options table td {
	border: 1px solid #e4e4e4;
}

.list_options a {
	color: #1b1919;
}

.portfolio_text {
	float: left;
}

.portfolio_price {
	font-size: 23px;
	margin-top: 20px;
}

.b-portfolio {
	margin: 20px 0;
}

.portfolio__item {
	background-color: #FCFCFC;
	border: 1px solid #D1CFCF;
	border-radius: 7px;
	text-align: center;
	padding: 10px;
	width: 310px;
	margin: 0 10px 15px 0;
}

.portfolio__img {
	max-width: 290px;
	max-height: 265px;
	margin: 0 auto 10px auto;
	overflow: hidden;
}

.portfolio__link a {
	font: bold 14px tahoma;
}

.span5_inner {
	text-align: center;
	font-size: 14px;
	margin: 0 5px;
	background: #fff;
	border: 1px solid #D1CFCF;
	padding: 15px 0;
}

.span5_inner img {
	max-width: 185px;
	max-height: 185px;
	margin-bottom: 10px;
}

.form_block_container {
	background: #fff;
	padding: 20px;
	border: 1px solid #D1CFCF;
	border-radius: 10px;
	font-size: 14px;
	margin: 20px 0;
}

.form_block_container>table {
	width: 100%;
}

.form_block_container input[type="text"] {
	margin: 10px;
	padding: 5px;
	width: 300px;
	border: 1px solid #aeaeae;
}

.form_block_container textarea {
	margin: 10px 0 0 0;
	padding: 5px;
	border: 1px solid #aeaeae;
}

.form_block_send {
	text-align: center;
}

.form_block_text {
	padding: 25px 0;
	font-size: 25px;
	text-align: center;
	color: #581416;
}

.window_form input[type="text"] {
	width: 437px;
    height: 39px;
    padding-left: 20px;
    margin-bottom: 20px;
    font-style: italic;
    font-size: 14px;
    border: 2px solid #D1D1D1;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.window_form input[type="button"] {
	width: 50%;
	height: 50px;
	outline: none;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.window_close {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	color: #d83a3a;
	font-size: 30px;
}

.window_overlay {
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
}

.window {
	display: none;
	background: #fff;
	position: fixed;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 25px;
	z-index: 999999;
	border-radius: 7px;
}

.order_window {
	width: 464px;
}

.window_title {
	font-size: 25px;
	text-transform: uppercase;
	color: #333333;
}

.order_window_title {
	font-size: 14px;
	line-height: 21px;
	color: #818181;
	font-style: italic;
	margin: 20px 0;
}

.close_window {
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
	color: #d83a3a;
	font-size: 25px;
}

.overlay {
	display: none;
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
}

.ajax_order {
	color: #fff;
	margin: 20px auto;
	cursor: pointer;
}

.ajax_result {
	color: red;
	margin: 10px 0;
	text-align: center;
	font-size: 18px;
}

.ajax_success {
	margin: 10px 0;
	text-align: center;
	font-size: 18px;
}

/* .fur .implement-mn {
	float:left;
	width:236px;
	color: #313232;
	font-size:14px;
	text-align:center;
	margin:20px 16px;
}

.fur a {
	color: #313232;
}

.fur .implement-mn img {
	border:1px solid #D1CFCF;
	max-width: 225px;
	max-height: 225px;
} */

.aside_index {
	width: 200px;
	margin: auto;
	padding-left: 10px;
}

.top_block_container {
	margin: 10px 0;
}

.top_block {
	text-align: center;
	margin: 0 10px;
	padding-top: 10px;
	background-color: #FCFCFC;
	border: 1px solid #D1CFCF;	
}

.top_block_name {
	padding: 2px 0 7px 0;
	font-size: 15px;
	color: #581416;
	font-weight: bold;
}

.top_block img {
	max-width: 220px;
}

.product_infoblock {
	border: 1px solid #D1CFCF;
	padding: 15px 10px;
	margin-bottom: 10px;
	font-size: 18px;
}

.product_infoblock1 {
	background: #fff url('/img/product_infoblock1.png') 10px 8px no-repeat;
}

.product_infoblock2 {
	background: #fff url('/img/product_infoblock2.png') 10px 8px no-repeat;
}

.stretch {
	margin: 20px 0;
	padding: 30px 10px;
	background: #fff url('/img/icon-phone.png') 15px 15px no-repeat;
	-webkit-background-size: 50px;
	background-size: 50px;
	border: 1px solid #D1CFCF;
	font-size: 25px;
	text-align: center;
}

.furn_links_container {
	text-align: center;
	margin-top: 20px;
}

.furn_links_inner {
	display: inline-block;
}

.furn_links {
	float: left;
	background: #581416;
	padding: 12px 30px;
	margin-right: 10px;
	font-size: 18px;
}

.furn_links a {
	text-decoration: none;
}

.furn_links a:hover {
	text-decoration: underline;
}

.furn_links:last-child {
	margin-right: 0;
}

.catlink {
	display: inline-block;
	background: #996054;
	background: -moz-linear-gradient(top, #996054 0%, #9e3623 100%);
	background: -webkit-linear-gradient(top, #996054 0%, #9e3623 100%);
	background: linear-gradient(to bottom, #996054 0%, #9e3623 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#996054', endColorstr='#9e3623', GradientType=0);
	border-bottom: 5px solid #6B2418;
	border-radius: 5px;
}

.catlink a {
	text-decoration: none;
	display: block;
	padding: 10px 20px;
	font-size: 18px;
}

.h2_line h2 {
	display: inline-block;
	width: auto;
	background: none;
	padding: 0;
}

.h2_line {
	background: url(/img/h1_head.png) bottom center no-repeat;
	padding: 10px 0 10px;	
}

.cut_block {
	box-shadow: -1px 2px 4px #B3B3B9;
	background: #fff;
	color: #000;
	margin: 20px 0 30px 0;
	padding: 10px 10px 10px 30px;
	position: relative;
}

.cut_block ul {
	margin: 0;
}

.cut_block:after {
	content: '';
	width: 53px;
	height: 52px;
	position: absolute;
	background: url('/img/right_angle.png') 0 0 no-repeat;
    right: -13px;
    top: -12px;
}

.cut_block:before {
	content: '';
	width: 65px;
	height: 65px;
	position: absolute;
	background: url('/img/left_angle.png') 0 0 no-repeat;
	left: -18px;
	bottom: -17px;
}

.cut_block_phone {
	font-size: 18px;
	font-weight: bold;
}

.cut_block.top_info {
    width: 860px;
    margin: 20px auto;
}