html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 100.01%;
}

header, 
nav, 
section, 
article, 
aside, 
footer {
  display: block
}

body {
	background: #fff;
	color: #3a3d45;
	text-align: left;
	font: 14px/19px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* html li {
	z-index: expression(
		runtimeStyle.zIndex = 1,
		this == parentNode.firstChild ? (className += " first-child") : 0
	)
}

/* шрифт
font-family: "Arial Black", "Helvetica CY", "Nimbus Sans L" sans-serif;
font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
font-family: "Comic Sans MS", "Monaco CY", cursive;
font-family: "Courier New", "Nimbus Mono L", monospace;
font-family: Georgia, "Century Schoolbook L", Serif;
font-family: Impact, "Charcoal CY", sans-serif;
font-family: "Lucida Console", Monaco, monospace;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-family: Tahoma, "Geneva CY", sans-serif;
font-family: "Times New Roman", "Times CY", "Nimbus Roman No9 L", serif;
font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
font-family: Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
*/

h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

a {
	text-decoration: underline;
	color: #3a3d45;
}

a:hover {
	text-decoration: none;
}

a span {
	cursor: pointer;
}

a.a-btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	border: 1px solid #a9b3ba;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 3px 12px 4px;
	font-size: 13px;
	line-height: 19px;
	color: #3a3d45;
	text-decoration: none;
	background: url(/bitrix/templates/index/images/a-btn.png) repeat center center;
	-moz-box-shadow: 0 0 2px rgba(26, 26, 26, .2), inset 0 0 4px #fff;
	-webkit-box-shadow: 0 0 2px rgba(26, 26, 26, .2), inset 0 0 4px #fff;
	box-shadow: 0 0 2px rgba(26, 26, 26, .2), inset 0 0 4px #fff;
	text-shadow: 0 1px 0 #fff;
	margin-left: 6px;
}

a.a-btn:hover {
	text-decoration: underline;
}

a.a-btn.active {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #fff;
	color: #3a3d45;
	font-weight: bold;
	text-decoration: none;
}

a.a-btn:first-child {
	margin-left: 0;
}

a.a-btn.btn-big {
	padding: 6px 20px 8px;
	font-size: 18px;
	line-height: 22px;
}

a.a-btn.btn-white {
	background: #fff;
}

a.a-zoom {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	color: #3a3d45;
	text-decoration: none;
	line-height: 14px;
	height: 14px;
	padding-left: 19px;
	background: url(/bitrix/templates/index/images/a-zoom.png) no-repeat;
}

a.a-zoom span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	height: 13px;
	border-bottom: 1px dotted;
}

a.a-video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	color: #3a3d45;
	line-height: 14px;
	height: 14px;
	padding-left: 19px;
	background: url(/bitrix/templates/index/images/a-video.png) no-repeat;
}

.red {
	color: #ff3333;
}

form {
	margin: 0;
	padding: 0;
}

.form-submit input::-moz-focus-inner,
.form-button input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input, textarea, select {
	font: 100% Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	padding: 0;
}

.form .form-inner {
	position: relative;
	padding: 27px 40px 40px;
	*zoom: 1;
}

.form h2 {
	font: italic 27px/32px Georgia, "Century Schoolbook L", Serif;
	color: #3a3d45;
	margin: 0 0 25px;
}

.form h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 21px;
}

.form .title-h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 21px;
}

.form .form-inner .form-text {
	padding: 0 0 0 100px;
	position: relative;
	*zoom: 1;
	margin: 0 0 10px;
}

.form .form-inner.form-signup .form-text {
	padding: 0 0 0 65px;
}

.form .form-inner.form-signin .form-text {
	padding: 0 0 0 57px;
}

.form .form-inner.form-psw .form-text,
.form .form-inner.form-psw .form-hint,
.form .form-inner.form-psw .form-submit {
	padding: 0 0 0 170px !important;
}

.form .form-inner .form-text label {
	display: block;
	position: absolute;
	font-size: 13px;
	line-height: 19px;
	width: 95px;
	color: #3a3d45;
	top: 4px;
	left: 0;
}

.form .form-inner.form-signup .form-text label {
	width: 60px;
}

.form .form-inner.form-signin .form-text label {
	width: 52px;
}

.form .form-inner.form-psw .form-text label {
	width: 160px;
}

.form .form-inner .form-text input {
	border: 1px solid #a9b3ba;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	font-size: 13px;
	line-height: 16px;
	height: 16px;
	color: #3a3d45;
	background: #fff;
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .18);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .18);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .18);
	text-shadow: 0 1px 0 #fff;
	width: 233px;
	vertical-align: top;
}

.form .form-inner .form-text textarea {
	border: 1px solid #a9b3ba;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	font-size: 13px;
	line-height: 16px;
	height: 105px;
	color: #3a3d45;
	background: #fff;
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .18);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .18);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .18);
	text-shadow: 0 1px 0 #fff;
	width: 233px;
	resize: none;
	vertical-align: top;
}

