﻿html, body {
	width: 100%;
	background:#2f3f88;
}
html {
	overflow-y: scroll;
}
body {
	min-width: 1000px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	position: relative;
	color: #000;
}
/*Типография*/
a {color:#33348e; text-decoration:underline;}
a:hover {text-decoration:none;}

p, li {margin-bottom: 1.2em;}
h2, .g-h2 {color: #b52121;margin-bottom: 1.2em;}
h3, .g-h3 {font-size: 16px; color: #b52121;margin-bottom: 1.2em;}
h4, .g-h4 {color: #b52121;margin-bottom: 1.2em;}
h5, .g-h5 {color: #b52121;margin-bottom: 1.2em;}

table {
	width: 100%;
}
td {
	vertical-align: top;
	padding: 8px;
	border: 1px solid #d7b379;
	border-width: 1px 0;
}
th {
	vertical-align: top;
	padding: 8px;
	border-bottom: 1px solid #d7b379;
	border-top: 1px solid #d7b379;
	background-color: #f1e1b7;
	vertical-align: center;
	text-align: center;
	font-weight: bold;
}
td+td,
th+th {
	padding-left: 1em;
}

.l-top {
	padding: 7px 22px 10px;
	background: #384fa9 url('/images/l-top.png') 0 bottom repeat-x;
	font-size: 11px;
	color: #fff;
}

.l-cnt-main {
	overflow: hidden;
	padding-bottom: 3em;
	padding-right: 2%;
	padding-left: 4%;
	background: #f1e1b7 url('/images/l-cnt.png') 0 0 repeat-x;
}
.l-cnt-side {
	float: left;
	width: 23%;
	background: #f1c572 url('/images/l-cnt.png') 0 0 repeat-x;
}
	.l-cnt-side__bg {
		display: block;
		height: 136px;
		background: url('/images/l-cnt-side__bg.png') 0 0 repeat-x;
	}

.l-hdr {
	overflow: hidden;
	background-color: #293982;
}

.l-ftr {
	padding-top: 20px;
}
.b-ftr {
	position: relative;
	margin-left: 17%;
	min-height: 62px;
	background: #e1ae45 url('/images/') 0 0 no-repeat;
}
	.b-ftr__bg {
		position: absolute;
		top: -19px;
		left: -18px;
		width: 40px;
		height: 40px;
		background: url('/images/b-ftr__bg.png') 0 0 no-repeat;
	}
	.b-ftr-logo {
		float: left;
		height: 32px;
		margin-left: 20px;
		padding-top: 30px;
		padding-left: 85px;
		background: url('/images/b-ftr-logo.png') 0 0 no-repeat;
	}
	.b-ftr-copyright {
		float: right;
		margin-top: 25px;
		margin-right: 20px;
	}
	.b-ftr-counters {
		overflow: hidden;
		float: right;
		width: 30%;
		margin-right: 10%;
		padding-top: 25px;
	}

.h-box {
	margin-top: 3em;
	padding: 2em 2%;
	min-height: 300px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-ms-border-radius: 14px;
	border-radius: 14px;
	background-color: #f5eacc;
}

.b-news {

}
	.b-news-item {

	}
		.b-news-item__thumb {
			float: left;
			margin-right: 1.5%;
			margin-bottom: 1.2em;
			border: 1px solid #959490;
		}
		.b-news-item-name {
			color: #3c1776;
		}
.b-news_type_list .b-news-item__thumb {
	max-width: 100px;
}
.b-news_type_list .b-pnav {
	margin-left: 102px;
	padding-left: 1.5%;
}
.b-news_type_full .b-news-item-name {
	font-size: 18px;
}

.b-nav {
	position: relative;
	min-height: 250px;
	background: #304189 url('/images/b-nav.png') right 0 no-repeat;
}
	.b-nav__in {
		z-index: 10;
		position: relative;
		margin-right: 15px;
		padding-top: 10px;
		padding-bottom: 50px;
		padding-left: 10px;
	}
	.b-nav__bg {
		z-index: 2;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		background: url('/images/b-nav__bg.png') right bottom no-repeat;
	}
	.b-nav__bg2 {
		z-index: 1;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 15px;
		background: url('/images/b-nav__in.png') right 0 repeat;
	}
	.b-nav-item {
		margin-bottom: 5px;
		padding-top: 2px;
		padding-left: 30px;
		background: url('/images/b-nav-item.png') 0 0 no-repeat;
		color: #fff;
	}
		.b-nav-item-link {
			display: block;
			text-decoration: none;
			font-weight: bold;
			color: #fff;
		}
		.b-nav-item-link:hover {
			text-decoration: underline;
		}
	.b-nav-sub {
		padding-top: 10px;
		color: #bbd0ff;
	}
		.b-nav-sub-link {
			display: block;
			margin-bottom: 10px;
			color: #fbe68f;
		}
		.b-nav-sub-link_state_active {
			text-decoration: none;
			color: #bbd0ff;
		}

.b-gallery {
	overflow: hidden;
	margin-top: 2em;
	padding-top: 2em;
	border-top: 1px solid #d9b67e;
}
	.b-gallery__in {
		margin-right: -2%;
	}
	.b-gallery-item {
		display: -moz-inline-stack;display: inline-block;vertical-align: top;*display: inline;*zoom: 1;
		max-width: 30%;
		margin-right: 1.5%;
		margin-bottom: 1.5%;
		padding: 3px;
		border: 1px solid #898989;
	}
		.b-gallery-item__img {
			display: block;
			max-width: 100%;
			margin: -3px;
			border: 3px solid #fff;
		}

.b-auth {
	padding: 10px 20px 20px;
	border-bottom: 1px solid #f6edd6;
	font-size: 0.9em;
}
	.h-auth__line {
		margin-top: 5px;
	}
	.h-auth__line+.h-auth__line {
		margin-top: 1px;
		margin-bottom: 5px;
	}
	.b-auth-label {
		display: -moz-inline-stack;display: inline-block;vertical-align: top;*display: inline;*zoom: 1;
		width: 30%;
	}
	.b-auth-input_type_text {
		display: -moz-inline-stack;display: inline-block;vertical-align: top;*display: inline;*zoom: 1;
		width: 69%;
		height: 18px;
		border: 0;
		line-height: 18px;
	}

.b-awards {
	padding: 15px 20px;
	border-bottom: 1px solid #f6edd6;
	font-size: 0.9em;
}
	.b-awards__hdr {
		font-size: 1.3em;
		color: #b52121;
	}
	.b-awards td {
		vertical-align: middle;
		border: 0;
		padding: 0;
		padding-top: 7px;
	}
	.b-awards td+td {
		padding-left: 10px;
	}

.b-medal {
	position: relative;
	background: #ebbd65;
	font-size: 0.9em;
}
	.b-medal__in {
		z-index: 10;
		position: relative;
		padding: 15px 20px;
	}
	.b-medal__bg {
		z-index: 2;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		background: url('/images/b-medal__bg.png') right bottom no-repeat;
	}

.b-top-addr {
	float: left;
	width: 20%;
}
.b-top-contacts {
	float: left;
	width: 40%;
	margin-left: 3%;
}
.b-top-langs {
	float: right;
	padding-top: 3px;
}

.b-logo {
	overflow: hidden;
	float: left;
	display: block;
	width: 60%;
	height: 133px;
	background: #fbe68d url('/images/b-logo.png') 0 0 no-repeat;
	color: #39186f;
	text-decoration: none;
}
	.b-logo h1 {
		height: 88px;
		padding-top: 45px;
		padding-right: 40px;
		padding-left: 300px;
		background: url('/images/b-logo__h1.png') right 0 no-repeat;
	}

.b-hdr-search {
	float: left;
	margin-top: 40px;
	margin-left: 30px;
	color: #fff;
}
	.b-hdr-search__label {
		display: -moz-inline-stack;display: inline-block;vertical-align: top;*display: inline;*zoom: 1;
	}
	.b-hdr-search-input {
		display: -moz-inline-stack;display: inline-block;vertical-align: top;*display: inline;*zoom: 1;
		margin-top: 3px;
		margin-bottom: 5px;
		border: 0;
		background: #fff;
		height: 18px;
		padding: 0 1%;
		line-height: 18px;
	}
	.b-hdr-search-submit {
		overflow: visible;
		display: -moz-inline-stack;display: inline-block;vertical-align: top;*display: inline;*zoom: 1;
		height: 18px;
		margin-top: 3px;
		margin-bottom: 5px;
		margin-left: 10px;
		padding: 0 5px;
		line-height: 18px;
		border: 0;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		border-radius: 2px;
		background: #fae58a url('/images/b-hdr-search-submit.png') 0 bottom repeat-x;
		color: #293982;
	}
	.b-hdr-search-checkbox {
		vertical-align: top;
		margin: 0;
		margin-right: 3px;
	}
.b-hdr-icons {
	float: right;
	width: 50px;
}
	.b-hdr-icons__img {
		display: block;
	}
	.b-hdr-icons__home,
	.b-hdr-icons__email,
	.b-hdr-icons__sitemap {
		display: block;
	}
	.b-hdr-icons__home {
		margin-top: 3px;
		margin-bottom: 3px;
	}
	.b-hdr-icons__email {
		margin-bottom: 11px;
	}

.b-bnav {
	margin-top: 40px;
	margin-bottom: 1em;
	margin-left: -1%;
}
	.b-bnav-item {
		display: -moz-inline-stack;display: inline-block;vertical-align: top;*display: inline;*zoom: 1;
		width: 24.5%;
		text-decoration: none;
		cursor: pointer;
	}
		.b-bnav-item__hdr {
			width: 174px;
			height: 49px;
			line-height: 0;
			font-size: 0;
		}
		.b-bnav-item__icon {
			display: block;
			width: 174px;
			height: 144px;
		}
	.b-bnav-item:hover {
		opacity: 0.8;
	}
	.b-bnav-item_1 .b-bnav-item__hdr {
		background: url('/images/b-bnav-item_1__hdr.png') 0 0 no-repeat;
	}
	.b-bnav-item_2 .b-bnav-item__hdr {
		background: url('/images/b-bnav-item_2__hdr.png') 0 0 no-repeat;
	}
	.b-bnav-item_3 .b-bnav-item__hdr {
		background: url('/images/b-bnav-item_3__hdr.png') 0 0 no-repeat;
	}
	.b-bnav-item_4 .b-bnav-item__hdr {
		background: url('/images/b-bnav-item_4__hdr.png') 0 0 no-repeat;
	}
	.b-bnav-item_1 .b-bnav-item__icon {
		background: url('/images/b-bnav-item_1__icon.jpg') center bottom no-repeat;
	}
	.b-bnav-item_2 .b-bnav-item__icon {
		background: url('/images/b-bnav-item_2__icon.jpg') center bottom no-repeat;
	}
	.b-bnav-item_3 .b-bnav-item__icon {
		background: url('/images/b-bnav-item_3__icon.png') center bottom no-repeat;
	}
	.b-bnav-item_4 .b-bnav-item__icon {
		background: url('/images/b-bnav-item_4__icon.png') center bottom no-repeat;
	}

.h-catalog__name {
	
}
.h-catalog__img {
	width: 130px;
	text-align: center;
}
.h-catalog__price {
	width: 70px;
	text-align: center;
}


.b-product-name {
	font-size: 18px;
	color: #3c1776;
}
.b-product-side {
	float: left;
	width: 210px;
	padding-right: 2%;
}
.b-product-main {
	overflow: hidden;
}
.b-product-price__val {
	margin-left: 7px;
	font-size: 18px;
	color: #b52121;
}
.b-product-photos {
	overflow: hidden;
	margin-right: -.5em;
	margin-bottom: .8em;
}
	.b-product-photos__main {
		display: block;
		margin-bottom: .5em;
	}
	.b-product-photos__img {
		display: -moz-inline-stack;display: inline-block;vertical-align: top;*display: inline;*zoom: 1;
		max-width: 99px;
		margin-right: .5em;
		margin-bottom: .5em;
	}

.b-cnav {
	overflow: hidden;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #fff;
}
	.b-cnav__in {
		position: relative;
	}
	.b-cnav-item {
		display: -moz-inline-stack;display: inline-block;vertical-align: top;*display: inline;*zoom: 1;
		width: 33%;
		margin-bottom: 1.5em;
		text-align: center;
		cursor: pointer;
	}

.b-cnav2 {
	margin-bottom: 10px;
	padding: 10px 20px 15px;
	border-bottom: 1px solid #F6EDD6;
}
	.b-cnav2-sub {
		margin-top: 7px;
	}
		.b-cnav2-sub-item {
			overflow: hidden;
			margin-bottom: 7px;
			padding-left: 12px;
		}
		.b-cnav2-sub-item__mark {
			float: left;
			margin-top: -1px;
			margin-left: -12px;
		}
	.b-cnav2 .b-cnav2-link {
		display: block;
		margin-top: 7px;
	}
	.b-cnav2-sub .b-cnav2-link {
		display: inline;
		margin-bottom: 0;
		color: #0465bf;
	}
	.b-cnav2 .b-cnav2-link_state_active {
		color: #000;
		text-decoration: none;
	}	
	
.g-title {
	position: relative;
	margin-top: -4em;
	*margin-top: -3em;
	margin-bottom: 14px;
}
.g-title:first-letter {
	font-size: 3em;
}

.g-c_white {color: #fff;}
.g-c_red {color: #b52121;}
.g-fz_11 {font-size: 11px;}


