html,
body {
	margin: 0;
	padding: 0;
}
body {
	/* font-size: 87%; */
	font-family: Helvetica Light, sans-serif;
	color: #7C7C7C;
	line-height: 1.5;
}
a {
	color: #0072bc;
}
p {
	/* margin: 0 0 1em; */
}
img {
	border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #303030;
	/* line-height: 1.2em; */
}
h2 {
	font-size: 58px;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	font-size: 1px;
}
.c1,
.c2,
.c3,
.c4 {
	float: left;
}
.default .c2 {
    width: 100%;
}
#all {
	background-color: #fff;
}
#mobile {
	float: left;
	width: 300px;
	padding: 3px 0 0 20px;
	font-size: 0.8em;
	position: absolute;
}

#langs b,
#langs a {
	padding-left: 25px;
	margin: 4px 0 4px 20px;
}

#langs .en {
	background: url("/templates/default/images/ic-en.png") no-repeat 0 1px;
}
#langs .ru {
	background: url("/templates/default/images/ic-ru.png") no-repeat 0 1px;
}
#langs .rus a {
    /* margin-left: 0; */
}
#header {
	padding-top: 20px;
	
}
#header #logo {
	padding: 10px 0 0 0;
}
#header .slogan {
	font-size: 25px;
	text-align: center;
}

#header .tel {
	color: #666666;
	font-size: 42px;
	line-height: 28px;
	text-align: right;
}
#header .sendmsg {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 13px;
	float: right;
}
#menu {}
#menu ul {
	margin: 0;
	list-style: none;
	clear: both;
}
#menu > ul > li {
	display: inline-block;
}
#menu > ul > li > a {
	display: inline-block;
	font-size: 16px;
	line-height: 34px;
	font-family: Arial;
	/*padding: 0 40px;*/
	padding: 0 38px;
	color: #303030;
	text-decoration: none;
	box-sizing: border-box;
	border: solid 2px transparent;
	border-radius: 20px;
	transition: all .15s ease;
}
#menu ul > li > a:hover {
	border-color: #cdcdcd;
}

#menu ul li a.active {
	border-color: #cdcdcd;
}
#menu ul li.p1 {
	border-left: none;
}

#page.default #vitrina .vitrina h1 {
	color: #8a674c;
	font-size: 1.9em;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 1em 0px;
}
#page.default #vitrina .vitrina ul {
	list-style: none;
	color: #c50106;
	margin: 0 0 2em;
	padding: 0;
}
#page.default #vitrina .vitrina ul li {
	margin-bottom: 1em;
}
#page.default .c1 {
	
	width: 980px;
	padding-top: 20px;
	
}
#page.default .c2 {
	
	margin-right: 0px;
}
#page.default #products h3 {
	padding: 0 0 18px 0;
	border-bottom: 1px solid #cdcdcd;
	width: 434px;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 1em;
}
#page.default #products .product {
	margin: 0 9px 15px 9px;
	width: 178px;
	float: left;
}
#page.default #products .product a {
	text-decoration: none;
}
#page.default #products .product .pic,
#page.default #products .product .desc {
	float: left;
}
#page.default #products .product .pic {
	width: 178px;
}
#page.default #products .product .pic img {
	border: 1px solid #b49973;
	border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-radius-topleft: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-radius-topright: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-radius-bottomright: 6px;
	width: 176px;
	box-shadow: 0 0 3px;
}
#page.default #products .product .desc {
	width: 178px;
	margin: 0 7px 0 7px;
	text-align: center;
	font-size: 82.33%;
}
#page.default #products .product .desc h4 {
	margin: 0 0;
	font-size: 1.3em;
	font-weight: normal;
}
#page.default #products .product .desc .price {
	margin: 0.5em 0;
	color: #fff;
	background: #bb8b62;
	display: inline-block;
	padding-right: 10px;
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-radius-topleft: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-radius-topright: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-radius-bottomright: 3px;
}
#page.default #products .product .desc .price i {
	padding: 3px 5px 3px 10px;
	display: inline-block;
	background: #d7ad85;
	font-style: normal;
	border-right: 1px solid #fff;
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-radius-topleft: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius-bottomleft: 3px;
}
#page.default #products .products_header {
	padding-right: 180px;
	position: relative;
}
#page.default #products .products_header .index-price {
	background: none repeat scroll 0 0 red;
	border-radius: 10px 10px 10px 10px;
	color: white;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 180px;
}
#page.default .announce {
	margin-top: 30px;
	background: #fbf2e1;
	padding: 15px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topright: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomright: 10px;
}
#page.default .announce h4 {
	color: #592513;
	font-size: 1.2em;
	font-weight: normal;
	border-bottom: 1px solid #cdcdcd;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em 0;
}
#page.default .about {
	margin-top: 35px;
}
#page.default .afisha {
	border: 1px solid #b0a18b;
	padding: 15px;
	margin: 20px 0;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topright: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomright: 10px;
}
#page.default .afisha h3 {
	font-size: 1.3em;
	font-weight: normal;
	border-bottom: 1px solid #cdcdcd;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em 0;
}
#page.default .articles {
	margin: 10px 0 0 0;
	margin-bottom: 20px;
}

