* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	height: 100%;
}
.clearfix {
	display: block;
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
}
*:first-child + html .clearfix {
	zoom: 1;
}



/****FONTS****/
@font-face {
	font-family: 'proxima_nova';
	src: url('../fonts/proximanova_regular/Proxima Nova Regular.eot');
	src: url('../fonts/proximanova_regular/Proxima Nova Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/proximanova_regular/Proxima Nova Regular.woff') format('woff'),
	url('../fonts/proximanova_regular/Proxima Nova Regular.ttf') format('truetype'),
	url('../fonts/proximanova_regular/Proxima Nova Regular.svg') format('svg');
	font-style: normal; font-weight: normal;
}
@font-face {
	font-family: 'ProximaNovaSemibold';
	src: url('../fonts/ProximaNovaSemibold/ProximaNovaSemibold.eot');
	src: url('../fonts/ProximaNovaSemibold/ProximaNovaSemibold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/ProximaNovaSemibold/ProximaNovaSemibold.woff') format('woff'),
	url('../fonts/ProximaNovaSemibold/ProximaNovaSemibold.ttf') format('truetype'),
	url('../fonts/ProximaNovaSemibold/ProximaNovaSemibold.svg') format('svg');
	font-style: normal; font-weight: normal;
}
@font-face {
	font-family: 'ProximaNovaLight';
	src: url('../fonts/ProximaNovaLight/ProximaNovaLight.eot');
	src: url('../fonts/ProximaNovaLight/ProximaNovaLight.eot?#iefix') format('embedded-opentype'),
	url('../fonts/ProximaNovaLight/ProximaNovaLight.woff') format('woff'),
	url('../fonts/ProximaNovaLight/ProximaNovaLight.ttf') format('truetype'),
	url('../fonts/ProximaNovaLight/ProximaNovaLight.svg') format('svg');
	font-style: normal; font-weight: normal;
}
@font-face {
	font-family: 'proxima_nova_bold';
	src: url('../fonts/proximanova_bold/Proxima Nova Bold.eot');
	src: url('../fonts/proximanova_bold/Proxima Nova Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/proximanova_bold/Proxima Nova Bold.woff') format('woff'),
	url('../fonts/proximanova_bold/Proxima Nova Bold.ttf') format('truetype'),
	url('../fonts/proximanova_bold/Proxima Nova Bold.svg') format('svg');
	font-style: normal; font-weight: normal;
}
@font-face {
	font-family: 'proxima_nova_italic';
	src: url('../fonts/proximanova_italic/Proxima Nova Regular Italic.eot');
	src: url('../fonts/proximanova_italic/Proxima Nova Regular Italic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/proximanova_italic/Proxima Nova Regular Italic.woff') format('woff'),
	url('../fonts/proximanova_italic/Proxima Nova Regular Italic.ttf') format('truetype'),
	url('../fonts/proximanova_italic/Proxima Nova Regular Italic.svg') format('svg');
	font-style: normal; font-weight: normal;
}
@font-face {
	font-family: 'helveticaneuecyr_black';
	src: url('../fonts/helveticaneuecyr_black/HelveticaNeueCyr-Black.eot');
	src: url('../fonts/helveticaneuecyr_black/HelveticaNeueCyr-Black.eot?#iefix') format('embedded-opentype'),
	url('../fonts/helveticaneuecyr_black/HelveticaNeueCyr-Black.woff') format('woff'),
	url('../fonts/helveticaneuecyr_black/HelveticaNeueCyr-Black.ttf') format('truetype'),
	url('../fonts/helveticaneuecyr_black/HelveticaNeueCyr-Black.svg') format('svg');
	font-style: normal; font-weight: normal;
}
@font-face {
	font-family: 'helveticaneuecyr_bold';
	src: url('../fonts/helveticaneuecyr_bold/HelveticaNeueCyr-Bold.eot');
	src: url('../fonts/helveticaneuecyr_bold/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/helveticaneuecyr_bold/HelveticaNeueCyr-Bold.woff') format('woff'),
	url('../fonts/helveticaneuecyr_bold/HelveticaNeueCyr-Bold.ttf') format('truetype'),
	url('../fonts/helveticaneuecyr_bold/HelveticaNeueCyr-Bold.svg') format('svg');
	font-style: normal; font-weight: normal;
}