.form .form-inner.form-signup .form-text input,
.form .form-inner.form-signup .form-text textarea {
	width: 162px;
}

.form .form-inner.form-signin .form-text input,
.form .form-inner.form-signin .form-text textarea {
	width: 191px;
}

.form .form-inner .form-text span.hint {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	font-size: 13px;
	line-height: 28px;
	color: #b9b9b9;
	margin-left: 6px;
}

.form .form-inner .form-submit {
	margin: 20px 0 0;
}

.form .form-inner .form-submit a.a-auth {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin: 4px 0 0 20px;
}

.form .form-inner .form-title {
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

.form .form-inner .forgot {
	margin: 10px 0 0;
	float: right;
	font-sizel 12px;
	line-height: 28px;
}

.form .form-inner .form-sizes {
	margin: 0 0 7px;
	max-width: 345px;
}

.form .form-inner .form-sizes a {
	margin: 0 6px 8px 0;
}

.form .form-inner .form-col {
	float: left;
	width: 260px;
}

.form .form-inner .form-col.col-l {
	padding-right: 30px;
	border-right: 1px solid #e5e5e5;
}

.form .form-inner .form-col.col-r {
	padding-left: 30px;
	border-left: 1px solid #e5e5e5;
	width: 240px;
	margin-left: -1px;
}

.form .form-inner .form-hint {
	padding: 0 0 0 100px;
	*zoom: 1;
	font-size: 13px;
	line-height: 19px;
	color: #999;
}

.form .form-inner span.required {
	color: #ff3333;
}

.form .form-inner p {
	font-size: 14px;
	line-height: 19px;
	color: #3a3d45;
	margin: 25px 0;
}

.form .form-bottom {
	font-size: 13px;
	line-height: 19px;
	background: #efefef;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	padding: 17px 20px 20px;
	*zoom: 1;
}

.form .form-bottom .social {
	text-align: center;
}

.form .form-bottom .social h3,
.form .form-bottom .social .title-h3 {
	margin: 0 0 10px;
}

.form .form-bottom .social a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin: 0 5px;
}

.form .form-bottom .social a img {
	vertical-align: top;
}

::-webkit-input-placeholder {
	color: #9c9ea2 !important;
}
:-moz-placeholder {
	color: #9c9ea2 !important;
}
.placeholder {
	color: #9c9ea2 !important;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.push {
	padding: 0 2% 136px;
	zoom: 1;
}