#page.inner .c1 {
	width: 658px;
}
#page.inner .c2 {
	
	width: 304px;
	
}
#page.inner .breadcrumbs {
	color: #7c7c7c;
	/* font-size: 0.8em; */
	padding: 6px 18px;
}
#page.inner .breadcrumbs a,
#page.inner .breadcrumbs a:visited {
	color: #7c7c7c;
}
#page.inner h1 {
	margin: 0 0 18px;
	padding: 6px 0;
	color: #303030;
	font-size: 25px;
	font-weight: normal;
}
#page.inner .errors {
	padding: 9px 18px;
	margin: 9px 0;
	background: #ffff99;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topright: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomright: 10px;
}
#page.inner .content {
	margin-bottom: 50px;
	min-height: 500px;
}
#page.inner form {
	padding: 18px 18px;
	margin-bottom: 18px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topright: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomright: 10px;
}
#page.inner form .field {
	margin-bottom: 1em;
}
#page.inner form label {
	display: block;
}
#page.inner form input[type='text'] {
	width: 394px;
}
#page.inner form textarea {
	width: 394px;
}
.category {
	/* padding: 0 18px; */
	margin-bottom: 15px;
}
.category .pic,
.category .desc {
	/* float: left; */
}
.category .pic {
	/* width: 220px; */
}
.imagemy {
  	width: 100%;
	height: 100%;
    overflow: hidden;
}
.imagemy img {
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
}