/****COMMON****/
body{
	font: 14px 'proxima_nova', sans-serif;
	width: 100%; height: 100%;
	background: #fff;
	color: #000;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeSpeed;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block; 
}
.wrapper a,
footer a{
	text-decoration: none;
	color: #1860aa;
}
.wrapper a:hover,
.wrapper a:focus,
.wrapper a:link,
.wrapper a:active,
footer a:hover,
footer a:focus,
footer a:link,
footer a:active,
.header__content-nav-name:hover,
.header__content-nav-name:focus,
.header__content-nav-name:link,
.header__content-nav-name:active{
	text-decoration: none;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
}
main.content b,
main.content strong{
	font-family: 'proxima_nova_bold', sans-serif;
}
main.content i:not([class]),
main.content em{
	font-family: 'proxima_nova_italic', sans-serif;
}
.wrapper{
	width: 100%;
	height: auto;
}
.container{
	width: 1490px;
	position: relative;
	margin: 0 auto;
}
.f_l{
	float: left;
}
.f_r{
	float: right;
}
input[type="text"],
.data_line input[type="password"],
.data_line textarea{
	display: block;
	padding-left: 11px;
	padding-right: 30px;
	outline: none;
    border: 1px solid #d9d9d9;
	width: 350px;
	font: 14px/31px 'proxima_nova', sans-serif;
}

.form_h-block .btn{
	display: inline-block;
	padding: 8px 20px;
	background: #c20301;
	color: #fff;
	border: none;
	outline: none;
	cursor: pointer;
}

#feedback .data_line input:not(.btn),
#feedback .data_line textarea{
	color: #8c8c8c;
}

#feedback{
	padding: 10px 10px 0;
}

.form_h{
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	display: inline-block;
	font-family: Noto Sans, sans-serif;
}

.fancybox-close{
	width: 28px;
	height: 28px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #E1E1E1;
	right: 15px;
	top: 15px;
}

