@charset "utf-8";
body, table, .text{
	font-size: 14px;
	line-height:1.3em;
	color:#333;
}
a:link,a:visited,.text a:link,.text a:visited{
	color:#b7628c;
	text-decoration:underline;
}
a:hover,.text a:hover{
	color:#000;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
	color:#000;
}
.h1,.h2,.h3,.h4,.h5,.h6{
	color:#7e3a5c;
}
.wrapper{
	background:url('/img/bg_bd.png')repeat;
	padding-bottom: 15px;
}
.header_wrapper{
	background: rgb(186,169,169); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(186,169,169,1) 0%, rgba(56,33,48,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(186,169,169,1)), color-stop(100%,rgba(56,33,48,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(186,169,169,1) 0%,rgba(56,33,48,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(186,169,169,1) 0%,rgba(56,33,48,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(186,169,169,1) 0%,rgba(56,33,48,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(186,169,169,1) 0%,rgba(56,33,48,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#baa9a9', endColorstr='#382130',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding-bottom: 550px;
	margin-bottom: -550px;
	box-shadow:0 0 10px #616161;
}
.main{
	margin:0px auto;
	width:960px;
	padding: 15px;
	background: #fff;
}
.top_header{
	padding:15px 0 20px 0;
	margin:0px auto;
	width:990px;
}
.title_block{
	vertical-align:middle;
	display:inline-block;
	width:500px;
}
.title_company{
	vertical-align:middle;
	display:inline-block;
	width:380px;
	padding-bottom:10px;
}
.name:link,.name:visited,.name:hover{
	font-size:37px;
	color:#fff;
	text-shadow: 0 1px 0 #000;
	line-height:40px;
	text-decoration:none;
	font-weight:bolder;
	font-style:italic;
}
.slogan:link,.slogan:visited,.slogan:hover{
	color:#dadada;
	font-size:16px;
	line-height:19px;
	text-decoration:none;
	text-shadow: 0 1px 0 #000;
}
.logo{
	vertical-align:middle;
	display:inline-block;
}
.logo img{
	margin:0px 15px 0px 0px;
}
.contacts{
	vertical-align:middle;
	display:inline-block;
	text-align:right;
	width:250px;
	color:#dadada;
	font-size:16px;
	line-height:19px;
	text-shadow: 0 1px 0 #000;
}
.header_search_form{
	margin-top:8px;
}
.header_search_form .submit_button {
    background-color:#b1b1b1;
}
.header_search_form .submit_button:hover {
    background-color:#bfbfbf;
}
.header_search_form .search_form_string {
	width:185px;
}
.search_form{
	margin-bottom:10px;
}
.header_basket{
	display:inline-block;
	width:170px;
	vertical-align:middle;
	padding-left:70px;
	color:#dadada;
}
.header_search_form .submit_button{
	background-color:#aa4879;
}
.header_search_form .submit_button:hover{
	background-color:#cb83a7;
}
.header_basket_title a{
	display:inline-block;
	vertical-align:middle;
	height:25px;
	background:url('/img/bask.png')no-repeat;
	color:#c8a2b8;
	text-decoration:none;
	padding:13px 0 0 45px;
}
#header_basket_amount,#header_basket_summ_head{
	color:#c8a2b8;
	margin:0 5px 0 5px;
}
#header_basket_order{
	margin-top:10px;
}
#header_basket_order a,.button_buy{
	display:inline-block;
	padding: 3px 7px;
	border-radius:5px;
	background-color:#aa4879;
}
#header_basket_order a:link,#header_basket_order a:visited,#header_basket_order a:hover,.button_buy,.button_buy:link,.button_buy:visited,.button_buy:hover{
	color:#fff;
	text-decoration:none;
}
#header_basket_order a:hover,.button_buy:hover{
	background-color:#cc88aa;
	color:#fff;
}
.contacts div{
	margin-top:2px;
}
.phone{
	margin:0;
	color:#fff;
	text-shadow: 0 1px 0 #000;
}
.small-phone{
	font-size:24px;
	line-height:23px;
	vertical-align:top;
	display:inline-block;
}
.big-phone{
	font-size:24px;
	line-height:23px;
	vertical-align:top;
	display:inline-block;
}
.main_image{
	text-align:center;
	width: 990px;
	margin:0 auto;
	background:url('/img/shadow.png')no-repeat;
	background-size:contain;
	background-position:bottom;
	padding-bottom:20px;
}
.main_img{
	padding:15px 15px 0 15px;
	background:#fff;
}
.menu_wrapper{
	margin: 0 auto;
	width: 990px;
}
.menu {
	margin:0 auto;
	text-align: left;
	width:990px;
	display: inline-block;
	vertical-align: middle;
}
.menu > .level-0 {
	display: flex;
    flex-wrap: nowrap;
}
.menu .level-0 > li{
	display: inline-block;
	position: relative;
	border-right: 1px solid #e0e0e0;
	background: rgb(229,229,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(252,252,252,1) 26%, rgba(214,214,214,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(26%,rgba(252,252,252,1)), color-stop(100%,rgba(214,214,214,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(252,252,252,1) 26%,rgba(214,214,214,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(252,252,252,1) 26%,rgba(214,214,214,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(252,252,252,1) 26%,rgba(214,214,214,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(252,252,252,1) 26%,rgba(214,214,214,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
	border-radius: 5px 5px 0 0;
	flex-grow: 1;
}
.menu .level-0 > li > a {
	display: inline-block;
	padding: 20px 30px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
	color: #000428;
	font-family: Noto Mono,'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	text-decoration: none;
	text-transform:uppercase;
	text-align: center;
}
.menu .level-0 > li:hover > a {
	background: rgb(249,249,249); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(255,255,255,1) 26%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(26%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(255,255,255,1) 26%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(255,255,255,1) 26%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(255,255,255,1) 26%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(249,249,249,1) 0%,rgba(255,255,255,1) 26%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	border-radius: 5px 5px 0 0;
}
.menu .level-0 > li.current a{
	background: rgb(249,249,249); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(255,255,255,1) 26%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(26%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(255,255,255,1) 26%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(255,255,255,1) 26%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(255,255,255,1) 26%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(249,249,249,1) 0%,rgba(255,255,255,1) 26%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	border-radius: 5px 5px 0 0;
	}

.menu .level-1 {
	display: none;
	position: absolute;
	top: 50px;
	border-radius: 0 3px 3px 3px;
	min-width: 200px;
	z-index: 300;
	text-align: left;
	color:#004777;
	text-shadow: 0 0 1px #fff;
	background:#f4f4f4;
	box-shadow: 0 1px 2px #050925;
	padding: 3px 0;
}
.menu .level-1 > li:hover {
	background: rgb(255,253,252); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,253,252,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,253,252,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,253,252,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,253,252,1) 0%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,253,252,1) 0%,rgba(234,234,234,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,253,252,1) 0%,rgba(234,234,234,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffdfc', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}
.menu .level-1 > li:hover a {
	color: #23375c;
}

.menu .level-1 a {
	display: block;
	color: #4e4e4e;
	text-decoration: none !important;
	font-weight: normal;
	padding: 10px 15px;
}
.menu .level-0 > li:hover > .level-1 {
	display: block;
}

.left_menu{
	margin-bottom:10px;
}
.left_menu li {
	padding:0 0 0 20px;
	background:url('/img/arr1.png')no-repeat;
	background-position:0 5px;
}
.left_menu li a{
	display:inline-block;
	padding:3px;
	color:#000;
	border-radius:3px;
}
.left_menu li a:hover{
	color:#aa4879;
}
.left_menu .current a{
	color:#000;
	background-color:#dddddd;
	text-decoration:none;
}
.left_menu .current a:hover{
	color:#aa4879;
}
.left_menu li .level-1{
	display:none;
}
.left_menu .current .level-1{
	display:block;
}
.left_menu li .level-1 li{
	padding:0 0 0 15px;
}
.left_menu li .level-1 li a{
	color:#000;
	background-color:#fff;
	text-decoration:underline;
}
.left_menu li .level-1 li a:hover{
	color:#aa4879;
	text-decoration:none;
}
.left_menu li .level-1 .current a{
	color:#000;
	background-color:#dddddd;
	text-decoration:none;
}
.left_menu li .level-1 .current a:hover{
	color:#000;
}
.level-1{
	padding:5px 0 0 0;
}
.mainpage_news_title{
	font-size:20px;
	line-height:1.3em;
}
.show_all{
	text-align:right;
	font-style:italic;
}
.blog .blog_item {
	border-bottom:1px solid #6A6A6A;
}
.blog .last_blog_item {
	border-bottom:0px;
}
.blog_comment,.blog_comment a:link,.blog_comment a:visited,.blog_comment a:hover{
	color: #6A6A6A;
}
.tags, .tags a:link,.tags a:visited,.tags a:hover{
	color: #6A6A6A;
}


.items_catalog li a img,.photo_list li a img,.object_image a img{
	padding:5px;
	background:url('/img/shadow.png')no-repeat;
	background-size:contain;
	background-position:bottom;
	padding-bottom:20px;
	margin:10px 0;
}
.object_image a img{
	margin-top:0;
}
.items_catalog li a:hover img,.photo_list li a:hover img,.object_image a:hover img{
	background:url('/img/shadow1.png')no-repeat;
	background-size:contain;
	background-position:bottom;
	padding-bottom:20px;
}
.items_catalog li, .photo_list li{
	width:210px;
	vertical-align:top;
}
.items_catalog .category_title, .items_catalog .object_title{
	padding:0 0 5px 0;
}
.items_catalog .simple_catalog_item .object_prefix_bottom{
	display:block;
}
.index_catalog{
	margin-top:20px;
}
.items_catalog li .prefix{
	margin-bottom:5px;
}
.object .buy_button{
	float:none;
}
.object .price_top{
	display:block;
}
.object .price_bottom{
	display:none;
}
.photo_list li a:hover img,.object_image a:hover img{
    box-shadow:0 0 10px #0D53A9;
}
.right_block{
	width:690px;
	float:right;
}
.left_block{
	width:220px;
	float:left;
	padding:15px;
	border: 1px solid #d9aac1;
	border-radius: 2px;
	background: #fff;
}

.index_news{
	margin:10px 0;
}
.index_news .top_date{
	display:none;
}
.index_news .bottom_date{
	display:block;
}
.index_news .news .news_item  .news_title{
	margin-bottom:3px;
}
.top_date,.bottom_date,.main_top_date{
	font-size:12px;
	color:#666;
	font-style:italic;
}
.photoalbum_index,.index_catalog{
	margin-top:15px;
}
.main_image img{
	margin-bottom:15px;
}
.breadcrumbs{
	margin:0 0 10px 0;
	line-height:1.3em;
	font-size:11px;
}
.numpages ul .active a:link,.numpages ul .active a:visited,.numpages ul .active a:hover{
	background-color:#A22E31;
}
.lower_menu{
	margin-top:25px;
	text-align: center;
}
.lower_menu ul li{
	display:inline-block;
	padding: 5px 10px;
	border-right: 1px solid gray;
	font-size: 12px;
	line-height:1em;
}
.lower_menu ul .last{
	border-right: none;
}
.lower_menu ul li a{
	color: #666;
}
.lower_menu ul li a:hover{
	color: #d5449b;
}
.lower_menu ul .current a{
	color: #000;
	text-decoration:none;
}
.footer{
	margin-top:30px;
	border-top:1px dashed #c7a3b5;
}
