/* Общие правила */
.clear {clear: both;}
*{
	margin: 0;
	padding: 0;
}
html, 
body{
	background: #ffffff;
	height: 100%;
    font-family: Tahoma;
    font-size: 12px;
}
img{
	border: none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.show_mobile_menu, .mobile {display: none;}
.inner {
	width: 100%;
	position: relative;
	max-width: 968px;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.inner:after {
	content: "";
	display: block;
	clear: both;
}
#container{
	position: relative;
	width: 100%; /* width: 1000px; */
	margin: 0px auto;
	min-height: 100%;
}
.clear{
	clear: both;
}

	/* Хэдер */
#header{
	width: 100%;
	/* width: 968px; */
	margin: 0 0 20px;
}
.header-top, 
.header-center, 
.header-bottom{
	width: 100%;
    margin: 0 auto;
}
	/* Хэдер - Верх */	
.header-top{
    background: url("images/head.jpg") repeat 50% 50%;
    height: 133px;
    max-width: 930px;
	position: relative;
}
a.top-logo{
    float: left;
    height: 100%;
    width: 100%;
}
.soc {position: absolute; left: 0; bottom: 5px; }
.soc img {width:25px; padding:5px; height:auto}
#auth-block{
    bottom: 5px;
    position: absolute;
    right: 0;
}
#auth-block a{	
	text-decoration: none;
	color: #846716;
	font-size: 10pt;
	display: block;
}
#auth-block a span{
	float: left;
}
#auth-block a img{
    float: left;
	margin: 4px 2px;
}
#auth-block .authed_top{
    margin-right: 0;
    text-align: right;
	position: relative;
}
#auth-block .authed-top-sub{
    border-bottom: 1px solid #C5C5C5;
    bottom: 18px;
    display: none;
    padding-bottom: 3px;
    position: absolute;
    right: 0;
	width: 100%;
}
#auth-block .username a{
	padding-top: 3px;
}
#auth-block .username a:hover{
	text-decoration: underline;
}
#auth-block .username:hover .authed-top-sub{
	display: block;
}
.ayurveda-auth-form{
 
}
.ayurveda-auth-form-line{
	margin: 5px 0;
}

	/* Хэдер - Центр */	