.fancybox-close:before,
.fancybox-close:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 2.5px;
	width: 50%;
	background: #000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.fancybox-close:before{
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.fancybox-close:after{
	-moz-transform: translate(-50%, -50%) rotate(-45deg);
	-o-transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.bx-authform-bottom{
	width: 350px;
	margin-top: 20px;
}

.bx-authform-bottom .btn{
	float: left;
	margin-top: 0;
}

.page_content .bx-authform-bottom .btn{
	margin-top: 0;
}

.bx-authform-forgot-block{
	float: right;
	padding-top: 8px;
}

.page_content .bx-authform-content-container{
	font-size: 15px;
	color: #9e9e9e;
	color: #8c8c8c;
	line-height: 1.7;
	margin-bottom: 30px;
}

.clear:before,
.clear:after {
	content: " ";
	display: table;
}
.clear:after {
	clear: both;
}

.data_name{
	display: block;
	line-height: 33px;
	width: 153px;
}
.data_line{
	position: relative;
	margin-top: 15px;
}
.data_line:first-of-type{
	margin-top: 0px;
}

.content table tr:nth-child(1){
	background: #f2f2f2;
}

h1{
	font: 29px 'helveticaneuecyr_black', sans-serif;
	text-transform: uppercase;
	margin: 0px 0px 29px 0px;
}
h1.h1_index{
	position: absolute;
	text-indent: -9999px;
	display: none;
}
h2{
	font: 16px 'helveticaneuecyr_black', sans-serif;
	text-transform: uppercase;
	margin: 0px 0px 19px 0px;
}
h3{
	font: 14px/19px 'helveticaneuecyr_bold', sans-serif;
	margin: 0px 0px 11px 0px;
}

.content .bx-soa-section-title:after{
	display: none;
}
.content .bx-soa-section-title{
	padding-top: 0;
	margin-bottom: 0;
}
.bx-soa-summary-table{
	float: right;
	margin: 2px 27px 25px 0;
}
.bx_my_order tr th:nth-child(1),
.content .bx-soa-section-title{
	font-size: 18px;
	text-transform: none;
}
.content .page_content table thead th{
	padding: 14px 30px 16px;
}
.content table tr:nth-child(1){
	background: transparent;
}
.bx_ordercart_order_sum tr{
	float: right;
}
.bx_ordercart_order_sum tr td:first-child{
	font-weight: normal;
}
a.bx-soa-editstep{
	color: #8c8c8c;
}
.bx-soa-item-title a{
	color: #000;
}
.bx-soa-section {
    border: 1px solid #e0e0e0;
}
.bx_ordercart .bx_ordercart_order_pay_left{
	float: left;
	margin-top: 0;
}
.bx-soa-summary-table tr{
	float: right;
	background: none !important;
}
.bx-soa-summary-table td{
	border: none !important;
}
.page_content p{
	line-height: 23px;
	margin-bottom: 9px;
}
.page_content p:first-of-type{
	margin-top: -6px;
}
.page_content table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.page_content table thead{
	background: #eee;
}
.page_content table thead th{
	font-weight: normal;
	padding: 6px 12px 5px 12px;
}
.page_content table tbody td{
	padding: 4px 12px 4px 12px;
	font-size: 13px;
	line-height: 22px;
}
.page_content table thead th,
.page_content table tbody td{
	border: 1px solid #d9d9d9;
	text-align: left;
}
.page_content table th,
.page_content table td {
    padding: 16px 0px 16px 20px;
        padding-left: 20px;
    font-size: 15px;
    font-weight: normal;
    border-bottom: 1px solid #f2f2f2;
}
.page_content table tbody td:first-of-type,
table.bx_catalog_container tbody tr td:nth-child(2),
.bx_catalog_item_name{
	font-family: 'helveticaneuecyr_bold', sans-serif;
}
.page_content table tbody td:first-of-type{
	line-height: 18px;
}
/*.page_content table tbody tr:nth-child(even){
	background: #f6f6f6;
}*/
.color_green{
	background: #c3e3c0;
}
.color_gray{
	background: #cad6e3;
}
.color_red{
	background: #edcdcd;
}
.page_content .btn{
	display: inline-block;
	padding: 8px 20px;
	background: #c20301;
	color: #fff;
	margin-top: 21px;
	border: none; outline: none;
	cursor: pointer;
}
.page_content .tabs a{
	display: inline-block;
	padding: 4px 16px;
	font-size: 13px;
	background: #eee;
	color: #000;
	border: 1px solid #d9d9d9; 
	outline: none;
	cursor: pointer;
}
.bx_catalog .buy_btn{
	display: inline-block;
	padding: 0px 13px;
	background: #e8b4b4;
	color: #000;
	font-size: 13px;	
	margin: 0px;
	border: none; outline: none;
	cursor: pointer;
}
.bx_catalog .view_tile .buy_btn{
	padding: 5px 13px;
}

.bx_pagination ul li a,
.bx_pagination ul li a:hover{
	color:#000;
}

.page_content .tabs li.active a,
.bx_pagination ul li.bx_active{
	background: #c20301;
	color: #fff;
	border-color: #c20301;
}
.page_content .btn:hover,
.page_content .btn:focus,
.page_content .tabs a:hover,
.page_content .tabs a:focus,
.bx_pagination ul li:hover,
.bx_pagination ul li:focus,
.bx_catalog .buy_btn:hover,
.bx_catalog .buy_btn:focus,
.go_top:hover,
.go_top:focus,
.personal_btns a:hover,
.personal_btns a:focus,
form button:hover,
form button:focus,
form input[type="submit"]:hover,
form input[type="submit"]:focus{
	opacity: 0.8;
}
.red_text{
	position: relative;
	font-size: 13px;
	color: #c20301;
	line-height: 20px;
	max-width: 480px;
	margin: 32px 0px -7px 0px;
	padding-left: 28px;
}
.red_text:before{
	content: '';
	display: block;
	width: 16px; height: 15px;
	background: url('../img/icons/attention.png') 0 0 no-repeat;
	position: absolute;
	top: 1px;
	left: 0px;
}
.note{
	color:#7f7f7f;
	font-size: 13px;
}
form .note{
	line-height: 33px;
	position: absolute;
	top: 0px;
	left: 368px;
}
form .note.many_lines{
	line-height: 16px;
	top: 1px;
}
form .red_star{
	font: 18px 'helveticaneuecyr_black', sans-serif;
	position: absolute;
	top: 10px;
	left: 332px;
	color: #c20301;
}
.header__content-func-menu ul,
.header__content-nav ul,
.footer__content-big-nav-menu ul,
.catalog_list ul,
.contacts_index ul,
.tabs ul,
.bx_pagination ul{
	list-style: none;
}




/****HEADER****/
header{
	padding: 36px 0px 37px 0px;
	border-bottom: 3px solid #231f20;
}
.wrapper header a{
	color: #000;
}
header .logo a{
	display: block;
	height: 57px;
}
header .header__content-func{
	margin: 0px 67px 0px 75px;
}
header .header__content-func,
header .header__content-info{
	position: relative;
	height: 58px;
}
header .header__content-info{
	position: relative;
	height: 90px;
}

/*top_menu*/
.header__content-func-menu{
	margin-bottom: 8px;
}
.header__content-func-menu ul,
.header__content-nav ul{
	display: inline-block;
}
.header__content-func-menu ul li{
	float: left;
	padding: 0px 10px;
	border-right: 1px solid #d9d9d9;
	line-height: 13px;
}
.header__content-func-menu ul li:first-of-type{
	padding-left: 0px;
}
.header__content-func-menu ul li:last-of-type,
.header__content-nav ul li.header__content-nav-item:last-of-type{
	border-right: none;
}
.header__content-func-menu ul li a:hover,
.header__content-func-menu ul li a:focus,
.header__content-info-question a:hover,
.header__content-info-question a:focus,
.header__content-nav-name:hover,
.header__content-nav-name:focus{
	color: #1860aa;
}

/*search*/
.header__content-func-search input[type="text"]{
	position: relative;
	width: 391px;
	margin-right: -1px;
}
.header__content-func-search button{
	display: block;
	position: relative;
	width: 36px;
	height: 33px;
	background-color: #c20301;
	background-image: url('../img/icons/big_lupe.png');
	background-repeat: no-repeat;
    background-position: center center;
	cursor: pointer;
    text-indent: -9999px;
    border: none; outline: none;
}

.header__content-info-phone .phone{
	font: 20px/15px 'helveticaneuecyr_black';
	line-height: 1.2;
}
.header__content-info-phone .calltime{
	font-size: 13px;
	color: #7f7f7f;
	margin-top: 5px;
}
.header__content-info-question{
	position: absolute;
	bottom: 0px; left: 0px;
}
.header__content-info-question:before{
	content: '';
	display: block;
	width: 16px; height: 16px;
	background: url('../img/icons/question.png') center center no-repeat;
	position: absolute;
	top: 1px;
	left: 0px;
}
.header__content-info-question a{
	border-bottom: 1px dashed #000;
	margin-left: 23px;
}
.header__content-info-question a:hover,
.header__content-info-question a:focus{
	border-color: transparent;
}
.header__content-nav{
	margin-top: 16px;
}
.header__content-nav ul li.header__content-nav-item{
	position: relative;
	padding: 0px 22px;
	background: #fff;
	border-right: 1px solid #d9d9d9;
	cursor: pointer;
}
.header__content-nav ul li.header__content-nav-item:before,
.header__content-nav ul li.header__content-nav-item:after{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	background: #fff;
	left: 0px;
	height: 15px;
}
.header__content-nav ul li.header__content-nav-item:before{
	top: -15px;
}
.header__content-nav ul li.header__content-nav-item:after{
	bottom: -15px;
}
.header__content-nav ul li.header__content-nav-item:first-of-type{
	padding-left: 0px;
}
.header__content-nav ul li.header__content-nav-item:last-of-type{
	padding-right: 0px;
}
ul li.header__content-nav-item .header__content-nav-link{
	display: table;
}
ul li.header__content-nav-item .header__content-nav-icon,
ul li.header__content-nav-item .header__content-nav-name{
	display: table-cell;
}
ul li.header__content-nav-item .header__content-nav-icon{
	position: relative;
}
ul li.header__content-nav-item .header__content-nav-name{
	vertical-align: middle;
}
ul li.header__content-nav-item.user .header__content-nav-name{
	padding-left: 18px;
}
ul li.header__content-nav-item.basket .header__content-nav-name{
	padding-left: 18px;
}
ul li.header__content-nav-item .bubble{
	position: absolute;
	top: -3px;
	right: -9px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #c20301;
	height: 18px; width: 18px;
	text-align: center;
	font: 12px/19px 'proxima_nova_bold', sans-serif;
	color: #fff;
	z-index: 1;
}
ul li.header__content-nav-item .bubble.plus{
	font: 14px 'helveticaneuecyr_bold', sans-serif;	
}



/****MIDDLE****/
main{
	margin: 45px 0px 65px 0px;
}
main .container>.left_clmn{
	width: 290px;
}
main .container>.workarea_clmn{
	position: relative;
	margin-left: 25px;
	width: 1175px;
}



/****FOOTER****/
footer, footer a{
	color: #999;
}
footer .ftr_title{
	color: #fff;
	font: 17px 'helveticaneuecyr_black', sans-serif;
}
footer .footer__content-big{
	background-color: #2a2627;
	padding: 42px 0px 39px 0px;
}
.footer__content-big-about{
	max-width: 500px;
}
.footer__content-big-about .ftr_title{
	text-transform: uppercase;
}
.footer__content-big-about .ftr_text{
	line-height: 19px;
	margin: 19px 0px 18px 0px;
}
.footer__content-big-about .ftr_phone span{
	font: 15px 'helveticaneuecyr_black', sans-serif;
	display: inline-block;
}
.footer__content-big-about .ftr_phone span:first-of-type{
	padding-left: 13px;
}
.footer__content-big-about .ftr_mail{
	margin-top: 5px;
}
.footer__content-big-about .ftr_mail a{
	border-bottom: 1px dashed #999;
}
.footer__content-big-about .ftr_mail a:hover,
.footer__content-big-about .ftr_mail a:focus{
	border-bottom-color: #fff;
	color: #fff;
}

/*footer_menu*/
.footer__content-big-nav-menu ul{
	margin-top: 16px;
	line-height: 26px;
}
.footer__content-big-nav-menu:first-of-type ul{
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}
.footer__content-big-nav-menu:first-of-type ul li{
	width: 202px;
}
.footer__content-big-nav-menu:nth-child(2){
	margin-left: 19px;
}
.footer__content-big-nav-menu ul li{
	text-transform: lowercase;
}
.footer__content-big-nav-menu ul li:first-letter{
	text-transform: uppercase;
}
.footer__content-big-nav-menu ul li a:hover,
.footer__content-big-nav-menu ul li a:focus{
	color: #fff;
}

.footer__content-small{
	background-color: #231f20;
	line-height: 49px;
	font-size: 13px;
}
.footer__content-small a{
	color: #fff;
}
.go_top{
	display: block;
	position: absolute;
	top: 0px; right: 0px;
	height: 100%;
	width: 49px;
	background-color: #c20301;
	text-align: center;
}
.go_top i{
	font-size: 11px;
	color: #fff;
}



/****CATALOG_MENU****/
.new_menu{
	position: relative;
	width: 100%;
	background-color: #c20301;
	font: 17px 'helveticaneuecyr_black', sans-serif;
	color: #fff !important;
	padding: 8px 0px 7px 39px;
	display: block;
	margin-bottom: 10px;
}
.left_clmn-catalog .catalog_title{
	position: relative;
	width: 100%;
	background-color: #1860aa;
	font: 17px 'helveticaneuecyr_black', sans-serif;
	color: #fff;
	padding: 8px 0px 7px 39px;
}
.left_clmn-catalog .catalog_title .bar_icon{
	position: absolute;
	top: 11px;
	left: 15px;
}
.left_clmn-catalog .catalog_title .bar_icon div{
	width: 14px;
	height: 2px;
	background-color: #fff;
	margin-bottom: 3px;
}
.left_clmn-catalog .catalog_title .bar_icon div:nth-child(3){
	margin-bottom: 0px;
}
.catalog_list{
	background-color: #eee;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.catalog_list>ul{
	overflow: hidden;
	max-height: 800px;
	position: relative;
}
.catalog_list ul li>ul,
.catalog_list ul li>ul li>ul{
	margin-left: 20px;
	display: none;
}
.catalog_list ul li.one_lvl{
	margin-bottom: 6px;
}
.catalog_list ul li.one_lvl.item_checked > ul {
	display: block;
	overflow: hidden;
}
.catalog_list>ul>li>ul>li:last-of-type{
	margin-bottom: 14px;
}
.catalog_list ul li.one_lvl:last-of-type,
.catalog_list>ul>li:last-of-type>ul>li:last-of-type{
	margin-bottom: 0px;
}
.catalog_list ul li div.item,
form .agrmnt{
	display: table;
	width: 100%;
}
.catalog_list ul li div.item .item_name{
	padding: 4px 0px;
	background-color: transparent;
}
.catalog_list ul li div.item .item_name:hover{
	background-color: #dfe4e9;
}
.catalog_list ul li div.item .item_name.item_checked,
.catalog_list ul li div.item .item_name.item_checked:hover{
	background-color: #cad6e3;
}
.catalog_list ul li ul li div.item .item_name{
	border-top: 1px solid transparent;
}
.catalog_list ul li ul li div.item .item_name.item_checked{
	border-top-color: #b8cee5;
}
.catalog_list ul li.one_lvl>.item label{
	font-family: 'helveticaneuecyr_black', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
}
.catalog_list ul li label{
	line-height: 17px;	
}
.catalog_list ul li div.arrow,
.catalog_list ul li div.input,
.catalog_list ul li label,
form .agrmnt .input,
form .agrmnt label{
	display: table-cell;
	vertical-align: top;
	text-align: left;
}
.catalog_list ul li div.arrow{
	font-size: 9px;
	padding-top: 7px;
	width: 19px;
	cursor: pointer;
}
.catalog_list ul li div.input,
form .agrmnt .input{
	width: 23px;
}
.catalog_list ul li div.input{
	display: none;
}


/*checkbox_styler*/
.jq-checkbox{
	width: 14px; height: 14px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	background: #fff;
	border-color: #d9d9d9;
	top: -2px;
}
.jq-checkbox.checked .jq-checkbox__div{
	width: 100%; height: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	background: #fff;
	margin: 0px;
	background: url('../img/check/black_check.png') center center no-repeat;
}
.jq-checkbox.focused {
	border-color: #d9d9d9;
}
.clear_box{
	width: 100%;
	text-align: center;
	border: 1px solid #d9d9d9;
	background-color: #d9d9d9;
}
.clear_box a{
	display: inline-block;
	color: #000;
	border-bottom: 1px dashed #000;
	margin: 11px 0px;
}
.clear_box a:hover{
	border-bottom-color: transparent;
}
/*.clear_box{*/
	/*display: none;*/
/*}*/
.clear_box>div{
	display: inline-block;
}
.clear_box>div:before{
	content: '';
	display: inline-block;
	width: 9px; height: 9px;
	background: url('../img/icons/thin_close.png') center center no-repeat;
	margin-right: 9px;
}

/*scrollbar_styler*/
.mCSB_container {
	margin-right: 15px!important;
	padding: 15px 0px 15px 15px;
}
.mCSB_scrollTools {
	width: 5px;
	margin: 15px 0px;
}
.mCustomScrollbar .mCSB_scrollTools .mCSB_draggerRail {
	width: 5px;
	background-color: #d9d9d9;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.mCustomScrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #7a7a7a;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}



/****INDEX_PAGE****/
.about_index{
	width: 485px;
}
.about_index p{
	margin-bottom: 0px;
}
.contacts_index{
	margin-top: 16px;
}
.contacts_index ul li{
	margin-bottom: 13px
}
.contacts_index ul li:last-of-type{
	margin: -6px 0px 0px 0px;
}
.contacts_index ul>li>div:first-of-type{
	width: 25px;
	height: 17px;
	position: relative;
}
.contacts_index ul li img,
.contacts_index ul li i{
	position: absolute;
	top: 1px;
}
.contacts_index ul li .time{
	line-height: 20px;
}
.contacts_index ul li i{
	color: #c20301;
	font-size: 15px;
}

/*index_news_list*/
.news_list .one_item{
	margin-left: 30px;
	width: 285px;
}
.news_list .one_item:first-of-type{
	margin-left: 0px;
}
.news_list .pic_item{
	-webkit-box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.news_list .pic_item a,
.news_list .pic_item img{
	display: block;
}
.news_list .date_item{
	color: #7f7f7f;
	font-size: 13px;
	margin: 15px 0px 3px 0px;
}
.news_list p{
	margin: -4px 0px!important;
}



/****BREADCRUMBS****/
.bx-breadcrumb{
	margin: -2px 0px 40px 0px!important;
	padding-bottom: 15px;
	border-bottom: 1px solid #d9d9d9;
}
.bx-breadcrumb .bx-breadcrumb-item{
	margin: 0px 14px 0px 0px!important;
}
.bx-breadcrumb .bx-breadcrumb-item  a span,
.bx-breadcrumb .bx-breadcrumb-item i{
	color: #000;
}
.bx-breadcrumb .bx-breadcrumb-item span{
	font-family: 'proxima_nova', sans-serif!important;
	color: #7f7f7f;
}
.bx-breadcrumb .bx-breadcrumb-item i{
	margin-right: 10px;
}



/****PERSONAL_PAGE****/
.personal_btns a{
	display: block;
	padding: 13px 0px 13px 18px;
	position: relative;
	background: #c20301;
	color: #fff;
	font-family: 'helveticaneuecyr_bold', sans-serif;
	width: 350px;
	margin-left: 20px;
}
.personal_btns a:first-of-type{
	margin-left: 0px;
}
.personal_btns i{
	font-size: 13px;
	position: absolute;
	top: 15px;
	right: 16px;
}
.personal_btns {
	margin-bottom: 32px;
}
.personal_data{
	margin-right: 70px;
}
.manager_foto{
	width: 62px; height: 62px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #d9d9d9;
	overflow: hidden;
	margin-right: 24px;
}
.manager_info{
	padding-top: 10px;
}
.manager_info .note{
	margin-bottom: 3px;
}
.manager_links .link_line{
	margin-top: 9px;
}
.manager_links .link_line:first-of-type{
	margin-top: 0px;
}
.manager_links .link_line .link_name{
	width: 100px;
}



/****REGISTRATION_PAGE****/
form.registration-table{
	padding-top: 19px;
}
form.registration-table .psswrd,
.captcha,
form .agrmnt{
	padding-top: 37px;
}
.captcha .data_line{
	margin-top: 11px;
}



/****TOP&BOTTOM_PANEL****/
.top_panel{
	margin-bottom: 30px;
	background: #eee;
	border: 1px solid #d9d9d9;
	padding: 7px 14px;
}
.tabs_content .top_panel{
	background: transparent;
	border: none;
	padding: 0px;
}
.tabs ul li{
	float: left;
	margin-right: 10px;
}
.tabs ul li:last-of-type{
	margin-right: 0px;
}
.top_panel .red_text{
	max-width: none;
	margin-top: 4px;
}
.before_select,
.view_catalog div,
.count_catalog+.f_l{
	color: #7f7f7f;
	line-height: 27px;
}
.before_select{
	margin-right: 13px;
}
.view_catalog div{
	margin-left: 25px;
}
.view_catalog div:first-of-type{
	margin-left: 0px;
}
.view_catalog .view_btn{
	display: block;
	position: relative;
	width: 27px; height: 27px;
	background-image: url('../img/icons/catalog_views.png');
	background-repeat: no-repeat;
	margin-right: 8px;
	border: none; outline: none;
	cursor: pointer;
}
.view_catalog #tile.view_btn{
	background-position: 0px 0px;
}
.view_catalog #table.view_btn{
	background-position: 0px -27px;
}
.view_catalog .view_btn:before{
	content: '';
	display: block;
	width: 27px; height: 27px;
	background-image: url('../img/icons/catalog_views.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 0px; bottom: 0px; left: 0px; right: 0px;
	z-index: 5;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s
}
.view_catalog #tile.view_btn:before{
	background-position: -27px 0px;
}
.view_catalog  #table.view_btn:before{
	background-position: -27px -27px;
}
.view_catalog .view_btn.active:before,
.view_catalog .view_btn:hover:before{
	opacity: 1;
}
.bottom_panel{
	margin-top: 35px;
}
.count_catalog+.f_l{
	margin-left: 30px;
}