.imagemy img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}  
.category .pic img {
	border: 1px solid #d7d7d7;
	/* border-top-left-radius: 6px; */
	-moz-border-radius-topleft: 6px;
	-webkit-border-radius-topleft: 6px;
	/* border-top-right-radius: 6px; */
	-moz-border-radius-topright: 6px;
	-webkit-border-radius-topright: 6px;
	/* border-bottom-left-radius: 6px; */
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-radius-bottomleft: 6px;
	/* border-bottom-right-radius: 6px; */
	-moz-border-radius-bottomright: 6px;
	-webkit-border-radius-bottomright: 6px;
	/* box-shadow: 0 0 3px; */
	width: 100%;
}
.category .opisanie {
    text-align: justify;
}
.category .desc {
	margin-top: 20px;
}
.category .desc h4 {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: normal;
}
.category .desc .price {
	margin: 0.5em 0;
	color: #fff;
	background: #bb8b62;
	display: inline-block;
	padding-right: 10px;
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-radius-topleft: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-radius-topright: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-radius-bottomright: 3px;
}
.category .desc .price i {
	padding: 3px 5px 3px 10px;
	display: inline-block;
	background: #d7ad85;
	font-style: normal;
	border-right: 1px solid #fff;
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-radius-topleft: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius-bottomleft: 3px;
}
/*
	#page.type75 .content {
	padding: 18px 18px 9px;
	margin-bottom: 2em;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topright: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomright: 10px;
	}
*/
#page.type75 .tizers {
	border: 1px solid #d7d7d7;
	padding: 0 18px 9px;
	margin: 80px 0 25px 25px;
	background: #f0ede9;
	background: -moz-linear-gradient(top, #fff, #f0ede9);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0ede9));
	background: -o-linear-gradient(top, #fff, #f0ede9);
	background: linear-gradient(top, #fff, #f0ede9);
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topright: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomright: 10px;
	box-shadow: 0 0 3px;
}
.tizers {
    display: none;
}
#page.type75 .tizers .item {
	border-bottom: 1px solid #d7d7d7;
	padding: 18px 0;
}
#page.type75 .tizers .item a {
	font-size: 1.3em;
	font-weight: normal;
	display: block;
	text-decoration: none;
}
#page.type75 .tizers .item .tizer {
	margin-top: 0.25em;
}
#page.type75 .tizers .item.last {
	border-bottom: none;
}
.separate_tizers {
	margin: 57px 0 25px 25px;
	background: -moz-linear-gradient(center top, #ffffff, #f0ede9) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #d7d7d7;
	border-radius: 10px;
	box-shadow: 0 0 3px;
	padding: 0 18px 9px;
}
.separate_tizers .item {
	border-bottom: 1px solid #d7d7d7;
	padding: 18px 0;
}
.separate_tizers .item a {
	display: block;
	font-size: 1.3em;
	font-weight: normal;
	text-decoration: none;
}
.separate_tizers .item .tizer {
	margin-top: 3px;
}
.separate_tizers .last {
	border-bottom: medium none;
}
.separate_tizers .count_cost a {
	background: url("/templates/default/images/ic-count.gif") no-repeat 0 3px;
}

.separate_tizers .choose_color a {
	background: url("/templates/default/images/ic-color.gif") no-repeat 0 4px;
}
#footer {
	background: none repeat scroll 0 0 #D7D7D7;
	color:#666666;
	padding: 24px 20px;
}
#footer .c1 {
	width: 470px;
}
#footer .c2,
#footer .c3 {
	width: 235px;
}
#footer .copy,
#footer .text_foot,
#footer .tel2,
#footer .adress,
#footer .madein {
	color: #FFFFFF;
	font-size: 1em;
}
#footer .copy {
	font-weight: bold;
	margin-bottom: 1em;
}
#footer .text_foot {
	margin-bottom: 1em;
}
#footer .madein {
	text-align: right;
	margin-top: 2em;
}

#footer ul {
    padding: 0 !important;
	list-style: inside none none !important;
}

#footer ul a{
	color: #666666;
}
#footer .tel {
    font-size: 30px;
}

