@font-face{
   font-family: 'ALSRubl';
    src: url('fonts/ALSRubl.eot');
    src: url('fonts/ALSRubl.eot?#iefix') format('embedded-opentype'),
		url('fonts/ALSRubl.woff') format('woff'),
		url('fonts/rouble.ttf')  format('truetype'), 
		url('fonts/ALSRubl.svg#myfont') format('svg');
	font-weight: normal;
	font-style: normal;
   }
	
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: Arial;
    font-size: 14px;
}

html,body {
    height: 100%;
}

body{
    background: #ffe8c0;
	color: #303030;	
}

h1{
    color: #981515;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 26px;
	display: block;
	line-height: 28px;
}
h2{
	color: #631010;
	font-size: 18px;
    margin: 3px 0 15px 0;
}
h3{
	color: #981515;
	font-size: 18px;
    margin: 3px 0 5px 0;
	font-weight: normal;
}
h4 {
	color: #981515;
	font-size: 16px;
    margin: 3px 0 5px 0;
	font-weight: bold;
}
h5 {
	color: #981515;
	font-size: 14px;
    margin: 3px 0 2px 0;
	font-weight: bold;
}

p{
    color: #303030;
    line-height: 21px;
    margin-bottom: 15px;
}

a{
    color: #981515;
    outline: none;
}

a:hover{
    text-decoration: none;
}

a.tag_button{
	color: #b37f63; 
	outline: none; 
	background: #fff0d6; 
	padding: 2px; 
	border-radius: 4px; 
	border: solid 1px #e8cfa2; 
	text-transform: lowercase;
}

blockquote{
    background:  
        url(img/blockquote-top.png) no-repeat 0 0,
        url(img/blockquote-bottom.png) no-repeat 0 100%;
    font-style: italic;
    margin: 0 0 16px 0;
    padding: 8px 0 8px 0;
}

blockquote p{
	background: #f1d297 url(img/blockquote-middle.png) repeat-y 0 0;
	margin:0;
	padding: 17px 45px 17px 62px;
	color: #94473e;
}

blockquote p b{
	color: #7c0d00;
}

.clear{
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
}

#image-background {
    position: absolute !important;
    width: 1097px;
    height: 856px;
    overflow: hidden;
    z-index: 10;
}
#image-background div
{
	width: 100%;
	height: 100%;
}

#page{
    position: relative;
    z-index: 100;
}

.right-descr{
    color: #ffffff;
    position: absolute;
    top: 225px;
    right: 75px;
    width: 261px;
    margin-top: 45px;
}

.right-descr div{
    width: 261px;
}

.right-descr span{
    display: inline-block;
    font-size: 24px;
    padding-bottom: 11px;
}

.right-descr  a{
    background: url(img/more-bullet.png) no-repeat 0 50%;
    color: #ff7e01;
    padding-left: 12px;
}

#main-wrapper{
    border-left: 1px solid #cec1ad;
    border-right: 1px solid #cec1ad;
    -moz-box-shadow: 0 -4px 5px 4px #cec1ad;
    -webkit-box-shadow: 0 -4px 5px 4px #cec1ad;
    -o-box-shadow: 0 -4px 5px 4px #cec1ad;
    box-shadow: 0 -4px 5px 4px #cec1ad;
    width: 1099px;
    margin: 0 auto;
}

#main-wrapper.inner{
    /*background: url(img/inner-back.png) repeat-y 50% 0;*/
    min-height: 100%;
	position: relative;
}

#langs{
    float: right;
    height: 34px;
    margin: 7px 55px 0 0;
}

#langs a{
    color: #d7d6d6;
    font-size: 11px;
    padding: 5px 9px;
	text-decoration: underline;
}

.inner #langs a{
    color: #981515;
}

#langs a.active{
    background: #bba896;
    -moz-border-radius: 14px/12px;
    -webkit-border-radius: 14px/12px;
    -khtml-border-radius: 14px/12px;
    border-radius: 14px/13px;
    color: #ffffff;
    text-decoration: none;
}


/*header*/
#header{
    background: url(img/footer-back.png) repeat-y 0 0;
    clear: both;
    height: 134px;
    padding: 0 55px 0 75px;
}

#header-shadow{
    background: url(img/header-shadow.png) no-repeat 0 0;
    height: 17px;
    width: 1099px;
    position: absolute;
    z-index: 10;
}