.header-center{
    background: url("images/menu_background.png") no-repeat 50% 50% transparent;
    height: 73px;
    max-width: 964px;
	position: relative;
	z-index: 2;
}
.top-search{
	position: absolute;
	width: 163px;
	height: 25px;
	top: 5px;
	left: 15px;
}
.top-search-left, 
.top-search-right{
    float: left;
    height: 23px;
    width: 9px;
}
.top-search-left{
    background: url("images/search_form_left.png") no-repeat scroll 0 0 transparent;
}
.top-search input{
    background: url("images/search_form.png") repeat-x scroll 0 0 transparent;
    border: medium none;
    float: left;
    height: 23px;
    padding-left: 10px;
    width: 135px; outline: none;
}
.top-search-submit{
    background: url("images/loupe.png") no-repeat scroll 0 0 transparent;
    height: 9px;
    left: 8px;
    position: absolute;
    top: 8px;
    width: 9px;
	cursor: pointer;
}
.top-search-right{
    background: url("images/search_form_right.png") no-repeat scroll 0 0 transparent;
}
.top-menu{
	width: 100%;
    margin: 0;
	padding-left: 185px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.top-menu ul{
	list-style-type: none;
}
.top-menu ul:after {
	content: "";
	display: block;
	clear: both;
}
.top-menu ul li{
    display: inline-block;
    margin: 2px -3px;
}
.top-menu-hover-left-level-1, 
.top-menu-hover-right-level-1{ 
    float: left;
    height: 30px;
    width: 8px;
}
.top-menu ul li a{    
    color: #573700;
    float: left;
    height: 30px;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px #FFF568;
}
.top-menu ul li:hover .top-menu-hover-left-level-1{
	background: url("images/button_hover_left.png") no-repeat scroll 0 0 transparent;
}
.top-menu ul li:hover a.top-menu-link-level-1{
	background: url("images/button_hover_center.png") repeat-x scroll 0 0 transparent;
}
.top-menu ul li:hover .top-menu-hover-right-level-1{
	background: url("images/button_hover_right.png") no-repeat scroll 0 0 transparent;
}
.top-menu ul li.has-submenu:hover .top-menu-hover-left-level-1{
	background: url("images/button_active_left.png") no-repeat scroll 0 0 transparent;
}
.top-menu ul li.has-submenu:hover a.top-menu-link-level-1{
	background: url("images/button_active_center.png") repeat-x scroll 0 0 transparent;
}
.top-menu ul li.has-submenu:hover .top-menu-hover-right-level-1{
	background: url("images/button_active_right.png") no-repeat scroll 0 0 transparent;
}
.top-menu ul li:hover ul{
	opacity: 1;
}
.top-menu ul.top-menu-level-2{
    background: url("images/submenu1_background.png") repeat scroll 0 0 transparent;
    opacity: 0;
    left: 3px;
    position: absolute;
    top: 32px;
    width: calc(100% - 6px); /* width: 951px; */
	height: 33px;
	text-align: center;
	transition: all 0.4s ease-in-out 1s 0s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.top-menu ul li ul li{
	margin: 7px 2px;
}
.top-menu-hover-left-level-2, 
.top-menu-hover-right-level-2{ 
    float: left;
    height: 19px;
    width: 3px;
}
.top-menu ul li ul li a{
    text-decoration: underline;
	height: 19px;
	padding: 0;
}
.top-menu ul li ul li:hover .top-menu-hover-left-level-2{
	background: url("images/submenu_button_hover_left.png") no-repeat scroll 0 0 transparent;
}
.top-menu ul li ul li:hover a.top-menu-link-level-2{
	background: url("images/submenu_button_hover_center.png") repeat-x scroll 0 0 transparent;
	text-decoration: none;
}
.top-menu ul li ul li:hover .top-menu-hover-right-level-2{
	background: url("images/submenu_button_hover_right.png") no-repeat scroll 0 0 transparent;
}
	/* Хэдер - Низ */	
.header-bottom{
    position: relative;
    z-index: 1;
}
.top-banners{
    margin: -12px auto 0;
    width: 933px;
	height: 378px;
	position: relative;
	overflow: hidden;
}
.top-banners-block {
//	display: none;
    left: 0;
    position: absolute;
    top: 0;	
}
.top-banner{
    border: 1px solid #FFE899;
    float: left;
    height: 187px;
    position: relative;
    width: 308px;
}
.top-banner:hover .top-banner-inner{
    display: block;
}
.top-banner img{
    position: relative;
    z-index: 1;
}
.top-banner-inner{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
	background: rgba(255, 255, 255, 0.9);
    display: none;
}
.top-banner-inner h2, 
.top-banner-inner span{
    color: #777777;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 10px;
}
.top-banner-inner h2{
    margin-top: 10px;
    text-transform: uppercase;	
}
.top-banner-inner span{
	display: block;
}
.top-banner-inner ul{
    float: left;
    list-style-type: none;
    margin-left: 10px;
    width: 134px;
}
.top-banner-inner ul li{
    float: left;
    width: 100%;
}
.top-banner-inner ul li a{
    color: #777777;
}
.top-banner-inner ul li a:hover{
	text-decoration: none;
}
.top-pattern{
    background: url("images/pattern1.png") no-repeat scroll 0 0 transparent;
    height: 48px;
    margin: -21px auto;
    width: 248px;
}
.top-products{
    height: 191px;
    margin: -27px auto;
    width: 920px;
	padding-bottom: 50px;
display: none;
}
.top-products-item, 
.top-products .active{
    cursor: pointer;
    float: left;
    height: 191px;
    margin-right: -5px;
    position: relative;
    width: 186px;
}
.top-products-item-top{
    background: url("images/button.png") no-repeat scroll 0 -47px transparent;
    height: 5px;
    left: 0;
    position: absolute;
    top: 34px;
    width: 184px;
}
.top-products-item-available:hover .top-products-item-top{
	background-position: 0 -57px !important;
}
.top-products-item-top-spacer{
    border-left: 2px solid #ffe699;
    border-right: 2px solid #ffe699;
    display: none;
    height: 0px;
    left: 0;
    margin: 0 5px;
    position: absolute;
    top: 39px;
    width: 172px;
}
.top-products-item-available:hover .top-products-item-top-spacer{
	background: none !important;
}
.top-products  img{
    margin: 39px 7px 0;
}
.top-products-item-center{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
    height: 111px;
    left: 5px;
    position: absolute;
    top: 39px;
    width: 176px;
}
.top-products-item-center-left, 
.top-products-item-center-right{
	background: #D9A20E;
    height: 111px;
    width: 2px;	
}
.active .top-products-item-center-left, 
.active .top-products-item-center-right{
	background: url("images/button.png") no-repeat scroll -186px 0 transparent;
}
.top-products-item-center-left{
    float: left;
}
.top-products-item-center-right{
    float: right;
}
.top-products-item-available:hover .top-products-item-center{
	background: none !important;
}
.top-products-item-available:hover .top-products-item-center-left, 
.top-products-item-available:hover .top-products-item-center-right{
	background: #FFBD0B !important;
}
.top-products-item-bottom{
    background: url("images/button.png") no-repeat scroll 0 -62px transparent;
    height: 47px;
    width: 184px;
	position: relative;
}
.top-products-item-available:hover .top-products-item-bottom{
	background-position: 0 0 !important;
}
.top-products-text{
    bottom: 20px;
    left: 7px;
    position: absolute;
    text-align: center;
    width: 172px;
    z-index: 2;	
}
.top-products .active .top-products-item-available, 
.top-products .active .top-products-item-blocked{
    height: 196px;
    left: 0;
    position: absolute;
    top: 0;
    width: 191px;
}
.top-products .active .top-products-item-available{
    z-index: 1;
}
.top-products .active .top-products-item-blocked{
    z-index: 2;
}	
	/* Центр */
#main{
    margin: 0 auto;
    padding-bottom: 0;
    width: 100%; /* width: 968px; */
	display: block;
}
	/* Центр - Левый блок */
.left-block{
    float: left;
	width: 210px;
}
.left-menu-top, 
.left-menu-bottom{
    height: 12px;
    width: 179px;
}
.left-menu-top{
    background: url("images/left_menu_top.png") no-repeat scroll 0 0 transparent;
}
.left-menu ul{
    background: url("images/left_menu_center.png") repeat-y scroll 0 0 transparent;
    list-style-type: none;
    padding: 0 15px;
}
.left-menu ul li{
    min-height: 37px;
	height: auto;
    position: relative;
    width: 160px;
}
.left-menu ul li:last-child > a{
	border-bottom: none;
}
.left-menu ul li:hover > ul{
	display: block;
}
.left-menu ul li ul li:hover > ul{
	display: block;
}
.left-menu ul li ul li ul li:hover > ul{
	display: block;
}
.left-menu .left-menu-link-level-1 {background: url(images/arrow.png) no-repeat 90% 50%;}
.left-menu a{
    border-bottom: 1px solid #C5C5C5;
    color: #000000;
    float: left;
    padding: 10px 0 10px 15px;
    text-decoration: none;
    width: 93%;
}
.left-menu a img{
	float: right;
}
.left-menu a:hover{
	text-decoration: underline;
}
.left-menu ul li ul{
    border-bottom: 1px solid #C5C5C5;
    border-top: 1px solid #C5C5C5;
    display: none;
    left: 164px;
    position: absolute;
    top: -1px;
    width: 148px;
    z-index: 2;
}
.left-menu-bottom{
    background: url("images/left_menu_bottom.png") no-repeat scroll 0 0 transparent;
}
.left-block .separator{
    background: #C5C5C5;
    height: 1px;
    margin: 40px 0 30px 35px;
    width: 50%;
}
.left-banners{
	padding: 10px;
	width: 153px;
}
a.left-banner{ 
    height: 233px;
    width: 153px;
}
.left-banners-bottom{ 
    background: url("images/banner_shadow.png") no-repeat scroll 0 0 transparent;
    height: 10px;
    margin-top: -3px;
    width: 149px;
}
	/* Центр - Центральный блок */
.content-block{
    float: left;
    padding: 0 13px;
    width: calc(100% - 210px - 210px); /* width: 520px; */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
}
#weektitle {
    color: #FF9A39;
    display: block;
    font-size: 17px;
    margin-bottom: 8px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}