.container {
	min-width: 1000px;
	max-width: 1350px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.top {
	height: 193px;
	position: relative;
}

.top .logo {
	position: absolute;
	top: 56px;
	left: -8px;
}

.top .logo img {
	display: block;
}

.top .phone {
	position: absolute;
	top: 71px;
	left: 33%;
	padding-left: 26px;
	font-size: 15px;
	line-height: 18px;
	background: url(/bitrix/templates/index/images/top-phone.png) no-repeat;
	color: #3a3d45;
	text-transform: uppercase;
	margin-left: -12px;
}

.top .phone .inner {
	font-size: 24px;
	line-height: 36px;
	margin: 5px 0 0 -16px;
}

.top .phone .inner a {
	color: #3a3d45;
}

.top .phone .inner span {
	color: #999;
	font-style: normal;
}

.top .schedule {
	position: absolute;
	top: 71px;
	left: 45%;
	padding-left: 26px;
	font-size: 15px;
	line-height: 18px;
	background: url(/bitrix/templates/index/images/top-schedule.png) no-repeat;
	color: #3a3d45;
	text-transform: uppercase;
	margin-left: 162px;
}

.top .schedule .inner {
	font-size: 14px;
	line-height: 19px;
	color: #999;
	text-transform: none;
	padding: 1px 0 0;
	*zoom: 1;
}

.top .schedule .inner b {
	color: #ff0000;
}

.top .r-box {
	position: absolute;
	right: 0;
	top: 12px;
	overflow: hidden;
}

.top .r-box .auth {
	font-size: 13px;
	line-height: 19px;
	color: #ccc;
	overflow: hidden;
	text-align: right;
	padding: 0 0 16px;
	*zoom: 1;
}

.top .r-box .auth a {
	color: #3a3d45;
}

.top .r-box .auth span {
	margin: 0 7px;
}

.top .cart {
	padding: 2px;
	border: 1px solid #e1e2e3;
	float: right;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.top .cart .cart-wrap {
	width: 145px;
	background: #f2f2f2 url(/bitrix/templates/index/images/top-cart.png) no-repeat right center;
	padding: 21px 130px 16px 18px;
	*zoom: 1;
	min-height: 72px;
}

.container.narrow .top .cart .cart-wrap {
	padding-right: 18px;
	background-image: none;
}

.top .cart .title {
	font-size: 15px;
	line-height: 19px;
	text-transform: uppercase;
	color: #3a3d45;
}

.top .cart .title a {
	color: #3a3d45;
}

.top .cart .inner {
	font-size: 14px;
	line-height: 19px;
	color: #999;
}

.top .cart .order-btn {
	margin: 8px 0 0;
}

nav table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

nav table td {
	padding: 0;
	vertical-align: top;
	border-left: 1px solid #b2b3b3;
}

nav table td:first-child {
	border-left: none;
}

nav table td a,
nav table td span {
	display: block;
	text-align: center;
	padding: 9px 0 8px;
	font-size: 15px;
	line-height: 19px;
	height: 19px;
	background: url(/bitrix/templates/index/images/nav-a.png) repeat-x;
	color: #333;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .18);
	text-decoration: none;
	border-left: 1px solid #d1d2d2;
}

nav table td a:hover,
nav table td.active a,
nav table td span {
	color: #ff4141;
	text-shadow: none;
	background-position: 0 -36px;
}

nav table td:first-child a,
nav table td:first-child span {
	-moz-border-radius: 7px 0 0 7px;
	-webkit-border-radius: 7px 0 0 7px;
	border-radius: 7px 0 0 7px;
	border-left: none;
}

nav table td.last a,
nav table td.last span  {
	-moz-border-radius: 0 7px 7px 0;
	-webkit-border-radius: 0 7px 7px 0;
	border-radius: 0 7px 7px 0;
}

nav .shadow {
	position: relative;
	width: 100%;
	height: 10px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	background: url(/bitrix/templates/index/images/nav-shadow.jpg) no-repeat;
}

nav .shadow div {
	position: absolute;
	width: 50%;
	height: 10px;
	background: url(/bitrix/templates/index/images/nav-shadow.jpg) no-repeat right 0;
	right: 0;
	top: 0;
}

.main {
	padding: 20px 0;
	*zoom: 1;
}

.main .promo-slider .slider-layout {
	position: relative;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden; 
}

.main .promo-slider .slider-wrap {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	z-index: 1;
}

.main .promo-slider .slider-inner {
	position: relative;
	overflow: hidden;

}

.main .promo-slider .slider-inner .slide {
	position: relative;
	overflow: hidden;
	text-align: center;
}

.main .promo-slider .slider-inner .slide img {
	vertical-align: top;
	width: 100%;
}

.main .promo-slider .navi {
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 0;
	line-height: 0;
	text-align: right;
	z-index: 100;
}

.main .promo-slider .navi a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 13px;
	height: 13px;
	background: url(/bitrix/templates/index/images/navi.png) no-repeat;
	overflow: hidden;
	text-decoration: none;
	margin-left: 6px;
	cursor: pointer;
}

.main .promo-slider .navi a:hover,
.main .promo-slider .navi a.active {
	background-position: 0 -13px;
}

.main .promo-slider .shadow {
	position: relative;
	width: 100%;
	height: 21px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	background: url(/bitrix/templates/index/images/slider-shadow.jpg) no-repeat;
}

.main .promo-slider .shadow div {
	position: absolute;
	width: 50%;
	height: 21px;
	background: url(/bitrix/templates/index/images/slider-shadow.jpg) no-repeat right 0;
	right: 0;
	top: 0;
}

.main .promo-pics {
	*zoom: 1;
	margin: 0 0 37px;
	height: 280px;
	overflow: hidden;
	position: relative;
}

.main .promo-pics ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: justify;
	//text-justify: newspaper;
}

.main .promo-pics ul li {
	width: 280px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: normal;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .18);
	margin: 0 0 0 15px;
}


.main .promo-pics ul li:first-child {
	margin: 0;
}

.main .promo-pics ul li.helper {
	width: 100%;
	font-size: 0;
	line-height: 0;
	height: 0;
}

.main .promo-pics ul li .inner {
	text-align: left;
}

.main .promo-pics ul li .inner a {
	display: block;
	border: 1px solid #e2e3e4;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	-moz-box-shadow: 0px 1px 4px rgba(35, 46, 51, .2);
	-webkit-box-shadow: 0px 1px 4px rgba(35, 46, 51, .2);
	box-shadow: 0px 1px 4px rgba(35, 46, 51, .2);
	position: relative;
	color: #333;
}

.main .promo-pics ul li .inner a img {
	display: block;
	width: 100%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	height: 280px !important;
}

