@font-face {
    font-family: "Babas"; 
   /* src: url(fonts/AA-BebasNeue.ttf); */
	/* src: url(fonts/BebasNeueCyrillic.ttf);*/
	 src: url( fonts/AA-BebasNeue1.ttf);
}
input, textarea { outline:none; }
input:active, textarea:active { outline:none; }
html {-webkit-text-size-adjust:none;height:100%;}
body {
	margin:0;
	padding:0;	
	font-family:Arial,sans-serif;
	height:100%;
}
a img { border:none;}
a {
	text-decoration:underline;
	color:#d9a424;
}
font.errortext{
	color:#d9a424;
}
a:hover{
	color:#606060;
}
/*float class*/
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}

/*TOP-PANEL*/
.top_panel{
	width:100%;
	height:40px;
	background:#2e2e2e;
}
.top_panel_wrap{
	margin:0 auto;
	height:40px;
	max-width:1240px;	
	padding-left:10px;
	padding-right:10px;
	line-height:40px;
}
@media (max-width:390px){
	.top_panel_wrap{
		padding:0;
	}
}
/*TOP-PANEL END*/
/* ---- HEADER ---- */
.header_wrap_container {
	margin:0 auto;
	max-width:1240px;	
}
.worakarea_wrap_container {
	margin:0 auto;	
	max-width:1240px;
	padding:0 8px;
}
.header_grey{
	font-size: 25px;
	color: #000;
	font-family: 'Babas',Arial,sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}
@media (max-width:1024px) {
	.workarea_wrap {
		min-height:400px;
	}
}
.workarea_wrap h1 {
	padding-bottom:0;
	font-size:25px;
	color:#000;
	font-family:'Babas',Arial,sans-serif;
	text-transform:uppercase;
	font-weight:normal;
}
.workarea_wrap h1 a {
	color:#000;
	text-decoration:none;
}
.bx_title_section {
	margin-top:0;
	padding-top:0;
	vertical-align:middle;
	font-size:26px;
}
.footer_wrap_container {
	margin:0 auto;
	padding-top:20px;
	padding-bottom:40px;
	max-width:980px;
}
/* ---- INC SOCIAL HEADER ---- */
.bx_inc_social_footer h4{
	text-align: left;
	font-weight: normal;
	font-size:26px;
}
.social_buttons {margin-top: 0px}
.social_buttons ul{
	margin: 0;
	padding: 0;
}
.social_buttons ul li{
	display: inline-block;
	width: 32px;
	height: 32px;
}
.social_buttons ul li a{
	display: block;
	width: 30px;
	height: 32px;
	background: url(images/sprite_social.png) no-repeat;
	opacity: .9;
}
.social_buttons ul li.fb a{ background-position: -62px 0;}
.social_buttons ul li.fb a:hover{ background-position: -62px -33px;}
.social_buttons ul li.tw a { background-position:-31px 0;}
.social_buttons ul li.tw a:hover { background-position:-31px -33px;}
.social_buttons ul li.gp a{ background-position:-64px 0}
.social_buttons ul li.vk a{ background-position:0 0}
.social_buttons ul li.vk a:hover { background-position:0 -33px;}
.social_buttons ul li a:hover{opacity:1}
/* ---- INC SOCIAL HEADER END---- */
/*HEADER_LOGO*/
table.header_table {
	min-height:117px;
	width:100%;
	vertical-align:middle;
	/* border:1px dotted grey; */ 
}
table.header_table td.address {
	width:13%;	
	font-size:14px;
	font-family:Myriad Pro,Arial,sans-serif;
}
table.header_table td.phone{
	width:18%;	
	font-size:26px;
	color:#2e2e2e;
	font-family:'Babas',Arial,sans-serif;
}
table.header_table td.logo{
	width:50%;
}
table.header_table td.logo_wrap {	
	padding-left:12px;
}
table.header_table td.socnet{
    text-align: right;
}