.content-block h1{
    color: #C0C0C0;
    font-size: 24px;
    font-weight: normal;
    height: 32px;
    overflow: hidden;
    width: auto;
}
	/* Центр - Каталог на главной */
.catalog-main{
    float: left;	
}
.catalog-main-item-block{
    border-bottom: 1px solid #C5C5C5;
    float: left;
    padding: 35px 0;
}
.catalog-main-item-block:last-child{
    border: none;
}
.catalog-main-item{
    border-right: 1px solid #C5C5C5;
    float: left;
    height: 320px;
    padding: 15px;
    width: 138px;
    position: relative;
}
.catalog-main-item a, 
.catalog-main-item-price{
    color: #FF7E00;
    font-size: 13px;
    font-weight: bold;
}
.catalog-main-item-price img {
	background-size: 100% auto;
    display: inline-block;
    width: 9px;
}
.catalog-main-item a:hover{
	text-decoration: none;
}
.catalog-main-item-desc{
    color: #979797;
    padding: 5px;
	font-size: 10px;
}
.catalog-main-item-bottom{
    bottom: 0;
    color: #A8A8A8;
    font-size: 11px;
    height: 22px;
    left: 15px;
    line-height: 20px;
    position: absolute;
    width: 145px;
}
.catalog-main-item-price{
	float: left;
    height: 22px;
    line-height: 22px;
	margin-right: 10px;
}
.catalog-main-item-basket, 
.catalog-main-item-basket-active{
    /*float: right;
    height: 23px;
    width: 81px;*/
    cursor: pointer;
    background: #fc9A59;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff !important;
    font-weight: 700;
    border: 1px solid #C5C5C5;
    font-size: 13px;
    letter-spacing: 1.8px;
    width: 80%;
    text-align: center;
    height: auto;
    padding: 6px;
}
/*.catalog-main-item-basket{
    background: url("images/cart_buton.png") no-repeat scroll 0 0 transparent;
}
.catalog-main-item-basket-active{
    background: url("images/cart_buton_active.png") no-repeat scroll 0 0 transparent;
}*/
.catalog-main-item-basket.no-float {
	float: none;
	margin: auto;
	display: block;
	margin-top: 10px;
}

	/* Центр - Список элементов каталога */