.main .promo-pics ul li .inner a span.text {
	display: block;
	background: url(/bitrix/templates/index/images/promo-pics-bg.png) repeat-x center 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.main .promo-pics ul li .inner a span.text span {
	display: block;
	padding: 13px 30px 18px;
	text-decoration: underline;
	*zoom: 1;
}

.main .promo-pics ul li .inner a:hover span.text span {
	text-decoration: none;
}

.main .site-search {
	border-top: 3px solid #ebebec;
	border-bottom: 3px solid #ebebec;
	padding: 15px 0;
	text-align: center;
	margin: 0 0 25px;
}

.main .site-search .form-label {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	font-size: 13px;
	line-height: 28px;
	color: #999;
	margin-right: 5px;
}

.main .site-search .form-inner {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	border: 1px solid #ddd;
	height: 26px;
	width: 437px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative;
}

.main .site-search .form-inner input.input-text {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 13px;
	line-height: 16px;
	height: 16px;
	color: #333;
	vertical-align: top;
	background: none;
	border: none;
	padding: 5px 6px;
	width: 390px;
}

.main .site-search .form-inner input.input-submit {
	position: absolute;
	right: 0;
	top: 0;
	height: 26px;
	vertical-align: top;
	background: url(/bitrix/templates/index/images/search-btn.png) no-repeat center center;
	border: none;
	width: 34px;
	cursor: pointer;
}

.main h1,
.main h2,
.main .title-h1,
.main .title-h2 {
	font: italic 27px/32px Georgia, "Century Schoolbook L", Serif;
	color: #3a3d45;
	margin: 0 0 25px;
}

.main h3,
.main .title-h3 {
	font-size: 16px;
	line-height: 20px;
	color: #000;
	font-weight: bold;
	margin: 0 0 20px;
}

article {
	margin: 0 0 30px;
}

article.bottom-about {
	border-top: 3px solid #ebebec;
	color: #666;
	padding-top: 46px;
}

article p {
	font-size: 14px;
	line-height: 19px;
	margin: 0 0 19px;
}

article ul {
	font-size: 14px;
	line-height: 19px;
	color: #3a3d45;
	margin: 0 0 19px;
	padding: 0;
	list-style: none;
}

article ul li {
	margin: 0 0 7px;
	padding-left: 27px;
	background: url(/bitrix/templates/index/images/dot.png) no-repeat 0 7px;
}

article q {
	quotes: none;
	display: block;
	background: #f7f7f7;
	width: 59%;
	border-left: 3px solid #ff3333;
	padding: 15px 18px;
	*zoom: 1;
	color: #3a3d45;
	margin: 0 0 19px;
}

article table.styled {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 19px;
}

article table.styled thead th {
	border-bottom: 4px solid #ff3333;
	padding: 8px 10px 9px;
	font-size: 14px;
	line-height: 19px;
	color: #999;
	font-weight: normal;
}

article table.styled td {
	border-bottom: 1px solid #ccc;
	padding: 13px 10px 14px;
	font-size: 14px;
	line-height: 19px;
	color: #3a3d45;
}

article table.styled tr.odd td {
	background: #f6f6f6;
}

article table.simple {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 15px;
}

article table.simple td {
	padding: 0 18px 4px 0;
	font-size: 14px;
	line-height: 19px;
	color: #3a3d45;
	vertical-align: top;
}

.main .crumbs {
	font-size: 12px;
	line-height: 18px;
	color: #999;
	overflow: hidden;
	margin: 0 0 10px;
	padding: 8px 0 0;
	*zoom: 1;
}

.main .crumbs a {
	color: #999;
}

.main .crumbs .back {
	float: right;
	font-size: 14px;
}

.main .crumbs .back a {
	font-size: 12px;
}

.main .crumbs span {
	margin: 0 4px;
}

.main .product {
	margin: 0 0 60px;
}

.main .product .cwrap {
	width: 100%;
	float: left;
}

.main .product .cwrap .column {
	padding: 0 0 0 552px;
	*zoom: 1;
}

.main .product aside {
    float: left;
    margin-left: -100%;
    width: 520px;
	padding-top: 4px;
}

.main .product .thumbs {
	width: 80px;
	float: left;
	margin: -3px 32px 0 0;
}

.main .product .thumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main .product .thumbs ul li {
	margin: 0 0 3px;
	position: relative;
}

.main .product .thumbs ul li a,
.main .product .thumbs ul li img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}

.main .product .thumbs ul li .marker {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	background: url(/bitrix/templates/index/images/thumbs-marker.png) repeat;
}

.main .product .thumbs ul li.active .marker {
	display: block;
}

.main .product .pictures {
	float: left;
	width: 408px;
}

.main .product .pictures ul {
	margin: 0;
	list-style: none;
	position: relative;
	padding: 3px;
	width: 400px;
	border: 1px solid #ededed;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
	box-shadow: 0 0 4px rgba(0, 0, 0, .15);
	background: #fff;
}

.main .product .pictures ul li {
	position: absolute;
	visibility: hidden;
}

.main .product .pictures ul li.active {
	position: relative;
	visibility: visible;
}

.main .product .pictures ul li a {
	display: block;
	position: relative;
	overflow: hidden;
}

.main .product .pictures ul li a img {
	display: block;
}

.main .product .pictures .controls {
	padding: 14px 0 0;
	*zoom: 1;
}

.main .product .pictures .controls a.a-zoom {
	margin-right: 17px;
}

.main .product-info {
	padding: 0 0 18px;
	*zoom: 1;
}

.main .product-info .name {
	font: italic 25px/30px Georgia, "Century Schoolbook L", Serif;
	color: #3a3d45;
}

.main .product-info .num {
	font-size: 15px;
	line-height: 18px;
	color: #999;
	margin: 7px 0 0;
}

.main .product-info .price {
	font: italic 25px/30px Georgia, "Century Schoolbook L", Serif;
	color: #ff4141;

}