@media (max-width:1060px){

    .contact_mobile_button {
        display: block !important;
        margin-top:1px !important;
    }
    .contact_button {
        display:none !important;
    }     
    
	table.header_table td.logo {
		width:40%;
	}
	table.header_table td.address {
		width:20%;
	}
	table.header_table td.phone {
		width:20%;
	}
}
@media (max-width:820px){
	table.header_table td.logo {
		width: 30%;
	}
	table.header_table td.address {
		width:25%;

	}
	table.header_table td.phone {
		width:25%;
	}
}
@media (max-width:740px){    
    
	table.header_table td.logo {
		display:block;
		float:left;
		width:44%;
		margin-top: 5px;
		margin-bottom: 5px;		
		
	}
	table.header_table td.socnet {
		display:block;
		float:right;
		width:30%;
		/*margin-top: 35px;*/
		margin:3%;
		margin-right:10px;
		margin-top:5%;
		display:none;
	}
	table.header_table td.socnet .social_buttons {
		float:right;
		display:none;
	}
	table.header_table td.address {		
		display: block;
		float: left;
		width: 27%;
		margin-left: 20px;
		margin-left: 10px;
		margin-top: 4%;
	}
	table.header_table td.phone {
		
		display: block;
		float: right;
		width: 25%;
		margin-right: 10px;		
		margin-top: 3%;
	}
}
@media (max-width:680px) {
	table.header_table td.socnet {
				
	}
	table.header_table td.phone {
		width:50%;
	}
	table.header_table td.address {
		display:none;
	}
}
@media (max-width:460px) {

    table.header_table {
        min-height: 57px;
    }    
	table.header_table td.socnet {
		display:block;
        width: 30%;
        text-align: right;
	}
	table.header_table td.logo {
		width:53%;
	}
	table.header_table td.address {
        display:none;
	}
	table.header_table td.phone {
        display:none;
	}
}
@media (max-width:310px) {
	table.header_table td.phone {		
		font-size: 18px;
	}
	table.header_table td.address {
		width: 47%;
		margin-left: 1.6%;
		padding-top: 0;
		margin-top: 0;
		margin-bottom: 9px;
	}	
}
/*TOP_SLIDER*/
.slider{
	position: relative;
	overflow: hidden;
	margin-top: 40px;
	width:100%;
}
.slider .slider_container{
	position:absolute;
	top:0px;
	padding:0px;
}
.slider .slider_container  .slider_item{
	overflow:hidden;
	float:left;
}
.slider .slider_container  .slider_item img{
	
}
/*INDEX_HEADER*/
.section_header{
	font-family:"Babas",Arial,sans-serif;
	text-transform:uppercase;
	font-size:30px;
	color:#cf9f33;
	width:100%;
	text-align:center;
	background:url(images/header_line.jpg) repeat-x center;
	margin-bottom:35px;
	margin-top: 26px;
}
.section_header div{
	padding:0 11px;
	display:inline-block;
	background:white;
}
/*///////////*/
.text_block{
	font-size:12px;
	font-family:Arial,sans-serif;
	color:#686868;
}
/*footer*/
.bg_footer {
	background:#2e2e2e;
	position: relative;
	padding: 10px 0;
	margin-top:0px;
}
.bg_footer .footer{
	max-width:1280px;
	margin:0 auto;
}
.bg_footer .footer .table_footer {
	width:100%;
}
.bg_footer .contacts {	
	color:#fff;
	margin-left:12px;
}
.bg_footer .contacts div {
    line-height:25px;
}
.bg_footer .contacts img {
    vertical-align: middle;
}
.bg_footer .contacts .one_phone {
	font-size:13px;
	font-family:"Babas",Arial,sans-serif;
	color:#919191;
}
.bg_footer .contacts .text_phone {
	font-size:12px;
	color:#fff;
	padding-left:2px;	
}
.table_footer .contacts {
	vertical-align: top;
	width:28%;
	padding-left:12px;
}
.table_footer .footer_menu {
	width:80%;
}
.one_footer {
	float:left;
	width:20%;
	margin-right:2%;
}
.logo_footer {
	float:right;
	margin-right:19px;
}
@media (max-width:1100px){
	.table_footer .footer_menu{
		width:100%;
	}
}
@media (max-width:980px){
	.table_footer .contacts{
		width:30%;
	}
}
@media (max-width:800px){
	.table_footer .contacts{
		width:40%;
	}
	.table_footer .logo{
		display:none;
	}
}
@media (max-width:700px){
	.table_footer .contacts{
		width:40%;
	}
	.table_footer .logo{
		display:none;
	}
}
@media (max-width:720px){	
	.table_footer .contacts {
		float: left;
		display: block;
		width: 92%;
		margin-left: 4%;
	}
	.table_footer .footer_menu {
		display:none;
	}
	.table_footer ul.footer_menu{
		width:100%;
		margin:0;
	}
	.bg_footer {
		padding: 20px 0;
	}
}
@media (max-width:460px) {
	.table_footer .contacts {
		margin-left: 2%;
	}
}
/*END_FOOTER*/
/*BX_POPUP_WINDOW*/
.popup-window	{
	border:0;
	border-radius:0;
	box-shadow:0;
}
.popup-window-close-icon {
	width: 10px;
	height: 11px;
	background:url(images/close_popup.png) no-repeat top;
}
.popup-window-close-icon:hover {
	background:url(images/close_popup.png) no-repeat 0 -12px;
}
/*END BX_POPUP_WINDOW*/
.bx_left_catalog {
	float:left;
	width: 18.7%;
}
.bx_content_right {
	width: 80%;
	float: right;
	clear: right;
}
@media (max-width:959px){
	.bx_left_catalog {
		display:none;
	}
	.bx_content_right {
		width:100%;
		float:none;
	}
}
ul.top_personal_menu {
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	position:relative;
	top:1px;
}
ul.top_personal_menu li {
	float:left;
	display:block;
	list-style:none;
	border:1px solid #fff;
	border-bottom:0;
}
ul.top_personal_menu li.active {
	border:1px solid #bebebe;
	border-bottom:1px solid #fff;
}
ul.top_personal_menu li a {
	display:block;
	font-size:14px;
	padding:14px 17px;
	color:#5a5a5a;
	font-family:'Babas',Arial,sans-serif;
	text-decoration:none;
}
.personal_body {
	border:1px solid #bebebe;
	width:100%;
	padding:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	
}
/*table_sizes*/
table.tbsizes {
	border-collapse: collapse;
	border-spacing: 0;
	border:1px solid #ccc;
}
table.tbsizes thead tr td{
	padding:5px 0;
	font:15px Arial;
	background:#282828;
	color:#fff;
	text-align:center;
}
table.tbsizes tr td{
	border-bottom: 1px solid #CDCDCD;
	padding: 8px 18px;
	padding-left: 17px;
	padding-right: 18px;
	font: 11px Arial;
}
table.tbsizes{margin:5px;margin-top:20px;}
table.tbsizes tr td:first-child{
	border-right:1px solid #cdcdcd;	
}
@media (max-width:600px){
	ul.top_personal_menu li a {
		padding:12px 10px;
	}
}
@media (max-width:480px){
	ul.top_personal_menu li a {
		padding:12px 4px;
		font-size:12px;
	}
}
.bx_page {
	font-size:14px;
}
/*!!!for ie!!!!*/
html.ie .section_header,
html.ie .workarea_wrap h1 {
	font-size:20px!important;
	font-family:'Arial Narrow',sans-serif;
	font-weight:bold;
}
html.ie .banners-list ul li .link p {
	font-size: 12px!important;
	font-weight:bold;
	font-family:'Arial Narrow',sans-serif;
}
html.ie table.header_table td.phone {
	font-size:20px!important;
	font-family:'Arial Narrow',sans-serif;
	font-weight:bold;
}
html.ie .bx_stick_disc {
	font-size:18px;
	font-family:'Arial Narrow',sans-serif;
	font-weight:bold;
}
html.ie .i_menu .root {
	font-size:12px;
	font-family:'Arial Narrow',sans-serif;
	text-transform:uppercase;
}
html.ie .submenu_2 li a {
	text-transform:none;
}
html.ie .catalog_filter_top {
	font-size:11px;
	font-weight:bold;
	line-height:16px;
	font-family:'Arial Narrow',sans-serif;
}
html.ie .wrap_section .view_catalog {
	margin-left: 20%;
}
html.ie .bx_catalog_list_home .bx_catalog_item_price .bx_price {
	font-family:'Arial Narrow',sans-serif;
	font-weight:bold;
	font-size: 15px;
}
html.ie .bx_filter_vertical .bx_filter_container_title {
	font-family:'Arial Narrow',sans-serif;
	font-weight:bold;
	font-size: 11px;
}
html.ie .bx_filter_vertical .bx_filter_name {
	font-family:'Arial Narrow',sans-serif;
	font-weight:bold;
	font-size: 16px;
}
html.ie ul.footer_menu li:first-child a {
	font-size: 11px;
	font-family:'Arial Narrow',sans-serif;
	font-weight:bold;
}
html.ie .bx_filter_vertical .bx_filter_container_title {
	font-size: 12px;
	font-family:'Arial Narrow',sans-serif;
	font-weight:bold;
}
html.ie .catalog-root-list .name_section a,
html.ie .one_shares a.name_shares {
	font-size: 18px;
	font-family:'Arial Narrow',sans-serif;
	font-weight:bold;
}
html.ie .one_shares a.img_shares span.stick {
	font-size: 22px;
	font-family:'Arial Narrow',sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}