#logo{
    background: url(img/logo.png) no-repeat 0 0;
    display: block;
    float: left;
    width: 185px;
    height: 182px;
    position: absolute;
    top: 19px;
    z-index: 20;
}

#header-left{
    float: left;
}

#logo-text{
    margin: 9px 0px 0 205px;
}

#top-menu{
    list-style: none outside;
    margin: 9px 0 0 205px;
}

#top-menu li{
    float: left;
}

#top-menu li a{
    color: #414141;
    font-size: 16px;
    padding: 5px 13px 5px 14px;
}

#top-menu li a:hover{
    background: #ffcc84;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    color: #587186;
}

#top-menu li a.active{
    background: #981515;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none
}

#social{
    float: right;
    margin: 32px 0px 0 0;
}

#social a{
    display: block;
    float: left;
    height: 34px;
    margin-right: 7px;
}

#social #dictionary{
    background: url(img/dict-icon.png) no-repeat 0 0;
    clear: left;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    margin: 22px 0 0 0;
    padding-left: 42px;
}
/*header end*/

/*main content*/
#main-content{
	padding: 0 55px 72px 75px;
}

#main-content ul{
	margin: 0 0 10px 0;
}
div.news-detail  ul , div.news-detail  ol{
    margin: 0 0 10px 20px !important;
}

#left-column{
    float: left;
    width: 179px;
	min-height: 304px;
}

#left-menu{
    background: rgba(132,132,132,0.5);
    background: -moz-linear-gradient(top, rgba(132,132,132,0.5),rgba(255,255,255,0));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(132,132,132,0.5)), to(rgba(255,255,255,0)));
    background: -o-linear-gradient(top, rgba(132,132,132,0.5),rgba(255,255,255,0));
    background: linear-gradient(top, rgba(132,132,132,0.5),rgba(255,255,255,0));
    list-style: none;
    padding: 42px 0 103px 0;
	min-height: 159px;
}

#left-column  .menu-inner{
    background: #c98672;
    background: -moz-linear-gradient(top, #c98672, #e6c9ab);
    background: -webkit-gradient(linear, left top, left bottom, from(#c98672), to(#e6c9ab));
    background: -o-linear-gradient(top, #c98672, #e6c9ab);
    background: linear-gradient(top, #c98672, #e6c9ab);
    position: relative;
}

#left-menu li{
    background: url(img/left-menu-separator.png) no-repeat 0 0;
    padding: 7px 0 8px 0;
}

#left-menu li.first{
    background: none;
    padding-top: 8px;
}

#left-menu li a{
    color: #fff;
    font-size: 16px;
	font-weight: bold;
    padding: 0 10px 0 20px;
    text-decoration: none;
	display: block;
}

#left-menu li a:hover{
    color: #ffc;
}

#left-column h5 a {
    font-weight: normal;
    margin: 20px 0 15px 0;
    text-align: center;
	display: block;
	text-decoration: none;
    color: #981515;
    font-size: 24px;
    line-height: 24px;
}
#left-column h5 a.small {
    font-size: 15px;
    line-height: 15px;
	margin: 10px 0 5px 0;
	text-decoration: underline;
}
#left-column h5 a.small:hover {
	text-decoration: none;
}
#left-scroller{
    position: relative;
}

#left-scroller .left-news-nav{
    display: block;
    position: absolute;
    width: 38px;
    height: 134px;
    top: 5px;
    z-index: 50;
}

#new-prev{
    background: url(img/left-prev-icon.gif) no-repeat 0 0;
}

#new-next{
    background: url(img/left-next-icon.gif) no-repeat 0 0;
    right: 0;
}

#left-scroller ul{
    list-style: none;
    width: 179px;
    height: 205px;
	/*height: 180px;*/
}

#left-scroller ul li{
    width: 179px;
	background: none !important;
}

#left-scroller ul a.left-new-img{
    /*background: #f1d29b;*/
    display: block;
    width: 169px;
    height: 134px;
    padding: 5px;
    text-align: center;
}

#left-scroller ul a.left-new-img img{
    border: 1px solid #fff;
    padding: 4px;
}

#left-scroller .left-new-link{
    display: block;
    color: #4f636e;
    margin: 15px 5px 0 5px;
    text-align: center;
}

