@font-face {
	font-family: 'Roboto Bold';
	src: url(/fonts/roboto-bold-webfont.eot);
	src: url(/fonts/roboto-bold-webfont.eot?#iefix) format('embedded-opentype'),
		 url(/fonts/roboto-bold-webfont.woff2) format('woff2'),
		 url(/fonts/roboto-bold-webfont.woff) format('woff'),
		 url(/fonts/roboto-bold-webfont.ttf) format('truetype'),
		 url(/fonts/roboto-bold-webfont.svg#robotobold) format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto Italic';
	src: url(/fonts/roboto-italic-webfont.eot);
	src: url(/fonts/roboto-italic-webfont.eot?#iefix) format('embedded-opentype'),
		 url(/fonts/roboto-italic-webfont.woff2) format('woff2'),
		 url(/fonts/roboto-italic-webfont.woff) format('woff'),
		 url(/fonts/roboto-italic-webfont.ttf) format('truetype'),
		 url(/fonts/roboto-italic-webfont.svg#robotoitalic) format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url(/fonts/roboto-regular-webfont.eot);
	src: url(/fonts/roboto-regular-webfont.eot?#iefix) format('embedded-opentype'),
		 url(/fonts/roboto-regular-webfont.woff2) format('woff2'),
		 url(/fonts/roboto-regular-webfont.woff) format('woff'),
		 url(/fonts/roboto-regular-webfont.ttf) format('truetype'),
		 url(/fonts/roboto-regular-webfont.svg#robotoregular) format('svg');
	font-weight: normal;
	font-style: normal;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
sup{
	font-size:11px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #1897c1;
	text-decoration: none;
}
a:hover {
	color: #323232;
	text-decoration: none;
}
.border-box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.clr:after {
	content: '';
	display: table;
	clear: both;
}
.positioner {
	width: 1170px;
	margin: 0 auto;
}
.positioner:after {
	content: '';
	display: table;
	clear: both;
}
/********text********/
.text h1, .text h2, .text h3, .text h4, .text strong {font-weight: bold;}
.text ul {
	list-style-type: disc;
	padding: 18px 40px;
}
.text ol {
	padding: 18px 40px;
	list-style-type: decimal;
}
.text em {font-style: italic;}
.text td,
.text th {
	border: 1px solid #ccc;
	padding: 7px;
}
.r-img{
	max-width: 100%;
}
.text tr:nth-child(odd) {background: #eee;}
/*********text********/
.fl-l {float: left;}
.fl-r {float: right;}
.col1 {width: 170px;}
.col2 {width: 270px;}
.col3 {width: 370px;}
.col4 {width: 470px;}
.col5 {width: 570px;}
.col6 {width: 670px;}
.col7 {width: 770px;}
.col8 {width: 870px;}
.col9 {width: 970px;}
.marg-r {margin-right: 30px;}
.marg-t {margin-top: 30px;}
.pad-t{padding-top: 30px;}
.pad-t-b{
	padding-top: 60px;
}
.logo{
	text-align: center;
}
.clearfix:after {
	display: table;
	content: '';
	clear: both;
}
body, html {height: 100%;}
body {
	background: #fff url(/images/body-bg.png) left 50px repeat-x;
	color: #333;
	font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0;
}
#breadcrumbs {
	background: #962219;
	color: #fff;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 14px;
	-weblit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	margin-bottom: 30px;
}
#breadcrumbs a {
	color: #fff;
}
#breadcrumbs a, #breadcrumbs span {padding: 0 6px;}
#breadcrumbs a:first-child {padding-left: 0;}
#breadcrumbs a:hover {
	color: #fff;
	text-decoration: underline;
}
#page {
	position: relative;
	min-height: 100%;
}
#header {
	position: relative;
}
.header-top {
    background: #333333;
    padding: 5px 0;
    position: fixed;
    margin-bottom: 5px;
    width: 100%;
    z-index: 99999;
}
.header-bottom {
	/*margin-bottom: 60px;*/
}
.header-bottom {
	padding-top: 55px;
}
#nav {
	position: relative;
}
#top-menu {
	position: relative;
}
#top-menu li {
	float: left;
	margin-right: 20px;
}
#top-menu li:last-child {
	margin-right: 0;
}
#top-menu li a {
	height: 40px;
	display: block;
	font-size: 14px;
	line-height: 39px;
	color: #ffffff;
	text-transform: uppercase;
	opacity: .5;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#top-menu li.current a, #top-menu li a:hover {
	opacity: 1;
}
.logo {

}
.search {
	position: relative;
	text-align: center;
	margin-top: 20px;
}
.search input[type="text"] {
	width: 75%;
	height: 31px;
	padding: 6px 7px;
	background: #ffffff;
	border: 1px solid #d9d9d9;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.search input[type="text"]:focus {
	border-color: #aaa;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
}
.search input[type="submit"] {
	display: none;
}
.search input[type="submit"] + label, .butt {
	display: inline-block;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	padding: 8px 20px;
	background: #962219;
	/*background: -webkit-linear-gradient(top, #474747 0%,#333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#474747), color-stop(100%,#333333));
	background: -moz-linear-gradient(top, #474747 0%, #333333 100%);
	background: -ms-linear-gradient(top, #474747 0%,#333333 100%);
	background: -o-linear-gradient(top, #474747 0%,#333333 100%);
	background: linear-gradient(to bottom, #474747 0%,#333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#333333',GradientType=0 );*/
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: none;
	transition: none;
	/*-webkit-box-shadow: inset -1px -1px 0 0 rgba(0,0,0,.5);
	-moz-box-shadow: inset -1px -1px 0 0 rgba(0,0,0,.5);
	-o-box-shadow: inset -1px -1px 0 0 rgba(0,0,0,.5);
	box-shadow: inset -1px -1px 0 0 rgba(0,0,0,.5);*/
	color: #fff;
	cursor: pointer;
	margin-left: 10px;
	vertical-align: middle;
}
.butt {margin-left: 0;}
.search input[type="submit"] + label:hover, .butt:hover {background: #333;color: #fff;}
.header-phone {
	text-align: right;
}
.header-phone span {
	color: #fff;
	font: normal 27px 'Roboto Bold';
}
#shop-cart {
	float: right;
}
#shop-cart > div {
	min-width: 170px;
	height: 70px;
	padding: 0 17px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border: 1px solid #d9d9d9;
	background: #ffffff;
	background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.cart a {
	color: #962219;
}
.cart a:hover {color: #333;}
.cart-isnotempty strong, .cart-isempty strong {
	display: block;
	color: #962219;
	font-size: 19px;
	text-transform: uppercase;
	padding: 7px 0 0;
}
.catalog-menu > li {
	position: relative;
	border-top: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
}
.catalog-menu > li:last-child {
	border-bottom: 1px solid #d9d9d9;
}
.catalog-menu > li > a {
	display: block;
    padding: 7px 10px;
    font-size: 16px;
	color: #333333;
	background: #ffffff;
	background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
}
.catalog-menu > li > a:before {
	content: '\f105';
	width: 18px;
	height: 18px;
	display: inline-block;
	margin: 0 11px 0 0;
	padding: 0 0 0 2px;
	font: normal 16px/18px 'FontAwesome';
	color: #ffffff;
	text-align: center;
	background: #962219;
	/*background: -webkit-linear-gradient(top, #53ad37 0%,#3f9923 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#53ad37), color-stop(100%,#3f9923));
	background: -moz-linear-gradient(top, #53ad37 0%, #3f9923 100%);
	background: -ms-linear-gradient(top, #53ad37 0%,#3f9923 100%);
	background: -o-linear-gradient(top, #53ad37 0%,#3f9923 100%);
	background: linear-gradient(to bottom, #53ad37 0%,#3f9923 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53ad37', endColorstr='#3f9923',GradientType=0 );*/
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset -1px -1px 0 0 rgba(0,0,0,.3);
	box-shadow: inset -1px -1px 0 0 rgba(0,0,0,.3);
}
.catalog-menu > li > a:hover, .catalog-menu > li.current > a {
	color: #962219;
}
.catalog-menu > li > a:hover:before, .catalog-menu > li.current > a:before {
	background: #333333;
	background: -webkit-linear-gradient(top, #474747 0%,#333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#474747), color-stop(100%,#333333));
	background: -moz-linear-gradient(top, #474747 0%, #333333 100%);
	background: -ms-linear-gradient(top, #474747 0%,#333333 100%);
	background: -o-linear-gradient(top, #474747 0%,#333333 100%);
	background: linear-gradient(to bottom, #474747 0%,#333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#333333',GradientType=0 );
}
.catalog-menu ul {display: none;}
.catalog-menu ul li {
	border-width: 1px 0 0 0;
}
.catalog-menu ul li:last-child {
	border-bottom: 0;
}
.catalog-menu ul li a {
	padding-left: 30px;
}
.catalog-menu ul ul li a {
	padding-left: 50px;
}
.catalog-menu > li.current > ul, .catalog-menu > li.active > ul {
	display: block;
}
.slider-wrapper {
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	z-index: 1;
	border: 1px solid #d9d9d9;
	padding: 10px;
	margin-bottom: 10px;
}
.nivo-directionNav {
	position: absolute;
	z-index: 9;
	right: 10px;
	bottom: 60px;
}
.nivo-directionNav a {
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: top;
	color: #333333;
	cursor: pointer;
	opacity: .5;
}
.nivo-directionNav a:before {
	display: block;
	font: 20px/24px 'FontAwesome';
	text-align: center;
}
.nivo-directionNav a.nivo-prevNav:before {content: '\f104';}
.nivo-directionNav a.nivo-nextNav:before {content: '\f105';}
.nivo-directionNav a:hover {opacity: 1;}
.module {position: relative;}
.module > div {position: relative;}
.cat-main-wrap > div {
	width: 430px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #d9d9d9;
	text-align: right;
	position: relative;
	z-index: 1;
	background: #ffffff;
	background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.cat-main-wrap > div:nth-child(2n) {
	margin-right: 0;
}
.cat-main-wrap > div:nth-child(2n) + div {
	clear: left;
}
.cat-main-wrap .desc {
	padding: 0 160px 0 40px;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.cat-main-wrap .photo {display: inline-block;}
.cat-main-wrap .desc h3 a {
	margin: 20px 0 0 0;
	font-size: 22px;
	line-height: 1em;
	color: #962219;
	-webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	-moz-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	-ms-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	-o-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	display: block;
}
.cat-main-wrap .desc p {
	margin: 3px 0 0 0;
	line-height: 1.5em;
	color: #777777;
}
.cat-main-wrap .desc .but-wrap {
	margin: 10px 0 0 0;
}
.cat-main-wrap .desc .but-wrap a:hover {color: #fff;}
.separate-heading {
	margin: 20px 0 30px;
	padding: 10px 20px;
	font-size: 14px;
	border: 1px solid #d9d9d9;
	position: relative;
	z-index: 1;
	background: #ffffff;
	background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.prod-main > div {
	overflow: hidden;
	padding: 0 0 20px 0;
	background: #ffffff;
	border: 1px solid #d9d9d9;
	text-align: center;
}
.prod-main > div:nth-child(3n) {
	margin-right: 0;
}
.prod-main > div:nth-child(3n) + div {
	clear: left;
}
.prod-main .photo {
	padding: 20px;
}
.prod-main .photo img {
	max-width: 100%;
	vertical-align: middle;
}
.prod-main .desc {
	text-align: center;
}
.prod-main .desc h3 {
	overflow: hidden;
	padding: 12px 20px 0 20px;
	position: relative;
	-webkit-box-shadow: inset 0 10px 20px -10px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 10px 20px -10px rgba(0,0,0,.4);
	-o-box-shadow: inset 0 10px 20px -10px rgba(0,0,0,.4);
	-ms-box-shadow: inset 0 10px 20px -10px rgba(0,0,0,.4);
	box-shadow: inset 0 10px 20px -10px rgba(0,0,0,.4);
}
.prod-main .desc h3 a {
	font-size: 14px;
	color: #962219;
}
.prod-main .desc .summary {
	padding: 0 20px;
	font-size: 12px;
	color: #777777;
}
.price {
	margin: 10px 0px;
	font-size: 20px;
	color: #333;
	display: block;
}
#footer {
	margin: 30px 0 0;
	clear: both;
	position: relative;
}
.footer-bg {
	padding: 30px 0 45px;
	background: #f2f2f2;
	background: -webkit-linear-gradient(top, #fafafa 0%,#f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f2f2f2));
	background: -moz-linear-gradient(top, #fafafa 0%, #f2f2f2 100%);
	background: -ms-linear-gradient(top, #fafafa 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top, #fafafa 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom, #fafafa 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f2f2f2',GradientType=0 );
}
.footer-menu h3 {
	font: normal 14px "Roboto";
	color: #333333;
}
.footer-menu li {
	padding: 11px 0 0;
}
.footer-menu li a {
	color: #777777;
}
.footer-menu li a:hover {
	color: #962219;
}
.footer-contacts {
	font-size: 21px;
	color: #962219;
}
.footer-contacts p {
	padding: 11px 0 0;
}
.copyright {
	padding: 20px 0;
}
.cat-index-wrap > div:nth-child(3n) {margin-right: 0;}
.cat-index-wrap > div:nth-child(3n) + div {clear: left;}
.cat-index-wrap .photo {
	margin-right: 10px;
}
#cip-main {
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	z-index: 2;
	padding: 5px;
	background: #fff;
}
#cip-main img {
	vertical-align: middle;
	max-width: 100%;
}
.cat-index-wrap .desc {
	margin-top: 5px;
	max-width: 189px;
}
.cat-index-wrap .desc a {
	color: #962219;
}
.prod-count-wrap {
	padding: 10px 0;
	margin: 10px 0;
	border: 1px solid #ddd;
	border-width: 1px 0;
}
.quantity input[type="text"] {
	padding: 6px;
	background: #ffffff;
	border: 1px solid #d9d9d9;
	font-size: 12px;
	color: ;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-shadow: none;
	width: 50px;
	height: 37px;
	display: inline-block;
	padding: 0;
	outline: none;
	text-align: center;
	line-height: 1.428571429;
	color: #555555;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.quantity input[type="text"]:focus {
	border-color: #aaa;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
}
.quantity > div {
	vertical-align: middle;
	display: inline-block;
}
.quantity input[type="button"] {display: none;}
.quantity label.fa {
	display: block;
	font-size: 16px;
	height: 17px;
	width: 20px;
	color: #fff;
	background: #333;
	vertical-align: middle;
	text-align: center;
}
.quantity label.fa:hover {
	cursor: pointer;
	background: #ccc;
	color: #333;
}
.quantity label.fa-angle-up {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.quantity label.fa-angle-down {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.carousel-positioner {
	width: 285px;
	margin: 10px auto 0;
}
.carousel-item {
	margin: 6px;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	z-index: 2;
	text-align: center;
}
.carousel-item img {
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
}
.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	top: 45%;
	margin-top: -9px;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	padding: 0;
	width: 25px;
	height: 28px;
	text-align: center;
	font-size: 20px;
	vertical-align: middle;
	line-height: 28px;
	background: #333;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div:hover {
	background: #962219;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: -35px;
	padding-right: 3px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
	right: -35px;
	padding-left: 3px;
}
.float-table {
	width: 100%;
}
.float-table th {background: #eee;}
.float-table td, .float-table th {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #d9d9d9;
}
#contactForm > div {
	margin-bottom: 25px;
}
#contactForm input[type="text"], #contactForm textarea {
	padding: 6px;
	background: #ffffff;
	border: 1px solid #d9d9d9;
	font-size: 12px;
	color: ;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-shadow: none;
	width: 100%;
	height: 37px;
	display: inline-block;
	outline: none;
	line-height: 1.428571429;
	color: #555555;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#contactForm .contact-field input[type="text"] {width: 420px;}
#contactForm textarea {height: 150px;}
#contactForm input[type="text"]:focus, #contactForm textarea:focus {
	border-color: #aaa;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
}

.prod-articul {
	margin: 10px 0;
	text-align: center;
}
.m-0{
	margin: 0px;
	border-bottom:0px;
}
table{
	width: 100%;
	margin-bottom: 20px;
}
.separate-heading{
	margin-bottom: 0px;
	text-align: center;
	border-bottom: 0px;
}

td, th {
	padding: 5px;
	vertical-align: top;
	border: 1px solid #ccc;
}
tr:nth-child(odd) {background: #eee;}
.t-center{
	text-align: center;
}
.plants_1 li{
	vertical-align: top;
	text-align: center;
}
.plants_1 li p{
	font-weight: bold;
	padding-top: 10px;
	font-size: 17px;
}
.plants_1 li img{
	border-radius: 50%;
}
.main-form #contactForm .contact-field input[type="text"]{
	width:229px;
}
.block-form{
    padding: 57px 0px 0px;
}
.block-form{
	position: relative;
	margin-top: 20px;
}
.block-form h2{
	display: inline-block;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    padding: 8px 20px;
    width: 228px;
    position: absolute;
    width: 100%;
    left: -10px;
    top: 0px;
    font-size: 16px;
    background: #962219;
    -webkit-border-radius: 2px;
    text-align: center;
    border-radius: 2px;
    -webkit-transition: none;
    transition: none;
    color: #fff;
    cursor: pointer;
    margin-left: 10px;
    vertical-align: middle;
}
.main-form #contactForm > div{
	text-align: center;
}
#breadcrumbs h1{
	font-size: 20px;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.fixed{
	position: fixed;
	top:0px;
	width: 100%;
	z-index: 99999;
}
.col-sm-1-4{
	width: 24%;
	float: left;
}
@media (min-width: 992px) {
	.container {
	width: 970px;
	}
}
@media (min-width: 768px){
.col-sm-13 {
    width: 20%;
}	
}

@media (min-width: 1200px) {
.container {
	width: 1170px;
	}
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13 {
	float: left;
	}
	.col-sm-13 {
	width: 20%;
	}
	.col-sm-12 {
	width: 100%;
	}
	.col-sm-11 {
	width: 91.66666667%;
	}
	.col-sm-10 {
	width: 83.33333333%;
	}
	.col-sm-9 {
	width: 75%;
	}
	.col-sm-8 {
	width: 66.66666667%;
	}
	.col-sm-7 {
	width: 58.33333333%;
	}
	.col-sm-6 {
	width: 50%;
	}
	.col-sm-5 {
	width: 41.66666667%;
	}
	.col-sm-4 {
	width: 33.33333333%;
	}
	.col-sm-3 {
	width: 25%;
	}
	.col-sm-2 {
	width: 16.66666667%;
	}
	.col-sm-1 {
	width: 8.33333333%;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
	}
	.col-md-12 {
	width: 100%;
	}
	.col-md-11 {
	width: 91.66666667%;
	}
	.col-md-10 {
	width: 83.33333333%;
	}
	.col-md-9 {
	width: 75%;
	}
	.col-md-8 {
	width: 66.66666667%;
	}
	.col-md-7 {
	width: 58.33333333%;
	}
	.col-md-6 {
	width: 50%;
	}
	.col-md-5 {
	width: 41.66666667%;
	}
	.col-md-4 {
	width: 33.33333333%;
	}
	.col-md-3 {
	width: 25%;
	}
	.col-md-2 {
	width: 16.66666667%;
	}
	.col-md-1 {
	width: 8.33333333%;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
	}
	.col-lg-12 {
	width: 100%;
	}
	.col-lg-11 {
	width: 91.66666667%;
	}
	.col-lg-10 {
	width: 83.33333333%;
	}
	.col-lg-9 {
	width: 75%;
	}
	.col-lg-8 {
	width: 66.66666667%;
	}
	.col-lg-7 {
	width: 58.33333333%;
	}
	.col-lg-6 {
	width: 50%;
	}
	.col-lg-5 {
	width: 41.66666667%;
	}
	.col-lg-4 {
	width: 33.33333333%;
	}
	.col-lg-3 {
	width: 25%;
	}
	.col-lg-2 {
	width: 16.66666667%;
	}
	.col-lg-1 {
	width: 8.33333333%;
	}
}
.logo img{
	max-width: 100%;
}
.slicknav_menu{
	display: none;
}
.slicknav_menu a{
	color:#fff;
	position: relative;
	top:4px;
	font-size: 20px;
}
@media (max-width: 992px) {
.slicknav_menu{
	display: block;
}
#top-menu{
	display: none;
}	
}


#advantages {
    margin: 0 0px 20px;
}
#advantages li:first-child {
    margin-left: 0;
}
#advantages li+li {
    background-position: 0 -129px;
}
#advantages li+li+li {
    background-position: 0 -257px;
}
#advantages li+li+li+li {
    background-position: 0 -385px;
}
#advantages li {
    width: 272px;
    height: 129px;
    letter-spacing: -1px;
    display: block;
    float: left;
    margin-top: 20px;
    background: url(/images/advantages-sprite.png) no-repeat;
    padding: 25px 35px 0 122px;
    color: #fff;
    margin-right: 13px;
}