.main .product-info .social {
	margin: 6px 0 14px -4px;
}

.main .product-info .details {
	border: 3px solid #f1f1f1;
	background: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 20px 27px 5px;
	*zoom: 1;
	margin: 0 0 20px;
}

.main .product-info .item-controls a,
.main .product-info .item-controls .custom-select {
	margin: 0 6px 10px 0;
}

.main .product-info .links {
	font-size: 13px;
	line-height: 19px;
	color: #ccc;
	overflow: hidden;
	margin: 22px 0 0;
}

.main .product-info .links a {
	color: #3a3d45;
}

.main .product-info .links span.divider {
	margin: 0 7px;
}

.main .catalog .cwrap {
	width: 100%;
	float: left;
}

.main .catalog .cwrap .column {
	padding: 7px 0 0 220px;
	*zoom: 1;
}

.main .catalog aside {
    float: left;
    margin-left: -100%;
    width: 190px;
}

.main .catalog aside h1,
.main .catalog aside h2,
.main .catalog aside .title-h1,
.main .catalog aside .title-h2 {
    margin: 0 0 32px;
}

.main .catalog-menu {
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
	box-shadow: 0 0 4px rgba(0, 0, 0, .15);
	background: #fff;
	margin: 0 0 30px;
}

.main .catalog-menu ul {
	padding: 21px 20px;
	margin: 0;
	list-style: none;
}

.main .catalog-menu ul li {
	font-size: 14px;
	line-height: 19px;
	margin: 9px 0 0;
	color: #3a3d45;
}

.main .catalog-menu ul li:first-child {
	margin: 0;
}

.main .catalog-menu ul li a {
	color: #3a3d45;
}

.main .catalog-menu .filters {
	padding: 13px 20px 18px;
	margin: 0;
	list-style: none;
	border-top: 1px solid #e5e5e5;
}

.main .catalog-menu .filters .filter {
	margin: 0 0 12px;
}

.main .catalog-menu .filters .filter label {
	display: block;
	font-size: 14px;
	line-height: 19px;
	color: #666;
	margin: 0 0 7px;
}

.main .catalog-menu .filters .filter .custom-select,
.main .catalog-menu .filters .filter .select-box {
	display: block;
}

.main .catalog-items ul {
	margin: 0 -29px 0 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	letter-spacing: -6px;
}

.main .similar-products ul {
	white-space: nowrap;
}

.main .catalog-items ul li {
	width: 20%;
	*width: 19.9%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	white-space: normal;
	text-align: center;
}

.main .similar-products ul li {
	width: 16.6%;
}

.container.narrow .main .catalog-items ul li {
	width: 25%;
	*width: 24.9%;
}


.container.catalog-narrow.narrow .main .catalog-items ul li {
	width: 33.3%;
	*width: 33%;
}

.container.catalog-narrow .main .similar-products ul li {
	width: 20%;
	*width: 19.9%;
}

.main .catalog-items ul li .inner {
	margin: 0 0 57px 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: normal;
	color: #666;
	width: 192px;
	text-align: left;
}

.main .catalog-items ul li .inner a.a-item {
	display: block;
}

.main .catalog-items ul li .inner .pic {
	display: block;
	background: #fff;
	margin: 0 0 12px;
	position: relative;
}

.main .catalog-items ul li .inner .pic span {
	display: block;
	overflow: hidden;
	position: relative;
}

.main .catalog-items ul li .inner .pic img {
	/*width: 100%;*/
	display: block;
	left: 0;
	top: 0;
}

.main .catalog-items ul li .inner .pic img.img-main {
	position: relative;
	z-index: 5;
}

.main .catalog-items ul li .inner .pic img.img-sub {
	position: absolute;
	z-index: 1;
}

.main .catalog-items ul li .inner .name {
	display: block;
	height: 35px;
}

.main .catalog-items ul li .inner .inner {
	margin: 0;
	display: block;
}

.main .catalog-items ul li .inner .num {
	margin: 0 0 8px;
}

.main .catalog-items ul li .inner .description {
	height: 38px;
}

.main .catalog-items ul li .inner .price {
	color: #3a3d45;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;

}

.main .page-controls {
	padding: 0 0 20px;
	*zoom: 1;
}

.main .page-controls .inner {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	white-space: nowrap;
	margin: 0 60px 10px 0;
}

.main .page-controls .inner span.c-title {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	font-size: 13px;
	line-height: 28px;
	color: #666;
	margin-right: 3px;
}

.main .page-controls .inner a.a-btn {
	margin: 0 0 0 3px;
}

.main .page-controls .inner.r-inner {
	float: right;
	margin-right: 0;
}

.main .page-controls .inner.pagination a.a-btn {
	padding-left: 0;
	padding-right: 0;
	width: 30px;
	text-align: center;
} 

.main .page-controls .inner a.a-sort {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	text-decoration: none;
	height: 28px;
	width: 10px;
	background: url(/bitrix/templates/index/images/sort-down.png) no-repeat center center;
}