#footer .callme_viewform {
    margin-top: 10px;
}
#gdekupit h3 {
	font-weight: normal;
	font-size: 1.4em;
}
#gdekupit table {
	width: 100%;
}
#gdekupit th {
	vertical-align: top;
	padding: 0px;
	background: none;
}
#gdekupit th h4 {
	font-size: 1em;
	font-weight: normal;
	background: #d7d7d7;
	margin: 0;
	text-align: left;
	color: #000;
	padding: 0.5em 1em;
	border-radius: 3px 0px 0px 3px;
}
#gdekupit td {
	vertical-align: top;
	padding: 0px;
	border: 0px;
}
#gdekupit td p {
	background: #d7d7d7;
	margin: 0 0 0.25em 3px;
	padding: 0.5em 1em;
	border-radius: 0px 3px 3px 0px;
}
.content h2 {
	text-decoration: none;
	font-size: 20px;
}
.content ul {
	list-style: none;
	margin: 1em 0 1em 1.3em;
	padding: 0 0 0 40px;
}
.content ul li {
	text-indent: 0;
	margin: 0 0 0.8em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.content ul li {
	list-style: outside;
	tetx-indent: 0;
}
.content .images {
	border: 1px solid #8a674c;
	padding: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topright: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomright: 10px;
}
.content table {
	border-collapse: collapse;
}
.content table th {
	/* color: #fff; */
	/* background: #d7d7d7; */
	padding: 0.5em 1em;
	border: 1px solid #cdcdcd;
}
.content table td {
	border: 1px solid #cdcdcd;
	padding: 0.5em 1em;
}
.afterlist {
	border-top: 1px solid #cdcdcd;
	padding: 9px 18px;
}
#page.type78 .map {
	background: #fbf2e1;
	padding: 18px 18px 18px;
	margin: 1em 0 2em;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topright: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomright: 10px;
}
/* color select */
#featured {
	text-align: left;
	width: 600px;
	height: 730px;
	padding-right: 300px;
	position: relative;
}
#featured ul.ui-tabs-nav {
	position: absolute;
	top: 0;
	left: 620px;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 300px;
}
#featured ul.ui-tabs-nav li {
	padding: 1px 0;
	padding-left: 13px;
	font-size: 12px;
	color: #666;
}
#featured ul.ui-tabs-nav li:before {
	content: none;
}
#featured ul.ui-tabs-nav li img {
	float: left;
	margin: 2px 5px;
	background: #fff;
	padding: 2px;
	border: 1px solid #eee;
}
#featured ul.ui-tabs-nav li span {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 52px;
	margin-left: 20px;
}
#featured li.ui-tabs-nav-item a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	height: 52px;
	line-height: 52px;
	padding: 0 10px;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #cdcdcd;
	border-radius: 10px;
	text-decoration: none;
}
#featured li.ui-tabs-nav-item a:hover {
	text-decoration: none;
	color: #fff;
	background: #FF0000;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a {
	color: #fff;
	background: #FF0000;
	border: 1px solid #333;
	border-radius: 10px;
}
#featured .ui-tabs-panel {
	width: 600px;
	height: 730px;
	position: relative;
}
#featured .ui-tabs-panel .info {
	position: absolute;
	padding: 10px;
	bottom: 20px;
	left: 10px;
}
#featured .info h2 {
	font-size: 18px;
	font-family: Georgia, serif;
	color: #D12B21;
	padding: 5px;
	margin: 0;
	overflow: hidden;
}
#featured .info p {
	margin: 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333;
	line-height: 1.3;
}
#featured .info a {
	text-decoration: none;
	display: inline-block;
	width: 220px;
	line-height: 1.3;
	color: #000;
	padding-left: 10px;
	border-radius: 5px;
}
#featured .info a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #D12B21;
}
#featured .ui-tabs-hide {
	display: none;
}
/* РЅРѕРІРѕСЃС‚Рё */
#page.type13 .c1{
    width: inherit;
    padding: 0 18px;
}
#page.type47 .c1{
    width: 944px;
    padding: 0 18px;
}
#page.type13 li {
    list-style: none;
	clear: both;
	
}
td.news_content {
    vertical-align: top;
    padding: 5px 5px 20px 5px;
}
tr.news_block {
}

.news_pic {
    width: 210px;
    text-align: center;
	padding-top: 5px;
    padding-bottom: 5px;
}

.news_title  {
    text-decoration: none;
    font-size: 1.3em;
}

.news_title {
    margin: 5px 0;
}

.news_more {
    text-decoration: underline;
} 

/* --- Pagination --- */
div.k2Pagination {padding:8px;margin:24px 0 4px 0;text-align:center;color:#999;}
div.userItemList + div.k2Pagination {clear: both;}

/* --- Pagination (additional styling for Joomla! 1.6+) --- */
div.k2Pagination ul {text-align:center;}
div.k2Pagination ul li {
	display:inline; 
	background-color: #e2e2e2; 
	padding: 6px; 
	margin: 4px;
	line-height: 38px;
}
.k2Pagination a {
    text-decoration: underline;
    font-weight: bold;
}

.k2Pagination a.active {
    text-decoration: none;
    font-weight: normal;
}
/* СЃС‚СЂР°РЅРёС†Р° СЃ РЅРѕРІРѕСЃС‚СЊСЋ */
#news .date {
    padding-top: 10px;
    text-align: right;
    border-top: 1px solid #d7d7d7;
    clear: both;
    margin-top: 30px;
}

#page.inner #news .content {
    padding-bottom: 18px;
}

#news .content .pic {
    float: right;
    margin: 0 0 15px 15px;
}

#news .in img {
	width: 221px;
	border: none;  
	border-radius: 0; 
	box-shadow: none; 
}

.news_pic img {
	/*  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: scale(1);
	transform: scale(1); */
	width: 200px;
}

.news_block:hover .news_pic img {
    /* -webkit-transform: scale(1.05);
	transform: scale(1.05); */
}
tr.news_block:hover {
    background: none repeat scroll 0 0 #D7E5F2;
    border-radius: 3px !important;
    color: #333333;
}

tr.news_block:hover td.news_pic, 
tr.news_block:hover td.news_content {
    outline: 1px solid #D7E5F2;
}