#archive, .subscribe-title {
    background: #cb8a74;
    color: #fff;
    font-size: 12px;
    display: block;
    margin-top: 15px;
    padding: 8px 0 9px 0;
    text-align: center;
}

#slider-paginator{
    float: right;
	margin: 19px 5px 0 0;
    /*margin: 19px 225px 0 0;*/
}

#slider-paginator a{
    background: url(img/main-carousel.png) no-repeat 0 0;
    display: block;
    width: 28px;
    height: 15px;
    float: left;
    margin: 0 3px 0 0;
    font-size: 0;
    line-height: 0
}

#slider-paginator a.activeSlide{
    background: url(img/main-carousel-active.png) no-repeat 0 0;
}

.main-teaser{
    background: rgba(65,65,65,0.85);
    position: relative;
    bottom: 21px;
    width: 470px;
    min-height: 205px;
    padding: 13px 19px;
}

.main-teaser ul{
    list-style: none;
    overflow: hidden;
}

#left-teaser,#left-teaser2{
    float: left;
    margin-left: 75px;
}

#left-teaser ul,#left-teaser2 ul{
    width: 430px;
    height: 193px;
}

#left-teaser ul li,#left-teaser2 ul li{
    width: 430px;
    float: left;
}

#left-teaser img,#left-teaser2 img{
    border: 1px solid #fcc05f;
    float: left;
    margin: 0 22px 0 0;
    padding: 5px;
}

#left-teaser p, #left-teaser div {
    color: #e6e6e6;
    font-size: 12px;
    line-height: 18px;
    margin: 14px 0 12px 0;
}

#left-teaser a.teaser-head {
    color: #ff8d07;
    font-size: 18px;
}

#left-teaser-refresh{
    background: url(img/refresh.png) no-repeat 0 0;
    display: block;
    float: right;
    position: absolute;
    right: 30px;
    bottom: 21px;
    width: 23px;
    height: 22px;
    z-index: 100;
}

#right-teaser{
    float: right;
    margin-right: 65px;
}

#right-teaser h2, #left-teaser2 h2{
    border-right: 1px dotted #969696;
    float: left;
    color: #ff8d07;
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    padding-right: 12px;
    margin-right: 11px;
}
#left-teaser2 a.inline-link {
	display:inline-block;
	margin-top: 8px;
	font-size:12px;
	line-height:16px;
	color: #d1d1d1;
}

#archive-link, #photo-link{
    font-size: 12px;
    color: #d1d1d1;
    line-height: 16px;
}

#scroller, #scroller2{
    clear: both;
    margin-top: 0px; /*hde 30px*/
}

#scroller .scroller-nav, #scroller2 .scroller-nav{
    display: block;
    height: 135px;
    width: 54px;
}

#scroller #prev, #scroller2 #prev2 {
    background: url(img/prev-icon.png) no-repeat 10px 38px;
    float: left;
}

#scroller #next,#scroller2 #next2{
    background: url(img/next-icon.png) no-repeat 31px 38px;
    float: right;
}

#scroller ul, #scroller2 ul{
    float: left;
    overflow:hidden;
    width: 322px;
    height: 154px;
}

#scroller ul li,#scroller2 ul li, #left-teaser ul li{
    width: 322px;
	background: none !important;
}

#scroller ul img,#scroller2 ul img{
    border: 1px solid #fcc05f;
    float: left;
    margin: 0 26px 0 0;
    padding: 4px;
}

#scroller ul  a,#scroller2 ul  a{
    color: #fff;
    line-height: 20px;
    white-space: normal;
}

#scroller ul  a.teaser-head,#scroller2 ul  a.teaser-head{
    margin-right: 10px;
}

#scroller ul div,#scroller2 ul div{
    color: #e6e6e6;
    font-size: 12px;
    line-height: 17px;
    margin: 10px 10px 0 0;
}

#scroller ul div p,#scroller2 ul div p {
	color: #e6e6e6;
    font-size: 12px;
    line-height: 17px;
}

#right-column{
    padding: 30px 0 0 213px;
}

#content {
	float: left;
	width: 756px;
	line-height: 21px;
}

#content img{
    border: 1px solid #fff;
    padding: 3px;
	margin: 0 17px 10px 0;
}
#content img.img0 {
    border: 0;
    padding: 0;
	margin: 0;
}
/*main content end*/

/*footer*/
#hFooter{
    clear: both;
    height: 59px;
}