.main .page-controls .inner a.a-sort.sort-up {
	background: url(/bitrix/templates/index/images/sort-up.png) no-repeat center center;
}

.main .news article {
	border-top: 1px solid #cecece;
	padding: 30px 0 0;
	margin: 0 0 30px;
	overflow: hidden;
}

.main .news article:first-child {
	padding: 10px 0 0;
	border: none;
}

.main .news article .pic {
	float: left;
}

.main .news article .pic img {
	display: block;
}

.main .news article .inner {
	margin-left: 250px;
}

.main .news article h3 {
	font-weight: normal;
}

.main .news article .date {
	font-size: 11px;
	line-height: 15px;
	color: #666;
	margin: -14px 0 13px;
}

.main .reviews article {
	margin: 0 0 30px;
}

.main .reviews article .review-box {
	background: #f7f7f7;
	border: 1px solid #f7f7f7;
	position: relative;
	padding: 0 20px 0 130px;
	*zoom: 1;
}

.main .reviews article .review-box .box {
	position: absolute;
	left: -1px;
	top: -1px;
	height: 100%;
	width: 109px;
	background: #fff;
	border: 1px solid #e9e9e9;
}

.main .reviews article .review-box .box .box-inner {
	width: 109px;
	height: 58px;
	top: 50%;
	left: 0;
	margin-top: -29px;
	position: absolute;
	text-align: center;
}

.main .reviews article .review-box .box .box-inner .name {
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #3a3d45;
}

.main .reviews article .review-box .box .box-inner .date {
	font-size: 12px;
	line-height: 14px;
	color: #3a3d45;
	margin: 2px 0 0;
}

.main .reviews article .review-box .box .box-inner .rating {
	font-size: 14px;
	line-height: 19px;
	color: #3a3d45;
	margin: 4px 0 0;
}

.main .reviews article .review-box .box .box-inner .rating a.a-rating {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 19px;
	background: url(/bitrix/templates/index/images/rating-up.png) no-repeat center center;
}

.main .reviews article .review-box .box .box-inner .rating a.a-rating.rating-down {
	background: url(/bitrix/templates/index/images/rating-down.png) no-repeat center center;
}

.main .reviews article .review-box .box .box-inner .rating span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	font-size: 14px;
	line-height: 19px;
	margin: 0 6px;
}

.main .reviews article .review-box .inner {
	padding: 15px 0 20px;
	*zoom: 1;
	font-size: 14px;
	line-height: 19px;
	color: #3a3d45;
	min-height: 23px;
}

.main .reviews article .review-answer {
	font-size: 14px;
	line-height: 19px;
	color: #999;
	padding: 10px 0 0 131px;
	*zoom: 1;
}

.main .cart {
	width: 850px;
	margin: 0 auto 30px;
}

.main .cart table.cart-inner {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 30px;
}

.main .cart table.cart-inner thead th {
	font-size: 13px;
	line-height: 19px;
	color: #9c9ea2;
	font-weight: normal;
	border-bottom: 3px solid #dfdfdf;
	padding: 10px 0 12px 30px;
	vertical-align: top;
}

.main .cart table.cart-inner thead th:first-child {
	padding-left: 0;
}

.main .cart table.cart-inner tbody td {
	font-size: 13px;
	line-height: 19px;
	color: #666;
	border-bottom: 1px solid #e6e6e6;
	padding: 40px 0 20px 30px;
	vertical-align: top;
}

.main .cart table.cart-inner tbody td.pic {
	width: 118px;
	padding-top: 20px;
	padding-left: 0;
}

.main .cart table.cart-inner tbody td.pic span {
	display: block;
	padding: 3px;
	border: 1px solid #ededed;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
	box-shadow: 0 0 4px rgba(0, 0, 0, .15);
	background: #fff;
	position: relative;
}

.main .cart table.cart-inner tbody td.pic span img {
	display: block;
	width: 100%;
}

.main .cart table.cart-inner tbody td.info {
	padding-top: 44px;
}

.main .cart table.cart-inner tbody td.info .num {
	margin: 19px 0 0;
}

.main .cart table.cart-inner tbody td.price {
	padding-top: 44px;
	font-weight: bold;
	color: #3a3d45;
}

.main .cart table.cart-inner tbody td input {
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 10px;
	font-size: 13px;
	line-height: 16px;
	height: 16px;
	color: #999;
	background: #fff;
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .18);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .18);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .18);
	text-shadow: 0 1px 0 #fff;
	width: 32px;
	vertical-align: top;
}

.main .cart table.cart-inner tbody td.remove {
	padding-top: 46px;
	text-align: right;
}

.main .cart .order-form {
	float: left;
	border: 4px solid #f1f1f1;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.main .cart .order-form .form-inner {
	padding: 27px 30px 40px 26px;
	*zoom: 1;
}

.main .cart .order-form .form-inner .form-text,
.main .cart .order-form .form-inner .form-hint,
.main .cart .order-form .form-inner .form-submit {
	padding-left: 120px;
}

