* {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
body {
	line-height: 1;
/*
Делает шрифт лучше
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
*/
}
.clearfix {
	float: none;
    clear: both;
}
.clearfix:after {
	clear: both;
}
.clearfix:before,
.clearfix:after {
	display: table;
    content: " ";
}
.wreaper {
	width: 100%;
	position: relative;
	min-height: 100%;
}
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Ubuntu Condensed', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end */
::-webkit-input-placeholder {color:#909090;}
::-moz-placeholder          {color:#909090;}
:-moz-placeholder           {color:#909090;}
:-ms-input-placeholder      {color:#909090;}
::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
header {
	background: url(images/fond_header.jpg) no-repeat center top;
	background-size: cover;
	min-height: 133px;
	margin-top: 10px;	
	position: relative;
}
header:before {
	display: block;
	content: "";
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: -10px;
	background: #424242; 
}
.width-1020 {
	max-width: 1020px;
	margin: 0 auto;
	position: relative;
}
.pd-70 {
	padding: 0 70px;
	box-sizing: border-box;
}
.b-logo {
	float: left;
	margin: 26px 0 0 0;
	max-width:220px;
}
.b-logo img{
	max-width:100%;
}
.h-right {
	float: right;
}
.h-block_1 {
	float: left;
	margin: 10px 75px 0 0;
}
.b-telephone {
	box-sizing: border-box;
	padding: 0 0 0 41px;
	background: url(images/img_telephone.png) no-repeat;
	position: relative;
}
.b-t_number {
	display: inline-block;
	font-size: 18px;
	color: #424242;
	text-decoration: none;
	margin: 3px 0 2px 0;
}
.b-t_number:hover {
	text-decoration: underline;
}
.b-t_text {
	color: #434343;
	font-size: 16px;
	line-height: 18px;
	cursor: pointer;
}
.modal-form {
    width: 186px;
    position: absolute;
    top: 72px;
    right: -4px;
    border: 1px solid rgba(0,0,0,.13);
    border-radius: 5px / 5px 5px 5px 5px;
    background-color: #fff;
    box-sizing: border-box;
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,.45);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.45);
	box-shadow: 0 2px 6px rgba(0,0,0,.45);
    box-sizing: border-box;
    padding: 13px 11px 8px 11px;
    text-align: center;
    display: none;
    z-index: 100;
}
.modal-form:before {
    display: block;
    content: "";
    width: 26px;
    height: 12px;
    background: url(images/img_arrow_5.png) no-repeat;
    position: absolute;
    top: -12px;
    right: 13px;
}
.m-f_input {
    width: 163px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #DFDFDF;
    border-radius: 5px / 5px 5px 5px 5px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 12px;
    font-size: 16px;
    outline: none;
    margin-bottom: 5px;
    text-align: left;
    font-family: 'Ubuntu Condensed', sans-serif;
}
.m-f_input::-webkit-input-placeholder {color:#D7D7D7;}
.m-f_input::-moz-placeholder          {color:#D7D7D7;}
.m-f_input:-moz-placeholder           {color:#D7D7D7;}
.m-f_input:-ms-input-placeholder      {color:#D7D7D7;}
.link_modal-form {
    display: inline-block;
    font-size: 15px;
    color: #727272;
    text-decoration: none;
    margin: 2px 0 0 0;
}
.link_modal-form:hover {
    text-decoration: underline;
}
.b-mail {
	box-sizing: border-box;
	padding: 0 0 0 41px;
	margin: 5px 0 0 0;
	background: url(images/img_mail.png) no-repeat;
}
.b-mail a {
	display: inline-block;
	text-decoration: none;
	color: #434343;
	font-size: 18px;
	margin: 4px 0 6px 0;
}
.b-mail a:hover {
	text-decoration: underline;
}
.h-block_2 {
	float: left;
	position: relative;
}
.b-entrance {
	display: table;
	width: 100%;
	font-size: 0;
	margin: 16px 0 0 0;
}
.b-e_link1,
.b-e_link2 {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	text-decoration: none;
	position: relative;
	color: #424242;
}
.b-e_link1:hover,
.b-e_link2:hover,
.b-e_link3:hover {
	text-decoration: underline;
}
.b-e_link1 {
	margin: 0 12px 0 0;
	cursor: pointer;
}
.all-link1 {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.modal-form2 {
    width: 186px;
    position: absolute;
    top: 26px;
    left: -12px;
    border: 1px solid rgba(0,0,0,.13);
    border-radius: 5px / 5px 5px 5px 5px;
    background-color: #fff;
    box-sizing: border-box;
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,.45);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.45);
	box-shadow: 0 2px 6px rgba(0,0,0,.45);
    box-sizing: border-box;
    padding: 13px 11px 8px 11px;
    text-align: center;
    display: none;
    z-index: 100;
}
.modal-form2:before {
    display: block;
    content: "";
    width: 26px;
    height: 12px;
    background: url(images/img_arrow_5.png) no-repeat;
    position: absolute;
    top: -12px;
    left: 13px;
}
.m-f_input2 {
    width: 163px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #DFDFDF;
    border-radius: 5px / 5px 5px 5px 5px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 12px;
    font-size: 14px;
    outline: none;
    margin-bottom: 5px;
    text-align: left;
}
.m-f_input2::-webkit-input-placeholder {color:#D7D7D7;}
.m-f_input2::-moz-placeholder          {color:#D7D7D7;}
.m-f_input2:-moz-placeholder           {color:#D7D7D7;}
.m-f_input2:-ms-input-placeholder      {color:#D7D7D7;}
.m-f_link {
    text-align: center;
    width: 100%;
    font-size: 0;
    display: table;
}
.m-f_link a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 15px;
    color: #939494;
    margin: 0 5px 2px 5px;
    position: relative;
    transition: 0.3s;
}
.m-f_link a:first-child {
    color: #FF4741;
}
.m-f_link a:first-child:before {
    display: block;
    content: "/";
    font-size: 14px;
    font-family: 'trebucit';
    color: #939494;
    position: absolute;
    top: 0px;
    right: -9px;
}
.m-f_link a:hover {
	text-decoration: underline;
}
.b-e_link2 {
    margin: 0 6px;
}
.b-e_link3 {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    color: #424242;
}
.b-e_link2:before {
	display: block;
	content: "";
	width: 1px;
	height: 12px;
	background: #424242;
	border-right: 1px solid #B9B9B9;
	position: absolute;
	top: 1px;
	left: -6px;
}
.b-e_link2:nth-of-type(1):before{
	display: none;
}
.all-b_basket {
	width: 165px;
	position: relative;
}
.b-basket {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	margin: 50px 0 0 0;
	transition: all 0.5s;
}
.b-b_baground {
	width: 100%;
	height: 36px;
	background: #3C3C3C;
	cursor: pointer;
}
.hidden-basket {
    display: none;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0px 10px 0px;
    position: relative;
    left: 0;
    top: 100%;
}
.b-basket.b-b_2 {
	width: 431px;
	border: 8px solid rgba(2,2,2,0.2);
	z-index: 9999;
	margin: 29px 0 0 0;
}
.b-basket.b-b_2 .hidden-basket {
	width: 100%;
	background: rgba(255,255,255,0.96);
	transition: all 0.5s;
}
.b-b_left1 {
	display: none;
}
.b-b_2 .b-b_left1 {
	display: block;
	float: left;
	width: 61%;
	height: 100%;
}
.b-b_2 .b-b_left {
	width: 14%;
}
.b-b_2 .b-b_right {
	width: 25%;
}
.b-b_close {
	display: inline-block;
	vertical-align: top;
	width: 21px;
	height: 21px;
	background: url(images/img_close.png) no-repeat;
	margin: 8px 15px 0 16px;
	cursor: pointer;
}
.b-b_text {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 36px;
}
.b-b_2 .b-b_baground {
	padding: 13px 0;
}
.all-basket-product {
	box-sizing: border-box;
	padding: 0 35px 0px 23px;
}
.basket-product {
	box-sizing: border-box;
	padding: 0px 0px 10px 0px;
	margin: 0 0 15px 0;
	position: relative;
}
.basket-product:after {
	display: block;
	content: "";
	width: 95%;
	height: 1px;
	background: #E2E2E2;
	position: absolute;
	bottom: 0;
	right: 0;
}
.b-pr_close {
	width: 5%;
	float: left;
	color: #D7D7D7;
	font-size: 13px;
	margin: 37px 0px 0 0;
	cursor: pointer;
}
.b-pr_thumb {
	float: left;
	width: 25%;
}
.as {
	display: table-cell;
	vertical-align: middle;
	width: 92px;
	height: 77px;
	box-sizing: border-box;
	border: 1px solid #E2E2E2;
}
.b-pr_thumb img {
	display: block;
	margin: 0 auto;
	width: auto;
    max-height: 100%;
}
.b-pr_right {
	float: left;
	width: 70%;
	box-sizing: border-box;
	padding: 0 0 0 19px;
}
.b-pr_title {
	display: inline-block;
	color: #3C3E3E;
	font-size: 16px;
	text-decoration: none;
	line-height: 14px;
	max-height: 29px;
    overflow: hidden;
}
.b-pr_title:hover {
	text-decoration: underline;
}
.b-pr_price {
	font-size: 16px;
	color: #202020;
	margin: 10px 0 0 0;
}
.b-pr_all {
	font-size: 18px;
	color: #FF4741;
	margin: 11px 0 0 0;
}
.b-pr_all span {
	padding-left: 8px;
}
.scroll-pane {
	height: auto !important;
	max-height: 310px !important;
}
.total-gods {
	font-size: 18px;
	text-transform: uppercase;
	color: #444444;
	box-sizing: border-box;
	padding: 21px 0 0 42px;
}
.total-gods span {
	color: #FF4741;
}
.all-basket-product:last-child .basket-product:after {
	display: none;
}
.h-b_button {
	display: table;
	width: 100%;
	font-size: 0;
	text-align: center;
}
.b-button_close {
	display: inline-block;
	width: 178px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #A8A8A8;
	transition: 0.3s;
	font-size: 14px;
	cursor: pointer;
	margin: 17px 15px 11px 15px;
}
.b-button_close:hover {
	background: #8B8B8B;
	transition: 0.3s;
}
.b-button_issue {
	display: inline-block;
	width: 178px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	background: #FF4741;
	transition: 0.3s;
	text-decoration: none;
	font-size: 14px;
	margin: 17px 15px 11px 15px;
}
.b-button_issue:hover {
	background: #D33B36;
	transition: 0.3s;
}
.b-b_left {
	float: left;
	width: 35%;
	height: 100%;
	border-right: 1px solid #020202;
	position: relative;
	box-sizing: border-box;
}
.b-b_left:after {
	display: block;
	content: "";
	width: 28px;
	height: 26px;
	background: url(images/img_basket.png) no-repeat;
	position: absolute;
	left: 15px;
	top: 5px;
	z-index: 1;
}
.b-b_quantity {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #ffffff;
	position: absolute;
	top: 4px;
	left: 34px;
	color: #737373;
	text-align: center;
	line-height: 15px;
	font-size: 12px;
	z-index: 2;
}
.b-b_right {
	float: left;
	width: 65%;
}
.b-b_txt {
	color: #fff;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
	padding: 0 5px 0 5px;
	line-height: 36px;
}
.fond_menu {
	width: 100%;
	height: 40px;
	background: #424242;
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.3);
	box-shadow: 0 3px 7px rgba(0,0,0,.3);
	position: relative;
    z-index: 2;
}
.menu_top {
	float: left;
	list-style: none;
	font-size: 16px;
}
.menu_top li {
	float: left;
}
.menu_top li.active a {
	background: #FF4741;
}
.menu_top a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	line-height: 40px;
	padding: 0 24px;
	transition: 0.3s;
}
.menu_top a:hover {
	transition: 0.3s all;
	background: #FF4741;
}
.b-seach {
	float: left;
	width: 211px;
	height: 26px;
	margin: 7px 0 0 0;
	padding: 80px 0px 0px 50px;
}
.b-s_input {
	float: left;
	width: 85%;
	height: 100%;
	border: solid 1px;
	background: #ffffff;
	box-sizing: border-box;
	padding: 0 13px;
	line-height: 26px;
	outline: none;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 14px;
	color: #909090;
}
.b-s_submit {
	float: left;
	width: 15%;
	height: 100%;
	border: none;
	cursor: pointer;
	background-color: #787878;
	background-image: url(images/img_search.png);
	background-repeat: no-repeat;
	background-position: center center;
	transition: 0.3s;
}
.b-s_submit:hover {
	background-color: #424242;
}
.width-1160 {
	max-width: 1160px;
	margin: 0 auto;
	position: relative;
}
.free-shipping {
	width: 100%;
	min-height: 60px;
	padding: 17px 0 17px 0;
	overflow: hidden;
}
.f-s_left {
	float: left;
	width: 77%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	padding: 20px 30px 19px 131px;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	background: #3C3C3C;
}
.f-s_left:before {
	display: block;
	content: "";
	width: 60px;
	height: 38px;
	background: url(images/img_truck.png) no-repeat;
	position: absolute;
	left: 32px;
	top: 12px;
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
}
.f-s_left:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 13px;
	background: #3C3C3C;
	left: 0;
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
}
.f-s_text1 {
	color: #ffffff;
	font-size: 21px;
	text-shadow: 0 1px 2px rgba(0,0,0,.39);
	text-transform: uppercase;
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
}
.f-s_right {
	float: left;
	width: 23%;
	height: 100%;
	box-sizing: border-box;
	padding: 20px 13px 19px 13px;
	background: #FF4741;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
}
.f-s_right:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 13px;
	background: #FF4741;
	right: -1px;
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
}
.f-s_text2 {
	color: #fff;
	font-size: 21px;
	text-shadow: 0 1px 2px rgba(0,0,0,.39);
	text-transform: uppercase;
	text-align: center;
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
}
.global-title h2 {
	color: #3d3d3d;
	font-size: 24px;
	box-sizing: border-box;
	font-weight: normal;
	text-transform: uppercase;
	padding: 27px 10px 12px 10px;
	text-align: center;
	position: relative;
	margin: 0 0 20px 0;
}
.global-title h2:after {
    display: block;
    content: "";
    width: 494px;
    height: 1px;
    background: url(images/stick_1.png) no-repeat top center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.slider_shares {
	text-align: center;
	margin: 58px 0 20px 0;
	box-sizing: border-box;
	padding: 0 45px;
}
.s-s_box {
	width: 198px;
	display: inline-block;
	vertical-align: top;
}
.s-s_thumb {
	width: 198px;
	height: 198px;
	display: table-cell;
	vertical-align: middle;
}
.s-s_thumb img {
	display: block;
    margin: 0 auto 8px auto;
    width: auto !important;
max-width:100%;
}
.s-s_price {
	float: left;
	width: 94px;
	height: 32px;
	background: #424242;
	text-align: center;
	line-height: 32px;
	color: #ffffff;
	font-size: 18px;
}
.s-s_link {
	float: right;
	width: 99px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	background: #FF4741;
	transition: 0.3s;
	color: #ffffff;
	font-size: 14px;
}
.s-s_link:hover {
	transition: 0.3s all;
	background: #C13631;
}
.s-s_title {
	margin: 5px 0 0 0;
	background: #A1A1A1;
	box-sizing: border-box;
	padding: 7px 5px 7px 5px;
	color: #424242;
	font-size: 16px;
	text-align: center;
	line-height: 18px;
}
.text-seo {
    margin: 0 0 18px 0;
}
.text-seo h1 {
    color: #313131;
    font-size: 21px;
    text-align: center;
    text-transform: uppercase;
    padding: 40px 10px 9px 10px;
    box-sizing: border-box;
    position: relative;
}
.text-seo h1:after {
    display: block;
    content: "";
    max-width: 711px;
    height: 1px;
    background: #BBBBBB;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.t-s_title2 {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #727272;
    box-sizing: border-box;
    padding: 9px 10px 0 10px;
}
.my-toggle-block {
    position: relative;
}
.my-toggle-block[aria-expanded="false"]:after {
    display: block;
    content: "";
    width: 100%;
    height: 116px;
    background: url(images/fond_text.png) repeat-x;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.my-toggle-block p {
    font-size: 17px;
    line-height: 24px;
    color: #737373;
}
.read-text_link {
    color: #424242;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin: 30px 0 20px 0;
    cursor: pointer;
}
.pd-b-50 {
	padding-bottom: 30px;
}
.fond-subscription {
	width: 100%;
	min-height: 40px;
	border-bottom: 1px solid #5F5F5F;
	background: #3C3C3C;
}
.f-sub_text {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	padding: 15px 0 0 0;
}
.f-sub_form {
	display: inline-block;
	vertical-align: top;
	width: 236px;
	height: 25px;
	margin: 8px 0 8px 12px;
}
.f-sub_input {
	float: left;
	width: 87%;
	height: 100%;
	line-height: 25px;
	outline: none;
	box-sizing: border-box;
	padding: 0 13px;
	background: #CDCDCD;
	border: none;
}
.f-sub_submit {
	float: left;
	width: 13%;
	height: 100%;
	cursor: pointer;
	border: none;
	background-image: url(images/arrow_1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #898989;
	transition: 0.3s all;
}
.f-sub_submit:hover {
	transition: 0.3s all;
	background-color: #424242;
}
.fond-footer {
	width: 100%;
	background: url(images/fond_footer.png) no-repeat;
	background-size: 100% 100%;
}
.min-h_393 {
	min-height: 393px;
}
.size-0 {
	width: 100%;
	display: table;
	font-size: 0;
}
.foot-1 {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	box-sizing: border-box;
	padding: 0 50px 0 0;
}
.logo-foot {
	display: block;
	margin: 58px 0 0 0;
}
.foot_text {
	color: #fff;
	font-size: 16px;
	text-shadow: 0 1px 2px rgba(0,0,0,.39);
	margin: 15px 0 0 0;
}
.foot-2 {
	display: inline-block;
	vertical-align: top;
	width: 19.5%;
	margin: 112px 0 0 0;
	box-sizing: border-box;
	padding: 0 15px 0 0;
}
.foot_title {
	color: #fff;
	font-size: 14px;
	text-shadow: 0 1px 2px rgba(0,0,0,.39);
	text-transform: uppercase;
}
.menu_foot {
	list-style: none;
	font-size: 14px;
	margin: 22px 0 0 0;
}
.menu_foot a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	text-shadow: 0 1px 2px rgba(0,0,0,.39);
	margin: 0 0 10px 0;
}
.menu_foot a:hover {
	text-decoration: underline;
}
.foot-3 {
	display: inline-block;
	vertical-align: top;
	width: 16.5%;
	margin: 112px 0 0 0;
	box-sizing: border-box;
    overflow: hidden;
}
.foot_title.f-t_2 {
	padding-left: 28px;
}
.foot_number {
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	font-size: 18px;
	text-shadow: 0 1px 2px rgba(0,0,0,.39);
	text-decoration: none;
	padding-left: 28px;
	position: relative;
	margin: 0 0 13px 0;
}
.foot_number:hover {
	text-decoration: underline;
}
.foot_number:before {
	display: block;
	content: "";
	width: 21px;
	height: 21px;
	background: url(images/img_telephone2.jpg) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.foot_mail {
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	font-size: 18px;
	text-shadow: 0 1px 2px rgba(0,0,0,.39);
	text-decoration: none;
	padding-left: 28px;
	position: relative;
	margin: 0 0 13px 0;
}
.foot_mail:hover {
	text-decoration: underline;
}
.foot_mail:before {
	display: block;
	content: "";
	width: 21px;
	height: 21px;
	background: url(images/img_mail2.jpg) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.foot_address {
	color: #ffffff;
	font-size: 17px;
	text-shadow: 0 1px 2px rgba(0,0,0,.39);
	padding-left: 28px;
	position: relative;
}
.foot_address:before {
	display: block;
	content: "";
	width: 21px;
	height: 21px;
	background: url(images/img_address.jpg) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.m-t_17 {
	margin: 17px 0 0 0;
}
.copyright {
	color: #fafafa;
	font-size: 14px;
	width: 64%;
	position: absolute;
	right: 0;
	bottom: 10px;
	line-height: 16px;
}
.copyright p a {
	color: #fafafa;
	font-size: 14px;
	text-decoration: none;
}
.copyright p a:hover {
	text-decoration: underline;
}
#scroll-top {
	width: 71px;
	height: 72px;
	background: url(images/img_top.png) no-repeat;
	position: absolute;
	right: 5px;
	top: -36px;
	cursor: pointer;
}
.mobile_menu {
	display: none;
}
.stick_logo {
	height: 1px;
	position: absolute;
	left: 65px;
    right: 0;
    background: #ffffff;
    top: 131px;
}
.empty-cart {
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
}
.fond-breadcrumbs {
	width: 100%;
	min-height: 30px;
	background-color: #444444;
	position: relative;
	z-index: 1;
}
.link-site {
	float: left;
	font-size: 14px;
	box-sizing: border-box;
	margin: 8px 18px 8px 24px;
	color: #bfbfbf;
	text-decoration: none;
	position: relative;
}
.link-site:after {
	display: block;
	content: ">>";
	font-size: 14px;
	color: #bfbfbf;
	position: absolute;
	top: 1px;
	right: -18px;
}
.link-site:hover {
	text-decoration: underline;
}
.breadcrumbs {
	list-style: none;
	float: left;
	font-size: 14px;
}
.breadcrumbs li {
	float: left;
	color: #bfbfbf;
	margin: 8px 5px 8px 5px;
	position: relative;
}
.breadcrumbs li:after {
	display: block;
	content: "/";
	font-size: 14px;
	color: #bfbfbf;
	position: absolute;
	top: 0px;
	right: -8px;
}
.breadcrumbs li:last-child:after {
	display: none;
}
.breadcrumbs a {
	display: block;
	color: #bfbfbf;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.sidebar_left {
	float: left;
	width: 21.6%;
	margin: 15px 0 0 0;
	padding: 0 0 16px 0;
}
.sidebar_right {
	float: left;
	width: 78.4%;
	margin: 15px 0 0 0;
	box-sizing: border-box;
	padding: 0 0 16px 11px;
}
.name-category {
	color: #434343;
	font-size: 18px;
	background: #E3E3E3;
	box-sizing: border-box;
	padding: 10px 10px 12px 16px;
	min-height: 41px;
}
.b-sorting {
	float: right;
	box-sizing: border-box;
	padding: 9px 10px 10px 10px;
}
.b-sor_text {
	float: left;
	font-size: 16px;
	color: #454545;
}
.b-sor_select {
	float: left;
}
.list-category {
	display: table;
	width: 100%;
	font-size: 0;
	text-align: center;
	border-bottom: 1px solid #BDBDBD;
}
.list-category li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    position: relative;
    box-sizing: border-box;
    padding: 40px 20px 40px 20px;
}
.list-category.list-category-allw li {
	width: 25%;
}
.number-goods {
	float: left;
	padding: 20px 0 0 20px;
}
.n-g_text {
	display: inline-block;
	vertical-align: top;
	color: #707070;
	font-size: 16px;
	margin: 1px 7px 0 0;
}
.n-g_list {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 16px;
	position: relative;
}
.n-g_list li {
	float: left;
	width: 23px;
	height: 21px;
	line-height: 21px;
	font-size: 16px;
	color: #717171;
	cursor: pointer;
	position: relative;
	text-align: center;
	margin: 0 7px 0 0;
	transition: 0.3s all;
}
.n-g_list li:last-child {
	margin: 0;
}
.n-g_list li:hover {
	background: #FF4741;
	color: #ffffff;
	transition: 0.3s all;
}
.n-g_list li.active {
	background: #FF4741;
	color: #ffffff;
}
.n-g_list:before,
.n-g_list:after {
	display: block;
	position: absolute;
	top: 1px;
	font-size: 16px;
	color: #717171;
}
/*.n-g_list:before {
	content: "<";
	left: 0px;
}
.n-g_list:after {
	content: ">";
	right: 0px;
}*/
.b-pagination {
	float: right;
	padding: 20px 0 0 20px;
}
.b-pag_text {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #717171;
	margin: 1px 12px 0 0;
}
.b-pag_list {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	position: relative;
}
.b-pag_list li {
	float: left;
}
.b-pag_list li a {
	display: block;
	width: 23px;
	height: 21px;
	line-height: 21px;
	font-size: 16px;
	color: #717171;
	cursor: pointer;
	position: relative;
	text-align: center;
	margin: 0 7px 0 0;
	transition: 0.3s all;
	text-decoration: none;
}
.b-pag_list li:last-child {
	margin: 0;
}
.b-pag_list a:hover {
	background: #FF4741;
	color: #ffffff;
	transition: 0.3s all;
}
.b-pag_list li.active a {
	background: #FF4741;
	color: #ffffff;
}
.s-l_block {
	border: 1px solid #E3E3E3;
	box-sizing: border-box;
	padding: 0 0 13px 0;
}
.b-menu_title {
	font-size: 16px;
	color: #424242;
	box-sizing: border-box;
	padding: 6px 10px 7px 24px;
	min-height: 29px;
	background: #E3E3E3;
}
.left-menu {
	list-style: none;
	font-size: 16px;
	box-sizing: border-box;
	padding: 16px 10px 0 10px;
}
.left-menu li {
	position: relative;
	padding: 8px 0 12px 0;
}
.left-menu li:after {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: url(images/stick_2.png) repeat-x;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.left-menu li:last-child:after {
	display: none;
}
.left-menu a {
	display: block;
	text-decoration: none;
	color: #424242;
}
.left-menu a:hover {
	text-decoration: underline;#
}
.form-filter {
	padding: 6px 0 0 0;
}
.f-f_title {
	font-size: 17px;
	box-sizing: border-box;
	padding: 11px 8px 0 8px;
	color: #525252;
}
.f-f_slider {
	box-sizing: border-box;
	padding: 18px 6px 15px 6px;
}
.f-f_price {
	width: 100%;
	display: table;
	font-size: 0;
	box-sizing: border-box;
	padding: 0 6px 25px 6px;
}
.price-1,
.price-2 {
	width: 61px;
	height: 24px;
	border: 1px solid rgba(166,165,165,.5);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	line-height: 24px;
	text-align: center;
	font-size: 16px;
	color: #525252;
	box-sizing: border-box;
	padding: 0 5px;
	outline: none;
}
.price-2 {
	width: 74px;
}
.price_to {
	display: inline-block;
	vertical-align: top;
	width: 17px;
	height: 1px;
	background: #D5D5D5;
	margin: 12px 7px 0 7px;
}
.price_to2 {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #525252;
	margin: 1px 0 0 10px;
}
.f-f_chek {
	box-sizing: border-box;
	padding: 0 10px 8px 23px;
}
.f-f_chek:last-child {
	padding: 0 10px 0px 23px;
}
.f-f_chek input[type="checkbox"] {
    display: none;
}
.f-f_chek input[type="checkbox"] + label {
    color: #424242;
    font-size: 16px;
    cursor: pointer;
}
.f-f_chek input[type="checkbox"]:checked + label .pseudo-checkbox {
    background: url(images/img_check_4.png) 0 -12px no-repeat;
}
.f-f_chek input[type="checkbox"] + label .pseudo-checkbox {
    display: inline-block;
    float: left;
    width: 12px;
    height: 12px;
    margin: 2px 5px 0 0;
    vertical-align: middle;
    background: url(images/img_check_4.png) left top no-repeat;
    cursor: pointer;
}
.border-chek {
	position: relative;
	padding-bottom: 15px;
}
.all-chek {
	margin: 19px 0 0 0;
}
.border-chek:after {
	display: block;
	content: "";
	position: absolute;
	left: 7px;
	right: 8px;
	bottom: 0;
	height: 1px;
	background: #EFEFEF;
}
.form-text_link {
	width: auto !important;
	float: right;
	text-align: right;
	font-size: 14px;
	color: #9A9898;
	padding: 0 16px 0 10px;
	margin: 11px 11px 0 0;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
.form-text_link:after {
	display: block;
	content: "";
	width: 8px;
	height: 4px;
	background: url(images/img_arrow_2.png) no-repeat;
	position: absolute;
	top: 6px;
	right: 0;
}
.form-text_link.form-text_link2:after {
	-moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pd-5 {
	box-sizing: border-box;
	padding: 22px 5px 0 5px;
	text-align: center;
}
.f-f_submit {
	display: block;
	width: 100%;
	height: 35px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	background: #FF4741;
	transition: 0.3s;
	border: none;
	cursor: pointer;
	outline: none;
	border-radius: 3px;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.f-f_submit:hover {
	transition: 0.3s all;
    background: #C13631;
}
.f-f_reset {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	color: #D2D2D2;
	background: transparent;
	border: 0;
	outline: none;
	margin: 11px 0 0 0;
	font-family: 'Ubuntu Condensed', sans-serif;
	cursor: pointer;
}
.f-f_reset:hover {
	text-decoration: underline;
}
.all-promotional_products {
	padding: 18px 0px 0 0px;
}
.p-p_title {
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	color: #FF4741;
	padding: 0 10px 16px 10px;
	box-sizing: border-box;
}
.promotional_products {
	position: relative;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #F4F4F4;
	margin: 0 0 11px 0;
}
.promotional_products:last-child {
	border-bottom: 0;
}
.p-p_thumb {
	float: left;
}
.thumb-vertical {
	display: table-cell;
    vertical-align: middle;
    width: 54px;
    height: 54px;
    box-sizing: border-box;
    border: 1px solid #E2E2E2;
}
.p-p_thumb img {
	display: block;
    margin: 0 auto;
    width: auto;
    max-height: 100%;
}
.p-p_right {
	position: relative;
	margin-left: 67px;
	padding-top: 8px;
}
.p-p_link {
	display: block;
	text-decoration: none;
	font-size: 14px;
	color: #424242;
	box-sizing: border-box;
	padding: 0 10px 0 0;
}
.p-p_link:hover {
	text-decoration: underline;
}
.p-p_price {
	width: 100%;
	display: table;
	font-size: 0;
	margin: 6px 0 0 0;
}
.p-p_p1,
.p-p_p2 {
	display: inline-block;
	vertical-align: top;
}
.p-p_p1 {
	font-size: 14px;
	color: #424242;
	margin: 4px 9px 0 0;
}
.p-p_p2 {
	font-size: 18px;
	color: #FF4741;
}
.left-block {
	width: 51%;
	float: left;
	margin: 10px 0 0 0;
}
.right-block {
	float: right;
	width: 49%;
	margin: 10px 0 0 0;
	box-sizing: border-box;
	padding: 11px 0 0 12px;
}
.slider-pro .sp-slides-container {
	border: 1px solid #E3E3E3;
}
.right-block p {
	font-size: 16px;
	line-height: 21px;
	color: #424242;
}
.characteristics-title {
	font-size: 16px;
	color: #424242;
	box-sizing: border-box;
	padding: 30px 0 13px 0;
}
.list-characteristics {
	width: 100%;
	display: table;
	font-size: 0;
	margin-bottom: 10px;
}
.list-characteristics li {
    margin: 0 0 8px 0;
}
.l-c_left,
.l-c_right {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #424242;
}
.l-c_left {
	width: 26%;
	box-sizing: border-box;
	padding: 0 5px 0 0;
}
.l-c_right {
	width: 74%;
}
.b-description {
	float: left;
	min-width: 115px;
	min-height: 63px;
	background: #E3E3E3;
	text-align: center;
	font-size: 16px;
	box-sizing: border-box;
	padding: 0 5px;
	color: #424242;
	margin: 15px 14px 0 0;
}
.b-d_text1 {
	color: #424242;
	padding: 12px 0 9px 0;
}
.b-description:first-child .b-d_text2 {
	color: #E30101;
	text-transform: uppercase;
}
.b-description:last-child .b-d_text2 {
	color: #009300;
}
.b-description:last-child {
	margin: 15px 0 0 0;
}
.table-similar {
	width: 100%;
	margin: 22px 0 22px 0;
}
.table-similar tr {
	border-bottom: 1px solid #C2C2C2;
}
.table-similar tr:first-child {
	border-bottom: 0;
}
.table-similar tr th {
	height: 29px;
	vertical-align: middle;
	text-align: center;
	background: #3C3C3C;
	color: #ffffff;
	font-size: 14px;
	border-right: 1px solid #656565;
	box-sizing: border-box;
	padding: 0 6px;
}
.table-similar tr th:last-child {
	border-right: 0;
}
.table-similar tr td {
	height: 88px;
	vertical-align: middle;
	text-align: center;
	background: #F5F5F5;
	border-right: 1px solid #C2C2C2;
	font-size: 14px;
	box-sizing: border-box;
	padding: 0 6px;
}
.table-similar tr td:last-child {
	border-right: 0;
}
.table-similar tr td.t-s_price {
	color: #424242;
	font-size: 16px;
}
.table-similar tr td:first-child {
	width: 226px;
}
.table-similar tr td:last-child {
	padding: 0;
	text-align: left;
	position: relative;
}
.t-s_thumb {
	display: table-cell;
    vertical-align: middle;
    width: 54px;
    height: 54px;
    box-sizing: border-box;
    border: 1px solid #E2E2E2;
    background: #ffffff;
}
.t-s_thumb img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-height: 100%;
}
.t-s_link {
	display: table-cell;
	vertical-align: middle;
}
.t-s_link a, .t-s_link span {
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #3C3C3C;
	text-align: left;
	margin: 0 0 0 13px;
}
.t-s_link a:hover {
	text-decoration: underline;
}
.table-similar tr th.qw2 {
	box-sizing: border-box;
	padding: 0 52px 0 22px;
}
.t-s_quantity {
	width: 29px;
	height: 32px;
	border: 1px solid #e1e1e1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	text-align: center;
	outline: none;
	font-size: 16px;
	line-height: 32px;
	box-sizing: border-box;
	padding: 0 3px;
	margin: 0px 41px 0 11px;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.t-s_right {
	position: absolute;
	top: 0;
	right: 0;
	background: #FF4741;
	width: 41px;
	height: 88px;
}
.t-s_basket {
	cursor: pointer;
	outline: none;
	border: none;
	width: 25px;
	height: 23px;
	background: url(images/img_basket_2.png) no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -13px;
	margin-top: -11px;
}
.call-back {
	margin: 52px 0 0 0;
	display: table;
	width: 100%;
	font-size: 0;
}
.c-b_title {
	font-size: 17px;
	text-transform: uppercase;
	color: #3C3C3C;
	margin: 0 0 25px 0;
}
.c-b_left {
	display: inline-block;
	vertical-align: top;
	width: 26.2%;
}
.c-b_text {
	font-size: 17px;
	color: #737373;
	margin: 0 0 7px 0;
}
.c-b_input {
	width: 100%;
	height: 27px;
	box-sizing: border-box;
	border: 1px solid #E3E3E3;
	outline: none;
	line-height: 27px;
	box-sizing: border-box;
	padding: 0 10px;
	color: #909090;
	margin: 0 0 7px 0;
}
.c-b_comments {
	outline: none;
	width: 100%;
	height: 85px;
	border: 1px solid #E3E3E3;
	box-sizing: border-box;
	padding: 5px 10px;
	color: #909090;
	resize: none;
	margin: 0 0 7px 0;
}
.c-b_left2 {
	display: inline-block;
	vertical-align: top;
    box-sizing: border-box;
    padding: 0 13px 0 24px;
    width: 44.2%;
}
.c-b_submit {
	display: inline-block;
	vertical-align: top;
	width: 29.6%;
	height: 85px;
	cursor: pointer;
	outline: none;
	border: none;
	background: #FF4741;
	transition: 0.3s;
	text-transform: uppercase;
	color: #ffffff;
	margin: 24px 0 0 0px;
}
.c-b_submit:hover {
	transition: 0.3s all;
    background: #C13631;
}
.title-articles {
	font-size: 18px;
	color: #424242;
	box-sizing: border-box;
	padding: 21px 23px 21px 23px;
}
.b-articles {
	box-sizing: border-box;
	padding: 0 4px;
	margin-bottom: 40px;
}
.b-a_thumb {
	float: left;
	width: 216px;
}
.b-a_thumb img {
	max-width: 100%;
	height: auto;
}
.b-a_right {
	position: relative;
	margin-left: 239px;
}
.b-a_title {
	color: #424242;
	font-size: 21px;
	text-transform: uppercase;
	margin: 0px 0 15px 0;
    height: 23px;
    overflow: hidden;
}
.b-a_right p {
	font-size: 16px;
	color: #918E8E;
	line-height: 24px;
	max-height: 122px;
    overflow: hidden;
    margin: 0 0 9px 0;
}
.b-a_link {
	font-size: 14px;
	color: #424242;
	position: relative;
	padding-right: 16px;
}
.b-a_link:hover {
	text-decoration: none;
}
.b-a_link:after {
	display: block;
	content: "";
	width: 8px;
	height: 9px;
	background: url(images/img_arrow_4.png) no-repeat;
	position: absolute;
	top: 5px;
    right: 0px; 
}
.global-pagination {
	border-top: 1px solid #BEBEBE;
	margin-bottom: 20px;
	text-align: center;
}
.global-pagination .b-pagination {
    float: none;
    padding: 20px 10px 0 10px;
    display: inline-block;
    vertical-align: top;
}
.basket-menu {
	font-size: 16px;
	margin: 10px 0 0 0;
}
.basket-menu li {
	position: relative;
}
.basket-menu li.active a {
	background: #E3E3E3;
}
.basket-menu li.active a:before {
	display: block;
	content: "";
	height: 1px;
	background: #E3E3E3;
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
}
.basket-menu li:after {
	display: block;
	content: "";
	height: 1px;
	background: url(images/stick_2.png) repeat-x;
	position: absolute;
	left: 19px;
	right: 19px;
	bottom: 0;
}
.basket-menu li:last-child:after {
	display: none;
}
.basket-menu a {
	display: block;
	height: 43px;
	line-height: 43px;
	text-decoration: none;
	color: #424242;
	transition: 0.3s all;
	padding: 0 23px;
	position: relative;
}
.basket-menu a:hover {
	transition: 0.3s all;
	background: #E3E3E3;
}
.basket-menu a:hover:before {
	display: block;
	content: "";
	height: 1px;
	background: #E3E3E3;
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
}
.table-basket {
	width: 100%;
}
.table-basket tr {
	border-bottom: 1px solid #C2C2C2;
}
.table-basket tr:first-child {
	border-bottom: 0;
}
.table-basket tr th {
	height: 29px;
	vertical-align: middle;
	text-align: center;
	background: #3C3C3C;
	color: #ffffff;
	font-size: 14px;
	border-right: 1px solid #656565;
	box-sizing: border-box;
	padding: 0 6px;
}
.table-basket tr th:last-child {
	border-right: 0;
}
.table-basket tr td {
	height: 88px;
	vertical-align: middle;
	text-align: center;
	background: #F5F5F5;
	border-right: 1px solid #C2C2C2;
	font-size: 14px;
	box-sizing: border-box;
	padding: 0 6px;
}
.table-basket tr td:last-child {
	position: relative;
}
.table-basket tr td:last-child {
	border-right: 0;
}
.table-basket tr th:last-child {
	padding: 0 41px;
}
.table-basket tr td .t-b_price {
	font-size: 16px;
	color: #FF4741;
}
.t-b_close {
	font-size: 16px;
	color: #3C3C3C;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 11px;
	transition: 0.3s all;
}
.t-b_close:hover {
	transition: 0.3s all;
	color: #FF4741;
}
.all-basket_total {
	float: right;
	width: 177px;
	margin: 11px 0 0 0;
}
.basket-total {
	width: 100%;
	background: #F5F5F5;
	box-sizing: border-box;
	padding: 7px 21px 10px 21px;
	margin: 0 0 13px 0;
}
.b-total_submit {
	cursor: pointer;
	width: 100%;
	height: 39px;
	border: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #f14943;
	color: #ffffff;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 16px; 
	outline: none;
	transition: 0.3s;
}
.b-total_submit:hover {
	transition: 0.3s all;
    background: #C13631;
}
.list-b_t {
	width: 100%;
	font-size: 0;
	display: table;
}
.list-b_t li {
	margin: 0 0 6px 0;
}
.b-total_txt1 {
	width: 55%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #3C3C3C;
}
.b-total_txt2 {
	width: 44%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #3C3C3C;
}
.total-price {
	font-size: 24px;
	text-align: right;
	color: #FF4741;
}
.list-order {
	width: 100%;
	list-style: none;
	counter-reset: item;
	margin: 0 0 20px 0;
}
.list-order > li {
	color: #ffffff;
	position: relative;
	margin: 0 0 4px 0;
	position: relative;
}
.list-order > li:before {
	display: block;
	content: counter(item) '. ';
    counter-increment: item;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    top: 3px;
    left: 13px;
    z-index: 2;
}
.for-click {
	background: #6A6A6A;
	font-size: 14px;
	min-height: 21px;
	box-sizing: border-box;
	padding: 3px 170px 4px 37px;
	position: relative;
	cursor: pointer;
	transition: 0.3s all;
}
.l-o_visible {
	position: absolute;
	top: 4px;
	right: 13px;
	font-size: 14px;
	color: #ffffff;
	padding: 0 37px 0 0;
	cursor: pointer;
	text-decoration: none;
}
.l-o_visible:after {
	display: block;
	content: "";
	width: 7px;
	height: 6px;
	background: url(images/img_arrow_6.png) no-repeat;
	position: absolute;
	top: 4px;
	right: 0;
}
.l-o_left {
	width: 60%;
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin: 10px 0 13px 0;
}
.l-o_left li {
	font-size: 15px;
	color: #323232;
	position: relative;
	list-style: decimal;
	margin: 0 0 8px 8%;
	line-height: 24px;
}
.l-o_status {
	width: 40%;
	display: inline-block;
	vertical-align: top;
}
.l-o_box {
	width: 100%;
	display: none;
	font-size: 0;
}
.l-o_status {
	font-size: 15px;
	color: #B1B1B1;
	text-align: right;
	box-sizing: border-box;
	padding: 13px 10px 0 40px;
	line-height: 16px;
}
.l-him_minus .for-click {
	background: #FF4741;
	transition: 0.3s all;
}
.l-him_minus .l-o_visible:after {
	-moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.tabs__caption {
	margin: 0 0 34px 0;
}
.tabs__caption li {
	height: 33px;
	float: left;
	font-size: 16px;
	color: #424242;
	line-height: 33px;
	background: #CDCDCD;
	transition: 0.3s all;
	padding: 0 32px;
	cursor: pointer;
	position: relative;
}
.tabs__caption li:first-child {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.tabs__caption li:last-child {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.tabs__caption li.active {
	background: #BEBBBB;
}
.tabs__caption li:hover {
	background: #BEBBBB;
	transition: 0.3s all;
}
.tabs__content {
	display: none;
}
.tabs__content.active {
    display: block;
}
.all-profile-settings {
	width: 100%;
	display: table;
	font-size: 0;
	margin: 40px 0 20px 0;
}
.profile-settings {
	display: inline-block;
	vertical-align: top;
	width: 228px;
	margin: 0 52px 0 0;	
}
.profile-settings:last-child {
	margin: 0;
}
.p-s_text {
	font-size: 16px;
	color: #424242;
	margin: 0 0 3px 0;
}
.p-s_input {
	display: block;
	width: 100%;
	height: 27px;
	line-height: 27px;
	outline: none;
	box-sizing: border-box;
	padding: 0 9px;
	border: 1px solid #CDCDCD;
	color: #424242;
	margin: 0 0 13px 0;
}
.p-s_input::-webkit-input-placeholder {color:#424242;}
.p-s_input::-moz-placeholder          {color:#424242;}
.p-s_input:-moz-placeholder           {color:#424242;}
.p-s_input:-ms-input-placeholder      {color:#424242;}
.p-s_submit {
	display: block;
	width: 100%;
	height: 39px;
	font-size: 16px;
	color: #424242;
	background: #DEDEDE;
	transition: 0.3s all;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	outline: none;
	border: 0;
	font-family: 'Ubuntu Condensed', sans-serif;
	margin: 20px 0 15px 0;
}
.p-s_submit:hover {
	background: #BEBBBB; 
	transition: 0.3s all;
}
.close_address {
	float: left;
	cursor: pointer;
	font-size: 15px;
	color: #D2D2D2;
	margin: 1px 10px 0 0;
}
.radio_button {
	float: left;
}
.radio_button input[type="radio"],
.radio_button input[type="checkbox"]
 {
    display: none;
}
.radio_button input[type="radio"] + label,
.radio_button input[type="checkbox"] + label {
    color: #424242;
    font-size: 16px;
    cursor: pointer;
}
.radio_button input[type="radio"]:checked + label .pseudo-checkbox,
.radio_button input[type="checkbox"]:checked + label .pseudo-checkbox {
    background: url(images/img_radio.png) 0 -15px no-repeat;
}
.radio_button input[type="radio"] + label .pseudo-checkbox,
.radio_button input[type="checkbox"] + label .pseudo-checkbox {
    display: inline-block;
    float: left;
    width: 15px;
    height: 15px;
    margin: 2px 10px 0 0;
    vertical-align: middle;
    background: url(images/img_radio.png) left top no-repeat;
    cursor: pointer;
}
.radio_button .label-text {
	margin-left: 26px;
    display: block;
}
.box-adress {
	margin: 0 0 10px 0;
}
.address-default {
	float: left;
	font-size: 12px;
	color: #A1A1A1;
	margin: 3px 0 0 43px;
}
.subscription-title {
	font-size: 18px;
	color: #413E3E;
	line-height: 17px;
	margin: 23px 0 0 0;
}
.subscription-title2 {
	font-size: 18px;
	color: #FF4741;
	line-height: 17px;
	margin: 23px 0 0 0;
}
.list-subscription {

}
.list-subscription li {
	font-size: 16px;
	line-height: 18px;
	padding: 0 0 0 22px;
	box-sizing: border-box;
	margin: 21px 0 24px 0;
	position: relative;
}
.list-subscription li:before {
	display: block;
	content: "-";
	font-size: 16px;
	color: #424242;
	position: absolute;
	left: 3px;
	top: 0;
}
.l-sub_txt1 {
	color: #575757;
}
.l-sub_txt2 {
	color: #9E9F9D;
}
.radio-subscription .radio_button {
	float: none;
	margin: 0 0 13px 0;
}
.radio-subscription .radio_button:last-child input[type="radio"] + label {
	color: #A5A7A5;
}
.subscription-save {
	display: block;
	width: 230px;
	height: 39px;
	border: none;
	outline: none;
	cursor: pointer;
	color: #424242;
	font-size: 16px;
	font-family: 'Ubuntu Condensed', sans-serif;
	background: #DEDEDE;
	transition: 0.3s all;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 7px 0 15px 0;
}
.subscription-save:hover {
	background: #BEBBBB;
	transition: 0.3s all;
}
.all-registration {
	box-sizing: border-box;
	padding: 0 23px;
}
.registration-title {
	font-size: 18px;
	color: #424242;
	padding: 21px 0 20px 0;
}
.reg-submit {
	width: 229px;
	height: 39px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #f14943;
	border: none;
	cursor: pointer;
	outline: none;
	color: #ffffff;
	font-size: 16px;
	transition: 0.3s;
	font-family: 'Ubuntu Condensed', sans-serif;
	margin: 0 0 17px 0;
}
.reg-submit:hover {
	transition: 0.3s all;
    background: #C13631;
}
.compliance {
	max-width: 400px;
	padding-bottom: 30px;
}
.compliance .radio_button input[type="radio"] + label {
    color: #B7B5B5;
    font-size: 14px;
}
.ordering-title {
	font-size: 18px;
	color: #424242;
	box-sizing: border-box;
	padding: 3px 10px 21px 23px;
}
.authorization-link {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 33px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #cbcbcb;
	box-sizing: border-box;
	line-height: 33px;
	text-align: center;
	color: #424242;
	transition: 0.3s all;
	margin: 0 0 32px 0;
}
.authorization-link:hover {
	transition: 0.3s all;
	background: #BEBBBB;
}
.your-data {
	width: 100%;
	height: 33px;
	font-size: 16px;
	text-align: center;
	line-height: 33px;
	color: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #f14943;
	margin: 0 0 7px 0;
}
.tabs-left {
	width: 100%;
	border: 1px solid #CDCDCD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
}
.tabs-left .tabs__caption li {
	width: 50%;
	padding: 0;
	text-align: center;
}
.tabs-left .tabs__caption {
    margin: 0 0 18px 0;
}
.pd-6 {
	box-sizing: border-box;
	padding: 0 6px;
}
.p-s_in2 {
	width: 100%;
	height: 59px;
	line-height: 1;
    outline: none;
    border: 1px solid #CDCDCD;
    box-sizing: border-box;
    padding: 5px 10px;
    color: #CDCDCD;
    resize: none;
    margin: 0 0 7px 0;
}
.pd-6 .p-s_input {
	color: #424242;
}
.pd-6 .p-s_input::-webkit-input-placeholder {color:#CDCDCD;}
.pd-6 .p-s_input::-moz-placeholder          {color:#CDCDCD;}
.pd-6 .p-s_input:-moz-placeholder           {color:#CDCDCD;}
.pd-6 .p-s_input:-ms-input-placeholder      {color:#CDCDCD;}
.recommendations-text {
	margin: 27px 0 56px 0;
}
.recommendations-text p {
	font-size: 14px;
	color: #424242;
	line-height: 16px;
}
.pd-23 {
	box-sizing: border-box;
	padding: 0 10px 20px 23px;
}
.left-box {
	float: left;
	width: 37.4%;
	box-sizing: border-box;
	padding: 0 39px 0 0;
}
.right-box {
	width: 62.6%;
	float: left;
}
.b-delivery {
	width: 100%;
	border: 1px solid #CDCDCD;
	border: 1px solid #cbcbcb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0 0 34px 0;
}
.b-d_title {
	width: 100%;
	height: 33px;
	line-height: 33px;
	text-align: center;
	color: #424242;
	background: #CDCDCD;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.b-delivery .radio_button {
	margin: 17px 0 0 0;
	box-sizing: border-box;
	padding: 0 10px 0 34px;
}
.b-delivery.b-d_2 {
	padding: 0 0px 17px 0;
}
.pd-12 {
	box-sizing: border-box;
	padding: 0 12px;
}
.comments-order {
	box-sizing: border-box;
	padding: 0 8px;
	font-size: 16px;
	color: #424242;
	margin: 10px 0 11px 0;
}
.comments-order_text {
	width: 100%;
	height: 111px;
	line-height: 1;
    outline: none;
    border: 1px solid #CDCDCD;
    box-sizing: border-box;
    padding: 5px 10px;
    color: #CDCDCD;
    resize: none;
    margin: 0 0 8px 0;
}
.b-delivery.b-d_2 .radio_button {
	margin: 0 0 24px 0;
    padding: 0;
}
.b-delivery.b-d_2 .radio_button input[type="radio"] + label {
    color: #B7B5B5;
    font-size: 14px;
}
.checkout-submit {
	width: 100%;
	height: 47px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #f14943;
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	border: none;
	outline: none;
	cursor: pointer;
	font-family: 'Ubuntu Condensed', sans-serif;
	transition: 0.3s all;
}
.checkout-submit:hover {
	transition: 0.3s all;
    background: #C13631;
}
.table-3 {
	width: 100%;
	margin: 10px 0 21px 0;
}
.table-3 tr td {
	text-align: center;
	color: #424242;
	font-size: 16px;
	padding: 8px;
	box-sizing: border-box;
}
.table-3 tr td:first-child {
	text-align: left;
}
.table-3 tr td:last-child {
	text-align: right;
	padding: 8px 0 8px 8px;
}
.b-amount {
	float: right;
	margin: 0 0 7px 0;
}
.b-a_txt1 {
	float: left;
	color: #424242;
	font-weight: bold;s
}
.b-a_txt2 {
	float: left;
	width: 75px;
	text-align: right;
	color: #424242;
}
.b-amount.b-a_color .b-a_txt1,
.b-amount.b-a_color .b-a_txt2 {
	color: #FF4741;
}
.order-number {
	font-size: 30px;
	color: #424242;
	padding: 0 0 11px 0;
}
.remodal.modal-order {
	font-size: 16px;
	color: #424242;
	padding: 19px;
}
.m-o_txt2 {
	font-size: 14px;
	color: #ABABAB;
	padding: 22px 0 0 0;
}
.m-o_txt2 a {
	color: #ABABAB;
	text-decoration: none;
}
.m-o_txt2 a:hover {
	text-decoration: underline;
}
.b-alphabet {
	
}
.b-alp_title {
	float: left;
	 font-size: 18px;
    color: #413E3E;
    line-height: 17px;
    box-sizing: border-box;
    padding: 10px 10px 12px 16px;
}
.b-alphabet a {
	float: left;
	font-size: 18px;
    color: #413E3E;
    line-height: 17px;
	text-decoration: none;
	margin: 10px 10px 12px 16px;
}
.b-alphabet a:hover {
	text-decoration: underline;
}
.manufacturer-list {
	box-sizing: border-box;
	padding: 10px 0px 30px 0px;
}	
.manufacturer-heading {
	font-size: 26px;
}
.m-c_title {
	font-size: 18px;
	color: #424242;
	box-sizing: border-box;
	padding: 6px 22px 7px 22px;
}
.manufacturer-content ul {
	width: 100%;
	display: table;
	font-size: 0;
}
.manufacturer-content ul li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	box-sizing: border-box;
    padding: 10px 19px;
	text-align: center;
	margin: 0 0 39px 0;
}
.manufacturer-content ul li a {
	text-align: center;
}
.manufacturer-content ul li a img {
	border: 0px solid #C5C5C5;
}
.m-c_brands {
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	color: #424242;
	margin: 10px 0 16px 0;
	text-decoration: none;
}	
.m-c_more {
	display: inline-block;
	font-size: 14px;
	color: #424242;
	position: relative;
	margin: 0 0px 0 0;
	text-decoration: underline;
}	
.m-c_more:hover {
	text-decoration: none;
}
.m-c_more:after {
	display: block;
	content: "";
	width: 8px;
	height: 9px;
	background: url(images/img_arrow_4.png) no-repeat;
	position: absolute;
	top: 4px;
    right: -16px;
}
@media screen and (max-width: 1023px) {
    .b-logo {
	    margin: 26px 0 0 10px;
	}
	.h-right {
	    margin: 0 10px 0 0;
	}
	.menu_top a {
	    padding: 0 18px;
	}
	.b-seach {
	    margin: 7px 10px 0 0;
		padding-top: 10px;
	}
	.my-toggle-block {
	    box-sizing: border-box;
	    padding: 0 10px;
	}
	.f-sub_text {
	    padding: 15px 0 0 10px;
	}
	.foot-1 {
	    padding: 0 30px 0 10px;
	}
	.foot-3 {
	    width: 17%;
	}
	.foot-2 {
	    width: 19%;
	}
	.stick_logo {
		display: none; 
	}
	.promotional_products {
	    padding: 0 0px 12px 10px;
	}
	.all-subscription {
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.manufacturer-content ul li {
		padding: 10px 14px; 
	}
}
@media screen and (max-width: 979px) {
	.menu_top a {
	    padding: 0 9px;
	}
	.f-s_text1 {
	    font-size: 16px;
	}
	.f-s_text2 {
	    font-size: 16px;
	}
	.logo-foot {
	    margin: 10px 0 0 0;
	}
	.foot-1 {
	    width: 29%;
	}
	.foot-2 {
	    margin: 68px 0 0 0;
	    width: 23%;
	}
	.foot-3 {
	    width: 24%;
	    box-sizing: border-box;
	    padding: 0 10px;
	    margin: 30px 0 10px 0;
	}
	.list-category li, .list-category.list-category-allw li {
		width: 50%;
	    padding: 40px 10px 20px 10px;
	}
	.sidebar_left {
	    width: 25%;
	}
	.sidebar_right {
	    width: 75%;
	}

	.number-goods {
	    float: none;
	}
	.b-pagination {
    	float: none;
	}
	.table-responsive {
		display: block;
	    width: 100%;
	    overflow-x: auto;
	    -ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-similar tr th.qw2 {
		padding: 0 52px 0 41px;
	}
	.l-c_left {
	    width: 40%;
	}
	.l-c_right {
	    width: 60%;
	}
	.p-p_right {
	    padding-top: 2px;
	}
	.b-delivery .radio_button {
	    padding: 0 10px 0 10px;
	}
	.left-box {
	    padding: 0 15px 0 0;
	}
	.pd-23 {
	    padding: 0 10px 20px 0px;
	}
	.manufacturer-content ul li {
		width: 33.33%;
	}
}
@media screen and (max-width: 799px) {
	.menu_top a {
	    padding: 0 6px;
	}
	.f-s_left:before {
	    left: 20px;
	}
	.f-s_left {
	    padding: 20px 30px 19px 100px;
	}
	.price_to {
	    width: 13px;
	    margin: 12px 3px 0 3px;
	}
	.fond-footer {
	    background-size: cover;
	}
}
@media screen and (max-width: 767px) {
	header {
		text-align: center;
		padding-bottom: 15px;
	}
	.b-logo {
	    margin: 10px 0 0 0px;
	    float: none;
	    display: block;
	}
	.h-right {
	    margin: 0;
	    float: none;
	    box-sizing: border-box;
	    padding: 0 10px;
	}
	.h-block_1 {
	    display: inline-block;
	    float: none;
	    margin: 20px 0px 0 0;
	    vertical-align: top;
	    text-align: left;
	    box-sizing: border-box;
	    padding: 0 20px;
	}
	.h-block_2 {
	    float: none;
	    position: relative;
	    display: inline-block;
	    vertical-align: top;
	    text-align: left;
	    box-sizing: border-box;
	    padding: 0 20px;
	}
	.b-entrance {
	    margin: 20px 0 0 0;
	}
	.cmn-toggle-switch {
		float: left;
		display: block;
		position: relative;
		overflow: hidden;
		background: none;
		margin: 0px 20px 0 10px;
		padding: 0;
		width: 40px;
		height: 40px;
		font-size: 0;
		text-indent: -9999px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		box-shadow: none;
		border-radius: none;
		border: none;
		cursor: pointer;
		-webkit-transition: background 0.3s;
		transition: background 0.3s;
	}
	.cmn-toggle-switch:focus {
		outline: none;
	}
	.cmn-toggle-switch span {
		display: block;
		position: absolute;
		top: 20px;
		left: 4px;
		right: 4px;
		height: 3px;
		background: #ffffff;
	}
	.cmn-toggle-switch__rot {
		background-color: none;
	}
	.cmn-toggle-switch span::before,
	.cmn-toggle-switch span::after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #ffffff;
		content: "";
	}
	.cmn-toggle-switch span::before {
		top: -7px;
	}
	.cmn-toggle-switch span::after {
		bottom: -7px;
	}
	.cmn-toggle-switch__htx span {
	    -webkit-transition: background 0 0.3s;
	    transition: background 0 0.3s;
	}
	.cmn-toggle-switch__htx span::before,
	.cmn-toggle-switch__htx span::after {
		-webkit-transition-duration: 0.3s, 0.3s;
		transition-duration: 0.3s, 0.3s;
		-webkit-transition-delay: 0.3s, 0;
		transition-delay: 0.3s, 0;
	}
	.cmn-toggle-switch__htx span::before {
		-webkit-transition-property: top, -webkit-transform;
		transition-property: top, transform;
	}
	.cmn-toggle-switch__htx span::after {
		-webkit-transition-property: bottom, -webkit-transform;
		transition-property: bottom, transform;
	}
	.cmn-toggle-switch__htx.active span {
		background: none;
	}
	.cmn-toggle-switch__htx.active span::before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.cmn-toggle-switch__htx.active span::after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.cmn-toggle-switch__htx.active span::before,
	.cmn-toggle-switch__htx.active span::after {
		-webkit-transition-delay: 0, 0.3s;
		transition-delay: 0, 0.3s;
	}
	.menu_top {
		display: none;
		position: absolute;
		top: 100%;
		width: 100%;
		background: #424242;
		z-index: 999999;
		height: auto;
	}
	.menu_top li {
		float: none;
		width: 100%;
		margin: 0;
	}
	.menu_top li:after {
		display: none;
	}
	.menu_top a {
		width: 100%;
		text-align: left;
		line-height: 1;
		color: #ffffff;
		padding: 8px 10px;
	    margin: 0;
	    box-sizing: border-box;
	    border-left: 0;
	    border-bottom: 0;
	}
	.mobile_menu {
		display: block;
	}
	.f-s_left:before {
	    left: 15px;
	    top: 50%;
    	margin-top: -18px;
	}
	.f-s_left {
	    width: 70%;
	}
	.f-s_right {
		width: 30%;
		padding: 0px 13px 0px 13px;
	}
	.free-shipping {
	    height: 70px;
	}
	.f-s_text2 {
	    line-height: 70px;
	    padding: 0;
	}
	.foot-1 {
	    width: 50%;
	}
	.foot-2 {
	    width: 50%;
	    padding: 0 10px;
	    margin: 25px 0 0 0;
	}
	.copyright {
	    bottom: 2px;
	    font-size: 13px;
    	width: 60%;
	}
	.foot-3 {
	    width: 30%;
	}
	.sidebar_left {
	    width: 30%;
	}
	.sidebar_right {
	    width: 70%;
	}
	.left-block {
		float: none;
	    width: 100%;
	}
	.right-block {
		float: none;
	    width: 100%;
	    padding: 11px 10px 0 10px;
	}
	.c-b_left {
	    width: 50%;
	}
	.c-b_left2 {
	    width: 50%;
	}
	.c-b_submit {
	    width: 50%;
	}
	.l-o_status {
		width: 100%;
	    padding: 0px 10px 10px 20px;
	}
	.l-o_left {
		width: 100%;
		box-sizing: border-box;
    	padding: 0 10px 0 0;
	}
	.for-click {
	    padding: 3px 30px 4px 37px;
	}
	.l-o_visible {
	    font-size: 0;
	}
	.left-box {
		width: 100%;
	    padding: 0;
	    margin: 0 0 15px 0;
	}
	.right-box {
		width: 100%;
	}
	.manufacturer-content ul li {
		width: 50%;
	}
}
@media screen and (max-width: 639px) {
	.h-block_2 {
	    padding: 0 10px;
	}
	.h-block_1 {
	    padding: 0 10px;
	}
	.f-s_left {
		width: 100%;
		float: none;
		-webkit-transform: skew(0deg);
		-moz-transform: skew(0deg);
		-o-transform: skew(0deg);
	}
	.f-s_left:after {
		display: none;
	}
	.f-s_left:before {
	    -webkit-transform: skew(0deg);
	    -moz-transform: skew(0deg);
	    -o-transform: skew(0deg);
	}
	.f-s_right {
		float: none;
		width: 100%;
		-webkit-transform: skew(0deg);
		-moz-transform: skew(0deg);
		-o-transform: skew(0deg);
	}
	.f-s_text1 {
	    -webkit-transform: skew(0deg);
	    -moz-transform: skew(0deg);
	    -o-transform: skew(0deg);
	}
	.free-shipping {
	    height: auto;
	}
	.f-s_text2 {
	    -webkit-transform: skew(0deg);
	    -moz-transform: skew(0deg);
	    -o-transform: skew(0deg);
	}
	.f-s_text2 {
	    line-height: 30px;
	}
	.f-s_right:after {
		display: none;
	}
	.global-title h2:after {
	    width: 100%;
	}
	.copyright {
	    bottom: 2px;
	    font-size: 13px;
	    width: 50%;
	}
	.foot-3 {
	    width: 50%;
	}
	.f-sub_form {
	    width: 210px;
	}
	.b-basket.b-b_2 {
	    width: 400px;
	}
	.sidebar_left {
	    width: 100%;
	}
	.sidebar_right {
	    width: 100%;
	    padding: 0;
	}
	.call-back {
	    box-sizing: border-box;
	    padding: 0 0 0 10px;
	}
	.b-a_thumb {
	    float: none;
	}
	.b-a_right {
	    margin: 10px 0 0 0;
	}
	.b-articles {
	    padding: 0 10px;
	    margin-bottom: 30px;
	}
	.tabs-left .tabs__caption {
	    padding: 0 0px;
	}
	.tabs__caption {
	    box-sizing: border-box;
	    padding: 0 10px;
	}
	.tabs__content {
	    box-sizing: border-box;
	    padding: 0 10px;
	}
	.all-subscription {
		padding: 0 10px 0 10px;
	}
	.all-registration {
	    padding: 0 0px;
	}
	.pd-23 {
	    padding: 0 10px 20px 10px;
	}
}
@media screen and (max-width: 479px) {
	.b-basket {
	    margin: 20px 0 0 0;
	}
	.b-entrance {
	    text-align: center;
	}
	.foot-1 {
	    width: 100%;
	    padding: 0 10px;
	}
	.copyright {
	    bottom: 0px;
	    font-size: 13px;
	    width: 100%;
	    position: relative;
	    box-sizing: border-box;
	    padding: 0 10px;
	}
	.fond-footer {
		padding-bottom: 10px;
	}
	.foot-3 {
	    padding: 0 10px;
	    margin: 25px 0 10px 0;
	}
	.foot_mail {
	    font-size: 16px;
	    position: relative;
	    top: 2px;
	}
	.foot_mail:before {
	    top: -2px;
	}
	.all-b_basket {
	    min-height: 51px;
	}

	.all-basket-product {
	    padding: 0 5px 0px 10px;
	}
	.total-gods {
	    padding: 21px 10px 0 10px;
	}
	.c-b_left,
	.c-b_left2 {
	    width: 100%;
	}
	.call-back {
	    padding: 0 10px 0 10px;
	}
	.c-b_left2 {
	    padding: 0 0px 0 0px;
	}
	.table-responsive .table-basket {
	    width: 500px;
	}
	.manufacturer-content ul li {
		width: 100%;
	}
}
@media screen and (max-width: 447px) {
	.b-basket.b-b_2 {
	    width: 300px;
	    left: 50%;
	    margin-left: -158px;
	}
	.list-category li, .list-category.list-category-allw li {
	    width: 100%;
	}
	.b-b_2 .b-b_left1 {
	    width: 55%;
	}
	.b-b_2 .b-b_left {
	    width: 18%;
	}
}
.info_page h1 {
    color: #3d3d3d;
    font-size: 24px;
    box-sizing: border-box;
    font-weight: normal;
    text-transform: uppercase;
    padding: 30px 0px 5px 0px;
    text-align: left;
    position: relative;
    margin: 0 0 10px 0;
}
.info_descr {
    padding: 10px 0 30px 0;
}
.info_page img {
    max-width: 100%;
}
.empty_prod {
    text-align: center;
    font-size: 18px;
    color: #707070;
    padding: 30px 0 30px 0;
}
.margin_line_15 {
    margin-top: 15px;
}
.my_cntr {
    text-align: center;
}
.requir_f {
    color: red;
}
.my_error {
    font-size: 14px;
    color: #ff0000;
    margin: -13px 0 13px 0;
    display: block;
}
.cart_error {
    font-size: 14px;
    color: #ff0000;
    margin: 10px 0 5px 0;
    padding: 0 10px;
    display: block;
}
.my_success {
    display: block;
    margin: 0 0 10px 0;
    color: #109c00;
    font-size: 14px;
}
textarea.p-s_in2.yur_address {
    color: #424242;
}
.forgot_but {
    color: #FF4741;
    text-decoration: none;
    font-size: 14px;
}
.forgot_but:hover {
    text-decoration: underline;
}
.checkoutpag textarea {
    color: #424242;
}
.discount {
    font-size: 18px;
    color: #FF4741;

}
.discount-catalog {
    margin-top:  4px;
    font-size: 16px;
    font-weight:  400;
    color:  #fff;
    background-color: #424242;
    padding: 10px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 88% !important;
    text-align: center;
    margin: auto;
}


/* Скрыть общую цену в попап корзины */
.basket-product .b-pr_all {
	display: none;
}