.catalog-list{
    float: left;	
    padding: 5px 0;	
}
.catalog-list-item-block{
    border-bottom: 1px solid #C5C5C5;
    float: left;
    padding: 35px 0;
}
.catalog-list-item-block:last-child{
    border: none;
}
.catalog-list-item{
    border-bottom: 1px solid #C5C5C5;
    padding: 15px 0;
	float: left;
}
.catalog-list-item:last-child{
	border: none;
	padding-bottom: 40px;
}
.catalog-list-item a, 
.catalog-list-item-price{
    color: #FF7E00;
    font-size: 14px;
    font-weight: bold;
}
.catalog-list-item a:hover{
	text-decoration: none;
}
.catalog-list-item a img{
	width: 100%;
	border: 1px solid #c5c5c5;
	margin-top: 10px;
}
.catalog-list-item-desc{
    color: #979797;
    padding: 10px 5px;
}
.catalog-list-item-price{
	float: left;
}
.catalog-list-item-basket, 
.catalog-list-item-basket-active{
    float: right;
    height: 23px;
    width: 81px;
	cursor: pointer;
}
.catalog-list-item-basket{
    background: url("images/cart_buton.png") no-repeat scroll 0 0 transparent;
}
.catalog-list-item-basket-active{
    background: url("images/cart_buton_active.png") no-repeat scroll 0 0 transparent;
}
	/* Центр - Страница элемента */
.catalog-detail{
    float: left;
    padding: 20px 0;
}
.catalog-detail a, 
.catalog-detail-price{
    color: #FF7E00;
    font-size: 14px;
    font-weight: bold;
}
.catalog-detail a:hover{
	text-decoration: none;
}
.catalog-detail a img{
	width: 100%;
	border: 1px solid #c5c5c5;
	margin-top: 10px;
}
.catalog-detail-desc{
    color: #979797;
    padding: 10px 5px;
}
.catalog-detail-bottom{
    float: left;
    margin: 15px 0;
    width: 100%;
}
.catalog-detail-bottom-block{
    float: left;
    width: 250px;
}
.catalog-detail-bottom-item{
	color: #979797;
}
.catalog-detail-bottom-item span{
    color: #FF7E00;
    font-size: 12px;
    font-weight: bold;
}
.catalog-detail-basket, 
.catalog-detail-basket-active{
    float: right;
    height: 23px;
    width: 81px;
	cursor: pointer;
}
.catalog-detail-basket{
    background: url("images/cart_buton.png") no-repeat scroll 0 0 transparent;
}
.catalog-detail-basket-active{
    background: url("images/cart_buton_active.png") no-repeat scroll 0 0 transparent;
}
	/* Центр - Пагинация и нижняя часть */	