.main .cart .order-form .form-inner .form-text label {
	width: 115px;
}

.main .cart .order-form .form-inner .form-text input,
.main .cart .order-form .form-inner .form-text textarea {
	width: 265px;
}

.main .cart .order-form .form-inner .form-measure {
	padding-left: 113px;
}

.main .cart .order-form .form-inner .form-measure input {
	float: left;
	width: 52px;
	margin-left: 7px;
}

.main .cart .order-form .form-inner .form-text .custom-select {
	width: 100%;
}

.main .cart .order-form .form-inner .form-text .custom-select .select-box {
	display: block;
}

.main .cart .order-form .form-inner .form-description {
	position: absolute;
	left: 100%;
	margin-left: 39px;
	top: 82px;
}

.main .cart .order-form .form-inner .form-description .item {
    border: 4px solid #F1F1F1;
    border-radius: 8px 8px 8px 8px;
	width: 292px;
	background: #fff;
	padding: 20px;
	*zoom: 1;
	margin: 0 0 20px;
}

.main .cart .total {
	width: 190px;
	float: right;
	font-size: 14px;
	line-height: 19px;
	color: #3a3d45;
	padding: 4px 0 0;
	*zoom: 1;
}

.main .cart .total .inner {
	font-size: 27px;
	line-height: 32px;
	font-weight: bold;
	padding: 9px 0 0;
	*zoom: 1;
}

.main .contacts {
	padding: 10px 0 0;
	*zoom: 1;
	margin: 0 0 30px;
}

.main .contacts .col.l-col {
	width: 520px;
	float: left;
}

.main .contacts .col.r-col {
	margin-left: 550px;
}

.main .contacts .col.r-col q {
	width: auto;
}

.main .contacts tr.social td {
	line-height: 34px;
	padding-top: 20px;
}

.main .contacts tr.social td a {
	margin-left: 4px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}

.main .contacts tr.social td a:first-child {
	margin-left: 0;
}

.main .contacts tr.social td a img {
	vertical-align: top;
}

.main .contacts .contacts-map {
	padding: 2px;
	border: 1px solid #e1e2e3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	*zoom: 1;
}

.main .contacts .contacts-map .map-wrap {
	overflow: hidden;
	position: relative;
}

.main .contacts .contacts-map .map-inner {
	width: 1300px;
	text-align: center;
	position: relative;
	left: 50%;
	margin-left: -650px;
}

.main .contacts .contacts-map .map-inner img {
	vertical-align: top;
}

.main .site-map {
	padding: 10px 0 0 93px;
	margin: 0 0 30px;
	*zoom: 1;
}

.main .site-map ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main .site-map ul li {
	padding-left: 18px;
	background: url(/bitrix/templates/index/images/site-map-li.png) no-repeat 0 8px;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 10px;
}

.main .site-map ul li ul {
	padding-left: 18px;
	margin: 14px 0 18px;
}

.main .site-map ul li ul li {
	padding-left: 14px;
	background: url(/bitrix/templates/index/images/site-map-li-li.png) no-repeat 0 7px;
	font-size: 14px;
	line-height: 19px;
	margin: 0 0 9px;
}

.main .cabinet {
	padding: 10px 0 0;
	*zoom: 1;
	margin: 0 0 30px;
}

.main .cabinet aside {
	width: 180px;
	float: left;
}

.main .cabinet .column {
	margin-left: 190px;
	overflow: hidden;
}

.main .cabinet ul.cabinet-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main .cabinet ul.cabinet-nav li {
	font-size: 13px;
	line-height: 19px;
	margin: 0 0 5px;
}

.main .cabinet ul.cabinet-nav li.active a {
	text-decoration: none;
	color: #f33;
}

.main .cabinet .cabinet-box {
	border: 4px solid #f1f1f1;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 25px 25px 40px;
	*zoom: 1;
	width: 520px;
}

.main .cabinet .cabinet-box .form-inner {
	padding: 0;
}

.main .cabinet .cabinet-box .form-text,
.main .cabinet .cabinet-box .form-hint,
.main .cabinet .cabinet-box .form-submit {
	padding-left: 110px;
}

.main .cabinet .cabinet-box .form-text input {
	width: 284px;
}

.b-box {
	margin: 0 0 30px;
}

.b-box img {
	vertical-align: top;
}

footer {
	width: 100%;
	background: url(/bitrix/templates/index/images/footer-bg.png) repeat-x;
	height: 136px;
	margin: -136px auto 0;
	position: relative;
	z-index: 5;
}

footer .wrap {
	min-width: 1000px;
	max-width: 1350px;
	margin: 0 auto;
}

footer .layout {
	padding: 0 2%;
	*zoom: 1;
}

footer .site-map-link {
	float: right;
	font-size: 13px;
	line-height: 19px;
	padding: 23px 0 0;
	*zoom: 1;
}

footer nav {
	border-bottom: 1px solid #a5a5a5;
	padding: 23px 0 0;
	height: 37px;
	*zoom: 1;
}