.type13 .list_link_img_bg {
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    height: inherit;
    float: none;
    border: none;
    background: transparent;
}

.table {
    display: table;
}
.table-row {
    display: table-row;
}
.table-cell {
    display: table-cell !important;
}

.content_news{
	/* min-width:734px; */
}

.pz_left{
	float:left;
	width:50%;
	margin-bottom: 20px;
}

#page.inner.type44 .content .pz_left ul li,
#page.inner.type44 .content .pz_left ul{
	margin:0;
}
div#page {
    /* padding-bottom: 30px; */
}
#page.inner form label {
    padding: 5px 0;
}

#page.inner form input[type='text'] {
    width: 100%;
}

#page.inner form textarea {
    width: 100%;
    resize: vertical;
    padding: 1px;
}
div#mainpart {
    min-height: 600px;
}
#contFrm input#send:hover {
    cursor: pointer;
}
/*---------------------------------------------*/
.free-call{
	font-size: 15px;
    letter-spacing: 3px;
    margin-right: 5px;
}

.navbar-default {
    background: none;
    border: none;
}

.navbar-header,.con {
    border-bottom: 2px solid #CDCDCD;
    margin-bottom: 20px;
}

a:focus, a:hover {
    color: #303030;
}

.navbar-toggle {
    margin-top: 0;
}

.but-bor{
	border: 2px solid #cdcdcd;
	border-radius: 15px;
	padding: 4px 20px;
	text-decoration: none !important;
	transition: 0.5s;
}
.but-bor:hover {
    color: #342B84 !important;
    border-color: #342B84 !important;
}
.but-bor:focus {
    outline: none;
}
p .but-bor {
    line-height: 47px; 
}

.vid iframe {
    height: 450px;
    width: 100%;
}
.vid {
    padding: 0;
}

div#grey {
    background: none repeat scroll 0 0 #e6e6e6;
    /* padding-bottom: 30px; */
    padding-top: 1px;
    text-align: center;
}

.con-left {
    padding-right: 30px;
    text-align: right;
}

.con-left,.con-right {
    padding-bottom: 15px;
}

.con-right {
    padding-left: 30px;
}

#cop{
	border-top: 2px solid #cdcdcd; 
	padding-bottom: 7px; 
	padding-top: 7px; 
	background: none repeat scroll 0 0 #d7d7d7;
}

.title-adv {
    font-size: 16px;
    margin-top: 10px;
}

.img-adv {
    height: 170px;
    width: 170px;
    border: 2px solid #cdcdcd;
    padding: 48px;
    border-radius: 100%;
    margin: 0 auto;
    margin-top: 15px;
}

.icons-adv {
	margin-bottom: 15px;
	margin-top: 15px;
}

.con {
    padding-bottom: 15px;
}
div#vitrina {
    z-index: 2;
    position: relative;
}
ul.bxslider img {
    display: none;
}

.shop {
    margin-bottom: 20px;
	margin-top: 20px;
}

.shop img {
    width: 100%;
}

div#vitrina {
	margin-bottom: 20px;
}

.vidgal iframe {
    width: 100%;
    margin: 15px 0;
}

.contact-map {
    margin-bottom: 20px;
}

.but1, .but2 {
    text-align: center;
    margin: 15px 0;
}

.qr1,.qr2 {
    text-align: center;
}

.contact-info h2 {
    margin-top: 0;
}
.content img {
    max-width: 100%;
}

p.form-iframe iframe {
    width: 100%;
    height: 550px;
	border: none;
}
.download {
    font-size: 16px;
    color: #393185 !important;
    text-decoration: underline;
}
.download:before {
	content: '';
	background-image: url('/images/pdficon.png');
	width: 17px;
	height: 17px;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 5px;
}
.all_block {
    border: 1px solid #cdcdcd;
    margin-bottom: 30px;
    text-align: center;
}

.descr {
    border-top: 1px solid #cdcdcd;
    padding: 5px 0;
    line-height: 3;
	text-align: center;
}
.descr.descr-long {
    line-height: 1.5;
}
img.float {
    float: left;
    margin: 0 15px 15px 0;
    max-width: 270px;
}
img.float-right{
	float: right;
	margin: 0 0 15px 15px ;
    max-width: 270px;
}
.table th {
    vertical-align: middle !important;
}

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