#footer{
    background: url(img/footer-back.png) repeat-y 0 0;
    -moz-box-shadow: 0 0 #cec1ad;
    -webkit-box-shadow: 0 0 #cec1ad;
    -o-box-shadow: 0 0 #cec1ad;
    box-shadow: 0 0 #cec1ad;
    clear: both;
    color: #614935;
    font-size: 12px;
	width: 1099px;
    height: 60px;
    margin: -59px auto 0 auto;
    padding: 14px 75px 0 75px;
    position: relative;
    z-index: 100;
	min-width: 320px;
}

#copyright{
    color: #614935;
    font-size: 12px;
    line-height: 14px;
    float: left;
    margin: 0;
}

#copyright a{
    color: #91181d;
    font-size: 12px;
    line-height: 28px;
}

#footer em{
    display: block;
    line-height: 18px;
    padding-left: 213px;
}
div.bx-auth-title, div.bx-auth-line {
	border-color: #cb8a74;
}
.auth {
	font-style:normal;
	font-size: 12px;
	line-height: 28px;
	margin-left:200px;
	color: #91181d;
}
.key-auth {
	position: absolute;
	top: 14px;
	left: 14px;
	height: 22px;
}
.orphus {
	position: absolute;
	top: 10px;
	right: 65px;
}
.search-form {
	float: left;
	margin: 0 108px 0 0;
}
hr {
	color:#91181d;
	background-color:#91181d;
	height: 1px;
	border-width:0px;
    margin: 4px 0 0 0;
}
a.wikilink2 {
	/*color: #996652;*/
	text-decoration: none;
}
.share-dialog {
	z-index: 1;
}
small {
    font-size: 11px;	
	color: #555;	
}
.qtip-wrapper {}
.qtip-tip {}
.qtip-content {
	color: #300 !important;
}
#search-block {
	position:absolute;
	top: 6px;
	right: 455px;
	width:200px;
	opacity: 0.8;
	filter:alpha('opacity=80');
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}
#search-input, #subscribe-input {
	float:left;
	width:44px;
	display:inline;
	height:18px;
	border:none;
	background:none;
	padding:2px;
	/*font:italic 16px;*/
	font-size: 14px;
	color:#656565;
}
.subscribe-submit {
	position:absolute;
	top:-1px;
	right:-33px;
	height:22px;
	width:40px;
	cursor:pointer;
	text-align:center
}
/* ���� ����� � ������������� �������� */
.input_skin {
 float:left;
 display:inline;
 background:url(/images/inpbg.jpg) repeat-x;
 position:relative;
 height:21px;
 margin-left:5px;
}
/* margin-left:5px � ��� ������� 5px, ����� ����� ����������� ������ �� ��������
display:inline; � �����������, ����� ����� ����������� ������������ � ie6 */ 
.input_left {
 position:absolute;
 background:url(/images/conl.png);
 width:5px;
 left:-5px;
 height:21px
}
.input_right {
 position:absolute;
 background:url(/images/conr.png);
 width:5px;
 left:100%;
 height:21px
}
/*���� ����� ������ ����� ������*/
.width100 {
 width:200px !important;
}
.outofimg{position:relative;margin:0;} /* ������������ �������� (position). */
.alertonimg{ /* ����� ��� ������������ ����� */
	padding:4px 5px;
	display:block;
	position:absolute;bottom:5px;right:-12px;
	border: 1px solid #ffeeab !important;
	background:#fff;
	opacity: 0.85;
	filter:alpha('opacity=85');
	-moz-opacity: 0.85;
	-webkit-opacity: 0.85;
}
.print_ver {
	position: absolute;
	z-index: 999;
	top: 205px;
	right: 55px;
	width: 140px;
	height: 24px;
}
.print_ver small{
	font-size: 11px;
	color: #81718f;
}
.print_ver a{
	text-decoration: none;
	display: block;
	padding: 4px 0 0 0;
}
.print_ver a:hover{
	text-decoration: underline;
}
.basket_line {
	position: absolute;
	z-index: 999;
	top: 239px;
	right: -14px;
	width: 200px;
}
.basket_line p{
	line-height: 15px;
	font-size: 11px;
	color: #555;
	display: block;
	margin: 8px 0 0 2px;
}
.basket_line p a{
	font-weight: normal;
}
/*Table*/
table.sale_basket_basket {
	width:100%;
    background: #fff3de;
	border-collapse:collapse;
	font-size:12px;
}
/*Table head*/
table.sale_basket_basket th {
	background:#981515;
	text-align: center;
	color:#fff;
}