/*pagination*/
.bx_pagination ul li{
	display: inline-block;
	background: #eee;
	border: 1px solid #d9d9d9;
	padding: 4px 0px;
	margin-right: 1px;
	width: 27px;
	text-align: center;
	outline: none;
	cursor: pointer;
}
.bx_pagination ul li:nth-child(1),
.bx_pagination ul li:nth-child(2),
.bx_pagination ul li:nth-last-child(1),
.bx_pagination ul li:nth-last-child(2){
	border-color: transparent;
	background: transparent;
	width: auto;
	margin-right: 0px;
}
.bx_pagination ul li i.fa-angle-left{
	margin-right: 13px;
}
.bx_pagination ul li i.fa-angle-right{
	margin-left: 12px;
}

/*select_styler*/
.jq-selectbox__select{
	height: 27px;
	padding: 0 20px 0 7px;
	border-color: #d9d9d9!important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #fff;
	box-shadow: none; text-shadow: none;
	font: 14px/25px 'proxima_nova', sans-serif;
	color: #000;
}
.jq-selectbox__select:hover,
.jq-selectbox__select:active{
	background: #fff;
	box-shadow: none;
}
.top_panel .jq-selectbox__select-text{
	width: 170px!important;
}
.bottom_panel .jq-selectbox__select-text{
	width: 22px!important;
}
.jq-selectbox__trigger{
	width: 24px;
	border-left: none;
}
.jq-selectbox__trigger-arrow{
	border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
	top: 11px;
	left: 8px;
}
.jq-selectbox__dropdown{
	border-color: #d9d9d9;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	font: 14px/18px 'proxima_nova', sans-serif;
}
.jq-selectbox li{
	color: #000;
	padding: 4px 10px 4px 10px;
}
.jq-selectbox li.selected{
	background: #cad6e3;
	color: #000;
}
.jq-selectbox li:hover{
	background: #1860aa;
}
.jq-selectbox li.selected:hover{
	color: #fff;
}