.catalog-pagination-outer{
    float: left;
    width: 100%;
	height: 31px;
	margin: 35px 0 20px;
}
.catalog-pagination-inner{
    height: 31px;
    margin: 0 auto;
    width: 275px;
}
.catalog-pagination-prev, 
.catalog-pagination-next{
    float: left;
    height: 15px;
    width: 13px;	
	cursor: pointer;
}
.catalog-pagination-prev{
    background: url("images/pointer_left_inactive.png") no-repeat scroll 0 0 transparent;
	margin-right: 5px;
}
.catalog-pagination-prev:hover{
    background: url("images/pointer_left_active.png") no-repeat scroll 0 0 transparent;
}
.catalog-pagination-inner .catalog-pagination-page{
    color: #7F7F7F;
    cursor: pointer;
    float: left;
    font-size: 14px;
    height: 25px;
    line-height: 1.5em;
    margin: -5px 0;
    text-align: center;
    width: 24px;
    text-decoration: none;
}
.catalog-pagination-inner .catalog-pagination-page:hover, 
.catalog-pagination-inner .active{
    background: url("images/page_active.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    height: 25px;
    width: 24px;
}
.catalog-pagination-next{
    background: url("images/pointer_right_inactive.png") no-repeat scroll 0 0 transparent;
	margin-left: 5px;
}
.catalog-pagination-next:hover{
    background: url("images/pointer_right_active.png") no-repeat scroll 0 0 transparent;
}
.back-to-list{
    background: url("images/pointer_left_inactive.png") no-repeat scroll 0 0 transparent;
    height: 15px;
    margin-bottom: 15px;
    padding-left: 17px;
    width: 90px;
	cursor: pointer;
}
.back-to-list:hover{
	background: url("images/pointer_left_active.png") no-repeat scroll 0 0 transparent;
}
.back-to-list a{
    color: #979797;
    text-decoration: none;
}
.content-block-bottom{
    float: left;
    height: 48px;
    width: 100%;
	background: url(images/pattern2.jpg) no-repeat 50% 50%;
}
	/* Центр - Правый блок */
.right-block{
float: left;
width: 210px;
}
.right-block:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
}	
.right-calendar{
    float: left;
    margin-bottom: 20px;
}
.right-order, 
.right-basket{
    float: left;
    margin: 15px;
}
.right-order a, 
.right-basket a{
    color: #FF7E00;
    float: left;
    font-family: Verdana;
    font-style: italic;
    padding-top: 130px;
    text-align: center;
    text-decoration: none;
    width: 121px;
}
.right-order a span, 
.right-basket a span{
	text-decoration: underline;
}
.right-order a:hover span, 
.right-basket a:hover span{
	text-decoration: none;
}
.right-order a{
	background: url("images/booking.jpg") no-repeat scroll 0 0 transparent;
}
.right-basket a{
	background: url("images/cart.jpg") no-repeat scroll 0 0 transparent;
}
.right-block .separator{
    background: #C5C5C5;
    height: 1px;
    margin: 40px 0 30px 35px;
    width: 50%;
}
.right-articles{
    float: left;
    width: 160px;
}
.right-articles a{
    color: #FF7E00;
    font-style: italic;
    text-decoration: none;
}
.right-articles h2{
    font-size: 12pt;
    font-weight: normal;
}
.right-articles p{
    color: #777777;
    font-size: 10px;
    margin: 10px 0;
}
.right-articles a.more{
    float: right;
    text-decoration: underline;
}
.right-articles a.more:hover{
    text-decoration: none;
}
	/* Футер */