/* Table cells and heads*/
table.sale_basket_basket th, table.sale_basket_basket td {
	border:1px solid #f4c4a7;
	padding: 3px 5px;
	vertical-align:middle;
}
table.sale_basket_basket td, table.sale_basket_basket td a, table.sale_basket_basket td span{
	font-size:16px;
}
table.sale_basket_basket td img {
	vertical-align:middle;
}
.catalog-price {
	text-align: center;
	width:100%;
	line-height: 18px;
	margin: 10px 0 0 0;
}
.catalog-price span.price, span.price {
	color:red;
	font-weight: 700;
}
.basket_message {
	font-weight: 700;
}
.catalog-element {
	margin: 0 0 25px 0;
}
.news-detail-share img{
	margin: 0 !important;
	border: 0 !important;
}
#asd_share_buttons img{
	border:0;
	margin:0;
	padding:3px;
}
.catalog-element li, .catalog-section li {
	margin-left: 20px;
	/*border-bottom: 1px solid #dda485;*/
}
.catalog-element li {
	margin-bottom: 8px;
}
.catalog-section-list li {
	margin: 0 0 35px 0;
}
.catalog-section hr, hr.light { 
	color:#dda485;
	background-color:#dda485;
}
.catalog-section .description
{
	margin: 0 0 20px;
}
.menu-grad {
    background-color: rgba(205,40,40,0.3) !important;
}
a.tech-link {
	color: #61516F;
	font-size: 12px;
	text-decoration: none;
}
a.tech-link:hover{
	text-decoration: underline;
}
.opacity10 {
	opacity: 0.5;
	filter:alpha('opacity=50');
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	color: #aaa;
}
#subscribe-block {
	height:50px;
	/*display:none;*/
}
.search-page hr {
	color:#fff;
	background-color:#fff;
	height: 1px;	
	margin: 6px 0 8px 0;
}
p.paragraph_style, span.style {
    font-style: italic;
}
p.paragraph_style_2 {
	font-weight: bold;
}
.news-detail .news-date-time {
	display: block;
	margin-bottom: 15px;
}
.news-list hr {
	color: #fdd;
	background-color: #fdd;
}