html.ie .title_catalog {
	font-size: 16px;
	font-family:'Arial Narrow',sans-serif;
	font-weight:bold;
}
html.ie ul.menu_left_block li a {
	font-size: 14px;
	font-family:'Arial Narrow',sans-serif;
}
html.ie .bx_item_detail h1 {
	font-size:30px;
	font-family:'Arial Narrow',sans-serif;
	font-weight:bold;
}
html.ie .bx_item_detail .item_current_price {
	font-family:'Arial Narrow',sans-serif;
	font-weight:bold;
	font-size: 24px;
}
html.ie .ocb-form .ocb-form-wrap .price_image .price span.new_price,
html.ie .ocb-form .ocb-form-wrap .price_image .price span.old_price {
	font-size: 15px;
	font-family:'Arial Narrow',sans-serif;
	font-weight:bold;
}
html.ie .bx_ordercart .bx_ordercart_order_table_container table thead td,
html.ie .bt2 {
	text-transform:uppercase;
	font-size: 11px;
	font-family:'Arial Narrow',sans-serif;
	font-weight:bold;
}
html.ie .bx_ordercart .bx_ordercart_order_table_container tbody td.custom input[type="text"] {
	font-size: 14px;
	font-weight:bold;
	font-family:'Arial Narrow',sans-serif;
	max-width:45px!important;
}
html.ie .bx_ordercart .bx_ordercart_order_table_container tbody td.custom,
html.ie .bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price {
	font-size:15px;
	font-weight:bold;
	font-family:'Arial Narrow',sans-serif;
}
html.ie .bx_ordercart .bx_ordercart_order_pay_right .value {
	font-size:25px;
	font-weight:bold;
	font-family:'Arial Narrow',sans-serif;
}
/*subscribe on top*/
.bx_subscribe {
	float:left;
	color:#fff;
	font-size:12px;
}
.bx_subscribe .text {
	margin-right:5px;
}
.bx_subscribe .input,
.bx_subscribe .text {
	float:left;
}
.bx_subscribe .input input[type="text"] {
	background: #e8e8e8;
	border: none;
	border-radius: 3px;
	height: 24px;
	padding-left: 5px;
	width: 186px;
	font-size:12px;
	float:left;
}
.bx_subscribe .mobile_button {
	display:none;
	border: 0;
	background: url(images/email.png) no-repeat center #e8e8e8;
	border-radius: 4px;
	margin-top:7px;
	width: 28px;
	height: 26px;
}
.contact_button {
    display: block;
}
.contact_mobile_button {
	display:none;
	border: 0;
	background: url(images/tel_m.png) no-repeat center #e8e8e8;
	border-radius: 4px;
	margin-top:7px;
	width: 28px;
	height: 26px;    
}
.bx_subscribe input[type="submit"] {
	font-size:0;
	width: 28px;
	height: 26px;
	background: url(images/email.png) no-repeat center;
	border:0;
	float:left;
	cursor:pointer;
}
.bx_subscribe .input {
	background: #e8e8e8;
	margin-top: 6px;
	height: 27px;
	border-radius: 4px;
}
@media (max-width:1100px) {
	.bx_subscribe .input input[type="text"] {
		width:100px;
	}
}
@media (max-width:1024px) {
	.bx_subscribe .text{
		display:none;
	}
	.bx_subscribe .mobile_button {
		display:block;
	}
	.bx_subscribe .input {
		display:none;
	}
}
/*subscribe on top end*/
.bx_ordercart .bx_ordercart_order_pay_center .checkout {
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:'Arial Narrow',sans-serif;
}
/*blocks news on main*/
.last_products_main, 
.last_news  {
	float:left;
	width:49.3%;
	border:1px solid #A09C9C;
	box-sizing:border-box;
	padding:18px;
	padding-top:0;
}
.last_products_main{
	padding: 0;
	padding-left:18px;
}
.news-list {
	height: 280px;
}
#catalog-latest {
	height: 298px;
	overflow-y: auto;
}
.last_news {
	float:right;
}
.last_news .date {
	font-size:11px;
	padding-bottom:2px;
}
.last_news .news-item {
	width:100%;
	padding-bottom:18px;
}
.last_news .news-item .photo {
	display:block;
	width:30%;
	padding-top:20%;
	background-size:contain;
	background-repeat:no-repeat;
	float:left;
}
.last_news .news-item .text {
	width:65%;
	float:right;
}
.last_news .news-item .text a {
	color:#2e2e2e;
	font-size:14px;
}
.last_news .news-item  .preview_text {
	font-size: 14px;
	margin-top: 8px;
}
.last_news .news-item .text a:hover {
	color:#d9a424;
}
.last_news .all_news {
	font-size:12px;
	text-align:right;
	float:right;
}
.last_products_main .gr-date {
	font-size:12px;
	padding-bottom: 5px;	
}
.last_products_main a {
	font-size:14px;
	color:#2e2e2e;
	display:block;
	padding-bottom:3px;
}
.last_products_main a:hover {
	color: #d9a424;
}
.last_products_main .gr {
	padding-bottom:10px;
}
@media (max-width:700px){
	.last_products_main, .last_news {
		width:100%;
		margin-bottom:18px;
	}
	.last_news {
		margin-top:18px;
	}
}
/*end blocks news on main*/
/*popup adding*/
.popup_adding {
	width: 331px;
	padding: 18px;
}
.popup_adding .text {
	margin-bottom: 18px;
	font-size: 15px;
	color: #494848;
}
.popup_adding .buttons {
	font-size: 13px;
}
.popup_adding .buttons a {
	color: #D92439;
	padding-right: 16px;
}

/*end popup adding*/
@media (max-width:1100px) {
}