footer nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer nav ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	font-size: 15px;
	line-height: 19px;
	color: #333;
	margin-right: 18px;
}

footer nav ul li a {
	color: #333;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .18);
}

footer nav ul li a:hover {
	text-decoration: underline;
}

footer section {
	border-top: 1px solid #e6e6e6;
	padding: 15px 0 0;
	*zoom: 1;
	font-size: 14px;
	line-height: 19px;
	color: #999;
}

footer section .social {
	float: right;
	word-spacing: 5px;
	white-space: nowrap;
}

footer section .social img {
	vertical-align: top;
}


footer .creators {
	text-align: right;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	margin: 8px 0 0;
	float: right;
	clear: right;
}

footer .creators a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	padding-left: 25px;
	background: url(/bitrix/templates/index/images/klever.png) no-repeat;
	margin-left: 5px;
}

.image-zoom {
	position: absolute;
	z-index: 1000;
	background-color: #fff;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #ededed;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
	box-shadow: 0 0 4px rgba(0, 0, 0, .15);
}

.custom-select.inuse {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	position: relative;
}

.custom-select.inuse select {
	min-width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	margin: 0;
	z-index: 1;
	display: none;
}

.custom-select.inuse select option {
	cursor: pointer;
}

.custom-select.inuse.active select {
	display: block;
}

.custom-select.inuse .select-box {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	border: 1px solid #a9b3ba;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 3px 42px 4px 12px;
	font-size: 13px;
	line-height: 19px;
	height: 19px;
	color: #999;
	background: url(/bitrix/templates/index/images/select.png) no-repeat right center;
	-moz-box-shadow: 0 0 2px rgba(26, 26, 26, .2), inset 0 1px 3px rgba(0, 0, 0, .18);
	-webkit-box-shadow: 0 0 2px rgba(26, 26, 26, .2), inset 0 1px 3px rgba(0, 0, 0, .18);
	box-shadow: 0 0 2px rgba(26, 26, 26, .2), inset 0 1px 3px rgba(0, 0, 0, .18);
	text-shadow: 0 1px 0 #fff;
	white-space: nowrap;
	cursor: pointer;
	position: relative;
	z-index: 5;
}

.fancybox-lock {
	overflow: auto !important;
}

.fancybox-lock .fancybox-overlay {
	overflow-y: auto !important;
}

.popup-skin .fancybox-close {
	width: 15px;
	height: 15px;
	background: url(/bitrix/templates/index/images/close.png) no-repeat;
	top: 12px;
	right: 12px;
}

.popup-skin .fancybox-nav {
	width: 40px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(/bitrix/templates/index/images/arr-l.png) no-repeat center center;
}

.popup-skin .fancybox-nav span {
	display: none;
}

.popup-skin .fancybox-nav.fancybox-next {
	left: auto;
	right: 0;
	background: url(/bitrix/templates/index/images/arr-r.png) no-repeat center center;
}

.popup-skin .fancybox-skin {
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.page-404 {
	width: 580px;
	margin: 0 auto;
	position: relative;
	padding: 283px 0 0 50px;
	*zoom: 1;
	font-size: 14px;
	line-height: 19px;
	color: #3a3d45;
}

.page-404 .logo {
	position: absolute;
	top: 42px;
	left: -8px;
}

.page-404 .logo img {
	display: block;
}

.page-404 h1 {
	font: italic 27px/32px Georgia, "Century Schoolbook L", Serif;
	color: #3a3d45;
	margin: 0 0 25px;
}

.page-404 p {
	font-size: 14px;
	line-height: 19px;
	margin: 0 0 19px;
}

.smaller-margin {
margin-right: 32px !important;
}

.popup_error {
	display:none; margin-bottom: 10px; color: #ff3333;
}

.articule {
    font-weight: bold;
    color: #000000;	
}

.add-review-block {
	text-align: right;
}
.b-btn, a.b-btn{
	font-size:14px;
	line-height:20px;
}
.b-wrapper-for-btn{
	margin-top:20px;
}

.price-old{
    font-size: 12px;
    color: grey;
    text-decoration: line-through;
    float: left;
    margin-right: 15px;
    font-weight: bold;
}
.price-wrap{
    overflow: hidden;
    margin: 11px 0 8px;
}
.product-info .price-old {
    font-size: 16px;
    color: grey;
    text-decoration: line-through;
    float: left;
    margin-right: 20px;
    line-height: 35px;
    font-weight: normal;
    font-style: italic;
    font-family: 'Georgia';
}
.product-info .price-wrap{
    margin: 24px 0 0;
}
#sizesTable table {
  border-collapse: collapse; 
  border-spacing: 0px; /* cellspacing */
}
#sizesTable table td {
  border: 1px solid #000;
  font-weight: bold;
  width: 76px;
  vertical-align: top;
  text-align: center;
  padding: 10px 5px;
}
#sizesTable table td:first-child { 
  text-align: left;
  width: 151px;
}

/*
     */
/*
*/