@font-face {
    font-family: "Babas"; 
   /* src: url(fonts/AA-BebasNeue.ttf); */
	/* src: url(fonts/BebasNeueCyrillic.ttf);*/
	 src: url( fonts/AA-BebasNeue1.ttf);
}

/** Generated by FG **/
@font-face {
	font-family: 'Conv_FiraSans-Medium';
	src: url('./fonts/FiraSans-Medium.eot');
	src: local('☺'), url('./fonts/FiraSans-Medium.woff') format('woff'), url('./fonts/FiraSans-Medium.ttf') format('truetype'), url('./fonts/FiraSans-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/
@font-face {
	font-family: 'Conv_FiraSans-Regular';
	src: url('./fonts/FiraSans-Regular.eot');
	src: local('☺'), url('./fonts/FiraSans-Regular.woff') format('woff'), url('./fonts/FiraSans-Regular.ttf') format('truetype'), url('./fonts/FiraSans-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/
@font-face {
	font-family: 'Conv_FiraSans-SemiBold';
	src: url('fonts/FiraSans-SemiBold.eot');
	src: local('☺'), url('fonts/FiraSans-SemiBold.woff') format('woff'), url('fonts/FiraSans-SemiBold.ttf') format('truetype'), url('fonts/FiraSans-SemiBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/
@font-face {
	font-family: 'Circe_Regular';
	src: url('./fonts/Circe-Regular.eot');
	src: local('☺'), url('./fonts/Circe-Regular.woff') format('woff'), url('./fonts/Circe-Regular.ttf') format('truetype'), url('./fonts/Circe-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

input, textarea { outline:none; }
input:active, textarea:active { outline:none; }
html {-webkit-text-size-adjust:none}
body {
	margin:0;
	padding:0;	
	font-family:Arial,sans-serif;
}
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:#3d1700;
}
.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: #3d1700;
	font-family: 'Conv_FiraSans-Regular',Arial,sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 20px;
}
@media (max-width:1024px) {
	.workarea_wrap {
		min-height:400px;
	}
}
.workarea_wrap h1 {
	padding-bottom:0;
	font-size:25px;
	color:#3d1700;
	font-family:'Conv_FiraSans-Regular',Arial,sans-serif;
	text-transform:uppercase;
	font-weight:normal;
}
.workarea_wrap h1 a {
	color:#3d1700;
	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;text-align: right;}
.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}


.social_buttons ul li.fb a{
	display: block;
	width: 31px;
	height: 32px;
	background: url(images/sprite_social_fb.png) no-repeat;
	opacity: 1;
}

.social_buttons ul li.inst a{
	display: block;
	width: 31px;
	height: 32px;
	background: url(images/sprite_social_inst.png) no-repeat;
	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: 27%;
	font-size:13px;
	font-family:'Conv_FiraSans-Regular',sans-serif;
	color:#808080;
}
table.header_table td.phone{
	width:18%;
	color:#888888;
	font-family:'Conv_FiraSans-Regular',Arial,sans-serif;
	font-size:13px;	
}
table.header_table td.phone a{
	font-size:26px;
	color:#888888;
	text-decoration: none;
	font-family: 'Conv_FiraSans-Regular';
}

table.header_table td.phone a.callback_click{
	font-size: 16px;
}

table.header_table td.phone a span{
	font-family: 'Conv_FiraSans-SemiBold';
}
table.header_table td.logo{
	width: 47%;
	text-align:center;
}
table.header_table td.logo_wrap {	
	padding-left:12px;
}
@media (max-width:1060px){
	table.header_table td.logo {
		width: 51%;
	}
	table.header_table td.address {
		width:20%;
	}
	table.header_table td.phone {
		width:20%;
	}
	table.header_table td.phone a{
		font-size: 24px;
	}
}
@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%;
	}
	table.header_table td.phone a{
		font-size: 22px;
	}
}
@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%;
	}
	table.header_table td.phone a {
		font-size: 18px;   
	}
	
	.workarea_wrap h1 {
		font-size: 20px;
	}
	.header_grey {
		font-size: 20px;
	}	

}
@media (max-width:680px) {
	table.header_table td.socnet {
		margin-top:6%;		
	}
	table.header_table td.phone {
		width:50%;
	}
	table.header_table td.address {
		display:none;
	}
	.workarea_wrap h1 {
		font-size: 14px;
	}
	.header_grey {
		font-size: 14px;
		margin-bottom: 20px;
		margin-top: 40px;
	}
}
@media (max-width:460px) {
	table.header_table td.socnet {
		display:none;
	}
	table.header_table td.logo {
		width:100%;
	}
	table.header_table td.address {
		width: 47%;
		margin-left: 1.5%;
	}
	table.header_table td.phone {
		width: 100%;	
		margin-right:1.5%;
	}
}
@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: 'Circe_Regular';
	text-transform:uppercase;
	font-size:20px;
	color:#3d1700;
	width:100%;
	text-align:center;
	background:url(images/header_line.jpg) repeat-x center;
	margin-bottom:35px;
	margin-top: 26px;
}

.slider_lider_sale.section_header{
	color:#e50249;
	background:url(images/header_line_red.jpg) repeat-x center;
}

.bx_brand .section_header{
	color:#808080;
}
.section_header div{
	padding:0 11px;
	display:inline-block;
	background:white;
}
/*///////////*/
.text_block{
	font-size:14px;
	font-family:'Conv_FiraSans-Regular',Arial,sans-serif;
	color:#686868;
}
/*footer*/
.bg_footer {
	background:#f1daa9;
	position: relative;
	padding: 10px 0;
	margin-top:60px;
	font-size: 13px;
	color:#3d1700;
}
.bg_footer .footer{
	max-width:1280px;
	margin:0 auto;
}
.bg_footer .footer .table_footer {
	width:100%;
	font-family: 'Conv_FiraSans-Regular';
}
.bg_footer .contacts {	
	margin-left:12px;
}
.bg_footer .contacts .one_phone {
	font-size:13px;
	font-family:'Conv_FiraSans-Regular',Arial,sans-serif;
	color:#919191;
}
.bg_footer .contacts .text_phone {
	font-size:12px;
	color:#fff;
	padding-left:2px;	
}
.table_footer .contacts {
	width: 24%;
	padding-left:12px;
}
.table_footer .footer_menu {
	/* width:80%; */
}
.one_footer {
	float:left;
	width: 31%;
	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% !important;
		margin-left: 4%;
	}
	.table_footer .footer_menu {
		display:none;
	}
	.table_footer ul.footer_menu{
		width:100%;
		margin:0;
	}
	.bg_footer {
		padding: 20px 0;
	}
	
	.bg_footer .footer .table_footer .contacts > div{
		border: none!important;
	}
}
@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:#3d1700;
	font-family:'Conv_FiraSans-Regular',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;
}
.bx_ordercart .bx_ordercart_order_pay_center .checkout {
	font-size:18px;
	/* font-weight:bold; */
	text-transform:uppercase;
	font-family:'Conv_FiraSans-Regular','Arial Narrow',sans-serif;
}

.footer-mail1{
	color:#3d1700;
	font-size:13px;
}

.footer-mail1 a{
	color:#3d1700;
	text-decoration: none;
}