.foridea .col-lg-4 {
    margin-bottom: 20px;
}
.foridea{
	margin-top:20px;
}

.all_block2 img {
    border: 1px solid #CDCDCD;
    margin-bottom: 10px;
}

.all_block2 {
    margin-bottom: 30px;
}

span.title-komplekt {
    color: #3B3385;
}

span.imp {
    color: red;
}
.img-adv img {
    width: 70px;
}
div#langs {
    display: -moz-box;
}
.tel a {
    color: #666666;
}

.tel a:hover,
.tel a:focus,
a#tel:hover,
a#tel:focus{
    text-decoration: none;
}
a#tel {
    color: #7C7C7C;
}

.sm-vis,
.xs-vis{
	display: none;
}
.social-mob{
	display: none;
}
.icons-adv .col-xs-2,
#products .col-xs-2,
#products .visible-xss{
	display: none;
}

/*Mebel*/
.mebel p {
}

.mebel .fancybox img {
	border: 1px solid #D7D7D7;
}

.mebel .gray_block {
    background: #f5f5f5;
    padding: 20px 25px;
    line-height: 1.4;
    border: 5px solid white;
    box-sizing: border-box;
}
.mebel .gray_block p {
	text-align: left !important;
}
.mebel h3 {
	margin: 30px 15px;
}

@media (min-width: 992px) and (max-width: 1200px){
	#header .slogan {
		font-size: 22px;
	}
	#header .tel {
		font-size: 40px;
	}
	
	.free-call {
		margin-right: 0px;
	}
	#menu > ul > li > a {
		padding: 0px 24px;
	}
	
	#langs a {
		margin-left: 15px;
	}
	.img-adv {
		height: 150px;
		width: 150px;
		padding: 38px;
	}
}

@media (max-width: 992px){
	
}