#footer{
    background: url("images/footer.jpg") repeat-y 50% 0 transparent;
    height: 188px;
    margin: 40px auto 0;
    position: relative;
    width: 100%; /* width: 959px; */
	font-size: 10px;
	color: #5C5C5C;
}
#footer a{
	color: #0b4882;
}
#footer a:hover{
	text-decoration: none;
}
.footer-left-block{
	float: left;
	width: 175px;
	margin: 25px 0 0;
	padding-left: 45px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-right-block{
	float: right;
	width: 175px;
	margin: 25px 0 0;
	padding-right: 45px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-center-block{
	float: left;
	margin: 25px 0 0;
	width: calc(100% - 175px - 175px);
	padding: 0 10px;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-menu{
    height: 15px;
    margin: 0 auto 40px;
    text-align: center;
}
.footer-menu ul{
	text-align: center;
    list-style-type: none;
}
.footer-menu ul li{
    display: inline-block;
    margin: 0 3px;
}
.footer-menu ul li a{

}
.copyright p{
    margin-top: 10px;
}




div.icon_line * {line-height: normal;}
div.icon_line {
	overflow: hidden;
	line-height: normal;
	height: auto;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    background-color: #F8A200;
    border-color: #DA8B00 #DA8B00 #FDD022 #FDD022;
    border-left: 1px solid #FDD022;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
	padding: 10px 10px;
    margin: 12px 0;
	text-align: center;
	background: #ffe21e; /* Old browsers */
background: -moz-linear-gradient(top, #ffe21e 1%, #f8a200 51%, #f8a200 51%, #f8a200 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffe21e), color-stop(51%,#f8a200), color-stop(51%,#f8a200), color-stop(100%,#f8a200)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffe21e 1%,#f8a200 51%,#f8a200 51%,#f8a200 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffe21e 1%,#f8a200 51%,#f8a200 51%,#f8a200 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffe21e 1%,#f8a200 51%,#f8a200 51%,#f8a200 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffe21e 1%,#f8a200 51%,#f8a200 51%,#f8a200 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe21e', endColorstr='#f8a200',GradientType=0 ); /* IE6-9 */
}
div.news_title {
    color: #C36D00;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
	float: none;
	background: none;
	padding: 0;
	height: auto;
	line-height: normal;
	position: relative;
	top: -3px;
}
div.line_news {
    display: inline-block;
	background: none;
	float: none;
height: auto;
width: auto;
}
.line_news table {
}
div.line_news a {
    color: #FFFFFF;
    font-size: 13px;
    padding: 7px;
    text-decoration: none;
}
div.line_news a:hover, div.news_title:hover {
text-decoration: underline;
color: #797979;
}
div.line_news a#nwsa_0 {
    font-weight: normal;
}

div.news_name {
    padding: 7px 0;
    text-align: left;
    width: 100%;
}
div.news_name:nth-child(4n+1) {
background-color: #F8F8F8;
}
div.news_name:nth-child(n+7) {
width: 100%;
}
div.news_name span.date {
    color: #F8A200;
    display: block;
    float: left;
    font-style: italic;
    margin-top: 2px;
    width: 45px;
margin-right: 10px;
margin-left: 10px;
}
div.news_name a {
    color: #7E7E7E;
    display: block;
    float: left;
    line-height: 18px;
    text-decoration: none;
    width: 85%;
}
div.news_name a:hover {
color: #2A2A2A;
text-decoration: underline;
}
div.prevpicplace {
    background-color: #FaFaFa;
    border-radius: 6px;
    height: 120px;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 7px;
    width: 130px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	-webkit-box-shadow: 0 1px 2px rgba(50, 50, 50, 0.05);
-moz-box-shadow:    0 1px 2px rgba(50, 50, 50, 0.05);
box-shadow:         0 1px 2px rgba(50, 50, 50, 0.05);
}
div.prevpicplace img{
position: relative;
z-index: 10;
}

div.articlebg {
    background: none;
    border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
    height: 45px;
    line-height: 45px;
    margin: 12px 0;
    padding-left: 7px;
}

div.articletitle {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #838383;
    font-size: 12pt;
    font-weight: normal;
    padding-left: 0;
    text-transform: uppercase;
}

div.arttitle, div.title {
    padding: 7px 5px;
	background-color: #F9F9F9;
}

div.arttitle a, div.title .articles_title{
    color: #F8A200;
    line-height: 19px;
	text-decoration: none;
}
div.arttitle a:hover, div.title .articles_title:hover {
text-decoration: underline;
}
div.arttitle + table, .news-item {
    background-color: #F9F9F9;
    border-bottom: 1px solid #D0D0D0;
    line-height: 18px;
	margin-bottom: 15px;
	 padding: 0 5px;
}
.news-item {
padding: 5px 15px !important;
display: table;
}

font.text {
    display: block;
    height: 29px;
    line-height: 26px;
    margin-bottom: 7px;
    text-align: center;
	color: #FFFFFF;
}
font.text b {
    background-color: #F8A200;
    border-radius: 90px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    height: 30px;
    width: 30px;
}
font.text a {
    color: #7D7D7D;
    font-weight: bold;
    text-decoration: none;
}
font.text a:hover {
text-decoration: underline;
}
ul#catsect li.firstlevel span.firstlevel {
    border: medium none;
    margin: 0;
}
ul#catsect li.firstlevel span#first1 a, ul#catsect li.firstlevel span#first2 a, ul#catsect li.firstlevel span#first3 a {
    background-color: #F1F1F1;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #D9D9D9;
    color: #404040;
    font-size: 1em;
    font-weight: normal;
    line-height: 34px;
    margin: 0;
    padding: 0 0 0 25px;
	position: relative;
}
ul#catsect li.firstlevel span#first1 a:hover, ul#catsect li.firstlevel span#first2 a:hover, ul#catsect li.firstlevel span#first3 a:hover {
	background-color: #efefef;
	text-decoration: underline;
	color: #FFB166;
}
ul#catsect li.secondlevel {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 0;
}
ul#catsect ul {
    background-color: #F9F9F9;
    border-bottom: 1px solid #D0D0D0;
    border-left: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    display: none;
    margin: 0;
    padding: 0;
}
ul#catsect li.secondlevel span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    font-family: Arial;
    font-size: 0.9em;
    font-weight: normal;
    padding-left: 0;
}
ul#catsect li.secondlevel span#color1 a, ul#catsect li.secondlevel span#color2 a, ul#catsect li.secondlevel span#color3 a {
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #E6E6E6;
    color: #959595;
    display: block;
    line-height: 30px;
    padding-left: 25px;
}
ul#catsect li.secondlevel span#color1 a:hover, ul#catsect li.secondlevel span#color2 a:hover, ul#catsect li.secondlevel span#color3 a:hover {
	background-color: #F6F6F6;
	color: #FFB166;
	text-decoration: underline;
}
ul#catsect li a[onclick]:after {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 8px solid #4C4C4C;
    content: "";
    display: inline-block;
    height: 0;
    left: 10px;
    margin-top: 0;
    position: absolute;
    top: 14px;
    width: 0;
}
ul#catsect ul ul {
	border: none;
}
ul#catsect ul ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    list-style: none outside none;
    padding-left: 0;
}
ul#catsect ul ul li a {
    background-color: #FAFAFA;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #F4F4F4;
    color: #ACACAC;
    display: block;
    font-size: 0.9em;
    line-height: 25px;
    padding-left: 40px;
}
ul#catsect ul ul li a:hover {
	background-color: #F6F6F6;
	color: #FFB166;
	text-decoration: underline;
}
.link-active {
	background-color: #D0D0D0!important;
	border-bottom: none!important;
}
.link-active:before {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid #4C4C4C;
    content: "";
    display: inline-block;
    height: 0;
    left: 10px;
    margin-top: 0;
    position: absolute;
    top: 14px;
    width: 0;
}
ul#catsect li a[onclick].link-active:after {
display: none;
}
.link-active:hover {
	color: #404040!important;
}
.search_price {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
	width: 200px;
	margin-top: 10px;
}
.search_price .catalog-main-item-price {
	margin: auto 0;
}
.search_price a {
	background: #F9BF00;
	color: #FFF;
	padding: 5px;
	cursor: pointer;
	margin: 10px;
	text-decoration: none;
}
#catsect p { 
	display: block;
	
}
#catsect b {
	color: #C0C0C0;
	font-weight: 200;
	font-size: 18px;
}
#catsect p b {
	color: #FF9A39;
	font-weight: 200;
	font-size: 14px;
} 
#catsect p a {
	color: #838383;
}
#add_fav, .forum-link {
	color: #FF9A39;
}
#catsect img {
	padding: 10px 10px 0 0;
}
.catalog-element, .content-block p {
	color: #535353;
	line-height: 16px;
}
.catalog-price {
	color: #FF9A39;
}
.catalog-section-list ul li  {
	list-style: none;
}
.catalog-section-list ul li  a {
	display: block;
    background-color: #F1F1F1;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #D9D9D9;
    color: #404040;
    font-size: 1em;
    font-weight: normal;
    line-height: 34px;
    margin: 0;
    padding: 0 0 0 25px;
    position: relative;
}
.basket_right {
  padding-left: 10px;
}
.basket_right .img {
  float: right;
  margin-right: 45px;
}
.basket_right .href {
  color: #FF9A39;
  display: block;
  font-size: 17px;
  margin-top: 10px;
  font-style: italic;
}
.basket_right .href1 {
text-decoration: none;padding-left:20px;
}
.basket_right .href2 {
  margin-left: -50px !important;
}