/* New styles */
#header_mobile
{
	position: relative;
	height: 150px;
	padding: 18px 10px 0;
	/*background: url(img/header_mobile_backgr.png) center top no-repeat;*/
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header_mobile .header_action
{
	float: right;
}
#header_mobile .header_action .search, #header_mobile .header_action .cart
{
	display: inline-block;
    margin: 0 10px 0 5px;
    vertical-align: middle;
}
#header_mobile .header_action .search .icon_search
{
	display: inline-block;
	width: 28px;
	height: 27px;
	cursor: pointer;
	background: url(img/icon_search.png) 0 0 no-repeat;
}
#header_mobile .header_action .cart .icon_cart
{
	position: relative;
	display: inline-block;
	width: 30px;
	height: 27px;
	cursor: pointer;
	background: url(img/icon_cart.png) 0 0 no-repeat;
}
#header_mobile .header_action .cart .icon_cart .cart_value
{
	position: absolute;
    right: -10px;
    top: -6px;
    display: inline-block;
    width: 18px;
    height: 18px;
    padding: 4px;
    background-color: #fff;
    color: #ab5445;
    font-size: 8px;
    border: 1px solid #ab5445;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align: center;
	line-height: 8px;
    background-clip: padding-box;
}
#header_mobile .navbar	
{
    float: left;
}
#header_mobile .navbar .menu_mobile
{
	margin-right: 15px;
	padding: 0;
    background: none;
    border: none;
    outline: none;
	cursor: pointer;
	vertical-align: middle;
}
#header_mobile .navbar .menu_mobile .icon-bar {
	display: block;
    height: 5px;
    width: 30px;
    background-color: #983c3c;
}
#header_mobile .navbar .menu_mobile .icon-bar + .icon-bar {
    margin-top: 6px;
}
#header_mobile .navbar .lang_panel
{
	position: relative;
    display: inline-block;
    vertical-align: middle;
}
#header_mobile .navbar .lang_panel .lang_link
{
    padding: 7px 6px 5px;
    border: 1px solid #ffe6c5;
    color: #ab5445;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    line-height: 1;
}
#header_mobile .navbar .lang_panel .langs_cont
{
	display: none;
	position: absolute;
	width: 95px;
	padding: 15px 0;
	background: #fee6d0;
    z-index: 200;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2);
}
#header_mobile .navbar .lang_panel .langs_cont .item
{
	display: block;
	padding: 7px 15px;
	font-size: 12px;
	color: #333333;
    cursor: pointer;
}
#header_mobile .navbar .lang_panel .langs_cont .item.active
{
	background: #fdddc0;
}
#header_mobile .logo
{
	position: absolute;
    margin: 0 auto;
    top: 10px;
    right: 0;
    left: 0;
	width: 267px;
	height: 128px;
	text-align: center;
	/*background: url(img/logo_sm.png) 0 0 no-repeat;*/
}
#header_mobile .navbar_menu
{
	display: none;
    position: fixed;
    left: 0;
    background: #5a4a53;
    top: 0;
	bottom: 0;
    width: 255px;
	padding: 17px 0 100px 0; 
    overflow: auto;
	z-index: 60;
	-webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header_mobile .navbar_menu.open
{
	display: block;
}
body.open_menu
{
    position: absolute;
    left: 255px;
    overflow: hidden;
    top: 0;
    height: 100%;
    right: 0;
	width: 100%;
}

#header_mobile .navbar_menu .menu li a
{
	display: block;
	padding: 15px 17px;
	font-size: 17px;
	color: #f1e0d0;
	text-decoration: none;
}
#header_mobile .navbar_menu .menu li.sel > a
{
   background: #73353a;
    color: #fff;
}
#header_mobile .navbar_menu .menu .submenu
{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.15s ease-out;
	background: #483b42;
}
#header_mobile .navbar_menu .menu li.sel .submenu
{
   /*	display: block;*/
}
#header_mobile .navbar_menu .menu .submenu li a
{
    padding: 15px 27px;
	font-size: 15px;
}
#header_mobile .navbar_menu .menu .submenu li.sel a
{
/*	color: #fff;
	font-weight: bold; */
	background: #483b42;
    text-decoration: underline;
}

#footer .cont_mobile
{
	font-size: 0;
}
#footer  .cont_mobile .social_links
{
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 30px;
	vertical-align: middle;
}
#footer  .cont_mobile .social_links:last-child
{
	margin: 0;
}
#footer  .cont_mobile .social_links.icon_vk
{
	background: url(img/icon_vk.jpg) 0 0 no-repeat;
	background-size: cover;
}
#footer  .cont_mobile .social_links.icon_fb
{
	background: url(img/icon_facebook.jpg) 0 0 no-repeat;
	background-size: cover;
}
#footer  .cont_mobile .social_links.icon_yt
{
	background: url(img/icon_youtube.jpg) 0 0 no-repeat;
	background-size: cover;
}
#footer  .cont_mobile .social_links.icon_na
{
	background: url(img/icon_nathi.png) 0 0 no-repeat;
	background-size: cover;
}
#footer  .cont_mobile .social_links.icon_tg
{
	background: url(img/icon_tg.png) 0 0 no-repeat;
	background-size: cover;
}
#footer  .cont_mobile .social_links.icon_tw
{
	background: url(img/twitter-logo.jpg) 0 0 no-repeat;
	background-size: cover;
}
.main_title a
{
	display: inline-block;
	margin-right: 20px;
	color: #e88200;
	text-decoration: underline;
	font-size: 26px;
}
.main_slider .owl-carousel .item
{
	width: 190px !important;
}
.main_slider .owl-carousel .item .item_img
{
	margin: 0 0 15px;
	padding: 5px;
	border: 1px solid #ffffff;
    height: 280px;
    overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}	
.main_slider .owl-carousel .item .item_img img
{
	max-width: 100%;
	max-height: 100%;
}
.main_slider .owl-carousel .item .item_link
{
	font-size: 16px;
	line-height: 22px;
	color: #981515;
	text-decoration: underline;
}
.main_slider .owl-carousel .owl-controls
{
    position: absolute;
    right: 0;
    bottom: 1px;
    background: #fdddc0;
    padding: 0 7px 30px 0;
    width: 110px;
    text-align: right;
	top: 0px;
	height: 39px;
	margin-top: -50px;
}
.main_slider .owl-carousel .owl-controls .owl-prev
{
	display: inline-block;
	width: 6px;
	height: 12px;
    margin-right: 38px;
	vertical-align: middle;
	background: url(img/slider_arrows.png) 0 0 no-repeat;
}
.main_slider .owl-carousel .owl-controls .owl-prev.active
{
	width: 34px;
	height: 34px;
	margin-right: 23px;
	vertical-align: middle;
	background-position: 0 -42px;
}
.main_slider .owl-carousel .owl-controls .owl-next
{
	display: inline-block;
	width: 34px;
	height: 34px;
	vertical-align: middle;
	background: url(img/slider_arrows.png) -53px -42px no-repeat;
}
.main_slider .owl-carousel .owl-controls .owl-next.inactive
{
	width: 34px;
	height: 12px;
	background-position: -53px 0;
}
.main_slider
{
	position: relative;
    padding: 15px 0 20px;
}
.main_slider:before
{
	content: '';
	position: absolute;
	top: 0;
    right: -6px;
	width: 6px;
	height: 100%;
	background: url(img/slider_shadow.png) 0 0 no-repeat;
}
.catalog-section .item
{
	position: relative;
	overflow: hidden;
	margin: 0 0 25px;
}
.catalog-section .item .item_info
{
	width: 167px;
    float: left;
}
.catalog-section .item .item_content
{
	margin-left: 185px;
}
.catalog-section .item .item_title
{
	margin: 0 0 15px;
}
.catalog-section .item .item_img
{
	margin: 0 0 10px;
}
.catalog-section .item .item_price .price
{
	margin: 0 0 7px;
}
.catalog-section .item .item_price .price, .catalog-section .item .rouble
{
	font-size: 16px;
}
.catalog-section .item .rouble 
{
	font-family: 'ALSRubl', arial, sans-serif;
    font-weight: bold;
}
.catalog-section .cart_link
{
	display: inline-block;
    min-width: 120px;
    padding: 7px 13px;
    background: #983c3c;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    box-sizing: border-box;
}
.catalog-section .cart_link:before
{
	content: '';
	display: inline-block;
	width: 13px;
	height: 12px;
    vertical-align: middle;
    margin: -4px 7px 0 0;
	background: url(img/icon_cart_wh.png) 0 0 no-repeat;
}
.catalog-element .item_info {
    width: 167px;
    float: left;
}
.catalog-element .item_content {
    margin-left: 185px;
}
.catalog-element .item_info .catalog-price .price {
    margin: 0 0 7px;
}
.catalog-element .item_info .catalog-price .price, .catalog-element .item_info .catalog-price.rouble
{
	font-size: 16px;
}
.catalog-element .item_info .cart_link {
    display: inline-block;
    min-width: 120px;
    padding: 7px 13px;
    background: #983c3c;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    box-sizing: border-box;
}
.catalog-element .item_info .cart_link:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 12px;
    vertical-align: middle;
    margin: -4px 7px 0 0;
    background: url(/bitrix/templates/dharma_responsive/img/icon_cart_wh.png) 0 0 no-repeat;
}
.bx-auth .bx-auth-table .form_row
{
	margin: 0 0 5px;
}
.bx-auth .bx-auth-table .form_row .bx-auth-label
{
	display: inline-block;
    width: 80px;
    text-align: right;
    font-weight: bold;
}
.bx-auth .bx-auth-table .form_row .bx-auth-input_wrap
{
	display: inline-block;
}
.bx-auth .bx-auth-table .form_row .remember, .bx-auth .bx-auth-table .form_row .authorize-submit-cell
{
    margin-left: 83px;
}
.bx-auth .bx-auth-table .form_row {
		margin: 0 0 15px;
}
.bx-auth .bx-auth-table .form_row .bx-auth-input
{
	width: 302px;
	padding: 4px 5px;
	border: 1px solid #ffffff;
	background: #fee6d0;
}
.bx-auth .bx-auth-table .form_row .bx-auth-input:focus
{
	border: 1px solid #983c3c;
	outline: none;
}
#content .bx-registration-table .form_row .form_label
{
	display: inline-block;
    width: 198px;
    font-weight: bold;
    vertical-align: top;
}
#content .bx-registration-table .form_row
{
	margin: 0 0 15px;
}
#content .bx-registration-table .form_row .form_input
{
	display: inline-block;
    vertical-align: top;
}
#content .bx-registration-table .form_row .form_input input
{
    width: 302px;
    padding: 4px 5px;
    border: 1px solid #ffffff;
    background: #fee6d0;
}
#content .bx-registration-table .form_row .form_input input:focus
{
	border: 1px solid #983c3c;
    outline: none;
}
#fancybox-wrap, #fancybox-content, #fancybox-img
{
    box-sizing: content-box;

}
a.fancybox
{
	display: block;
}
.bx-auth .bx-auth-table .form_row .authorize-submit-cell input, .bx-registration-table .form_row input[type=submit]
{
	width: 302px;
	padding: 7px 13px;
	background: #983c3c;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	text-transform: uppercase;
	box-sizing: border-box;
	border: none;
	outline: none;
	font-size: 14px;
}
.bx-auth .starrequired
{
	color: #a02f2a;
}
#content .mfeedback .mf-req
{
	color: #981515;
}
#content .mfeedback form input[type="text"], #content .mfeedback form textarea
{
    width: 302px;
    padding: 4px 5px;
    border: 1px solid #ffffff;
    background: #fee6d0;
}
#content .mfeedback form div[class^=mf]
{
	margin: 0 0 11px;
}
#content .mfeedback form input[type="text"]:focus, #content .mfeedback form textarea:focus
{
	border: 1px solid #983c3c;
    outline: none;
}
#content .mfeedback form input[type=submit] {
    width: 302px;
    padding: 7px 13px;
    background: #983c3c;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-size: 14px;
}
.hide_el
{
	display: none!important;
}
.sale_basket_basket.data-table .basket_item
{
	margin: 0 0 25px;
}
.sale_basket_basket.data-table .basket_item .title
{
	margin: 0 0 10px;
}
.sale_basket_basket.data-table .basket_item .title span
{
	font-size: 16px;
}
.sale_basket_basket.data-table .basket_item .title a
{
	font-size: 16px;
	color: #981515;
	text-decoration: underline;
}
.sale_basket_basket.data-table .basket_item .title a strong
{
	font-weight: normal;
}
.sale_basket_basket.data-table .basket_item .item_content
{
    position: relative;
	overflow: hidden;
	min-height: 180px;
}
.sale_basket_basket.data-table .basket_item .item_content .item_img
{
	float: left;
	margin-right: 10px;
}
.sale_basket_basket.data-table .basket_item .item_info
{
	float: left;
}
.sale_basket_basket.data-table .basket_item .item_price
{
	margin: 0 0 15px;
}
.sale_basket_basket.data-table .basket_item .item_price span
{
	font-size: 16px;
	font-weight: bold;
}
.sale_basket_basket.data-table .rouble 
{
	font-family: 'ALSRubl', arial, sans-serif;
    font-weight: bold;
}
.sale_basket_basket.data-table .basket_item .item_count a
{
    display: inline-block;
    vertical-align: top;
}
.sale_basket_basket.data-table .basket_item .input_count
{
	width: 50px;
    text-align: center;
	background: none;
	font-size: 16px;
    height: 34px;
	border: 1px solid #fff;
	border-right: none;
    border-left: none;
}
#content .sale_basket_basket.data-table .basket_item .item_count img
{
	max-width: none;
}
#content .sale_basket_basket.data-table .basket_item .item_count .text
{
	margin-bottom: 5px;
}
.sale_basket_basket.data-table .basket_item .item_remove
{
	position: absolute;
    bottom: 0;
}
.sale_basket_basket.data-table .basket_item .item_remove a
{ 
    display: inline-block;
    min-width: 120px;
    padding: 10px 13px;
    background: #983c3c;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
}
.sale_basket_basket .summ
{
	font-size: 16px;
}
.catalog-element .item_content .pay_system .pay_logo
{
	min-width: 183px;
}
.open_m .submenu
{
    max-height: 700px!important;
    transition: max-height 0.25s ease-in;
}
.fix_body
{
position: fixed;
width: 100%;
height: 100%;
}
.fix_body .hover_body {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 49;
    opacity: .5;

}
#content img
{
	height: auto!important;
}
#content img[align="right"] {
	margin-left:15px;
}
#content img[align="middle"] {
	margin:0 auto;
	display:block;
}