/****HISTORY_PAGE****/
a.repeat{
	display: inline-block;
	position: relative;
	padding-left: 20px;
}
a.repeat:before{
	content: '';
	display: block;
	width: 11px;
	height: 10px;
	background: url('../img/icons/repeat.png') 0 0 no-repeat;
	position: absolute;
	top: 4px;
	left: 0px;
}
.history_table th.one_clmn{
	width: 295px; max-width: 295px;
}
.history_table th.three_clmn{
	width: 160px; min-width: 130px;
	max-width: 160px;
}
.history_table th.five_clmn{
	width: 150px;
    min-width: 140px;
    max-width: 150px;
}
.history_table th.six_clmn{
	width: 180px; min-width: 180px;
}
.history_table tbody tr td:last-of-type{
	text-align: center;
}



/****CATALOG****/
.old_price{
	color: #7f7f7f;
	text-decoration: line-through;
}
.view_table .old_price{
	margin-left: 7px;
}
.view_tile .old_price{
	margin-top: 1px;
}
.quantity{
	margin-right: 6px;
}
.quantity a{
	display: block;
	width: 22px;
	text-align: center;
	color: #000;
	line-height: 20px;
	background: #fff;
}
.quantity a.quant_down{
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.quantity a.quant_up{
	border-top: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.quantity input[type="text"]{
	width: 46px;
	padding: 0px 4px;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
}
.view_tile .quantity input[type="text"]{
	width: 45px;
}
.view_tile .quantity a,
.view_tile .quantity input[type="text"]{
	line-height: 24px;
}
.view_table th.one_clmn{
	width: 450px; max-width: 450px;	
}
.view_table th.two_clmn{
	width: 150px; min-width: 140px;
	max-width: 150px;
}
.view_table th.five_clmn{
	width: 160px; min-width: 130px;
	max-width: 160px;
}
.view_table th.six_clmn{
	width: 208px; min-width: 208px;
}
.in_basket{
	background: #d9d9d9;
	text-align: center;
}
.view_tile .in_basket{
	font-size: 13px;
	padding: 5px 0px;
	width: 182px;
}
.view_tile .bx_catalog_item{
	position: relative;
	width: 278px;
	height: 152px;
	padding: 7px;
	margin: 0px 21px 21px 0px;
	background: #f6f6f6;
	border: 1px solid #d9d9d9;
}
.view_tile .bx_catalog_item:hover,
.view_tile .bx_catalog_item:focus,
.view_tile .bx_catalog_item:active{
	background: #fff;
}
@media (min-width: 1490px){
	.view_tile .bx_catalog_item:nth-child(4n){
		margin-right: 0px;
	}
	.view_tile .bx_catalog_item:nth-child(4n+1){
		clear: both;
	}
}
@media (max-width: 1199px){
	.view_tile .bx_catalog_item:nth-child(4n){
		margin-right: 0px;
	}
	.view_tile .bx_catalog_item:nth-child(4n+1){
		clear: both;
	}
}
.view_tile{
	margin-bottom: -21px;
}
.view_tile .bx_catalog_item .left_clmn{
	width: 72px;
}
.view_tile .bx_catalog_item .right_clmn{
	width: 182px;
}
.view_tile .bx_catalog_item .bx_catalog_item_name{
	margin: -3px 0px 9px 0px;
	min-height: 48px;
}
.view_tile .bx_catalog_item .bx_catalog_item_properties span{
	display: inline-block;
	width: 85px;
	color: #7f7f7f;
}
.view_tile .bx_catalog_item .bx_catalog_item_properties,
.view_tile .bx_catalog_item .bx_catalog_item_properties+div{
	font-size: 13px;
	line-height: 18px;
}
.view_tile .bx_catalog_item .bx_catalog_item_properties div{
	margin-bottom: 2px;
}
.view_tile .bx_catalog_item .bx_catalog_item_price{
	font-family: 'helveticaneuecyr_bold', sans-serif;
	margin-top: 6px;
}
.view_tile .bx_catalog_item .bx_catalog_item_buy{
	margin-top: 15px;
	position: absolute;
	bottom: 7px; right: 7px;
}
.view_tile .bx_catalog_item .bx_catalog_item_image{
	position: relative;
	width: 72px; height: 72px;
	border: 1px solid #d9d9d9;
	background: #fff;
	overflow: hidden;
}
.view_tile .bx_catalog_item .bx_catalog_item_image img{
	position: absolute;
	top: 0px; bottom: 0px;
	left: 0px; right: 0px;
	margin: auto;
}
.bx_catalog_item_image .zoom{
	display: block;
	width: 17px; height:17px;
	background-image: url('../img/icons/item_lupe.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(0,0,0,0.68);
	position: absolute;
	top: 0px; left: 0px;
	text-align: center;
	z-index: 5;
}



/****MEDIA****/
@media (min-width: 1200px) and (max-width: 1489px) {
	.container{
		width: 1190px;
	}
	main .container>.workarea_clmn{
		margin-left: 24px;
		width: 876px;
	}
	header .header__content-func{
		margin: 0px 25px 0px 25px;
	}
	.header__content-func-search input[type="text"]{
		width: 311px;
	}
	.header__content-info-phone .calltime{
		font-size: 12px;
	}
	.header__content-nav ul li.header__content-nav-item{
		padding: 0px 10px;
	}
	.footer__content-big-about{
		max-width: 340px;
	}
	.footer__content-big-about .ftr_phone i,
	.top_panel .red_text:before,
	.contacts_index ul li:first-of-type a{
		display: none;
	}
	.footer__content-big-about .ftr_phone span:first-of-type{
		padding-left: 0px;
	}
	.footer__content-big-nav-menu:nth-child(2){
		margin-left: -45px;
	}
	.view_tile .bx_catalog_item:nth-child(3n){
		margin-right: 0px;
	}
	.view_tile .bx_catalog_item:nth-child(3n+1){
		clear: both;
	}
	.top_panel .red_text{
		padding-left: 0px;
	}
	.personal_data{
		margin-right: 50px;
	}
	input[type="text"].data_content{
		width: 320px;
	}
	.red_text{
		max-width: 470px;
	}
	.about_index{
		width: 365px;
	}
	.news_list .one_item,
	.news_list .pic_item a,
	.news_list .pic_item img{
		width: 225px;
	}
}

.header__content-nav-logout{
	text-align: right;
}

.header__content-nav-logout a{
	display: inline-block;
	border-bottom: 1px dashed #000;
}

.header__content-nav-logout a:hover{
	color: #1860aa;
	border-bottom-color: transparent;
	webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;	
}

.bx_catalog_item_bottom{
position: absolute;
bottom: 33px;
right: 7px;
width: 182px;
}

.catalog_list form>li .item label{
	font-family: 'proxima_nova_bold' !important;
}

.catalog_list form>li>ul>li .item label{
	font-family: 'ProximaNovaSemibold' !important;
}

.catalog_list form>li>ul>li>ul>li .item label{
	font-family: 'ProximaNovaLight' !important;
}

.old-site-link{
	display: inline-block;
	margin-top: 8px;
	border-bottom: 1px dashed #000;
}