.header-nomber, .header-zvonok{ 
    background: none repeat scroll 0 0 rgba(199, 199, 199, 0.5);
    border: 0 solid #FFFFFF;
    border-radius: 4px;
    color: #000000;
    display: block;
    font-size: 1.5em;
    padding: 7px;
    position: absolute;
    right: 0;
    top: 50px;
	text-align: center;
overflow: hidden;
    min-width: 150px;
	}
.header-zvonok
{
left: 0;
right: auto;
cursor:pointer;
}
.header-nomber a {color:#000; text-decoration:none}
	
a.predzakaz{color:#fff; background: #df1a12; padding:2px; border-radius:4px; text-decoration: none; float: right; line-height: 1.2em;}
div.main-photo{width:100%; margin: 10px 0;}
div.main-photo img , div.more-photo img{display:block; margin:0 auto;}

div.block1-4{width:calc(100% / 4); float:left;}
div.block1-2{width:calc(100% / 2); float:left;}
#sort p {text-align:center; font-weight: bold; padding:3px 0;}
#sort {}
#sort a {background:#F8A200; width:95%; text-align:center; height: 20px; line-height:20px; display:block; text-decoration:none; color:#fff; border-radius:3px; box-shadow: 0px 0px 0px 1px #f88c00;}
#sort a:hover{background:#f88c00;}

#top_botton {position:fixed; display:block; width:40px; height:100%; left:0; top: 0;}
#top_botton.default{background: url(images/back-top.png) no-repeat 50% 100% rgba(248,162,0, 0.2); opacity:0;}
#top_botton.active{background: url(images/back-top.png) no-repeat 50% 40px rgba(248,162,0, 0.2); transition: all 0.4s ease-in-out 0s;}
#top_botton.active:hover{background: url(images/back-top.png) no-repeat 50% 30px rgba(248,162,0, 0.5);}

#new_product p.h {
color: #ff9a39;
display: block;
font-size: 21px;
font-style: italic;
margin-top: 10px;
text-align:center;
}
#new_product div.name a, #new_product div.price p, #product_produser_list .list .product .name a, #product_produser_list .list .product .price p
{
color: #ff7e00;
font-size: 13px;
font-weight: bold;
text-align: center;
display: block;
text-decoration: none;
}
#new_product div.image img
{
display:block;
margin:0 auto;
}
#new_product div.price p
{
padding:5px 0 12px;
}
#new_product .it {
	margin-bottom: 10px;
}
.col200 {width: 200px;}
.banner_product{margin:30px auto;}
.product {width: calc(100% / 3); float:left; height:188px; overflow:hidden;position:relative; padding-top: 30px;}
.product:hover .inf{background-color:rgba(255,255,255,0.9); }
.product .img,.product .inf {width:calc(100% - 4px); height:188px; position:absolute; margin:2px;}
.product .img {background:#555;}
.product .inf {position:absolute; background-color:rgba(255,255,255,0.4);  transition: all 0.3s ease-in-out 0s; margin-top: -30px; padding-bottom: 30px;}
.product .inf a:link, .product .inf a:visited, .product .inf a:hover, .product .inf a:active {text-decoration: none; color:#96002c}
.product .inf a.h h4 {text-transform: uppercase; margin:10px; }
.product .inf a.p {padding:3px 10px; float:none; display: block; color:#df4b6b; text-transform: uppercase;}


#product_produser_list .list .product {width:calc(100% / 3); float:left; margin:10px auto 20px; height: 370px!important;}
#product_produser_list .list .product img {display:block; margin:10px auto;}
#product_produser_list .list {clear:both;}

#produser a {display:block; width:100%; height: 150px;}
#produser p {padding:10px; text-align:center; text-transform:uppercase;}
#produser .owl-pagination {display:none;}
.header-bottom .content-block ul#catsect li.firstlevel {display:none;}
.header-bottom .content-block h1 {display:none;}
.top-pattern {display:none;}

.Vwidget{
 margin: 0;
 padding: 0;
 width: 100%;
}
 
a.up, a.down{
 display: block;
 width:32px;
 height:32px;
 margin: 0 auto;
}

 a.up{
  padding-bottom: 2px;
  background:url(images/u-button.png);
 }
 
 a.down {
  padding-top: 2px;
  background:url(images/d-button.png);
 }
 
.VjCarouselLite{
 margin: 0;
 padding: 0;
}
 
.VjCarouselLite li{
 overflow: hidden;
 float: none;
 display: block;
 padding: 0;
 text-align: center;
}
 
.VjCarouselLite li div{
 margin: 0 auto;
 margin-top: 5px;
 margin-bottom: 5px;
 padding: 0px;
 border: 0px solid #bbb;
 height: 120px;
 width: 100%;
}

@media (max-width: 500px){
	#auth,
	#auth tr, #auth td, #auth tbody {
		width: 100%;
		display: block;
	}
}


.name {
	height: 70px;
	overflow:hidden;
}
.preview-description{
	
	height:70px
}



.VjCarouselLite__item {
	height: 142px;
}

/* custom styles */
.preview-description {
    height: 44px; margin-bottom:5px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.name {
height: 34px;
overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.product .name {height: 51px; -webkit-line-clamp: 3;}

#product_produser_list .list .product {
padding-left: 7.5px;
padding-right: 7.5px;
height: auto !important;
width: calc((100% / 3) - 20px);
float: none;
display: inline-block;
vertical-align: top;
}

 
.list {
margin-left: -7.5px;
margin-right: -7.5px;
}

.catalog-main-item-bottom {
position:relative;
height: auto;
text-align: center;
bottom: auto;
left: auto;
width: 100%;
}

a.predzakaz {
display: inline-block;
margin-top: 6px;
float: none;
}

.image a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
margin-bottom: 5px;
padding: 6px;
}

.image a img {
display: block;
margin: 0 !important;
padding: 0;
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
}
.hc-link {display:none}