@media (min-width: 768px) and (max-width: 991px){
	.sm-none{
		display:none;
	}
	.sm-vis{
		display:block;
	}
	#header .slogan {
		font-size: 20px;
		text-align: left;
		margin-top: 10px;
	}
	
	.free-call {
		
	}
	
	#header {
		padding-top: 10px;
	}
	
	#menu > ul > li > a {
		padding: 0px 8px;
	}
	
	#langs a {
		margin-left: 7px;
	}
	#footer .tel {
		text-align: left;
		display: inline-block;
		line-height: 42px;
	}
	
	#footer .callme_viewform {
		display: inline-block;
		float: right;
		margin-left: 19px;
		margin-top: 11px;
	}	
	.img-adv {
		height: 130px;
		width: 130px;
		padding: 33px;
	}
	
	.img-adv img {
		width: 60px;
	}
	
	.title-adv {
		font-size: 15px;
	}
	
	.col-sm-15 {
		padding: 0;
	}
	p.form-iframe iframe {
		height: 550px;
	}
	
}
@media (max-width: 768px){
	.xs-none{
		display:none;
	}
	
	.xs-vis{
		display:block;
	}
	
	#header .tel {
		font-size: 27px;
	}
	
	.free-call {
		font-size: 14px;
		float: right;
		letter-spacing: normal;
		margin: 0;
	}
	
	#header .slogan {
		font-size: 15px;
		margin-top: 10px;
		text-align: left;
	}
	
	#header #logo img {
		width: 90%;
		max-width: 204px;
	}
	
	#header {
		padding-top: 10px;
	}
	
	#menu > ul > li > a {
		display: block;
		font-size: 20px;
	}
	
	#menu > ul > li {
		display: block;
		border-bottom: 1px solid #CDCDCD;
	}
	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		padding: 0;
		border-bottom: 1px solid #CDCDCD;
	}
	
	.navbar-header {
		margin-bottom: 0;
	}
	
	#menu ul > li > a:hover {
		border-color: transparent;
	}
	
	div#langs {
		padding: 0 40px;
	}
	
	.rus a, 
	.ger a, 
	.brit a{
		float: left !important;
	}
	
	#langs .rus a {
		margin-left: 20px;
	}
	
	#langs .brit a {
		margin-left: 0;
	}
	
	#langs a {
		margin: 7.5px 0 7.5px 20px;
	}
	
	#header .logo-title {
		width: 100%;
		padding-right: 0;
	}
	#header .header-phone{
		width:100%;
	}
	
	#header .free-call {
		width: 100%;
	}
	
	#header .sendmsg {
		margin-top: 15px;
		font-size: 17px;
		margin-right: 12.5%;
	}
	
	#header .tel {
		width: 50%;
		display: inline-block;
	}
	#menu ul li a.active {
		border-color: transparent;
		font-weight: bold;
	}
	h2 {
		font-size: 37px;
	}
	.but-bor{
	    font-size: 17px;
	}
	.vid iframe{
		height:350px;
	}
	#cop{
		padding-bottom: 44px; 
	}
	.con-left, .con-right {
		width: 100%;
		text-align: center;
		padding: 10px;
		font-size: 16px;
		line-height: 24px;
	}
	.icons-adv .col-xs-2,
	#products .col-xs-2{
		display: block;
	}
	.img-adv {
		height: 100px;
		width: 100px;
		padding: 28px;
	}
	
	.img-adv img {
		width: 40px;
	}
	
	div#vitrina {
		margin-bottom: 50px;
	}
	p.form-iframe iframe {
		height: 545px;
	}
	
	
}
@media (max-width: 600px){
	p.form-iframe iframe {
		height: 720px;
	}
}
@media (max-width:550px){
	
	
	#header .sendmsg {
		margin-right: 0;
	}
	
	#header .tel {
		text-align: left;
	}
	#footer .text_foot {
		width: 100%;
		font-size: 16px;
		margin-bottom: 0;
	}
	
	#footer ul {
		margin: 0;
	}
	
	#footer ul li {
		margin: 5px 0;
	}
	
	#footer .text_foot {
		width: 80%;
	}
	#footer .social-none{
		display: none;
	}
	#footer .tel-foot{
		width:100%;
	}
	.social-mob{
		display:block;
	}
	#footer .social-mob {
		width: 20%;
		float: right;
		text-align: r;
	}
	
	.fb a, .tw a, .vk a, .instagram a, .yt a, .gplus a {
		margin: 10px 0;
		float: right !important;
	}
	.category{
		width:100%;
	}
	
	.descr {
		line-height: 1.5;
	}
	.image-descr {
		width: 100%;
	}
	img.float,
	img.float-right{
		float: none;
	    display: block;
	}
	p.form-iframe iframe {
		height: 786px;
	}
	
}

@media (max-width:480px){
	#header .header-phone {
		padding-bottom: 15px;
		padding-top: 5px;
	}
	
	#header .tel {
		width: 100%;
		text-align: center;
		font-size: 30px;
	}
	
	#header .sendmsg {
		float: none;
		text-align: center;
	}
	.vid iframe{
		height:250px;
	}
	.icons-adv .col-xs-4,
	#products .col-xs-4	{
		width:50%;
	}
	.icons-adv .col-xs-4 {
		display: inline-block;
		width: 100%;
	}
	.content .mebel table{
		margin-left: -25px;	
	}	
	.content .mebel table td {
		padding: 0;
		font-size: 12px;	
	}
		
	.img-adv {
		height: 65px;
		width: 65px;
		padding: 10px;
		float: left;
		margin-right: 15px;
		border: none;
		margin-top: 0;
	}
	
	.title-adv {
		text-align: left;
		float: left;
	}
	
	.icons-adv .col-xs-2,
	.icons-adv .clearfix.visible-xs,
	#products .col-xs-2,
	#products .clearfix.visible-xs{
		display:none !important;
	}
	#products .visible-xss{
		display:block !important;
	}
	.item-icon.i5,
	.icons-adv .i5{
		width: 100% !important;
	}
	
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
	.col-sm-15 {
        width: 20%;
        float: left;
	}
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
	}
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
	}
}

@media (max-width: 1100px) and (min-width: 768px) {
	.mebel .button {
		padding: 15px !important;
		font-size: 16px !important;
	}
	}
.social-none{
	display: none;
}
.tel-foot{
	float: right;
}
#cop{
	font-size: 12px;
	display: none;
}
.qr1{
	display: none;
}
.qr2{
	display: none;
}
.dddv img{
	display: block;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}