@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	vertical-align: baseline;
}
html,
body {
	min-height: 100%;
	height: 100%;
}
body {
	background-color: #fff;
	color: #222;
	font-size: 17px;
	font-family: var(--font-family);
	font-style: normal;
	line-height: 1;
	min-width: 320px;
	-webkit-text-decoration-skip: objects;
	text-decoration-skip: objects;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
.b_white {
	background-color: #fff;
}
.b_radius {
	border-radius: 12px;
}
.b_radius_top {
	border-radius: 12px 12px 0 0;
}
.b_radius_bottom {
	border-radius: 0 0 12px 12px;
}
.container-fluid {
	max-width: 1920px;
	padding-right: 30px;
	padding-left: 30px
}
.wrap-fon-background {
	background: #f5f7fa;
}
.wrap-fon-background .main_page .wrap {
	background: #fff;
	border-radius: 12px;
}
.bread {
	padding-top: 30px;
}
@media (min-width: 1920px) {
	.container-fluid {
		padding-left: 40px;
		padding-right: 40px
	}
}
@media screen and (max-width: 1280px) {
	.container-fluid {
		padding-right: 25px;
		padding-left: 25px
	}
}
@media screen and (max-width: 1080px) {
	.bread {
		padding-top: 15px;
	}

	.container-fluid {
		padding-right: 15px;
		padding-left: 15px
	}
}
.nowrap {
	white-space: nowrap
}
.dotted {
	border-bottom: 1px dotted
}
.dashed {
	border-bottom: 1px dashed
}
.underline {
	border-bottom: 1px solid
}
.dashed, .dotted, .underline {
	text-decoration: none;
	border-color: #b2ccf0
}
.dashed:hover, .dotted:hover, .underline:hover {
	border-color: #ffcebe;
}
.no_underline {
	text-decoration: none !important;
	border-bottom: none !important
}
.text-right {
	text-align: right
}
.text-left {
	text-align: left
}
.black, .black_link {
	color: #222222;
}
.gray, .gray_link {
	color: gray
}
.white, .white_link {
	color: #fff
}
.black_link {
	border-color: #cecece
}
.gray_link {
	border-color: #d0d0d0
}
.white_link {
	border-color: #797979
}
.normal {
	font-weight: 400
}
.italic {
	font-style: italic
}
.text-justify {
	text-align: justify;
}
.small {
	font-size: 90%
}
.smaller {
	font-size: 75%;
}
.pointer {
	cursor: pointer;
}
.call-back-button {
	cursor: pointer
}
strong, b, .bold {
	font-weight: var(--font-weight);
}
.radius_block {
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}
a {
	outline: none;
	transition: all 0.3s ease-out
}
a:hover {
	text-decoration: none
}
a {
	color: #1b9ed9;
	outline: none;
	transition: all 0.3s ease-out;
	text-decoration: none
}
a:hover {
	color: var(--cheme-color-dop);
	transition: all 0.3s ease-out;
	text-decoration: none
}
a.tag-link {
	color: #46bf46;
	background: rgba(100, 200, 100, .2);
	font-size: 80%;
	white-space: nowrap;
	border-radius: .3em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	padding: .4em .6em;
	cursor: pointer;
	font-weight: 400;
	text-align: left;
	display: inline-block;
	flex: 0 0 auto;
	position: relative;
	vertical-align: top;
	margin-right: .5em;
	margin-bottom: .5em;
	text-decoration: none;
	line-height: 1
}
a.tag-link svg {
	opacity: .4;
	width: .875em;
	max-height: 1em;
	font-size: 1em
}
a.tag-link:hover {
	color: #0b930b;
	background: rgba(100, 200, 100, .4)
}
.in-callback {
	cursor: pointer
}
.uppercase {
	text-transform: uppercase;
}
.sticky-block-sidebar {
	position: sticky;
	top: 75px
}
.sticky-block .sticky-block-title {
	display: none
}
.sticky-block-sidebar .sticky-block-title {
	display: inline-block;
	transition: all 0.9s ease-out
}
.sticky-block-sidebar .sticky-block-title, .sticky-block-sidebar .sticky-block-title .product_name {
	transition: all 0.9s ease-out
}
.sticky-block-title .product_name {
	font-size: 24px;
	font-weight: bold
}
.product_name {
	font-weight: bold;
	position: relative;
}
.d-inline {
	display: inline-block;
}
.d-inline-block {
	display: inline-block;
}
.d-flex {
	display: flex;
}
.w100 {
	width: 100%;
}
.SmartCaptcha-Shield_position_bottom {
	display: none !important;
}
@media screen and (max-width: 1025px) {
	.sticky-block-sidebar {
		position: static;
		top: 0
	}

	.sticky-block-sidebar .sticky-block-title {
		display: none
	}
}
.margin_auto {
	margin: 0 auto
}
img {
	border: 0;
	outline: none;
	max-width: 100%;
}
.img_border,
.img_photo,
.img_radius {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}
.lazy-img {
	opacity: 0;
	transition: opacity 0.3s ease-out;
	max-height: 1px;
}
.lazy-img-active {
	opacity: 1;
	max-height: 100%;
}
.lazy-loading-img,
.lazy-loading-img-scroll {
	opacity: 1;
	transition: opacity 0.2s ease-in-out;
}
.icon-svg {
	max-width: 100%;
	max-height: 100%;
	display: block;
	fill: currentColor;
}
.h-menu__item__icon {
	height: 16px;
	width: 16px;
	margin-right: 7px;
}
.text-obrabotka,
.text-sending {
	padding-top: 70px
}
.body-text-color {
	color: #222
}
.body-text-description h4 {
	margin-top: 1.5rem
}
.body-text,
.body-text_big,
.body-text_small,
.body-text_smaller {
	line-height: 1.4;
}
.body-text {
	font-size: 19px
}
.body-text_big {
	font-size: 21px
}
.body-text_small {
	font-size: 17px
}
.body-text_smaller {
	font-size: 15px
}
.connect-text {
	font-size: 17px;
	line-height: 1.4;
}
.connect-text p {
	margin-bottom: .5em;
	margin-top: 0;
}
@media (max-width: 1024px) {
	.body-text {
		font-size: 17px
	}

	.body-text_big {
		font-size: 19px
	}

	.body-text {
		font-size: 16px
	}

	.body-text_small {
		font-size: 15px
	}

	.body-text_smaller {
		font-size: 14px
	}
}
.body-text p:last-child,
.body-text p:last-child:first-child,
.body-text ul:last-child,
.body-text ul:last-child:first-child,
.body-text_big p:last-child,
.body-text_big p:last-child:first-child,
.body-text_big ul:last-child,
.body-text_big ul:last-child:first-child,
.body-text_small p:last-child,
.body-text_small p:last-child:first-child,
.body-text_small ul:last-child,
.body-text_small ul:last-child:first-child,
.body-text_smaller p:last-child,
.body-text_smaller p:last-child:first-child,
.body-text_smaller ul:last-child,
.body-text_smaller ul:last-child:first-child,
.connect-text p:last-child,
.connect-text p:last-child:first-child,
.connect-text ul:last-child,
.connect-text ul:last-child:first-child {
	margin-bottom: 0;
	padding-bottom: 0
}
.blog-text,
.blog-text ol,
.blog-text ul {
	font-size: 20px;
	line-height: 1.4
}
.blog-text ol:last-child,
.blog-text ol:last-child:first-child,
.blog-text p:last-child,
.blog-text p:last-child:first-child,
.blog-text ul:last-child,
.blog-text ul:last-child:first-child {
	margin-bottom: 10px
}
@media (max-width: 1024px) {
	.blog-text,
	.blog-text ol,
	.blog-text ul {
		font-size: 18px;
		line-height: 150%
	}
}
input,
textarea,
button {
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
}
input,
textarea,
button,
select {
	font-size: 14px;
	font-family: var(--font-family);
	color: #222;
	outline: none;
}
input:disabled,
textarea:disabled,
button:disabled,
select:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
input[type="phone"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
select,
textarea {
	box-shadow: none;
	background-color: #fff;
	border: 2px solid #eee;
	border-radius: 6px;
	font-size: 16px;
	padding: 10px 15px;
	transition: background-color 0.2s ease-out, border 0.2s ease-out;
}
input,
textarea,
button,
select {
	background: #fff;
	border-color: #e5e5e5;
	box-shadow: none;
}
input[type="phone"]:hover,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
select:hover,
textarea:hover {
	border-color: #cbcbcb;
}
input:focus,
textarea:focus,
select:focus,
input[type="phone"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus {
	/*border-color:var(--cheme-color-dop);
    background:#fff;*/
	background: #fffded;
	border-color: #fc0;
	box-shadow: none;
}
.ruble {
	letter-spacing: 0.99px;
	min-width: 12px;
	display: inline-block;
}
.button_padding {
	padding-left: 28px;
	padding-right: 28px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: var(--font-weight);
	line-height: 1.4;
}
h1 {
	font-size: 34px;
}
.category h1 {
	margin-bottom: 0;
}
.h1-products,
.h1-page,
.h1-center,
.h1-blog {
	font-size: 44px;
	line-height: 1.2;
	font-weight: bold;
}
.h1-products,
.h1-page {
	margin-bottom: 30px;
	margin-top: 0;
	max-width: 1024px;
}
.blog_h1_page {
	margin-bottom: 30px;
	margin-top: 0;
}
.blog_h1_page .h1-blog {
	max-width: 1024px;
	margin-bottom: 0;
}
.blog_h1_page .r-h1_dop {
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.r-h1_dop-share {
}
.h1-center {
	text-align: center;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 17px;
}
h6.subtitle {
	font-size: 20px;
	font-weight: bold
}
.h2_name,
.h5_name {
	font-size: 28px;
	padding: 0;
	font-weight: var(--font-weight);
	line-height: 1.4;
}
.h2_name {
	margin: 1em 0 .5em 0;
}
.h5_name {
	margin: 0 0 .5em 0;
}
@media screen and (max-width: 1024px) {
	h1,
	.h1-products,
	.h1-page,
	.h1-center,
	.h1-blog {
		font-size: 30px;
	}

	.h1-products {
		margin-bottom: .5em;
	}

	h2 {
		font-size: 22px;
	}

	h3 {
		font-size: 20px;
	}

	.h2_name,
	.h5_name {
		font-size: 24px;
	}

	.product_name h1 {
		padding-right: 30px;
	}
}
p {
	margin-top: 0;
	margin-bottom: 1rem
}
article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
main,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
	display: block;
}
mark,
rp,
rt,
ruby,
summary,
time {
	display: inline;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.wrap {
	margin: 0 auto;
	max-width: var(--site-max-width);
	padding-right: 30px;
	padding-left: 30px;
	width: 100%;
}
.wrap_bg {
	max-width: calc(var(--site-max-width) - 60px);
}
.baseBanner__wrap {
	max-width: calc(var(--site-max-width) - 60px);
	width: 100%;
	text-align: left;
}
.m-wrap {
	margin-bottom: 50px;
}
.clear {
	clear: both;
}
.clear-table {
	content: '';
	display: table;
	width: 100%;
}
::-webkit-input-placeholder {
	color: #9393a1;
}
::-moz-input-placeholder {
	color: #9393a1;
}
:-moz-placeholder {
	color: #9393a1;
}
:-ms-input-placeholder {
	color: #9393a1;
}
.wa-actions-wrapper .wa-button,
.wa-variant-actions .wa-button,
.wa-dialog-footer .wa-button,
.wa-submit-button,
.wa-confirm-signup-button,
.wa-confirmation-code-input-submit,
input[type=button],
input[type=submit],
.button {
	background: var(--c-b);
	border: 0;
	border-radius: 6px;
	cursor: pointer;
	color: var(--c-b-c);
	display: inline-block;
	font-size: 17px;
	padding: 0 15px;
	overflow: hidden;
	position: relative;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-out;
}
.products_col-6 .button {
	font-size: 15px;
}
@media screen and (max-width: 380px) {
	.button {
		font-size: 14px
	}
}
.wa-actions-wrapper .wa-button:hover:not(.in-loading):not(:disabled),
.wa-variant-actions .wa-button:hover:not(.in-loading):not(:disabled),
.wa-dialog-footer .wa-button:hover:not(.in-loading):not(:disabled),
.wa-submit-button:hover:not(.in-loading):not(:disabled),
.wa-confirm-signup-button:hover:not(.in-loading):not(:disabled),
.wa-confirmation-code-input-submit:hover:not(.in-loading):not(:disabled),
input[type=button]:hover:not(.in-loading):not(:disabled),
input[type=submit]:hover:not(.in-loading):not(:disabled),
.button:hover:not(.in-loading):not(:disabled) {
	color: var(--c-b-c-h);
	background: var(--c-b-h);
	box-shadow: none;
	/*box-shadow:0 4px 10px rgba(0, 0, 0, 0.3);*/
}
.wa-actions-wrapper .wa-button:active:not(.in-loading):not(:disabled),
.wa-variant-actions .wa-button:active:not(.in-loading):not(:disabled),
.wa-dialog-footer .wa-button:active:not(.in-loading):not(:disabled),
.wa-submit-button:active:not(.in-loading):not(:disabled),
.wa-confirm-signup-button:active:not(.in-loading):not(:disabled),
.wa-confirmation-code-input-submit:active:not(.in-loading):not(:disabled),
input[type=button]:active:not(.in-loading):not(:disabled),
input[type=submit]:active:not(.in-loading):not(:disabled),
.button:active:not(.in-loading):not(:disabled) {
	box-shadow: none;
}
.wa-actions-wrapper .wa-button {
	border-radius: 6px;
	height: 36px;
	line-height: 36px;
}
input[type=button]:hover:not(.in-loading):not(:disabled),
.button:hover:not(.in-loading):not(:disabled) {
	/*padding-left:10px;
    padding-right:20px*/
}
.button_bor:not(.in-loading):not(:disabled),
.button_bor:hover:not(.in-loading):not(:disabled) {
	padding-left: 20px;
	padding-right: 20px
}
.b-cityselect__notifier input[type=button]:hover:not(.in-loading):not(:disabled),
.b-cityselect__notifier .button:hover:not(.in-loading):not(:disabled) {
	/*padding-left:15px;
    padding-right:15px*/
}
input[type=button]:not(.in-loading):not(:disabled):after,
.button:not(.in-loading):not(:disabled):after {
	/* content:"›";
     color:#4d4d4d;
     display:flex;
     font-size:19px;
     justify-content:flex-start;
     position:absolute;
     top:-3%;
     right:-16px;
     height:103%;
     padding-left:5px;
     width:30px;
     background-color:rgba(255, 255, 255, 0.3);
     transform:scale(0, 1);
     transform-origin:right center;
     transition:all 0.2s ease-out;*/
}
input[type=button]:hover:not(.in-loading):after,
.button:hover:not(.in-loading):after {
	/*transform:scale(1, 1);*/
}
input[type=button].in-loading:after,
.button.in-loading:after {
	/*
    content:'';
    background-color:rgba(255, 255, 255, 0.3);
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    width:100%;
    */
}
input[type=button].in-loading:before,
.button.in-loading:before {
	content: '';
	background: url("../img/i-loading.svg") no-repeat center center;
	animation: fa-spin 1.5s infinite linear;
	position: absolute;
	transition: all 0.2s ease-out;
	left: 50%;
	top: 50%;
	margin-top: -10px;
	margin-left: -10px;
	width: 20px;
	height: 20px;
}
.wa-dialog-footer .wa-button:disabled,
.wa-submit-button:disabled,
input[type=button]:disabled,
input[type=submit]:disabled {
	background: #ccc;
	cursor: not-allowed;
}
.wa-dialog-footer .wa-button:disabled:hover,
.wa-submit-button:disabled:hover,
input[type=button]:disabled:hover,
input[type=submit]:disabled:hover {
	background: #ccc;
}
input[type=button].button:disabled,
input[type=submit].button:disabled,
.button:disabled,
input[type=button].button_disabled,
input[type=submit].button_disabled,
.button_disabled {
	background: #ccc;
	cursor: not-allowed;
}
input[type=button].button:disabled:hover,
input[type=submit].button:disabled:hover,
.button:disabled:hover,
input[type=button].button_disabled:hover,
input[type=submit].button_disabled:hover,
.button_disabled:hover {
	background: #ccc;
}
input[type=button].button-one,
input[type=submit].button-one,
.button-one {
	background: #ededed;
	border: none;
	border-bottom: 1px solid transparent;
	border-radius: 6px;
	color: #444;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	overflow: hidden;
	transition: all 0.3s ease-out;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
}
input[type=button].button-one:hover,
input[type=submit].button-one:hover,
.button-one:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
input[type=button].button-one:active,
input[type=submit].button-one:active,
.button-one:active {
	box-shadow: none;
}
input[type=button].button_big,
input[type=submit].button_big,
.button_big {
	height: 56px;
	line-height: 56px;
	font-size: 20px;
	font-weight: bold;
}
input[type=button].button_low,
input[type=submit].button_low,
.button_low {
	border-radius: 6px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
}
input[type=button].button_bor,
input[type=submit].button_bor,
.button_bor,
.button_bor:focus {
	height: auto;
	cursor: pointer;
	border-radius: 6px;
	background: #f0f0f0;
	border: 1px solid #e9e9e9;
	color: #444;
	font-size: 15px;
	line-height: 1.5;
	padding: 5px 20px;
}
input[type=button].button_bor:hover,
input[type=submit].button_bor:hover,
.button_bor:hover {
	background: #ffe998 !important;
	border-color: #ffe998 !important;
	box-shadow: none !important;
	color: #444
}
input[type=button].button_bor:after,
input[type=submit].button_bor:after,
.button_bor:after {
	display: none !important;
}
input[type="checkbox"] {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	vertical-align: middle;
	transition: all 0.2s ease-out;
	width: 20px;
	height: 20px;
}
input[type="checkbox"]:hover {
	/*box-shadow:0 0 0 1px #43c16d;
    border-color:#43c16d;*/
	box-shadow: 0 0 0 1px var(--cheme-color-dop);
	border-color: var(--cheme-color-dop);
}
input[type="checkbox"]:before {
	content: '';
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 4px;
	height: 8px;
	margin-left: -4px;
	margin-top: -1px;
	border: solid #222;
	border-width: 0 1px 1px 0;
	transform: rotate(45deg) translate(-50%, -50%);
	transition: all 0.1s ease-out;
}
input[type="checkbox"]:checked:before {
	opacity: 1;
	visibility: visible;
}
input[type="checkbox"]:disabled {
	background: #ccc;
	opacity: 0.5;
	cursor: not-allowed;
}
input[type="radio"] {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	vertical-align: middle;
	transition: all 0.2s ease-out;
	width: 20px;
	height: 20px;
}
input[type="radio"]:hover {
	box-shadow: 0 0 0 1px var(--cheme-color-dop);
	border-color: var(--cheme-color-dop);
	/*
    box-shadow:0 0 0 1px var(--cheme-color-dop);
    border-color:var(--cheme-color-dop);
    */
}
input[type="radio"]:before {
	background: #777;
	border-radius: 50%;
	content: '';
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 7px;
	height: 7px;
	box-shadow: 0 0 0 1px var(--cheme-color-dop);
	background: var(--cheme-color-dop);
	transition: all 0.1s ease-out;
}
input[type="radio"]:checked:before {
	opacity: 1;
	visibility: visible;
}
input[type="radio"]:disabled {
	background: #ccc;
	opacity: 0.5;
	cursor: not-allowed;
}
.hint {
	color: #808080;
	font-size: 12px;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.error {
	color: var(--cheme-color-dop);
}
.show-block .header__top-block,
.show-block .header__midd-block,
.show-block .header__bott-block,
.show-block .in-left__item,
.show-block .in-blocks__item {
	position: relative;
}
.show-block .block-info-name {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.show-block .header__top-block .block-info-name {
	left: 15px;
	width: calc(100% - 10px);
}
.show-block .header__midd-block .block-info-name {
	left: 20px;
	width: calc(100% - 10px);
}
.show-block .header__bott-block .block-info-name {
	left: 20px;
	width: calc(100% - 10px);
}
.show-block .in-left__item .block-info-name,
.show-block .in-blocks__item .block-info-name {
	font-size: 34px;
}
.block-info-name {
	border-radius: 6px;
	position: absolute;
	left: -10px;
	top: -10px;
	right: 0;
	bottom: 0;
	height: calc(100% + 20px);
	width: calc(100% + 20px);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	background: rgba(0, 0, 0, 0.65);
	color: #fff;
	z-index: 900;
	opacity: 0;
	visibility: hidden;
}
@media screen and (max-width: 1280px) {
	.wrap {
		padding-right: 15px;
		padding-left: 15px;
	}

	.wrap_bg {
		max-width: calc(var(--site-max-width) - 30px);
	}
}
@media screen and (max-width: 767px) {
	.wa-actions-wrapper .wa-button,
	.wa-variant-actions .wa-button,
	.wa-dialog-footer .wa-button,
	.wa-submit-button,
	.wa-confirm-signup-button,
	.wa-confirmation-code-input-submit,
	input[type=button],
	input[type=submit],
	.button {
		transition: none;
	}

	.wa-actions-wrapper .wa-button:hover:not(.in-loading):not(:disabled),
	.wa-variant-actions .wa-button:hover:not(.in-loading):not(:disabled),
	.wa-dialog-footer .wa-button:hover:not(.in-loading):not(:disabled),
	.wa-submit-button:hover:not(.in-loading):not(:disabled),
	.wa-confirm-signup-button:hover:not(.in-loading):not(:disabled),
	.wa-confirmation-code-input-submit:hover:not(.in-loading):not(:disabled),
	input[type=button]:hover:not(.in-loading):not(:disabled),
	input[type=submit]:hover:not(.in-loading):not(:disabled),
	.button:hover:not(.in-loading):not(:disabled) {
		background: var(--c-b);
		color: var(--c-b-c);
		box-shadow: none;
	}

	input[type=button]:hover:not(.in-loading):not(:disabled),
	.button:hover:not(.in-loading):not(:disabled) {
	}

	input[type=button]:not(.in-loading):not(:disabled):after,
	.button:not(.in-loading):not(:disabled):after {
		display: none;
	}

	input[type=button]:hover:not(.in-loading):after,
	.button:hover:not(.in-loading):after {
		transform: none;
	}

	.button-one:hover {
		box-shadow: none;
	}
}
.icon4,
.icon6,
.icon8,
.icon10,
.icon12,
.icon14,
.icon16,
.icon18,
.icon20,
.icon22,
.icon24,
.icon26,
.icon28,
.icon30,
.icon40,
.icon64,
.icon80,
.icon96 {
	display: inline-block;
	font-style: normal;
	flex: none;
}
.icon4 {
	font-size: 4px;
	top: -2px;
	position: relative;
	width: 4px;
	height: 4px;
}
.icon6 {
	font-size: 6px;
	position: relative;
	width: 6px;
	height: 6px;
}
.icon8 {
	font-size: 8px;
	width: 8px;
	height: 8px;
}
.icon10 {
	font-size: 10px;
	width: 10px;
	height: 10px;
}
.icon12 {
	font-size: 12px;
	width: 12px;
	height: 12px;
}
.icon14 {
	font-size: 14px;
	width: 14px;
	height: 14px;
}
.icon16 {
	font-size: 16px;
	width: 16px;
	height: 16px;
}
.icon18 {
	font-size: 18px;
	width: 18px;
	height: 18px;
}
.icon20 {
	font-size: 20px;
	width: 20px;
	height: 20px;
}
.icon22 {
	font-size: 22px;
	width: 22px;
	height: 22px;
}
.icon24 {
	font-size: 24px;
	width: 24px;
	height: 24px;
}
.icon26 {
	font-size: 26px;
	width: 26px;
	height: 26px;
}
.icon28 {
	font-size: 28px;
	width: 28px;
	height: 28px;
}
.icon30 {
	font-size: 30px;
	width: 30px;
	height: 30px;
}
.icon40 {
	font-size: 40px;
	width: 40px;
	height: 40px;
}
.icon64 {
	font-size: 64px;
	width: 64px;
	height: 64px;
}
.icon80 {
	font-size: 80px;
	width: 80px;
	height: 80px;
}
.icon96 {
	font-size: 96px;
	width: 96px;
	height: 96px;
}
.fa-star {
	margin-right: 2px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,<svg aria-hidden='true' focusable='false' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'><path fill='%23f8d800' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'></path></svg>");
}
.fa-star.far {
	margin-right: 2px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,<svg aria-hidden='true' focusable='false' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'><path fill='%23e1e1e1' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'></path></svg>");
}
.fa-star-half-alt {
	margin-right: 2px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,<svg aria-hidden='true' focusable='false' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'><path fill='%23e1e1e1' d='M545.3 226L439.6 329l25 145.5c4.5 26.1-23 46-46.4 33.7l-130.7-68.6V0a31.62 31.62 0 0 1 28.7 17.8l65.3 132.4 146.1 21.2c26.2 3.8 36.7 36.1 17.7 54.6z'></path><path fill='%23f8d800' d='M110.4 474.5l25-145.5L29.7 226c-19-18.5-8.5-50.8 17.7-54.6l146.1-21.2 65.3-132.4A31.62 31.62 0 0 1 287.5 0v439.6l-130.7 68.6c-23.4 12.3-50.9-7.6-46.4-33.7z'></path></svg>");
}
.p-reviews__rating-stars .fas {
	display: inline-block;
	font-style: normal;
	flex: none;
	font-size: 18px;
	width: 18px;
	height: 18px;
}
.product__rating .fas {
	display: inline-block;
	font-style: normal;
	flex: none;
	font-size: 20px;
	width: 20px;
	height: 20px;
}
.p-day__rating .fas,
.m-products__info-rating.fas,
.s-products__rating .fas,
.products__rating .fas {
	display: inline-block;
	font-style: normal;
	flex: none;
	font-size: 16px;
	width: 16px;
	height: 16px;
}
.star {
	margin-right: 2px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,<svg aria-hidden='true' focusable='false' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'><path fill='%23f8d800' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'></path></svg>");
}
.star-empty {
	margin-right: 2px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,<svg aria-hidden='true' focusable='false' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'><path fill='%23e1e1e1' d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'></path></svg>");
}
.star-half {
	margin-right: 2px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,<svg aria-hidden='true' focusable='false' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'><path fill='%23e1e1e1' d='M545.3 226L439.6 329l25 145.5c4.5 26.1-23 46-46.4 33.7l-130.7-68.6V0a31.62 31.62 0 0 1 28.7 17.8l65.3 132.4 146.1 21.2c26.2 3.8 36.7 36.1 17.7 54.6z'></path><path fill='%23f8d800' d='M110.4 474.5l25-145.5L29.7 226c-19-18.5-8.5-50.8 17.7-54.6l146.1-21.2 65.3-132.4A31.62 31.62 0 0 1 287.5 0v439.6l-130.7 68.6c-23.4 12.3-50.9-7.6-46.4-33.7z'></path></svg>");
}
.icon-m {
	margin: 0;
}
.i-loading {
	animation: fa-spin 1.5s infinite linear;
}
.icon10.color,
.icon12.color,
.icon16.color,
.icon18.color,
.icon20.color,
.icon30.color {
	background-image: none;
	border-radius: 50%;
	border: 1px solid #e3e3e3;
	vertical-align: middle;
	margin: 0 4px 1px 0;
}
.icon30.color {
	width: 30px;
	height: 30px;
}
.icon20.color {
	width: 20px;
	height: 20px;
}
.icon16.color {
	width: 16px;
	height: 16px;
}
.icon12.color {
	width: 12px;
	height: 12px;
}
.icon10.color {
	width: 11px;
	height: 11px;
}
.i-down {
	margin-right: 5px;
	width: 12px;
}
.i-down:before {
	content: "\f107";
}
.i-cart-b-add {
	margin-bottom: -2px;
}
.a-pulse {
	animation: a-pulse 0.5s 1 linear;
}
@keyframes a-pulse {
	0% {
		transform: scale(1);
	}
	25% {
		transform: scale(1.2);
	}
	50% {
		transform: scale(1.6);
	}
	75% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes fa-spin {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(359deg);
	}
}
.h-promo {
	background: var(--c-ht-b);
	color: var(--c-ht-b-c);
	display: block;
	position: relative;
	width: 100%;
	box-shadow: inset 0 -20px 30px -10px rgba(0, 0, 0, 1);
	-webkit-box-shadow: inset 0 -20px 30px -10px rgba(0, 0, 0, 1);
	-moz-box-shadow: inset 0 -20px 30px -10px rgba(0, 0, 0, 1);
}
.h-promo__wrap {
	padding: 11px 10px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.h-promo__close {
	cursor: pointer;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.h-promo__icon {
	font-size: 0;
	margin-right: 10px;
	margin-bottom: 2px;
}
.h-promo__text {
	font-size: 15px;
	line-height: 1.6;
	padding-right: 40px;
}
.h-promo__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.h-promo:hover .h-promo__icon, .h-promo:hover .h-promo__text {
	color: #fc0;
	border-color: #ffea94
}
.h-promo__close:hover {
	color: #ffcebe
}
@media screen and (max-width: 1080px) {
	.h-promo {
		border-radius: 6px;
		margin-bottom: 10px;
	}

	.h-promo__close {
		right: 15px;
	}
}
.header__top {
	background: var(--c-h-t);
	position: relative;
	z-index: 100;
}
.header__top .header__wrap {
	padding-top: var(--t-p-t);
	padding-bottom: var(--t-p-b);
	margin-left: -20px;
}
.header__top-block {
	display: flex;
	align-items: center;
	padding-left: 20px;
}
.header__top-border {
	line-height: 2;
	/*border-bottom: 1px solid var(--c-h-t-b);*/
}
.header__top-rad {
	border-radius: 6px;
}
.header__top-wrap {
	background: var(--c-h-t-w);
	position: relative;
}
.header__top-region + div,
.header__top-locale + div,
.header__top-icon + div,
.header__top-share + div,
.header__top-callme + div,
.header__top-phone_100 + div,
.header__top-phone_2 + div,
.header__top-auth + div,
.header__top-social + div,
.header__top-statusorders + div {
	margin-left: 20px;
	position: relative;
	padding-left: 20px;
}
.header__top-region + div:before,
.header__top-locale + div:before,
.header__top-icon + div:before,
.header__top-share + div:before,
.header__top-callme + div:before,
.header__top-phone_100 + div:before,
.header__top-phone_2 + div:before,
.header__top-auth + div:before,
.header__top-social + div:before {
	background-color: #909294;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 12px;
	width: 0;
}
.header__top-share,
.header__top-statusorders,
.header__top-callme,
.header__top-share + div,
.header__top-statusorders + div,
.header__top-callme + div {
	margin-left: 0 !important;
}
.header__top-callme {
	padding-left: 5px;
}
.header__top .c-hicon__name {
	top: auto;
	bottom: -45px;
}
.header__top-menu,
.header__top-search,
.header__top-categories {
	flex: 1;
}
.header__address {
	display: flex;
	align-items: center;
}
.header__address-icon {
	color: #4d4d4d;
	width: 14.6px;
	height: 14.6px;
	margin-right: 6px;
}
.header__address:hover .header__address-name {
	color: var(--cheme-color-dop);
	transition: all 0.2s ease-out;
}
.header__address-name {
	cursor: pointer;
	color: #4d4d4d;
	transition: color 0.3s ease-out;
	font-size: 15px;
}
.header__address:hover .header__address-icon,
.header__address:hover .header__address-name {
	color: var(--cheme-color-dop);
	transition: color 0.3s ease-out;
}
.h-phone {
	line-height: normal;
	position: relative;
}
.h-phone__home {
	display: flex;
	align-items: center;
}
.h-phone__home_end {
	align-items: flex-start;
}
.h-phone__icon {
	color: #4e7df1;
	margin-right: 5px;
	display: flex;
	align-items: center;
}
.h-phone__icon_big {
	background-color: #fff;
	box-shadow: 0px 2px 15px rgba(32, 31, 36, 0.1);
	border-radius: 50%;
	flex: none;
	justify-content: center;
	margin-right: 15px;
	width: 45px;
	height: 45px;
}
.h-phone__icon_big-s {
	width: 38px;
	height: 38px;
}
.h-phone__content {
	display: flex;
}
.h-phone__tel {
	color: #222;
	display: block;
	font-weight: var(--font-weight);
	text-decoration: none;
	white-space: nowrap;
}
.h-phone__tel:hover {
	color: #222;
}
.h-phone__hint {
	color: #808080;
	font-size: 12px;
	line-height: 1.4;
	margin-top: 2px;
}
.h-phone__call {
	border-bottom: 1px dashed;
	color: var(--cheme-color);
	cursor: pointer;
	display: inline-block;
	transition: all 0.3s ease-out;
}
.h-phone__call:hover {
	border-bottom-color: transparent;
}
.h-phone__icon-down {
	color: #222;
	padding-left: 5px;
	padding-right: 5px;
}
.h-phone__icon-down .i-angle-down-b {
	transition: all 0.3s linear;
	transform: rotateX(0);
}
.h-phone:hover .i-angle-down-b {
	transform: rotateX(180deg);
}
.h-phone_big .h-phone__tel {
	font-size: 20px;
}
.m-menu__wrap .m-menu__contact .m-menu__info .h-phone_big .h-phone__tel {
	line-height: 1;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 21px;
}
.h-phone_big .h-phone__icon {
	margin-right: 8px;
}
.h-phone__info {
	background: #fff;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	color: #222;
	padding: 0 20px 20px;
	border-radius: 6px;
	position: absolute;
	transition: all 0.15s linear;
	transition-delay: 0.1s;
	opacity: 0;
	visibility: hidden;
	width: 240px;
	left: 50%;
	top: calc(100% + 0px);
	transform: translateX(-50%);
	text-align: center;
	z-index: 999;
}
.h-phone__info-hint {
	font-size: 13px;
	margin-top: 2px;
}
.h-phone__info-share {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.h-phone__info-tel {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.h-phone__info-mail {
	margin-top: 15px;
}
.h-phone__info-tel .h-phone__tel,
.h-phone__info-mail .h-phone__mail {
	font-size: 18px;
}
.h-phone__info-tel .h-phone__tel {
	color: var(--c-h-m-c);
	font-weight: bold;
}
.h-phone__info-tel .h-phone__tel:hover {
	color: var(--c-h-m-c-h);
}
.h-phone__info-call {
	font-size: 14px;
	border-radius: 3px;
	margin-top: 20px;
	line-height: 30px;
	height: 30px;
}
.h-phone__mode {
	border-top: 1px solid #eee;
	margin-top: 15px;
	padding-top: 10px;
	color: var(--c-h-m-c);
}
.h-phone__mode-h {
	font-size: 17px;
	font-weight: var(--font-weight);
}
.h-phone__mode-t {
	font-size: 15px;
}
.h-phone:hover .h-phone__info {
	visibility: visible;
	opacity: 1;
	top: calc(100% + 10px);
}
@media screen and (max-width: 480px) {
	.h-phone {
		position: static;
	}

	.h-phone__home_active + .h-phone__info {
		display: block;
		top: 100% !important;
		opacity: 1 !important;
		visibility: visible !important;
	}

	.h-phone__home_active .i-angle-down-b {
		transform: rotateX(180deg) !important;
	}

	.h-phone:hover .h-phone__info {
		opacity: 0;
		visibility: hidden;
	}

	.h-phone:hover .i-angle-down-b {
		transform: rotateX(0);
	}
}
.header__logo {
	font-size: 0;
	max-height: 50px;
}
.header__logo img {
	max-height: 50px;
	width: 100%;
}
.header__midd {
	background: var(--c-h-m);
	position: relative;
}
.header__midd .header__wrap {
	padding-top: var(--m-p-t);
	padding-bottom: var(--m-p-b);
	margin-left: -30px;
}
.header__midd-block {
	display: flex;
	align-items: center;
	padding-left: 30px;
}
.header__midd-rad {
	border-radius: 6px;
}
.header__midd-border {
	border-bottom: 1px solid var(--c-h-m-b);
}
.header__midd-wrap {
	background-color: var(--c-h-m-w);
	position: relative;
}
.header__midd-wrap_center {
	justify-content: center;
}
.header__midd-menu,
.header__midd-search,
.header__midd-categories {
	flex: 1;
}
.h-block-icon,
.h-block-cart,
.h-block-icon .compare_left {
	padding-left: 8px;
	margin-left: 8px;
	border-left: 1px solid #f2f2f2;
}
.h-block-icon {
	margin-left: 20px;
}
@media screen and (max-width: 1280px) {
	.header__midd .header__wrap {
		margin-left: -20px;
	}
}
.h-info {
	display: flex;
	align-items: flex-start;
}
.h-info__icon {
	color: #f50;
	margin-right: 8px;
}
.m-menu__wrap .h-info__icon {
	color: #f50;
	margin-right: 8px;
	max-width: 16px;
	max-height: 16px;
	line-height: 16px;
}
.m-menu__wrap .h-info__icon .icon-svg {
	max-width: 16px;
	max-height: 16px;
}
.m-menu__wrap .m-menu__region .h-info__content {
	font-size: 16px;
	margin-top: 0;
}
.m-menu__wrap .m-menu__region .h-info__title {
	font-size: 15px;
}
.h-info__title {
	font-weight: var(--font-weight);
}
.h-info__content {
	font-size: 12px;
	line-height: 1.4;
	margin-top: 5px;
}
.b-catalog__button {
	background-color: #fff;
	border: 1px solid #ebebec;
	border-radius: var(--h-c-r);
	cursor: pointer;
	display: flex;
	align-items: center;
	height: 48px;
	padding: 0 20px;
	position: relative;
	transition: all 0.3s ease-out;
}
.b-catalog__button_small {
	font-size: 14px;
	height: 38px;
	padding: 0 10px;
}
.b-catalog__button_small .b-catalog__bars {
	width: 16px;
	height: 12px;
}
.b-catalog__button:hover {
	box-shadow: 0 0 0 2px #4e7df1;
}
.b-catalog_active {
	z-index: 903;
}
.b-catalog_active .b-catalog__button {
	box-shadow: 0 0 0 2px #4e7df1;
	z-index: 903;
}
.b-catalog__bars {
	width: 20px;
	height: 14px;
}
.b-catalog__title {
	font-weight: var(--font-weight);
	white-space: nowrap;
	margin-left: 10px;
	font-size: 15px;
}
.b-catalog__icon {
	margin-left: 10px;
	transform: rotateX(0);
	transition: transform 0.6s linear;
	flex: 1;
	text-align: right;
}
.b-catalog_active .b-catalog__icon {
	transform: rotateX(180deg);
}
.b-catalog .c-menu:before {
	display: none;
}
.b-catalog .c-menu__wrap {
	max-height: 360px;
}
.bars {
	display: block;
	cursor: pointer;
	position: relative;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	vertical-align: top;
}
.bars_mobile .bars__line {
	height: 3px;
}
.bars_mobile .bars__line:before {
	height: 3px;
	top: -9px;
}
.bars_mobile .bars__line:after {
	height: 3px;
	bottom: -9px;
}
.bars_mobile .bars_active .bars__line:before {
	top: 0;
}
.bars_mobile .bars_active .bars__line:after {
	bottom: 0;
}
.bars_small .bars__line:before {
	top: -5px;
}
.bars_small .bars__line:after {
	bottom: -5px;
}
.bars__line {
	background: #4e7df1;
	border-radius: 3px;
	display: block;
	opacity: 1;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
	height: 2px;
	width: 100%;
}
.bars__line:before,
.bars__line:after {
	background: #4e7df1;
	border-radius: 3px;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	width: 100%;
	transition-duration: 0.3s, 0.3s, 0.3s;
	transition-delay: 0.3s, 0s, 0s;
}
.bars__line:before {
	top: -6px;
	transition-property: top, transform, background;
}
.bars__line:after {
	bottom: -6px;
	transition-property: bottom, transform, background;
}
.bars_active .bars__line {
	background: none;
}
.bars_active .bars__line:before,
.bars_active .bars__line:after {
	transition-delay: 0s, 0.3s;
}
.bars_active .bars__line:before {
	top: 0;
	transform: rotate(45deg);
}
.bars_active .bars__line:after {
	bottom: 0;
	transform: rotate(-45deg);
}
.header__bott {
	background: var(--c-h-b);
	box-shadow: 0px 10px 10px rgba(30, 30, 30, 0.01);
}
.header__bott .header__wrap {
	padding-top: var(--b-p-t);
	padding-bottom: var(--b-p-b);
	margin-left: -30px;
}
.header__bott-block {
	display: flex;
	align-items: center;
	padding-left: 30px;
}
.header__bott-border {
	border-bottom: 1px solid var(--c-h-b-b);
	border-radius: 0 0 12px 12px;
}
.header__bott-rad {
	border-radius: 6px;
}
.header__bott-wrap {
	background: var(--c-h-b-w);
	position: relative;
}
.header__bott-wrap_center {
	justify-content: center;
}
.header__bott-menu,
.header__bott-search,
.header__bott-categories {
	flex: 1;
}
@media screen and (max-width: 1280px) {
	.header__bott .header__wrap {
		margin-left: -20px;
	}

	.header__bott-block {
		padding-left: 20px;
	}
}
.header {
	position: relative;
	z-index: 99;
}
.header__wrap {
	display: flex;
}
.header__wrap_center {
	justify-content: center;
}
.header__custom-block {
	line-height: 1.6;
}
.header__links {
	display: flex;
	align-items: center;
	margin-left: -30px;
}
.header__links-icon {
	margin-right: 8px;
	width: 25px;
	height: 25px;
}
.header__links-icon img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.header__links-name {
	border-bottom: 2px solid #ffd600;
	padding-bottom: 4px;
	transition: 0.2s ease-out;
}
.header__links-item {
	display: flex;
	font-weight: var(--font-weight);
	align-items: center;
	margin-left: 30px;
	text-decoration: none;
}
.header__links-item:hover .header__links-name {
	border-bottom-color: transparent !important;
}
.header__links-item_1 {
	color: var(--c-h-li-1);
}
.header__links-item_1:hover {
	color: var(--c-h-li-1-h);
}
.header__links-item_1 .header__links-name {
	border-bottom-color: var(--c-h-li-1-b);
}
.header__links-item_2 {
	color: var(--c-h-li-2);
}
.header__links-item_2:hover {
	color: var(--c-h-li-2-h);
}
.header__links-item_2 .header__links-name {
	border-bottom-color: var(--c-h-li-2-b);
}
.header__links-item_3 {
	color: var(--c-h-li-3);
}
.header__links-item_3:hover {
	color: var(--c-h-li-3-h);
}
.header__links-item_3 .header__links-name {
	border-bottom-color: var(--c-h-li-3-b);
}
.in-auth {
	position: relative;
}
.in-auth__drop {
	background: #fff;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	border-radius: 6px;
	color: var(--c-h-a-t);
	position: absolute;
	transition: all 0.15s linear;
	opacity: 0;
	visibility: hidden;
	left: 50%;
	top: calc(100% + 0px);
	transform: translateX(-50%);
	z-index: 999;
	white-space: nowrap;
	min-width: 200px;
}
.in-auth__drop a {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	text-decoration: none !important;
	width: auto !important;
	height: auto !important;
	justify-content: left !important;
}
.in-auth:hover .in-auth__drop {
	visibility: visible;
	opacity: 1;
	top: calc(100% - 5px);
}
.login-panel .login-panel_link {
	/*line-height:40px;*/
}
.login-panel .login-panel__icon {
	max-height: 16px;
	max-width: 16px;
}
.login-panel .login-panel__icon__name {
	margin-left: 5px;
	font-size: 15px;
	transition: all 0.3s ease-out;
	padding: 10px 0;
}
.login-panel a .underline_drop {
	font-size: 16px;
	color: var(--c-h-m-c);
	border-bottom: 1px solid #d0d0d0;
}
.login-panel a:hover .underline_drop {
	color: var(--cheme-color-dop);
	border-bottom-color: #f9baa5;
}
.h-mobile__top-wrap .login-panel .login-panel_link {
	height: auto;
}
.h-mobile__top-wrap .login-panel .login-panel__icon__name {
	margin-left: 0;
	transition: all 0.3s ease-out;
	padding: 10px 0;
}
.h-mobile__top-icon_mobile,
.h-mobile__top-wrap .hicon,
.h-mobile__top-wrap .h-mobile__top-cart {
	margin-left: 20px;
}
.h-mobile__top-wrap .login-panel .login-panel__icon {
	min-width: 28px;
	max-width: 28px;
}
@media screen and (max-width: 520px) {
	.h-mobile__top-icon_mobile,
	.h-mobile__top-wrap .hicon,
	.h-mobile__top-wrap .h-mobile__top-cart {
		margin-left: 20px;
	}
}
.in-auth__bonus {
	display: flex;
	align-items: center;
	padding: 15px 20px 2px;
}
.in-auth__bonus-title {
	margin-right: 10px;
}
.in-auth__bonus-icon {
	border: 1px solid #f8d800;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	width: 24px;
	height: 24px;
}
.in-auth__bonus-icon .star {
	margin: 0;
}
.in-auth__bonus-count {
	font-weight: var(--font-weight);
}
.in-auth__logout {
	border-top: 1px solid #eee;
	padding: 15px 20px 15px 25px
}
.in-auth__logout a {
	font-size: 16px;
	color: #aaa !important;
}
.in-auth__logout a:hover {
	color: var(--cheme-color-dop) !important;
}
.in-auth__links {
	margin: 15px 20px 15px 25px;
}
.in-auth__link {
	margin-top: 10px;
	line-height: 1.4;
}
.in-auth__link a {
	display: flex;
	color: var(--c-h-m-c);
}
.in-auth__link a:hover {
	color: var(--cheme-color-dop);
}
.in-locale {
	position: relative;
}
.in-locale__active {
	display: flex;
	align-items: center;
}
.in-locale__name {
	color: #ccc;
	margin-left: 8px;
	font-size: 12px;
}
.in-locale__drop {
	background: #fff;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	border-radius: 6px;
	position: absolute;
	transition: all 0.15s linear;
	transition-delay: 0.1s;
	opacity: 0;
	visibility: hidden;
	left: -20px;
	top: calc(100% + 20px);
	text-align: center;
	z-index: 999;
}
.in-locale__drop-item {
	color: #222;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	font-size: 12px;
	text-decoration: none;
	padding: 12px 10px;
	margin: 0 10px;
}
.in-locale__drop-item:last-child {
	border-bottom: none;
}
.in-locale__drop-name {
	margin-left: 8px;
}
.in-locale:hover .in-locale__drop {
	visibility: visible;
	opacity: 1;
	top: calc(100% + 10px);
}
.in-locale__icon-down {
	color: #ccc;
	margin-left: 5px;
}
.in-locale__icon-down .i-angle-down-b {
	transition: all 0.3s linear;
	transform: rotateX(0);
}
.in-locale:hover .i-angle-down-b {
	transform: rotateX(180deg);
}
.in-locale__my-lang {
	display: flex;
	align-items: center;
}
.in-locale__my-lang > a {
	margin-left: 5px;
}
.in-locale__my-lang > a:first-child {
	margin-left: 0;
}
.fl-right {
	justify-content: flex-end;
}
.fl-left {
	justify-content: flex-start;
}
.fl-center {
	justify-content: center;
}
.flex-1 {
	flex: 1;
}
.fl-1 {
	flex: 0 0 10%;
}
.fl-2 {
	flex: 0 0 20%;
}
.fl-3 {
	flex: 0 0 30%;
}
.fl-4 {
	flex: 0 0 40%;
}
.fl-5 {
	flex: 0 0 50%;
}
.fl-6 {
	flex: 0 0 60%;
}
.fl-7 {
	flex: 0 0 70%;
}
.fl-8 {
	flex: 0 0 80%;
}
.fl-9 {
	flex: 0 0 90%;
}
.fl-10 {
	flex: 0 0 100%;
}
.h-fix {
	background: var(--c-h-t-f-f);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-out;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 905;
}
.h-fix__wrap {
	position: relative;
}
.h-fix__wrap_p {
	position: static;
}
.h-fix .header__wrap {
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: -30px;
}
.h-fix__block {
	display: flex;
	align-items: center;
	padding-left: 30px;
}
.h-fix_active {
	opacity: 1;
	visibility: visible;
}
.h-fix__search {
	flex: 1;
}
.h-fix__logo img,
.h-fix__logo svg {
	max-height: 34px;
}
.h-fix .c-hicon__name {
	top: auto;
	bottom: -45px;
}
@media screen and (max-width: 1080px) {
	.header,
	.h-fix {
		display: none;
	}
}
.hcount {
	background-color: #e3e3e3;
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	padding: 0px 5px;
	text-align: center;
	transition: all 0.3s ease-out;
	line-height: 16px;
}
.hcount_active {
	background-color: #43c16d;
}
.hcount .hicon__name {
	display: none;
}
.hicon {
	margin-left: 30px;
	position: relative;
	display: flex;
	align-items: center;
}
.hicon > a {
	color: #222;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	text-decoration: none;
	height: 45px;
	transition: none;
}
.hicon__cart {
	color: #222;
}
.hicon__cart svg {
	color: #222;
}
.hicon:hover .mcart__items {
	opacity: 1;
	visibility: visible;
	top: calc(100% + 18px);
}
.hicon:first-child {
	margin-left: 0;
}
.hicon svg {
	color: #222;
	transition: all 0.3s ease-out;
}
.hicon__name {
	font-size: 12px;
	margin-top: 5px;
	transition: all 0.3s ease-out;
	text-align: center;
}
.hicon:hover {
	color: #5b88f7;
}
.hicon:hover > svg {
	color: #5b88f7;
}
.hicon:hover .c-hicon__name {
	opacity: 1;
	visibility: visible;
}
.hicon__count {
	position: absolute;
	left: calc(50% + 5px);
	top: -4px;
}
.s-hicon {
	margin-left: 30px;
	position: relative;
	display: flex;
	align-items: center;
}
.s-hicon > a {
	color: #222;
	display: flex;
	align-items: center;
	position: relative;
	text-decoration: none;
	transition: none;
}
.s-hicon:hover .mcart__items {
	opacity: 1;
	visibility: visible;
	top: calc(100% + 18px);
}
.s-hicon:first-child {
	margin-left: 0;
}
.s-hicon svg {
	color: #222;
	transition: all 0.3s ease-out;
}
.s-hicon__name {
	font-size: 12px;
	margin-left: 5px;
	transition: all 0.3s ease-out;
}
.s-hicon:hover {
	color: #4e7df1;
}
.s-hicon:hover > svg {
	color: #4e7df1;
}
.s-hicon:hover .c-hicon__name {
	opacity: 1;
	visibility: visible;
}
.s-hicon__count {
	margin-left: 8px;
}
.c-hicon {
	margin-left: 20px;
	display: flex;
	align-items: center;
}
.c-hicon a {
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 6px;
	color: #222;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-decoration: none;
	width: 48px;
	height: 48px;
}
.h-fix__block .c-hicon a {
	width: 28px;
	height: 28px;
}
.c-hicon_small a {
	width: 38px;
	height: 38px;
}
.c-hicon_rad a {
	border-radius: 50%;
}
.c-hicon_rad .c-hicon__count {
	top: -4px;
	right: -4px;
}
.c-hicon_center {
	margin-left: 25px;
}
.c-hicon_center .c-hicon__count {
	margin-top: -9px;
	top: 50%;
	right: -12px;
}
.c-hicon:first-child {
	margin-left: 0;
}
.c-hicon:hover a {
	color: #222;
	box-shadow: 0 0 0 2px #4e7df1;
}
.c-hicon__name {
	background: #fff;
	color: var(--c-h-m-c);
	/*box-shadow:0 0 9px rgba(0, 0, 0, 0.3);*/
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	border-radius: 3px;
	padding: 10px 15px;
	display: block;
	font-size: 13px;
	font-weight: normal;
	margin-left: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	white-space: nowrap;
	transition: all 0.3s ease-out;
}
.c-hicon:hover .c-hicon__name {
	opacity: 1;
	visibility: visible;
	color: var(--c-h-m-c-h);
}
.c-hicon__count {
	position: absolute;
	right: 0;
	top: 0;
}
.h-fix__block .c-hicon__count {
	right: -9px;
	top: -9px;
}
@media screen and (max-width: 1280px) {
	.login-panel .login-panel__icon {
		max-height: 26px;
		max-width: 26px;
	}

	.s-hicon__name {
		display: none;
	}

	.s-hicon__count {
		margin-left: 3px;
	}
}
@media screen and (max-width: 960px) {
	.hicon__name {
		display: none;
	}
}
@media screen and (max-width: 400px) {
	.hicon {
		margin-left: 15px;
	}

	.hicon:first-child {
		margin-left: 0;
	}
}
.mcart {
	position: relative;
}
.mcart_small .mcart__empty,
.mcart_small .mcart__title {
	font-size: 13px;
}
.mcart_small .mcart__price {
	font-size: 14px;
}
.mcart_small .mcart__icon {
	width: 38px;
	height: 38px;
}
.mcart_center .mcart__count {
	margin-left: 2px;
}
.mcart_center .mcart__info {
	margin-left: 0;
}
.mcart__icon {
	color: #929292;
	display: flex;
	flex: none;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all 0.2s ease-out;
	width: 48px;
	height: 48px;
}
.mcart_active .mcart__icon {
	color: #5b88f7;
}
.mcart__count {
	position: relative;
}
.mcart_active .mcart__count {
	background-color: #43c16d;
}
.mcart__link {
	color: #222;
	display: flex;
	align-items: center;
	text-decoration: none;
	white-space: nowrap;
}
.mcart__link:hover {
	color: #222;
}
.mcart__info {
	margin-left: 15px;
}
.mcart__title {
	display: block;
	font-size: 14px;
	margin-bottom: 0;
	position: relative;
}
.mcart__title_name {
	position: relative;
}
.mcart__empty {
	display: block;
	font-size: 13px;
	font-weight: var(--font-weight);
}
.mcart_active .mcart__empty {
	display: none;
}
.mcart__price {
	display: none;
	font-size: 16px;
	font-weight: var(--font-weight);
}
.mcart_active .mcart__price {
	display: block;
}
.mcart__items {
	background: #fff;
	border-radius: 6px;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	color: #222;
	line-height: normal;
	opacity: 0;
	visibility: hidden;
	padding: 20px 10px 20px 20px;
	position: absolute;
	transition: all 0.2s ease-out;
	transition-delay: 0.1s;
	right: -20px;
	top: calc(100% + 30px);
	width: 360px;
	z-index: 999;
}
.mcart_active:hover .mcart__items {
	opacity: 1;
	visibility: visible;
	top: calc(100% + 18px);
}
.mcart__h {
	font-size: 20px;
	font-weight: var(--font-weight);
	text-align: center;
}
.mcart__h-f {
	color: #808080;
	font-size: 16px;
	margin-top: 20px;
	text-align: center;
}
.mcart__items-list {
	margin-top: 20px;
	margin-bottom: 10px;
	max-height: 270px;
	overflow-y: auto;
	padding-right: 10px;
}
.mcart__items-list::-webkit-scrollbar {
	background: #ededed;
	border: 1px solid #fff;
	width: 3px;
}
.mcart__items-list::-webkit-scrollbar-thumb {
	background-color: #ddd;
}
.mcart__items-list::-webkit-scrollbar-thumb:hover {
	background-color: #ddd;
}
.mcart__item {
	border-bottom: 1px solid #eee;
	display: flex;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.mcart__item:last-child {
	margin-bottom: 0;
}
.mcart__item-img {
	flex: none;
	width: 60px;
	height: 60px;
	text-align: center;
}
.mcart__item-img img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.mcart__item-info {
	margin-left: 20px;
	padding-right: 10px;
	flex: 1;
}
.mcart__item-name {
	color: var(--c-h-m-c);
	font-size: 15px;
	display: block;
	line-height: 1.4;
	text-decoration: none;
}
.mcart__item-name .underline {
	border-bottom: 1px solid #ccc
}
.mcart__item-name:hover .underline {
	color: var(--cheme-color-dop);
	border-color: #f9baa5;
	transition: color 0.3s ease-out;
}
.mcart__item-total {
	display: flex;
	align-items: center;
	margin-top: 5px;
}
.mcart__item-price {
	font-size: 18px;
	font-weight: var(--font-weight);
}
.mcart__item-price-old {
	color: #888;
	font-size: 15px;
	margin-top: 10px;
	position: relative;
}
.mcart__item-count {
	margin-left: 5px;
	font-weight: var(--font-weight);
}
.mcart__item-delete {
	color: #aaa;
	font-size: 13px;
	cursor: pointer;
	margin-top: 1px;
	transition: color 0.3s ease-out;
}
.mcart__item-delete:hover {
	color: var(--cheme-color-dop);
	transition: color 0.3s ease-out;
}
.mcart__item-service {
	font-size: 13px;
	color: #888;
	margin-top: 5px;
}
.mcart__total {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mcart__total-text {
	font-size: 20px;
	font-weight: var(--font-weight);
}
.mcart__total-price {
	font-size: 20px;
	font-weight: var(--font-weight);
}
.mcart__total-price-old {
	color: #888;
	font-size: 16px;
	font-weight: normal;
	text-align: right;
}
.mcart__button {
	margin-top: 20px;
	width: 100%;
}
.s-mcart {
	position: relative;
}
.s-mcart_small .s-mcart__empty {
	font-size: 14px;
}
.s-mcart_small .s-mcart__price {
	font-size: 17px;
}
.s-mcart_small .s-mcart__link {
	border-radius: 6px;
	padding: 5px;
}
.s-mcart_small .s-mcart__icon {
	border-radius: 6px;
	width: 26px;
	height: 26px;
}
.s-mcart_rad .s-mcart__icon {
	border-radius: 50%;
}
.s-mcart_pos .s-mcart__count {
	position: absolute;
	right: -9px;
	top: -9px;
}
.s-mcart_pos .s-mcart__count {
	opacity: 1;
}
.s-mcart_circle .s-mcart__link,
.s-mcart_circle .s-mcart__icon {
	border-radius: 50%;
}
.s-mcart_circle .s-mcart__count {
	right: -4px;
	top: -4px;
}
.s-mcart_center .s-mcart__count {
	margin-top: -9px;
	top: 50%;
	right: -13px;
}
.s-mcart__link {
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 6px;
	color: #222;
	display: flex;
	align-items: center;
	padding: 6px;
	text-decoration: none;
	white-space: nowrap;
}
.s-mcart__link-footer {
	color: #222;
	display: flex;
	align-items: center;
	text-decoration: none;
}
.s-mcart_active:hover .s-mcart__link {
	box-shadow: 0 0 0 2px #4e7df1;
}
.s-mcart__icon {
	background-color: #f3f3f3;
	border-radius: 6px;
	color: #9c9c9c;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 36px;
	height: 36px;
}
.s-mcart_active .s-mcart__icon {
	background-color: #4e7df1;
	color: #fff;
}
.s-mcart__count {
	opacity: 0;
	margin-left: 0;
}
.s-mcart_active .s-mcart__count {
	opacity: 1;
	margin-left: 10px;
}
.s-mcart__info {
	margin-left: 10px;
	display: flex;
	align-items: center;
}
.s-mcart__title {
	display: none;
	margin-right: 10px;
	font-size: 16px;
}
.s-mcart__empty {
	display: block;
	font-size: 13px;
	font-weight: var(--font-weight);
}
.s-mcart_active .s-mcart__empty {
	display: none;
}
.s-mcart__price {
	display: none;
	font-size: 16px;
	font-weight: var(--font-weight);
}
.s-mcart_active .s-mcart__title,
.s-mcart_active .s-mcart__price {
	display: block;
}
.s-mcart_active:hover .mcart__items {
	opacity: 1;
	visibility: visible;
	top: calc(100% + 18px);
}
@media screen and (max-width: 1080px) {
	.s-mcart__count {
		opacity: 1;
		margin-left: 10px;
	}
}
@media screen and (max-width: 960px) {
	.mcart__info {
		display: none;
	}

	.s-mcart__info {
		display: none;
	}
}
.soz,
.soz_share {
	display: flex;
	gap: 8px;
	align-items: center;
}
.soz_share {
	gap: 4px;
}
.soz_color .soz__list {
	color: #fff;
	width: 32px;
	height: 32px;
	flex: none;
}
.soz_color .soz__list:hover {
	opacity: 0.8;
}
.soz__list,
.soz__list_share {
	border-radius: 50%;
	color: #bbb;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease-out;
	text-decoration: none;
}
.soz__list {
	width: 24px;
	height: 24px
}
.soz__list_share svg {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	padding: 4px;
}
@media screen and (max-width: 768px) {
	.soz_share {
		gap: 8px;
	}

	.soz__list_share svg {
		padding: 2px;
	}
}
.header .soz__list svg {
	margin-bottom: 0;
	color: #ccc;
	fill: #ccc
}
.header .soz__list:hover svg {
	color: #ffea94;
	fill: #ffea94
}
.soz__list svg {
	margin-bottom: 0;
	color: #fff;
	fill: #fff;
	border-radius: 50%;
}
.soz__list:hover {
	color: #fff;
}
.soz_color .soz__list.sidebar_socials-item {
	width: 32px;
	height: 32px;
}
.share {
	display: flex;
	align-items: center;
	gap: 5px;
}
.share__relative {
	position: relative;
}
.share__link {
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex: none;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	position: relative;
}
.share__link:hover {
	color: #fff;
}
.share_small .share__link {
	width: 26px;
	height: 26px;
}
.header__top .share__link {
	width: 20px;
	height: 20px;
	margin-left: 6px;
}
.share__link_hicon_name {
	background: #fff;
	color: #222;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	border-radius: 6px;
	padding: 3px 10px;
	font-size: 12px;
	display: block;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: -35px;
	right: 0;
	transform: translateX(30px);
	z-index: 1;
	white-space: nowrap;
	transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.l-help .share__link_hicon_name {
	bottom: -30px;
}
.share__link_hicon:hover .share__link_hicon_name {
	opacity: 1;
	visibility: visible;
}
@media screen and (max-width: 1280px) {
	.share__link_hicon_name {
		transform: translateX(25px);
	}
}
@media screen and (max-width: 1080px) {
	.share__link_hicon_name {
		transform: translateX(15px);
	}
}
.badge_label_hicon {
	background: #fff;
	color: #222;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	border-radius: 6px;
	padding: 3px 10px;
	font-size: 12px;
	display: block;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	/*bottom:-35px;
    right:0;
    transform:translateX(30px);*/
	bottom: -20px;
	left: 0;
	z-index: 1;
	white-space: nowrap;
	transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.badge_label:hover .badge_label_hicon {
	opacity: 1;
	visibility: visible;
}
.search {
	position: relative;
	width: 100%;
}
.search_small input.search__input {
	border-radius: 6px;
	height: 38px;
	padding-right: 38px;
}
.search_small .search__button {
	height: 38px;
	width: 38px;
}
.search_bor-no input.search__input {
	background: none;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #eee;
	color: #9393a1;
	height: 26px;
	padding-right: 26px;
	padding-left: 0;
}
.search_bor-no input.search__input:hover,
.search_bor-no input.search__input:focus {
	border-color: #ccc;
}
.search_bor-no .search__button {
	height: 26px;
	width: 26px;
}
.search__form {
	position: relative;
	width: 100%;
}
input.search__input {
	background-color: #f6f6f6;
	font-size: 16px;
	padding-right: 50px;
	width: 100%;
	height: 48px;
}
.search__button {
	background: none;
	border: none;
	color: #9d9b9b;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	transition: color 0.3s ease-out;
	right: 0;
	top: -1px;
	width: 50px;
	height: 48px;
}
.search__button .icon20 {
	margin-bottom: -2px;
}
.search:hover .search__button {
	color: var(--cheme-color);
}
.search__info {
	font-size: 12px;
	line-height: 1.4;
}
.search__error {
	color: var(--cheme-color-dop);
	display: none;
	font-size: 12px;
}
.search__query {
	padding-top: 1px;
}
.search__query-text {
	font-size: 11px;
}
.search__query-link {
	font-size: 11px;
}
.search__history {
	background: #fff;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	border-radius: 10px;
	opacity: 0;
	left: 0;
	top: calc(100% + 10px);
	padding: 20px;
	position: absolute;
	visibility: hidden;
	width: 100%;
	min-width: 320px;
	z-index: 11;
}
.search__history_active {
	opacity: 1;
	visibility: visible;
	transition: all 0.2s ease-out;
}
.search__history-title {
	color: #8c8c8c;
	font-size: 16px;
	margin-bottom: 10px;
}
.search__history-item {
	color: #222;
	display: block;
	line-height: 1.4;
	margin: 0 -20px;
	padding: 5px 20px;
	text-decoration: none;
}
.search__history-item:hover {
	background-color: #f8f8f8;
	color: #4e7df1;
}
.search__history-clear {
	margin-top: 10px;
	text-align: right;
}
.search__history-clear-btn {
	cursor: pointer;
	color: #8c8c8c;
	display: inline-block;
	font-size: 12px;
}
.search-res {
	background: #fff;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	border-radius: 10px;
	opacity: 0;
	left: 0;
	top: calc(100% + 10px);
	padding: 20px;
	position: absolute;
	visibility: hidden;
	width: 100%;
	min-width: 320px;
	z-index: 11;
}
.search-res_active {
	opacity: 1;
	visibility: visible;
	transition: all 0.2s ease-out;
}
.search-res__title {
	color: #222;
	display: inline-block;
	font-size: 13px;
	margin-right: 10px;
}
.search-res__link {
	display: inline-block;
	font-size: 13px;
}
.search-res__list {
	border-top: 1px solid #eee;
	display: flex;
	align-items: center;
	margin-top: 15px;
	padding-top: 15px;
	overflow: hidden;
	text-decoration: none;
}
.search-res__img {
	flex: none;
	width: 60px;
	height: 60px;
	text-align: center;
}
.search-res__img img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.search-res__info {
	display: block;
	margin-left: 20px;
}
.search-res__name {
	font-size: 13px;
	color: #222;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	margin-bottom: 8px;
	text-overflow: ellipsis;
	text-decoration: underline;
}
.search-res__list:hover .search-res__name {
	text-decoration: none;
}
.search-res__price {
	color: #2a2a2a;
	display: inline-block;
	font-size: 14px;
	font-weight: var(--font-weight);
	margin-right: 5px;
	text-decoration: none;
}
.search-res__price-old {
	color: #ccc;
	display: inline-block;
	font-size: 12px;
	margin-right: 10px;
}
.h-mobile__top-search-4 .search {
	position: static;
}
.h-fix__catalog .b-catalog__button {
	background: var(--c-h-t-f-b-f);
	border-color: var(--c-h-t-f-b-b);
	color: var(--c-h-t-f-b-c);
}
.h-fix__catalog .b-catalog__button:hover {
	background: var(--c-h-t-f-b-f-h);
	border-color: var(--c-h-t-f-b-b-h);
	box-shadow: 0 0 0 2px var(--c-h-t-f-b-e);
	color: var(--c-h-t-f-b-c-h);
}
.h-fix__catalog .b-catalog__button:hover .bars__line {
	background: var(--c-h-t-f-b-h);
}
.h-fix__catalog .b-catalog__button:hover .bars__line:before,
.h-fix__catalog .b-catalog__button:hover .bars__line:after {
	background: var(--c-h-t-f-b-h);
}
.h-fix__catalog .b-catalog_active .b-catalog__button {
	background: var(--c-h-t-f-b-f-h);
	border-color: var(--c-h-t-f-b-b-h);
	box-shadow: 0 0 0 2px var(--c-h-t-f-b-e);
	color: var(--c-h-t-f-b-c-h);
}
.h-fix__catalog .bars_active .bars__line {
	background: none !important;
}
.h-fix__catalog .bars_active .bars__line:before,
.h-fix__catalog .bars_active .bars__line:after {
	background: var(--c-h-t-f-b-h);
}
.h-fix__catalog .bars__line {
	background: var(--c-h-t-f-b);
}
.h-fix__catalog .bars__line:before,
.h-fix__catalog .bars__line:after {
	background: var(--c-h-t-f-b);
}
.h-fix__auth .c-hicon a {
	background: var(--c-h-t-f-a-f);
	border-color: var(--c-h-t-f-a-b);
	color: var(--c-h-t-f-a-i);
}
.h-fix__auth .c-hicon:hover a {
	border-color: var(--c-h-t-f-a-b-h);
	box-shadow: 0 0 0 2px var(--c-h-t-f-a-e);
	color: var(--c-h-t-f-a-i-h);
}
.h-fix__auth .hicon a {
	color: var(--c-h-t-f-a-t);
}
.h-fix__auth .hicon a:hover {
	color: var(--c-h-t-f-a-t-h);
}
.h-fix__auth .hicon svg {
	color: var(--c-h-t-f-a-i);
}
.h-fix__auth .hicon:hover svg {
	color: var(--c-h-t-f-a-i-h);
}
.h-fix__auth .s-hicon a {
	color: var(--c-h-t-f-a-t);
}
.h-fix__auth .s-hicon a:hover {
	color: var(--c-h-t-f-a-t-h);
}
.h-fix__auth .s-hicon svg {
	color: var(--c-h-t-f-a-i);
}
.h-fix__auth .s-hicon:hover svg {
	color: var(--c-h-t-f-a-i-h);
}
.h-fix__icon .c-hicon a {
	background: var(--c-h-t-f-i-f);
	border-color: var(--c-h-t-f-i-b);
	color: var(--c-h-t-f-i);
}
.h-fix__icon .c-hicon:hover a {
	border-color: var(--c-h-t-f-i-b-h);
	box-shadow: 0 0 0 2px var(--c-h-t-f-i-e);
	color: var(--c-h-t-f-i-h);
}
.h-fix__icon .hicon a {
	color: var(--c-h-t-f-i-t);
}
.h-fix__icon .hicon a:hover {
	color: var(--c-h-t-f-i-t-h);
}
.h-fix__icon .hicon svg {
	color: var(--c-h-t-f-i);
}
.h-fix__icon .hicon:hover svg {
	color: var(--c-h-t-f-i-h);
}
.h-fix__icon .s-hicon a {
	color: var(--c-h-t-f-i-t);
}
.h-fix__icon .s-hicon a:hover {
	color: var(--c-h-t-f-i-t-h);
}
.h-fix__icon .s-hicon svg {
	color: var(--c-h-t-f-i);
}
.h-fix__icon .s-hicon:hover svg {
	color: var(--c-h-t-f-i-h);
}
.h-fix__icon .hcount {
	background-color: var(--c-h-t-f-i-c-d);
	color: var(--c-h-t-f-i-c-t);
}
.h-fix__icon .hcount_active {
	background-color: var(--c-h-t-f-i-c);
}
.h-fix__cart .s-mcart__icon {
	background-color: var(--c-h-t-f-c-i-d);
	color: var(--c-h-t-f-c-i-c-d);
}
.h-fix__cart .s-mcart__link {
	background-color: var(--c-h-t-f-c-f-d);
	border-color: var(--c-h-t-f-c-b-d);
	color: var(--c-h-t-f-c-t-d);
}
.h-fix__cart .s-mcart_active .s-mcart__link {
	background-color: var(--c-h-t-f-c-f);
	border-color: var(--c-h-t-f-c-b);
	color: var(--c-h-t-f-c-t);
}
.h-fix__cart .s-mcart_active .s-mcart__icon {
	background-color: var(--c-h-t-f-c-i);
	color: var(--c-h-t-f-c-i-c);
}
.h-fix__cart .s-mcart_active:hover .s-mcart__link {
	box-shadow: 0 0 0 2px var(--c-h-t-f-c-e);
	background-color: var(--c-h-t-f-c-f-h);
	border-color: var(--c-h-t-f-c-b-h);
	color: var(--c-h-t-f-c-t-h);
}
.h-fix__cart .hcount {
	background-color: var(--c-h-t-f-c-ic-d);
	color: var(--c-h-t-f-c-ic-c);
}
.h-fix__cart .hcount_active {
	background-color: var(--c-h-t-f-c-ic);
}
.h-fix__cart .mcart__icon {
	background-color: var(--c-h-t-f-c-i-d);
	color: var(--c-h-t-f-c-i-c-d);
}
.h-fix__cart .mcart__link {
	color: var(--c-h-t-f-c-t-d);
}
.h-fix__cart .mcart_active .mcart__link {
	color: var(--c-h-t-f-c-t);
}
.h-fix__cart .mcart_active .mcart__link:hover {
	color: var(--c-h-t-f-c-t-h);
}
.h-fix__cart .mcart_active .mcart__icon {
	background-color: var(--c-h-t-f-c-i);
	color: var(--c-h-t-f-c-i-c);
}
.h-fix__cart .hicon .hicon__cart {
	color: var(--c-h-t-f-c-t-d);
}
.h-fix__cart .hicon .hicon__cart svg {
	color: var(--c-h-t-f-c-i-c-d);
}
.h-fix__cart .hicon .hicon__cart_active {
	color: var(--c-h-t-f-c-t);
}
.h-fix__cart .hicon .hicon__cart_active:hover {
	color: var(--c-h-t-f-c-t-h);
}
.h-fix__cart .hicon .hicon__cart_active svg {
	color: var(--c-h-t-f-c-i-c);
}
.h-fix__cart .hicon:hover .hicon__cart_active svg {
	color: var(--c-h-t-f-c-i-c-h);
}
.h-fix__cart .s-hicon .hicon__cart {
	color: var(--c-h-t-f-c-t-d);
}
.h-fix__cart .s-hicon .hicon__cart svg {
	color: var(--c-h-t-f-c-i-c-d);
}
.h-fix__cart .s-hicon .hicon__cart_active {
	color: var(--c-h-t-f-c-t);
}
.h-fix__cart .s-hicon .hicon__cart_active:hover {
	color: var(--c-h-t-f-c-t-h);
}
.h-fix__cart .s-hicon .hicon__cart_active svg {
	color: var(--c-h-t-f-c-i-c);
}
.h-fix__cart .s-hicon:hover .hicon__cart_active svg {
	color: var(--c-h-t-f-c-i-c-h);
}
.h-block-catalog .b-catalog__button {
	height: var(--h-c-h);
	width: var(--h-c-w);
}
.h-block-catalog .b-catalog__button {
	background: var(--c-h-b-c-f);
	border-color: var(--c-h-b-c-b);
	color: var(--c-h-b-c-c);
}
.h-block-catalog .b-catalog__button:hover {
	background: var(--c-h-b-c-f-h);
	border-color: var(--c-h-b-c-b-h);
	box-shadow: 0 0 0 2px var(--c-h-b-c-e);
	color: var(--c-h-b-c-c-h);
}
.h-block-catalog .b-catalog__button:hover .bars__line {
	background: var(--c-h-b-c-bb-h);
}
.h-block-catalog .b-catalog__button:hover .bars__line:before,
.h-block-catalog .b-catalog__button:hover .bars__line:after {
	background: var(--c-h-b-c-bb-h);
}
.h-block-catalog .b-catalog_active .b-catalog__button {
	background: var(--c-h-b-c-f-h);
	border-color: var(--c-h-b-c-b-h);
	box-shadow: 0 0 0 2px var(--c-h-b-c-e);
	color: var(--c-h-b-c-c-h);
}
.h-block-catalog .bars_active .bars__line {
	background: none !important;
}
.h-block-catalog .bars_active .bars__line:before,
.h-block-catalog .bars_active .bars__line:after {
	background: var(--c-h-b-c-bb-h);
}
.h-block-catalog .bars__line {
	background: var(--c-h-b-c-bb);
}
.h-block-catalog .bars__line:before,
.h-block-catalog .bars__line:after {
	background: var(--c-h-b-c-bb);
}
.h-block-auth .c-hicon a {
	background: var(--c-h-a-f);
	border-color: var(--c-h-a-b);
	color: var(--c-h-a-i);
}
.h-block-auth .c-hicon:hover a {
	border-color: var(--c-h-a-b-h);
	box-shadow: 0 0 0 2px var(--c-h-a-e);
	color: var(--c-h-a-i-h);
}
.h-block-auth .hicon a {
	color: var(--c-h-a-t);
}
.h-block-auth .hicon a:hover {
	color: var(--c-h-a-t-h);
}
.h-block-auth .hicon svg {
	color: var(--c-h-a-i);
}
.h-block-auth .hicon:hover svg {
	color: var(--c-h-a-i-h);
}
.h-block-auth .s-hicon a {
	color: var(--c-h-a-t);
}
.h-block-auth .s-hicon a:hover {
	color: var(--cheme-color-dop);
}
.h-block-auth .s-hicon svg {
	color: var(--c-h-a-i);
}
.h-block-auth .s-hicon:hover svg {
	color: var(--c-h-a-i-h);
}
.h-block-icon .c-hicon a {
	background: var(--c-h-i-f);
	border-color: var(--c-h-i-b);
	color: var(--c-h-i);
}
.h-block-icon .c-hicon:hover a {
	border-color: var(--c-h-i-b-h);
	box-shadow: 0 0 0 2px var(--c-h-i-e);
	color: var(--c-h-i-h);
}
.h-block-icon .hicon a {
	color: var(--c-h-i-t);
}
.h-block-icon .hicon a:hover {
	color: var(--c-h-i-t-h);
}
.h-block-icon .hicon svg {
	color: var(--c-h-i);
}
.h-block-icon .hicon:hover svg {
	color: var(--c-h-i-h);
}
.h-block-icon .s-hicon a {
	color: var(--c-h-i-t);
}
.h-block-icon .s-hicon a:hover {
	color: var(--c-h-i-t-h);
}
.h-block-icon .s-hicon svg {
	color: var(--c-h-i);
}
.h-block-icon .s-hicon:hover svg {
	color: var(--c-h-i-h);
}
.h-block-icon .hcount {
	background-color: var(--c-h-i-c-d);
	color: var(--c-h-i-c-t);
}
.h-block-icon .hcount_active {
	background-color: var(--c-h-i-c);
}
.h-block-icon .compare_left {
}
.h-block-cart .s-mcart__icon {
	background-color: var(--c-h-c-i-d);
	color: var(--c-h-c-i-c-d);
}
.h-block-cart .s-mcart__link {
	background-color: var(--c-h-c-f-d);
	border-color: var(--c-h-c-b-d);
	color: var(--c-h-c-t-d);
}
.h-block-cart .s-mcart_active .s-mcart__link {
	background-color: var(--c-h-c-f);
	border-color: var(--c-h-c-b);
	color: var(--c-h-c-t);
}
.h-block-cart .s-mcart_active .s-mcart__icon {
	background-color: var(--c-h-c-i);
	color: var(--c-h-c-i-c);
}
.h-block-cart .s-mcart_active:hover .s-mcart__link {
	box-shadow: 0 0 0 2px var(--c-h-c-e);
	background-color: var(--c-h-c-f-h);
	border-color: var(--c-h-c-b-h);
	color: var(--c-h-c-t-h);
}
.h-block-cart .hcount {
	background-color: var(--c-h-c-ic-d);
	color: var(--c-h-c-ic-c);
}
.h-block-cart .hcount_active {
	background-color: var(--c-h-c-ic);
}
.h-block-cart .mcart__icon {
	background-color: var(--c-h-c-i-d);
	color: var(--c-h-c-i-c-d);
}
.h-block-cart .mcart__link {
	color: var(--c-h-c-t-d);
}
.h-block-cart .mcart_active .mcart__link {
	color: var(--c-h-c-t);
}
.h-block-cart .mcart_active .mcart__link:hover {
	color: var(--c-h-c-t-h);
}
.h-block-cart .mcart_active .mcart__icon {
	background-color: var(--c-h-c-i);
	color: var(--c-h-c-i-c);
}
.h-block-cart .mcart_active .mcart__count {
	background-color: var(--c-h-c-ic);
}
.h-block-cart .hicon .hicon__cart {
	color: var(--c-h-c-t-d);
}
.h-block-cart .hicon .hicon__cart svg {
	color: var(--c-h-c-i-c-d);
}
.h-block-cart .hicon .hicon__cart_active {
	color: var(--c-h-c-t);
}
.h-block-cart .hicon .hicon__cart_active:hover {
	color: var(--c-h-c-t-h);
}
.h-block-cart .hicon .hicon__cart_active svg {
	color: var(--c-h-c-i-c);
}
.h-block-cart .hicon:hover .hicon__cart_active svg {
	color: var(--c-h-c-i-c-h);
}
.h-block-cart .s-hicon .hicon__cart {
	color: var(--c-h-c-t-d);
}
.h-block-cart .s-hicon .hicon__cart svg {
	color: var(--c-h-c-i-c-d);
}
.h-block-cart .s-hicon .hicon__cart_active {
	color: var(--c-h-c-t);
}
.h-block-cart .s-hicon .hicon__cart_active:hover {
	color: var(--c-h-c-t-h);
}
.h-block-cart .s-hicon .hicon__cart_active svg {
	color: var(--c-h-c-i-c);
}
.h-block-cart .s-hicon:hover .hicon__cart_active svg {
	color: var(--c-h-c-i-c-h);
}
.h-block-phone_1 .h-phone__home .h-phone__tel {
	color: var(--c-h-m-c);
}
.h-block-phone_1 .h-phone__home .h-phone__tel:hover {
	color: var(--c-h-m-c-h);
}
.h-block-phone_1 .h-phone__home .h-phone__hint {
	color: var(--c-h-ph-1-t);
}
.h-block-phone_1 .h-phone__home .h-phone__icon {
	color: var(--c-h-ph-1-i);
}
.h-block-phone_1 .h-phone__home .h-phone__icon_big {
	background-color: var(--c-h-ph-1-i-f);
}
.h-block-phone_1 .h-phone__home .h-phone__icon-down {
	color: var(--c-h-m-c);
	padding: 0;
}
.h-block-phone_1 .h-phone__info .h-phone__icon {
	color: var(--c-h-ph-2-i);
}
.h-block-phone_2 .h-phone__tel {
	color: var(--c-h-ph-3);
}
.h-block-phone_2 .h-phone__tel:hover {
	color: var(--c-h-ph-3-h);
}
.h-block-phone_2 .h-phone__hint {
	color: var(--c-h-ph-3-t);
}
.h-block-phone_2 .h-phone__icon {
	color: var(--c-h-ph-3-i);
}
.h-block-phone_2 .h-phone__icon_big {
	background-color: var(--c-h-ph-3-i-f);
}
.h-block-mode .h-info__icon {
	color: var(--c-h-mo-i);
}
.h-block-mode .h-info__title {
	color: var(--c-h-mo-t);
}
.h-block-mode .h-info__content {
	color: var(--c-h-mo);
}
.h-block-address .h-info__icon {
	color: var(--c-h-ad-i);
}
.h-block-address .h-info__title {
	color: var(--c-h-ad-t);
}
.h-block-address .h-info__content {
	color: var(--c-h-ad);
}
.h-block-locale .in-locale__name {
	color: var(--c-h-lo);
}
.h-block-locale .in-locale__icon-down {
	color: var(--c-h-lo-i);
}
.h-block-locale .in-locale:hover .in-locale__name {
	color: var(--c-h-lo-h);
}
.h-block-locale .in-locale:hover .in-locale__icon-down {
	color: var(--c-h-lo-i-h);
}
.h-menu {
	display: flex;
	align-items: center;
	flex: none;
	flex-flow: row wrap;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	padding: 0
}
.h-menu_right {
	justify-content: flex-end;
}
.h-menu_center {
	justify-content: center;
}
.h-menu_around {
	justify-content: space-around;
}
.h-menu_between {
	justify-content: space-between;
}
.h-menu__icon {
	font-size: 0;
	flex: none;
	width: 25px;
	margin-right: 8px;
	text-align: center;
}
.h-menu__icon img {
	max-width: 100%;
	max-height: 25px;
	width: auto;
	height: auto;
}
.h-menu_over {
	overflow: hidden;
	height: 26px;
}
.h-menu_active {
	opacity: 1;
	overflow: visible;
}
.h-menu__item {
	display: flex;
	align-items: center;
	list-style: none;
	position: relative;
	padding-left: 20px;
	height: 100%;
}
.h-menu__item_callme.dashed {
	border-color: var(--c-h-m-c);
}
.h-menu__item:first-child {
	padding-left: 0;
}
.h-menu__item-p {
	position: static;
}
.h-menu__item .i-angle-down {
	color: var(--c-h-m-i-c);
	transform: rotateX(0);
	transition: all 0.3s linear;
}
.h-menu__item:hover .i-angle-down {
	transform: rotateX(180deg);
}
.h-menu__name {
	margin-right: 4px
}
.h-menu__link {
	color: var(--c-h-m-c);
	font-size: 15px;
	display: flex;
	align-items: center;
	text-decoration: none;
	transition: all 0.3s ease-out;
	line-height: 1.2;
}
.h-menu__link_active {
	color: var(--c-h-m-c);
}
.h-menu__link_active .i-angle-down {
	color: var(--c-h-m-i-c-a);
}
.h-menu__link:hover {
	color: var(--cheme-color-dop);;
	border-bottom-color: #ffcebe;
	transition: color 0.3s ease-out;
}
.h-menu__item:hover > .h-menu__link,
.h-menu__item:hover > .h-menu__link_active {
	color: var(--c-h-m-c-h);
}
.h-menu__item:hover > .h-menu__link .i-angle-down {
	color: var(--c-h-m-i-c-h);
}
.h-menu__item:hover > .h-menu__link_active {
	color: var(--c-h-m-c-h);
}
.h-menu__item:hover > .h-menu__link_active .i-angle-down {
	color: var(--c-h-m-i-c-a);
}
.h-menu__sub {
	background: #fff;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	border-radius: 6px;
	opacity: 0;
	margin: 5px 0 10px 0;
	position: absolute;
	padding: 15px 0;
	left: -5px;
	top: calc(100% + 10px);
	min-width: 270px;
	visibility: hidden;
	transition: all 0.15s ease-out;
	transition-delay: 0.1s;
	z-index: 999;
}
.h-menu__sub-2 {
	left: calc(100% - 30px);
	top: 50%;
	z-index: 2;
}
.h-menu__sub-3 {
	right: 50%;
	left: auto;
	top: 50%;
	z-index: 2;
}
.h-menu__sub-3:before {
	left: auto;
	right: 13px;
}
.h-menu__sub-3:after {
	left: auto;
	right: 14px;
}
.h-menu__sub_right {
	left: auto;
	right: 0;
}
.h-menu__sub_right:before,
.h-menu__sub_right:after {
	left: auto;
	right: 14px;
}
.h-menu__sub-item {
	list-style: none;
	position: relative;
	transition: all 0.2s ease-out;
}
.h-menu__sub-item:hover > .h-menu__sub {
	opacity: 1;
	visibility: visible;
}
.h-menu__sub-item:hover > .h-menu__sub-link > .i-angle-right {
	transform: rotate(90deg);
}
.h-menu__sub-link {
	transition: color .2s;
	color: var(--c-h-m-c);
	font-size: 15px;
	display: flex;
	align-items: center;
	line-height: 1.2;
	padding: 10px 30px;
	position: relative;
	text-decoration: none;
}
.h-menu__sub-item:last-child .h-menu__sub-link:after {
	display: none;
}
.h-menu__sub .h-menu__link_active {
	color: var(--c-h-m-c);
}
.h-menu__sub-item:hover > .h-menu__sub-link {
	color: var(--c-h-m-c-h);
}
.h-menu .i-angle-right {
	margin-top: -5px;
	position: absolute;
	transition: all 0.2s linear;
	transform: rotate(0);
	right: 26px;
	top: 50%;
}
.h-menu__item:hover > .h-menu__sub,
.h-menu__item:hover > .h-menu__img,
.h-menu__item:hover > .c-menu {
	opacity: 1;
	visibility: visible;
}
.h-menu__item:hover > .c-menu,
.h-menu__item:hover > .h-menu__sub,
.h-menu__item:hover > .h-menu__img {
	transition: all 0.15s ease-out;
	transition-delay: 0.1s;
	top: 100%;
}
.h-menu__yet {
	display: none;
}
.h-menu__yet .h-menu__link {
	height: 100%;
}
.h-menu__yet .h-menu__link .icon4 {
	margin: 0 2px -2px;
}
.h-menu__yet:hover .h-menu__link {
	border-bottom-color: transparent;
}
.h-menu__yet .h-menu__img_columns {
	left: auto;
	right: -10px;
}
.h-menu__link .i-angle-down {
	margin-left: 4px;
}
.h-menu_catalog-sb {
	justify-content: space-between;
}
.h-menu_catalog .h-menu__item {
	padding-left: 30px;
}
.h-menu_catalog .h-menu__item:first-child {
	padding-left: 0;
}
.h-menu_catalog .h-menu__item .i-angle-down {
	color: var(--c-h-m-c-i-c);
}
.h-menu_catalog .h-menu__link {
	color: var(--c-h-m-c-c);
	font-weight: var(--font-weight);
	text-transform: uppercase;
}
.h-menu_catalog .h-menu__link_active {
	color: var(--c-h-m-c-c-a);
}
.h-menu_catalog .h-menu__link_active .i-angle-down {
	color: var(--c-h-m-c-i-c-a);
}
.h-menu_catalog .h-menu__item:hover > .h-menu__link {
	color: var(--c-h-m-c-c-h);
}
.h-menu_catalog .h-menu__item:hover > .h-menu__link .i-angle-down {
	color: var(--c-h-m-c-i-c-h);
}
.h-menu_catalog .h-menu__item:hover > .h-menu__link_active {
	color: var(--c-h-m-c-c-a);
}
.h-menu_catalog .h-menu__item:hover > .h-menu__link_active .i-angle-down {
	color: var(--c-h-m-c-i-c-a);
}
.h-menu__wrap {
	margin: 10px -20px;
	max-height: 360px;
	overflow-y: auto;
}
.h-menu__wrap::-webkit-scrollbar {
	background: #ededed;
	border: 1px solid #fff;
	width: 3px;
}
.h-menu__wrap::-webkit-scrollbar-thumb {
	background-color: #ddd;
}
.h-menu__wrap::-webkit-scrollbar-thumb:hover {
	background-color: #ddd;
}
.h-menu__img {
	background: #fff;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	border-radius: 6px;
	margin: 10px 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: calc(100% + 10px);
	width: 100%;
	white-space: normal;
	z-index: 999;
}
.h-menu__img:before {
	content: '';
	position: absolute;
	left: 0;
	top: calc(-15px - var(--b-p-t));
	width: 100%;
	height: calc(15px + var(--b-p-t));
}
.h-menu__img_columns {
	width: 600px;
	left: -10px;
}
.h-menu__img_columns:before {
	top: -10px;
	height: 10px;
}
.h-menu__img_columns .h-menu__img-li {
	width: 33.33%;
}
.h-menu__img-title {
	border-bottom: 1px solid #eee;
	font-size: 24px;
	font-weight: var(--font-weight);
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 10px;
	line-height: 1.2;
}
.h-menu__img-title-name {
	margin-right: 8px;
}
.h-menu__img-ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px;
}
.h-menu__img-li {
	list-style: none;
	flex: none;
	margin: 15px 0;
	padding: 0 10px;
	width: 16.66%;
}
.h-menu__img-li-1 {
	list-style: none;
	margin-top: 6px;
}
.h-menu__img-icon {
	display: flex;
	align-items: center;
	font-size: 0;
	margin-bottom: 5px;
	margin-top: 5px;
	height: 100px;
	width: 100%;
}
.h-menu__img-icon_icon {
	margin-bottom: 0;
	margin-right: 8px;
	width: auto;
	height: 25px;
	min-width: 25px;
	flex: none;
}
.h-menu__img-icon_big {
	height: auto;
}
.h-menu__img-icon img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.h-menu__img-name {
	font-weight: var(--font-weight);
	line-height: 1.4;
	display: block;
}
.h-menu__img-link {
	color: #222;
	text-decoration: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 6px;
}
.h-menu__img-link_icon {
	flex-wrap: nowrap;
	align-items: flex-start;
}
.h-menu__img-link-1 {
	color: #444;
	font-size: 13px;
	line-height: 1.2;
	text-decoration: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.m-brands {
	height: 100%;
	min-height: 26px;
	margin-bottom: 0;
}
.m-brands__link {
	display: flex;
	align-items: center;
	color: var(--c-h-br);
	font-weight: var(--font-weight);
	text-decoration: none;
}
.m-brands__link .i-angle-down {
	color: var(--c-h-br-i);
	margin-left: 8px;
}
.m-brands:hover .m-brands__link {
	color: var(--c-h-br-h);
}
.m-brands:hover .m-brands__link .i-angle-down {
	color: var(--c-h-br-i-h);
}
.m-brands .h-menu__img-icon {
	border: 1px solid #eee;
	border-radius: 6px;
	padding: 10px;
	height: 100px;
	justify-content: center;
}
.m-brands .h-menu__img-li {
	margin: 20px 0 0;
}
.m-brands .h-menu__img-link {
	justify-content: center;
	margin-bottom: 0;
}
.m-brands .h-menu__img-name {
	margin-bottom: 20px;
}
.m-brands .h-menu__item {
	padding: 0;
}
.label {
	border-radius: 3px;
	display: inline-block;
	font-size: 10px;
	font-weight: var(--font-weight);
	line-height: 1;
	padding: 3px 5px;
	vertical-align: middle;
}
.header__top-menu .h-menu .h-menu__item {
	display: flex;
	align-items: center;
	align-content: center;
	flex-direction: row;
	gap: 4px;
}
.header__top-menu .h-menu .h-menu__item .label {
	border-radius: 50%;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	padding: 1px 4px;
	vertical-align: middle;
	color: #fff;
	background: var(--cheme-color-dop);
}
@media screen and (max-width: 1280px) {
	.h-menu__img-li {
		width: 20%;
	}
	.h-menu__img_columns .h-menu__img-ul {
		margin: 0px -10px;
	}
}
.c-menu {
	margin: 10px 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: calc(100% + 10px);
	width: 100%;
	z-index: 903;
}
.c-menu:before {
	content: '';
	position: absolute;
	left: 0;
	top: calc(-15px - var(--b-p-t));
	width: 100%;
	height: calc(15px + var(--b-p-t));
}
.c-menu_active {
	opacity: 1;
	visibility: visible;
	top: 100%;
	transition: all 0.15s ease-out;
}
.c-menu__wrap {
	background: #fff;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	border-radius: 6px;
	overflow: hidden;
	display: flex;
}
.c-menu__wrap-left {
	background-color: var(--c-l-c-a-f);
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	overflow-y: auto;
	width: var(--w-c);
}
.c-menu__wrap-left::-webkit-scrollbar {
	background: #ededed;
	border: 1px solid #fff;
	width: 3px;
}
.c-menu__wrap-left::-webkit-scrollbar-thumb {
	background-color: #ddd;
}
.c-menu__wrap-left::-webkit-scrollbar-thumb:hover {
	background-color: #ddd;
}
.c-menu__left {
	position: relative;
	flex: none;
	width: 100%;
	padding-left: 0;
}
.c-menu__left_big .c-menu__item {
	padding: 0 15px;
}
.c-menu__left_big .c-menu__item-link {
	font-size: 18px;
}
.c-menu__left_big .c-menu__item-bl {
	margin: 18px 0;
}
.c-menu__left_big .c-menu__drop-li {
	padding: 0 20px;
}
.c-menu__left_big .c-menu__drop-link {
	font-size: 15px;
}
.c-menu__left_drop .c-menu__item {
	position: relative;
}
.c-menu__item {
	list-style: none;
	margin-top: -1px;
	padding: 0 15px;
	transition: all 0.3s ease-out;
}
.c-menu__item-bl {
	margin: 14px 0;
}
.c-menu__item-link {
	border-bottom: 1px solid var(--c-l-c-a-f-h);
	color: var(--c-l-c-a-c);
	font-size: 13px;
	line-height: 1.4;
	display: flex;
	align-items: center;
	text-decoration: none;
	position: relative;
}
.c-menu__item-link_brands {
	color: var(--c-l-c-b-c);
	font-weight: var(--font-weight);
}
.c-menu__item-link_brands:hover {
	color: var(--c-l-c-b-c-h) !important;
}
.c-menu__item_active,
.c-menu__item:hover {
	background-color: var(--c-l-c-a-f-h);
}
.c-menu__item_active .c-menu__item-link,
.c-menu__item:hover .c-menu__item-link {
	color: var(--c-l-c-a-c-h);
}
.c-menu__item_active .i-angle-right,
.c-menu__item:hover .i-angle-right {
	color: #222;
}
.c-menu__item:last-child .c-menu__item-link {
	border-bottom: none;
}
.c-menu__item-icon {
	font-size: 0;
	flex: none;
	width: 25px;
	max-height: 25px;
	margin-right: 10px;
	text-align: center;
}
.c-menu__item-icon img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 25px;
}
.c-menu__item .i-angle-right {
	color: #888;
	position: absolute;
	transition: all 0.2s ease-out;
	right: -5px;
}
.c-menu__right {
	flex: 1;
	padding-right: 20px;
	padding-left: 30px;
	margin: 20px 10px 20px 0;
	overflow-x: auto;
}
.c-menu__right::-webkit-scrollbar {
	background: #ededed;
	border: 1px solid #fff;
	width: 3px;
}
.c-menu__right::-webkit-scrollbar-thumb {
	background-color: #ddd;
}
.c-menu__right::-webkit-scrollbar-thumb:hover {
	background-color: #ddd;
}
.c-menu__content {
	margin: 10px;
	overflow-x: auto;
	width: 100%;
}
.c-menu__content::-webkit-scrollbar {
	background: #ededed;
	border: 1px solid #fff;
	width: 3px;
}
.c-menu__content::-webkit-scrollbar-thumb {
	background-color: #ddd;
}
.c-menu__content::-webkit-scrollbar-thumb:hover {
	background-color: #ddd;
}
.c-menu__items {
	display: none;
}
.c-menu__items_active {
	display: block;
}
.c-menu__items-title {
	border-bottom: 1px solid #eee;
	font-size: 24px;
	font-weight: var(--font-weight);
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
	line-height: 1.2;
}
.c-menu__items-title-name {
	margin-right: 8px;
}
.c-menu__items-c {
	display: flex;
	flex-wrap: wrap;
	margin: 0 10px;
}
.c-menu__items-ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px;
	width: 100%;
}
.c-menu__items-ul .h-menu__img-li {
	width: 16.66%
}
.h-menu__img-li ul {
	padding: 0
}
.c-menu__items-ul .h-menu__img-li .h-menu__img-icon {
	margin-bottom: 5px;
	margin-top: 5px
}
.c-menu__items-ul .h-menu__img-li .h-menu__img-name .h-menu__name_underline {
	display: inline;
	border-bottom: 1px solid #d1d1d1
}
.c-menu__items-ul .h-menu__img-li .h-menu__img-link:hover .h-menu__img-name .h-menu__name_underline {
	color: var(--cheme-color-dop);
	border-color: #f9baa5;
	transition: color 0.3s ease-out;
}
.h-menu__img-ul-1 .h-menu__img-link-1 .h-menu__name {
	font-size: 14px;
	border-bottom: 1px solid #d1d1d1
}
.h-menu__img-ul-1 .h-menu__img-link-1:hover .h-menu__name {
	color: var(--cheme-color-dop);
	border-color: #f9baa5;
	transition: color 0.3s ease-out;
}
@media screen and (max-width: 1390px) {
	.c-menu__items-ul .h-menu__img-li {
		width: 25%
	}
}
@media screen and (max-width: 1100px) {
	.c-menu__items-ul .h-menu__img-li {
		width: 33.33%
	}
}
.c-menu__items-content {
	display: flex;
	align-items: flex-start;
}
.c-menu__items-left {
	flex: none;
	width: 70%;
}
.c-menu__items-left .h-menu__img-li {
	width: 50%;
}
.c-menu__items-right {
	flex: none;
	padding-right: 20px;
	padding-left: 20px;
	width: 30%;
}
.c-menu__items-promo {
	position: relative;
}
.c-menu__items-promo_col {
	flex: none;
	margin-left: 20px;
	width: calc(33.33% - 26.66px);
}
.c-menu__items-promo-link {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.c-menu__items-promo-img {
	width: 100%;
}
.c-menu__items-promo-name {
	color: #222;
	font-size: 17px;
	font-weight: var(--font-weight);
	line-height: 1.4;
	margin-top: 20px;
	transition: color 0.2s ease-out;
}
.c-menu__items-promo:hover .c-menu__items-promo-name {
	color: #1b9ed9;
}
.c-menu__items-promo-des {
	color: #222;
	font-size: 14px;
	line-height: 1.4;
	margin-top: 10px;
}
.c-menu__item:hover > .c-menu__drop {
	opacity: 1;
	visibility: visible;
}
.c-menu__drop {
	background: #fff;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	opacity: 0;
	visibility: hidden;
	position: absolute;
	transition: all 0.2s ease-out;
	transition-delay: 0.1s;
	width: 100%;
	max-width: 260px;
	left: 100%;
	top: 0;
	z-index: 10;
}
.c-menu__drop-li {
	list-style: none;
	position: relative;
	padding: 0 15px;
}
.c-menu__drop-li:hover > .c-menu__drop {
	opacity: 1;
	visibility: visible;
}
.c-menu__drop-li:last-child .c-menu__drop-link {
	border-bottom: none;
}
.c-menu__drop-link {
	border-bottom: 1px solid #eaeaea;
	color: #222;
	font-size: 13px;
	display: flex;
	line-height: 1.4;
	align-items: center;
	position: relative;
	text-decoration: none;
}
.b-catalog_full-width .c-menu {
	margin-top: 30px;
}
.h-menu__full-width .h-menu__img,
.b-catalog_full-width .h-menu__img {
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
	border-radius: 0;
	margin-top: 10px;
}
.h-menu__full-width .h-menu__img:before,
.b-catalog_full-width .h-menu__img:before {
	height: 15px;
	top: -15px;
}
.h-menu__full-width .c-menu,
.b-catalog_full-width .c-menu {
	top: auto;
}
.h-menu__full-width .c-menu:before,
.b-catalog_full-width .c-menu:before {
	height: 15px;
	top: -15px;
}
.h-menu__full-width .c-menu_active,
.b-catalog_full-width .c-menu_active {
	margin-top: 20px;
	top: auto;
}
.h-menu__full-width .c-menu__wrap,
.b-catalog_full-width .c-menu__wrap {
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.2);
	border-radius: 0;
}
.h-menu__full-width .c-menu__items-c,
.b-catalog_full-width .c-menu__items-c {
	margin: 20px auto;
	max-width: var(--site-max-width);
	padding: 0 20px;
}
.h-menu__full-width .c-menu,
.b-catalog_full-width-2 .c-menu {
	background: linear-gradient(90deg, var(--c-l-c-a-f) 50%, #fff 0);
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
}
.h-menu__full-width .c-menu__wrap,
.b-catalog_full-width-2 .c-menu__wrap {
	box-shadow: none;
	margin: 0 auto;
	max-width: var(--site-max-width);
}
.h-menu__full-width .c-menu__wrap-left,
.b-catalog_full-width-2 .c-menu__wrap-left {
	box-shadow: none;
	padding: 20px 0 20px 15px;
}
.h-menu__full-width .c-menu__item:hover,
.b-catalog_full-width-2 .c-menu__item:hover {
	background-color: initial;
}
.h-menu__full-width .c-menu__item_active,
.b-catalog_full-width-2 .c-menu__item_active {
	border-radius: 6px 0 0 6px;
	background-color: #fff !important;
}
.h-menu__full-width .c-menu__item-link,
.b-catalog_full-width-2 .c-menu__item-link {
	border-bottom: none;
}
@media screen and (max-width: 1280px) {
	.c-menu__items-left .h-menu__img-li {
		width: 50%;
	}

	.c-menu__items-c {
		margin: 0;
	}

	.h-menu__full-width .c-menu__items-c,
	.b-catalog_full-width .c-menu__items-c {
		padding: 0;
	}
}
.align__subcateg .c-menu__items-c {
	display: block;
	-moz-columns: 6;
	columns: 6;
	-moz-column-gap: 0;
	column-gap: 0;
	overflow: hidden;
}
.align__subcateg .c-menu__content {
	margin: 30px 10px;
}
.align__subcateg .b-catalog_full-width .c-menu__content {
	margin: 40px 10px;
}
.align__subcateg .c-menu__items-ul {
	display: block;
	-moz-columns: 4;
	columns: 4;
	-moz-column-gap: 0;
	column-gap: 0;
}
.align__subcateg .c-menu__items-left .c-menu__items-ul {
	-moz-columns: 2;
	columns: 2;
}
.align__subcateg .h-menu__img-ul {
	display: block;
	-moz-columns: 6;
	columns: 6;
	-moz-column-gap: 0;
	column-gap: 0;
	padding: 20px 10px;
}
.align__subcateg .h-menu__img_columns .h-menu__img-ul {
	-moz-columns: 3;
	columns: 3;
}
.align__subcateg .h-menu__img-li {
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	page-break-inside: avoid;
	margin: 0 0 30px;
	width: 100%;
}
@media screen and (max-width: 1280px) {
	.align__subcateg .c-menu__content {
		margin: 20px 10px;
	}

	.align__subcateg .b-catalog_full-width .c-menu__content {
		margin: 30px 10px;
	}

	.align__subcateg .c-menu__items-c {
		-moz-columns: 5;
		columns: 5;
	}

	.align__subcateg .c-menu__items-ul {
		-moz-columns: 3;
		columns: 3;
	}
}
@-moz-document url-prefix() {
	.align__subcateg .h-menu__img-li {
		display: inline-grid;
	}
}
.h-mobile {
	display: none;
}
.h-mobile_fix {
	padding-top: 80px;
}
.h-mobile_fix .h-mobile__top-wrap {
	margin-bottom: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 901;
	height: 65px;
}
.h-mobile_2 .header__logo img {
	max-height: 34px;
}
.h-mobile_2 .h-mobile__top-logo {
	flex: 1;
	margin-left: 0;
}
.h-mobile_3 .header__logo img {
	max-height: 40px;
	max-width: 140px;
}
.h-mobile_3 .h-mobile__top-logo {
	flex: 1;
	justify-content: center;
}
.h-mobile_4 .header__logo img {
	max-height: 40px;
}
.h-mobile_4 .h-mobile__top-search-4 {
	flex: 1;
}
.h-mobile__top-wrap {
	background-color: var(--c-m-h-f);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	max-width: 100%;
	z-index: 11;
}
.h-mobile__top-wrap > div {
	display: flex;
	align-items: center;
	margin-left: 20px;
}
.h-mobile__top-wrap > div:first-child {
	margin-left: 0;
}
.h-mobile__top-bars {
	flex: none;
	padding: 10px 10px 10px 0;
	width: 40px;
	height: 42px;
}
.h-mobile__top-phone {
	flex: 1;
}
.h-mobile__top-icon_mobile,
.h-mobile__top-icon,
.h-mobile__top-auth {
	display: flex;
	align-items: center;
}
.h-mobile__top-phone,
.h-mobile__top-icon_mobile {
	margin-left: 20px;
}
.h-mobile__top-cart {
	margin-left: 40px;
}
.h-mobile__top-search {
	justify-content: center;
	width: 40px;
}
.h-mobile__top-search-icon {
	color: var(--c-m-s);
}
.h-mobile__top-search-bl {
	background: #fff;
	display: flex;
	align-items: center;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	padding: 0 10px;
	position: absolute;
	transition: all 0.3s ease-out;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.h-mobile__top-search-bl_active {
	opacity: 1;
	visibility: visible;
}
.h-mobile__top-search-close {
	flex: none;
	width: 40px;
	padding-left: 10px;
}
.h-mobile__top-search .search_small {
	width: 100%;
}
.h-mobile__top-search .search-res {
	left: -40px;
	width: calc(100% + 40px);
}
.h-mobile__top-search .search__history {
	left: -40px;
	width: calc(100% + 40px);
}
.h-mobile__bottom-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 10px;
	padding-bottom: 20px;
	position: relative;
}
.h-mobile__bottom-wrap > div {
	margin-left: 40px;
}
.h-mobile__bottom-wrap > div:first-child {
	margin-left: 0;
}
.h-mobile__bottom-search {
	flex: 1;
}
.h-mobile__bottom-info {
	white-space: nowrap;
}
.h-mobile__bottom-info .shop-regions {
	white-space: normal;
}
.h-mobile .h-phone__info-mobile {
	display: none;
}
@media screen and (max-width: 1080px) {
	.h-mobile {
		display: block;
	}
}
@media screen and (max-width: 640px) {
	.h-mobile_2 .h-mobile__top-phone {
		flex: none;
	}

	.h-mobile__top-phone {
		justify-content: flex-end;
	}

	.h-mobile__top-phone .h-phone__content-tel {
		display: none;
	}

	.h-mobile__top-phone .h-phone__icon-down {
		padding: 0;
	}

	.h-mobile__top-phone .h-phone__info-mobile {
		display: block;
	}

	.h-mobile__top-wrap .h-phone__icon {
		margin-right: 0;
	}

	.h-mobile__bottom-search {
		display: none;
	}
}
@media screen and (max-width: 520px) {
	.h-mobile_2 .h-mobile__top-icon_mobile {
		display: none;
	}

	.h-mobile_4 .h-mobile__top-logo {
		max-width: 100px;
	}
}
@media screen and (max-width: 420px) {
	.h-mobile__top-cart {
		margin-left: 20px;
	}

	.h-mobile__top-wrap > div {
		/*margin-left:0;*/
	}

	.h-mobile__top-icon {
		margin-left: 15px !important;
	}

	.h-mobile__top-icon_mobile {
		margin-left: 15px;
	}

	.h-mobile__bottom-wrap > div {
		margin-left: 15px;
	}

	.h-mobile_4 .h-mobile__top-logo {
		max-width: 80px;
	}

	.h-mobile_4 .h-mobile__top-search-4 {
		margin: 0 15px;
	}

	.h-mobile_4 .h-mobile__top-bars {
		padding-right: 0;
		width: 30px;
	}
}
.bars_mobile .bars__line {
	background-color: var(--c-m-b-f);
}
.bars_mobile .bars__line:after,
.bars_mobile .bars__line:before {
	background-color: var(--c-m-b-f);
}
.h-mobile__top-auth .hicon svg,
.h-mobile__top-icon_mobile .hicon svg {
	color: var(--c-m-i);
}
.h-mobile__top-icon_mobile .hcount {
	background-color: var(--c-m-i-c);
	color: var(--c-m-i-t);
}
.h-mobile__top-icon_mobile .hcount_active {
	background-color: var(--c-m-i-c-a);
}
.h-mobile__top-cart .s-mcart_active:hover .s-mcart__link {
	box-shadow: none;
}
.h-mobile__top-cart .s-mcart__icon {
	background-color: var(--c-m-c-i-d);
	color: var(--c-m-c-i-c-d);
}
.h-mobile__top-cart .s-mcart__link {
	background-color: var(--c-m-c-f-d);
	border-color: var(--c-m-c-b-d);
	color: var(--c-m-c-t-d);
}
.h-mobile__top-cart .s-mcart_active .s-mcart__link {
	background-color: var(--c-m-c-f);
	border-color: var(--c-m-c-b);
	color: var(--c-m-c-t);
}
.h-mobile__top-cart .s-mcart_active .s-mcart__icon {
	background-color: var(--c-m-c-i);
	color: var(--c-m-c-i-c);
}
.h-mobile__top-cart .hcount {
	background-color: var(--c-m-c-i-co-d);
	color: var(--c-m-c-i-co-c);
}
.h-mobile__top-cart .hcount_active {
	background-color: var(--c-m-c-i-co);
}
.h-mobile__top-cart .mcart__icon {
	background-color: var(--c-m-c-i-d);
	color: var(--c-m-c-i-c-d);
}
.h-mobile__top-cart .mcart__link {
	color: var(--c-m-c-t-d);
}
.h-mobile__top-cart .mcart_active .mcart__link {
	color: var(--c-m-c-t);
}
.h-mobile__top-cart .mcart_active .mcart__icon {
	background-color: var(--c-m-c-i);
	color: var(--c-m-c-i-c);
}
.h-mobile__top-cart .s-hicon a {
	color: var(--c-m-c-t);
}
.h-mobile__top-cart .s-hicon svg {
	color: var(--c-m-c-i-c);
}
.h-mobile .h-phone__home .h-phone__icon {
	color: var(--c-m-p-i);
}
.h-mobile .h-phone__home .h-phone__tel {
	color: var(--c-m-p-t);
}
.h-mobile .h-phone__home .h-phone__icon-down {
	color: var(--c-m-p-d);
}
.h-mobile .h-phone__home .h-phone__hint {
	color: var(--c-m-p-h);
}
.h-mobile .m-menu .h-phone__icon {
	color: var(--c-m-m-p);
}
.m-menu .hicon svg {
	color: var(--c-m-m-i);
}
.m-menu .hcount {
	background-color: var(--c-m-m-i-c);
	color: var(--c-m-m-i-t);
}
.m-menu .hcount_active {
	background-color: var(--c-m-m-i-c-a);
}
.m-menu .c-hicon__name {
	color: var(--c-m-m-i-l);
}
.m-menu {
	background: #fff;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	transition: all 0.3s ease-out;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 999;
	height: calc(100% + 60px);
	padding-bottom: 60px;
}
.m-menu-links {
	width: 100%;
}
.m-menu_active {
	opacity: 1;
	visibility: visible;
}
.m-menu_active .c-hicon__name {
	visibility: visible;
}
.m-menu__wrap {
	padding: 65px 0;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
.m-menu__header {
	background: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	color: #444;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: var(--font-weight);
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px;
	z-index: 1;
}
.m-menu__close {
	cursor: pointer;
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 19px;
	height: 65px;
}
.m-menu__close_right {
	left: auto;
	right: 0;
}
.m-menu__region {
	border-top: 1px solid #eee;
	padding: 15px 10px;
	display: flex;
	align-items: center;
}
.m-menu__s-l {
	border-top: 1px solid #eee;
	padding: 15px 10px;
	display: flex;
	align-items: center;
}
.m-menu__search {
	flex: 1;
}
.m-menu__search input.search__input {
	height: 40px;
}
.m-menu__search .search__button {
	height: 40px;
	width: 40px;
}
.m-menu__locale .in-locale {
	margin-left: 20px;
}
.m-menu__locale .in-locale__drop {
	right: -10px;
	left: auto;
}
.m-menu__locale .in-locale__my-lang > a {
	border-radius: 6px;
	border: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
}
.m-menu__contact {
	border-top: 1px solid #eee;
}
.m-menu__contact .m-menu__ul-1 {
	margin-bottom: 0;
	padding-left: 0;
}
.m-menu__contact .h-phone__info {
	opacity: 1;
	visibility: visible;
	position: static;
	transform: none;
	box-shadow: none;
	width: 100%;
}
.m-menu__wrap .m-menu__contact .h-phone__info {
	line-height: 1.3;
}
.m-menu__title {
	border-top: 1px solid #eee;
	font-size: 20px;
	font-weight: var(--font-weight);
	line-height: 1.6;
	padding: 15px 10px 0;
}
.m-menu__info {
	display: flex;
}
.m-menu__icon {
	display: flex;
	flex: none;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
	width: 30px;
	height: 30px;
}
.m-menu__icon img {
	width: auto;
	height: auto;
	max-height: 30px;
	max-width: 100%;
}
.m-menu__name {
	margin-right: 8px;
}
.m-menu__down {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	text-align: center;
	transform: rotate(0);
	transition: all 0.3s linear;
	margin-right: -10px;
}
.m-menu__down_active {
	transform: rotate(90deg);
}
.m-menu__ul-1 {
	margin-bottom: 40px;
	padding-left: 0;
}
.m-menu__li-1 {
	border-bottom: 1px solid #eee;
	list-style: none;
	margin: 0 10px;
}
.m-menu__li-1_active,
.m-menu__li-1:last-child {
	border-bottom: none;
}
.m-menu__all {
	font-weight: var(--font-weight);
}
.m-menu__a-1 {
	color: #222;
	display: flex;
	align-items: center;
	flex: 1;
	line-height: 1.6;
	padding: 14px 0;
	text-decoration: none;
}
.m-menu__ul-2 {
	background-color: #f1f1f1;
	margin: 0 -10px;
	padding: 0 10px;
	display: none;
}
.m-menu__ul-2 .m-menu__down {
	border-top: none;
}
.m-menu__li-2 {
	list-style: none;
}
.m-menu__a-2 {
	color: #222;
	display: flex;
	align-items: center;
	flex: 1;
	padding: 15px 0;
	text-decoration: none;
}
.m-menu__ul-3 {
	background-color: #fff;
	display: none;
	padding: 10px 20px;
	margin: 0 -10px;
}
.m-menu__li-3 {
	list-style: none;
}
.m-menu__a-3 {
	color: #222;
	display: flex;
	align-items: center;
	flex: 1;
	padding: 10px 0;
	text-decoration: none;
}
.m-menu__ul-5,
.m-menu__ul-4 {
	display: none;
	padding: 10px 20px;
}
.m-menu__li-4,
.m-menu__li-5 {
	list-style: none;
}
.m-menu__a-4,
.m-menu__a-5 {
	color: #222;
	display: flex;
	align-items: center;
	flex: 1;
	padding: 10px 0;
	text-decoration: none;
}
.m-menu-links__dop {
	background: #fff;
	display: none;
	position: fixed;
	overflow: auto;
	padding-top: 65px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 22;
	padding-bottom: 65px;
}
.m-menu-links__dop .h-phone__info-mobile {
	display: block;
}
.m-menu-links__top {
	background: #fff;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	height: 65px;
	width: 100%;
	z-index: 22;
}
.m-menu-links__title {
	flex: 1;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	padding: 26px 0;
	font-weight: bold;
	font-size: 19px;
}
.m-menu-links__prev {
	display: flex;
	align-items: center;
	flex: none;
	padding: 0 19px;
	height: 65px;
}
.m-menu-links__close {
	display: flex;
	align-items: center;
	flex: none;
	padding: 0 19px;
	height: 65px;
}
.m-menu-catalog {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	height: 65px;
	margin-bottom: -1px;
}
.m-menu-catalog__title {
	flex: 1;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 21px;
}
.m-menu-catalog__bars {
	color: var(--c-m-m-c);
	flex: none;
	padding-left: 10px;
	padding-right: 10px;
}
.m-menu-catalog__arrow {
	flex: none;
	padding: 0 19px;
}
.m-menu-catalog_static {
	background-color: var(--c-m-b-b);
	border-radius: 6px;
	border: none;
	color: var(--c-m-b-b-t);
	height: 45px;
}
.m-menu-catalog_static .m-menu-catalog__bars {
	color: var(--c-m-b-b-th);
}
.m-menu-catalog_static .m-menu-catalog__arrow {
	color: var(--c-m-b-b-s);
}
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}
.owl-carousel .owl-stage {
	height: 100%;
	display: flex;
	position: relative;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}
.h-slider_top .owl-carousel .owl-stage, .h-slider_w .owl-carousel .owl-stage, .sl-promo__right_day .owl-carousel .owl-stage {
	padding-bottom: 0
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	height: 100%;
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
	border-radius: 6px;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
	position: relative;
	flex: none;
	height: auto;
	min-height: 1px;
	border-radius: 10px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	padding-bottom: 20px;
}
.p-day_slider.owl-carousel .owl-item {
	padding-bottom: 0;
}
.owl-carousel .owl-item .item {
	height: 100%
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
	display: none
}
.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
	opacity: 0.5
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel .owl-prev, .owl-carousel .owl-next, .owl-carousel .owl-dot {
	background: none;
	color: inherit;
	border: none
}
.owl-carousel.owl-loaded {
	display: block
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
	margin-bottom: 1px;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.no-js .owl-carousel {
	display: block
}
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
.owl-height {
	transition: height 500ms ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	width: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("../img/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease
}
.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}
.owl-theme-nav-dots .owl-nav {
	opacity: 1;
	font-size: 0;
	transition: opacity 0.2s ease-out
}
.owl-theme-nav-dots:hover .owl-nav {
	opacity: 1
}
.owl-theme-nav-dots .owl-prev, .owl-theme-nav-dots .owl-next {
	display: block;
	margin-top: -25px;
	position: absolute;
	top: 50%;
	height: 50px;
	width: 50px
}
.owl-theme-nav-dots .owl-prev:hover span, .owl-theme-nav-dots .owl-next:hover span {
	color: var(--cheme-color-dop);
	opacity: 1
}
.owl-theme-nav-dots .owl-prev span, .owl-theme-nav-dots .owl-next span {
	color: #646479;
	display: block;
	font-size: 60px;
	opacity: 0.5;
	position: absolute;
	transition: all 0.2s ease-out;
	top: 0;
	left: 0;
	height: 50px;
	width: 50px;
	line-height: 45px
}
.owl-theme-nav-dots .owl-prev {
	left: 0
}
.owl-theme-nav-dots .owl-next {
	right: 0
}
.owl-theme-nav-dots .owl-dots {
	font-size: 0;
	margin-top: 25px;
	text-align: center;
	width: 100%;
	z-index: 10
}
.owl-theme-nav-dots .owl-dots button {
	border: none;
	background: transparent;
	display: inline-block;
	margin: 0 8px;
	width: 14px;
	height: 14px
}
.owl-theme-nav-dots .owl-dots button span {
	display: block;
	border-radius: 50%;
	background-color: #ccc;
	opacity: 0.8;
	transition: all 0.2s ease-out;
	transform: scale(0.7);
	width: 100%;
	height: 100%
}
.owl-theme-nav-dots .owl-dots button.active span {
	background-color: var(--cheme-color-dop);
	border-color: var(--cheme-color-dop);
	transform: scale(1)
}
.owl-theme-nav .owl-nav {
	position: absolute;
	right: 0;
	top: -50px
}
.owl-theme-nav .owl-prev span, .owl-theme-nav .owl-next span {
	font-size: 30px;
	line-height: 15px;
	color: #444
}
.owl-theme-nav .owl-prev, .owl-theme-nav .owl-next {
	border: 1px solid #ebebeb;
	background: #fff;
	border-radius: 6px;
	width: 35px;
	height: 35px
}
.owl-theme-nav .owl-next {
	margin-left: 10px
}
.owl-theme-nav .owl-prev:hover, .owl-theme-nav .owl-next:hover {
	background: #fc0;
	border: 1px solid #fc0;
}
.owl-theme-nav .owl-prev.disabled:hover, .owl-theme-nav .owl-next.disabled:hover {
	border: 1px solid #ebebeb;
}
.owl-theme-nav .owl-prev:hover span, .owl-theme-nav .owl-next:hover span {
	color: #444
}
.owl-theme-nav .owl-prev.disabled:hover, .owl-theme-nav .owl-next.disabled:hover {
	background: transparent;
	cursor: default
}
.owl-carousel .owl-nav .owl-prev.disabled:hover span, .owl-carousel .owl-nav .owl-next.disabled:hover span {
	color: #444
}
.owl-theme-nav-2 .owl-prev span, .owl-theme-nav-2 .owl-next span {
	font-size: 30px;
	color: #444;
	line-height: 22px
}
.owl-theme-nav .owl-next {
	margin-left: 10px
}
.owl-theme-nav-2 .owl-prev, .owl-theme-nav-2 .owl-next {
	background-color: #fff;
	border: 1px solid #ebebeb;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	width: 40px;
	height: 40px;
	opacity: 0.5;
	transition: all 0.3s ease-out;
	top: 50%;
	margin-top: -30px;
	position: absolute
}
.owl-theme-nav-2 .owl-prev {
	left: -20px
}
.owl-theme-nav-2 .owl-next {
	right: -20px
}
.owl-theme-nav-2:hover .owl-prev, .owl-theme-nav-2:hover .owl-next {
	opacity: 1
}
.owl-theme-nav-2 .owl-prev:hover span, .owl-theme-nav-2 .owl-next:hover span {
	color: var(--cheme-color-dop);
}
.owl-theme-nav_2 .owl-nav {
	top: -50px
}
@media screen and (max-width: 767px) {
	.owl-theme-nav .owl-nav {
		top: -50px
	}

	.owl-theme-nav .owl-prev, .owl-theme-nav .owl-next {
		width: 36px;
		height: 36px
	}

	.owl-theme-nav_2 .owl-nav {
		top: -50px
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.sl-promo {
	display: flex;
	overflow: hidden;
	max-height: var(--slider-height);
	width: 100%;
}
.sl-promo_mb {
	/*margin-bottom: -20px;*/
}
.sl-promo__left {
	flex: none;
	display: flex;
	align-items: center;
	margin-right: 30px;
	width: calc(75.7% - 30px);
}
.sl-promo__right {
	flex: none;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	width: 24.3%;
}
.sl-promo__right_day {
	border-radius: 6px;
	align-self: normal;
	overflow: hidden;
}
.sl-promo__right_day .owl-carousel.owl-drag .owl-item {
	margin-bottom: 0;
}
.sl-promo__right-item {
	flex: none;
	position: relative;
	width: 100%;
	height: calc(50% - 15px);
}
.sl-promo__right-item a {
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}
.sl-promo__right img {
	border-radius: 6px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.p-day {
	overflow: hidden;
	height: 100%;
}
.p-day .owl-stage-outer,
.p-day .owl-stage {
	height: 100%;
}
.p-day__item {
	background-color: #f5f5f6;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
	height: 100%;
}
.p-day__dis {
	background-color: var(--cheme-color-dop);
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: center;
	width: 80px;
	height: 80px;
}
.p-day__dis-percent {
	font-size: 26px;
	font-weight: var(--font-weight);
}
.p-day__dis-text {
	font-size: 16px;
	font-weight: normal;
}
.p-day__title {
	font-weight: var(--font-weight);
}
.p-day__timer {
	color: var(--cheme-color-dop);
	font-weight: var(--font-weight);
	display: flex;
	margin-bottom: 10px;
}
.p-day__title,
.p-day__timer {
	font-size:19px;
}
.p-day__img {
	margin-bottom: 20px;
	text-align: center;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.p-day__img a {
	display: block;
	height: 100%;
}
.p-day__img img {
	border-radius: 0;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	mix-blend-mode: multiply;
}
.p-day__name {
	color: #444;
	display: block;
	font-size: 18px;
	line-height: 1.3;
	text-decoration: none
}
.p-day__name span.underline {
	color: #444;
	border-bottom: 1px solid #ccc;
}
.p-day__name:hover span.underline {
	color: var(--cheme-color-dop);
	border-color: #f9baa5
}
.p-day__rating {
	margin-top: 0;
}
.p-day__cart {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.p-day__price {
	margin-right: 12px;
	white-space: nowrap;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 3px;
}
.p-day__price-static,
.p-day__price-new {
	font-size: 22px;
	font-weight: var(--font-weight);
}
.p-day__price-static {
	color: #444;
}
.p-day__price-new {
	color: var(--cheme-color-dop);
}
.p-day__price-old {
	color: #4c4c4c;
	font-size: 15px;
	font-weight: normal;
}
@media screen and (max-width: 1080px) {
	.p-day__price-old {
		font-size: 13px;
	}
	.p-day__price-static,
	.p-day__price-new {
		font-size:19px;
	}
}
.h-slider {
	opacity: 0;
	overflow: hidden;
	max-height: var(--slider-height);
	height: 100%;
}
.h-slider.owl-carousel .owl-item {
	height: auto;
}
.h-slider_top {
	margin-bottom: 40px;
}
.h-slider_w {
	border-radius: 6px;
	overflow: hidden;
	width: 100%;
	min-height: var(--slider-height);
	height: 1px;
}
.h-slider_w .h-slider {
	width: calc(100% + 2px);
	/*margin:0 -1px;*/
	margin: 0 0px;
}
.h-slider_active {
	opacity: 1;
}
.h-slider_active .h-slider__des {
	opacity: 1;
	z-index: 9;
}
.h-slider__bg {
	/*display:block;
    -o-object-fit:cover;
    object-fit:cover;
    width:100%;
    height:100%;*/
	display: inline-block;
	-o-object-fit: cover;
	object-fit: cover;
}
.h-slider__des {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
	padding: 0 60px;
	display: flex;
	align-items: center;
	max-width: var(--site-max-width);
	transition: all 0.1s ease-out;
	transition-delay: 0.3s;
}
.h-slider__des_reverse {
	flex-direction: row-reverse;
}
.h-slider__img {
	flex: none;
	padding: 30px 50px 30px 0;
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.h-slider__img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.h-slider__content {
	flex: none;
	width: 50%;
}
.h-slider__brand {
	font-size: 24px;
	font-weight: var(--font-weight);
	margin-bottom: 10px;
}
.h-slider__title {
	font-size: 38px;
	font-weight: bold;
	line-height: 1;
}
.h-slider__info {
	display: block;
	line-height: 1.4;
	margin-top: 15px;
	opacity: 0.8;
}
.h-slider__price {
	font-size: 36px;
	font-weight: var(--font-weight);
	margin-top: 20px;
}
.h-slider__link {
	margin-top: 20px;
}
.h-slider__l-mobile {
	display: none;
}
.h-slider__l-mobile_active {
	font-size: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.h-slider__timer {
	margin-top: 20px;
}
.h-slider .owl-dots {
	position: absolute;
	bottom: 20px;
}
.h-slider__video {
	position: absolute;
	max-width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.h-slider__video_background:before,
.h-slider__video_background:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.h-slider__video_background:before {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 3;
}
.h-slider__video_background:after {
	width: 100%;
	height: 100%;
	background: url('/wa-data/public/site/themes/gscom_premium_2025/img/filter_bg_img_1.jpg');
}
.background-video {
	background-image: url('/wa-data/public/site/themes/gscom_premium_2025/img/filter_bg_img_1.jpg');
	background-color: #312222;
	width: 100%;
}
.slide-video-text {
	width: 100%;
}
.slide-video-text,
.h-slider__brand,
.h-slider__title,
.h-slider__info {
	z-index: 2;
	color: #fff;
}
.timer {
	display: flex;
	position: relative;
}
.timer__item {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-right: 10px;
}
.timer__num {
	background: #ffe600;
	color: #222 !important;
	border-radius: 6px;
	font-size: 18px;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.timer__name {
	font-size: 12px;
	margin-top: 10px;
}
@media screen and (max-width: 1420px) {
	.h-slider_w {
		height: 100%;
		min-height: 260px;
	}
}
@media screen and (max-width: 1280px) {
	.p-day__item {
		padding: 15px;
	}
	.p-day__dis {
		width: 40px;
		height: 40px;
	}
	.p-day__dis-percent {
		font-size: 14px;
	}
	.p-day__dis-text {
		display: none;
	}
	.p-day__title {
		font-size: 17px;
	}
	.p-day__timer {
		font-size: 14px;
		margin-bottom: 0;
	}
	.p-day__img {
		height: 150px;
		margin-bottom: 0;
	}
	.p-day__rating {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 1080px) {
	.sl-promo {
		flex-direction: column;
		max-height: initial;
	}
	.sl-promo__left {
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%;
	}
	.sl-promo__right {
		flex-direction: row;
		width: 100%;
	}
	.sl-promo__right-item {
		width: calc(50% - 5px);
		height: auto;
	}
	.sl-promo .in-blocks__title {
		margin-top: 10px;
		width: 100%;
	}
	.sl-promo .in-blocks__title .p-day__timer {
		font-size: 22px;
	}
	.p-day_mobile {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}
	.p-day_mobile::-webkit-scrollbar {
		display: none;
		background-color: transparent;
	}
	.p-day_mobile::-webkit-scrollbar-thumb {
		background: 0 0;
	}
	.p-day_mobile .p-day__item {
		height: auto;
		margin-right: 10px;
		padding: 10px;
		position: relative;
		flex: none;
		width: 200px;
	}
	.p-day_mobile .p-day__dis {
		top: 10px;
		right: 10px;
		width: 45px;
		height: 45px;
	}
	.p-day_mobile .p-day__dis-percent {
		font-size: 15px;
	}
	.p-day_mobile .p-day__img {
		height: 170px;
		margin: 10px 0;
	}
	.p-day_mobile .p-day__title {
		margin-bottom: 5px;
	}
	.p-day_mobile .p-day__button button {
		padding: 0 10px;
	}
	.p-day_mobile .p-day__rating {
		display: none;
	}
	.p-day__name {
		display: block;
		font-size: 16px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 767px) {
	.timer__num {
		border-radius: 6px;
		font-size: 12px;
		width: 26px;
		height: 26px;
	}
	.timer__name {
		margin-top: 5px;
	}
	.h-slider_w {
		min-height: 162px;
	}
	.h-slider__des {
		padding: 0 20px;
	}
	.h-slider__img {
		padding-right: 20px;
	}
	.h-slider__brand {
		font-size: 16px;
	}
	.h-slider__title {
		font-size: 26px;
	}
	.h-slider__price {
		font-size: 20px;
		margin-top: 0px;
	}
	.h-slider__timer {
		margin-top: 10px;
	}
	.h-slider__info {
		font-size: 12px;
		margin-top: 10px;
	}
	.h-slider__l-mobile {
		font-size: 0;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	.h-slider__link {
		display: none;
	}
	.h-slider.owl-carousel .owl-item {
		height: auto;
	}
}
@media screen and (max-width: 580px) {
	.h-slider_w {
		min-height: 160px;
	}
	.h-slider__brand {
		font-size: 12px;
	}
	.h-slider__title {
		font-size: 18px;
	}
	.h-slider__price {
		font-size: 16px;
	}
	.h-slider__link {
		display: none;
	}
	.h-slider .owl-dots {
		bottom: 10px;
	}
	.timer__item {
		margin-right: 5px;
	}
}
@media screen and (max-width: 480px) {
	.h-slider_w {
		min-height: 137px;
	}
}
.p-promo__wrap {
	background-size: cover;
	border-radius: 6px;
	overflow: hidden;
	display: flex;
	justify-content: flex-end;
}
.p-promo__content {
	background: #fff;
	border-radius: 6px 6px 0 0;
	padding: 20px;
	margin-right: 70px;
	margin-top: 100px;
	display: flex;
	align-items: center;
	width: 600px;
}
.p-promo__content-img {
	width: 200px;
	text-align: center;
	margin-right: 20px;
}
.p-promo__content-img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 200px;
}
.p-promo__content-info {
	flex: 1;
}
.p-promo__title {
	text-decoration: none;
	font-size: 24px;
	font-weight: var(--font-weight);
	line-height: 1.4;
}
.p-promo__text {
	color: #808080;
	line-height: 1.4;
	margin-top: 20px;
}
.p-promo__price {
	margin-top: 30px;
}
.p-promo__price-old {
	display: flex;
	align-items: center;
}
.p-promo__price-old-th {
	color: #808080;
}
.p-promo__price-new {
	font-size: 30px;
	font-weight: var(--font-weight);
	margin-top: 5px;
}
.p-promo__cart {
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.p-promo__cart-next {
	margin-left: 20px;
}
@media screen and (max-width: 767px) {
	.p-promo__content {
		flex-direction: column;
		margin: 60px 60px 0;
		width: 100%;
	}

	.p-promo__content-img {
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
	}

	.p-promo__content-img img {
		max-height: 160px;
	}

	.p-promo__title {
		font-size: 18px;
	}

	.p-promo__text {
		font-size: 12px;
	}

	.p-promo__price-new {
		font-size: 20px;
	}
}
@media screen and (max-width: 580px) {
	.p-promo__content {
		margin: 20px 20px 0;
	}
}
.f-promo__wrap {
	display: flex;
	align-items: center;
}
.f-promo__img {
	flex: none;
	font-size: 0;
	width: 60%;
}
.f-promo__img img {
	border-radius: 6px;
	width: 100%;
}
.f-promo__content {
	background: #fff;
	border-radius: 6px;
	flex: none;
	margin-left: -20%;
	padding: 60px;
	width: 60%;
}
.f-promo__title {
	font-size: 30px;
	font-weight: var(--font-weight);
}
.f-promo__text {
	margin-top: 30px;
	font-size: 16px;
	color: #808080;
	line-height: 1.6;
}
.f-promo__next {
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.f-promo__content {
		padding: 20px;
	}

	.f-promo__title {
		font-size: 18px;
	}

	.f-promo__text {
		font-size: 12px;
		margin-top: 15px;
	}

	.f-promo__next {
		font-size: 12px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 580px) {
	.f-promo__wrap {
		flex-direction: column;
	}

	.f-promo__img {
		width: 100%;
		margin-bottom: 20px;
	}

	.f-promo__content {
		border: 1px solid #eee;
		padding: 20px;
		width: 100%;
		margin-left: 0;
	}

	.f-promo__title {
		font-size: 18px;
	}

	.f-promo__text {
		font-size: 12px;
		margin-top: 15px;
	}

	.f-promo__next {
		font-size: 12px;
		margin-top: 15px;
	}
}
.bg-p-promo {
	background-size: cover;
	border-radius: 6px;
	padding: 50px;
}
.bg-p-promo__wrap {
	display: flex;
}
.bg-p-promo__img {
	flex: none;
	width: 240px;
	margin-right: 30px;
	position: relative;
}
.bg-p-promo__img img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.bg-p-promo__content {
	flex: none;
	width: calc(100% - 270px);
}
.bg-p-promo__title {
	font-size: 48px;
	font-weight: var(--font-weight);
}
.bg-p-promo__text {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 20px;
}
.bg-p-promo__price {
	margin-top: 30px;
}
.bg-p-promo__price-old {
	display: flex;
	align-items: center;
}
.bg-p-promo__price-old-th {
	color: #808080;
}
.bg-p-promo__price-new {
	font-size: 30px;
	font-weight: var(--font-weight);
	margin-top: 5px;
}
.bg-p-promo__timer {
	margin-top: 30px;
}
.bg-p-promo__next {
	margin-top: 30px;
}
@media screen and (max-width: 980px) {
	.bg-p-promo__header {
		font-size: 18px;
	}

	.bg-p-promo__title {
		font-size: 28px;
	}

	.bg-p-promo__text {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.bg-p-promo {
		padding: 30px 20px;
	}

	.bg-p-promo__header {
		font-size: 14px;
	}

	.bg-p-promo__title {
		font-size: 18px;
	}

	.bg-p-promo__text {
		font-size: 12px;
	}

	.bg-p-promo__price {
		margin-top: 20px;
	}

	.bg-p-promo__price-new {
		font-size: 20px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 580px) {
	.bg-p-promo {
		padding: 20px;
	}

	.bg-p-promo__wrap {
		flex-direction: column;
	}

	.bg-p-promo__img {
		margin-bottom: 30px;
		padding-top: 60%;
		width: 100%;
	}

	.bg-p-promo__content {
		width: 100%;
	}
}
.bg-promo {
	background-size: cover;
	border-radius: 6px;
	padding: 70px 50px;
}
.bg-promo__wrap {
	max-width: 60%;
}
.bg-promo__header {
	font-size: 30px;
	margin-bottom: 10px;
}
.bg-promo__title {
	font-size: 48px;
	font-weight: var(--font-weight);
}
.bg-promo__text {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 20px;
}
.bg-promo__timer {
	margin-top: 30px;
}
.bg-promo__next {
	margin-top: 30px;
}
@media screen and (max-width: 980px) {
	.bg-promo__wrap {
		max-width: 70%;
	}

	.bg-promo__header {
		font-size: 18px;
	}

	.bg-promo__title {
		font-size: 28px;
	}

	.bg-promo__text {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.bg-promo {
		padding: 40px 20px;
	}

	.bg-promo__wrap {
		max-width: 100%;
	}

	.bg-promo__header {
		font-size: 14px;
	}

	.bg-promo__title {
		font-size: 18px;
	}

	.bg-promo__text {
		font-size: 12px;
	}
}
.b-promo {
	display: flex;
	justify-content: space-between;
}
.b-promo img {
	width: 100%;
}
.b-promo__item {
	border: 1px solid #eee;
	border-radius: 6px;
	overflow: hidden;
	width: calc(50% - 15px);
}
.b-promo__item-content {
	padding: 20px;
}
.b-promo__item-name {
	font-size: 18px;
	line-height: 1.4;
	min-height: 50px;
}
.b-promo__item-bott {
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.b-promo__item-timer {
	border: 1px solid #eee;
	border-radius: 6px;
	display: flex;
	align-items: center;
	padding: 10px;
}
.b-promo__item-timer-n {
	color: #808080;
}
.b-promo__item-timer-d {
	font-weight: var(--font-weight);
	margin-left: 5px;
}
.promo-img {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: -30px;
}
.promo-img a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.promo-img img {
	border-radius: 6px;
	width: 100%;
}
.promo-img__item {
	border-radius: 6px;
	font-size: 0;
	margin-left: 30px;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease-out;
	width: calc(100% - 30px);
}
.promo-img__item:hover {
	transform: translateY(-5px);
}
@media screen and (max-width: 1080px) {
	.b-promo__item {
		width: calc(50% - 10px);
	}

	.promo-img {
		margin-left: -20px;
	}

	.promo-img__item {
		margin-left: 20px;
		width: calc(100% - 20px);
	}
}
@media screen and (max-width: 767px) {
	.b-promo__item {
		width: calc(50% - 5px);
	}

	.b-promo__item-content {
		padding: 10px;
	}

	.b-promo__item-name {
		font-size: 16px;
	}

	.b-promo__item-next {
		font-size: 12px;
	}

	.promo-img {
		margin-left: -10px;
	}

	.promo-img__item {
		margin-left: 10px;
		width: calc(100% - 10px);
	}
}
@media screen and (max-width: 767px) {
	.b-promo {
		flex-wrap: wrap;
		margin-top: -20px;
	}

	.b-promo__item {
		margin-top: 20px;
		width: 100%;
	}
}
.promo_bor {
	border: 1px solid #eee;
	border-radius: 6px;
}
.promo_bor .promo__item:after {
	content: '';
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	height: 50%;
	border-right: 1px solid #eee;
}
.promo_bor .promo__item:last-child:after {
	display: none;
}
.promo_bor-item .promo__item {
	border: 1px solid #eee;
	border-radius: 6px;
}
.promo_top .promo__item {
	align-items: center;
	flex-direction: column;
}
.promo_top .promo__icon {
	margin-bottom: 10px;
	margin-right: 15px;
}
.promo_top .promo__info {
	text-align: center;
}
.promo-2 {
	border: 1px solid #eee;
	border-radius: 6px;
	flex-direction: column;
	margin-left: 0;
}
.promo-2 .promo__item {
	border: none;
	border-bottom: 1px solid #eee;
	border-radius: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 100%;
}
.promo-2 .promo__item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.promo-2 .promo__icon {
	width: 40px;
	height: 40px;
}
.promo-2 .promo__title {
	font-size: 14px;
}
.promo-2 .promo__text {
	font-size: 12px;
}
.promo__wrap {
	align-items: stretch;
	display: flex;
	justify-content: space-between;
	line-height: 1.4;
	margin-left: -30px;
}
.promo__item {
	color: #222;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 15px;
	margin-left: 30px;
	position: relative;
	text-decoration: none;
	width: calc(33.33% - 30px);
}
.promo__icon {
	display: flex;
	flex: none;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	width: 60px;
	height: 60px;
}
.promo__icon svg {
	width: 100%;
	height: 100%;
}
.promo__icon img {
	border-radius: 6px;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
}
.promo__info {
	flex: 1;
}
.promo__title {
	display: block;
	font-size: 18px;
	font-weight: var(--font-weight);
	margin-bottom: 5px;
}
.promo__text {
	color: #808080;
	display: block;
	font-size: 13px;
	line-height: 1.6;
}
@media screen and (max-width: 1080px) {
	.promo_bor .promo__item:after {
		right: -10px;
	}

	.promo__wrap {
		margin-left: -20px;
	}

	.promo__item {
		width: calc(33.33% - 20px);
		margin-left: 20px;
		align-items: center;
		flex-direction: column;
		text-align: center;
	}

	.promo__icon {
		margin-bottom: 10px;
		margin-right: 0;
	}
}
@media screen and (max-width: 767px) {
	.promo_bor .promo__item:after {
		border-right: none;
		border-bottom: 1px solid #eee;
		width: calc(100% - 30px);
		height: auto;
		transform: none;
		right: auto;
		top: auto;
		left: 15px;
		bottom: -5px;
	}

	.promo_top .promo__item {
		align-items: center;
		flex-direction: row;
	}

	.promo_top .promo__icon {
		margin-bottom: 0;
		margin-right: 15px;
	}

	.promo_top .promo__info {
		text-align: left;
	}

	.promo__wrap {
		flex-direction: column;
		margin-left: 0;
	}

	.promo__item {
		align-items: center;
		flex-direction: row;
		margin-left: 0;
		margin-bottom: 10px;
		text-align: left;
		width: 100%;
	}

	.promo__item:last-child {
		margin-bottom: 0;
	}

	.promo__icon {
		margin-bottom: 0;
		margin-right: 15px;
	}

	.promo_col .promo__item {
		flex-direction: row;
		margin-left: 0;
		margin-bottom: 10px;
		text-align: left;
		width: 100%;
	}

	.promo_col .promo__item:last-child {
		margin-bottom: 0;
	}

	.promo_col .promo__icon {
		margin-bottom: 0;
	}

	.promo_col .promo__info {
		margin-left: 15px;
		text-align: left;
	}
}
@media screen and (max-width: 480px) {
	.promo__icon {
		width: 40px;
		height: 40px;
	}

	.promo__title {
		font-size: 16px;
	}

	.promo__text {
		font-size: 13px;
	}
}
.in-left {
	flex: none;
	width: var(--w-l);
	margin-right: 30px;
}
.in-left_right {
	margin-right: 0;
	margin-left: 30px;
}
.in-left__item {
	margin-top: 30px;
}
.in-left__item:first-child {
	margin-top: 0;
}
.in-left__item-custom {
	line-height: 1.6;
}
.in-left__title {
	color: #444;
	font-size: 22px;
	font-weight: var(--font-weight);
	margin-bottom: 25px;
}
.in-left__title_bg {
	background: #f7f7f7;
	padding: 20px;
}
.in-left__promo {
	border-radius: 6px;
	display: block;
	font-size: 0;
	overflow: hidden;
	position: relative;
}
.in-left__promo a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.in-left__promo img {
	width: 100%;
}
.in-left .h-yet {
	margin-top: 25px;
}
.l-help {
	border: 1px solid #eee;
	border-radius: 6px;
}
.l-help__content {
	padding: 0 20px 20px;
}
.l-help__content > div {
	margin-top: 1em
}
.l-help__content > div:first-child {
	margin-top: 0;
}
.l-help__content_office {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 0;
	font-weight: bold
}
.l-help__phone {
	font-size: 24px
}
.l-help__text {
	color: #444;
	font-size: 16px;
	line-height: 1.2
}
.l-help__phone-text {
	color: #808080;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 0
}
.l-help__mail {
	font-size: 20px;
}
.l-help__mail,
.l-help__phone-link {
	color: #222;
	text-decoration: none
}
.l-help__mail {
	font-size: 20px;
}
.l-help .l-help__content .soz_color .soz__list {
	width: 32px;
	height: 32px
}
.l-photos {
	font-size: 0;
	margin-right: -6px;
	margin-top: -6px;
}
.l-photos__items {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.l-photos__item {
	opacity: 0.8;
	margin-right: 6px;
	margin-top: 6px;
	transition: opacity 0.2s ease-out;
	vertical-align: top;
	width: calc(25% - 6px);
}
.l-photos__item:hover {
	opacity: 1;
}
.l-photos__item:nth-child(12) ~ .l-photos__item {
	display: none;
}
.l-photos__item img {
	border-radius: 3px;
	width: 100%;
	height: 100%;
}
.h-hidden-show .l-photos__item:nth-child(12) ~ .l-photos__item {
	display: inline-block;
}
.l-brands ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: -15px;
}
.l-brands li {
	list-style-type: none;
	margin-top: 15px;
	flex: none;
	width: 50%;
}
.l-brands li:nth-child(8) ~ li {
	display: none;
}
.l-brands a {
	color: #8c8c8c;
	font-size: 16px;
	line-height: 1.4;
	text-decoration: none;
}
.l-brands .h-hidden-show li:nth-child(8) ~ li {
	display: block;
}
.product__category_small {
	font-size: 15px;
}
.tags__row {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.tags__items {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	line-height: 1;
	gap: 10px;
}
.tag-item, .htmlmap .tag-item,
.l-tags__item {
	color: #46bf46;
	background: rgba(100, 200, 100, 0.2);
	border: none;
}
.tag-item:hover, .htmlmap .tag-item:hover,
.l-tags__item:hover {
	color: #0b930b;
	background: rgba(100, 200, 100, 0.4);
	border: none;
}
.l-tags__items {
	margin-right: -10px;
	margin-top: -10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
.l-tags__item-2 {
	color: #4d4d4d;
	background: #f6f6f6;
}
.l-tags__item-2:hover {
	color: #4d4d4d;
	background: #ebebeb;
}
.tag-item {
	font-size: 15px;
}
.tag-item,
.l-tags__item,
.l-tags__item-2 {
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	padding: 0.4em 0.6em;
	cursor: pointer;
	font-weight: normal;
	text-align: left;
	gap: 4px;
	position: relative;
	transition: all 0.3s ease-out;
	text-decoration: none;
	display: flex;
	flex-direction: row;
	gap: 4px;
	align-items: center;
}
.l-tags__item,
.l-tags__item-2 {
	font-size: 90%;
}
.tag-item svg,
.l-tags__item svg {
	font-size: 1em
}
.tag-item svg,
.l-tags__item svg,
.l-tags__item-2 svg {
	opacity: 0.4;
	width: 12px;
	height: 12px;
}
.l-tags__item:nth-child(8) ~ a {
	display: none;
}
.h-hidden-show .l-tags__item:nth-child(8) ~ a {
	display: inline-block;
}
.l-news__item {
	border-bottom: 1px solid #eee;
	margin-top: 17px;
	padding-bottom: 14px;
}
.l-news__item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.l-news__item-date {
	color: #8c8c8c;
	font-size: 13px;
	margin-bottom: 10px;
}
.l-news__item-name {
	color: #222;
	font-size: 18px;
	line-height: 1.2;
	text-decoration: none;
}
.l-news__next {
	display: flex;
	align-items: baseline;
	font-size: 16px;
	margin-top: 25px;
	text-decoration: none;
}
.l-news__next .i-angle-right {
	margin-left: 8px;
}
.l-products__item {
	color: #222;
	display: flex;
	align-items: center;
	text-decoration: none;
	margin-top: 30px;
}
.l-products__item-img {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
	width: 26%;
}
.l-products__item-img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 80px;
}
.l-products__item-info {
	flex: none;
	padding-left: 15px;
	width: 74%;
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
}
.l-products__item-name {
	display: block;
	line-height: 1.4;
	margin-bottom: 5px;
	word-wrap: break-word;
	width: 100%;
}
.l-products__item-price {
	color: #222;
	font-size: 18px;
	font-weight: var(--font-weight);
	margin-right: 10px;
	margin-top: 5px;
}
.l-products__item-price-old {
	color: #8c8c8c;
	margin-top: 5px;
}
.l-products__next {
	display: flex;
	align-items: baseline;
	font-size: 16px;
	margin-top: 25px;
	text-decoration: none;
}
.l-products__next .i-angle-right {
	margin-left: 8px;
}
.l-catalog {
	position: relative;
}
.l-catalog.h-menu_open .l-catalog-title {
	z-index: 901;
}
.l-catalog.h-menu_open .c-menu__wrap-left {
	z-index: 904;
}
.l-catalog.h-menu_open .c-menu__right {
	z-index: 903;
}
.l-catalog-title {
	background: var(--c-l-c-t-f);
	color: var(--c-l-c-t-c);
	border-radius: 6px 6px 0 0;
	height: 54px;
	display: flex;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	text-transform: uppercase;
	transition: all 0.2s ease-out;
}
.l-catalog-title_big {
	padding-left: 20px;
	padding-right: 20px;
}
.l-catalog-title .bars__line,
.l-catalog-title .bars__line:after,
.l-catalog-title .bars__line:before {
	background-color: var(--c-l-c-t-c);
}
.l-catalog-bars {
	width: 20px;
	height: 14px;
	margin-right: 10px;
}
.l-catalog .c-menu__wrap {
	box-shadow: none;
	overflow: visible;
}
.l-catalog .c-menu__wrap-left {
	border-radius: 0 0 6px 6px;
	box-shadow: none;
	transition: all 0.3s ease-out;
	overflow: visible;
	width: 100%;
}
.l-catalog .c-menu__wrap-left_drop {
	overflow: initial;
}
.l-catalog .c-menu__right {
	background: #fff;
	box-shadow: 4px 2px 20px rgba(0, 0, 0, 0.1);
	border-radius: 0 6px 6px 0;
	position: absolute;
	top: 0;
	left: 100%;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 30px;
	opacity: 0;
	visibility: hidden;
	width: 300%;
	z-index: 99;
}
.l-catalog .c-menu__right-wrap {
	overflow-y: auto;
	max-height: 360px;
}
.l-catalog .c-menu__right-wrap::-webkit-scrollbar {
	background: transparent;
	border: 1px solid #fff;
	border-top: 20px solid transparent;
	border-bottom: 20px solid #fff;
	width: 4px;
}
.l-catalog .c-menu__right-wrap::-webkit-scrollbar-thumb {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
}
.l-catalog:hover .l-catalog-title:not(.l-catalog-title_drop) {
	border-top-right-radius: 0;
}
.l-catalog:hover .c-menu__right {
	opacity: 1;
	visibility: visible;
	transition: all 0.1s ease-out;
	transition-delay: 0.1s;
}
.l-catalog:hover .c-menu__wrap-left {
	box-shadow: 4px 2px 20px rgba(0, 0, 0, 0.1);
	border-bottom-right-radius: 0;
}
.l-menu {
	border: 1px solid #e8e8e8;
	border-radius: 6px;
	padding: 20px;
}
.l-menu__item {
	border-bottom: 1px solid #e8e8e8;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	list-style: none;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.l-menu__item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.l-menu__link {
	color: #2a2a2a;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 1.4;
	font-weight: var(--font-weight);
	flex: 1;
	text-decoration: none;
}
.l-menu__icon {
	font-size: 0;
	flex: none;
	width: 25px;
	max-height: 25px;
	margin-right: 8px;
	text-align: center;
}
.l-menu__icon img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 25px;
}
.l-menu__angle {
	cursor: pointer;
	transition: all 0.3s ease-out;
	transform: rotate(0);
	text-align: center;
	width: 20px;
}
.l-menu__angle_active {
	transform: rotate(90deg);
}
.l-menu__dop {
	display: none;
	width: 100%;
}
.l-menu__dop .l-menu__dop {
	margin-left: 15px;
}
.l-menu__dop-item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	list-style: none;
	margin-top: 12px;
}
.l-menu__dop-item:first-child {
	margin-top: 17px;
}
.l-menu__dop-item:last-child {
	margin-bottom: 12px;
}
.l-menu__dop-link {
	color: #444;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4;
	flex: 1;
	text-decoration: none;
}
.l-menu__active {
	color: var(--cheme-color);
}
@media screen and (max-width: 1080px) {
	.in-left {
		display: none;
	}
}
.in-right {
	width: 100%;
}
.in-left + .in-right {
	width: calc(100% - (var(--w-l) + 30px));
}
@media screen and (max-width: 1080px) {
	.in-left + .in-right {
		width: 100%;
	}
}
.h-products {
	display: flex;
	margin-left: calc(-1 * var(--c-l-m));
}
.h-products__promo {
	flex: none;
	margin-left: var(--c-l-m);
	padding-bottom: 3px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	padding-bottom: 20px;
}
.h-products__promo.products__item {
	border: none;
	padding: 0;
}
.h-products__promo a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.h-products__promo-2 {
	width: calc(33.33% - var(--c-l-m));
}
.h-products__promo-3 {
	width: calc(25% - var(--c-l-m));
}
.h-products__promo-4 {
	width: calc(20% - var(--c-l-m));
}
.h-products__promo-5 {
	width: calc(16.66% - var(--c-l-m));
}
.h-products__promo img {
	border-radius: var(--c-l-r);
	width: 100%;
	height: auto;
	max-height: 100%;
	max-width: 100%;
}
.h-products__promo-fit {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
}
.h-products__promo-fit img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.h-products__right {
	margin-left: var(--c-l-m);
}
.h-products__right-2 {
	width: calc(66.66% - var(--c-l-m));
}
.h-products__right-3 {
	width: calc(75% - var(--c-l-m));
}
.h-products__right-4 {
	width: calc(80% - var(--c-l-m));
}
.h-products__right-5 {
	width: calc(83.33% - var(--c-l-m));
}
@media screen and (max-width: 1380px) {
	.h-products {
		margin-left: -20px;
	}

	.h-products__promo {
		margin-left: 20px;
	}

	.h-products__promo-2 {
		width: calc(33.33% - 20px);
	}

	.h-products__promo-3 {
		width: calc(33.33% - 20px);
	}

	.h-products__promo-4 {
		width: calc(25% - 20px);
	}

	.h-products__promo-5 {
		width: calc(20% - 20px);
	}

	.h-products__right {
		margin-left: 20px;
	}

	.h-products__right-2 {
		width: calc(66.66% - 20px);
	}

	.h-products__right-3 {
		width: calc(66.66% - 20px);
	}

	.h-products__right-4 {
		width: calc(75% - 20px);
	}

	.h-products__right-5 {
		width: calc(75% - 20px);
	}
}
@media screen and (max-width: 1240px) {
	.h-products__promo-5 {
		width: calc(20% - 20px);
	}
}
@media screen and (max-width: 1080px) {
	.in-right {
		width: 100%;
	}
	.h-products__promo-3,
	.h-products__promo-4,
	.h-products__promo-5 {
		width: calc(25% - 20px);
	}
	.h-products__right-3,
	.h-products__right-4,
	.h-products__right-5 {
		width: calc(75% - 20px);
	}
}
@media screen and (max-width: 920px) {
	.h-products__promo-3,
	.h-products__promo-4,
	.h-products__promo-5 {
		width: calc(33.33% - 20px);
	}

	.h-products__right-3,
	.h-products__right-4,
	.h-products__right-5 {
		width: calc(66.66% - 20px);
	}
}
@media screen and (max-width: 760px) {
	.h-products__promo-2,
	.h-products__promo-3,
	.h-products__promo-4,
	.h-products__promo-5 {
		width: calc(50% - 20px);
	}

	.h-products__right-2,
	.h-products__right-3,
	.h-products__right-4,
	.h-products__right-5 {
		width: calc(50% - 20px);
	}
}
@media screen and (max-width: 580px) {
	.h-products {
		margin-left: -10px;
	}

	.h-products__promo {
		margin-left: 10px;
	}

	.h-products__promo-2,
	.h-products__promo-3,
	.h-products__promo-4,
	.h-products__promo-5 {
		width: calc(50% - 10px);
	}

	.h-products__right {
		margin-left: 5px;
	}
	.h-products__right-2,
	.h-products__right-3,
	.h-products__right-4,
	.h-products__right-5 {
		width: calc(50% - 10px);
	}
}
.in-modal {
	border-bottom: 1px dashed;
	text-decoration: none;
	padding-bottom: 2px;
}
.in-modal:hover {
	border-bottom-color: transparent;
}
.in-effect-glare {
	position: relative;
	overflow: hidden;
}
.in-effect-glare:before {
	background: none;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, #fff 80%, rgba(255, 255, 255, 0) 100%);
	content: '';
	display: block;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 300%;
	top: 0;
	left: 0;
	transform: rotate(45deg) translate(-100%, -20%);
	transition: all 0.6s ease-out;
	filter: blur(10px);
	transform-origin: top;
	z-index: 1;
}
.in-effect-glare:hover:before {
	opacity: 0.3;
	transform: rotate(45deg) translate(100%, -20%);
	transition: all 0.6s ease-out;
	transform-origin: center;
}
.in-empty-wrapper {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 6px;
	padding: 40px;
	text-align: center;
}
.in-empty-wrapper__title {
	font-size: 22px;
	margin-bottom: 0;
}
.in-empty-wrapper__text {
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 20px;
}
.in-development {
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.in-development__wrap {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translate(0%, -50%);
	text-align: center;
}
.in-development__title {
	color: #fff;
	font-weight: 700;
	font-size: 60px;
	line-height: 1.4;
}
.in-development__text {
	background: rgba(45, 45, 45, 0.2);
	border-radius: 6px;
	color: #fff;
	font-size: 26px;
	padding: 10px 20px;
	margin-top: 40px;
	line-height: 1.4;
}
.in-development__share {
	margin-top: 40px;
	display: flex;
	justify-content: center;
}
.in-development__social {
	margin-top: 40px;
	display: flex;
	justify-content: center;
}
.in-development__timer {
	margin-top: 40px;
	display: flex;
	justify-content: center;
}
.in-development__timer .timer__item {
	background: rgba(45, 45, 45, 0.2);
	border-radius: 50%;
	width: 160px;
	height: 160px;
	overflow: hidden;
}
.in-development__timer .timer__num {
	background: none;
	color: #fff !important;
	font-size: 40px;
	font-weight: 700;
	height: 80px;
	align-items: flex-end;
}
.in-development__timer .timer__name {
	color: #fff;
	font-size: 20px;
}
.wrap-fon-bg {
	background: #fff;
	max-width: var(--site-max-width);
	margin: 0 auto;
	width: 100%;
}
.c-main-bg {
	background: rgba(0, 0, 0, 0.7);
	content: '';
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	transition: all 0.1s ease-out;
	transition-delay: 0.1s;
	visibility: hidden;
	z-index: 900;
}
.c-main-bg_active {
	opacity: 1;
	visibility: visible;
}
.main__wrap {
	display: flex;
	align-items: flex-start;
	position: relative;
}
.desc_max {
	max-height: 200px;
	position: relative;
	overflow: hidden;
}
.desc_max.h-hidden-show {
	max-height: 100%;
}
.desc_max.h-hidden-show:after {
	display: none;
}
.desc_max:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.h-yet {
	margin-top: 5px;
	line-height: 1.4;
}
.h-yet_center {
	text-align: center;
}
.h-yet__show,
.h-yet__hide {
	background: none;
	border: none;
	cursor: pointer;
	text-decoration: none;
	margin-top: 0;
	color: #1b9ed9;
	border-bottom: 1px dashed #b2ccf0;
}
.h-yet__show:hover,
.h-yet__hide:hover {
	color: var(--cheme-color-dop);
	border-bottom: 1px dashed #ffcebe;
}
.h-yet .i-angle-down {
	margin-left: 4px;
}
.c-tags + .h-yet .i-angle-down {
	margin-left: 6px;
}
.h-yet__hide {
	display: none;
}
.h-yet__hide .i-angle-down {
	transform: rotate(-180deg);
}
.h-yet_small {
	margin-top: 10px;
}
.h-yet_small .h-yet__show,
.h-yet_small .h-yet__hide {
	font-size: 13px;
}
.in-separator {
	margin-top: 30px;
}
.in-blocks__item {
	margin-top: 70px;
}
.in-blocks__item_c {
	text-align: center;
}
.in-blocks__item-s {
	margin-top: 35px;
}
.in-blocks__item-m {
	margin-top: 20px;
}
.in-blocks__item-s:first-child {
	margin-top: 0;
}
.in-blocks__item:first-child {
	margin-top: 0;
}
.in-blocks__item-promo {
	margin-bottom: 40px;
}
.in-blocks__item_p-bg {
	padding: 30px;
	border-radius: 6px;
}
.in-blocks__title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	align-content: center;
	gap: 15px;
}
.in-blocks__title-name {
	color: #222;
	font-size: 26px;
	font-weight: var(--font-weight);
	line-height: 1.2;
	margin-bottom: 0;
}
.in-blocks__title-name_s {
	font-size: 24px;
	line-height: 1.4;
}
.in-blocks__title-link {
	flex: none;
	font-size: 15px;
	text-decoration: none;
	white-space: nowrap;
	line-height: 1.4;
	font-weight: bold
}
.in-blocks__title-link .underline {
	color: var(--cheme-color-dop);
	border-bottom: 1px solid #f9baa5;
}
.in-blocks__title-link:hover .underline {
	color: #444;
	border-bottom: 1px solid #cecece
}
.in-blocks__title-categ {
	flex: 1;
	margin-left: 50px;
}
.c-products.in-blocks__item-s {
	margin-top: 20px;
}
.error-404 {
	padding: 100px 0 30px;
	text-align: center;
}
.error-404 .error-404__img {
	max-width: 400px;
	margin-bottom: 40px;
	width: 100%;
}
.error-404__inf {
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 10px;
}
.error-404__text {
	font-size: 18px;
	font-weight: var(--font-weight);
	margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
	.main__wrap {
		flex-wrap: wrap;
	}
	.in-blocks__item_p-bg {
		padding: 20px;
	}
}
@media screen and (max-width: 767px) {
	.in-development__title {
		font-size: 36px;
	}
	.in-development__text {
		font-size: 16px;
	}
	.in-development__share {
		margin-top: 20px;
	}
	.in-development__social {
		margin-top: 20px;
	}
	.in-development__timer {
		margin-top: 20px;
	}
	.in-development__timer .timer__item {
		width: 100px;
		height: 100px;
	}
	.in-development__timer .timer__num {
		font-size: 24px;
		height: 50px;
	}
	.in-development__timer .timer__name {
		font-size: 16px;
	}
	.error-404 {
		padding-top: 30px;
		text-align: center;
	}
	.error-404 .error-404__img {
		margin-bottom: 20px;
	}
	.error-404__inf {
		font-size: 30px;
	}
	.error-404__text {
		font-size: 14px;
	}
	.in-blocks__item {
		margin-top: 40px;
	}
	.in-blocks__item_p-bg {
		padding: 15px;
	}
	.in-blocks__title {
		margin-bottom: 10px;
	}
	.in-blocks__title.in-blocks__title-block {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		gap: 0;
	}
	.in-blocks__title-name {
		font-size: 28px;
	}
	.in-blocks__title-name_s {
		font-size: 18px;
	}
	.in-blocks__title-categ {
		display: none;
	}
}
@media screen and (max-width: 500px) {
	.in-blocks__title-name_all {
		display: block;
		font-size: 70%
	}
	.in-blocks__title-link {
		display: block;
		border: none;
		margin: 0
	}
}
@media screen and (max-width: 480px) {
	.in-development__title {
		font-size: 26px;
	}
	.in-development__text {
		font-size: 14px;
	}
	.in-development__timer {
		margin-top: 20px;
	}
	.in-development__timer .timer__item {
		width: 70px;
		height: 70px;
	}
	.in-development__timer .timer__num {
		font-size: 20px;
		height: 40px;
	}
	.in-development__timer .timer__name {
		font-size: 14px;
	}
	.error-404 .error-404__img {
		max-width: 80%;
	}
	.error-404__inf {
		font-size: 18px;
	}
}
.bread {
	position: relative;
	font-size: 16px;
}
.bread__wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 10px;
	margin-bottom: 5px;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	flex-wrap: nowrap;
}
.bread__list {
	position: relative;
	display: flex;
	align-items: center;
}
.bread__link {
	color: #757575;
	text-decoration: none;
	border-bottom: 1px solid #dbdbdb;
	line-height: 1.4;
}
.bread__link:hover {
	color: var(--cheme-color-dop);
	border-bottom: 1px solid #ffcebe;
	transition: color 0.3s ease-out;
}
.bread__link_last,
.bread__link_last:hover {
	color: #bfbfbf;
	border-bottom: 1px solid transparent;
}
.bread__sep {
	color: #757575;
	margin: 0 10px;
}
.bread__down {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	color: #bbb;
	margin-left: 10px;
	transition: all 0.3s ease-out;
	width: 18px;
	height: 18px;
}
.bread__down .i-angle-down {
	transition: all 0.3s linear;
	transform: rotateX(0);
}
.bread__list:hover .bread__down,
.bread__list:hover .bread__link {
	color: var(--cheme-color-dop);
	border-color: var(--cheme-color-dop);
}
.bread__list:hover .bread__link {
	border-color: #f9baa5;
}
.bread__list:hover .i-angle-down {
	transform: rotateX(-180deg);
}
.bread__sub {
	opacity: 0;
	width: 330px;
	visibility: hidden;
	background: #fff;
	border-radius: 6px;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	position: absolute;
	transition: all 0.3s ease-out;
	transition-delay: 0.05s;
	padding: 10px 0;
	left: 25px;
	top: calc(100% + 5px);
	z-index: 11;
	min-width: calc(100% - 50px);
	line-height: 1.5;
}
.bread__sub:before {
	content: '';
	height: 5px;
	left: 0;
	top: -5px;
	position: absolute;
	width: 100%;
}
.bread__sub-wrap {
	overflow: auto;
	max-height: 490px;
	-webkit-overflow-scrolling: touch;
}
.bread__sub-wrap::-webkit-scrollbar {
	background: #ededed;
	border: 1px solid #fff;
	width: 3px;
}
.bread__sub-wrap::-webkit-scrollbar-thumb {
	background-color: #ddd;
}
.bread__sub-wrap::-webkit-scrollbar-thumb:hover {
	background-color: #ddd;
}
.bread__sub-link {
	display: block;
	padding: 5px 20px;
	font-size: 16px;
	text-decoration: none;
	white-space: nowrap;
}
.bread__sub-link .underline {
	color: gray;
	text-decoration: none;
	border-bottom: 1px solid #d0d0d0
}
.bread__sub-link:hover,
.bread__sub-link:hover .underline {
	color: var(--cheme-color-dop);
	border-color: #f9baa5;
}
.bread__list:hover .bread__sub {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease-out;
}
@media screen and (max-width: 1024px) {
	.bread {
		font-size: 15px;
		position: relative;
		z-index: 1;
	}

	.bread__wrap {
		flex-wrap: nowrap;
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		font-size: 15px;
	}

	.bread__wrap::-webkit-scrollbar {
		background: #ededed;
		border: 1px solid #fff;
		height: 3px;
	}

	.bread__wrap::-webkit-scrollbar-thumb {
		background-color: #ddd;
	}

	.bread__wrap::-webkit-scrollbar-thumb:hover {
		background-color: #ddd;
	}

	.bread__list:last-child {
		padding-right: 10px;
	}
}
@media screen and (max-width: 767px) {
	.bread__sep,
	.bread__sep {
		margin: 0 5px;
	}

	.bread__sub {
		left: 15px;
	}

	.bread__down {
		width: 14px;
		height: 14px;
		margin-left: 5px;
	}
}
@media screen and (max-width: 580px) {
	.bread__sub {
		display: none;
	}

	.bread__down {
		display: none;
	}
}
.page_ {
	overflow-x: auto;
}
.page_mb {
	margin-bottom: 20px;
}
.page_ iframe {
	max-width: 100%;
}
.page_ ul {
	margin: 20px 0;
}
.page_ ul li {
	line-height: 1.8;
	list-style-type: none;
	margin: 10px 0;
	padding-left: 25px;
	position: relative;
}
.page_ ul li:before {
	color: var(--cheme-color);
	content: '\2713';
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
}
.page_ ol {
	margin: 20px 0 20px 20px;
}
.page_ ol li {
	margin: 10px 0;
}
.category-desc.page_ ul li,
.category-desc.page_ ol li {
	margin: 5px 0;
	line-height: 1.4;
}
.page_ table {
	margin-bottom: 30px;
	width: 100%;
}
.page_ th,
.page_ td {
	border: 1px solid #eee;
	padding: 15px 12px;
	line-height: 1.6;
	vertical-align: top;
}
.page_ th {
	font-weight: var(--font-weight);
}
.page_ tr:nth-child(even) {
	background: #f7f7f7;
}
.page_ sup {
	position: relative;
	top: -0.5em;
}
.page_ sub {
	position: relative;
	bottom: -0.5em;
}
.page_ img {
	max-width: 100%;
}
.page {
	font-size: 18px;
	line-height: 1.4;
}
@media screen and (max-width: 1080px) {
	.page {
		font-size: 17px;
	}
}
@media screen and (max-width: 1024px) {
	.page,
	.product {
		font-size: 16px;
	}
}
.page-background {
	margin-top: -1px;
	background: #fffef4;
	margin-bottom: 30px;
	padding-top: 1px;
}
.over-scroll {
	overflow: auto;
}
.in-quote {
	border-left: 2px solid #4e7df1;
	font-style: italic;
	margin: 0 30px 30px;
	padding-left: 20px;
}
.d-promo__wrap {
	display: flex;
	align-items: center;
}
.d-promo__wrap_reverse {
	flex-direction: row-reverse;
}
.d-promo__wrap_reverse .d-promo__content {
	padding-right: 5%;
	padding-left: 0;
}
.d-promo__img {
	width: 47%;
	flex: none;
}
.d-promo__img img {
	border-radius: 6px;
	width: 100%;
}
.d-promo__content {
	width: 53%;
	flex: none;
	padding-left: 6%;
}
.d-promo__name {
	line-height: 1.4;
	font-size: 30px;
	font-weight: var(--font-weight);
	margin-bottom: 20px;
}
.d-promo__text {
	line-height: 1.8;
}
@media screen and (max-width: 1080px) {
	.d-promo__name {
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.d-promo__name {
		font-size: 16px;
	}

	.d-promo__text {
		font-size: 12px;
	}
}
@media screen and (max-width: 580px) {
	.d-promo__wrap {
		flex-wrap: wrap;
	}

	.d-promo__img {
		margin-bottom: 20px;
		width: 100%;
	}

	.d-promo__content {
		width: 100%;
		padding-left: 0;
	}
}
.p-contacts-maps {
	border-radius: 6px;
	margin-bottom: 40px;
	overflow: hidden;
}
.p-contacts-v1 {
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.p-contacts-v1__left {
	border-right: 1px solid #e6e6e6;
	flex: none;
	width: 50%;
	padding-right: 20px;
}
.p-contacts-v1__left .f-contact__item-text a {
	color: #4e7df1;
}
.p-contacts-v1__left .f-contact__item-text a:hover {
	color: #4e7df1;
}
.p-contacts-v1__left .f-contact__item-phone a {
	color: #222;
	text-decoration: none;
}
.p-contacts-v1__right {
	flex: none;
	padding-left: 20px;
	width: 50%;
}
.p-contacts-v1__right .p-contacts-maps {
	margin-bottom: 0;
}
.p-contacts-v1__title {
	font-size: 16px;
	font-weight: var(--font-weight);
	margin-bottom: 10px;
}
.p-contacts-v1 .f-contact__item-text {
	font-size: 14px;
}
.p-contacts-v1 .f-contact__item {
	margin-top: 4px;
}
.p-contacts-v1 .f-contact__item-icon {
	color: #fd7e14;
}
.p-contacts-v1 .share {
	margin-top: 15px;
}
.p-contacts-v1__text {
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	.p-contacts-v1 {
		flex-direction: column;
	}

	.p-contacts-v1__left {
		border-right: none;
		border-bottom: 1px solid #e6e6e6;
		flex: none;
		width: 100%;
		padding-right: 0;
		padding-bottom: 20px;
	}

	.p-contacts-v1__right {
		flex: none;
		padding-left: 0;
		padding-top: 20px;
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.p-contacts-v1 {
		padding: 10px 15px;
	}

	.p-contacts-v1__left {
		padding-bottom: 15px;
	}

	.p-contacts-v1__right {
		padding-top: 15px;
	}

	.p-contacts-v1 .f-contact__item-text {
		font-size: 13px;
	}

	.p-contacts-v1__title {
		margin-bottom: 5px;
	}

	.p-contacts-v1__text {
		font-size: 13px;
	}
}
.p-contacts-v2 {
	background: #fafafa;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	display: flex;
	margin-bottom: 40px;
	padding: 20px 20px 20px 0;
}
.p-contacts-v2__item {
	display: flex;
	margin-left: 20px;
	width: calc(33.33% - 20px);
}
.p-contacts-v2__icon {
	color: #fd7e14;
	margin-right: 10px;
	padding-top: 5px;
}
.p-contacts-v2__title {
	font-size: 16px;
	font-weight: var(--font-weight);
}
.p-contacts-v2__phone a {
	color: #222;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.p-contacts-v2 {
		flex-wrap: wrap;
		padding: 0 20px 20px;
	}

	.p-contacts-v2__item {
		margin-top: 20px;
		width: calc(50% - 20px);
	}
}
@media screen and (max-width: 480px) {
	.p-contacts-v2 {
		flex-direction: column;
		padding: 20px;
	}

	.p-contacts-v2__item {
		border-top: 1px solid #e6e6e6;
		display: flex;
		margin-left: 0;
		margin-top: 20px;
		padding-top: 20px;
		width: 100%;
	}

	.p-contacts-v2__item:first-child {
		border-top: none;
		margin-top: 0;
		padding-top: 0;
	}
}
.p-shops {
	margin-bottom: 40px;
}
.p-shops__item {
	border-top: 1px solid #f2f2f2;
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
}
.p-shops__item:first-child {
	border-top: 0;
	padding-top: 0;
}
.p-shops__item:last-child {
	padding-bottom: 0;
}
.p-shops__img {
	font-size: 0;
	flex: none;
	width: 28%;
	padding-right: 25px;
}
.p-shops__img img {
	border-radius: 6px;
}
.p-shops__content {
	flex: none;
	display: flex;
	flex-direction: column;
	padding-right: 25px;
	width: 42%;
}
.p-shops__contact {
	border-left: 1px solid #f2f2f2;
	flex: none;
	padding-left: 25px;
	width: 30%;
}
.p-shops__title {
	font-weight: var(--font-weight);
	font-size: 16px;
	margin-bottom: 10px;
}
.p-shops__mode {
	margin-top: 15px;
	color: #888;
}
.p-shops__phones a {
	color: #222;
	text-decoration: none;
}
.p-shops__maps {
	display: none;
	border-radius: 6px;
	margin-top: 20px;
	overflow: hidden;
	width: 100%;
	flex: none;
}
.p-shops__maps-show,
.p-shops__maps-hide {
	cursor: pointer;
	color: #2891e6;
	display: flex;
	margin-top: 20px;
	flex: 1;
	justify-content: flex-end;
	flex-direction: column;
	transition: all 0.2s ease-out;
}
.p-shops__maps-hide {
	display: none;
}
@media screen and (max-width: 767px) {
	.p-shops__img {
		width: 45%;
	}

	.p-shops__content {
		padding-right: 0;
		width: 55%;
	}

	.p-shops__contact {
		padding-left: 45%;
		padding-top: 25px;
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.p-shops {
		flex-direction: column;
	}

	.p-shops__img {
		padding-right: 0;
		margin-bottom: 10px;
		width: 100%;
	}

	.p-shops__content {
		width: 100%;
	}

	.p-shops__contact {
		border-left: none;
		padding-left: 0;
		padding-top: 15px;
	}

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

	.p-shops__maps-show,
	.p-shops__maps-hide {
		margin-top: 10px;
	}
}
.p-accordion {
	margin-bottom: 40px;
}
.p-accordion__item {
	border-bottom: 1px solid #eee;
}
.p-accordion__item:first-child {
	border-top: 1px solid #eee;
}
.p-accordion__icon {
	background: #eee;
	border-radius: 50%;
	color: #888;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 50%;
	transition: all 0.3s ease-out;
	margin-top: -20px;
	width: 40px;
	height: 40px;
}
.p-accordion__icon:hover {
	color: #222;
}
.p-accordion__icon .i-plus {
	transform: rotate(0);
	transition: all 0.3s ease-out;
}
.p-accordion__title {
	cursor: pointer;
	color: #888;
	font-size: 20px;
	position: relative;
	padding: 20px 50px 20px 0;
	transition: all 0.3s ease-out;
}
.p-accordion__title:hover {
	color: #000;
}
.p-accordion__title:hover .i-plus {
	color: #222;
}
.p-accordion__title_active {
	color: #000;
}
.p-accordion__title_active .i-plus {
	color: #fd7e14;
	transform: rotate(-45deg);
}
.p-accordion__title_active:hover .i-plus {
	color: #fd7e14;
}
.p-accordion__content {
	display: none;
	font-size: 15px;
	line-height: 1.8;
	padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.p-accordion__icon {
		margin-top: -17px;
		width: 34px;
		height: 34px;
	}

	.p-accordion__title {
		font-size: 16px;
		padding: 15px 50px 15px 0;
	}

	.p-accordion__content {
		font-size: 14px;
	}
}
.p-l-accordion {
	margin-bottom: 40px;
	display: flex;
}
.p-l-accordion__left {
	flex: none;
	width: 300px;
}
.p-l-accordion__right {
	flex: 1;
}
.p-l-accordion__title {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 6px;
	cursor: pointer;
	font-size: 16px;
	margin-top: 10px;
	padding: 14px 20px;
	transition: all 0.15s ease-out;
	width: 100%;
}
.p-l-accordion__title:first-child {
	margin-top: 0;
}
.p-l-accordion__title:hover {
	background: rgba(253, 126, 20, 0.7);
	color: #fff;
}
.p-l-accordion__title_active {
	background: rgba(253, 126, 20, 0.7);
	color: #fff;
}
.p-l-accordion__title-mobile {
	display: none;
	margin-bottom: 10px;
}
.p-l-accordion__item_active .p-l-accordion__content {
	display: block;
}
.p-l-accordion__content {
	padding-left: 30px;
	display: none;
}
@media screen and (max-width: 767px) {
	.p-l-accordion__left {
		display: none;
	}

	.p-l-accordion__right {
		flex: none;
		width: 100%;
	}

	.p-l-accordion__title {
		display: none;
	}

	.p-l-accordion__title_active {
		margin-bottom: 20px;
	}

	.p-l-accordion__title-mobile {
		display: block;
	}

	.p-l-accordion__content {
		padding: 0 15px 0;
		margin-bottom: 40px;
	}
}
.p-work {
	display: flex;
	flex-wrap: wrap;
	margin-top: -40px;
	margin-left: -50px;
	margin-bottom: 40px;
}
.p-work__item {
	flex: none;
	margin-top: 40px;
	margin-left: 50px;
	width: calc(33.33% - 50px);
}
.p-work__img {
	position: relative;
	margin-bottom: 20px;
}
.p-work__img img {
	border-radius: 50%;
	max-width: 100%;
}
.p-work__num {
	font-size: 30px;
	font-weight: bold;
	color: #414555;
	position: absolute;
	left: 0;
	bottom: 0;
}
.p-work__text {
	font-size: 16px;
	color: #414555;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
	.p-work__item {
		width: calc(50% - 50px);
	}
}
@media screen and (max-width: 480px) {
	.p-work {
		margin-left: -20px;
	}

	.p-work__item {
		margin-left: 20px;
		width: calc(50% - 20px);
	}

	.p-work__text {
		font-size: 14px;
	}
}
.p-l-work {
	margin-bottom: 60px;
}
.p-l-work__item {
	display: flex;
	align-items: flex-start;
	padding-bottom: 60px;
	position: relative;
}
.p-l-work__item:last-child {
	padding-bottom: 0;
}
.p-l-work__item:last-child:after {
	display: none;
}
.p-l-work__item:after {
	background: #dff7ea;
	content: '';
	position: absolute;
	left: 60px;
	top: 5px;
	width: 2px;
	height: 100%;
}
.p-l-work__img {
	flex: none;
	margin-right: 30px;
	position: relative;
	width: 120px;
	z-index: 2;
}
.p-l-work__img img {
	border-radius: 50%;
	max-width: 100%;
}
.p-l-work__num {
	font-size: 30px;
	font-weight: bold;
	color: #414555;
	position: absolute;
	left: 0;
	bottom: 0;
}
.p-l-work__title {
	font-size: 20px;
	font-weight: var(--font-weight);
	margin-bottom: 20px;
}
.p-l-work__text {
	color: #414555;
	font-size: 15px;
}
@media screen and (max-width: 480px) {
	.p-l-work {
		margin-bottom: 40px;
	}

	.p-l-work__item {
		padding-bottom: 40px;
	}

	.p-l-work__item:after {
		left: 40px;
	}

	.p-l-work__img {
		margin-right: 20px;
		width: 80px;
	}

	.p-l-work__title {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.p-l-work__text {
		font-size: 14px;
	}

	.p-l-work__num {
		font-size: 24px;
	}
}
.p-ship-pay {
	margin-bottom: 40px;
}
.p-ship-pay__item {
	border: 1px solid #e8e8e8;
	border-radius: 6px;
	display: flex;
	align-items: center;
	margin-top: 20px;
	padding: 20px;
}
.p-ship-pay__item:first-child {
	margin-top: 0;
}
.p-ship-pay__item ul {
	margin: 0;
}
.p-ship-pay__item ul li {
	margin: 0;
}
.p-ship-pay__img {
	flex: none;
	font-size: 0;
	margin-right: 30px;
	text-align: center;
	width: 80px;
}
.p-ship-pay__img img {
	max-width: 100%;
}
.p-ship-pay__title {
	font-size: 16px;
	font-weight: var(--font-weight);
	margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
	.p-ship-pay__item {
		padding: 15px;
	}

	.p-ship-pay__img {
		margin-right: 20px;
		width: 60px;
	}
}
.p-team {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: -40px;
	margin-top: -40px;
	margin-bottom: 40px;
}
.p-team__item {
	flex: none;
	display: flex;
	margin-left: 40px;
	margin-top: 40px;
	width: calc(50% - 40px);
}
.p-team__img {
	margin-right: 30px;
	width: 160px;
}
.p-team__img img {
	border-radius: 50%;
	max-width: 100%;
}
.p-team__name {
	font-size: 20px;
	font-weight: var(--font-weight);
}
.p-team__position {
	color: #888;
	margin-bottom: 10px;
}
.p-team__email,
.p-team__phone {
	display: flex;
	align-items: center;
}
.p-team__email svg,
.p-team__phone svg {
	color: #fd7e14;
	margin-right: 5px;
}
.p-team__email a {
	color: #222;
}
.p-team__phone a {
	color: #222;
	text-decoration: none;
}
@media screen and (max-width: 980px) {
	.p-team {
		margin-left: -20px;
	}

	.p-team__item {
		margin-left: 20px;
		width: calc(50% - 20px);
	}

	.p-team__img {
		margin-right: 20px;
		width: 100px;
	}
}
@media screen and (max-width: 767px) {
	.p-team__img {
		width: 80px;
	}

	.p-team__name {
		font-size: 16px;
	}
}
@media screen and (max-width: 580px) {
	.p-team {
		margin-left: 0;
	}

	.p-team__item {
		margin-left: 0;
		width: 100%;
	}

	.p-team__img {
		width: 110px;
	}
}
.p-services {
	margin-bottom: 40px;
}
.p-services__item {
	background: #f4f4f4;
	border-radius: 6px;
	display: flex;
	align-items: center;
	margin-top: 20px;
	padding: 40px 100px;
}
.p-services__item:first-child {
	margin-top: 0;
}
.p-services__content {
	flex: 1;
}
.p-services__link {
	font-size: 0;
	margin-left: 60px;
}
.p-services__title {
	font-size: 22px;
	font-weight: var(--font-weight);
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.p-services__item {
		padding: 40px;
	}

	.p-services__link {
		margin-left: 20px;
	}
}
@media screen and (max-width: 580px) {
	.p-services__item {
		padding: 30px;
		flex-wrap: wrap;
	}

	.p-services__title {
		font-size: 18px;
	}

	.p-services__link {
		margin-left: 0;
		margin-top: 20px;
		width: 100%;
	}

	.p-services__link .button {
		width: 100%;
	}
}
.p-info-block {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.p-info-block_reverse {
	flex-direction: row-reverse;
}
.p-info-block_reverse .p-info-block__content {
	padding-right: 40px;
	padding-left: 0;
}
.p-info-block__img {
	flex: none;
	width: 45%;
}
.p-info-block__img img {
	border-radius: 6px;
	width: 100%;
}
.p-info-block__content {
	padding-left: 40px;
}
.p-info-block__title {
	font-size: 30px;
	margin-bottom: 20px;
}
.p-info-block__text {
	font-size: 16px;
}
.p-info-block__link {
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.p-info-block_reverse .p-info-block__content {
		padding-right: 20px;
	}

	.p-info-block__img {
		width: 40%;
	}

	.p-info-block__content {
		padding-left: 20px;
	}

	.p-info-block__title {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.p-info-block__text {
		font-size: 14px;
	}

	.p-info-block__link {
		margin-top: 20px;
	}
}
@media screen and (max-width: 480px) {
	.p-info-block {
		flex-wrap: wrap;
	}

	.p-info-block_reverse .p-info-block__content {
		padding-right: 0;
	}

	.p-info-block__img {
		width: 100%;
	}

	.p-info-block__content {
		padding-left: 0;
	}

	.p-info-block__title {
		font-size: 18px;
	}

	.p-info-block__link .button {
		width: 100%;
	}
}
.p-picture {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	padding: 100px 0;
	margin-bottom: 40px;
}
.p-picture__wrap {
	background: #fff;
	margin: 0 auto;
	padding: 40px;
	width: 500px;
}
.p-picture__title {
	font-size: 30px;
	margin-bottom: 10px;
}
.p-picture__text {
	font-size: 15px;
}
.p-picture .button {
	margin-top: 30px;
}
.p-picture a:not(.button) {
	color: #222;
}
@media screen and (max-width: 767px) {
	.p-picture {
		padding: 60px;
	}

	.p-picture__wrap {
		width: 100%;
	}
}
@media screen and (max-width: 580px) {
	.p-picture {
		padding: 20px;
	}

	.p-picture__wrap {
		padding: 20px;
	}

	.p-picture__title {
		font-size: 22px;
	}

	.p-picture__text {
		font-size: 14px;
	}
}
.h-categ-mobile {
	background: #f5f5f5;
	margin: 0 -15px 20px;
	position: relative;
}
.h-categ-mobile__wrap {
	padding: 15px 0;
	flex-wrap: nowrap;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
.h-categ-mobile__wrap::-webkit-scrollbar {
	display: none;
	background-color: transparent;
}
.h-categ-mobile__wrap::-webkit-scrollbar-thumb {
	background: 0 0;
}
.h-categ-mobile__item {
	color: #333;
	font-size: 14px;
	margin-right: 20px;
	font-weight: var(--font-weight);
	text-decoration: none;
	text-transform: uppercase;
}
.h-categ-mobile__item:first-child {
	margin-left: 10px;
}
.bg-categ a {
	text-decoration: none;
	line-height: 1.4;
}
.bg-categ a:hover {
	text-decoration: underline;
}
.bg-categ__wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: -20px;
	margin-left: -20px;
}
.bg-categ__list {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: none;
	margin-left: 20px;
	width: calc(33.33% - 20px);
}
.bg-categ__list_home .bg-categ__row {
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 80%;
	padding: 25px 25px 340px;
	border-radius: 6px;
}
.bg-categ__row {
	border-radius: 6px;
	background-position: center right;
	background-repeat: no-repeat;
	flex: 1;
	padding: 25px;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
}
.bg-categ__title {
	font-size: 18px;
	font-weight: var(--font-weight);
	margin-bottom: 25px;
}
.bg-categ__title a {
	color: #222;
}
.bg-categ__items_col {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
}
.bg-categ__items_col .bg-categ__item {
	margin-left: 10px;
	width: calc(50% - 10px);
}
.bg-categ__item {
	margin-bottom: 15px;
}
.bg-categ__item a {
	color: #808080;
}
.c-categ__wrap {
	display: flex;
	flex-wrap: wrap;
	margin: -30px -15px 0;
}
.c-categ__slider {
	overflow: hidden;
	flex-wrap: nowrap;
}
.c-categ__slider_active {
	margin: 0 !important;
	overflow: visible;
}
.c-categ__slider_active .owl-stage-outer {
	margin: -20px;
	padding: 20px;
}
.c-categ__slider_active .c-categ__item {
	width: 100% !important;
	height: 100%;
	margin: 0;
}
.c-categ__item {
	border: 1px solid #eee;
	border-radius: 6px;
	overflow: hidden;
	display: flex;
	flex: none;
	flex-wrap: wrap;
	flex-direction: column;
	margin: 30px 15px 0;
	position: relative;
	transition: box-shadow 0.3s ease-out;
	width: calc(25% - 30px);
}
.c-categ__item:hover {
	box-shadow: 0px 5px 20px rgba(61, 61, 61, 0.1);
}
.c-categ__no-left .c-categ__item {
	width: calc(20% - 30px);
}
.c-categ__link {
	color: #222;
	display: block;
	text-decoration: none;
	width: 100%;
}
.c-categ__img {
	display: block;
	padding-top: 100%;
	position: relative;
}
.c-categ__img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
}
.c-categ__name {
	display: block;
	font-size: 16px;
	line-height: 1.4;
	padding: 20px;
	text-align: center;
}
.c-categ__sub {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 0 20px 20px;
}
.c-categ__sub-item {
	margin-top: 15px;
}
.c-categ__sub-item:first-child {
	margin-top: 0;
}
.c-categ__sub-link {
	color: #808080;
	text-decoration: none;
	line-height: 1.4;
}
.c-categ__sub-next {
	flex: 1;
	display: flex;
	align-items: flex-end;
	font-size: 16px;
	margin-top: 30px;
}
.h-categ_c .h-categ__wrap {
	margin: -20px -10px 0;
}
.h-categ_c .h-categ__item {
	margin: 20px 10px 0;
	width: calc(12.5% - 20px);
}
.h-categ_c .h-categ__name {
	font-size: 14px;
}
.h-categ_c .h-categ__count-st {
	font-size: 12px;
}
.h-categ_c-r .h-categ__wrap {
	margin: -20px -10px 0;
}
.h-categ_c-r .h-categ__item {
	margin: 20px 10px 0;
	width: calc(16.66% - 20px);
}
.h-categ_c-r .h-categ__name {
	font-size: 14px;
}
.h-categ_c-r .h-categ__count-st {
	font-size: 12px;
}
.h-categ__wrap {
	display: flex;
	flex-wrap: wrap;
	margin: -30px -15px 0;
}
.h-categ__slider {
	overflow: hidden;
	flex-wrap: nowrap;
}
.h-categ__slider_active {
	margin: 0 !important;
	overflow: visible;
}
.h-categ__slider_active .owl-item {
	padding-bottom: 2px;
}
.h-categ__slider_active .owl-stage-outer {
	margin: -20px;
	padding: 21px 20px;
}
.h-categ__slider_active .h-categ__item {
	width: 100%;
	height: 100%;
	margin: 0;
}
.h-categ__item {
	border: 1px solid #eee;
	border-radius: 6px;
	flex: none;
	flex-wrap: wrap;
	margin: 30px 15px 0;
	position: relative;
	transition: box-shadow 0.3s ease-out;
	width: calc(20% - 30px);
}
.h-categ__item:hover {
	box-shadow: 0px 5px 20px rgba(61, 61, 61, 0.1);
}
.h-categ__link {
	color: #222;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.h-categ__img {
	display: block;
	padding-top: 100%;
	position: relative;
}
.h-categ__img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
}
.h-categ__name {
	display: block;
	flex: 1;
	font-size: 16px;
	line-height: 1.4;
	padding: 20px 10px;
	text-align: center;
	word-wrap: break-word;
}
.h-categ__count {
	background: #4e7df1;
	border-radius: 6px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	position: absolute;
	right: 15px;
	top: 15px;
	padding: 0 5px;
	min-width: 32px;
	height: 32px;
}
.h-categ__count-st {
	color: #808080;
	display: block;
	text-align: center;
	padding: 0 10px 20px;
}
.h-categ_mobile {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
.h-categ_mobile::-webkit-scrollbar {
	display: none;
	background-color: transparent;
}
.h-categ_mobile::-webkit-scrollbar-thumb {
	background: 0 0;
}
.h-categ_mobile .h-categ__wrap {
	flex-wrap: nowrap;
	margin: 0 !important;
}
.h-categ_mobile .h-categ__wrap .h-categ__item {
	border-radius: 6px;
	margin: 0 10px 0 0;
	width: 160px;
}
.h-categ_mobile .h-categ__wrap .h-categ__item:hover {
	box-shadow: none;
}
.h-categ_mobile .h-categ__wrap .h-categ__item:last-child {
	margin-left: -1px;
}
.h-categ_mobile .h-categ__wrap .h-categ__item:first-child {
	margin-left: 0;
}
.h-categ_mobile.h-categ_small .h-categ__wrap .h-categ__item {
	width: auto;
}
.h-categ_small .h-categ__wrap {
	margin: -10px -5px 0;
}
.h-categ_small .h-categ__item {
	border-radius: 6px;
	margin: 10px 5px 0;
	width: auto;
}
.h-categ_small .h-categ__name {
	padding: 5px 10px;
}
.b-categ__wrap {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-top: -15px;
}
.b-categ__item {
	border: 1px solid #eee;
	border-radius: 6px;
	margin-left: 15px;
	margin-top: 15px;
	overflow: hidden;
	width: calc(25% - 15px);
	transition: box-shadow 0.3s ease-out;
}
.b-categ__item:hover {
	box-shadow: 0 10px 50px rgba(61, 61, 61, 0.1);
}
.b-categ__link {
	color: #222;
	display: flex;
	align-items: center;
	position: relative;
	height: 120px;
	text-decoration: none;
}
.b-categ__name {
	font-size: 16px;
	padding-left: 15px;
	line-height: 1.6;
	width: 65%;
}
.b-categ__count {
	color: #8e8e8e;
	display: block;
	font-size: 13px;
	margin-top: 5px;
}
.b-categ__img {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	z-index: -1;
}
.b-categ__img img {
	height: 100%;
}
@media screen and (max-width: 1280px) {
	.h-categ__wrap {
		margin: -20px -10px 0;
	}

	.h-categ__item {
		margin: 20px 10px 0;
		width: calc(25% - 20px);
	}

	.c-categ__wrap {
		margin: -20px -10px 0;
	}

	.c-categ__item {
		margin: 20px 10px 0;
		width: calc(33.33% - 20px);
	}

	.c-categ__no-left .c-categ__item {
		width: calc(25% - 30px);
	}

	.h-categ_c .h-categ__item {
		width: calc(16.66% - 20px);
	}

	.h-categ_c-r .h-categ__item {
		width: calc(25% - 20px);
	}

	.h-categ_small .h-categ__wrap {
		margin: -10px -5px 0;
	}

	.h-categ_small .h-categ__item {
		margin: 10px 5px 0;
		width: auto;
	}
}
@media screen and (min-width: 1080px) {
	.b-categ_col-3 .b-categ__item {
		width: calc(33.33% - 15px);
	}
}
@media screen and (max-width: 1080px) {
	.c-categ__wrap.c-categ__slider .owl-stage-outer {
		margin-left: -10px;
		margin-right: -10px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.h-categ__wrap.h-categ__slider .owl-stage-outer {
		margin-left: -10px;
		margin-right: -10px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.h-categ_c .h-categ__item {
		width: calc(25% - 20px);
	}

	.h-categ_small .h-categ__item {
		margin: 10px 5px 0;
		width: auto;
	}

	.b-categ__item {
		width: calc(33.33% - 15px);
	}

	.b-categ__link {
		height: 100px;
	}

	.b-categ__name {
		font-size: 14px;
		line-height: 1.4;
	}

	.b-categ__count {
		font-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	.h-categ__item {
		width: calc(33.33% - 20px);
	}

	.h-categ_c .h-categ__item {
		width: calc(33.33% - 20px);
	}

	.h-categ_c-r .h-categ__item {
		width: calc(33.33% - 20px);
	}

	.h-categ_small .h-categ__item {
		margin: 10px 5px 0;
		width: auto;
	}

	.c-categ__sub-next {
		font-size: 12px;
	}

	.c-categ__sub-next .i-angle-right {
		width: 8px;
		height: 8px;
	}

	.c-categ__no-left .c-categ__item {
		width: calc(33.33% - 20px);
	}

	.bg-categ__wrap {
		flex-wrap: wrap;
		margin-top: -10px;
		margin-left: -10px;
	}

	.bg-categ__list {
		width: calc(50% - 10px);
		margin-left: 10px;
	}

	.bg-categ__list_row {
		flex-direction: row;
		margin-left: 0;
		width: 100%;
	}

	.bg-categ__list_row .bg-categ__row {
		margin-left: 10px;
	}

	.bg-categ__row {
		margin-top: 10px;
	}

	.b-categ__item {
		width: calc(50% - 15px);
	}
}
@media screen and (max-width: 580px) {
	.h-categ__wrap {
		margin: -10px -5px 0;
	}

	.h-categ__item {
		margin: 10px 5px 0;
		width: calc(50% - 10px);
	}

	.h-categ_c .h-categ__wrap {
		margin: -10px -5px 0;
	}

	.h-categ_c .h-categ__item {
		margin: 10px 5px 0;
		width: calc(50% - 10px);
	}

	.h-categ_c-r .h-categ__wrap {
		margin: -10px -5px 0;
	}

	.h-categ_c-r .h-categ__item {
		margin: 10px 5px 0;
		width: calc(50% - 10px);
	}

	.h-categ_small .h-categ__wrap {
		margin: -10px -5px 0;
	}

	.h-categ_small .h-categ__item {
		margin: 10px 5px 0;
		width: auto;
	}

	.c-categ__wrap {
		margin: -10px -5px 0;
	}

	.c-categ__item {
		margin: 10px 5px 0;
		width: calc(50% - 10px);
	}

	.c-categ__no-left .c-categ__item {
		width: calc(50% - 10px);
	}

	.bg-categ__wrap {
		margin: -15px 0 0;
		flex-direction: column;
	}

	.bg-categ__list {
		margin: 0;
		width: 100%;
	}

	.bg-categ__list_row {
		margin-left: 0;
	}

	.bg-categ__list_row .bg-categ__row {
		margin-left: 0;
	}

	.bg-categ__list_home .bg-categ__row {
		background-size: 20%;
		background-position: bottom right;
		padding-bottom: 25px;
	}

	.bg-categ__list_row {
		flex-direction: column;
	}

	.bg-categ__row {
		background-size: 20%;
		background-position: bottom right;
		margin-top: 15px;
	}

	.bg-categ__items_col .bg-categ__item {
		width: 100%;
	}

	.b-categ__wrap {
		margin-left: -10px;
		margin-top: -10px;
	}

	.b-categ__item {
		margin-top: 10px;
		margin-left: 10px;
		width: calc(50% - 10px);
	}

	.b-categ__name {
		font-size: 13px;
		padding-left: 10px;
	}
}
@media screen and (max-width: 480px) {
	.h-categ__name {
		font-size: 14px;
	}

	.h-categ__count-st {
		font-size: 12px;
	}

	.c-categ__name {
		font-size: 14px;
	}

	.c-categ__sub {
		padding: 0 10px 15px;
	}

	.c-categ__sub-link {
		font-size: 12px;
	}
}
@media screen and (max-width: 420px) {
	.b-categ__wrap {
		margin-left: 0px;
		margin-top: -10px;
	}

	.b-categ__item {
		margin-top: 10px;
		margin-left: 0;
		width: 100%;
	}

	.b-categ__link {
		height: 75px;
	}
}
.p-our-work {
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
	margin-top: -40px;
	margin-bottom: 40px;
}
.p-our-work__img {
	font-size: 0;
	margin-bottom: 15px;
}
.p-our-work__img img {
	border-radius: 6px;
}
.p-our-work__item {
	margin-left: 30px;
	margin-top: 40px;
	text-align: center;
	width: calc(33.33% - 30px);
}
.p-our-work__title {
	font-size: 22px;
	font-weight: var(--font-weight);
	margin-bottom: 10px;
}
.p-our-work__text {
	font-size: 15px;
}
@media screen and (max-width: 767px) {
	.p-our-work__img {
		margin-bottom: 10px;
	}

	.p-our-work__title {
		font-size: 16px;
	}

	.p-our-work__text {
		font-size: 14px;
	}
}
@media screen and (max-width: 680px) {
	.p-our-work {
		margin-left: -20px;
		margin-top: -30px;
	}

	.p-our-work__item {
		margin-left: 20px;
		margin-top: 30px;
		width: calc(50% - 20px);
	}
}
@media screen and (max-width: 480px) {
	.p-our-work__title {
		font-size: 14px;
	}

	.p-our-work__text {
		font-size: 12px;
	}
}
.r-reviews .owl-item {
}
.r-reviews__item {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	height: 100%;
	display: flex;
	flex-direction: column
}
.r-reviews__item:hover {
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175)
}
.r-reviews__item-header {
	background-color: #f7f7f7;
	border-bottom: 1px solid #eee;
	padding: 15px 10px 10px 10px;
	display: flex;
	align-items: center;
	min-height: 110px
}
.r-reviews__item-content {
	padding: 20px;
	flex: 1;
	display: flex;
	flex-direction: column
}
.r-reviews__item .r-reviews__item-header {
	border-radius: 10px 10px 0 0;
}
.r-reviews__item:hover .r-reviews__item-header {
	background-color: #f9f8f4;
	border-radius: 10px 10px 0 0
}
.r-reviews__item:hover .r-reviews__item-content {
	background-color: #fffae9;
	border-radius: 0 0 10px 10px
}
.r-reviews__item-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	text-decoration: none
}
.r-reviews__item-img {
	font-size: 0;
	flex: none;
	text-align: center;
	width: 85px
}
.r-reviews__item-img img {
	width: 100%;
	height: 100%
}
.r-reviews__item-info {
	flex: 1;
	margin-left: 20px
}
.r-reviews__item-name {
	font-size: 17px;
	line-height: 1.2
}
.r-reviews__item-name a {
	text-decoration: none;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-bottom: 2px;
	line-height: 1.4;
	font-size: 15px;
}
.r-reviews__item-name a .underline {
	color: #222;
	border-bottom-color: #ccc
}
.r-reviews__item-name a .underline:hover {
	color: var(--cheme-color-dop);
	border-color: #f9baa5;
}
.r-reviews__item-user {
	display: flex;
	align-items: flex-start;
	justify-content: space-between
}
.r-reviews__item-user-name {
	font-weight: bold
}
.r-reviews__item-user-date {
	color: #808080;
	font-size: 13px
}
.r-reviews__item-rating {
	margin-top: 9px
}
.r-reviews__item-rating_mt {
	margin-top: 2px
}
.r-reviews__item-text,
.r-reviews__item-user-name {
	font-size: 17px
}
.r-reviews__item-text {
	line-height: 1.4;
	margin-top: 6px;
	margin-bottom: 12px;
	flex: 1;
	word-wrap: break-word;
}
.r-reviews_all {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-top: -20px
}
.r-reviews_all .r-reviews__item {
	height: auto;
	margin-left: 20px;
	margin-top: 20px;
	flex: none;
	width: calc(33% - 20px)
}
.r-reviews__item-next {
	font-size: 15px;
}
.r-reviews__item-next:hover span.underline {
	border-color: #f0b2b2
}
.catalogreviews-block .sorting a {
	border-bottom: 1px dashed;
}
.catalogreviews-block .sorting a:hover {
	color: var(--cheme-color-dop);
	border-color: #f9baa5;
}
@media screen and (max-width: 1250px) {
	.r-reviews_all .r-reviews__item {
		width: calc(33.33% - 20px)
	}
}
@media screen and (max-width: 820px) {
	.r-reviews_all .r-reviews__item {
		width: calc(50% - 20px)
	}
}
@media screen and (max-width: 580px) {
	.r-reviews_all .r-reviews__item {
		width: calc(100% - 20px)
	}
}
@media screen and (max-width: 480px) {
	.r-reviews__item-header {
		min-height: 80px
	}

	.r-reviews__item-img {
		width: 96px
	}

	.r-reviews__item-img img {
		max-height: 96px
	}

	.r-reviews__item-price-new {
		font-size: 16px;
		font-weight: bold;
		margin-right: 10px
	}

	.r-reviews__item-price-old {
		font-size: 12px
	}
}
.b-letters {
	display: flex;
	flex-wrap: wrap;
	margin: -20px -10px 40px;
}
.b-letters__item {
	padding: 0 10px;
	margin-top: 20px;
}
.b-letters__item_active .b-letters__lett {
	border-bottom-color: transparent;
	color: #4e7df1;
}
.b-letters__lett {
	border-bottom: 1px solid;
	cursor: pointer;
	font-size: 20px;
	transition: all 0.3s ease-out;
}
.b-letters__lett:hover {
	border-bottom-color: transparent;
	color: #4e7df1;
}
.h-brands__wrap {
	display: flex;
	flex-wrap: wrap;
	margin: -30px -15px 0;
}
.h-brands__item {
	border: 1px solid #eee;
	border-radius: 6px;
	margin: 30px 15px 0;
	padding: 15px;
	transition: box-shadow 0.3s ease-out;
	width: calc(20% - 30px);
}
.h-brands__item:hover {
	box-shadow: 0px 10px 50px rgba(61, 61, 61, 0.1);
}
.h-brands__link {
	font-size: 0;
	display: block;
	text-decoration: none;
}
.h-brands__img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
}
.h-brands__img img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.h-brands__name {
	color: #222;
	display: block;
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
	line-height: 1.4;
}
@media screen and (max-width: 1280px) {
	.h-brands__item {
		width: calc(25% - 30px);
	}
}
@media screen and (max-width: 1080px) {
	.h-brands__wrap {
		margin: -10px -10px 0;
	}

	.h-brands__item {
		margin: 10px;
		width: calc(33.33% - 20px);
	}
}
@media screen and (max-width: 767px) {
	.h-brands__wrap {
		margin: -10px -5px 0;
	}

	.h-brands__item {
		margin: 10px 5px 0;
		width: calc(25% - 10px);
	}
}
@media screen and (max-width: 767px) {
	.h-brands__item {
		width: calc(33.33% - 10px);
	}
}
@media screen and (max-width: 480px) {
	.h-brands__item {
		width: calc(50% - 10px);
	}

	.h-brands__img {
		height: 60px;
	}

	.h-brands__name {
		font-size: 14px;
		margin-top: 10px;
	}
}
.h-news__wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: -40px;
	margin-left: -30px;
}
.h-news__item {
	flex: none;
	flex-basis: calc(33.33% - 30px);
	margin-left: 30px;
	margin-top: 40px;
}
.h-news__item-img {
	margin-bottom: 15px;
}
.h-news__item-img img {
	border-radius: 6px;
	width: 100%;
}
.h-news__item-date {
	color: #8c8c8c;
	font-size: 13px;
	margin-bottom: 10px;
}
.h-news__item-name {
	font-size: 20px;
	font-weight: var(--font-weight);
	line-height: 1.2;
	margin-bottom: 10px;
}
.h-news__item-name a {
	color: #222;
	text-decoration: none;
}
.h-news__item-text {
	line-height: 1.4;
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
	.h-news__wrap {
		margin-left: -10px;
		margin-top: -20px;
	}

	.h-news__item {
		flex-basis: calc(50% - 10px);
		margin-left: 10px;
		margin-top: 20px;
	}

	.h-news__item-next {
		font-size: 12px;
	}
}
@media screen and (max-width: 580px) {
	.h-news__wrap {
		margin-left: 0;
	}

	.h-news__item {
		border: 1px solid #eee;
		border-radius: 6px;
		padding: 15px;
		flex-basis: 100%;
		margin-left: 0;
	}

	.h-news__item-img {
		display: none;
	}

	.h-news__item-name {
		font-size: 16px;
	}
}
.h-stock__wrap {
	background-color: #4e7df1;
	border-radius: 6px;
	padding: 30px;
}
.h-stock__header {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	position: relative;
}
.h-stock__title {
	font-size: 30px;
	font-weight: bold;
	margin-right: 50px;
}
.h-stock__categ {
	flex: 1;
}
.h-stock__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.h-stock__left {
	flex: none;
	width: 280px;
}
.h-stock__left-title {
	font-size: 24px;
}
.h-stock__left-date {
	font-size: 40px;
	font-weight: bold;
	margin-top: 10px;
}
.h-stock__left-text {
	font-size: 16px;
	margin-top: 15px;
	line-height: 1.4;
}
.h-stock__left-timer {
	margin-top: 40px;
}
.h-stock__left-timer-title {
	margin-bottom: 15px;
}
.h-stock__right {
	width: calc(100% - 310px);
	position: relative;
}
.h-stock__right .owl-stage-outer {
	border-radius: 6px;
	overflow: hidden;
}
.h-stock__item {
	background: #fff;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px;
	height: 100%;
}
.h-stock__item-left {
	flex: none;
	width: 60%;
}
.h-stock__item-link {
	color: #222;
	text-decoration: none;
}
.h-stock__item-link:hover {
	color: var(--cheme-color);
}
.h-stock__item-name {
	font-size: 18px;
	line-height: 1.4;
}
.h-stock__item-price {
	margin-top: 30px;
}
.h-stock__item-price-old {
	display: flex;
	align-items: center;
}
.h-stock__item-price-old-th {
	color: #808080;
}
.h-stock__item-price-new {
	font-size: 30px;
	font-weight: var(--font-weight);
	margin-top: 5px;
}
.h-stock__item-cart {
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.h-stock__item-button {
	height: 40px;
	line-height: 40px;
}
.h-stock__item-next {
	margin-left: 40px;
	white-space: nowrap;
}
.h-stock__item-right {
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(40% - 20px);
	position: relative;
}
.h-stock__item-right img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
@media screen and (max-width: 980px) {
	.h-stock__wrap {
		padding: 20px;
	}

	.h-stock__left {
		width: 210px;
	}

	.h-stock__left-date {
		font-size: 30px;
	}

	.h-stock__right {
		width: calc(100% - 230px);
	}
}
@media screen and (max-width: 767px) {
	.h-stock__content {
		flex-direction: column;
	}

	.h-stock__left {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		margin-bottom: 30px;
		width: 100%;
	}

	.h-stock__left-timer {
		margin-top: 0;
	}

	.h-stock__right {
		width: 100%;
	}
}
@media screen and (max-width: 580px) {
	.h-stock__title {
		font-size: 18px;
	}

	.h-stock__content {
		flex-direction: column;
	}

	.h-stock__left-item {
		max-width: calc(50% - 10px);
	}

	.h-stock__left-title {
		font-size: 16px;
	}

	.h-stock__left-date {
		font-size: 16px;
	}

	.h-stock__left-text {
		font-size: 12px;
	}

	.h-stock__left-timer-title {
		display: none;
	}

	.h-stock__item {
		padding: 15px;
		flex-direction: column-reverse;
	}

	.h-stock__item-right {
		margin-bottom: 20px;
		width: 100%;
	}

	.h-stock__item-right img {
		max-height: 160px;
	}

	.h-stock__item-left {
		width: 100%;
	}

	.h-stock__item-name {
		font-size: 16px;
	}

	.h-stock__item-price {
		margin-top: 20px;
	}

	.h-stock__item-price-new {
		font-size: 24px;
	}

	.h-stock__item-cart {
		align-items: flex-start;
		flex-direction: column;
	}

	.h-stock__item-next {
		margin-left: 0;
		margin-top: 15px;
	}

	.h-stock .h-menu__item {
		position: static;
	}

	.h-stock .h-menu__sub_right {
		left: 0;
	}
}
.filter {
	background: #fafafa;
	border: 1px solid #eee;
	border-radius: 6px;
	padding: 20px;
}
.filter__link {
	color: #222;
	text-decoration: none;
}
.filter__param {
	display: block;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
}
.filter__name {
	cursor: pointer;
	font-weight: var(--font-weight);
	line-height: 1.4;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: row-reverse;
}
.filter__name-b {
	border-bottom: 1px dashed transparent;
	transition: all 0.3s ease-out;
}
.filter__name_active .filter__name-b {
	border-bottom-color: #4d4d4d;
}
.filter__name-icon {
	display: flex;
	align-items: center;
	margin-right: 10px;
	margin-left: 4px;
}
.filter__name .i-angle-down {
	transition: transform 0.2s ease-out;
	transform: rotate(-90deg);
}
.filter__name_active .i-angle-down {
	transform: none;
}
.filter__check {
	display: none;
	margin-top: 20px;
}
.filter__check-columns {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
}
.filter__check-columns .filter__label {
	padding-right: 10px;
	flex: none;
	width: 50%;
}
.filter__check-scroll {
	padding: 2px 0 2px 2px;
	max-height: 234px;
	overflow-x: hidden;
	overflow-y: auto;
}
.filter__check-scroll::-webkit-scrollbar {
	background: #ededed;
	border: 1px solid #fff;
	width: 3px;
}
.filter__check-scroll::-webkit-scrollbar-thumb {
	background-color: #ddd;
}
.filter__check-scroll::-webkit-scrollbar-thumb:hover {
	background-color: #ddd;
}
.filter__check-scroll .filter__label:last-child {
	margin-bottom: 0;
}
.filter__check-scroll.h-hidden-show + .h-yet {
	margin-top: 15px;
}
.filter__check .h-yet {
	margin-top: 0;
}
.filter__check .h-yet button {
	font-size: 12px;
}
.filter__check_color {
	margin-top: 15px;
	margin-left: -5px;
}
.filter__check_color input[type=checkbox] {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}
.filter__check_color .in-checkbox {
	display: none;
}
.filter__check_color .filter__label {
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 0;
	vertical-align: top;
	width: 30px;
	height: 30px;
}
.filter__check_color .filter__label_active .i-check-l {
	opacity: 1;
	visibility: visible;
}
.filter__check_color .i-check-l {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all 0.2s ease-out;
	transform: translate(-50%, -50%);
	visibility: hidden;
}
.filter__label {
	cursor: pointer;
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	position: relative;
	transition: color 0.3s ease-out;
	vertical-align: top;
	width: 100%;
}
.filter__label_disabled {
	cursor: not-allowed;
	opacity: 0.5;
}
.filter__label-color {
	background-color: #555;
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	opacity: 0;
	line-height: normal;
	position: absolute;
	padding: 7px 12px;
	transition: all 0.2s ease-out;
	transition-delay: 0.05s;
	visibility: hidden;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 4;
	white-space: nowrap;
}
.filter__label:hover .filter__label-color {
	opacity: 1;
	visibility: visible;
}
.filter .h-hidden-show .h-hidden {
	display: flex;
}
.filter__sr {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.filter__button.button {
	display: none;
}
.filter__button-submit {
	width: 100%;
	flex: none;
	margin-bottom: 10px;
}
.filter__reset {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	cursor: pointer;
	text-align: center;
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	color: #222;
}
.filter__reset:hover {
	opacity: 0.9;
}
input.filter__inp {
	background: #fff;
	border-color: #ccc;
	flex: none;
	font-size: 15px;
	margin-top: 4px;
	margin-bottom: 20px;
	padding: 0 10px;
	width: calc(50% - 7.5px);
	height: 36px;
}
.filter__inp + .filter__inp {
	margin-left: 15px;
}
.filter__sliders {
	margin-top: 20px;
	margin-bottom: 10px;
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.filter .ui-slider-horizontal {
	height: 3px;
	border: none;
}
.filter .ui-slider-horizontal .ui-slider-handle,
.filter .ui-slider-horizontal .ui-slider-handle.ui-state-focus {
	background-color: var(--cheme-color);
	border-radius: 3px;
	border: 4px solid #fff;
	box-shadow: 0 0 0 2px var(--cheme-color);
	top: -6px;
	margin-left: -7px;
	outline: none;
	height: 14px;
	width: 14px;
	z-index: 0;
}
.filter .ui-slider-horizontal.ui-widget-content {
	background: #e3e3e3;
	border-color: #e3e3e3;
	clear: both;
	height: 3px;
	margin-left: 5px;
	width: calc(100% - 10px);
}
.filter .ui-slider-horizontal .ui-widget-header {
	background: var(--cheme-color);
	height: 3px;
	position: relative;
	top: 0;
	z-index: 0;
}
.filter .ui-corner-all {
	transition: none;
}
.filter__date {
	display: flex;
	justify-content: space-between;
}
.filter__date .filter__inp {
	margin: 5px 0 0;
	width: 100%;
}
.filter__date-item {
	flex: none;
	width: calc(50% - 8px);
}
.filter__values-search {
	position: relative;
	margin-bottom: 10px;
}
.filter__values-search input {
	padding-right: 45px;
	width: 100%;
}
.filter__values-search-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ccc;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	z-index: 1;
}
.f-mobile {
	background: #fff;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	transition: all 0.3s ease-out;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 999;
}
.f-mobile_active {
	opacity: 1;
	visibility: visible;
}
.f-mobile__wrap {
	height: 100%;
	padding-top: 65px;
	padding-bottom: 60px;
	overflow: auto;
}
.f-mobile .filter {
	background: #fff;
	border-radius: 0;
	border: none;
}
.f-mobile .filter__param:last-child {
	border-bottom: none;
}
.f-mobile .filter__sr {
	background: #fff;
	border-top: 1px solid #eee;
	position: absolute;
	padding: 15px 20px;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.f-mobile .filter__button {
	display: block;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	width: calc(60% - 10px);
}
.f-mobile .filter__reset {
	font-size: 12px;
	width: calc(40% - 10px);
}
.f-mobile__header {
	background: #fff;
	border-bottom: 1px solid #eee;
	color: #444;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: var(--font-weight);
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px;
	z-index: 1;
}
.f-mobile__close {
	cursor: pointer;
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 20px;
	height: 65px;
}
.f-finds .icon10.color,
.f-finds .icon16.color {
	margin-bottom: 0;
	margin-right: 4px;
	width: 13px;
	height: 13px;
}
.f-finds__result {
	font-size: 18px;
	font-weight: var(--font-weight);
}
.f-finds__wrap {
	margin-left: -20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.f-finds__list {
	font-size: 13px;
	cursor: pointer;
	margin-left: 20px;
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.f-finds__name {
	position: relative;
}
.f-finds__name:before {
	background: #222;
	content: '';
	opacity: 0;
	position: absolute;
	transition: opacity 0.3s ease-out;
	top: 50%;
	width: 100%;
	height: 1px;
}
.f-finds__list:not(.f-finds__button):hover .f-finds__name:before {
	opacity: 1;
}
.f-finds__remove {
	margin-left: 5px;
	border-radius: 50%;
	border: 1px solid #7f7f7f;
	color: #7f7f7f;
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-out;
}
.f-finds__list:not(.f-finds__button):hover .f-finds__remove {
	color: var(--cheme-color-dop);
	border-color: var(--cheme-color-dop);
}
.f-finds__button {
	color: #222;
	border-bottom: 1px dashed;
	transition: border 0.3s ease-out;
	text-decoration: none;
}
.f-finds__button:hover {
	border-color: var(--cheme-color-dop);
}
.filters-title {
	background: var(--c-l-f-t-f);
	color: var(--c-l-f-t-c);
	border-radius: 6px;
	cursor: pointer;
	height: 54px;
	display: flex;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	text-transform: uppercase;
	transition: all 0.2s ease-out;
}
.filters-title:hover {
	background: var(--c-l-f-t-f-h);
	color: var(--c-l-f-t-c-h);
}
.filters-title:hover .bars__line,
.filters-title:hover .bars__line:after,
.filters-title:hover .bars__line:before {
	background-color: var(--c-l-f-t-c-h);
}
.filters-title + .filters {
	display: none;
}
.filters-title_active {
	border-radius: 6px 6px 0 0;
}
.filters-title_active + .filters {
	border-radius: 0 0 6px 6px;
	display: block;
}
.filters-title__bars {
	width: 20px;
	height: 14px;
	margin-right: 10px;
}
.filters-title .bars__line,
.filters-title .bars__line:after,
.filters-title .bars__line:before {
	background-color: var(--c-l-f-t-c);
}
.d-filter {
	background-color: #fafafa;
	border: 1px solid #eee;
	border-radius: 6px;
	padding: 20px;
}
.d-filter-fix {
	position: sticky;
	top: 0;
	padding-bottom: 1px;
	z-index: 10;
}
.d-filter-fix_h {
	top: 80px;
}
.d-filter__link {
	color: #222;
	text-decoration: none;
}
.d-filter__wrap {
	display: flex;
	flex-wrap: wrap;
	transition: all 0.3s ease-out;
	margin-top: -20px;
	margin-left: -20px;
}
.d-filter__param {
	position: relative;
	margin-top: 20px;
	margin-left: 20px;
}
.d-filter__name {
	cursor: pointer;
	display: flex;
	align-items: center;
	line-height: 1.2;
	position: relative;
}
.d-filter__name-n {
	font-weight: var(--font-weight);
}
.d-filter__name-v {
	background: var(--cheme-color-dop);
	border-radius: 50%;
	color: #fff;
	font-size: 10px;
	position: absolute;
	top: -10px;
	left: -10px;
	text-align: center;
	width: 15px;
	height: 15px;
	line-height: 15px;
	transform: scale(0);
	transition: transform 0.3s ease-out;
}
.d-filter__name-icon {
	margin-left: 5px;
}
.d-filter__name .i-angle-down {
	transition: transform 0.3s ease-out;
	transform: rotateX(0);
}
.d-filter__clear {
	color: var(--cheme-color-dop);
	cursor: pointer;
	display: none;
}
.d-filter__values {
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 6px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	opacity: 0;
	padding: 0 15px;
	position: absolute;
	transition: all 0.2s ease-out;
	transition-delay: 0.01s;
	top: 40px;
	left: -15px;
	visibility: hidden;
	white-space: nowrap;
	min-width: 200px;
	z-index: 11;
}
.d-filter__param_click .i-angle-down {
	transform: rotateX(180deg);
}
.d-filter__param_click .d-filter__values {
	opacity: 1;
	top: 25px;
	visibility: visible;
}
.d-filter__param_active .d-filter__name-v {
	transform: scale(1);
}
.d-filter__param_active .i-angle-down {
	display: none;
}
.d-filter__param_active .d-filter__clear {
	display: block;
}
.d-filter__check {
	display: block;
	margin: 15px 0;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 214px;
}
.d-filter__check .i-color {
	border-radius: 50%;
}
.d-filter__check::-webkit-scrollbar {
	background: #ededed;
	border: 1px solid #fff;
	width: 3px;
}
.d-filter__check::-webkit-scrollbar-thumb {
	background-color: #ddd;
}
.d-filter__check::-webkit-scrollbar-thumb:hover {
	background-color: #ddd;
}
.d-filter__check-columns {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	min-width: 300px;
	white-space: normal;
}
.d-filter__check-columns .d-filter__label {
	padding-right: 10px;
	margin-top: 0;
	margin-bottom: 10px;
	flex: none;
	width: 50%;
}
.d-filter__check-columns .d-filter__label:nth-last-child(1),
.d-filter__check-columns .d-filter__label:nth-last-child(2) {
	margin-bottom: 0;
}
.d-filter__label {
	cursor: pointer;
	display: flex;
	align-items: center;
	font-size: 13px;
	margin-top: 10px;
	position: relative;
	padding-right: 15px;
	padding-left: 1px;
	transition: color 0.3s ease-out;
	height: 22px;
}
.d-filter__label:first-child {
	margin-top: 0;
}
input.d-filter__inp {
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	float: left;
	font-size: 12px;
	margin-bottom: 20px;
	padding: 0 10px;
	width: calc(50% - 8px);
	height: 36px;
}
.d-filter__inp + .d-filter__inp {
	float: right;
}
.d-filter__sliders {
	display: block;
	font-size: 0;
	margin: 15px 0;
	padding-bottom: 2px;
	min-width: 200px;
}
.d-filter .ui-slider-horizontal {
	height: 3px;
	border: none;
}
.d-filter .ui-slider-horizontal .ui-slider-handle,
.d-filter .ui-slider-horizontal .ui-slider-handle.ui-state-focus {
	background-color: var(--cheme-color);
	border-radius: 3px;
	border: 4px solid #fff;
	box-shadow: 0 0 0 2px var(--cheme-color);
	top: -6px;
	margin-left: -7px;
	outline: none;
	height: 14px;
	width: 14px;
	z-index: 0;
}
.d-filter .ui-slider-horizontal.ui-widget-content {
	background: #e3e3e3;
	border-color: #e3e3e3;
	clear: both;
	height: 3px;
	margin-left: 5px;
	width: calc(100% - 10px);
}
.d-filter .ui-slider-horizontal .ui-widget-header {
	background: var(--cheme-color);
	height: 3px;
	position: relative;
	top: 0;
	z-index: 0;
}
.d-filter .ui-corner-all {
	transition: none;
}
.d-filter__date {
	display: flex;
	justify-content: space-between;
	width: 200px;
}
.d-filter__date .d-filter__inp {
	margin: 5px 0 0;
	width: 100%;
}
.d-filter__date-item {
	flex: none;
	width: calc(50% - 7.5px);
}
@media screen and (max-width: 1080px) {
	.d-filter {
		display: none;
	}
}
.d-filter_col {
	background-color: transparent;
}
.d-filter_col .d-filter__param {
	flex: none;
	width: calc(25% - 20px);
}
.d-filter_col .d-filter__values {
	background-color: transparent;
	border: none;
	box-shadow: none;
	opacity: 1;
	padding: 0;
	position: static;
	visibility: visible;
	min-width: auto;
	width: 100%;
}
.d-filter_col .d-filter__name .i-angle-down {
	display: none;
}
.d-filter_col .d-filter__sliders {
	width: 100%;
}
@media screen and (max-width: 1280px) {
	.d-filter_col .d-filter__param {
		flex: none;
		width: calc(33.33% - 20px);
	}
}
.d-filter_row {
	background-color: transparent;
}
.d-filter_row .d-filter__wrap {
	display: block;
	margin-left: 0;
}
.d-filter_row .d-filter__param {
	border-bottom: 1px solid #eee;
	margin-left: 0;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
	width: 100%;
}
.d-filter_row .d-filter__param:last-child {
	border-bottom: none;
}
.d-filter_row .d-filter__name {
	border-right: 1px solid #eee;
	justify-content: flex-end;
	margin-right: 15px;
	padding-right: 15px;
	text-align: right;
	width: 260px;
}
.d-filter_row .d-filter__name .i-angle-down {
	display: none;
}
.d-filter_row .d-filter__name-icon {
	margin-left: 0;
}
.d-filter_row .d-filter__name-v {
	right: 25px;
	top: -15px;
	left: auto;
}
.d-filter_row .d-filter__clear {
	margin-left: 15px;
}
.d-filter_row .d-filter__values {
	background-color: transparent;
	border: none;
	box-shadow: none;
	opacity: 1;
	padding: 0;
	position: static;
	visibility: visible;
	min-width: auto;
	width: 100%;
}
.d-filter_row .d-filter__sliders {
	margin: 0;
	max-width: 460px;
	width: 100%;
}
.d-filter_row .d-filter__check {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: -15px 0 0 -15px;
}
.d-filter_row .d-filter__label {
	margin: 15px 0 0 15px;
	padding-right: 0;
}
.homeFilter_top {
	margin-bottom: 40px;
}
.bg-filter {
	background-size: cover;
	background-position: center;
	border-radius: 12px;
	padding: 30px;
}
.bg-filter {
	background-color: #424242;
}
.bg-filter a {
	color: #fff1b6;
	border-bottom: 1px solid;
}
.bg-filter__title {
	font-size: 60px;
	font-weight: var(--font-weight);
	margin-bottom: 30px;
}
.bg-filter__des {
	font-size: 18px;
	margin-bottom: 1em;
}
.bg-filter__wrap {
	display: flex;
	flex-wrap: wrap;
	margin-left: -4px;
	margin-top: -4px;
}
.bg-filter__param {
	background: #fff;
	border-radius: 6px;
	border: 1px solid #eee;
	display: flex;
	align-items: center;
	margin-left: 4px;
	margin-top: 4px;
	position: relative;
	flex: none;
	height: 50px;
}
.bg-filter__icon {
	font-size: 0;
	padding-left: 10px;
	flex: none;
	width: 46px;
}
.bg-filter__icon img {
	width: 36px;
	max-height: 36px;
}
.bg-filter__icon + .bg-filter__name {
	width: calc(100% - 46px);
}
.bg-filter__name {
	cursor: pointer;
	display: flex;
	align-items: center;
	line-height: 1.2;
	padding: 10px;
	position: relative;
	flex: none;
	width: 100%;
	height: 50px;
}
.bg-filter__name-n {
	font-weight: var(--font-weight);
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 15px;
	transition: all 0.3s ease-out;
	transform: translate3d(0px, 0px, 0px);
}
.bg-filter__name-v {
	font-size: 13px;
	transform: scale(0);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	bottom: 8px;
	left: 10px;
	width: calc(100% - 25px);
	padding-right: 25px;
	transform: scale(0);
	transition: all 0.3s ease-out;
	transform-origin: left bottom;
}
.bg-filter__name-icon {
	position: absolute;
	right: 10px;
}
.bg-filter__name .i-angle-down {
	transition: transform 0.3s ease-out;
	transform: rotateX(0);
}
.bg-filter__clear {
	color: var(--cheme-color-dop);
	cursor: pointer;
	display: none;
}
.bg-filter__values {
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 6px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	opacity: 0;
	padding: 0 15px;
	position: absolute;
	transition: all 0.2s ease-out;
	transition-delay: 0.01s;
	top: 70px;
	left: -1px;
	visibility: hidden;
	white-space: nowrap;
	min-width: calc(100% + 2px);
	z-index: 11;
}
.bg-filter__param_click .i-angle-down {
	transform: rotateX(180deg);
}
.bg-filter__param_click .bg-filter__values {
	opacity: 1;
	top: 52px;
	visibility: visible;
}
.bg-filter__param_active .bg-filter__name-n {
	transform: translate3d(0px, -10px, 0px);
}
.bg-filter__param_active .bg-filter__name-v {
	transform: scale(1);
}
.bg-filter__param_active .i-angle-down {
	display: none;
}
.bg-filter__param_active .bg-filter__clear {
	display: block;
}
.bg-filter__check {
	display: block;
	margin: 15px 0;
	width: 100%;
	overflow: auto;
	max-height: 214px;
}
.bg-filter__check .i-color {
	border-radius: 50%;
}
.bg-filter__check::-webkit-scrollbar {
	background: #ededed;
	border: 1px solid #fff;
	width: 3px;
}
.bg-filter__check::-webkit-scrollbar-thumb {
	background-color: #ddd;
}
.bg-filter__check::-webkit-scrollbar-thumb:hover {
	background-color: #ddd;
}
.bg-filter__check-columns {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
}
.bg-filter__check-columns .bg-filter__label {
	padding-right: 10px;
	margin-top: 0;
	margin-bottom: 10px;
	flex: none;
	width: 50%;
}
.bg-filter__check-columns .bg-filter__label:nth-last-child(1),
.bg-filter__check-columns .bg-filter__label:nth-last-child(2) {
	margin-bottom: 0;
}
.bg-filter__label {
	cursor: pointer;
	display: flex;
	align-items: center;
	font-size: 13px;
	padding-left: 1px;
	margin-top: 10px;
	position: relative;
	padding-right: 15px;
	transition: color 0.3s ease-out;
	height: 22px;
}
.bg-filter__label:first-child {
	margin-top: 0;
}
input.bg-filter__inp {
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	float: left;
	font-size: 12px;
	margin-bottom: 20px;
	padding: 0 10px;
	width: calc(50% - 8px);
	height: 36px;
}
.bg-filter__inp + .bg-filter__inp {
	float: right;
}
.bg-filter__sliders {
	display: block;
	font-size: 0;
	margin: 15px 0;
	padding-bottom: 2px;
}
.bg-filter .ui-slider-horizontal {
	height: 3px;
	border: none;
}
.bg-filter .ui-slider-horizontal .ui-slider-handle,
.bg-filter .ui-slider-horizontal .ui-slider-handle.ui-state-focus {
	background-color: var(--cheme-color);
	border-radius: 3px;
	border: 4px solid #fff;
	box-shadow: 0 0 0 2px var(--cheme-color);
	top: -6px;
	margin-left: -7px;
	outline: none;
	height: 14px;
	width: 14px;
	z-index: 0;
}
.bg-filter .ui-slider-horizontal.ui-widget-content {
	background: #e3e3e3;
	border-color: #e3e3e3;
	clear: both;
	height: 3px;
	margin-left: 5px;
	width: calc(100% - 10px);
}
.bg-filter .ui-slider-horizontal .ui-widget-header {
	background: var(--cheme-color);
	height: 3px;
	position: relative;
	top: 0;
	z-index: 0;
}
.bg-filter .ui-corner-all {
	transition: none;
}
.bg-filter__date {
	display: flex;
	justify-content: space-between;
	width: 200px;
}
.bg-filter__date .bg-filter__inp {
	margin: 5px 0 0;
	width: 100%;
}
.bg-filter__date-item {
	flex: none;
	width: calc(50% - 7.5px);
}
@media screen and (min-width: 980px) {
	.bg-filter__wrap_3 .bg-filter__param {
		width: calc(33.33% - 4px);
	}

	.bg-filter__wrap_4 .bg-filter__param {
		width: calc(25% - 4px);
	}

	.bg-filter__wrap_5 .bg-filter__param {
		width: calc(20% - 4px);
	}

	.bg-filter__wrap_6 .bg-filter__param {
		width: calc(16.666% - 4px);
	}
}
@media screen and (max-width: 980px) {
	.bg-filter {
		padding: 15px;
		border-radius: 12px 12px 0 0
	}

	.bg-filter_mobile {
		margin-bottom: -35px
	}

	.bg-filter_mobile .bg-filter__des {
		margin-bottom: 0
	}

	.bg-filter__title {
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 10px
	}

	.bg-filter__des {
		font-size: 14px;
		margin-bottom: 15px
	}

	.bg-filter__param {
		width: calc(33.33% - 4px)
	}
}
@media screen and (max-width: 680px) {
	.bg-filter__param {
		width: calc(50% - 4px);
	}
}
@media screen and (max-width: 480px) {
	.bg-filter__param {
		width: calc(100% - 4px);
	}
}
.filter__price-sort {
	display: flex;
	align-items: center;
}
.f-pr-units {
	display: flex;
	align-items: center;
}
.f-pr-units_ml {
	margin-left: 10px;
}
.f-pr-units_mt {
	margin-top: 15px;
}
.f-pr-units__divider {
	margin-right: 5px;
}
.f-pr-units__drop {
	position: relative;
}
.f-pr-units__drop_active .f-pr-units__drop-icon {
	transform: rotateX(180deg);
}
.f-pr-units__drop_active .f-pr-units__drop-body {
	opacity: 1;
	top: 25px;
	visibility: visible;
}
.f-pr-units__drop-toggle {
	cursor: pointer;
	display: flex;
	align-items: center;
}
.f-pr-units__drop-name {
	color: var(--cheme-color);
	font-weight: var(--font-weight);
}
.f-pr-units__drop-icon {
	margin-left: 5px;
	transition: transform 0.3s ease-out;
	transform: rotateX(0);
}
.f-pr-units__drop-body {
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 6px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	opacity: 0;
	padding: 15px 20px;
	position: absolute;
	transition: all 0.2s ease-out;
	transition-delay: 0.01s;
	top: 40px;
	left: -20px;
	visibility: hidden;
	white-space: nowrap;
	min-width: 160px;
	z-index: 11;
}
.f-pr-units__drop-item {
	cursor: pointer;
	display: flex;
	align-items: center;
	font-size: 13px;
	height: 34px;
	transition: all 0.2s ease-out;
}
.f-pr-units__drop-item:hover {
	color: var(--cheme-color);
}
.f-pr-units__drop-item_active {
	color: var(--cheme-color);
	font-weight: var(--font-weight);
}
.f-pr-units__button {
	color: #999;
	cursor: pointer;
	background: none;
	border: none;
	margin-left: 5px;
	transition: all 0.2s ease-out;
}
.f-pr-units__button:hover {
	color: var(--cheme-color);
}
.f-pr-units__button_active {
	color: var(--cheme-color);
	font-weight: var(--font-weight);
}
.c-products {
	position: relative;
}
.c-products_loading .products,
.c-products_loading .m-products,
.c-products_loading .l-products {
	opacity: 0.3;
}
.c-products_loading .c-products__loading {
	opacity: 1;
	visibility: visible;
}
.c-products__loading {
	color: var(--cheme-color-dop);
	padding-top: 220px;
	top: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	transition: all 0.3s ease-out;
	visibility: hidden;
	width: 100%;
	height: 100%;
	z-index: 20;
}
.c-products__loading .icon30 {
	width: 60px;
	height: 60px;
}
.c-products_home .c-products__loading {
	padding-top: 0;
	margin-top: -33px;
}
.c-products_home .icon30 {
	width: 30px;
	height: 30px;
}
.c-tags {
	display: flex;
	flex-wrap: wrap
}
.c-tags + .h-yet {
	margin-top: 0;
}
.c-tags + .h-yet .h-yet__show,
.c-tags + .h-yet .h-yet__hide {
	font-size: 15px;
}
.c-tags_button {
}
.c-tags__item {
	color: #46bf46;
	background: rgba(100, 200, 100, 0.2);
	font-size: 14px;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	padding: 0.4em 0.6em;
	cursor: pointer;
	font-weight: normal;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	transition: all 0.3s ease-out;
	text-decoration: none
}
.c-tags__item.c-tags__item-all {
	/*color:#46bf46;
    background:rgba(100, 200, 100, 0.4)*/
}
.c-tags__item svg {
	opacity: 0.4;
	width: 0.875em;
	max-height: 1em;
	font-size: 1em
}
.c-tags__item:hover {
	color: #0b930b;
	background: rgba(100, 200, 100, 0.4)
}
@media screen and (max-width: 980px) {
	.c-products_home .c-products__loading {
		padding-top: 56px;
		margin-top: 0;
	}
}
.pagin {
	margin: 15px 0;
	padding: 0;
	display: block;
	text-align: center;
	font-size: 16px
}
.pagin.left {
	text-align: left
}
.pagin li {
	display: inline-block;
	margin-bottom: 5px
}
.pagin li a, .pagin li div, .pagin li span {
	display: inline-block;
	padding: 5px 12px;
	line-height: 20px;
	text-decoration: none;
	border-left-width: 0;
	background: rgba(0, 0, 0, .06);
	color: #444;
	cursor: pointer
}
.pagin li a:focus, .pagin li a:hover, .pagin li div:focus, .pagin li div:hover {
	color: #444;
	background: #ffe998
}
.pagin li.selected a, .pagin li.selected div {
	color: #444;
	background: #fc0
}
.pagin .selected a, .pagin .selected span, .pagin .selected div {
	cursor: pointer
}
.pagin .disabled a, .pagin .disabled a:focus, .pagin .disabled a:hover, .pagin .disabled div, .pagin .disabled div:focus, .pagin .disabled div:hover, .pagin .disabled span {
	color: gray;
	cursor: pointer;
	background-color: transparent
}
.pagin li:first-child a, .pagin li:first-child div, .pagin li:first-child span {
	border-left-width: 1px;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px
}
.pagin li:last-child a, .pagin li:last-child div, .pagin li:last-child span {
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0
}
.sorting {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #eee;
	border-radius: 6px;
	padding: 15px;
	margin-bottom: 20px
}
.sorting__left {
	display: flex;
	align-items: center;
}
.sorting__right {
	display: flex;
	align-items: center;
}
.sorting__switch {
	border: 1px solid #ccc;
	border-radius: 6px;
	color: #ccc;
	font-size: 0;
	padding: 6px;
	margin-right: 10px;
	cursor: pointer;
	transition: all 0.3s ease-out
}
.sorting__switch:hover {
	border-color: var(--cheme-color-dop);
	color: #f9baa5;
}
.sorting__switch_active,
.sorting__switch_active:hover {
	box-shadow: 0 0 0 1px var(--cheme-color-dop);
	border-color: var(--cheme-color-dop);
	color: var(--cheme-color-dop);
}
.sorting__switch:last-child {
	margin-right: 0;
}
.sorting__filter {
	border: 1px solid #ccc;
	border-radius: 6px;
	color: #444;
	display: none;
	font-size: 0;
	padding: 6px;
	margin-left: 10px;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.sorting__filter:hover {
	border-color: var(--cheme-color-dop);
}
.sorting__sort {
	position: relative;
	margin-left: 20px;
}
.sorting__sort-name {
	border: 1px solid #f1f1f1;
	border-radius: 6px;
	cursor: pointer;
	display: flex;
	height: 32px;
	background: #f1f1f1
}
.sorting__sort-name:hover {
	background: #e2e2e2
}
.sorting__sort-name:hover .sorting__sort-down {
	border-left: 1px solid #ccc
}
.sorting__sort-name-n {
	font-size: 15px;
	padding: 0 15px;
	display: flex;
	align-items: center
}
.sorting__sort-down {
	border-left: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
}
.sorting__sort-block {
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 6px;
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .175);
	opacity: 0;
	padding: 15px 20px;
	position: absolute;
	transition: all 0.2s ease-out;
	transition-delay: 0.01s;
	top: 56px;
	right: 0;
	visibility: hidden;
	white-space: nowrap;
	min-width: 200px;
	z-index: 11
}
.sorting__sort-block_active {
	opacity: 1;
	top: 44px;
	visibility: visible;
}
.sorting__sort-list {
	display: flex;
	text-decoration: none;
	transition: all 0.3s ease-out;
}
.sorting__sort-list a {
	color: #444;
	align-items: center;
	font-size: 15px;
	text-decoration: none;
	line-height: 1.5;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
	display: flex
}
.sorting__sort-list a:hover {
	border-color: #f9baa5;
	color: var(--cheme-color-dop);
}
.sorting__sort-list_active a {
	font-weight: var(--font-weight);
}
.sorting__sort .sort-desc {
	transform: scale(1, -1);
}
.sorting__sort .sort-desc,
.sorting__sort .sort-asc {
	display: block;
	margin-left: 5px;
	float: left;
	width: 10px;
	height: 11px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('data:image/svg+xml; charset=utf-8,<svg width="10" height="10" xmlns="http://www.w3.org/2000/svg"><path d="M10 8v2H0V8h10zM8 4v2H0V4h8zM6 2V0H0v2h6z"/></svg>');
	fill: #444444;
}
.sorting__sort a:hover .sort-desc,
.sorting__sort a:hover .sort-asc {
	color: var(--cheme-color-dop);
	fill: var(--cheme-color-dop);
}
.sorting .sort-desc,
.sorting .sort-asc {
	float: right;
	margin-left: 5px;
	width: 10px;
	height: 11px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('data:image/svg+xml; charset=utf-8,<svg width="10" height="10" xmlns="http://www.w3.org/2000/svg"><path d="M10 8v2H0V8h10zM8 4v2H0V4h8zM6 2V0H0v2h6z"/></svg>');
	fill: #444444;
}
.sorting .sort-desc {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sorting a:hover .sort-desc,
.sorting a:hover .sort-asc {
	color: var(--cheme-color-dop);
	fill: var(--cheme-color-dop);
}
.sorting__page {
	display: flex;
	font-size: 13px;
}
.sorting__page-item {
	color: #444;
	cursor: pointer;
	font-size: 15px;
	line-height: 1.2;
	border-bottom: 1px solid #d0d0d0;
}
.sorting__page-item:hover {
	color: var(--cheme-color-dop);
	border-color: #f9baa5;
}
.sorting__page-item_sel {
	color: #444;
	font-weight: var(--font-weight);
	border-bottom: none;
}
.sorting__page-sep {
	font-size: 16px;
	color: #8e8e8e;
	margin: 0 10px;
}
@media screen and (max-width: 1080px) {
	.sorting__filter {
		display: block
	}
}
@media screen and (max-width: 980px) {
	.sorting-fix {
		background: #fff;
		position: sticky;
		top: 0;
		z-index: 10
	}

	.sorting-fix_head {
		top: 65px
	}
}
@media screen and (max-width: 767px) {
	.sorting {
		margin-bottom: 20px
	}

	.sorting__sort {
		margin-left: 0
	}

	.sorting__page {
		display: none
	}
}
@media screen and (max-width: 580px) {
	.sorting {
		border: none;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		border-radius: 0;
		padding: 10px 20px;
		margin: 0 -20px 20px -20px;
		background: #f6f6f6
	}

	.sorting__switch:nth-child(2) {
		margin-right: 0
	}

	.sorting__switch:nth-child(3) {
		display: none
	}

	.sorting__sort-name-n {
		padding: 0 10px;
	}
}
@media screen and (max-width: 380px) {
	.sorting__sort-name-n {
		font-size: 14px
	}

	.sorting__sort-down {
		display: none
	}
}
.products {
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--c-l-m));
	margin-left: calc(-1 * var(--c-l-m));
	position: relative;
	transition: opacity 0.3s ease-out;
	width: calc(100% + var(--c-l-m));
}
.products__lazy {
	opacity: 0;
	transition: opacity 0.2s ease-out;
}
.products__lazy_active {
	opacity: 1;
}
.autobadges_line_,
.products__item-info-name_line {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
}
.products__item-info-name_line {
	-webkit-line-clamp: 3;
}
.products a {
	color: #222;
	text-decoration: none;
}
.products a:hover .products__item-info-name {
	color: var(--l-hover);
	border-color: var(--l-hover-border);
}
.products__img {
	opacity: 0;
	transition: opacity 0.3s ease-out;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.products__img_active {
	opacity: 1;
}
.products__img img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	border-radius: 12px
}
.products_low .products__item-info-name {
	font-size: 17px;
	line-height: 1.4;
	transition: color 0.3s ease-out
}
@media screen and (max-width: 1380px) {
	.products a .products__item-info-name {
		font-size: 16px;
		line-height: 1.4
	}

	.products_scrollyeah .products__item {
		width: calc(12.5% - var(--c-l-m))
	}
}
@media screen and (max-width: 1024px) {
	.products a .products__item-info-name {
		font-size: 15px;
		line-height: 1.4
	}
}
@media screen and (max-width: 760px) {
	.products_scrollyeah .products__item {
		width: calc(20% - var(--c-l-m))
	}
}
@media screen and (max-width: 620px) {
	.products_scrollyeah .products__item {
		width: calc(25% - var(--c-l-m))
	}
}
@media screen and (max-width: 500px) {
	.products_col-6.owl-carousel .stock-label {
		display: none;
	}

	.products a .products__item-info-name {
		font-size: 15px;
		line-height: 1.4
	}

	.products_scrollyeah .products__item {
		width: calc(33.33% - var(--c-l-m))
	}
}
.products__item {
	background: var(--c-c-l-p-f);
	border: 1px solid var(--c-c-l-p-b);
	border-radius: var(--c-l-r);
	flex: none;
	margin-left: var(--c-l-m);
	margin-top: var(--c-l-m);
	padding: 15px;
	position: relative;
	top: 0;
	transition: box-shadow 0.2s ease-out;
	width: calc(20% - var(--c-l-m));
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 1;
}
.products__item a {
	text-decoration: none;
}
.products__item:hover {
	box-shadow: 0 5px 20px rgba(61, 61, 61, 0.1);
	z-index: 9;
}
.products__item:hover .p-tile__items {
	opacity: 1;
}
.products__item_ .p-tile__items {
	opacity: 1;
}
.products__item .badges {
	left: 15px;
	top: 15px;
}
.products__item_banner-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.products__item_banner-col {
	padding: 0 !important;
}
.products__item_banner-col-img {
	border-radius: var(--c-l-r);
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.products__item_banner-row {
	padding: 0 !important;
	width: calc(100% - var(--c-l-m)) !important;
}
.products__item_banner-row-img {
	border-radius: var(--c-l-r);
	width: 100%;
}
.products__item-video {
	color: var(--cheme-color-dop);
	line-height: normal;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.products__item-tile {
	display: block;
	position: relative;
}
.products__item-img {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 100%;
}
.products__item-img-full {
	display: block;
	border-radius: var(--c-l-r) var(--c-l-r) 0 0;
	overflow: hidden;
	margin: -15px -15px 0;
	position: relative;
	width: calc(100% + 30px);
	padding-top: calc(var(--cat-p-p) + 30px);
}
.products__item-img-full img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.products__item-img-full .products__item-video {
	left: 15px;
}
.products__item-color {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 20px;
	min-height: 15px;
}
.products__item-info {
	display: block;
	margin-top: 12px;
}
.products__item-info-rating {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: 6px;
}
.products__item-info-name {
	transition: color 0.3s ease-out;
	word-wrap: break-word;
}
.products__item a .products__item-info-name {
	color: #444;
	border-bottom: 1px solid #d0d0d0;
	line-height: 1.4;
	font-size: 16px;
}
.products__item a:hover .products__item-info-name {
	color: var(--cheme-color-dop);
	border-color: #f9baa5
}
.products__item-info-summary {
	display: block;
	color: #808080;
	font-size: 13px;
	margin-top: 10px;
	line-height: 1.4
}
.products__item-info-features {
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
}
.products__item-fav-remove {
	background: #fff;
	border: 1px solid #d1d1d1;
	border-radius: 6px;
	color: #858585;
	font-size: 0;
	padding: 5px;
	cursor: pointer;
	position: absolute;
	transition: all 0.3s ease-out;
	top: 10px;
	right: 23px;
	z-index: 3
}
.products__item-fav-remove:hover {
	border-color: var(--cheme-color-dop);
	color: var(--cheme-color-dop);
}
.products_col-3 .products__item {
	width: calc(33.33% - var(--c-l-m));
}
.products_col-4 .products__item {
	width: calc(25% - var(--c-l-m));
}
.products_col-5 .products__item {
	width: calc(20% - var(--c-l-m));
}
.products_col-6 .products__item {
	width: calc(16.6666% - var(--c-l-m));
}
@media screen and (max-width: 1024px) {
	.products__item-info {
		margin-top: 6px;
	}
}
.products__code {
	color: #808080;
	display: flex;
	font-size: 12px;
	height: 14px;
	margin-top: 10px;
}
.products__code-v {
	margin-left: 5px;
}
.products__count {
	margin-left: 5px;
}
.products__available {
	font-size: 14px;
	display: flex;
	line-height: 1.2;
	margin-top: 10px;
}
.products__available-in-stock {
	color: #43c16d;
	display: flex;
	align-items: center;
}
.products__available-in-stock .i-check {
	margin-right: 5px;
}
.products__available-low {
	color: #f4a51b;
}
.products__available-out-of-stock {
	color: var(--cheme-color-dop);
}
.products__rating-count {
	color: #8c8c8c;
	font-size: 12px;
	display: flex;
	align-items: center;
}
.products__rating-images {
	color: #8c8c8c;
	font-size: 12px;
	display: flex;
	align-items: center;
}
.products__zero-text {
	color: var(--cheme-color-dop);
	font-size: 17px;
	font-weight: normal;
}
.products__price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	margin-top: 20px;
}
.products__price-range {
	font-size: 18px;
	font-weight: var(--font-weight);
	margin-top: 5px;
}
.products__price-new {
	font-size: 24px;
	font-weight: var(--font-weight);
	margin-right: 10px;
}
.products__price-new_low {
	font-size: 16px;
}
.products__price-old {
	color: #808080;
	margin-top: 5px;
}
.products__price-old_low {
	font-size: 12px;
}
.products__label {
	margin-top: 5px;
	width: 100%;
}
.products__vfc {
	display: flex;
	align-items: center;
}
.products__vfc .view-fav-com__item {
	width: 26px;
	height: 26px;
	margin-left: 5px;
	margin-bottom: 0;
}
.products__view {
	margin-left: 15px;
}
.products__view .view-fav-com__item {
	color: #999;
	width: 46px;
	height: 46px;
	margin-left: 0;
	margin-bottom: 0;
	border-radius: 6px;
}
.products__view_low .view-fav-com__item {
	width: 36px;
	height: 36px;
}
.products__addtocart {
	width: 100%;
}
.products__cart-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 12px;
}
.products__cart-flex .counter {
	margin-left: 10px;
}
.products__cart-flex .counter input {
	width: 30px;
}
.products__cart-flex .counter__minus,
.products__cart-flex .counter__plus {
	padding: 0 5px;
}
.products__cart-options {
	margin-top: 20px;
}
.products__cart-options select {
	font-size: 12px;
	padding: 10px;
	width: 100%;
}
.products__cart-skus {
	margin-top: 20px;
}
.products__cart-skus .skus li {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}
.products__cart-skus .skus li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.products__cart-skus .skus label {
	display: flex;
	align-items: center;
}
.products__cart-skus .skus .s-radio {
	margin-bottom: 0;
}
.products__cart-skus .skus__name {
	flex: 1;
	line-height: 1.4;
}
.products__cart-skus .skus__price {
	display: block;
}
.products__cart-skus .skus__price-bl {
	text-align: right;
}
.products__cart-drop {
	background: #fff;
	box-shadow: 0px 5px 20px rgba(61, 61, 61, 0.1);
	border-left: 1px solid var(--c-c-l-p-b);
	border-right: 1px solid var(--c-c-l-p-b);
	border-bottom: 1px solid var(--c-c-l-p-b);
	border-radius: 0 0 var(--c-l-r) var(--c-l-r);
	left: -1px;
	margin-top: 20px;
	margin-bottom: -100%;
	opacity: 0;
	visibility: hidden;
	padding: 0 15px 15px;
	position: absolute;
	transition: all 0.1s ease-out;
	width: calc(100% + 2px);
	z-index: 11;
}
.products__cart-drop:before {
	background: #fff;
	border-left: 1px solid var(--c-c-l-p-b);
	border-right: 1px solid var(--c-c-l-p-b);
	content: '';
	top: -15px;
	left: -1px;
	right: -1px;
	position: absolute;
	height: 15px;
}
.products__cart-drop .products__cart-options,
.products__cart-drop .products__cart-skus,
.products__cart-drop .products__cart-flex {
	margin-top: 0;
}
.products__cart-drop .products__cart-options + .products__cart-flex,
.products__cart-drop .products__cart-skus + .products__cart-flex {
	margin-top: 20px;
}
.products__item:hover .products__cart-drop {
	opacity: 1;
	visibility: visible;
}
.products__button {
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.products__button .i-check {
	margin-right: 3px;
	margin-bottom: -1px;
}
.products__counter {
	margin-left: 10px;
}
.products__one {
	border-top: 1px solid #eee;
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
}
.products__one_no-border {
	border-top: none;
	margin-top: 20px;
	padding-top: 0;
}
.products__one .button-one,
.products__one button {
	width: 100%;
}
.products_slider {
	flex-wrap: nowrap;
	overflow: hidden;
	/*width:100% !important;*/
}
.products_slider_active {
	overflow: visible;
	margin: 0 !important;
}
.products_slider_active .owl-item {
}
.products_slider_active .owl-item:hover {
	z-index: 9;
}
.products_slider_active .owl-stage-outer {
	margin: -2px -1px;
	padding: 2px 1px;
}
.products_slider_active .products__item {
	margin: 0 !important;
	width: 100% !important;
	height: 100% !important;
}
.products_slider_active .products__item:hover {
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
}
.products__item:hover .view-fav-com {
	opacity: 1;
	visibility: visible;
}
.products__img-dop {
	background: #fff;
	border: 1px solid #eee;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	font-size: 0;
	padding: 20px 90px 20px 20px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-out;
	position: absolute;
	left: calc(100% + 15px);
	top: 50%;
	transform: translateY(-40%);
	z-index: 11;
}
.products__img-dop-home {
	width: 240px;
	height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.products__img-dop-home img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	border-radius: 6px;
}
.products__img-yet {
	position: absolute;
	top: 10px;
	right: 20px;
}
.products__img-yet-item {
	border: 1px solid #eee;
	border-radius: 6px;
	cursor: pointer;
	display: block;
	line-height: initial;
	margin-top: 10px;
	padding: 3px;
	width: 52px;
	height: 52px;
}
.products__img-yet-item_active {
	box-shadow: 0 0 0 2px var(--cheme-color-dop);
}
.products__img-yet-item img {
	width: 100%;
	border-radius: 6px;
}
.products__sep {
	text-align: center;
	position: relative;
}
.products__sep:before {
	background: #eee;
	content: '';
	height: 1px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto 0;
	position: absolute;
}
.products__sep-title {
	background: #fff;
	color: #999;
	padding: 0 15px;
	position: relative;
	font-size: 16px;
}
.products__bonus {
	margin-top: 15px;
}
.h-products_col-3 .products__item {
	width: calc(33.33% - var(--c-l-m));
}
.h-products_col-5 .products__item {
	width: calc(20% - var(--c-l-m));
}
.view-fav-com__item.p-favorit_active {
	background: var(--c-c-l-p-f-f);
	border-color: var(--c-c-l-p-f-f);
	color: var(--c-c-l-p-f-i);
}
.view-fav-com__item.p-favorit_active:hover {
	box-shadow: 0 0 0 1px var(--c-c-l-p-f-f);
	border-color: var(--c-c-l-p-f-f);
	color: var(--c-c-l-p-f-i);
}
.view-fav-com__item.p-compare_active {
	background: var(--c-c-l-p-c-f);
	border-color: var(--c-c-l-p-c-f);
	color: var(--c-c-l-p-c-i);
}
.view-fav-com__item.p-compare_active:hover {
	box-shadow: 0 0 0 1px var(--c-c-l-p-c-f);
	border-color: var(--c-c-l-p-c-f);
	color: var(--c-c-l-p-c-i);
}
.p-tile__items {
	display: flex;
	opacity: 0;
	transition: opacity 0.2s ease-out;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.p-tile__items_full {
	left: -15px;
	right: -15px;
}
.p-tile__item {
	flex: 1;
	position: relative;
}
.p-tile__item:after {
	background-color: #ccc;
	content: "";
	left: 1px;
	right: 1px;
	bottom: -7px;
	position: absolute;
	transition: background-color 0.3s ease-out;
	height: 3px;
}
.p-tile__item_active:after {
	/*background-color:var(--cheme-color-dop);*/
	background: linear-gradient(45deg, var(--cheme-color-dop) 0%, #ffa700 100%);
}
.p-tile-img .products__img {
	opacity: 1;
	transition: opacity 0.2s ease-out;
	transition-delay: 0.1s;
}
.p-tile-img .products__img + .products__img {
	opacity: 0;
}
.p-tile-img_active .products__img {
	opacity: 0;
}
.p-tile-img_active .products__img + .products__img {
	opacity: 1;
}
.s-last_count-remove-all,
.s-favorite_count-remove-all {
	color: var(--cheme-color-dop);
	cursor: pointer;
	font-size: 15px;
	border-bottom: 1px dashed;
	transition: border 0.2s ease-out;
}
.s-last_count-remove-all:hover,
.s-favorite_count-remove-all:hover {
	border-bottom-color: #f9baa5;
}
.view-fav-com {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 15px;
	right: 15px;
	transition: all 0.2s ease-out;
	z-index: 3;
}
.view-fav-com__item {
	background: #fff;
	border-radius: 50%;
	border: 1px solid #eee;
	cursor: pointer;
	color: #222;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
	position: relative;
	transition: all 0.3s ease-out;
	width: 36px;
	height: 36px;
	flex: none;
}
.view-fav-com__item:hover {
	/*border-color:var(--c-c-l-i-f);
    box-shadow:0 0 0 1px var(--c-c-l-i-f);*/
	border-color: var(--cheme-color-dop);
	box-shadow: 0 0 0 1px var(--cheme-color-dop);
}
.view-fav-com__item svg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.favoritepr .view-fav-com {
	top: 36px;
}
.p-features {
	display: block;
	font-size: 13px;
	line-height: 1.6;
}
.p-features__item {
	border-bottom: 1px solid #eee;
	color: #999;
	display: flex;
	align-items: center;
	padding: 5px 0;
}
.p-features__item:last-child {
	border-bottom: none;
}
.p-features__item-name {
	color: #999;
	padding-right: 10px;
}
.p-features__item-color {
	position: relative;
}
.p-features__item-color-name {
	background-color: #555;
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	opacity: 0;
	line-height: normal;
	position: absolute;
	padding: 7px 12px;
	transition: all 0.2s ease-out;
	transition-delay: 0.05s;
	visibility: hidden;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 4;
	white-space: nowrap;
}
.p-features__item-color:hover .p-features__item-color-name {
	opacity: 1;
	visibility: visible;
}
.p-features__item-val {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.p-features__all {
	border-bottom: 1px dashed;
	cursor: pointer;
	color: var(--cheme-color);
	display: inline-block;
	font-size: 13px;
	line-height: 1.4;
	margin-top: 10px;
	transition: border 0.2s ease-out;
}
.p-features__all:hover {
	border-bottom-color: transparent;
}
.badges {
	color: #fff;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.badges .badge {
	border-radius: 6px;
	display: block;
	font-size: 12px;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.badges .new {
	background-color: var(--c-b-n);
}
.badges .low-price {
	background-color: var(--c-b-l);
}
.badges .bestseller {
	background-color: var(--c-b-b);
}
@media screen and (max-width: 1700px) {
	.in-right_center .products__item {
		width: calc(33.33% - var(--c-l-m));
	}
}
@media screen and (max-width: 1400px) {
	.products_col-3 .products__item {
		width: calc(33.33% - var(--c-l-m));
	}

	.products_col-6 .products__item {
		width: calc(16.6666% - var(--c-l-m));
	}
	.products_col-5 .products__item {
		width: calc(20% - var(--c-l-m));
	}

	.products__item {
		width: calc(33.33% - var(--c-l-m));
	}

	.h-products_col-3 .products__item {
		width: calc(50% - var(--c-l-m));
	}

	.h-products_col-5 .products__item {
		width: calc(33.33% - var(--c-l-m));
	}

	.in-right_center .products__item {
		width: calc(33.33% - var(--c-l-m));
	}
}
@media screen and (max-width: 1300px) {
	.products_col-6 .products__item {
		width: calc(20% - var(--c-l-m));
	}
	.products_col-5 .products__item {
		width: calc(25% - var(--c-l-m));
	}

	.in-right_center .products__item {
		width: calc(50% - var(--c-l-m));
	}
}
@media screen and (max-width: 1080px) {
	.products {
		margin-top: calc(-1 * var(--c-l-m-m));
		margin-left: calc(-1 * var(--c-l-m-m));
		width: calc(100% + var(--c-l-m-m));
	}

	.products__item {
		margin-left: var(--c-l-m-m);
		margin-top: var(--c-l-m-m);
		width: calc(25% - var(--c-l-m-m));
	}

	.products__item_banner-row {
		width: calc(100% - var(--c-l-m-m)) !important;
	}

	.h-products_col-3 .products__item {
		width: calc(33.33% - var(--c-l-m));
	}

	.h-products_col-6 .products__item,
	.h-products_col-5 .products__item {
		width: calc(33.33% - var(--c-l-m));
	}

	.in-right_center .products__item {
		width: calc(25% - var(--c-l-m-m));
	}
}
@media screen and (max-width: 920px) {
	.products_col-6 .products__item,
	.products_col-5 .products__item,
	.products_col-4 .products__item {
		width: calc(33.33% - var(--c-l-m-m));
	}

	.products__item {
		width: calc(33.33% - var(--c-l-m-m));
	}

	.h-products_col-3 .products__item {
		width: calc(50% - var(--c-l-m));
	}

	.h-products_col-5 .products__item {
		width: calc(50% - var(--c-l-m));
	}

	.in-right_center .products__item {
		width: calc(33.33% - var(--c-l-m-m));
	}
}
@media screen and (max-width: 760px) {
	.products_col-6 .products__item,
	.products_col-5 .products__item,
	.products_col-4 .products__item,
	.products_col-3 .products__item,
	.products__item {
		width: calc(50% - var(--c-l-m-m));
	}

	.products__item:hover {
		box-shadow: none !important;
	}

	.products__price {
		margin-top: 10px;
	}

	.h-products_col-3 .products__item {
		width: calc(100% - var(--c-l-m));
	}

	.h-products_col-6 .products__item,
	.h-products_col-5 .products__item {
		width: calc(100% - var(--c-l-m));
	}

	.in-right_center .products__item {
		width: calc(50% - var(--c-l-m-m));
	}
}
@media screen and (max-width: 580px) {
	.products_col-6 .products__item,
	.products_col-5 .products__item,
	.products_col-3 .products__item,
	.products__item {
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		width: calc(50% - var(--c-l-m-m));
	}

	.products_col-6 .products__item-img-full,
	.products_col-5 .products__item-img-full,
	.products_col-3 .products__item-img-full,
	.products__item-img-full {
		margin: -10px -10px 0;
		width: calc(100% + 20px);
		padding-top: calc(var(--cat-p-p) + 20px);
	}

	.products_col-6 .products__item .view-fav-com,
	.products_col-5 .products__item .view-fav-com,
	.products_col-3 .products__item .view-fav-com,
	.products__item .view-fav-com {
		display: none;
	}

	.products__view,
	.products__vfc {
		display: none;
	}

	.products__price-range,
	.products__price-new {
		font-size: 16px;
	}

	.products__price-old {
		font-size: 12px;
	}

	.products__price-new {
		margin-right: 5px;
	}

	.products__price-new_low {
		font-size: 15px;
	}

	.in-right_center .products__item {
		width: calc(50% - var(--c-l-m-m));
	}

	.p-tile__items_full {
		left: -10px;
		right: -10px;
	}
}
@media screen and (max-width: 480px) {
	.products__price-old {
		font-size: 12px;
		justify-content: space-between;
	}

	.products_low .products__price-old {
		justify-content: left;
	}

	.products__cart-flex {
		flex-direction: column-reverse;
		margin-top: 12px;
	}

	.products__cart-flex .counter {
		margin-left: 0;
		margin-bottom: 10px;
		height: 36px;
		width: 100%;
	}

	.products__cart-flex .counter__minus,
	.products__cart-flex .counter__plus {
		height: 36px;
	}

	.products__button {
		height: 36px;
		line-height: 36px;
	}

	.products__rating .icon16 {
		width: 12px;
		height: 12px;
		margin: 0;
	}
}
@media screen and (max-width: 360px) {
	.products__item .buy1click-button_type_item {
		font-size: 13px !important
	}

	.products__rating {
		padding: 0 2px;
		height: 20px
	}

	.products__rating .icon16 {
		height: 17px;
		width: 10px
	}

	.products__rating-count {
		padding: 0 2px;
		height: 20px
	}

	.products__rating-count .icon16.i-reviews {
		width: 14px;
		height: 14px
	}

	.products__rating-images {
		padding: 0 2px;
		height: 20px
	}

	.products__rating-images .icon14.i-camera {
		width: 12px;
		height: 12px
	}
}
@media screen and (max-width: 320px) {
	.products_col-6 .products__item,
	.products_col-5 .products__item,
	.products_col-3 .products__item,
	.products__item,
	.searchpro__page-container .searchpro__page-content .products_col-6 .products__item {
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		width: calc(100% - var(--c-l-m-m))
	}
}
.s-products {
	position: relative;
	transition: opacity 0.3s ease-out;
}
.s-products .badges {
	left: 20px;
	top: 20px;
}
.s-products__item {
	background: var(--c-c-l-p-f);
	border: 1px solid var(--c-c-l-p-b);
	border-radius: 6px;
	display: flex;
	margin-top: 15px;
	padding: 15px;
	position: relative;
	transition: all 0.3s ease-out;
	width: 100%;
}
.s-products__item:first-child {
	margin-top: 0;
}
.s-products__item:hover {
	box-shadow: 0 5px 20px rgba(61, 61, 61, 0.1);
}
.s-products__left {
	flex: none;
	text-align: center;
	position: relative;
}
.s-products__img {
	position: relative;
	width: 170px;
	height: 150px;
	line-height: 150px;
}
.s-products__img:hover .products__img-dop {
	visibility: visible;
	opacity: 1;
}
.s-products__img a img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	border-radius: 6px;
}
.s-products__view-fav-com {
	margin-top: 12px;
}
.s-products__view-fav-com .products__vfc {
	justify-content: center;
	margin-left: -10px;
}
.s-products__view-fav-com .products__vfc .view-fav-com__item {
	width: 34px;
	height: 34px;
}
.s-products__right {
	flex: 1;
	display: flex;
}
.s-products__right-l {
	padding: 0 20px;
	flex: 1;
}
.s-products__right-r {
	width: 220px;
}
.s-products__name {
	margin-bottom: 8px;
	line-height: 1.4;
	transition: color 0.3s ease-out;
}
.s-products__video {
	display: inline-block;
	color: var(--cheme-color-dop);
	line-height: normal;
	/*margin-left:5px;*/
	vertical-align: middle;
}
.s-products__code {
	color: #808080;
	margin-top: 10px;
	font-size: 12px;
}
.s-products__color {
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.s-products__summary {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.4;
	position: relative;
	padding: 8px 16px;
	color: #444;
	background: #f1f1f1;
	border-radius: 6px;
}
.s-products__features {
	margin-top: 6px;
}
.s-products__features .p-features__item {
	border-bottom: none;
	padding: 0;
	margin-top: 2px;
}
.s-products__rating {
	margin-top: 5px;
	margin-bottom: 3px;
	display: flex;
	gap: 6px;
	align-items: center;
}
.s-products__rating .products__rating-count {
}
.s-products__available {
	display: flex;
	font-size: 13px;
	line-height: 1.4;
}
.s-products__price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	margin-top: 15px;
}
.s-products__price-range {
	font-size: 18px;
	font-weight: var(--font-weight);
	margin-top: 5px;
}
.s-products__price-new {
	font-size: 24px;
	font-weight: var(--font-weight);
	margin-right: 10px;
	margin-top: 5px;
}
.s-products__price-old {
	color: #808080;
	margin-top: 5px;
}
.s-products__addtocart {
	margin-top: 20px;
}
.s-products__counter {
	display: flex;
	align-items: center;
}
.s-products__counter-title {
	font-size: 14px;
	color: #808080;
	margin-right: 10px;
}
.s-products__counter .counter {
	width: 90px;
}
.s-products__counter .counter-pr_low {
	width: 100%;
}
.s-products__counter .counter-pr__count {
	width: 65%;
}
.s-products__counter {
}
.s-products__counter {
}
.s-products__counter {
}
.s-products__counter {
}
.s-products__button {
	margin-top: 15px;
	width: 100%;
}
.s-products__button .i-check {
	margin-right: 3px;
	margin-bottom: -1px;
}
.s-products__one {
	margin-top: 10px;
}
.s-products__one_no-border {
	margin-top: 20px;
}
.s-products__one button {
	width: 100%;
}
@media screen and (max-width: 1080px) {
	.s-products .products__img-dop {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.s-products__item {
		padding: 15px;
	}

	.s-products__left {
		width: 40%;
	}

	.s-products__img {
		width: 100%;
	}

	.s-products__right {
		flex-direction: column;
	}

	.s-products__right-l {
		padding: 0;
		margin-bottom: 10px;
	}

	.s-products__right-r {
		width: 100%;
	}

	.s-products__available {
		margin-top: 10px;
	}

	.s-products .p-view {
		display: none;
	}
}
@media screen and (max-width: 580px) {
	.s-products__item {
		padding: 10px;
		flex-direction: column;
	}

	.s-products__left {
		width: 100%;
		margin-bottom: 20px;
	}

	.s-products__img {
		height: auto;
		line-height: initial;
	}

	.s-products__img a img {
		max-width: 100%;
		max-height: 360px;
	}

	.s-products__view-fav-com .products__vfc {
		display: flex;
	}
}
.m-products {
	position: relative;
	transition: opacity 0.3s ease-out;
}
.m-products__item {
	background: var(--c-c-l-p-f);
	border: 1px solid var(--c-c-l-p-b);
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 15px 0 0;
	padding: 15px;
	position: relative;
	width: 100%;
	transition: all 0.3s ease-out;
}
.m-products__item:first-child {
	margin-top: 0;
}
.m-products__item:hover {
	box-shadow: 0px 5px 20px rgba(61, 61, 61, 0.1);
}
.m-products__img {
	flex: none;
	position: relative;
}
.m-products__img:hover .products__img-dop {
	visibility: visible;
	opacity: 1;
}
.m-products__img-block {
	display: block;
	text-align: center;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	line-height: 60px;
}
.m-products__img-block img {
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	border-radius: 6px;
}
.m-products__info {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	vertical-align: top;
	width: calc(100% - 60px);
}
.m-products__info-block {
	flex: 1;
	padding: 0 20px;
}
.s-products .s-products__name a,
.m-products__info-name a {
	color: #444;
	border-bottom: 1px solid #d0d0d0;
	display: inline;
	text-decoration: none;
	line-height: 1.3;
	font-size: 18px;
}
.s-products .s-products__name a:hover,
.m-products__info-name a:hover {
	color: var(--cheme-color-dop);
	border-color: #f9baa5
}
.m-products__info-fl {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.m-products__info-available {
	display: flex;
	font-size: 13px;
	line-height: 1.4;
	margin-top: 10px;
	margin-right: 15px;
}
.m-products__info-rating {
	display: flex;
	align-items: center;
	margin-top: 10px;
	margin-right: 7px;
	vertical-align: middle;
}
.m-products__info-rating .products__rating-count {
	margin-left: 6px;
}
.m-products__info-badges {
	display: flex;
	align-items: center;
	margin-top: 10px;
	margin-right: 15px;
	vertical-align: middle;
}
.m-products__info-badges .badges {
	display: flex;
	align-items: center;
	position: static;
	margin-left: -10px;
}
.m-products__info-badges .badges .badge {
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin: 0 0 0 10px;
	padding: 0 10px;
}
.m-products__info-badges .badges .badge:last-child {
	margin-right: 0;
}
.m-products__info-video {
	margin-top: 6px;
	color: var(--cheme-color-dop);
	display: flex;
	align-items: center;
}
.m-products__info-price .stock-label__price {
	margin-right: 0;
}
.m-products__info-price-range {
	font-size: 16px;
	font-weight: var(--font-weight);
	margin-top: 5px;
}
.m-products__info-price-new {
	font-size: 18px;
	font-weight: var(--font-weight);
	display: block;
	margin-right: 10px;
	margin-top: 5px;
}
.m-products__info-price-old {
	color: #808080;
	font-size: 12px;
	margin-top: 5px;
}
.m-products__info-addcart {
	flex: none;
	display: flex;
	align-items: center;
	margin-left: 30px;
}
.m-products__info-count {
	flex: none;
	width: 80px;
}
.m-products__price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-top: -5px;
}
.m-products__button {
	margin-left: 20px;
	width: 140px;
}
.m-products__button .i-check {
	margin-right: 3px;
	margin-bottom: -1px;
}
.m-products__info-block .m-products__info-available,
.m-products__info-block .m-products__info-rating {
	margin-top: 6px;
}
.m-products__info-block .m-products__info-available {
	margin-right: 3px;
}
@media screen and (max-width: 1080px) {
	.m-products .products__img-dop {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.m-products__item {
		align-items: flex-start;
	}

	.m-products__img {
		width: 100px;
	}

	.m-products__info {
		flex-direction: column;
		padding-left: 20px;
	}

	.m-products__info-block {
		padding: 0;
		width: 100%;
	}

	.m-products__info-price {
		margin-top: 15px;
		width: 100%;
	}

	.m-products__info-addcart {
		margin-top: 20px;
		margin-left: 0;
		width: 100%;
	}

	.m-products__info-count {
		margin-top: 0;
	}

	.m-products__price {
		justify-content: flex-start;
	}

	.m-products__button {
		width: 100%;
	}
}
@media screen and (max-width: 580px) {
	.m-products__item {
		padding: 10px;
	}

	.m-products__img {
		width: 80px;
	}

	.m-products__img-block {
		width: 100%;
		height: 100px;
		line-height: initial;
	}

	.m-products__info {
		padding-left: 10px;
	}

	.m-products__info-addcart {
		gap: 20px;
		flex-wrap: wrap;
	}

	.m-products__button {
		margin-left: 0;
		width: 100%;
	}
}
.products__pr-price {
	display: flex;
	flex-direction: column;
	margin-top: 12px;
	width: 100%;
}
.products__pr-price_list {
	margin-top: 0 !important;
}
.products__pr-price_mini {
	align-items: flex-end;
	margin-top: 0 !important;
}
.products__pr-price_mini .products__pr-price-wrap,
.products__pr-price_mini .products__pr-price-label {
	justify-content: flex-end;
	flex-direction: column;
}
.price-static {
	color: var(--cheme-color-dop);
}
.products__pr-price-wrap {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 5px;
}
.products__pr-price-new {
	font-size: 18px;
	font-weight: bold;
}
.products__pr-price-new .price {
	font-size: 22px;
	font-weight: var(--font-weight);
}
.products__pr-price-new_low {
	font-size: 14px;
}
.products__pr-price-new_low .price {
	font-size: 18px;
}
.products__pr-price-old {
	color: #a9a9a9;
}
.products__pr-price-old,
.products__pr-price-sale {
	font-size: 15px;
	font-weight: bold;
}
.products__pr-price-old .price {
}
.products__pr-price-old_low {
	font-size: 16px;
}
.products__pr-price-old_low .price {
}
.products__pr-price-sale {
	color: var(--cheme-color-dop);
}
.products__pr-price-label {
	margin-top: 5px;
}
.products__pr-price-base-ratio {
	display: block;
}
.products__pr-price-base,
.products__pr-price-ratio {
	display: inline-block;
	position: relative;
}
.products__pr-price-ratio___:before {
	position: absolute;
	left: -3px;
	content: "•";
	color: #808080;
	top: 0;
}
.products__pr-price-base {
	color: #646464;
	font-size: 13px;
	margin-top: 15px;
}
.products__pr-price-base_mt {
	margin-top: 8px;
}
.products__pr-price-base .price {
	font-weight: normal;
}
.products__pr-price-ratio {
	color: #646464;
	font-size: 13px;
	margin-top: 0;
	margin-left: 8px;
	padding-left: 8px;
}
.m-products__info .products__pr-price-new_low {
	font-size: 16px;
}
.m-products__info .products__pr-price-new_low .price {
	font-size: 19px;
}
.m-products__info .products__pr-price-old_low {
	font-size: 16px;
}
.m-products__info .m-products__button {
	height: 46px;
}
.m-products__info {
}
@media screen and (max-width: 767px) {
	.products__pr-price_mini {
		align-items: flex-start;
	}

	.products__pr-price-old,
	.products__pr-price-sale {
		font-size: 14px;
	}
}
@media screen and (max-width: 480px) {
	.products__pr-price {
		margin-top: 10px;
	}

	.products__pr-price-new {
		font-size: 19px;
	}

	.products__pr-price-new .price {
		font-size: 21px;
	}

	.products__pr-price-new_low {
		font-size: 12px;
	}
}
.product__counter_bg {
	background: #f7f7f7;
	margin: 0 -20px;
	padding: 20px;
}
.counter-pr {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 6px;
	align-items: center;
	display: flex;
	height: 46px;
}
.counter-pr_low {
	border-radius: 6px;
	height: 36px;
}
.counter-pr_big {
	height: 46px;
}
.counter-pr_big .counter-pr__unit {
	font-size: 14px;
}
.counter-pr_big input.counter-pr__input {
	font-size: 17px;
	max-width: 54px;
}
.counter-pr_big .counter-pr__minus,
.counter-pr_big .counter-pr__plus {
	font-size: 12px;
	width: 40px;
}
.m-products__info-addcart .counter-pr_low {
	height: 46px;
}
.counter-pr_low .counter-pr__unit {
	font-size: 13px;
}
.counter-pr_low input.counter-pr__input,
.counter-pr_low input.counter-pr__input:focus {
	font-size: 16px;
	background: #fff;
}
.counter-pr__icon svg {
	transition: all 0.2s ease-out;
}
.counter-pr .is-near-limit .counter-pr__icon,
.counter-pr .is-locked .counter-pr__icon {
	display: none;
}
.counter-pr__count {
	display: flex;
	align-items: center;
	flex-direction: column;
}
input.counter-pr__input,
input.counter-pr__inpu:focus {
	border: none;
	border-radius: 0;
	font-size: 13px;
	font-weight: var(--font-weight);
	padding: 0;
	text-align: center;
	max-width: 28px;
	background: #fff;
}
.counter-pr__unit {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
.counter-pr__minus,
.counter-pr__plus {
	background: none;
	border: none;
	color: #777;
	font-size: 11px;
	cursor: pointer;
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 40px;
}
.counter-pr__minus:hover,
.counter-pr__plus:hover {
	color: var(--cheme-color-dop);
}
.counter-pr__des {
	display: flex;
	align-items: center;
	flex-direction: column;
	transition: all 0.2s ease-out;
}
.counter-pr__des .s-step {
	margin-top: 2px;
}
.products__counter .counter-pr__minus,
.products__counter .counter-pr__plus {
	width: 28px;
}
.product__pages {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -30px;
	margin-top: -20px;
	margin-bottom: 30px;
}
.product__pages-item {
	margin-left: 30px;
	margin-top: 20px;
	text-decoration: none;
}
.product__pages-item:hover {
	text-decoration: none;
}
.product__pages-item_active {
	color: #222;
}
.product__wrap {
	display: flex;
	flex-wrap: wrap;
}
.product__wrap-1 {
	border: 1px solid #eee;
	border-radius: 6px;
}
.product__wrap-1 .product__content-left {
	border-right: 1px solid #eee;
}
.product__wrap-1 .product__content-left,
.product__wrap-1 .product__content-right {
	padding: 30px 20px 20px;
	width: 50%;
}
.product__wrap-2 {
	border: 1px solid #eee;
	border-radius: 6px;
}
.product__wrap-3 .product__content-left {
	padding-right: 30px;
	width: 50%;
}
.product__wrap-3 .product__content-right {
	/*padding:20px;*/
	width: 50%;
}
.product__right_content {
	box-shadow: 0 0 20px 0 rgba(221, 221, 221, 0.7);
	border-radius: 8px;
	border: 1px solid #eee;
}
.product__right_content,
.product__right_content_noline {
	padding: 20px;
}
.product__wrap_modal {
	background: #fff;
	border-radius: 6px;
	padding: 30px;
	max-width: 1400px;
}
.product__wrap_modal .in-blocks__title {
	margin-bottom: 20px;
	width: 100%;
	flex: none;
}
.product__top {
	display: flex;
	gap: 25px;
	align-items: center;
	flex-wrap: nowrap;
	margin-top: 20px;
	padding-bottom: 15px;
}
.product__top-brand-name {
	color: #808080;
	border-bottom: 1px solid #ccc;
}
.product__top-brand-name:hover {
	color: var(--cheme-color-dop);
	border-color: var(--cheme-color-dop);
}
@media screen and (max-width: 580px) {
	.product__top {
		gap: 16px;
	}

	.product__top-item-brand {
		display: none;
	}
}
@media screen and (max-width: 380px) {
	.product__top {
		gap: 14px;
	}
}
.product__top-3 {
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}
.product__top-brand {
	display: flex;
	gap: 5px;
	align-items: center;
}
.product__top .i-faq,
.product__top .i-compare,
.product__top .i-favorits,
.product__top .i-share {
	color: #b3b3b3;
	fill: #b3b3b3;
}
.product__top .icon-svg.i-faq {
	display: inline-block;
	flex: none;
}
@media screen and (max-width: 580px) {
}
.product__top .p-faq,
.product__top .p-favorit,
.product__top .p-compare {
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 5px;
	color: gray;
	line-height: 1.2;
}
.product__top .p-faq .dotted,
.product__top .p-compare .dotted,
.product__top .p-favorit .dotted {
	border-color: #ccc;
}
.product__top .p-favorit_active,
.product__top .p-favorit_active svg {
	color: var(--cheme-color-dop);
}
.product__top .p-favorit_active .dotted {
	border-color: #fd9a82;
}
.product__top .p-compare_active,
.product__top .p-compare_active svg {
	color: #43c16d;
}
.product__top .p-compare_active .dotted {
	border-color: #43c16d;
}
.product__top .p-favorit:hover,
.product__top .p-favorit:hover svg,
.product__top .p-favorit:hover .dotted,
.product__top .p-favorit_active:hover .dotted {
	color: #ff3e00;
	border-color: #ffcebe;
}
.product__top .p-compare:hover,
.product__top .p-compare:hover svg,
.product__top .p-compare:hover .dotted,
.product__top .p-compare_active:hover .dotted {
	color: #16853b;
	border-color: #16853b;
}
.product__top .p-faq:hover,
.product__top .p-faq:hover svg,
.product__top .p-faq:hover .dotted {
	color: var(--cheme-color-dop);
	border-color: var(--cheme-color-dop);
}
.product__top-share {
	position: relative;
}
.product__top-share-name {
	cursor: pointer;
	color: #808080;
	display: flex;
	align-items: center;
	gap: 5px;
	line-height: 1.2;
}
.product__top-share-name .dotted {
	border-color: #ccc;
}
.product__top-share-name:hover svg,
.product__top-share-name:hover .dotted {
	color: var(--cheme-color-dop);
	border-color: #ffcebe;
}
.product__top-share-icon {
	background: #fff;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	color: #222;
	padding: 10px;
	border-radius: 6px;
	position: absolute;
	transition: all 0.15s linear;
	transition-delay: 0.1s;
	opacity: 0;
	visibility: hidden;
	width: 184px;
	left: 50%;
	top: calc(100% + 20px);
	transform: translateX(-50%);
	text-align: center;
	white-space: nowrap;
	z-index: 999;
}
.product__top-share-icon:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 0;
	height: 10px;
	width: 100%;
}
.product__top-share:hover .product__top-share-icon {
	visibility: visible;
	opacity: 1;
	top: calc(100% + 10px);
}
.product__rating {
	align-items: center;
	display: flex;
	gap: 10px;
}
.product__rating-star {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: var(--font-weight);
}
.product__rating-link,
.product__faq-link {
	color: #808080;
	text-decoration: none;
}
.product__rating-link-name,
.product__faq-link-name {
	border-bottom: 1px dotted #ccc;
	cursor: pointer;
}
.product__faq-link-name,
.product__rating-link-name,
.product__top-brand {
	color: gray;
	transition: all 0.2s ease-out;
}
.product__faq-link:hover .i-faq {
	color: var(--cheme-color-dop);
	fill: var(--cheme-color-dop);
}
.product__faq-link-name:hover,
.product__rating-link-name:hover {
	color: var(--cheme-color-dop);
	border-color: #ffcebe;
	transition: all 0.2s ease-out
}
.product__share_sidebar:hover .product__top-share-svg svg {
	fill: var(--cheme-color-dop);
}
.product__top .p-faq,
.product__top .p-favorit,
.product__top .p-compare,
.product__top-share-name,
.product__faq-link-name,
.product__rating-link-name,
.product__top-brand {
	font-size: 15px;
}
.product__content-1 {
	width: 56%;
	display: flex;
	flex-wrap: wrap;
}
.product__content-1 .product__content-tabs {
	border-top: 1px solid #eee;
	padding: 30px 20px 20px;
}
.product__content-2 {
	background: #f9f9f9;
	width: 46%;
	padding: 30px;
}
.product__content-2 .product__cart {
	border-top: 2px solid #eee;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 30px -30px 0;
	padding: 10px 30px 0;
}
.product__content-2 .product__counter {
	margin-right: 20px;
	margin-top: 20px;
}
.product__content-2 .product__button {
	margin-right: 20px;
	margin-top: 20px;
	width: auto;
	min-width: 140px;
}
.product__content-2 .button-one {
	height: 46px;
	line-height: 46px;
	width: auto;
	min-width: 140px;
	margin-top: 20px;
}
.product__content-3 {
	width: 56%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.product__content-tabs {
	padding-top: 30px;
	flex: none;
	width: 100%;
}
.product__item {
	margin-top: 25px;
}
.product__item:first-child {
	margin-top: 0;
}
.product__item-title {
	font-size: 16px;
	font-weight: var(--font-weight);
	line-height: 1.4;
	margin-bottom: 10px;
}
.product__summary {
	color: #444;
	line-height: 1.5;
	font-size: 15px;
	position: relative;
	padding: 8px 16px;
	background: #f1f1f1;
	border-radius: 6px;
	margin-bottom: 23px;
}
.product__features {
	font-size: 14px;
	line-height: 1.6;
	display: flex;
	flex-wrap: wrap;
}
.product__features_2 {
	margin-left: -20px;
}
.product__features_2 .product__features-item {
	margin-top: 0;
	margin-bottom: 8px;
	margin-left: 20px;
	width: calc(50% - 20px);
}
.product__features_2 .product__features-all {
	width: 100%;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 20px;
}
.product__features_columns .product__features-item {
	display: flex;
	flex: none;
}
.product__features_columns .product__features-value {
	margin-left: 5px;
}
.product__features-item {
	margin-top: 6px;
	width: 100%;
	flex: none;
}
.product__features-item:first-child {
	margin-top: 0;
}
.product-features-sidebar,
.product-features-sidebar .product__features-item {
	position: relative;
}
.product-features-sidebar .product__features-item {
	display: flex;
	margin-bottom: 5px;
}
.product-features-sidebar .product__features-name {
	position: relative;
	overflow: hidden;
	flex-grow: 1;
}
.product-features-sidebar .product__features-name .product-features__label {
	position: relative;
	padding-right: 6px;
	background-color: #fff;
}
.product-features-sidebar .product__features-value {
	padding-left: 6px;
}
.product-features-sidebar .product__features-name:before {
	content: ".......................................................................................................";
	letter-spacing: .15em;
	position: absolute;
	color: #808080;
	left: 0;
	top: 0;
	line-height: 2.2;
	font-size: 12px;
}
.product__features-name {
	color: #808080;
}
.product__features-all {
	color: #4d4d4d;
	border-bottom: 1px dashed #adadad;
	cursor: pointer;
	font-weight: bold;
	display: inline-block;
	margin: 0;
	line-height: 1.3;
}
.product__features-all:hover {
	color: #ff3100;
	border-color: #ff3800;
}
.product__stocks {
	display: flex;
	line-height: 1.4;
	margin-left: -20px;
	flex-direction: row-reverse;
}
.product__stocks_row {
	display: block;
}
.product__stocks_row .product__code {
	margin-bottom: 20px;
	width: calc(100% - 20px);
}
.product__stocks_row .stocks {
	width: calc(100% - 20px);
}
.product__stocks_row .stocks strong {
	margin-left: 5px;
	text-transform: lowercase;
}
.product__stocks_row .stocks__stock {
	display: flex;
}
.product__code {
	color: #808080;
	font-size: 13px;
	flex: none;
}
.product__code span {
	display: none;
	word-break: break-all;
}
.product__category {
	line-height: 1.6;
}
.product__category-item {
	color: #808080;
	font-size: 13px;
}
.product__add2cart {
	border-top: 2px solid #f1f1f1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-right: -50px;
	margin-left: -50px;
	padding: 40px 50px 0;
}
.product__prices {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	margin-top: -10px;
}
.product__price {
	display: block;
	font-size: 30px;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 10px;
}
.product__price-old {
	font-size: 20px;
	color: #808080;
	margin-top: 10px;
	font-weight: var(--font-weight);
}
.product__price-dis {
	margin-top: 5px;
}
.product__cart {
	margin-top: 30px;
}
.product__counter {
	display: flex;
	align-items: center;
}
.product__counter-title {
	margin-right: 10px;
}
.product__counter .counter {
	width: 100px;
}
.product__counter .product__fav-com-item {
	margin-left: 20px;
	margin-right: 0;
}
.product__fav-com {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center
}
.product__fav-com-item {
	cursor: pointer;
	display: flex;
	align-items: center;
	margin-right: 20px
}
.product__fav-com-item:hover {
	color: var(--cheme-color-dop);
}
.product__fav-com-item svg {
	margin-right: 5px
}
.product__fav-com .p-favorit_active {
	color: var(--cheme-color-dop)
}
.product__fav-com .p-compare_active {
	color: #43c16d
}
.product__button {
	width: 100%;
}
.product__button-one {
	width: 100%;
}
.product__button-fix {
	background: #fff;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	display: flex;
	gap: 20px;
	padding: 10px;
	position: fixed;
	bottom: 60px;
	left: -1px;
	right: -1px;
	z-index: 900;
}
.product__button-fix .product__button {
	margin: 0;
	width: 100%;
}
.product__button-fix .product__counter {
	margin: 0;
}
.product__contact {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	line-height: 1.6;
	text-align: center;
	justify-content: center;
}
.product__contact svg {
	color: var(--cheme-color-dop);
	margin-right: 5px;
}
.product__contact strong {
	margin-left: 5px;
	color: var(--cheme-color);
}
.product__contact strong:hover {
	color: var(--cheme-color-dop);
}
.product__plugins {
	font-size: 15px;
	width: 100%;
	margin-top: 1em;
}
.product__plugins.s-product-aux {
	margin-top: 0;
}
.product__plugins .button-one {
	width: 100%;
}
.product__t-info {
	display: flex;
	align-items: center;
}
.product__t-info-item {
	display: flex;
	align-items: center;
}
.product__t-info-item:first-child {
	margin-right: 20px;
}
.product__t-info-icon {
	color: #00ad5d;
	margin-right: 5px;
}
.product .ya-share2__container_size_m .ya-share2__icon {
	background-size: 30px !important;
	width: 30px !important;
	height: 30px !important;
}
.product .ya-share2__container_size_m .ya-share2__item {
	margin-right: 5px !important;
}
.product__tab-right {
	display: flex;
	justify-content: space-between;
}
.product__tab-right .in-left {
	margin-right: 0;
}
.product__bonus {
	display: flex;
	align-items: center;
}
.product__bonus-icon {
	border: 1px solid #f8d800;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	width: 24px;
	height: 24px;
}
.product__bonus-icon .star {
	margin-right: 0;
}
.product__bonus-count {
	margin-right: 10px;
}
.product__bonus-count-num {
	color: #43c16d;
	font-weight: var(--font-weight);
	margin-right: 5px;
}
.product__bonus-info {
	position: relative;
}
.product__bonus-info-icon {
	border: 1px solid #ccc;
	border-radius: 50%;
	cursor: pointer;
	color: #a8a8a8;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	font-size: 10px;
	font-weight: var(--font-weight);
	line-height: 16px;
	transition: all 0.2s ease-out;
}
.product__bonus-info:hover .product__bonus-info-icon {
	border-color: #999;
	color: #888;
}
.product__bonus-info-drop {
	background: #fff;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	border-radius: 6px;
	color: #222;
	line-height: 1.6;
	padding: 20px;
	position: absolute;
	transition: all 0.15s linear;
	opacity: 0;
	visibility: hidden;
	left: 50%;
	top: calc(100% + 20px);
	transform: translateX(-50%);
	z-index: 12;
	width: 300px;
}
.product__bonus-info-drop:before {
	background: none;
	content: "";
	position: absolute;
	left: 0;
	top: -10px;
	height: 10px;
	width: 100%;
}
.product__bonus-info:hover .product__bonus-info-drop {
	opacity: 1;
	visibility: visible;
	top: calc(100% + 10px);
}
.product__reviews-info {
	background: #f9f9f9;
	border-radius: 6px;
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 40px;
	padding: 20px;
}
.stocks {
	font-size: 13px;
	margin-left: 20px;
	flex: 1;
}
.stocks strong {
	font-weight: normal;
	display: flex;
	align-items: center;
}
.stocks strong svg {
	margin-right: 5px;
}
.stocks__stock {
}
.stocks .stock-high {
	color: #00ad5d;
}
.stocks .stock-low {
	color: #ffa500;
}
.stocks .stock-none,
.stocks .stock-critical {
	color: #e9545d;
}
.counter {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 6px;
	align-items: center;
	display: flex;
	font-size: 0;
	text-align: center;
	vertical-align: middle;
	height: 46px;
}
.counter__count {
	flex: 1;
}
.counter__count input {
	background: transparent;
	border: none;
	font-size: 14px;
	font-weight: var(--font-weight);
	padding: 0;
	text-align: center;
	width: 100%;
}
.counter__minus,
.counter__plus {
	background: none;
	border: none;
	font-size: 12px;
	cursor: pointer;
	padding: 0 10px;
	height: 46px;
	display: flex;
	align-items: center;
}
.counter_big {
	height: 56px;
}
.counter_big .counter__minus,
.counter_big .counter__plus {
	height: 56px;
}
.counter_low {
	border-radius: 6px;
	height: 36px;
}
.counter_low .counter__count input {
	font-size: 12px;
}
.counter_low .counter__minus,
.counter_low .counter__plus {
	height: 36px;
	padding: 0 6px;
}
@media screen and (max-width: 1080px) {
	.product__content-1,
	.product__content-2,
	.product__content-3 {
		width: 50%;
	}

	.product__content-1,
	.product__content-3 {
		flex-direction: column;
	}

	.product__wrap {
		padding-bottom: 0;
	}

	.product__wrap-1 .product__content-left {
		border-right: 0;
		width: 100%;
		padding: 20px;
	}

	.product__wrap-1 .product__content-right {
		padding-top: 0;
		width: 100%;
	}

	.product__wrap-3 .product__content-left {
		width: 100%;
		padding: 0 0 20px;
	}

	.product__wrap-3 .product__content-right {
		width: 100%;
	}

	.product__item-mobile {
		display: none;
	}

	.product__top {
		white-space: nowrap;
		overflow-y: hidden;
		overflow-x: auto;
		position: relative;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.product__top::-webkit-scrollbar {
		background: #ededed;
		border: 1px solid #fff;
		height: 3px;
	}

	.product__top::-webkit-scrollbar-thumb {
		background-color: #ddd;
	}

	.product__top::-webkit-scrollbar-thumb:hover {
		background-color: #ddd;
	}
}
@media screen and (max-width: 767px) {
	.product__wrap_modal {
		padding: 20px;
	}

	.product__item {
		margin-top: 15px;
	}

	.product__content-1,
	.product__content-2,
	.product__content-3 {
		width: 100%;
	}

	.product__content-2 {
		padding: 20px;
	}

	.product__content-2 .product__cart {
		margin: 30px -20px 0;
		padding: 10px 20px 0;
	}

	.product__content-2 .product__button {
		margin-right: 0;
		width: 100%;
	}

	.product__content-2 .button-one {
		margin-top: 10px;
		width: 100%;
	}

	.product__wrap-1 .product__content-left,
	.product__wrap-1 .product__content-right {
		padding: 0 20px 20px;
	}
}
@media screen and (max-width: 480px) {
	.product__reviews-info {
		border-radius: 0;
		font-size: 13px;
		margin: 0 -10px 25px;
		padding: 10px;
	}
}
.p-images {
	flex: none;
	width: 44%;
}
.p-images-1 {
	border-right: 1px solid #eee;
}
.p-images-1 .p-images__wrap {
	padding: 30px;
}
.p-images-1 .p-images__right,
.p-images-1 .p-images__slider-item {
	height: 500px;
}
.p-images-1 .p-images__right_des {
	height: 540px;
}
.p-images-2 {
	width: 54%;
}
.p-images-2 .p-images__wrap {
	padding: 30px;
}
.p-images-2 .p-images__right,
.p-images-2 .p-images__slider-item {
	height: 600px;
}
.p-images-2 .p-images__right_des {
	height: 640px;
}
.p-images-3 .p-images__right,
.p-images-3 .p-images__slider-item {
	height: 500px;
}
.p-images-3 .p-images__right_des {
	height: 540px;
}
.p-images__wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	flex-direction: row;
	padding-right: 30px;
}
.p-images__wrap .owl-carousel .owl-item {
	padding: 1px;
}
.p-images__wrap_rev {
	flex-direction: row-reverse;
	justify-content: space-between;
}
.p-images__wrap_rev-2 {
	flex-direction: row;
}
.p-images__wrap_rev .p-images__left {
	width: 65px;
	position: relative;
}
.p-images__wrap_rev .p-images__dop {
	margin-top: 0;
	width: 300px;
	transform: rotate(90deg);
	transform-origin: left top;
	position: absolute;
	top: 30px;
	left: 67px;
}
.p-images__wrap_rev .p-images__dop-link {
	transform: rotate(-90deg);
}
.p-images__wrap_rev .p-images__right {
	width: calc(100% - 95px);
}
.p-images__left {
	width: 100%;
}
.p-images__right {
	width: 100%;
	position: relative;
}
.p-images__right .owl-prev,
.p-images__right .owl-next {
	box-shadow: none;
}
.p-images__right .owl-prev {
	left: 30px;
}
.p-images__right .owl-next {
	right: 30px;
}
.p-images__description {
	line-height: 1.6;
	text-align: center;
	margin-top: 20px;
	padding: 0 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.p-images__slider-item {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
}
.p-images__slider-item img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	border-radius: 12px;
}
.p-images__slider iframe {
	border: none;
	width: 100%;
	height: 100%;
	border-radius: 12px;
}
.p-images__dop {
	font-size: 0;
	margin: 20px auto 0;
	width: calc(100% - 80px);
}
.p-images__dop .owl-prev,
.p-images__dop .owl-next {
	box-shadow: none;
	border: none;
}
.p-images__dop .owl-prev {
	left: -40px;
}
.p-images__dop .owl-next {
	right: -40px;
}
.p-images__dop-link {
	box-shadow: inset 0 0 0 1px #ececec;
	border-radius: 6px;
	cursor: pointer;
	display: block;
	padding-top: 100%;
	transition: all 0.3s ease-out;
	text-align: center;
}
.p-images__dop-link_active {
	box-shadow: inset 0 0 0 2px var(--cheme-color-dop);
}
.p-images__dop-video {
	color: #ececec;
}
.p-images__dop-video .icon30 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.p-images__dop-link_active.p-images__dop-video {
	color: var(--cheme-color-dop);
}
.p-images__dop-img {
	width: auto;
	height: auto;
	max-width: 80%;
	max-height: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 6px;
}
.p-images__dop-block {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: calc(100% + 10px);
	flex: 1;
	margin: 20px -5px 0;
}
.p-images__dop-block .p-images__dop-link {
	margin: 10px 5px 0;
	position: relative;
	padding: 10px;
	width: 64px;
	height: 64px;
}
.p-images__brand {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
}
.p-images__brand-logo {
	font-size: 0;
	margin-right: 10px;
}
.p-images__brand-logo img {
	width: 100%;
	max-width: 100px;
}
.p-images__brand-name {
	display: flex;
	align-items: center;
}
.p-images__brand-title {
	margin-right: 10px;
}
@media screen and (max-width: 1280px) {
	.p-images-1 .p-images__wrap {
		padding: 20px;
	}

	.p-images-1 .p-images__right,
	.p-images-1 .p-images__slider-item {
		height: 360px;
	}

	.p-images-1 .p-images__right_des {
		height: 400px;
	}

	.p-images-2 .p-images__wrap {
		padding: 20px;
	}

	.p-images-2 .p-images__right,
	.p-images-2 .p-images__slider-item {
		height: 360px;
	}

	.p-images-2 .p-images__right_des {
		height: 400px;
	}

	.p-images-3 .p-images__wrap {
		padding: 20px;
	}

	.p-images-3 .p-images__right,
	.p-images-3 .p-images__slider-item {
		height: 360px;
	}

	.p-images-3 .p-images__right_des {
		height: 400px;
	}

	.p-images__wrap_rev .p-images__right {
		width: calc(100% - 85px);
	}

	.p-images__brand {
		padding: 20px;
	}
}
@media screen and (max-width: 1080px) {
	.p-images-1,
	.p-images-2,
	.p-images-3 {
		width: 50%;
	}

	.p-images__dop-block .p-images__dop-link {
		width: calc(20% - 10px);
	}
}
@media screen and (max-width: 767px) {
	.p-images {
		border-right: none;
		float: none;
		margin-bottom: 20px;
		width: 100%;
	}

	.p-images-3 .p-images__wrap {
		padding: 0;
	}

	.p-images__brand {
		padding: 10px;
	}

	.p-images__wrap {
		padding: 0;
	}

	.p-images__wrap_rev {
		flex-direction: row;
	}

	.p-images__wrap_rev .p-images__left {
		width: 100%;
	}

	.p-images__wrap_rev .p-images__dop {
		margin-top: 20px;
		width: calc(100% - 60px);
		transform: rotate(0deg);
		position: static;
	}

	.p-images__wrap_rev .owl-carousel .owl-item {
		padding: 1px;
	}

	.p-images__wrap_rev .p-images__dop-link {
		transform: rotate(0deg);
	}

	.p-images__wrap_rev .p-images__right {
		width: 100%;
	}

	.p-images__right .owl-prev {
		left: 10px;
	}

	.p-images__right .owl-next {
		right: 10px;
	}

	.p-images__dop {
		width: calc(100% - 60px);
	}

	.p-images__dop-block {
		width: calc(100% + 6px);
		margin: 10px -3px 0;
	}

	.p-images__dop-block .p-images__dop-link {
		padding: 5px;
		margin: 6px 3px 0;
		width: calc(16.66% - 6px);
	}
}
@media screen and (max-width: 580px) {
	.p-images__brand-logo img {
		max-width: 40px;
	}
}
.options__list {
	margin-top: 20px;
}
.options__list:first-child {
	margin-top: 0;
}
.options__list .i-check-l {
	opacity: 0;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	visibility: hidden;
	transition: all 0.2s ease-out;
}
.options__list .selected .i-check-l {
	opacity: 1;
	visibility: visible;
}
.options__list-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: -15px;
	margin-left: -15px;
}
.options .options__list:not(.color) a {
	border: 1px solid #eee;
	background: #fff;
	border-radius: 10px;
	color: #222;
	margin-top: 15px;
	margin-left: 15px;
	padding: 11px 15px 9px;
	position: relative;
	transition: all 0.2s ease-out;
	text-decoration: none;
}
.options .options__list:not(.color) a.selected:hover,
.options .options__list:not(.color) a.selected {
	border-color: var(--cheme-color-dop);
	box-shadow: 0 0 0 1px var(--cheme-color-dop);
}
.options .options__list:not(.color) a:hover {
	border-color: var(--cheme-color-dop);
}
.options__name {
	font-size: 13px;
}
.options .color a {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	margin-top: 15px;
	margin-left: 15px;
	padding: 0;
	position: relative;
	transition: all 0.2s ease-out;
	text-decoration: none;
	width: 34px;
	height: 34px;
}
.options .color a:hover .options__name {
	opacity: 1;
	visibility: visible;
}
.options .color a.selected {
	border: 3px solid #fff;
	box-shadow: 0 0 0 3px var(--cheme-color-dop);
}
.options .color .options__name {
	background-color: #555;
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	opacity: 0;
	position: absolute;
	padding: 7px 12px;
	transition: all 0.2s ease-out;
	transition-delay: 0.05s;
	visibility: hidden;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}
.options .color .options__disabled .options__name {
	display: none;
}
.options__disabled {
	cursor: not-allowed;
	opacity: 0.6;
}
.options__disabled:hover {
	border-color: #eee !important;
}
.options__disabled:after,
.options__disabled:before {
	background-color: var(--cheme-color-dop);
	content: '';
	width: 25px;
	position: absolute;
	height: 1px;
	left: 50%;
	top: 50%;
	transform-origin: left;
}
.options__disabled:after {
	transform: rotate(-45deg) translate(-50%, -50%);
}
.options__disabled:before {
	transform: rotate(45deg) translate(-50%, -50%);
}
.skus li {
	font-size: 14px;
	list-style-type: none;
	margin-top: 10px;
}
.skus li:first-child {
	margin-top: 0;
}
.skus label {
	cursor: pointer;
}
.skus__name {
	margin-right: 10px;
}
.skus__art {
	margin-right: 10px;
}
.skus__price {
	font-size: 16px;
	font-weight: var(--font-weight);
}
.skus__price-old {
	color: #808080;
	font-size: 12px;
	display: block;
	margin-top: 2px;
}
.skus__disabled {
	opacity: 0.4;
}
.services__list {
	margin-bottom: 15px;
}
.services__list:last-child {
	margin-bottom: 0;
}
.services label {
	cursor: pointer;
	font-size: 13px;
	margin-right: 5px;
}
.services select {
	background: #fff;
	margin-top: 10px;
}
.product__pr-price {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.product__pr-price-wrap {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	width: 100%;
	gap: 10px;
}
.product__pr-price-new,
.product__pr-price-new-fix {
	font-size: 22px;
	font-weight: bold;
}
.product__pr-price-new .price,
.product__pr-price-new-fix .price {
	font-size: 30px;
}
.product__pr-price-old,
.product__pr-price-old-fix {
	color: #808080;
	margin-top: 5px;
}
.product__pr-price-old .price,
.product__pr-price-old-fix .price {
	font-size: 20px;
}
.product__pr-price-old,
.product__pr-price-old-fix {
	position: relative;
}
.product__pr-price-old .price-wrapper,
.product__pr-price-old-fix .price-wrapper,
.addCart__u-price-number .price-wrapper,
.calc-pr__price-old .price-wrapper,
.search-res__price-old .price-wrapper,
.products__pr-price-old .price-wrapper,
.p-day__price-old .price-wrapper,
.mcart__item-price-old .price-wrapper,
.mcart__total-price-old .price-wrapper {
	position: relative;
}
.product__pr-price-old .price-wrapper:after,
.product__pr-price-old-fix .price-wrapper:after,
.addCart__u-price-number .price-wrapper:after,
.calc-pr__price-old .price-wrapper:after,
.search-res__price-old .price-wrapper:after,
.products__pr-price-old .price-wrapper:after,
.p-day__price-old .price-wrapper:after,
.mcart__item-price-old .price-wrapper:after,
.mcart__total-price-old .price-wrapper:after {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	/*background:var(--cheme-color-dop);*/
	background: #a9a9a9;
	top: 45%;
	width: 102%;
	right: 0;
	-webkit-transform: rotate(-13deg);
	-moz-transform: rotate(-13deg);
	-ms-transform: rotate(-13deg);
	-o-transform: rotate(-13deg);
	transform: rotate(-13deg);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.product__pr-price-label {
	margin-top: 0;
}
.product__pr-price .product__pr-price-label {
}
.product__pr-price-base {
	color: #646464;
	font-size: 16px;
	margin-top: 15px;
}
.product__pr-price-base .price {
	font-weight: normal;
}
.product__pr-price-ratio {
	color: #646464;
	font-size: 16px;
	margin-top: 6px;
}
.product__calc {
	background: #f7f7f7;
	margin: 30px -20px 0;
	padding: 30px 20px;
}
.product__content-2 .product__calc {
	margin: 20px 20px 0 0;
	padding: 0;
}
@media screen and (max-width: 767px) {
	.product__calc {
		margin: 30px -20px 0;
	}
}
@media screen and (max-width: 480px) {
	.product__content-2 .product__calc {
		width: 100%;
	}
}
.counter-pr + .calc-pr {
	margin-left: 20px;
	flex: 1;
}
.calc-pr {
	display: flex;
	flex-direction: column;
	text-align: center;
}
.calc-pr__title {
	font-size: 20px;
	font-weight: bold;
}
.calc-pr__title + div {
	margin-top: 10px;
}
.calc-pr__wrap {
	display: flex;
	flex-direction: column;
}
.calc-pr__ratio {
	color: #646464;
	font-size: 14px;
}
.calc-pr__ratio + div {
	margin-top: 5px;
}
.calc-pr__prices {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.calc-pr__price-new {
	font-size: 30px;
	font-weight: bold;
	margin: 0 5px;
}
.calc-pr__price-new_low {
	font-size: 19px;
	margin: 0;
}
.calc-pr__price-old {
	font-size: 20px;
	color: #808080;
	margin: 5px 5px 0;
}
.calc-pr__price-old_low {
	font-size: 15px;
	margin: 0;
}
.calc-pr__label {
	margin-top: 5px;
}
.no-currency .currency {
	display: none;
}
.reviews h1 {
}
.reviews__wrap {
	display: flex;
}
.reviews__left {
	flex: none;
	width: calc(100% - 350px);
}
.reviews__right {
	margin-left: 50px;
	width: 300px;
}
.reviews__right .products {
	margin: 0;
}
.reviews__right .products__item {
	margin: 0;
	position: sticky;
	top: 20px;
	width: 100%;
}
.reviews__right_h .products__item {
	top: 90px;
}
.reviews__right_h__ .products__item.products__item_banner-col {
	display: none;
	opacity: 0;
}
.p-rating {
	margin-bottom: 30px;
}
.p-rating__all {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	line-height: 1.8;
}
.p-rating__all-star {
	display: flex;
	align-items: center;
	margin-right: 5px;
}
.p-rating__all-hint {
	color: #808080;
	font-size: 12px;
	margin-right: 5px;
}
.p-rating__wrap {
	display: flex;
	align-items: center;
}
.p-rating__dis td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.p-rating__dis-2 {
	padding-left: 15px;
	padding-right: 15px;
}
.p-rating__dis-3 {
	font-size: 14px;
	color: #808080;
}
.p-rating__dis-3 a.dashed,
.p-reviews__items-title-all {
	color: #1b9ed9;
	border-bottom: 1px dashed #b2ccf0;
}
.p-rating__dis-3 a.dashed:hover,
.p-reviews__items-title-all:hover {
	color: var(--cheme-color-dop);
	border-color: #f9baa5;
}
.p-rating__dis-bar {
	background: #eee;
	border-radius: 6px;
	width: 120px;
	height: 8px;
}
.p-rating__dis-fill {
	border-radius: 6px;
	background: var(--cheme-color-dop);
	height: 8px;
	width: 0;
}
.p-rating__rate:not(.p-rating__rate_disabled) {
	border-bottom: 1px dashed;
	cursor: pointer;
	display: inline-block;
	transition: color, border-bottom-color 0.2s ease-out;
}
.p-rating__rate:not(.p-rating__rate_disabled):hover {
	color: var(--cheme-color-dop);
	border-color: #f9baa5;
}
.p-rating__right {
	margin-left: 50px;
	flex: 1;
}
.p-rating__circle {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 140px;
	height: 140px;
}
.p-rating__circle-c {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 8px solid #eee;
	border-radius: 50%;
	width: 135px;
	height: 135px;
}
.p-rating__circle-num {
	font-size: 30px;
}
.p-rating__circle svg {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	transform: rotateX(180deg) rotate(90deg);
}
.p-reviews__header {
	background: #f9f9f9;
	border-radius: 6px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px;
	margin-left: 30px;
}
.p-reviews__header-title {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 40px;
	text-align: center;
}
.p-reviews__header-button {
	width: 100%;
}
.p-reviews__header-button .button {
	width: 100%;
}
.p-reviews__form {
	display: none;
	background: #f9f9f9;
	border: 1px solid #eee;
	border-radius: 6px;
	padding: 25px;
	margin: 0 auto;
	max-width: 600px;
}
.p-reviews__form_act {
	display: block;
}
.p-reviews__form-good {
	display: none;
	color: #43c16d;
	text-align: center;
}
.p-reviews__form-wrap {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 6px;
	padding: 30px;
}
.p-reviews__form-no-user {
	line-height: 1.6;
}
.p-reviews__form-user {
	line-height: 1.6;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.p-reviews__form-user-name {
	margin: 0 10px;
}
.p-reviews__form-title {
	font-size: 22px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
}
.p-reviews__form-item {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 1.4;
}
.p-reviews__form-item .wa-captcha p {
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
.p-reviews__form-item .wa-captcha strong {
	margin: 0 10px;
}
.p-reviews__form-errors {
	color: var(--cheme-color-dop);
	line-height: 1.8;
	flex-direction: column;
	align-items: flex-start;
}
.p-reviews__form-t {
	font-size: 15px;
	margin-right: 10px;
}
.p-reviews__form-rates .star {
	cursor: pointer;
}
.p-reviews__form textarea,
.p-reviews__form input[type='text'],
.p-reviews__form select {
	width: 100%;
}
.p-reviews__form-recommend {
	display: flex;
	margin-top: 10px;
	width: 100%;
}
.p-reviews__form-recommend-item {
	margin-right: 20px;
}
.p-reviews__form-button {
	width: 100%;
}
.p-reviews__items {
	position: relative;
}
.p-reviews__items-title {
	font-size: 20px;
	line-height: 1.3;
	font-weight: bold;
}
.p-reviews__items_loading {
	opacity: 0.3;
}
.p-reviews__items_loading .p-reviews__items-loading {
	opacity: 1;
	visibility: visible;
}
.p-reviews__items-loading {
	color: #222;
	padding-top: 220px;
	top: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	transition: all 0.3s ease-out;
	visibility: hidden;
	width: 100%;
	height: 100%;
	z-index: 20;
}
.p-reviews__items-loading .icon30 {
	width: 60px;
	height: 60px;
}
.p-reviews__items_all {
	cursor: pointer;
	display: inline-block;
	line-height: 1.2;
	font-size: 15px;
	transition: border 0.2s ease-out;
	color: #1b9ed9;
	border-bottom: 1px dashed #b2ccf0;
}
.p-reviews__items_all:hover {
	color: var(--cheme-color-dop);
	border-bottom: 1px dashed #f9baa5;
}
.p-reviews__item {
	margin-top: 70px;
	display: flex;
}
.p-reviews__item-fl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	line-height: 1.5
}
.p-reviews__item_reply {
	margin-left: 70px;
	margin-top: 30px;
	position: relative;
}
.p-reviews__item_reply:before {
	background: #f0f3f9;
	content: '';
	position: absolute;
	left: 25px;
	top: 60px;
	bottom: 0;
	width: 2px;
	height: calc(100% - 60px);
}
.p-reviews__item_reply .p-reviews__item-content {
	padding-top: 16px;
}
.p-reviews__item-icon {
	width: 50px;
	margin-right: 20px;
}
.p-reviews__item-icon-text {
	background: #f0f3f9;
	border-radius: 50%;
	color: var(--cheme-color-dop);
	font-weight: var(--font-weight);
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
}
.p-reviews__item-content {
	flex: 1;
}
.p-reviews__item-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.p-reviews__item-rating {
	margin-top: 10px;
}
.p-reviews__item-name {
	font-size: 16px;
	display: flex;
	align-items: center;
	font-weight: bold;
}
.p-reviews__item-company {
	background: var(--cheme-color);
	border-radius: 1em;
	color: #fff;
	margin-left: 10px;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: normal;
}
.p-reviews__item-date {
	font-size: 13px;
	color: #808080;
}
.p-reviews__item-likes {
	display: flex;
	align-items: center;
	font-weight: var(--font-weight);
}
.p-reviews__item-likes svg {
	margin-right: 5px;
}
.p-reviews__item-like {
	color: #00ae00;
	display: flex;
	align-items: center;
}
.p-reviews__item-dislike {
	color: #ee3a00;
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.p-reviews__item-title {
	font-size: 18px;
	font-weight: var(--font-weight);
	margin-top: 20px;
}
.p-reviews__item-text {
	margin-top: 15px;
	line-height: 1.4;
}
.p-reviews__item-dignity {
	color: #00ae00;
}
.p-reviews__item-limitations {
	color: #ee3a00;
}
.p-reviews__item-reply {
	cursor: pointer;
	color: #1b9ed9;
	font-size: 13px;
	display: flex;
	align-items: center;
	width: 100px;
}
.p-reviews__item-reply-name {
	margin-left: 10px;
	border-bottom: 1px dashed;
	transition: all 0.2s ease-out;
}
.p-reviews__item-reply:hover,
.p-reviews__item-reply:hover .p-reviews__item-reply-name {
	color: var(--cheme-color-dop);
	border-color: #f9baa5;
}
.p-reviews__rating {
	display: flex;
	align-items: center;
}
.p-reviews__rating-rate {
	color: var(--cheme-color-dop);
	font-size: 45px;
	letter-spacing: -1px;
	font-weight: bold;
	margin-right: 5px;
}
.p-reviews__rating-rate_small {
	font-size: 30px;
}
.p-reviews__rating-recommend {
	margin-top: 0px;
}
.p-reviews__images {
	margin-bottom: 40px;
	display: none;
}
.p-reviews__images a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	border: 2px solid #eee;
	border-radius: 6px;
	margin: 2px;
	padding: 7px;
	transition: border 0.2s ease-out;
	width: 95px;
	height: 95px;
}
.p-reviews__images a:hover {
	border-color: var(--cheme-color-dop);
}
.p-reviews__images a img {
	max-width: 100%;
	max-height: 100%;
}
.p-reviews__images-slider {
	margin-top: 20px;
	overflow: hidden;
}
.p-reviews__images-slider_active {
	overflow: visible;
}
.p-reviews__votes {
	display: flex;
	align-items: center;
}
.p-reviews__votes-text {
	color: #888;
	font-size: 12px;
	margin-right: 30px;
}
.p-reviews__votes-button {
	background-color: #f0f3f9;
	border-radius: 15px;
	border: none;
	color: #5a6c7d;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-out;
	width: 56px;
	height: 30px;
}
.p-reviews__votes-button_active,
.p-reviews__votes-button:hover {
	background-color: #e2e7ec;
}
.p-reviews__votes-like {
	margin-right: 10px;
}
.p-reviews__votes-like svg {
	margin-top: -1px;
}
.p-reviews__votes-count {
	font-size: 12px;
	margin-left: 5px;
}
@media screen and (max-width: 1080px) {
	.reviews__left {
		width: 100%;
	}

	.reviews__right {
		display: none;
	}

	.p-reviews__images .owl-theme-nav-2 .owl-prev {
		left: -10px;
	}

	.p-reviews__images .owl-theme-nav-2 .owl-next {
		right: -10px;
	}
}
@media screen and (max-width: 767px) {
	.p-rating__wrap {
		flex-wrap: wrap;
	}

	.p-reviews__header {
		margin-left: 0;
		margin-top: 30px;
		padding: 20px;
		width: 100%;
	}

	.p-reviews__header-title {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 580px) {
	.p-rating__dis-bar {
		width: 100px
	}

	.p-rating__right {
		display: none
	}

	.p-reviews__header-title {
		font-size: 16px
	}

	.p-reviews__items-title {
		font-size: 17px
	}

	.p-reviews__item {
		border: 1px solid #eee;
		border-radius: 6px;
		padding: 15px;
		margin-top: 40px
	}

	.p-reviews__item_reply {
		margin-left: 15px;
		margin-top: 15px
	}

	.p-reviews__item_reply:before {
		left: -14px;
		top: 0;
		height: 100%
	}

	.p-reviews__item_reply .p-reviews__item-content {
		padding-top: 0
	}

	.p-reviews__item-icon {
		display: none
	}

	.p-reviews__item-content {
		flex: none;
		width: 100%
	}

	.p-reviews__item-title {
		font-size: 17px
	}

	.p-reviews__item-text {
		font-size: 15px
	}

	.p-reviews__item-name {
		font-size: 16px
	}

	.p-reviews__form {
		padding: 10px
	}

	.p-reviews__form-wrap {
		padding: 10px
	}

	.p-reviews__votes {
		flex-wrap: wrap;
		justify-content: flex-end;
		width: 140px
	}

	.p-reviews__votes-text {
		margin-right: 0;
		margin-bottom: 10px
	}

	.p-reviews__votes-button {
		width: 46px;
		height: 24px
	}
}
.tab__names {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
.tab__names .h-menu {
	position: relative;
}
.tab__names .h-menu__item {
	padding: 0;
	height: 40px;
}
.tab__names .h-menu__name {
	padding: 0;
	margin: 0;
	transition: all 0.3s ease-out;
}
.tab__names .h-menu__link {
	background: transparent;
	padding: 0;
	color: var(--c-h-m-c);
	font-size: 17px;
	display: flex;
	align-items: center;
	text-decoration: none;
	transition: all 0.3s ease-out;
	line-height: 1.2;
	margin: 0 16px;
	height: 100%;
	border-bottom: 2px solid transparent;
}
.tab__names .h-menu__sub-link {
	font-size: 17px;
	padding: 8px 30px;
}
.tab__names .h-menu__name__count {
	font-weight: bold;
	color: var(--cheme-color-dop);
	margin-left: 4px;
	font-size: 90%;
}
.tab__names .h-menu__link:hover,
.tab__names .h-menu__link_active-tab:hover,
.tab__names .h-menu__sub-link:hover,
.tab__names .h-menu__sub-link:hover .h-menu__sub-name,
.tab__names .h-menu__sub-link.h-menu__link_active-tab .h-menu__sub-name {
	color: var(--cheme-color-dop);
}
.tab__names .h-menu__link_active-tab:hover {
	color: var(--c-h-m-c);
}
.tab__names .h-menu__link:hover {
	cursor: pointer;
	border-bottom: 2px solid #ffcebe;
}
.tab__names .h-menu__link_active-tab {
	height: 100%;
	position: relative;
	border-bottom: 2px solid var(--cheme-color-dop);
}
.tab__names .h-menu__link_active-tab:hover {
	border-color: var(--cheme-color-dop);
}
.tab__names .h-menu__link_active-tab .h-menu__name {
	/*font-weight:bold;
    color: #df4f21;*/
	color: var(--cheme-color-dop);
}
.tab__names .h-menu__item:first-child .h-menu__link {
	margin-left: 0;
}
.tab__names .h-menu__sub-link.h-menu__link_active-tab {
	border-bottom: none;
}
.tab__names .h-menu__sub-link.h-menu__link_active-tab .h-menu__sub-name {
	font-weight: bold;
}
.tab__names .h-menu__yet {
}
.tab__names .h-menu__yet .h-menu__link {
	margin-left: 0;
	margin-right: 0;
	padding-left: 8px;
	padding-right: 8px;
}
.tab__names .h-menu__sub {
	display: none;
	opacity: 1;
	visibility: visible;
	top: 100%;
}
.tab__names .h-menu__item:hover .h-menu__sub {
	top: 100%;
}
@media screen and (max-width: 767px) {
	.tab__names .h-menu {
		position: relative;
	}

	.tab__names .h-menu__link {
		margin: 0 12px;
	}

	.tab__names .h-menu__link,
	.tab__names .h-menu__sub-link {
	}

	.tab__names .h-menu__yet .h-menu__link {
		padding-left: 6px;
		padding-right: 6px;
	}

	.tab__names .h-menu__item {
		position: static;
	}

	.tab .h-menu__sub {
		width: 100%;
	}
}
.tab__names.tab__line {
	border-bottom: none;
}
.tab__names.tab__line .h-menu {
	position: relative
}
.tab__names.tab__line .h-menu__item {
	padding: 0;
	height: auto;
	position: static
}
.tab__names.tab__line .h-menu__item .h-menu__link .h-menu__name {
	margin-right: 0
}
.tab__names.tab__line .h-menu__name {
	transition: all 0.3s ease-out
}
.tab__names.tab__line .h-menu__link {
	color: #444;
	background: #fff;
	cursor: pointer;
	padding: 5px 12px;
	font-size: 16px;
	height: auto;
	line-height: 1.2;
	border: 2px solid #e5e5e5;
	border-radius: 6px;
	margin: 0 8px 8px 0;
}
.tab__names.tab__line .h-menu__link_active-tab .h-menu__name {
	color: #4d4d4d;
}
.tab__names.tab__line .h-menu__link:hover,
.tab__names.tab__line .h-menu__link:focus {
	background: #fffded;
	color: #4d4d4d;
	border-color: #fc0;
	cursor: pointer;
}
.tab__names.tab__line .h-menu__link_active-tab,
.tab__names.tab__line .h-menu__link_active-tab:hover,
.tab__names.tab__line .h-menu__link_active-tab:focus,
.tab__names.tab__line .h-menu__link_active-tab:focus:hover,
.tab__names.tab__line .h-menu__yet:active,
.tab__names.tab__line .h-menu__yet:active:hover,
.tab__names.tab__line .h-menu__yet:focus,
.tab__names.tab__line .h-menu__yet:focus:hover {
	color: #444444;
	border: 2px solid var(--cheme-color-dop);
	border-radius: 6px;
}
.tab__names.tab__line .h-menu__item:hover > .h-menu__link {
	color: #444444
}
.tab__names.tab__line .h-menu__sub {
	display: none;
	opacity: 1;
	visibility: visible;
	top: 100%;
	width: 100%
}
.tab__names.tab__line .h-menu__item:hover .h-menu__sub {
	top: 100%
}
.tab__names.tab__product_group {
	border-bottom: none;
}
.tab__names.tab__product_group .h-menu {
	position: relative
}
.tab__names.tab__product_group .h-menu__item {
	padding: 0;
	height: auto;
	position: static
}
.tab__names.tab__product_group .h-menu__item .h-menu__link .h-menu__name {
	margin-right: 0
}
.tab__names.tab__product_group .h-menu__name {
	transition: all 0.3s ease-out
}
.tab__names.tab__product_group .h-menu__link {
	color: #444;
	background: #fff;
	cursor: pointer;
	padding: 5px 12px;
	font-size: 16px;
	height: auto;
	line-height: 1.2;
	border: 2px solid #e5e5e5;
	border-radius: 6px;
	margin: 0 8px 8px 0;
}
.tab__names.tab__product_group .h-menu__link_active-tab .h-menu__name {
	color: #4d4d4d;
}
.tab__names.tab__product_group .h-menu__link:hover,
.tab__names.tab__product_group .h-menu__link:focus {
	background: #fffded;
	color: #4d4d4d;
	border-color: #fc0;
	cursor: pointer;
}
.tab__names.tab__product_group .h-menu__link_active-tab,
.tab__names.tab__product_group .h-menu__link_active-tab:hover,
.tab__names.tab__product_group .h-menu__link_active-tab:focus,
.tab__names.tab__product_group .h-menu__link_active-tab:focus:hover,
.tab__names.tab__product_group .h-menu__yet:active,
.tab__names.tab__product_group .h-menu__yet:active:hover,
.tab__names.tab__product_group .h-menu__yet:focus,
.tab__names.tab__product_group .h-menu__yet:focus:hover {
	color: #444444;
	border: 2px solid var(--cheme-color-dop);
	border-radius: 6px;
}
.tab__names.tab__product_group .h-menu__item:hover > .h-menu__link {
	color: #444444
}
.tab__names.tab__product_group .h-menu__sub {
	display: none;
	opacity: 1;
	visibility: visible;
	top: 100%;
	width: 100%
}
.tab__names.tab__product_group .h-menu__item:hover .h-menu__sub {
	top: 100%
}
.tabs-box {
	position: relative;
}
.tab-header {
	list-style: none;
	padding-left: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0;
	gap: 8px;
}
.tab-header__item {
	color: #444;
	background: #fff;
	cursor: pointer;
	padding: 5px 12px;
	font-size: 16px;
	height: auto;
	line-height: 1.2;
	border: 2px solid #e5e5e5;
	border-radius: 6px;
	margin: 0;
}
.tab-header__item:hover,
.tab-header__item:focus {
	background: #fffded;
	color: #4d4d4d;
	border-color: #fc0;
	cursor: pointer;
}
.tab-header__item.active {
	border: 2px solid var(--cheme-color-dop);
}
.tab-content {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tab-content__item {
	display: none;
}
.tab-content__item.active {
	display: block;
}
.bp_tab_main {
	margin-bottom:20px;
	display:flex;
	flex-direction:row;
	align-content:center;
	align-items:center;
	gap:12px;
}
.bp_tab-item-link {
	font-size: 20px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 40px;
	position: relative;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
}
.bp_tab-item-link:first-child {
	margin-left: 6px;
}
.bp_tab-item-link:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background:#ececec;
	transform: skew(-30deg);
	border-radius: 6px;
	z-index: -1;
	pointer-events: none;
}
.bp_tab-item-link:hover:before {
	background:#d9d9d9;
}
.bp_tab-item_new .bp_tab-item-link.active,
.bp_tab-item_sale .bp_tab-item-link.active {
	color:#fff;
}
.bp_tab-item_new .bp_tab-item-link.active:before,
.bp_tab-item_new .bp_tab-item-link.active:hover:before {
	background:linear-gradient(-90deg, #56a71a 0%, #244e05 100%);
}
.bp_tab-item_sale .bp_tab-item-link.active:before,
.bp_tab-item_sale .bp_tab-item-link.active:hover:before {
	background:linear-gradient(45deg, var(--cheme-color-dop) 0%, #ffa700 100%);
}
.f_tab_main {
	margin-bottom:20px;
	display:flex;
	flex-direction:row;
	align-content:center;
	align-items:center;
	gap:12px;
}
.f_tab-item,
.f_tab-item-link{
	font-size: 50px;
	font-weight: bold;
}
.f_tab-item-link {
	line-height: 64px;
	padding-left:20px;
	padding-right:20px;
	position: relative;
	cursor: pointer;
	font-weight: bold;
}
.f_tab-item-link:first-child {
	margin-left: 6px;
}
.f_tab-item-link:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background:#ececec;
	transform: skew(-30deg);
	border-radius: 6px;
	z-index: -1;
	pointer-events: none;
}
.f_tab-item-link:hover:before {
	background:#d9d9d9;
}
.f_tab-item-link.active {
	color:#fff;
}
.f_tab-item-link.active:before,
.f_tab-item-link.active:hover:before {
	background: linear-gradient(45deg, #ffa700 0%, var(--cheme-color-dop) 100%);
}
@media (max-width: 1360px) {
	.f_tab_main .f_tab-item,
	.f_tab_main .f_tab-item-link {
		font-size: 42px;
	}
}
@media (max-width: 1024px) {
	.bp_tab-item-link {
		font-size: 20px;
		padding-left: 18px;
		padding-right: 18px;
		line-height: 32px;
	}
	.f_tab_main .f_tab-item,
	.f_tab_main .f_tab-item-link {
		font-size: 34px;
		line-height: 50px;
	}
}
.tab__blocks {
	margin-top: 25px;
}
.tab__blocks.tab__product_group {
	margin-top: 1rem;
}
.tab__block {
	display: none;
}
.tab__block:first-child {
	display: block;
}
.tab__block .products_slider {
	margin-bottom: 0;
}
.tab__block-faq-bottom {
	margin-bottom: 35px;
}
.product__content-2 .product__content-tabs {
	padding: 30px 0 20px;
}
.tabs {
	border-bottom: 1px solid #eee;
	display: flex;
	list-style: none;
}
.tabs__item {
	margin-bottom: -1px;
}
.tabs__name {
	color: #888;
	cursor: pointer;
	font-size: 16px;
	font-size: 1rem;
	padding: 20px;
	transition: color 0.3s ease-out;
}
.tabs__name:hover {
	color: #222;
}
.tabs__name_active {
	border-bottom: 1px solid var(--cheme-color);
	box-shadow: 0px -1px 0px 0px var(--cheme-color) inset;
	color: #222;
}
.p-left {
	width: calc(100% - (var(--w-l) + 50px));
}
.features_ {
	width: 100%;
}
.features_ td {
	border-bottom: 1px solid #eee;
	padding: 12px 0;
	width: 35%;
}
.features_ td + td {
	padding-left: 10px;
	width: 65%;
}
.features_ tr:last-child td {
	border-bottom: none;
}
.features__name {
	color: #808080;
}
.features__color {
	margin-top: 5px;
}
.features__color:first-child {
	margin-top: 0;
}
.features_ .divider .features__name {
	color: #222;
	font-size: 16px;
	font-weight: var(--font-weight);
}
.features_ .divider td {
	padding-top: 40px;
}
.features_ .divider:first-child td {
	padding-top: 0;
}
.features-two .divider {
	color: #222;
	font-size: 16px;
	font-weight: var(--font-weight);
	margin-bottom: 25px;
}
.features-two__values {
	gap: 20px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 35px;
}
.features-two__block {
	align-items: flex-start;
	display: flex;
	flex: none;
	width: calc(50% - 10px);
	margin-top: -5px;
}
.features-two__name,
.features-two__value {
	width: 50%;
}
.features-two__value {
	padding-left: 10px;
}
.features-two__name {
	position: relative;
}
.features-two__name span {
	color: #808080;
	background: #fff;
	padding: 5px 5px 5px 0;
	position: relative;
}
.features-two__name:before {
	content: '';
	border-bottom: 1px dashed #dedee2;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.features-two-val {
	display: flex;
	gap: 30px;
	align-items: flex-start;
}
.features-two-val__col {
	flex: auto;
	width: 100%;
}
.features-two-val .divider {
	color: #222;
	font-size: 16px;
	font-weight: var(--font-weight);
	margin-top: 35px;
	margin-bottom: 15px;
}
.features-two-val .divider:first-child {
	margin-top: 0;
}
.features-two-val__values {
	gap: 20px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 35px;
}
.features-two-val__block {
	align-items: flex-start;
	display: flex;
	margin-top: 15px;
}
.features-two-val__name,
.features-two-val__value {
	width: 50%;
}
.features-two-val__value {
	padding-left: 10px;
}
.features-two-val__name {
	position: relative;
}
.features-two-val__name span {
	color: #808080;
	background: #fff;
	padding: 5px 5px 5px 0;
	position: relative;
}
.features-two-val__name:before {
	content: '';
	border-bottom: 1px dashed #dedee2;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.features,
.features-box,
.features-box-list,
.features-item,
.features-table tr td.features-td-l,
.features-table tr td.features-td-r {
	position: relative;
	line-height: 1.5
}
.features-box {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.features-box.features-box-list {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1
}
.features-item {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
	padding: 5px 8px;
	font-size: 17px;
}
.features-item:hover {
	background: #f7f7f7;
	border-radius: 6px;
}
.features-box.features-box-list .features-item {
	font-size: 15px
}
.features-table {
	position: relative;
	width: 100%;
	border: 0
}
.features-table tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	border-bottom: 1px dashed #d4d4d4;
}
.features-table tr td {
	z-index: 1;
}
.features-table tr td.features-td-l {
	padding-right: .5em;
	margin-right: .5em
}
.features-table tr td.features-td-r {
	padding-left: .5em;
	font-weight: 700;
	text-align: right
}
.productfilters-feature-value-link {
	color: var(--cheme-color-dop);
	border-bottom: 1px solid #f9baa5
}
.main-page .news-item:hover .title span,
.productfilters-feature-value-link:hover {
	color: var(--cheme-color-dop);
	border-color: #f36d49;
}
.features-icon {
	position: relative;
}
.features-icon-item {
	display: inline-block;
	height: 56px;
	width: auto;
}
.features-icon-item img {
	height: 56px;
	width: auto;
}
@media screen and (min-width: 1025px) and (max-width: 1090px) {
	.features-box {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
}
@media (max-width: 1024px) {
	.features-box {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}

	.features-icon {
		margin-bottom: 23px;
	}

	.features-item {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.features-box {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1
	}

	.features-item {
		padding-right: 0;
		padding-left: 0;
	}

	.features-item:hover {
		background: transparent;
	}
}
.content_features_block,
.content_description_block {
	transition: all .4s linear;
	overflow: hidden;
	position: relative;
	margin-bottom: .5em;
}
.content_features_block.hide {
	height: 220px;
}
.content_description_block.hide {
	height: 120px;
}
.content_features_block.hide:after,
.content_description_block.hide:after {
	content: "";
	display: block;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 100%);
}
.toggle_features,
.toggle_description {
	display: inline-block;
	line-height: 1.2;
	border-bottom: 1px dashed #b2ccf0;
	transition: all .4s linear;
}
.toggle_features:hover,
.toggle_description:hover {
	color: var(--cheme-color-dop);
	border-bottom: 1px dashed #ffcebe;
	transition: all .4s linear;
}
@media only screen and (max-width: 576px) {
	.content_features_block.hide,
	.content_description_block.hide {
		height: 220px;
		transition: all .4s linear;
	}
}
.p-tabs__items {
	border: 1px solid #eee;
	border-radius: 4px;
	overflow: hidden;
	display: flex;
}
.p-tabs__item {
	background: #f9f9f9;
	cursor: pointer;
	flex: none;
	font-size: 16px;
	font-size: 1rem;
	padding: 10px;
	text-align: center;
	width: 50%;
}
.p-tabs__item_active {
	background: #fff;
}
.p-tabs__item:first-child {
	border-right: 1px solid #eee;
}
.p-tabs__blocks {
	padding-top: 20px;
}
.p-tabs__block {
	display: none;
}
.p-tabs__block:first-child {
	display: block;
}
.product__content-2 .product__content-tabs {
	padding: 30px 0 20px;
}
@media screen and (max-width: 1080px) {
	.p-left {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.features-two .divider {
		margin-bottom: 20px;
	}

	.features-two__values {
		margin-bottom: 25px;
	}

	.features-two__block {
		width: 100%;
	}

	.features-two-val {
		display: flex;
		gap: 25px;
		flex-wrap: wrap;
	}

	.features-two-val .divider {
		margin-top: 25px;
	}
}
.product-upselling {
	margin: 0 0 0 -15px;
	position: relative
}
.product-upselling-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 10px;
	background: #FAFAFA;
	border: 5px solid #f3f3f3;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	margin-left: 15px;
	margin-bottom: 15px;
	width: -webkit-calc(20% - 15px);
	width: calc(20% - 15px);
	border-radius: 12px;
}
.product-upselling-item:hover {
	border-color: #fc0 !important;
	background: #fffded;
}
.product-upselling-item img {
	margin-right: 10px;
	width: 77px;
	min-width: 77px;
	height: 77px;
	min-height: 77px;
}
.product-upselling-item .products__price,
.product-upselling-item .products__pr-price {
	margin: 7px 0 0 0;
	display: block
}
.product-upselling-item .products__pr-price-new,
.product-upselling-item .products__pr-price-new_low {
	font-size: 14px
}
.product-upselling-item .products__pr-price-new .price,
.product-upselling-item .products__pr-price-new_low .price {
	font-size: 18px;
	font-weight: normal
}
.product-upselling-item .products__pr-price-old {
}
.product-upselling-item .products__pr-price-new {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	font-size: 17px
}
.product-upselling-item .name {
	color: #222
}
.product-upselling-item .name,
.product.product-category .product-upselling-item .products__zero-text,
.product-upselling-item .products__zero-text {
	font-size: 16px;
	line-height: 16px
}
.product-upselling-item .name .product_price-h1 {
	font-size: 18px;
	margin-top: 5px
}
.product-upselling-item .name .product_price-sale {
	font-size: 16px;
	margin-left: 0;
	margin-top: 2px;
	color: #4c4c4c
}
.product-upselling-item .products__pr-price-old {
	width: 100%
}
.upselling_content_block {
	transition: all .4s linear;
	overflow: hidden;
	position: relative;
}
.upselling_content_block.hide {
	transition: all .4s linear;
	height: 170px;
}
.upselling_content_block.hide:after {
	content: "";
	display: block;
	height: 60px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
}
.upselling_toggle {
	display: inline-block;
	font-size: 17px;
	border-bottom: 1px dashed #b2ccf0;
}
.upselling_toggle:hover {
	border-bottom: 1px dashed #ffcebe;
}
@media only screen and (max-width: 1680px) {
	.product-upselling-item {
		width: -webkit-calc(25% - 15px);
		width: calc(25% - 15px);
	}
}
@media screen and (min-width: 1160px) and (max-width: 1400px) {
	.product-upselling-item {
		width: -webkit-calc(33% - 20px);
		width: calc(33% - 20px);
	}
}
@media screen and (min-width: 1024px) and (max-width: 1159px) {
	.product-upselling-item {
		width: -webkit-calc(50% - 20px);
		width: calc(50% - 20px);
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.product-upselling-item {
		width: -webkit-calc(33% - 20px);
		width: calc(33% - 20px);
	}
}
@media only screen and (max-width: 767px) {
	.product-upselling-item {
		width: -webkit-calc(50% - 20px);
		width: calc(50% - 20px);
		padding: 5px 10px 10px 10px;
	}
}
@media only screen and (max-width: 576px) {
	.product-upselling-item {
		display: block;
		text-align: center
	}

	.product-upselling-item .img {
		margin-bottom: 10px;
		margin-right: 0
	}

	.product-upselling-item .name {
		align-items: center;
		justify-content: center
	}

	.product-upselling-item .products__zero-text {
		font-size: 13px
	}

	.upselling_content_block.hide {
		height: 240px;
	}

	.upselling_content_block.hide:after {
		height: 65px;
	}
}
.product-upselling_mini {
	margin: 0 0 0 -15px;
	position: relative
}
.product-upselling_mini-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 6px;
	background: #FAFAFA;
	border: 3px solid #f3f3f3;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	margin-left: 10px;
	margin-bottom: 10px;
	width: -webkit-calc(14.28% - 10px);
	width: calc(14.28% - 10px);
	border-radius: 12px;
}
.product-upselling_mini-item:hover {
	border-color: #fc0;
	background: #fffded;
}
.product-upselling_mini-item.active,
.product-upselling_mini-item.active:hover {
	color: #4d4d4d;
	border-color: #ff6635;
}
.product-upselling_mini-item img {
	margin-right: 5px;
	width: 60px;
	min-width: 60px;
	height: 60px;
	min-height: 60px;
	border-radius: 12px;
}
.product-upselling_mini-item .products__price,
.product-upselling_mini-item .products__pr-price {
	margin: 5px 0 0 0;
	display: block
}
.product-upselling_mini-item .products__pr-price .products__pr-price-wrap {
	line-height: 1.1;
}
.product-upselling_mini-item .products__pr-price .products__pr-price-wrap {
	gap: 2px;
}
.product-upselling_mini-item .products__pr-price-new,
.product-upselling_mini-item .products__pr-price-new_low {
	font-size: 15px
}
.product-upselling_mini-item .products__pr-price-new .price,
.product-upselling_mini-item .products__pr-price-new_low .price {
	font-size: 15px;
	font-weight: normal
}
.product-upselling_mini-item .products__pr-price-new {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.product-upselling_mini-item .name {
	color: #222;
	font-size: 15px;
}
.product-upselling_mini-item .products__zero-text {
	font-size: 14px;
}
.product-upselling_mini-item .name,
.product-upselling_mini-item .products__zero-text {
	text-align: left;
	width: 100%;
}
.product-upselling_mini-item .name .product_price-h1 {
	font-size: 15px;
	margin-top: 5px
}
.product-upselling_mini-item .name .product_price-sale {
	font-size: 15px;
	margin-left: 0;
	margin-top: 2px;
	color: #4c4c4c
}
.product-upselling_mini-item .products__pr-price-old {
	width: 100%;
	margin-top: 0;
	font-size: 13px;
	font-weight: normal;
}
.product-upselling_mini-item .products__pr-price-old .price {
	font-size: 13px;
	font-weight: normal;
}
.toggle_upselling_block {
	transition: all .4s linear;
	overflow: hidden;
	position: relative;
}
.toggle_upselling_block.hide {
	transition: all .4s linear;
	height: 150px;
}
.toggle_upselling_block.hide:before {
	content: "";
	display: block;
	height: 30px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f5f5f5 75%);
}
.toggle_upselling {
	display: inline-block;
	margin-top: .8em;
	color: #1b9ed9;
	border-bottom: 1px dashed #b2ccf0;
}
.toggle_upselling:hover {
	color: var(--cheme-color-dop);
	border-bottom: 1px dashed #ffcebe;
}
@media screen and (max-width: 1380px) {
	.product-upselling_mini-item {
		width: -webkit-calc(16.66% - 10px);
		width: calc(16.66% - 10px);
	}
}
@media screen and (max-width: 1210px) {
	.product-upselling_mini-item {
		width: -webkit-calc(20% - 10px);
		width: calc(20% - 10px);
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.product-upselling_mini-item {
		width: -webkit-calc(25% - 10px);
		width: calc(25% - 10px);
	}
}
@media only screen and (max-width: 767px) {
	.product-upselling_mini-item {
		width: -webkit-calc(33.33% - 10px);
		width: calc(33.33% - 10px);
	}
}
@media only screen and (max-width: 576px) {
	.product-upselling_mini-item {
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px);
	}
}
@media only screen and (max-width: 380px) {
	.product-upselling_mini-item {
		display: block;
		text-align: center;
		padding: 10px 5px;
	}

	.product-upselling_mini-item .img {
		margin-bottom: 10px;
		margin-right: 0
	}

	.product-upselling_mini-item .name {
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.product-upselling_mini-item .products__zero-text {
		font-size: 13px
	}

	.toggle_upselling_block.hide {
		height: 240px;
	}

	.toggle_upselling_block.hide:after {
		height: 65px;
	}
}
.productgroup_block {
	transition: all .4s linear;
	overflow: hidden;
	position: relative;
}
.productgroup_block.hide {
	transition: all .4s linear;
	height: 105px;
}
.productgroup_block.hide:after {
	content: "";
	display: block;
	height: 15px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 85%);
}
.toggle_productgroup {
	color: var(--cheme-color-dop);
	border-bottom: 1px dashed #f36d49;
	font-size: 15px;
	line-height: 1.2;
	font-weight: normal;
	display: inline-block;
	margin-top: 10px;
}
.toggle_productgroup:hover {
	color: #ff3e00;
	border-bottom-color: #ff3e00;
}
.news-v-1 {
	display: flex;
	flex-wrap: wrap;
	margin-top: -30px;
	margin-left: -30px;
}
.news-v-1 a {
	color: #222;
	text-decoration: none;
}
.news-v-1__item {
	flex: none;
	margin-left: 30px;
	margin-top: 30px;
	transition: all 0.3s ease-out;
	width: calc(25% - 30px);
}
.news-v-1__item:hover {
	transform: translateY(-5px);
}
.news-v-1__item_w {
	width: calc(50% - 30px);
}
.news-v-1__item_w .news-v-1__content {
	background-color: #555;
	min-height: 300px;
}
.news-v-1__item_w .news-v-1__content:before {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.news-v-1__item_w .news-v-1__post {
	color: #fff;
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.news-v-1__item_w .news-v-1__name {
	font-size: 20px;
}
.news-v-1__item_w .news-v-1__des {
	color: #eee;
}
.news-v-1__item_bg .news-v-1__content {
	background-color: #555;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.news-v-1__item_bg .news-v-1__content:before {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.news-v-1__item_bg .news-v-1__info {
	position: static;
	padding: 20px;
}
.news-v-1__item_bg .news-v-1__post {
	padding: 80px 20px 20px;
	position: relative;
}
.news-v-1__item_bg .news-v-1__name {
	color: #fff;
}
.news-v-1__item_bg .news-v-1__des {
	color: #eee;
}
.news-v-1__content {
	border-radius: 6px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	position: relative;
}
.news-v-1__img {
	border-radius: 6px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 15px;
	padding-top: 160px;
	position: relative;
}
.news-v-1__img:before {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.news-v-1__name {
	font-size: 16px;
	line-height: 1.4;
}
.news-v-1__des {
	color: #666;
	margin-top: 15px;
	line-height: 1.6;
}
.news-v-1__info {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: absolute;
	left: 20px;
	top: 20px;
	right: 20px;
	z-index: 2;
}
.news-v-1__author {
	margin-top: -12px;
	position: relative;
}
.news-v-1__author-img img {
	border-radius: 50%;
	width: 30px;
}
.news-v-1__author-name {
	background: #fff;
	color: #222;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	padding: 10px 15px;
	display: block;
	font-size: 11px;
	font-weight: var(--font-weight);
	margin-left: 5px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	white-space: nowrap;
	transition: all 0.2s ease-out;
}
.news-v-1__author:hover .news-v-1__author-name {
	opacity: 1;
	visibility: visible;
}
.news-v-1__date {
	font-size: 13px;
	color: #eee;
}
.news-v-1__blog {
	color: #eee;
	font-size: 12px;
	flex: none;
	font-weight: var(--font-weight);
	margin-bottom: 10px;
	width: 100%;
}
@media screen and (max-width: 815px) {
	.news-v-1 {
		margin-top: -10px;
		margin-left: -10px;
	}

	.news-v-1__item {
		margin-left: 10px;
		margin-top: 10px;
		width: calc(50% - 10px);
	}

	.news-v-1__item:hover {
		transform: translateY(0);
	}

	.news-v-1__item_w {
		width: calc(100% - 10px);
	}

	.news-v-1__author-name {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.news-v-1__name {
		font-size: 14px;
	}

	.news-v-1__des {
		font-size: 12px;
	}

	.news-v-1__item_w .news-v-1__content {
		min-height: 260px;
	}

	.news-v-1__item_w .news-v-1__post {
		padding: 10px;
	}

	.news-v-1__item_w .news-v-1__name {
		font-size: 15px;
	}

	.news-v-1__item_w .news-v-1__author {
		margin-top: -12px;
		width: auto;
	}

	.news-v-1__item_bg .news-v-1__info {
		padding: 10px;
	}

	.news-v-1__item_bg .news-v-1__post {
		padding: 60px 10px 20px;
	}

	.news-v-1__info {
		left: 10px;
		right: 10px;
		top: 15px;
	}

	.news-v-1__author {
		flex: none;
		margin-top: 10px;
		width: 100%;
	}
}
.cart__contact {
	position: relative;
	width: 100%;
}
.cart__contact-list {
	display: flex;
	flex-flow: row wrap;
	gap: 15px;
	background-color: transparent;
	transition: border-color .2s ease-in-out, color .2s ease-in-out;
}
.cart__contact-item {
	flex-grow: 1;
	width: 100%;
}
.cart__contact-link {
	display: block;
	width: 100%;
	padding: 10px;
	text-align: center;
	border-radius: 6px;
}
.cart__contact-icon-box {
	position: relative;
	display: inline-flex;
	align-items: center;
	vertical-align: top;
}
.cart__contact-content {
	flex: auto;
	text-align: left;
	font-size: 15px;
	line-height: 1.2;
	color: #4d4d4d;
}
.cart__contact-link {
	border: 1px solid #f2f2f2;
	border-radius: 6px;
}
.cart__contact-link:hover {
	color: #4d4d4d;
	background: #ffe998;
}
.cart__contact-link.cart__link-callme {
	background: #f9f9f9;
}
.cart__contact-link.cart__link-callme:hover {
	border-color: #fff5e3;
	background: #fff5e3;
}
.cart__contact-link.cart__link-telegram:hover {
	border-color: #e3f5ff;
	background: #e3f5ff;
}
.cart__contact-link.cart__link-whatsapp:hover {
	border-color: #e6ffe3;
	background: #e6ffe3;
}
.cart__contact-icon {
	width: 24px;
	height: 24px;
	margin-right: 7px;
	flex: none;
	background-position: right center;
	line-height: 0;
	position: relative;
}
.cart__icon {
	color: #bfbfbf;
	width: 16px;
	height: 16px;
	margin-right: 6px;
}
.sticky-block-photo,
.sticky-block-sidebar {
	position: sticky;
	top: 75px
}
.sticky-block-left-sidebar {
	position: sticky !important;
}
.sticky-block-photo {
	top: 65px
}
.sticky-block-sidebar,
.sticky-block-left-sidebar {
	top: 75px
}
.buy1click-button-content,
.buy1click2-button-content {
	font-size: 15px;
	line-height: 1.2;
}
.buy1click2-shipping__input[type="radio"],
.buy1click2-payment__input[type="radio"] {
	display: none;
}
@media screen and (max-width: 1024px) {
	.sticky-block-photo,
	.sticky-block-sidebar,
	.sticky-block-left-sidebar {
		position: static !important;
		top: 0
	}
}
.footer {
	background: var(--c-f-b);
	color: var(--c-f-c);
	padding-top: 40px;
	margin-top: 40px;
	line-height: 1.4;
	font-size: 16px;
}
.footer_pb {
	padding-bottom: 60px;
}
.footer__wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	/*padding-bottom: 40px;*/
}
.footer__logo {
	font-size: 0;
}
.footer__logo img {
	max-width: 100%;
	max-height: 80px;
}
.footer__item {
	display: block;
	flex: none;
	padding-left: 40px;
	width: 25%;
}
.footer__item:first-child {
	padding-left: 0;
}
.footer__item-logo {
	margin-bottom: 25px;
}
.footer__item-pay {
	margin-bottom: 20px;
}
.footer__item-title {
	color: var(--c-f-t);
	font-weight: var(--font-weight);
	line-height: 1.4;
	margin-bottom: 10px;
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer__item-name {
	margin-right: 10px;
	font-weight: normal;
	letter-spacing: .5px;
	text-transform: uppercase;
	font-size: 17px;
}
.footer__item-down {
	display: none;
	transition: all 0.3s ease-out;
	transform: rotate(0);
	width: 20px;
	height: 20px;
}
.footer__item-down_active {
	transform: rotate(90deg);
}
.footer__item-soz {
	margin-bottom: 40px;
}
.footer__item-contact {
	margin-bottom: 1.4em;
}
.footer__item-li {
	display: flex;
	align-items: center;
}
.footer__location,
.footer__8800,
.footer__messengers,
.footer__phone,
.footer__callme,
.footer__email,
.footer__navigation {
	position: relative;
}
.footer__phone {
	font-size: 18px;
}
.footer__8800_number {
	font-size: 21px;
}
.footer__bottoms {
	max-width: 80%;
}
.footer__bottom-header {
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 7px;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #999999;
}
.footer__bottom-list {
	display: flex;
	flex-flow: row wrap;
	gap: 10px;
	background-color: transparent;
	transition: border-color .2s ease-in-out, color .2s ease-in-out;
}
.footer__bottom-item {
	flex-grow: 1;
	border: 1px solid #5a5959;
	border-radius: 6px;
}
.footer__bottom-link {
	display: block;
	width: 100%;
	font-size: 15px;
	padding: 10px;
	text-align: center;
	border-radius: 6px;
}
.footer__bottom-icon-box {
	position: relative;
	display: inline-flex;
	align-items: center;
	vertical-align: top;
}
.footer__bottom-content {
	flex: auto;
	text-align: left;
	line-height: 1.2;
}
.footer__bottom-link:hover {
	background: #222;
	color: #fc0;
}
.footer-bottom-icon {
	width: 24px;
	height: 24px;
	margin-right: 7px;
	flex: none;
	background-position: right center;
	line-height: 0;
	position: relative;
}
.footer-icon {
	color: #bfbfbf;
	width: 16px;
	height: 16px;
	margin-right: 6px;
}
.footer-pay-icon {
	width: 32px;
	height: 32px;
}
.footer__item-socials {
	padding: 0;
	margin: 0 0 35px;
	width: 100%;
	display: grid;
	grid-template-columns:repeat(6, 2fr);
	list-style: none;
	align-items: center;
	justify-items: center
}
.footer__item-socials .footer_social-item {
	margin-bottom: 0;
}
.footer a svg,
.footer_social-item svg {
	fill: #fff;
}
.footer_social-item svg {
	display: block;
	transition: fill .2s
}
.footer a:hover svg,
.footer_social-item:hover svg,
.footer_social-link:hover svg {
	fill: #fc0
}
.footer a,
.footer .b-cityselect__city {
	color: var(--c-f-c);
}
.footer a:hover,
.footer .b-cityselect__city:hover {
	color: #fc0;
	transition: fill .2s
}
.footer a.underline {
	border-color: #646464;
}
.footer a.underline:hover {
	border-color: #ffea94;
	transition: fill .2s;
}
.footer .footer-phone__hint {
	color: #999999;
	font-size: 13px;
	line-height: 1;
}
.footer .copy {
	width: 100%;
	position: relative;
	font-size: 14px;
	line-height: 1.5;
}
.footer .copy .copy_text,
.footer .copy .floor10 {
	text-align: left;
	padding: 0 0 1em
}
.footer .copy .policy__sep {
	padding-left: 10px;
	padding-right: 10px;
	color: #adadad
}
.footer .copy .footer_politika-sep,
.footer .copy .footer_politika-link {
	display: inline-block
}
.footer .copy .footer_politika a.underline {
	color: #adadad
}
.footer .copy .footer_politika a.underline:hover {
	transition: fill .2s;
	color: #fc0;
	border-color: #ffea94
}
.f-pay {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style: none;
	align-items: center;
	justify-items: center;
	flex-wrap: wrap;
	gap: 8px;
	position: relative;
	display: inline-flex;
	vertical-align: top;
}
.f-pay img {
	height: 32px;
	margin-right: 5px;
}
.f-menu {
	margin-bottom: 20px;
}
.f-menu__list {
	padding: 7px 0;
	font-size: 16px;
}
.f-menu a {
	color: var(--c-f-a-m);
	text-decoration: none;
}
.f-menu a:hover {
	color: var(--c-f-a-m-h);
}
@media screen and (max-width: 1023px) {
	.footer__messengers {
		margin-bottom: 2em;
	}

	.footer__bottoms {
		max-width: 100%;
	}

	.footer__logo {
		text-align: center;
	}

	.footer__item {
		padding-left: 0;
		width: 100%;
	}

	.footer__item-title {
		margin-bottom: 12px;
		margin-top: 12px;
		line-height: 1;
	}

	.footer__item-menu-catalog,
	.footer__item-menu-company,
	.footer__item-menu-buyer {
		border-top: 1px solid #5a5959;
	}

	.footer__item-menu.footer__item-menu-buyer {
		border-bottom: 1px solid #5a5959;
		margin-bottom: 0;
	}

	.footer__item-pay {
		margin-bottom: 40px;
		margin-top: 20px;
	}

	.footer__item-down {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.f-menu {
		display: none;
	}

	.f-menu__list {
		padding: 7px 0;
	}
}
@media (max-width: 768px) {
	.footer__item-socials {
		grid-template-columns: repeat(5, 2fr);
	}
}
@media (max-width: 674px) {
	.footer__messengers-item {
		width: 100%;
	}
}
.upTop {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 50%;
	color: #666;
	cursor: pointer;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	position: fixed;
	left: -50px;
	bottom: 68px;
	text-align: center;
	transition: all 0.3s ease-out;
	visibility: hidden;
	width: 50px;
	height: 50px;
	line-height: 50px;
	z-index: 900;
}
.upTop .i-angle-down {
	margin-bottom: 0;
	transform: rotate(-180deg);
}
.upTop_active {
	opacity: 0.5;
	left: 10px;
	visibility: visible;
}
.upTop_active:hover {
	opacity: 1;
}
.f-panel {
	background: var(--c-f-p-f);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 900;
}
.f-panel-2 {
	background: none;
	border-top: none;
	bottom: 10px;
	box-shadow: none;
}
.f-panel-2 .f-panel__wrap {
	justify-content: flex-start;
	align-items: stretch;
}
.f-panel-2 .f-panel__icon {
	display: flex;
	align-items: center;
	border-left: none;
}
.f-panel-2 .f-panel__icon-bars,
.f-panel-2 .f-panel__icon-filter,
.f-panel-2 .f-panel__cart {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	margin-right: 10px;
	border-right: none;
	padding: 7px;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.f-panel-2 .f-panel__cart {
	padding: 0;
}
.f-panel-2 .f-panel__cart .s-hicon {
	margin: 0 10px;
}
.f-panel-2 .f-panel__cart .s-mcart_small,
.f-panel-2 .f-panel__cart .mcart,
.f-panel-2 .f-panel__cart .s-mcart_circle {
	margin: 5px;
}
.f-panel-2 .s-mcart_active:hover .s-mcart__link {
	box-shadow: none;
}
.f-panel__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.f-panel__wrap_center {
	justify-content: center;
}
.f-panel-1 .f-panel__icon {
	border-left: 1px solid var(--c-f-p-b);
	display: flex;
	align-items: center;
}
.f-panel-1 .f-panel__icon-bars {
	background: var(--c-f-p-i-f);
	display: none;
	border-right: 1px solid var(--c-f-p-b);
	flex: none;
	padding: 0;
	width: 60px;
	height: 54px;
	padding: 10px 15px;
}
.f-panel-1 .f-panel__icon-bars .bars__line,
.f-panel-1 .f-panel__icon-bars .bars__line:after,
.f-panel-1 .f-panel__icon-bars .bars__line:before {
	background: var(--c-f-p-m);
}
.f-panel-1 .f-panel__icon-filter {
	background: var(--c-f-p-i-f);
	color: var(--c-f-p-m);
	cursor: pointer;
	border-right: 1px solid var(--c-f-p-b);
	display: none;
	align-items: center;
	justify-content: center;
	height: 54px;
	width: 60px;
	transition: all 0.3s ease-out;
}
.f-panel-1 .f-panel__icon .s-hicon {
	background: var(--c-f-p-i-f);
	border-right: 1px solid var(--c-f-p-b);
	height: 54px;
	margin: 0;
}
.f-panel-1 .f-panel__icon .s-hicon a {
	display: flex;
	padding: 0 25px;
	height: 100%;
}
.f-panel-1 .f-panel__icon .s-hicon__name {
	color: var(--c-f-p-i-c);
}
.f-panel-1 .f-panel__icon .s-hicon:hover .s-hicon__name {
	color: var(--c-f-p-i-c-h);
}
.f-panel-1 .f-panel__icon .s-hicon svg {
	color: var(--c-f-p-i);
}
.f-panel-1 .f-panel__icon .s-hicon:hover svg {
	color: var(--c-f-p-i-h);
}
.f-panel-1 .f-panel__icon .hcount {
	background-color: var(--c-f-p-c-bg);
	color: var(--c-f-p-c-c);
}
.f-panel-1 .f-panel__icon .hcount_active {
	background-color: var(--c-f-p-c-bg-a);
}
.f-panel-1 .f-panel__cart .s-mcart__link-footer {
	background: var(--c-f-p-c-f);
	color: var(--c-f-p-c);
	display: flex;
	align-items: center;
	border-left: 1px solid var(--c-f-p-b);
	border-right: 1px solid var(--c-f-p-b);
	padding: 0 15px;
	height: 54px;
}
.f-panel-1 .f-panel__cart .s-mcart__link-footer:hover {
	color: var(--c-f-p-c-h);
}
.f-panel-1 .f-panel__cart .s-mcart__link {
	background: var(--c-f-p-c-f);
	border-color: #101fb3;
}
.f-panel-1 .f-panel__cart .s-mcart__icon {
	background-color: var(--c-f-p-c-i-d);
	color: var(--c-f-p-c-i-c-d);
}
.f-panel-1 .f-panel__cart .s-mcart_active .s-mcart__icon {
	background-color: var(--c-f-p-c-i);
	color: var(--c-f-p-c-i-c);
}
.f-panel-1 .f-panel__cart .hcount {
	background-color: var(--c-f-p-c-c-bg-d);
	color: var(--c-f-p-c-c-c);
}
.f-panel-1 .f-panel__cart .hcount_active {
	background-color: var(--c-f-p-c-c-bg);
}
@media screen and (max-width: 1080px) {
	.f-panel-2 .f-panel__cart {
		display: flex;
	}

	.f-panel-1 .f-panel__icon-bars {
		display: flex;
	}

	.f-panel-1 .f-panel__icon-filter {
		display: flex;
	}
}
@media screen and (max-width: 960px) {
	.f-panel-1 .f-panel__icon .s-hicon a {
		padding: 0 15px;
	}
}
@media screen and (max-width: 480px) {
	.f-panel-1 .f-panel__icon-bars {
		width: 44px;
		height: 46px;
		padding: 8px;
	}

	.f-panel-1 .f-panel__icon-filter {
		height: 46px;
		width: 44px;
	}

	.f-panel-1 .f-panel__icon .s-hicon {
		height: 46px;
	}

	.f-panel-1 .f-panel__icon .s-hicon a {
		padding: 0 12px;
	}

	.f-panel-1 .f-panel__icon .s-hicon__count {
		position: absolute;
		top: 4px;
		right: 3px;
	}

	.f-panel-1 .f-panel__cart .s-mcart__link-footer {
		height: 46px;
		border: none;
		padding: 0;
	}
}
.f-panel-2 .f-panel__icon-bars {
	background-color: var(--c-m-p-b);
}
.f-panel-2 .bars__line,
.f-panel-2 .bars__line:after,
.f-panel-2 .bars__line:before {
	background-color: var(--c-m-p-b-i);
}
.f-panel-2 .f-panel__icon-filter {
	background-color: var(--c-m-p-f);
	color: var(--c-m-p-f-i);
}
.f-panel-2 .f-panel__cart {
	background-color: var(--c-m-p-c);
}
.f-panel-2 .mcart__icon {
	background: none;
	box-shadow: none;
}
.f-panel-2 .mcart__icon {
	color: var(--c-m-p-c-i-d);
}
.f-panel-2 .mcart_active .mcart__icon {
	color: var(--c-m-p-c-i);
}
.f-panel-2 .mcart__info {
	display: none;
}
.f-panel-2 .hcount {
	background-color: var(--c-m-p-c-c-d);
	color: var(--c-m-p-c-c-c);
}
.f-panel-2 .hcount_active {
	background-color: var(--c-m-p-c-c);
}
.footerPanel {
	background: #fff;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 900;
}
.footerPanel a {
	color: #222;
	text-decoration: none;
}
.footerPanel .hcount {
	display: block;
	background-color: var(--c-m-p-c-c-d);
	color: var(--c-m-p-c-c-c);
	opacity: 0;
	position: absolute;
	right: -10px;
	top: -4px;
}
.footerPanel .hcount_active {
	background-color: var(--c-m-p-c-c);
	opacity: 1;
}
.footerPanel__wrap {
	display: flex;
	height: 60px;
}
.footerPanel__item {
	flex: auto;
	width: 100%;
}
.footerPanel__fl {
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}
.footerPanel__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #888;
	position: relative;
	flex: none;
	height: 22px;
}
.footerPanel__name {
	color: #777;
	font-size: 11px;
	font-weight: var(--font-weight);
}
.footerPanel__item_active .footerPanel__name,
.footerPanel__item_active .footerPanel__icon {
	color: var(--cheme-color);
}
.f-cookies {
	display: flex;
	justify-content: center;
	position: fixed;
	bottom: 65px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
}
.f-cookies__wrap {
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	box-shadow: 2px 2px 6px rgba(100, 100, 120, 0.3);
	font-size: 0;
	padding: 12px 24px;
	max-width: calc(100% - 20px);
}
.f-cookies__text {
	color: #222;
	font-size: 14px;
	line-height: 1.2;
	padding-right: 20px;
}
@media screen and (max-width: 500px) {
	.f-cookies__text {
		font-size: 12px
	}
}
@media screen and (min-width: 1081px) {
	.f-cookies {
		bottom: 15px
	}
}
.f-cookies__button button {
	color: green;
	cursor: pointer;
	font-weight: var(--font-weight);
	border: none;
	background: none;
}
.f-cookies__button button:hover {
	color: var(--cheme-color-dop);
}
.f-cookies__button button {
	font-size: 14px;
	outline: none
}
.in-modal-content {
	padding: 30px;
}
.ss-modal {
	font-size: 0;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	z-index: 9999;
	-webkit-tap-highlight-color: transparent;
	backface-visibility: hidden;
}
.ss-modal_active {
	visibility: visible;
}
.ss-modal_active .ss-modal__popup {
	opacity: 1;
	transform: scale(1);
}
.ss-modal-wrap {
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all 0.25s ease-in-out;
	visibility: hidden;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.ss-modal-wrap_active {
	opacity: 1;
	visibility: visible;
}
.ss-modal-loading {
	color: #eee;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.ss-modal-loading .icon30 {
	width: 60px;
	height: 60px;
}
.ss-modal__popup {
	background: #fff;
	border-radius: 6px;
	display: inline-block;
	font-size: 14px;
	margin: 30px;
	opacity: 0;
	overflow: hidden;
	position: relative;
	transform: scale(1.1);
	transition: all 0.25s ease-in-out;
	vertical-align: middle;
	max-width: calc(100% - 62px);
	text-align: left;
}
.ss-modal__close {
	cursor: pointer;
	font-size: 12px;
	position: absolute;
	right: 25px;
	top: 25px;
}
.ss-modal__close:hover {
	color: var(--cheme-color-dop);
}
.ss-modal__content {
	height: 100%;
	text-align: center;
	overflow: auto;
}
.ss-modal__content:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.addCart {
	text-align: left;
	padding: 30px;
}
.addCart.s-cart-page {
	margin-bottom: 0;
}
.addCart .c-item {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	min-width: 640px;
	max-width: 700px;
}
.addCart .c-item__service,
.addCart .c-item__price-old,
.addCart .c-item__remove {
	display: none;
}
.addCart__title {
	font-size: 20px;
	font-weight: var(--font-weight);
	margin-bottom: 30px;
	line-height: 1.2;
}
.addCart__button {
	margin-top: 30px;
	text-align: right;
}
.addCart__button_center {
	text-align: center;
}
.addCart__button .button {
	font-size: 15px;
	font-weight: normal;
	padding: 0;
	width: 180px;
}
.addCart__button .button + .button {
	margin-left: 10px;
}
.addCart__upselling {
	border-top: 1px solid #eee;
	font-size: 0;
	margin-top: 30px;
	padding-top: 20px;
}
.addCart__u {
	display: flex;
	max-width: 700px;
}
.addCart__u .owl-nav {
	top: -60px;
}
.addCart__u .owl-next,
.addCart__u .owl-prev {
	width: 36px;
	height: 36px;
}
.addCart__u-link {
	text-decoration: none;
}
.addCart__u-list {
	width: 100%;
}
.addCart__u-img {
	display: block;
	width: 60px;
	height: 60px;
	margin-bottom: 10px;
}
.addCart__u-img img {
	height: 100%;
}
.addCart__u-name {
	display: block;
	font-size: 13px;
	font-weight: var(--font-weight);
	margin-bottom: 10px;
	max-width: 280px;
	line-height: 1.4;
}
.addCart__u-price {
	display: inline-block;
	font-size: 16px;
	font-weight: var(--font-weight);
	margin-right: 10px;
}
.addCart__u-price-old {
	display: inline-block;
	color: #ccc;
	font-size: 14px;
}
.c-item {
	display: flex;
	align-items: center;
	position: relative;
}
.c-item_loading {
	opacity: 0.8;
}
.c-item_loading .c-item__loading {
	opacity: 1;
	visibility: visible;
}
.c-item a {
	color: #222;
	font-size: 16px;
}
.c-item a:hover {
	color: var(--cheme-color);
}
.c-item__loading {
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-out;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.c-item__img {
	font-size: 0;
	flex: none;
	text-align: center;
	width: 70px;
}
.c-item__img img {
	max-width: 100%;
	max-height: 60px;
}
.c-item__info {
	flex: 1;
	padding: 0 20px;
	width: calc(100% - 330px);
}
.c-item__name {
	font-size: 16px;
	line-height: 1.2;
}
.c-item__name-service {
	color: #888;
	font-size: 13px;
	margin-top: 5px;
}
.c-item__sku {
	color: #888;
	margin-top: 5px;
	font-size: 12px;
}
.c-item__service {
	font-size: 13px;
}
.c-item__prices {
	margin-top: 10px;
}
.c-item__count {
	flex: none;
	text-align: center;
	width: 100px;
}
.c-item__count-pr {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	flex: none;
	max-width: 200px;
}
.c-item__total {
	flex: none;
	text-align: right;
	vertical-align: top;
	width: 160px;
}
.c-item__price {
	font-size: 18px;
	font-weight: var(--font-weight);
	margin-bottom: 5px;
}
.c-item__price-count {
	color: #808080;
	font-size: 13px;
}
.c-item__price-old {
	color: #808080;
	font-size: 13px;
}
.c-item__remove {
	border-bottom: 1px dashed;
	color: #808080;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	margin-top: 20px;
	padding-bottom: 2px;
	transition: all 0.1s ease-out;
}
.c-item__remove:hover {
	color: #222;
	border-bottom-color: transparent;
}
@media screen and (max-width: 767px) {
	.addCart {
		padding: 20px;
	}

	.addCart .c-item {
		min-width: 100%;
	}

	.addCart__button .button {
		width: 100%;
	}

	.addCart__button .button + .button {
		margin-left: 0;
		margin-top: 10px;
	}

	.addCart__upselling {
		display: none;
	}

	.c-item {
		flex-wrap: wrap;
	}

	.c-item__img {
		margin-bottom: 20px;
	}

	.c-item__info {
		margin-bottom: 20px;
		padding-right: 0;
		width: calc(100% - 70px);
	}

	.c-item__total {
		padding-left: 90px;
		text-align: left;
		width: 100%;
	}
}
@media screen and (max-width: 580px) {
	.ss-modal__popup {
		margin: 15px;
		max-width: calc(100% - 32px);
	}

	.c-item__img {
		align-self: flex-start;
		text-align: center;
		width: 110px;
	}

	.c-item__img img {
		max-width: 110px;
		max-height: 100%;
	}

	.c-item__name {
		font-weight: var(--font-weight);
	}

	.c-item__info {
		flex: none;
		width: calc(100% - 110px);
	}

	.c-item__count,
	.c-item__total {
		padding-left: 0;
	}

	.c-item__count {
		width: 110px;
	}

	.c-item__count-pr {
		width: 110px;
	}

	.c-item__total {
		width: calc(100% - 110px);
		text-align: right;
	}

	.c-item__service select {
		margin-top: 4px;
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.in-modal-content {
		padding: 30px 20px;
	}
}
div.my-nav,
ul.my-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-bottom: 40px;
	margin-top: -10px;
}
div.my-nav a,
ul.my-nav a {
	display: block;
	margin-left: 20px;
	margin-top: 10px;
}
.my-nav__active a,
.my-nav__active {
	color: #222;
	text-decoration: none;
}
.is-hidden {
	display: none;
}
.profile {
	max-width: 800px;
}
.profile__edit .wa-value {
	position: relative;
}
.profile__photo-rem {
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
	border-radius: 50%;
	color: var(--cheme-color-dop);
	cursor: pointer;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -8px;
	left: 52px;
}
.profile__auth {
	margin-top: 40px;
	border-top: 1px solid #eee;
	padding-top: 20px;
}
.profile__auth-type {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.profile__auth-type li {
	list-style: none;
	margin-right: 10px;
}
.profile .wa-value img {
	border-radius: 6px;
	max-width: 60px;
	margin-bottom: 5px;
}
.profile .wa-value img + img {
	display: none;
}
@media screen and (max-width: 580px) {
	.profile__button-edit {
		width: 100%;
	}

	.profile__button-cancel {
		margin-top: 10px;
	}
}
.in-pr-bonus {
	background: #eff3f6;
	border-radius: 6px;
	padding: 30px;
}
.in-pr-bonus__item {
	background: var(--c-c-l-p-f);
	border: 1px solid var(--c-c-l-p-b);
	border-radius: var(--c-l-r);
	flex: none;
	display: flex;
	flex-direction: column;
	margin: 0;
	position: relative;
	top: 0;
	transition: box-shadow 0.2s ease-out;
	width: 100%;
	height: 100%;
}
.in-pr-bonus__item:hover {
	box-shadow: 0px 5px 20px rgba(61, 61, 61, 0.1);
	z-index: 9;
}
.in-pr-bonus__link {
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	padding: 15px;
	min-height: 90px;
	width: 100%;
}
.in-pr-bonus__img {
	flex: none;
	font-size: 0;
	width: 60px;
	text-align: center;
}
.in-pr-bonus__img img {
	max-height: 60px;
	max-width: 100%;
}
.in-pr-bonus__name {
	font-size: 15px;
	margin-left: 15px;
	line-height: 1.4;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
}
.in-pr-bonus__content {
	flex: 1;
	padding: 15px;
}
.in-pr-bonus__info {
	display: flex;
	color: #777;
	font-size: 13px;
	line-height: 1.2;
	margin-top: 15px;
}
.in-pr-bonus__info_red {
	color: var(--cheme-color-dop);
}
.in-pr-bonus__info-icon {
	color: #999;
	margin-right: 5px;
	text-align: center;
	width: 20px;
}
.in-pr-bonus__info-text span {
	color: #555;
	font-weight: var(--font-weight);
}
.in-pr-bonus__link-rate {
	padding: 15px;
}
.in-pr-bonus__link-rate a {
	color: #4e7df1;
	text-decoration: underline;
}
.in-pr-bonus__link-rate a:hover {
	text-decoration: none;
}
@media screen and (max-width: 580px) {
	.in-pr-bonus {
		border-radius: 0;
		margin: 0 -10px;
		padding: 15px 10px;
	}

	.in-pr-bonus__link {
		min-height: 50px;
		padding: 10px;
	}

	.in-pr-bonus__img {
		width: 30px;
	}

	.in-pr-bonus__img img {
		max-height: 30px;
	}

	.in-pr-bonus__name {
		font-size: 12px;
		margin-left: 10px;
	}

	.in-pr-bonus__info {
		font-size: 12px;
	}

	.in-pr-bonus__content,
	.in-pr-bonus__link-rate {
		padding: 10px;
	}
}
.wa-form input[type="text"],
.wa-form input[type="email"],
.wa-form input[type="password"],
.wa-form select,
.wa-form textarea {
	width: 100%;
}
.wa-form p {
	margin-bottom: 0;
}
.wa-form .error,
.wa-form .wa-error {
	border-color: var(--cheme-color-dop);
}
.wa-form .wa-field.wa-required .wa-name:after {
	content: " *";
	color: #faa;
}
.wa-form .wa-field {
	display: flex;
	margin-top: 15px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-items: flex-start;
	gap: 3px;
}
.wa-form .wa-field:first-child {
	margin-top: 0;
}
.wa-form .wa-field .field {
	display: block;
	margin-top: 5px;
}
.wa-form .wa-field .field:first-child {
	margin-top: 0;
}
.wa-form .wa-field .field span {
	color: #808080;
	font-size: 12px;
}
.wa-form .wa-name {
	font-weight: var(--font-weight);
	line-height: 1.3;
	flex: none;
	width: 100%
}
.wa-form .wa-field-address {
	align-items: flex-start;
}
.wa-form .wa-value {
	flex: 1;
	width: 100%
}
.wa-form em.error,
.wa-form .errormsg,
.wa-form .wa-error-msg {
	display: block;
	font-size: 14px;
	font-style: normal;
	color: var(--cheme-color-dop);
	margin-top: 3px;
}
.wa-form .wa-field-birthday .wa-value {
	display: flex;
	align-items: center;
	margin-left: -20px;
}
.wa-form .wa-field-birthday .wa-value > * {
	width: calc(33.33% - 20px) !important;
	margin-left: 20px;
}
.wa-form .wa-captcha-field {
	padding-bottom: 25px;
}
@media screen and (max-width: 580px) {
	.wa-form .wa-field {
		flex-direction: column;
	}

	.wa-form .wa-name {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}

	.wa-form .wa-value {
		width: 100%;
	}

	.wa-form .wa-field-birthday .wa-value {
		margin-left: -10px;
		width: calc(100% + 10px);
	}

	.wa-form .wa-field-birthday .wa-value > * {
		width: calc(33.33% - 10px) !important;
		margin-left: 10px;
	}

	.wa-form .button-block .button {
		width: 100%;
	}
}
.wa-signup-form-wrapper {
	line-height: 1.6;
}
.wa-confirm-signup-button {
	margin-top: 20px;
	width: 100%;
}
.wa-field-confirmation-code {
	flex-wrap: wrap;
}
.wa-confirmation-code-input-submit {
	width: 100%;
}
.wa-confirmation-code-input-submit-wrapper {
	flex: none !important;
	width: 100%;
	margin-top: 20px;
}
.l-auth {
	border: 1px solid #eee;
	border-radius: 6px;
	margin: 0 auto;
	padding: 30px;
	max-width: 500px;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175)
}
.l-auth__social {
	border-bottom: 1px solid #eee;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.l-auth__social p {
	margin-bottom: 10px;
	line-height: 1.4;
	font-size: 16px;
	color: #808080;
}
.l-auth__social ul {
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: center;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
.l-auth__social li {
	list-style-type: none;
}
.l-auth .wa-form .wa-field {
	margin-top: 1em;
	position: relative;
}
.l-auth .wa-form .wa-value {
	position: relative;
	position: relative;
	width: 100%;
	font-size: 16px
}
.l-auth__form .wa-form .wa-name {
	margin-right: 0;
	width: 100%
}
.l-auth .wa-form .wa-field-password {
	padding-bottom: 25px;
}
.l-auth .wa-login-forgotpassword-url {
	font-size: 14px;
	position: absolute;
	left: 0;
	bottom: -20px;
}
.l-auth .wa-uncaught-errors {
	margin-top: 10px;
}
.l-auth .wa-buttons-wrapper {
	margin-top: 20px;
}
.l-auth input[type=submit] {
	width: 100%;
}
.l-auth .wa-login-url,
.l-auth .wa-signup-url {
	color: #808080;
	font-size: 16px;
	margin-top: 25px;
	text-align: center;
}
.wa-login-url a,
.wa-signup-url a,
.wa-login-forgotpassword-url {
	color: #42afe0;
	border-bottom: 1px solid #b2ccf0
}
.wa-login-url a:hover,
.wa-signup-url a:hover,
.wa-login-forgotpassword-url:hover {
	color: var(--cheme-color-dop);
	border-color: var(--cheme-color-dop);
}
.l-auth .wa-forgotpassword-form-fields .wa-field-login {
	padding-bottom: 60px;
}
.l-auth .wa-forgotpassword-form-fields .wa-field-login .wa-value {
	position: static;
}
.l-auth .wa-forgotpassword-button {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.l-auth .wa-signup-form-fields .wa-field-password {
	padding-bottom: 0;
}
.l-auth .wa-field-terms-accepted {
	font-size: 12px;
}
.l-auth__form .wa-captcha-section {
	display: flex;
	align-items: flex-start;
	flex-direction: row-reverse;
}
.l-auth__form .wa-captcha-section .wa-error-msg {
	position: absolute;
	right: 0;
	bottom: -20px;
}
.l-auth__form .wa-captcha-section .wa-captcha-code {
	margin-right: 10px;
	position: relative;
}
.l-auth__form .wa-captcha-section .wa-captcha-code img {
	border-radius: 6px;
}
.l-auth__form .wa-captcha-section .wa-captcha-refresh-wrapper {
	font-size: 12px;
	position: absolute;
	bottom: -20px;
}
@media screen and (max-width: 580px) {
	.l-auth {
		padding: 20px;
	}
}
@media screen and (max-width: 360px) {
	.l-auth {
		padding: 15px 10px;
	}
}
.st-compare {
	font-size: 16px;
}
.st-compare__fix {
	background: #fff;
	transition: box-shadow 0.3s ease-out;
	padding-top: 10px;
	width: 100%;
}
.st-compare__fix_active {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 903;
}
.st-compare__fix-wrap {
	margin-bottom: 40px;
}
.st-compare__fix .owl-stage-outer {
	padding: 20px 0;
	margin: 0;
}
.st-compare__fix .owl-theme-nav .owl-nav {
	right: 10px;
	top: -54px;
}
.st-compare__features {
	display: flex;
	align-items: flex-start;
}
.st-compare__f-name {
	flex: none;
	width: 20%;
}
.st-compare__f-name .st-compare__f-item {
	font-weight: var(--font-weight);
}
.st-compare__f-val .price-wrapper {
	font-size: 19px;
}
.st-compare__f-val .products__pr-price-base_mt .price-wrapper {
	font-size: 15px;
}
.st-compare__f-vals {
	flex: none;
	width: 80%;
}
.st-compare__f-vals .products__item {
	padding: 10px;
	width: calc(100% - 20px);
	max-width: 210px;
	height: 100%
}
.st-compare__f-vals .products__item-img {
	padding-top: 40%
}
.st-compare__f-vals .products__item-info-name {
	min-height: auto;
	height: 36px;
	overflow: hidden
}
.st-compare__f-vals .products__item .products__item-info-name {
	font-size: 15px
}
.st-compare__f-item {
	display: flex;
	line-height: 1.4;
	padding: 20px 10px;
	align-items: center;
}
.st-compare__f-item:nth-child(odd) {
	background: #f9f9f9;
}
.st-compare__f-sl,
.st-compare__f-sl-pr {
	display: flex;
	flex-wrap: nowrap;
	margin: 0;
	width: 100%;
}
.st-compare__f-sl-pr {
	margin-top: -20px;
}
.st-compare__f-col {
	width: 284px;
}
.st-compare__f-remove {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 6px;
	color: #bbb;
	font-size: 0;
	padding: 5px;
	cursor: pointer;
	position: absolute;
	transition: all 0.3s ease-out;
	top: -10px;
	right: -10px;
	z-index: 3;
}
.st-compare__f-remove:hover {
	border-color: var(--cheme-color-dop);
	color: var(--cheme-color-dop);
}
.st-compare__f-select {
	cursor: pointer;
	margin-top: 10px;
}
.st-compare__f-radio {
	color: #888;
	display: flex;
	align-items: center;
}
.st-compare__f-radio_active {
	color: #222;
}
.st-compare__f-clear {
	cursor: pointer;
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.st-compare__f-clear-icon {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 6px;
	color: #bbb;
	font-size: 0;
	margin-right: 10px;
	padding: 5px;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.st-compare__f-clear-text {
	color: #888;
	transition: all 0.3s ease-out;
}
.st-compare__f-clear:hover .st-compare__f-clear-icon {
	border-color: var(--cheme-color-dop);
	color: var(--cheme-color-dop);
}
.st-compare__f-clear:hover .st-compare__f-clear-text {
	color: #222;
}
.st-compare .owl-item .st-compare__f-col {
	width: 100%;
}
.st-compare .products__item {
	padding: 10px;
	height: 100%;
	width: calc(100% - 20px);
	max-width: 210px;
	margin: 0 auto;
}
.st-compare .products__item-tile {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.st-compare .products__item-img {
	padding-top: 40%;
	width: 100%;
	flex: none;
}
.st-compare .products__item-info {
	margin-top: 0;
	padding-left: 0;
	width: 100%;
	flex: none;
}
.st-compare .products__item-info-name {
	margin-top: 0;
}
.st-compare .products__cart-flex,
.st-compare .products__item-info-rating {
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.st-compare__fix .owl-theme-nav .owl-nav {
		right: 10px;
		top: -34px;
	}
}
@media screen and (max-width: 580px) {
	.st-compare {
		font-size: 12px;
	}

	.st-compare .products__rating-count {
		display: none;
	}

	.st-compare__f-name {
		width: 120px;
	}

	.st-compare__f-vals {
		width: calc(100% - 120px);
	}

	.st-compare__f-vals .products__item {
		margin: 0 5px;
		width: 110px;
	}

	.st-compare__f-item {
		width: 120px;
	}

	.st-compare__fix-wrap {
		margin-bottom: 20px;
	}

	.st-compare__fix .st-compare__f-name {
		margin-top: -10px;
	}

	.st-compare__fix .owl-theme-nav .owl-nav {
		right: 0;
	}

	.st-compare .products__item-tile {
		display: block;
	}

	.st-compare .products__item-img {
		padding-top: 100%;
		width: 100%;
	}

	.st-compare .products__item-info {
		margin-top: 5px;
		padding-left: 0;
		width: 100%;
	}

	.st-compare .products__item-info-name {
		margin-top: 0;
	}

	.st-compare .products__cart-flex {
		display: none;
	}
}
@media screen and (max-width: 360px) {
	.st-compare__f-vals .products a .products__item-info-name {
		font-size: 13px
	}
}
.wa-auth-adapters ul {
	display: flex;
}
.wa-auth-adapters li {
	list-style-type: none;
	margin-right: 10px;
}
.w-box-sh {
	background: #fff;
	border: 1px solid #f1f1f1;
	border-radius: 6px;
	padding: 20px;
	transition: box-shadow 0.3s ease-out;
}
.w-box-sh:hover {
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}
.cart__item {
	background: #fff;
	border: 1px solid #f1f1f1;
	margin-bottom: 40px;
	padding: 20px;
	transition: all 0.3s ease-out;
}
.cart__item:hover {
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 580px) {
	.cart__item {
		padding: 10px;
	}
}
.s-checkout-result {
	margin-top: 30px;
}
.s-checkout-result.error {
	color: var(--cheme-color-dop);
}
.s-cart-page-left form {
	overflow: hidden;
}
.s-cart-page-left .cart-left {
	float: right;
	margin-right: 0;
}
.s-cart-header {
	margin: 0;
}
.s-cart-page {
	margin-bottom: 100px;
}
.s-cart-page .s-empty-cart {
	margin: 1em 0 0;
}
.s-cart-products {
	margin-bottom: 20px;
}
.cart-left {
	display: inline-block;
	margin-right: 60px;
	width: calc(100% - 480px);
}
.s-cart-product {
	border: 2px solid #f5f5f5;
	border-radius: 6px;
	margin: 0 0 20px;
	display: table;
	width: 100%;
	table-layout: fixed;
	padding: 20px;
	overflow: hidden;
}
.s-cart-product > .left-column,
.s-cart-product > .right-column {
	display: table-cell;
	vertical-align: top;
}
.s-cart-product > .left-column {
	width: 96px;
}
.s-cart-product > .right-column {
	padding: 0 0 0 20px;
}
.s-product-image {
	display: block;
}
.s-product-image img {
	width: 100%;
	overflow: hidden;
	border-radius: 6px;
}
.s-delete-wrapper {
	margin: 1em 0 0;
	text-align: center;
}
.s-delete-button {
	display: inline-block;
}
.s-product-name {
	margin: 0;
}
.s-cart-page .s-buttons-wrapper {
	float: right;
	clear: right;
}
.s-product-quantity {
	border-radius: 6px;
	font-size: 12px;
	width: 50px;
	height: 24px;
	text-align: center;
}
.s-product-quantity + .s-button {
	margin-right: 0;
}
.s-cart-page .s-buttons-wrapper .s-button {
	background: none;
	border: 0;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	margin: 0 8px;
}
.s-product-services {
	margin: 1em 0 0;
}
.s-product-services .s-service {
	margin: 0.5em 0 0;
}
.s-product-total {
	float: right;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	margin-left: 10px;
}
.s-cart-page-left .s-cart-total {
	float: left;
}
.s-cart-total {
	background: #fff;
	border-radius: 6px;
	border: 1px solid #f1f1f1;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
	padding: 20px;
	width: 420px;
	transition: all 0.3s ease-out;
}
.s-cart-total:hover {
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}
.s-affiliate-bonus-wrapper {
	font-size: 13px;
	margin: 1em 0 0;
}
.s-affiliate-bonus-wrapper .s-text-block,
.s-affiliate-bonus-wrapper .s-affiliate-discount,
.s-affiliate-bonus-wrapper .s-button-block {
	margin: 1em 0 0;
}
.s-affiliate-bonus-wrapper .s-text-block:first-child,
.s-affiliate-bonus-wrapper .s-affiliate-discount:first-child,
.s-affiliate-bonus-wrapper .s-button-block:first-child {
	margin-top: 0;
}
.s-affiliate-hint-wrapper {
	margin: 1em 0 0;
	font-size: 13px;
}
.s-coupon-wrapper {
	overflow: hidden;
	text-align: center;
}
.s-coupon-header {
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
	text-align: left;
}
.s-coupon-wrapper input {
	float: right;
	height: 30px;
	line-height: 30px;
}
.s-coupon-wrapper .s-text {
	border-radius: 6px;
	background: #f5f5f5;
	font-size: 12px;
	width: 55%;
	height: 46px;
	float: left;
}
.s-coupon-wrapper .error-message {
	margin: 0 0 1em;
	color: var(--cheme-color-dop);
	font-size: 12px;
	padding-top: 5px;
	clear: both;
	text-align: left;
}
.s-total-wrapper {
	border-top: 1px solid #f5f5f5;
	overflow: hidden;
	margin: 30px 0 20px;
	padding-top: 20px;
	text-align: center;
}
.s-total-wrapper .s-total-header {
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}
.s-total-wrapper .s-total {
	font-size: 36px;
	font-weight: bold;
}
.s-cart-checkout input {
	width: 100%;
}
.s-cart-checkout-one {
	opacity: 0.85;
	margin-top: 10px;
}
.s-cart-checkout-one input,
.s-cart-checkout-one button {
	width: 100%;
}
.s-checkout-page {
	margin-bottom: 100px;
}
.s-checkout-featured {
	margin: 0 0 40px;
	display: block;
	vertical-align: baseline;
}
.s-checkout-featured img {
	margin: 0 0 10px 10px;
}
.s-checkout-featured img:first-child {
	margin-left: 0;
}
.s-cartprice {
	overflow: hidden;
	margin-bottom: 15px;
	padding: 2px 0;
}
.s-cartprice-name {
	float: left;
	width: 70%;
}
.s-cartprice-price {
	float: right;
	font-weight: 600;
	width: 30%;
	text-align: right;
}
.s-cart-info {
	border-top: 2px solid #f4f5fb;
	margin: 20px 0 0;
	padding-top: 20px;
	text-align: center;
}
.s-cart-info p {
	margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
	.s-cart-total {
		margin-top: 40px;
		width: 100%;
	}

	.cart-left {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.s-cart-total {
		float: none;
		width: 100%;
	}

	.cart-left {
		float: none;
		margin-bottom: 0;
		margin-right: 0;
		width: 100%;
	}
}
.s-auth-wrapper li {
	list-style: none;
	margin: 0 0 10px;
}
.s-auth-wrapper li:last-child {
	margin-bottom: 0;
}
.s-checkout-nav {
	background: #fff;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.s-nav-item {
	vertical-align: top;
	list-style: none;
	flex: 1 1 0;
}
.s-nav-item:first-child a {
	border-left: none;
}
.s-nav-item-num {
	display: inline-block;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
}
.s-nav-item a {
	color: #2a2a2a;
	background: #fff;
	border-left: 1px solid #c1c1c1;
	display: block;
	display: flex;
	align-items: center;
	font-weight: var(--font-weight);
	font-size: 16px;
	opacity: 0.2;
	margin-bottom: 4px;
	padding: 10px 15px 7px;
	text-decoration: none;
}
.s-nav-item.is-done a {
	color: #838383;
	border-left-color: #eee;
	cursor: pointer;
	opacity: 1;
}
.s-nav-item.is-current a {
	border-left-color: #eee;
	opacity: 1;
}
.s-steps-wrapper {
	margin-top: 30px;
}
.s-authorized-user {
	display: table;
	width: 100%;
}
.s-authorized-user .left-column,
.s-authorized-user .right-column {
	display: table-cell;
	vertical-align: middle;
}
.s-authorized-user .left-column {
	width: 50px;
	padding-right: 20px;
	line-height: 0;
}
.s-authorized-user .left-column img {
	border-radius: 50%;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.s-authorized-wrapper .s-hint {
	margin: 10px 0 0;
}
.s-contact-form .wa-form {
	width: 100%;
	max-width: 767px;
}
.s-payment-item.has-error {
	border-color: var(--cheme-color-dop);
}
.s-step-content {
	margin: 0;
}
.s-payment-item,
.s-shipping-item {
	list-style: none;
	margin-bottom: 40px;
	transition: all 0.2s ease-out;
}
.s-payment-item.is-selected,
.s-shipping-item.is-selected {
	border-color: var(--cheme-color);
}
.s-payment-header,
.s-shipping-header {
	border-bottom: 2px solid #f5f5f5;
	font-size: 16px;
	padding-bottom: 15px;
}
.s-payment-header .s-radio,
.s-shipping-header .s-radio {
	margin: 0 10px 0 0;
}
.s-payment-image,
.s-shipping-image {
	margin-right: 10px;
	max-width: 60px;
	vertical-align: middle;
}
.s-shipping-select {
	width: 100%;
}
.s-payment-description,
.s-shipping-description {
	font-size: 13px;
	margin-bottom: 10px;
}
.s-shipping-options .wa-address {
	margin-top: 20px;
}
.s-shipping-controls {
	margin-bottom: 10px;
}
.s-price-wrapper {
	font-weight: bold;
}
.s-price {
	margin-left: 10px;
}
.s-comment {
	margin-top: 10px;
}
.s-delivery-wrapper {
	font-size: 13px;
	line-height: 1.6;
	margin-top: 15px;
}
.s-delivery {
	font-weight: bold;
	margin-left: 10px;
	white-space: nowrap;
}
.wa-error-msg.c-error,
.s-shipping-options .s-shipping-error,
.s-shipping-options .error {
	color: var(--cheme-color-dop);
	margin-bottom: 0;
}
.s-contact-block {
	background: #fff;
	display: inline-block;
	margin: 10px 0 30px;
	padding: 15px;
	border-radius: 6px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.s-contact-block .s-userpic {
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
}
.s-contact-block .s-user-name {
	margin-left: 10px;
	font-weight: bold;
}
.s-address-wrapper {
	margin-top: 10px;
	line-height: 1.4;
}
.s-cart-list {
	margin-top: 20px;
}
.s-confirm-wrapper .s-cart-item {
	background: #fff;
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 20px 10px;
	margin: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	line-height: 1.5em;
}
.s-cart-item .s-image-column,
.s-cart-item .s-text-column {
	display: table-cell;
	vertical-align: top;
}
.s-cart-item .s-image-column {
	width: 96px;
	line-height: 0;
	text-align: center;
}
.s-cart-item .s-image-column img {
	max-width: 100%;
}
.s-cart-item .s-name {
	font-weight: bold;
	margin-bottom: 15px;
}
.s-cart-item .s-total {
	font-weight: 600;
	font-size: 16px;
	margin-top: 5px;
}
.s-cart-item .bold {
	font-weight: bold;
}
.s-confirm-wrapper .s-services {
	margin-top: 20px;
}
.s-confirm-wrapper .s-service {
	list-style: none;
	font-size: 12px;
}
.s-confirm-wrapper .s-service:first-child {
	margin-left: 0;
}
.s-confirm-wrapper .s-service-ornament {
	margin: 10px 0 0;
}
.s-confirm-wrapper .s-service-name {
	margin: 10px 0 0;
}
.s-confirm-wrapper .s-service-price {
	margin: 0 10px;
	font-weight: bold;
}
.s-confirm-wrapper .s-service-info {
	color: #ccc;
}
.s-textarea-wrapper {
	margin-top: 20px;
}
.s-textarea-wrapper textarea {
	height: 100px;
	background: #fff;
	border-radius: 6px;
	font-size: 12px;
	width: 100%;
}
.s-terms-wrapper .error {
	color: var(--cheme-color-dop);
}
.s-terms-wrapper {
	margin-top: 20px;
}
.s-plugin-wrapper {
	margin: 20px 0 0;
}
.s-plugin-wrapper input {
	width: auto;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.s-nav-item {
		border-bottom: 1px solid #fff;
		flex: 1 1 100%;
	}
}
@media screen and (max-width: 480px) {
	.s-cart-item .s-image-column {
		width: 60px;
	}
}
.reqpriceOver,
.bellLightOver,
.pnoticeOver,
.clickliteOver {
	padding-right: 17px;
}
@media screen and (max-width: 767px) {
	.reqpriceOver,
	.bellLightOver,
	.pnoticeOver,
	.clickliteOver {
		padding-right: 0;
	}
}
.bellLightB {
	bottom: 90px !important;
	z-index: 99;
}
.reqprice__h,
.pnotice__h,
.clicklite__h,
.bellLight__h {
	font-size: 18px !important;
	margin-bottom: 20px !important;
}
.reqprice,
.pnotice,
.clicklite,
.bellLight {
	box-shadow: none !important;
	background-color: transparent !important;
	max-width: 460px !important;
	width: 100% !important;
	height: 100% !important;
	left: calc(50% - 230px) !important;
	top: 0% !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.reqprice__w,
.pnotice__w,
.clicklite__w,
.bellLight__w {
	background-color: #fff;
	border-radius: 6px;
	padding: 30px !important;
	max-width: 460px !important;
}
.reqprice__buttonView,
.pnotice__buttonView,
.clicklite__buttonView,
.bellLight__buttonView {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.reqprice__close,
.pnotice__close,
.clicklite__close,
.bellLight__close {
	right: 10px !important;
	top: 10px !important;
}
.reqprice__input,
.reqprice__textarea,
.pnotice__select,
.pnotice__input,
.clicklite__input,
.bellLight__input,
.bellLight__mess {
	border: 1px solid #eee !important;
	height: 44px !important;
	width: 100% !important;
	margin: 0 0 20px !important;
}
.clicklite__product {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.pnotice__img,
.clicklite__img {
	width: 45px !important;
	margin-right: 0 !important;
}
.pnotice__name,
.clicklite__name {
	padding-left: 10px !important;
	font-size: 13px !important;
	width: calc(100% - 45px) !important;
}
.clicklite__totalPrice,
.clicklite__price {
	font-weight: var(--font-weight) !important;
	white-space: nowrap !important;
	margin-top: 10px !important;
}
.clicklite__price {
	margin-left: 55px !important;
}
.clicklite__counter {
	width: 100px !important;
	margin-top: 10px !important;
}
.clicklite__counterCount input {
	background: none !important;
	padding: 0 !important;
}
.reqprice__politika,
.clicklite__politika,
.pnotice__select ~ .pnotice__politika,
.bellLight__politika {
	font-size: 12px !important;
	line-height: 1.4 !important;
}
.bellLight__thank {
	font-size: 14px !important;
	line-height: 1.4 !important;
}
.reqpriceW,
.pnoticeW,
.clickliteW,
.bellLightW {
	background-color: #000 !important;
}
.reqprice__button,
.reqprice__buttonClose,
.bellLight__button,
.pnotice__buttonClose,
.pnotice__button,
.clicklite__buttonClose,
.clicklite__button,
.bellLight__submit {
	border-radius: 4px !important;
	color: var(--c-b-c) !important;
	background: var(--c-b) !important;
	line-height: 44px !important;
	height: 44px !important;
	width: 100% !important;
}
.reqprice__buttonClose:hover,
.reqprice__button:hover,
.pnotice__buttonClose:hover,
.pnotice__button:hover,
.clicklite__buttonClose:hover,
.clicklite__button:hover,
.bellLight__button,
.bellLight__submit:hover {
	background: var(--c-b-h) !important;
	color: var(--c-b-c-h) !important;
	transition: all 0.3s ease-out !important;
}
.reqprice__policyCheckbox,
.pnotice__policyCheckbox,
.clicklite__policyCheckbox {
	-webkit-appearance: checkbox;
}
@media screen and (max-width: 460px) {
	.reqprice,
	.pnotice,
	.clicklite,
	.bellLight {
		left: 0 !important;
	}

	.reqprice__w,
	.pnotice__w,
	.clicklite__w,
	.bellLight__w {
		padding: 20px !important;
	}
}
.sub-categories {
	display: flex;
	flex-wrap: wrap;
	padding: 40px 0;
	overflow: hidden;
	width: 100%;
}
.sub-categories a {
	margin-right: 20px;
}
.theme-brand {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-top: -20px;
}
.theme-brand .brand {
	width: calc(25% - 10px);
	margin-top: 20px;
	margin-left: 10px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.theme-brand .brand {
		width: calc(33.33% - 10px);
	}
}
@media screen and (max-width: 480px) {
	.theme-brand .brand {
		width: calc(50% - 10px);
	}
}
.shop-regions-ip-analyzer__wrapper,
.shop-regions-window_show {
	z-index: 9999 !important;
}
.shop-regions__button-close {
	top: 20px !important;
	right: 20px !important;
}
.shop-regions-ip-analyzer__triggers {
	display: flex;
}
.h-mobile__bottom-info .shop-regions__ip-analyzer-variants {
	position: absolute;
}
.h-mobile__bottom-info .shop-regions-ip-analyzer__wrapper {
	right: calc(100% - 70px);
}
.shop-regions__window {
	line-height: 1.8;
}
.shop-regions-button {
	font-size: 0;
}
.shop-regions-button a {
	font-size: 15px;
}
.product__plugins .buy1click-button {
	width: 100% !important;
}
.products__one .buy1click-button {
	width: 100% !important;
}
.s-cart-checkout-one .buy1click-button {
	width: 100% !important;
}
.s-products__one .buy1click-button {
	width: 100% !important;
}
.brand-plugin-catalog-header-brand__image-column {
	padding-left: 0 !important;
}
.brand-plugin-pages__item {
	border: 1px solid #e0e0e0 !important;
	padding-left: 0 !important;
	transition: all 0.3s ease-out !important;
	line-height: 1.8;
}
.brand-plugin-pages__item:hover {
	background-color: #fff !important;
	border-color: #828282 !important;
}
.brand-plugin-pages__item:before {
	display: none !important;
}
.brand-plugin-pages-item,
.brand-plugin-pages-item:link,
.brand-plugin-pages-item:visited {
	padding: 5px 10px !important;
}
.searchpro__page-sidebar input[type="radio"] {
	-webkit-appearance: radio;
}
.searchpro__page-sidebar input[type="checkbox"] {
	-webkit-appearance: checkbox;
}
.autobadge-pl,
.searchpro__field .searchpro__field-container {
	z-index: 10 !important;
}
.searchpro__field-container {
	display: none;
}
.js-searchpro__field-wrapper,
.searchpro__field {
	width: 100% !important;
}
.searchpro__rest-parsed-content_wrapper .c-products {
	margin-top: 0;
}
.shop-sk-callback {
	width: 450px;
}
.shop-sk-callback input,
.shop-sk-callback textarea,
.shop-sk-callback select {
	width: 100%;
}
.shop-sk-callback input[type="checkbox"] {
	width: 20px;
	height: 20px;
}
.shop-sk-callback__title {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 15px;
}
.shop-sk-callback__text p {
	padding-bottom: 10px;
	text-align: center;
}
.shop-sk-callback__text p,
.shop-sk-callback__control {
	margin: 0;
	font-size: 16px;
	line-height: 1.4;
}
.shop-sk-callback__pole {
	margin-top: 20px;
}
.shop-sk-callback__name {
	margin-bottom: 5px;
}
.shop-sk-callback__textarea {
	height: 100px;
}
.shop-sk-callback__pole_submit {
	position: relative;
	font-size: 0;
}
.shop-sk-callback__error {
	font-size: 13px;
	color: var(--cheme-color-dop);
	display: none;
	margin-top: 4px;
}
.shop-sk-callback__pole._error .shop-sk-callback__label {
	color: var(--cheme-color-dop);
}
.shop-sk-callback__pole._error input {
	border-color: var(--cheme-color-dop);
}
.shop-sk-callback__pole._error .shop-sk-callback__error {
	display: block;
}
.shop-sk-callback__preloader {
	background-color: rgba(255, 255, 255, 0.3);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.shop-sk-callback__preloader i {
	background: url("../img/i-loading.svg") no-repeat center center;
	animation: fa-spin 1.5s infinite linear;
	position: absolute;
	transition: all 0.2s ease-out;
	left: 50%;
	top: 50%;
	margin-top: -10px;
	margin-left: -10px;
	width: 20px;
	height: 20px;
}
.shop-sk-callback__pole .wa-captcha p {
	display: flex;
	align-items: center;
	margin: 0;
}
.shop-sk-callback__pole .wa-captcha strong {
	margin: 0 5px;
}
@media screen and (max-width: 620px) {
	.shop-sk-callback {
		width: 320px;
	}
}
@media screen and (max-width: 360px) {
	.shop-sk-callback {
		width: 100%;
	}
}
.buy1click-payment__input,
.buy1click-shipping__input {
	display: none !important;
}
.in-microdata,
.h-hidden {
	display: none;
}
.h-hidden-show .h-hidden {
	display: inline-block;
}
.modal_title {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 15px;
	text-align: center;
}
.modal_content {
	line-height: 1.4;
	font-size: 15px;
}
.ordercall-smart-button_text {
	width: 205px;
}
.settings-icon {
	z-index: 9999;
	position: fixed;
	top: 40%;
	left: 0;
	background: rgba(42, 42, 42, .98);
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	opacity: .8
}
.settings-icon .show-settings {
	padding: 10px;
	display: block;
	font-size: 16px;
	color: #fff
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: default;
}
#product-cart__payment-method {
	cursor: default;
}
.payment-method-box {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.payment-method {
	position: relative;
}
.payment-method-icon {
	color: #29a366;
	margin-right: 6px;
}
.payment-method-name {
	font-weight: bold;
	color: var(--green, #29a366);
	border-bottom: 1px dashed #29a366;
	transition: opacity .2s;
	border-bottom: 1px dashed;
	text-decoration: none;
	padding-bottom: 2px;
}
.payment-method-name:hover {
	color: var(--cheme-color-dop);
	border-bottom: 1px dashed #ffcebe;
	transition: opacity .2s;
}
.payment-methods-popup__title {
	color: #4d4d4d;
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 24px;
	align-self: center;
}
@media screen and (max-width: 580px) {
	.payment-methods-popup__title {
		font-size: 26px;
		line-height: 1;
	}
}
@media screen and (max-width: 380px) {
	.payment-methods-popup__title {
		font-size: 24px;
		line-height: 1;
	}
}
.payment-methods-product__list {
	position: relative;
}
.payment-methods-product__item {
	margin-bottom: 1em;
}
.payment-methods-product__item-img {
	width: 22px;
	height: 22px;
	margin-right: 10px;
}
.payment-methods-product__item-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	vertical-align: top;
	display: flex;
	align-content: center;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.payment-methods-product__item-text {
	font-weight: normal;
}
.payment-methods-popup__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 16px;
}
.payment-methods-popup__item {
	display: flex;
	gap: 24px;
	padding: 16px;
	border-radius: 10px;
	border: 1px solid var(--grey, #e5e5e5);
	align-items: center;
}
.payment-methods-popup__item-img {
	width: 32px;
	height: 32px;
	-o-object-fit: contain;
	object-fit: contain;
}
.payment-methods-popup__item-column {
	display: flex;
	flex-direction: column;
}
.payment-methods-popup__item-title {
	color: #4d4d4d;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2;
}
.payment-methods-popup__item-text {
	color: #929292;
	font-size: 15px;
	font-weight: normal;
}
.stock-label {
	position: relative;
	display: flex;
}
.stock-label_center {
	justify-content: center;
}
.badge_label_img {
}
.badge_label_img .autobadges__item-img {
}
.badge_label_name {
	font-size: 13px;
}
.badge_cursor-info .badge_label_name {
	cursor: help;
}
.autobadge-pl {
	position: relative !important;
}
.autobadges {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
	margin-top: 12px;
}
.autobadges.autobadges_mt6 {
	margin-top: 6px;
}
.autobadges_line {
	display: grid;
	grid-template-rows: 50px 50px; /* 2 rows of 50px */
	grid-auto-flow: column; /* a column flow */
	grid-auto-columns: 100px; /* each column will 100px of width */
	grid-gap: 5px;
	overflow: auto;
}
.autobadges_list,
.autobadges_mini {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	bottom: 0;
	z-index: 1;
}
.autobadges_mini {
	margin-top: 6px;
}
.autobadges_thumbs {
	position: absolute !important;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	bottom: 0;
}
.autobadges_list,
.autobadges_mini,
.autobadges_thumbs {
	gap: 4px;
	z-index: 1;
}
.-b-,
.badge,
.badge_,
.stock-label__price,
.stock-label__percent {
	z-index: 1;
}
.autobadge-pl,
.stock-label__price,
.stock-label__price-fix,
.stock-label__percent,
.stock-label__percent-sale {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	font-size: 13px;
}
.calc-pr__wrap .stock-label__price,
.calc-pr__wrap .stock-label__price-fix,
.calc-pr__wrap .stock-label__percent,
.calc-pr__wrap .stock-label__percent-sale {
	margin-bottom: 0;
}
.stock-label__price,
.stock-label__price-fix,
.stock-label__percent,
.stock-label__percent-sale,
.stock-label .badge_label,
.badge_label {
	padding: 4px 8px;
	color: #fff;
	line-height: 1;
	border-radius: 6px;
	font-size: 13px;
}
.stock-label__price,
.stock-label__price-fix {
	color: #444444;
	background: #c8efd5;
}
.stock-label__percent,
.stock-label__percent-sale {
	color: #fff;
	background: linear-gradient(45deg, var(--cheme-color-dop) 0%, #ffa700 100%);
}
.badge_label-percentsale {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(45deg, var(--cheme-color-dop) 0%, #ffa700 100%);
}
.badge_label-top10 {
	background: #0c93e5;
	background: linear-gradient(45deg, #074266 0%, #0c93e5 100%);
}
.badge_label-top100 {
	background: #a12a76;
	background: linear-gradient(45deg, #6c064a 0%, #a12a76 100%);
}
.badge_label-discontinued {
	color: #444444;
	background: #d9d9d9;
}
.badge_label-notproduce {
	background: #367e6e;
}
.badge_label-underorder {
	background: #444444;
}
.badge_label-new {
	background: #61a92c;
	background-image: linear-gradient(-90deg, #56a71a 0%, #244e05 100%);
}
.badge_label-hit {
	background: #465ec7;
	background-image: linear-gradient(90deg, #465ec7 0%, #28D1EB 100%);
}
.badge_label-hitday {
	background: #dd0000;
	background-image: linear-gradient(-90deg, #dd0000 0%, #973131 100%);
}
.badge_label-hitweek {
	background: #1f4356;
	background: linear-gradient(45deg, #1f4356 0%, #085c89 100%);
}
.badge_label-sell {
	background: #7f46c7;
	background: linear-gradient(45deg, #7f46c7 0%, #480e97 100%);
}
.badge_label-goodprice {
	background: #10c44c;
	background-image: linear-gradient(-120deg, #10c44c 0%, #0b8b36 100%);
}
.badge_label-years3 {
	background: #272c2b;
}
.badge_label-years10 {
	background: #272c2b;
}
.badge_label-factoty {
	background: #1f4356;
	background: linear-gradient(45deg, #1f4356 0%, #085c89 100%);
}
.badge_label-sale___ {
	background: #e5250c;
	background-image: linear-gradient(90deg, #871508 0%, #e5250c 100%);
}
.pruducts_badges,
.pruducts_badges.autobadge-positioned {
	position: absolute;
	z-index: 1;
}
.m-products__info-block .pruducts_badges,
.s-products__right-l .pruducts_badges {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.s-products__right-l .pruducts_badges {
	margin-bottom: 0;
}
.pruducts_badges .autobadge-pl {
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 3px;
}
.pruducts_badges .autobadge-pl .badge_label {
	padding: 2px 6px;
}
@media screen and (max-width: 580px) {
	.badge_label_name {
		font-size: 12px;
	}

	.badge_label {
		padding: 4px 5px;
	}
}
.gsh-description {
	width: 100%;
	position: relative;
	margin-bottom: 0;
	padding: 34px 0;
	background: #f7f7f7;
}
.gsh-description.block_craft_ffffff {
	padding-bottom: 50px;
}
.gsh-description,
.gsh-description .body-text {
	color: #222
}
.gsh-description .r-reviews__item,
.gsh-description .r-reviews__item-header,
.gsh-description .r-reviews__item:hover .r-reviews__item-header,
.gsh-description .r-reviews__item:hover .r-reviews__item-content {
	background-color: #fff;
}
.gsh-description .r-reviews__item-header {
	border-radius: 10px 10px 0 0;
}
.gsh-description .r-reviews__item:hover .r-reviews__item-header__ {
	background-color: #fffae9;
}
.s-description {
	font-size: 15px;
}
@media (max-width: 767px) {
}
.bottom_add_zayavky {
	color: #444;
	background: #ededed;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 6px;
}
.bottom_add_zayavky:hover {
	color: #444;
	background: #ffe998 !important;
}
.l1-faq-box {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 2;
}
.l1-faq_title {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 0;
}
.l1-faq_content {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.l1-faq_item {
	font-size: 16px;
}
.l1-faq_item-icon {
	margin-right: 6px;
}
.l1-faq_item-name {
	color: #1b9ed9;
	border-bottom: 1px dashed #b2ccf0;
}
.l1-faq_item-name:hover {
	color: var(--cheme-color-dop);
	border-bottom-color: #ffcebe;
}
.background-c1 {
	background: #f5f5f5;
}
.background-c2 {
	background: #eaecee;
}
.background-c3 {
	background: #f3f3f3;
}
.background-c4 {
	background: #edece5;
}
.background-c5 {
	background: #f5e9e9;
}
.background-c6 {
	background: #edeeea;
}
.background-c1,
.background-c2,
.background-c3,
.background-c4,
.background-c5,
.background-c6 {
	position: relative;
	display: block;
	padding: 28px 35px;
	clear: both;
}
.summary_title {
	color: #9b2743;
	font-weight: bold;
}
@media (max-width: 767px) {
	.background-c1,
	.background-c2,
	.background-c3,
	.background-c4,
	.background-c5,
	.background-c6 {
		padding: 20px 30px;
	}

	.product .summary {
		padding: 15px
	}
}
.subcategories {
	margin: 0;
	position: relative
}
.subcategories-item {
	padding: 0 20px;
	text-align: center;
	position: relative
}
.subcategories-item.subcategories-item_w100 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 12%;
	flex: 0 0 12%
}
.subcategories-item-list {
	line-height: 1.5
}
.subcategories-item-list,
.subcategories-item-list-txt {
	border: 0
}
.subcategories-item-list {
	text-align: left;
	padding: 5px 14px;
	background: #f1f1f1;
	margin-right: 8px;
	margin-bottom: 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}
.subcategories-item-list-txt {
	padding: 5px 0;
	margin-right: 8px;
	margin-bottom: 8px;
	font-style: italic
}
.subcategories-item-list:hover {
	color: #444;
	border-color: #cecece;
	background-color: #ffea94
}
.subcategories-item-list span.name {
	color: #444;
	border-bottom: 1px solid #cecece
}
.subcategories-item-list:hover span.name {
	color: #444;
	border-bottom: 1px solid #808080
}
.subcategories-item-list-i {
	max-width: 32px;
	margin-right: 6px;
	/*margin-top: -3px*/
}
.subcategories-item-title {
	line-height: 1.3;
	font-size: 16px;
	display: inline-block;
}
.subcategories-item-list.active,
.subcategories-item-list.active:hover {
	color: #fc0;
	background: #444
}
.subcategories-item-list.active span,
.subcategories-item-list.active:hover span {
	color: #fff;
	border-bottom: #797979
}
.listaete {
	display: none;
}
@media (max-width: 1024px) {
	.listaete {
		font-size: 14px;
		text-align: center;
		display: block;
		color: #808080;
	}

	.subcategories_mobile::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
		border-radius: 12px;
		background-color: #F5F5F5;
	}

	.subcategories_mobile::-webkit-scrollbar {
		height: 5px;
		background-color: #F5F5F5;
	}

	.subcategories_mobile::-webkit-scrollbar-thumb {
		border-radius: 12px;
		background-color: #444;
	}

	.subcategories_mobile::-webkit-scrollbar-track {
		background: #F5F5F5;
	}

	.subcategories_mobile {
		flex-wrap: nowrap !important;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		-webkit-text-decoration-skip: objects;
		text-decoration-skip: objects;
		-webkit-text-size-adjust: 100%;
		-webkit-font-smoothing: antialiased;
		scrollbar-width: thin;
	}

	.subcategories_mobile .subcategories-item-list {
		padding-left: 14px;
		padding-right: 14px;
		font-size: 15px;
		margin-right: 6px;
		margin-bottom: 6px;
		min-width: 125px;
		min-height: 125px;
		text-align: center;
	}

	.subcategories_mobile .subcategories-item-list-i {
		width: 70px;
		max-width: 70px;
		margin-right: 0;
		margin-top: 0
	}

	.subcategories-item-title {
		line-height: 1.3;
		font-size: 15px;
		display: block;
	}
}
.slider-link-underline {
	color: var(--cheme-color-dop);;
	border-bottom: 2px solid
}
.slider-link-underline:hover {
	color: #0a53be;
	border-bottom: 2px solid #0a53be
}
.oc-modal .oc-btn-accept, .oc-modal a.oc-btn-accept {
}
.title-text,
.title-text-small {
	font-weight: 700;
	margin-bottom: .5rem;
	line-height: 140%
}
.title-text {
	font-size: 28px
}
.title-text-small {
	font-size: 24px
}
.title-icon,
.title-icon .title-icon-svg {
	position: relative;
	border: 0;
	outline: 0;
	width: 24px;
	height: 24px
}
.title-icon .title-icon-svg {
	fill: #343a40;
	margin-right: 5px;
	top: -3px
}
.small-icon,
.small-icon .small-icon-svg,
.smaller-icon {
	border: 0;
	outline: 0;
	width: 14px;
	height: 14px
}
.small-icon .small-icon-svg {
	fill: #343a40;
	position: relative;
	margin-right: 5px;
	top: -2px
}
.smaller-icon .smaller-icon-svg {
	border: 0;
	outline: 0;
	width: 14px;
	height: 14px;
	fill: #4e4e4e;
	position: relative;
	margin-right: 2px;
	top: -2px
}
.slider-notes,
.preim_slider {
}
.slider-notes .owl-item.active:hover,
.preim_slider .owl-item.active:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.preim-block {
	position: relative;
	background: url(../img/background/filter_bac.jpg) center center #4d4d4d;
	background-size: cover;
	border-radius: 12px;
	position: relative;
	color: #fff;
}
.certificate-item {
	background: #f5f5f5;
	border-radius: 12px;
	height: 100%;
}
.certificate-item:hover {
	background: #fffded;
	-webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
	box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
}
.certificate-box {
	padding: 10px;
}
.certificate-thumb {
	text-align: center;
}
.certificate-thumb-img {
	border-radius: 4px;
}
.certificate-title {
	font-size: 13px;
	margin-top: 10px;
	text-align: center;
	line-height: 1.2;
	color: #222;
}
.certificate-item {
}
/*
.preim-block:after,
.preim-block:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%
}
.preim-block:after {
    top: 0;
    left: 0;
}
.preim-block:before {
    top: 0;
    left: 0;
}
.preim-block:after {
    background: url("/wa-data/public/shop/themes/gscom_premium_2024/img/best/preim_slider_left.png") bottom right no-repeat;
}
.preim-block:before {
    background: url("/wa-data/public/shop/themes/gscom_premium_2024/img/best/preim_slider_right.png") top left no-repeat;
    opacity:0.7;
}
*/
.preim-block .in-blocks__title-name {
	color: #fff;
}
.preim-items {
}
.preim-item {
	height: 100%;
	border-radius: 12px;
	background: white;
}
.preim-item .preim-item-box {
	display: grid;
	justify-content: center;
	padding: 25px;
	text-align: center;
	transition: all .7s;
}
.preim-item:hover {
	background: #fffded;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
}
.preim-item a,
.preim-item a:hover {
	color: #222;
	text-decoration: none;
}
.preim-item a:hover .preim-title {
	color: var(--cheme-color-dop);
}
.preim-item .preim-thumb {
	margin-bottom: 1em;
	text-align: center;
}
.preim-item .preim-thumb svg {
	height: 70px;
	width: auto;
	margin: 0 auto;
}
.preim-item .preim-title {
	text-transform: none;
	font-weight: bold;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 0.2em;
}
.preim-item .preim-description {
	font-weight: normal;
	font-size: 15px;
	line-height: 19px;
}
.preim-item .preim-color {
	display: inline-block;
	/*color:#fc0;
    text-shadow: 1px 1px 0 #6a6a6a;*/
}
.preim_slider .owl-dots {
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
}
.preim_slider.preim_col-sidebar .owl-dots {
	width: 170px;
}
.preim_slider.preim_col-sidebar .preim-item .preim-title {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 0.5em;
}
.preim_slider.preim_col-sidebar .preim-item .preim-item-box {
	padding: 18px;
}
.preim-sidebar .in-blocks__title-name {
	font-size: 27px
}
.preim_slider .preim-items:hover {
	color: var(--cheme-color-dop);
}
.preim_slider .preim-items:hover .preim-thumb svg {
	fill: var(--cheme-color-dop);
}
@media screen and (max-width: 500px) {
	.preim_slider .owl-dots {
		bottom: -10px;
		width: 170px;
		text-align: center;
	}
}
.list_slider-owl-dots .owl-dots .owl-dot span,
.preim_slider .owl-dots .owl-dot span,
.home__company-block .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
.list_slider-owl-dots .owl-dots .owl-dot.active span,
.list_slider-owl-dots .owl-dots .owl-dot:hover span,
.home__company-block .owl-dots .owl-dot.active span,
.home__company-block .owl-dots .owl-dot:hover span,
.preim_slider .owl-dots .owl-dot.active span,
.preim_slider .owl-dots .owl-dot:hover span {
	background: #fc0;
}
.list_slider-owl-dots .owl-dots .owl-dot,
.home__company-block .owl-dots .owl-dot,
.preim_slider .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.list_slider-owl-dots .owl-theme-nav .owl-prev,
.list_slider-owl-dots .owl-theme-nav .owl-next,
.home__company-block .owl-theme-nav .owl-prev,
.home__company-block .owl-theme-nav .owl-next,
.preim_slider .owl-theme-nav .owl-prev,
.preim_slider .owl-theme-nav .owl-next {
	border: none;
}
.list_slider-owl-dots .owl-dots,
.home__company-block .owl-dots {
	text-align: center;
}
.catalogreviews__name {
	font-size: 17px;
	margin-bottom: 5px;
}
.catalogreviews__name .catalogreviews__name_url {
	color: #222;
	border-bottom: 1px solid #ccc;
	line-height: 1.4;
}
.catalogreviews__name:hover .catalogreviews__name_url {
	color: var(--cheme-color-dop);
	border-color: #f9baa5;
}
.block_craft_ffffff {
	position: relative;
	padding-bottom: 16px;
}
.block_craft_ffffff:after,
.block_craft_ffffff:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 34px;
	left: 0;
	z-index: 0
}
.block_craft_ffffff:before {
	background: url(../img/background/bg-craft_ffffff.svg) repeat-x top left;
	bottom: -2px;
}
.block_craft_ffffff:after {
	background: url(../img/background/bg-craft_ffffff.svg) repeat-x top left;
	top: -17px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.category-desc {
	line-height: 1.4;
}
.category-desc ul li,
.category-desc ol li {
	margin: 5px 0;
	line-height: 1.4;
}
@media screen and (max-width: 400px) {
	.fancybox-content {
		min-width: 90%;
	}
}
.product-group {
	margin-bottom: 10px;
}
.links-box {
	background-color: #fafafa;
	border-radius: 10px;
	line-height: 1.2;
	padding: 20px 30px;
	box-shadow: none;
}
.links-box__title {
	display: block;
	color: #4d4d4d;
	font-size: 21px;
	margin-bottom: 10px;
}
.links-box__link {
	position: relative;
	margin-bottom: 10px;
}
.links-box__link.selected {
	font-weight: bold;
}
.links-box__link.selected a {
	color: #222;
	border-color: #cecece;
}
.links-box__link-link {
	font-size: 17px;
	align-items: center;
	border-bottom: 1px solid;
	display: inline-block;
}
.links-box__link-link .underline {
}
.h1-page_date {
	display: block;
	font-size: 16px;
}
.main-page .h1-page_date {
	font-size: 14px;
}
.main-page .news-item {
	padding: 20px;
	background-color: #f5f5f5;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	display: block;
	color: #444;
	height: 100%
}
.main-page .news-item:hover {
	background: #fffeed;
	-webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
	box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
	color: #444
}
.main-page .news-item .title {
	font-size: 19px;
	font-weight: 700;
	line-height: 140%
}
.main-page .news-item .title span {
	color: #444;
	border-bottom: 1px solid #cecece
}
.main-page .news-item:hover {
	text-decoration: none;
	-webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
	box-shadow: 0 1px 15px rgba(0, 0, 0, .15)
}
@media (max-width: 767px) {
	.main-page .news-item .title {
		font-size: 19px
	}
}
.blog .filter_blog {
	list-style: none;
	padding: 0
}
.blog .filter_blog > li a {
	display: inline-block;
	color: #282828;
	margin-bottom: 10px;
	padding: 5px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #f0f0f0;
	border: none;
	line-height: 1.3
}
.blog .filter_blog > li a:hover {
	text-decoration: none;
	color: #282828;
	background: #ffe998;
	border: none
}
.blog .filter_blog > li.active a,
.blog .filter_blog > li.active a:hover {
	color: #444;
	background: #fc0;
	border: none
}
.blog_prev-next {
	position: relative;
	display: flex;
	width: 100%;
	flex-direction: row;
	align-content: center;
	justify-content: space-between;
	align-items: center
}
.blog_posts-col,
.blog_posts-list,
.blog_posts-table {
	position: relative;
	width: 100%;
	margin: 0
}
.blog_posts-col {
	float: left;
	width: 100%
}
.blog_posts-all h4 {
	margin-bottom: 20px
}
.blog_posts-all h4 a {
	margin: 0 0 20px;
	font-weight: 400;
	color: #4e4e4e
}
.blog_posts-all h4 a span {
	border-bottom: 1px solid #adabab
}
.blog_posts-all h4 a:hover {
	color: #f00f00
}
.blog_posts-all h4 a:hover span {
	border-color: #f0b2b2
}
.blog_posts-all ul {
	font-size: 19px;
	padding: 0
}
.blog_posts-all ul li {
	list-style: none;
	display: block
}
.blog_posts-all ul li .date {
	display: block;
	font-size: 13px;
	line-height: 100%;
	color: grey
}
.blog_posts-all.blog_posts-list ul {
	margin: 0 0 0 26px;
	font-size: 21px
}
.blog_posts-table ul {
	margin: 0;
	vert-align: top
}
.blog_posts-table ul.col-2 {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2
}
.blog_posts-table ul.col-3 {
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3
}
.blog_posts-col ul {
	vertical-align: top;
	float: left;
	width: 100%
}
.blog_posts-list ul li {
	margin: 0 0 8px
}
.blog_posts-col ul li,
.blog_posts-table ul li {
	margin: 0 0 15px;
	padding-right: 20px;
	line-height: 140%
}
.blog_posts-col ul li {
	float: left
}
.blog_posts-col ul.col-2 li {
	width: 50%
}
.blog_posts-col ul.col-3 li {
	width: 33%
}
.btabs_category {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 8px;
}
.btab_category-link {
	padding: 6px 16px;
	color: #444;
	font-size: 15px;
	text-decoration: none;
	cursor: pointer;
	border-radius: 1em;
	position: relative;
	border: 2px solid #d6d6d6;
	transition: background-color .2s ease-in-out, transform .2s ease-in-out;
	will-change: transform;
}
.btab_category-link:focus,
.btab_category-link:hover {
	color: #222;
	background: #fffded;
	border-color: #fc0;
	font-size: 15px;
	transform: scale(1.05);
}
.btab_category-link-active,
.btab_category-link-active:hover,
.btab_category-link-active:focus {
	font-weight: bold;
	border-color: var(--cheme-color-dop);
}
.btab_category-link-active:hover,
.btab_category-link-active:focus {
	background: #fffded;
}
.post_sales {
	position: relative;
}
.post_sales_date {
	line-height: 1.5;
	padding: 24px;
	border-radius: 12px;
}
.post_sales_date-caption {
	font-size: 21px;
	font-style: normal;
	font-weight: bold;
}
.post_sales_date.sales-start {
	background: #ebfaf2;
	color: #29a366;
}
.post_sales_date.sales-stop {
	background: #faebf8;
	color: #a32929;
}
.bpost-content {
	gap: 40px;
	grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
	display: grid;
}
.sale_bpost-content {
	gap: 40px;
	grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
	display: grid;
}
.bpost {
	line-height: 1.3;
	border: 2px solid #e5e5e5;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
	transition: transform .4s ease;
	transform: translate3d(0, 0, 0);
}
.bpost.bpost_line {
	height: 100%;
	margin: 12px 0;
}
.bpost__link {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.bpost__image-wrapper {
	width: 100%;
	height: 180px;
	background-color: #e5e5e5;
	overflow: hidden;
}
.bpost__image-box,
.bpost__img {
	display: block;
	width: 100%;
	height: 100%;
}
.bpost__image {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.bpost__img {
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: middle;
}
.bpost__main {
	flex: auto;
	padding: 16px 24px 24px 24px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.bpost_line .bpost__main {
	flex: auto;
	padding: 16px 24px 8px 24px;
	display: block;
	flex-direction: column;
	gap: 12px;
}
.bpost__date {
	color: grey;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: -8px;
}
.bpost__title,
.bpost__caption,
.bpost__date-end,
.bpost__date-time {
	color: #222;
}
.bpost__title {
	overflow: hidden;
	font-size: 21px;
	transition: color .4s ease;
	font-weight: bold;
}
.bpost_line .bpost__title {
	font-size: 19px;
}
.bpost__caption,
.bpost__date-end {
	font-size: 16px;
}
.bpost__date-end {
	display: flex;
	flex-wrap: wrap;
	-moz-column-gap: 10px;
	column-gap: 10px;
}
.bpost__date-end-caption {
	color: grey;
}
.bpost__date-end-date {
}
.bpost__title-time {
	margin-top: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
}
.bpost__date-time {
	border: 1px solid #d8d8d8;
	border-radius: 6px;
	display: flex;
	align-items: center;
	padding: 8px 12px;
	gap: 6px;
	font-size: 16px;
}
.bpost__date-time-caption {
	color: grey;
}
.bpost__date-time-date {
	font-weight: bold;
}
.bpost:hover {
	border-color: var(--cheme-color-dop);
	transition: transform .4s ease;
	transform: translate3d(0, -7px, 0);
	box-shadow: 0 5px 20px rgba(61, 61, 61, 0.1);
}
.bpost:hover .bpost__main {
	background: transparent;
}
.bpost:hover .bpost__title {
	color: var(--cheme-color-dop);
}
.bpost:hover .bpost__date {
	color: grey;
}
.bpost_finished.bpost:hover {
	transform: none;
	box-shadow: none;
}
.bpost_finished .bpost__link {
	cursor: not-allowed;
}
.bpost_finished .bpost__image {
	opacity: .3;
}
.bpost_finished .bpost__title,
.bpost_finished .bpost__date,
.bpost_finished .bpost__caption,
.bpost_finished .bpost__date-end,
.bpost_finished:hover .bpost__title {
	color: grey;
}
.bpost_finished:hover {
	border: 2px solid #e5e5e5;
	transition: transform .4s ease;
	transform: translate3d(0, 0, 0);
}
.bpost_finished:hover .bpost__main {
	background: transparent;
}
.bpost__post-wrapper {
	position: relative;
}
.bpost__post-box {
	width: 100%;
}
.bpost__post__thumb {
	position: relative;
	width: 100%;
	height: 568px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.bpost__post__thumb:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .01) 20%, rgba(0, 0, 0, .75) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .01) 20%, rgba(0, 0, 0, .75) 100%);
}
.bpost__post__img,
.bpost__post__thumb,
.bpost__post__thumb:after {
	border-radius: 1em;
}
.bpost__post__img {
	border: 0;
	outline: none;
	max-width: 100%;
}
.bpost__post__title-name {
	margin: 0;
}
.bpost__post__title-date {
}
.bpost__post-pc .bpost__post__title {
	color: #fff;
	text-shadow: 2px 2px 6px #222;
}
.bpost__post-mobile .bpost__post__title {
	padding: 12px 0;
}
.bpost__post-mobile .bpost__post__thumb {
	height: auto;
}
@media (max-width: 1366px) {
	.bpost__image-wrapper {
		height: 170px;
	}
}
@media (max-width: 1024px) {
	.bpost-content {
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
		gap: 24px;
	}
	.bpost__post-mobile .bpost__post__title {
		padding: 12px 0;
	}
	.bpost.bpost_line:hover {
		transition: transform .4s ease;
		transform: translate3d(0, 0, 0);
		box-shadow: 0 5px 20px rgba(61, 61, 61, 0.1);
	}
}
@media (max-width: 768px) {
	.blog_tabs_category-link {
		font-size: 14px;
	}

	.bpost-content {
		grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
		gap: 24px;
	}

	.bpost__image-wrapper {
		height: 130px;
	}

	.blog_tabs_category {
		gap: 10px;
	}

	.blog_tabs_category-link {
		padding: 8px 10px;
	}
}
.contact-map {
	border: 3px solid #fc0;
	-webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2)
}
.contact-item {
	font-size: 19px;
	line-height: 1.4;
}
.contact-item p {
}
.contact-item p:last-child {
	margin-bottom: 0
}
.contact-item .icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 64px;
	flex: 0 0 64px
}
.contact-item .icon > img {
	width: 100%
}
.contact-item .phone {
	font-weight: 700;
	font-size: 26px;
}
.contact-item a.shop-regions__link, .contact-item a.underline {
	color: #444;
	border-color: #cecece;
	text-decoration: none
}
.contact-item a.link,
.contact-item a.link.underline {
	color: #1b9ed9;
	border-color: #b2ccf0
}
.contact-item a.link.underline:hover,
.contact-item a.underline:hover,
.contact-item a.link:hover {
	color: #f00f00;
	border-color: #f0b2b2
}
.contact-item .nomber-phone {
	display: flex;
	flex-direction: row;
	align-content: center;
	flex-wrap: nowrap;
	align-items: center;
}
.contact_sidebar {
	background: #f3f3f3;
	border-radius: 12px;
}
.sidebar_subscribe,
.sidebar_socials-block {
	border-radius: 12px;
	border: 2px solid #f2f2f2;
	padding: 24px;
}
.sidebar_socials-block {
	background: #fff;
}
.sidebar_socials-title {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 14px;
}
.sidebar_socials-icons {
	display: flex;
	gap: 8px;
	margin-bottom: 14px;
}
.sidebar_socials-item {
	width: 32px;
	height: 32px;
}
.sidebar_socials-item svg {
}
.sidebar_socials-hint {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
}
.sidebar_subscribe {
	background: #f5f5f5;
	display: flex;
	gap: 20px;
	flex-direction: column;
}
.sidebar_subscribe-title {
	display: flex;
	gap: 20px;
	align-content: center;
	align-items: center;
}
.sidebar_subscribe-title-icon {
	background: #43c16d;
	border: 1px solid #eee;
	border-radius: 50%;
	color: #fff;
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
}
.sidebar_subscribe-title-name {
	font-size: 24px;
	line-height: 1.2;
	font-weight: var(--font-weight);
}
.sidebar_subscribe-desc {
	font-size: 16px;
	line-height: 1.3;
}
.sidebar_subscribe-form {
	position: relative;
}
.sidebar_menu-items {
	gap: 8px;
	display: flex;
	flex-wrap: wrap;
}
.sidebar_menu-item {
	font-size: 15px;
	line-height: 20px;
	cursor: pointer;
	border: 2px solid #f2f2f2;
	border-radius: 6px;
	position: relative;
}
.sidebar_menu-item:hover {
	background: #fffded;
	border-color: #fc0;
	cursor: pointer;
}
.sidebar_menu-item,
.sidebar_menu-item:hover,
.sidebar_menu-item a,
.sidebar_menu-item:hover a {
	color: #4d4d4d;
}
.sidebar_menu-item a,
.sidebar_menu-item:hover a {
	display: block;
	padding: 5px 12px;
}
.sidebar_menu-item-active,
.sidebar_menu-item-active:hover {
	border-color: var(--cheme-color-dop);
}
@media (max-width: 1200px) {
	.contact-item .icon {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 48px;
		flex: 0 0 48px
	}
}
@media (max-width: 1024px) {
	.contact-item {
		font-size: 19px
	}

	.contact-item .phone {
		font-size: 23px
	}
}
@media (max-width: 450px) {
	.contact-item {
		font-size: 17px
	}

	.contact-item .phone {
		font-size: 21px
	}

	.contact-item .icon {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 32px;
		flex: 0 0 32px
	}
}
.communication-block,
.communication-block-box,
.communication-item,
.communication-item-box {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	position: relative;
	min-height: 170px;
	background: #444
}
.communication-block {
	background-color: #FAFAFA;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175)
}
.communication-block.c2 {
	background-color: #e6e6e6
}
.communication-block:hover {
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
}
.communication-block-box {
	padding: 25px;
	line-height: 130%
}
.communication-block .date.smaller {
	margin-bottom: .5em
}
.communication-item-box {
	width: 100%;
	height: auto
}
.communication-item-notes .communication-link:after,
.communication-link,
.communication-link:after {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.communication-link {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	color: #fff;
	background: #444
}
.communication-item-notes .communication-link:after,
.communication-link:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.communication-link:after {
	background: -moz-linear-gradient(top, rgba(255, 255, 255, .1) 9%, rgba(0, 0, 0, .55) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, .1) 9%, rgba(0, 0, 0, .55) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, .1) 9%, rgba(0, 0, 0, .55) 100%)
}
.communication-item-notes .communication-link:after {
	background: -moz-linear-gradient(top, rgba(255, 255, 255, .1) 20%, rgba(0, 0, 0, .75) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, .1) 20%, rgba(0, 0, 0, .75) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, .1) 20%, rgba(0, 0, 0, .75) 100%)
}
.communication-item-notes:hover {
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175)
}
.communication-link,
.communication-thumb {
	width: 100%;
	/*height: 285px;*/
	overflow: hidden
}
.communication-thumb img {
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	max-height: 100%;
	height: auto
}
.communication-title {
	position: absolute;
	left: 25px;
	right: 5px;
	bottom: 25px
}
.communication-title-notes {
	right: 25px
}
.communication-title h4,
.communication-title h5,
.communication-title h6,
.communication-title-sale {
	position: relative;
	color: #fff;
	z-index: 4
}
.communication-title h4,
.communication-title h5,
.features-box.features-box-list .features-table tr td.features-td-r {
	font-weight: 400
}
.communication-title h4 {
	line-height: 100%;
	font-size: 28px
}
.communication-title h5 {
	font-size: 19px;
	line-height: 1.4;
}
.communication-title h6 {
	margin-bottom: 5px;
	font-size: 19px;
	font-weight: lighter
}
.communication-title-notes h6 {
	font-size: 14px;
	font-weight: 400
}
.communication-title-sale {
	display: block;
	margin-top: 15px;
	font-size: 14px;
	z-index: 1
}
.communication-title-sale .communication-title-sale-text {
	padding: 3px 10px;
	line-height: 100%;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}
.communication-title-sale .communication-title-sale-text.sale-text_no {
	background: #bd0000
}
.communication-title-sale .communication-title-sale-text.sale-text_yes {
	background: #fc0;
	color: #444
}
.communication-btn {
	position: absolute;
	bottom: 0;
	left: 25px;
	right: 25px;
	text-align: center;
	opacity: 0;
	z-index: 4;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	padding: .375rem .75rem;
	color: #fff;
	border: 1px solid #fff;
	font-weight: 400;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 17px;
	line-height: 1.5;
	cursor: pointer
}
.communication-btn,
.communication-item:hover .communication-btn,
.communication-item:hover .communication-title,
.communication-link,
.communication-thumb img,
.communication-title {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease
}
.communication-item:hover .communication-link {
	transform: scale(1.05);
	z-index: 3;
	background: rgba(0, 0, 0, .2)
}
.communication-item-notes:hover .communication-link {
	transform: none
}
.communication-item:hover .communication-title {
	bottom: 65px
}
.communication-item-notes:hover .communication-title {
	bottom: 25px
}
.communication-item:hover .communication-btn {
	opacity: 1;
	z-index: 4;
	-webkit-transform: translateY(-25px);
	transform: translateY(-25px)
}
#compare-table,
.communication-item .communication-title h5,
.order-details table.table_adress td address {
	margin-bottom: 0
}
.communication-item .communication-link:after,
.communication-item-notes .communication-link:after {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#a6000000', GradientType=0)
}
.communication-item .communication-link:after {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .2) 9%, rgba(0, 0, 0, .55) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .2) 9%, rgba(0, 0, 0, .55) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .2) 9%, rgba(0, 0, 0, .55) 100%)
}
.communication-item-notes .communication-link:after {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .3) 20%, rgba(0, 0, 0, .75) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .3) 20%, rgba(0, 0, 0, .75) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .3) 20%, rgba(0, 0, 0, .75) 100%)
}
.communication-item:hover .communication-link:after,
.communication-item-notes:hover .communication-link:after {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#a6000000', GradientType=0)
}
.communication-item:hover .communication-link:after {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .2) 9%, rgba(0, 0, 0, .55) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .2) 9%, rgba(0, 0, 0, .55) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .2) 9%, rgba(0, 0, 0, .55) 100%)
}
.communication-item-notes:hover .communication-link:after {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .01) 20%, rgba(0, 0, 0, .75) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .01) 20%, rgba(0, 0, 0, .75) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .01) 20%, rgba(0, 0, 0, .75) 100%)
}
.communication-item .communication-btn:hover {
	background: #fc0;
	border-color: #fc0;
	color: #444
}
@media (max-width: 767px) {
	.communication-item:hover .communication-link {
		transform: none
	}
}
.production {
	position: relative;
}
.catalog__grid-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 14px;
	margin-bottom: 50px;
	transition: all .3s
}
.catalog__grid-container > .grid__first-column {
	display: grid;
	grid-template: repeat(3, 225px)/repeat(2, 1fr);
	gap: 14px
}
.catalog__grid-container .link-img__wrapper {
	position: relative;
	display: block;
	height: auto;
	width: 50%
}
.grid__link-wrapper .link-img__wrapper > img {
	display: block;
	position: relative;
	height: auto;
	width: 100%
}
.grid__link-wrapper img {
	transition: all .3s ease-in-out
}
.grid__link-wrapper:hover img {
	scale: 112%
}
#nav__slab > .link-img__wrapper {
	width: 100%
}
#nav__slab > .link-img__wrapper img {
	width: 100%;
	height: auto
}
#nav__borders > .link-img__wrapper {
	width: 100%;
	margin: 0 auto
}
#nav__borders > .link-img__wrapper img {
	width: 90%;
	margin: 0 auto
}
#nav__building-blocks > .link-img__wrapper {
	width: 78%
}
#nav__building-blocks > .link-img__wrapper img {
	width: 100%
}
#nav__lotki > .link-img__wrapper {
	width: 45%
}
#nav__offers > .link-img__wrapper {
	position: absolute;
	bottom: -11px;
	right: -12px;
	width: 68%
}
#nav__offers > .link-img__wrapper img {
	width: 100%
}
#nav__fundament > .link-img__wrapper {
	left: 42px;
	width: 90%;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto
}
#nav__road-tiles > .link-img__wrapper {
	width: 90%;
	bottom: 0;
	right: -12px;
	top: 0;
	margin: auto
}
#nav__gazon > .link-img__wrapper {
	width: 55%
}
#nav__road-tiles {
	grid-row: 2/4;
	grid-column: 2
}
.catalog__grid-container > .grid__first-column a:first-child {
	grid-row: 1/4
}
.catalog__grid-container > .grid__first-column a:last-child {
	grid-column: 2;
	grid-row: 2/3
}
.catalog__grid-container > .grid__second-column a:first-child {
	grid-row: 1/3
}
.catalog__grid-container > .grid__second-column {
	display: grid;
	gap: 14px;
	grid-template: repeat(3, 225px)/repeat(2, 1fr)
}
a.grid__link-wrapper {
	background: #eaeaea;
	border-radius: 10px;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	transition: all .3s;
	cursor: pointer
}
a.grid__link-wrapper:hover {
	background: #fc0
}
a.grid__link-wrapper > .link-title__wrapper {
	display: block;
	position: absolute;
	left: 3%;
	top: 10px;
	z-index: 1
}
@media (max-width: 1200px) {
	#nav__lotki > .link-img__wrapper {
		width: 53%
	}
}
@media (max-width: 991px) {
	.catalog__grid-container {
		gap: 12px
	}

	a.grid__link-wrapper > .link-title__wrapper {
		top: 5px
	}

	.catalog__grid-container > .grid__first-column {
		grid-template: repeat(3, 185px)/repeat(2, 1fr);
		gap: 12px
	}

	.catalog__grid-container > .grid__second-column {
		gap: 12px;
		grid-template: repeat(3, 185px)/repeat(2, 1fr)
	}
}
@media (max-width: 767px) {
	.category-catalog {
		display: block
	}

	.catalog__grid-container {
		gap: 10px
	}

	.catalog__grid-container > .grid__first-column {
		gap: 10px;
		grid-template: repeat(3, 158px)/repeat(2, 1fr)
	}

	.catalog__grid-container > .grid__second-column {
		gap: 10px;
		grid-template: repeat(3, 158px)/repeat(2, 1fr)
	}

	#nav__lotki > .link-img__wrapper {
		width: 47%
	}
}
@media (max-width: 660px) {
	#nav__slab > .link-img__wrapper {
		bottom: -50px
	}

	#nav__building-blocks > .link-img__wrapper {
		width: 66%
	}

	#nav__road-tiles > .link-img__wrapper {
		bottom: 0
	}

	#nav__gazon > .link-img__wrapper {
		width: 40%
	}

	#nav__offers > .link-img__wrapper {
		width: 55%
	}

	#nav__borders > .link-img__wrapper {
		width: 75%
	}
}
@media (max-width: 425px) {
	#nav__slab > .link-img__wrapper {
		bottom: 0
	}
}
.background-banner,
.background-banner-img {
	width: 100%;
	position: relative;
	vertical-align: bottom;
}
.background-banner {
	height: auto;
	display: block;
	padding: 0;
	margin: 0;
	clear: both;
	background-color: #222;
	z-index: 1
}
.background-banner-img:after,
.background-banner-img:before,
.background-banner-item:after,
.background-banner-item:before {
	content: "";
	position: absolute;
	width: 100%
}
.background-banner-item:after,
.background-banner-item:before {
	left: 0;
	z-index: 10;
	height: 35px
}
.background-banner-item:after {
	top: -20px;
	background: url(../img/background/bg-craft_ffffff.svg) repeat-x left top;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}
.background-banner-item:before {
	bottom: -20px;
	background: url(../img/background/bg-craft_ffffff.svg) repeat-x left bottom
}
.background-banner-img {
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: table
}
.background-banner-img:after,
.background-banner-img:before {
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1
}
.background-banner-img:after {
	background-color: rgba(0, 0, 0, .6)
}
.background-banner-content {
	position: relative;
	color: #fff;
	z-index: 99;
	display: table-cell;
	vertical-align: top;
	width: 100%;
	margin: 0 auto;
	padding-top: 270px;
	padding-bottom: 270px
}
.background-banner-line-left,
.background-banner-line-right {
	position: absolute;
	width: 35px;
	height: 100%;
	z-index: 10;
	top: 0;
}
.background-banner-line-left {
	left: -25px;
	background: url(../img/background/bg-craft_white_bot_90.png) repeat-x left top;
}
.background-banner-line-right {
	right: -10px;
	background: url(../img/background/bg-craft_white_top_90.png) repeat-x left top;
}
.delivery___item .delivery-box {
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding-bottom: 25px;
	height: 100%;
	background-color: #f7f7f7
}
.delivery___item .delivery-img,
.delivery___item .delivery-img img {
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0
}
.delivery___item .delivery-img {
	position: relative;
	overflow: hidden
}
.delivery___item .delivery-img img {
	max-width: 100%
}
.delivery___item .delivery-title {
	font-weight: 700;
	font-size: 20px;
	display: inline-block;
	padding: 10px 25px 5px
}
.delivery___item .delivery-desc {
	font-size: 90%;
	padding: 0 25px
}
.delivery___item:hover .delivery-box {
	cursor: default;
	/*background-color: #ffffef;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .275);
    -moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .275);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .275)*/
}
.delivery-warning {
	background: #f3f3f3;
	border-radius: 12px;
}
.delivery-warning__list {
	position: relative;
}
.delivery-warning__heading {
	position: relative;
	font-weight: bold;
	font-size: 28px;
	line-height: 1;
	display: flex;
}
.delivery-warning__heading svg {
	margin-right: 8px;
	color: var(--cheme-color-dop);
	full: var(--cheme-color-dop);
}
.delivery-warning__heading__ {
	position: relative;
	font-weight: bold;
	font-size: 32px;
	line-height: 1;
	padding-left: 45px;
}
.delivery-warning__heading__:before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='37' height='33' viewBox='0 0 37 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.4722 1.7047L0.474573 26.742C0.165358 27.2775 0.00174528 27.8846 1.38858e-05 28.503C-0.00171751 29.1213 0.158492 29.7293 0.464704 30.2665C0.770916 30.8038 1.21246 31.2514 1.7454 31.565C2.27834 31.8786 2.8841 32.0472 3.50242 32.054H33.4976C34.1159 32.0472 34.7217 31.8786 35.2546 31.565C35.7875 31.2514 36.2291 30.8038 36.5353 30.2665C36.8415 29.7293 37.0017 29.1213 37 28.503C36.9983 27.8846 36.8346 27.2775 36.5254 26.742L21.5278 1.7047C21.2122 1.18431 20.7677 0.754064 20.2374 0.455465C19.707 0.156867 19.1086 0 18.5 0C17.8914 0 17.293 0.156867 16.7626 0.455465C16.2323 0.754064 15.7878 1.18431 15.4722 1.7047Z' fill='%23ff5721'/%3E%3Cpath d='M18 9L18 18' stroke='%23F6F6F6' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 25.4941H18.0135' stroke='%23F6F6F6' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	width: 37px;
	height: 33px;
	background-size: 37px 33px;
	display: inline-block;
	position: absolute;
	left: 0;
}
.delivery-warning__list-block {
	position: relative;
}
.delivery-warning__list-item {
	background: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='3' cy='3' r='3' fill='%23ff5721'/%3E%3C/svg%3E%0A") no-repeat left 7px;
	list-style: none;
	margin: 0;
	padding-left: 21px;
	line-height: 120%;
}
@media (max-width: 1280px) {
	.background-banner-img {
		background-size: 100%
	}

	.background-banner-content {
		padding-top: 150px;
		padding-bottom: 150px
	}
}
@media (max-width: 1024px) {
	.background-banner-img {
		background-size: 100%
	}

	.background-banner-content {
		padding-top: 80px;
		padding-bottom: 80px
	}
}
.background-banner_title,
.communication-item:hover .communication-title h4,
.communication-item:hover .communication-title h5,
.communication-item:hover .communication-title h6 {
	color: #fff;
}
.background-banner_title {
	line-height: 1.5;
}
.background-banner_title-top {
	text-transform: uppercase;
	font-size: 19px;
	font-weight: lighter;
	letter-spacing: .6em;
	margin-right: -.6em
}
.background-banner_title-bottom {
	font-size: 19px;
	font-weight: 400
}
.background-banner_title-name {
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .2em;
	margin-right: -.2em
}
@media (max-width: 1024px) {
	.background-banner_title-name {
		font-size: 40px
	}
}
@media (max-width: 768px) {
	.background-banner_title-name {
		font-size: 25px
	}
}
.background-banner_title-desc {
	font-size: 24px
}
.docs,
.docs.docs-page {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1.2;
}
.docs_archive {
	opacity: 0.7;
}
.docs > li,
.docs.docs-page > li {
	padding: 12px 24px;
	background-color: #f7f7f7;
}
.docs > li:first-child,
.docs.docs-page > li:first-child {
	padding-top: 24px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px
}
.docs > li:last-child,
.docs.docs-page > li:last-child {
	padding-bottom: 24px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px
}
.docs > li a,
.docs.docs-page > li a {
	color: #222;
	text-decoration: none
}
.docs > li a:hover,
.docs.docs-page > li a:hover {
	/*color: #f00f00;*/
	color: var(--cheme-color-dop);
}
.docs .doc-text {
	font-weight: normal;
}
.docs .name,
.product .docs .name {
	font-weight: normal;
}
.docs .name,
.product .docs .name {
	font-size: 17px;
}
.docs .description {
	font-weight: normal;
	display: block;
	font-size: 14px;
}
.docs .doc-size {
	font-size: 14px;
	margin-left: 10px;
	border-left: 1px dashed #ccc;
	padding-left: 10px;
	white-space: nowrap
}
.docs a:hover .description {
	color: #222
}
.docs .icon-svg {
	width: 32px;
	height: 32px;
}
@media (max-width: 767px) {
	.docs > li,
	.docs.docs-page > li {
		padding: 15px
	}

	.docs > li:first-child,
	.docs.docs-page > li:first-child {
		padding-top: 15px
	}

	.docs > li:last-child,
	.docs.docs-page > li:last-child {
		padding-bottom: 15px
	}

	.docs .name {
		font-size: 16px
	}

	.docs .description {
		font-size: 13px;
	}
}
@media (max-width: 500px) {
	.docs .name,
	.product .docs .name {
		font-size: 16px;
	}
}
.doc_list-ul {
	list-style: none;
}
.doc_list-ul li {
	list-style: none;
	margin-bottom: 0.3em;
}
.doc_list-ul li:last-child {
	margin-bottom: 0;
}
.doc_list-ul li:before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid var(--cheme-color-dop);
	width: 10px;
	height: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
ul.circle {
	position: relative;
}
ul.circle li {
	list-style-type: circle;
}
ul.line {
	list-style-type: none;
	list-style-position: outside;
	clear: both;
	margin: 0 0 1em 0;
}
ul.line > li:before {
	color: #000;
	content: "— ";
	list-style-type: none;
	margin-right: .5em;
}
.app-menu {
	position: relative;
}
.app-menu__title {
	background: #f3f3f3;
}
.app-menu__title,
.app-menu-item-link {
	padding: 8px 15px;
	font-size: 16px;
	border-radius: 12px;
}
.app-menu-item-link .app-menu-active {
	color: var(--cheme-color-dop);
	font-weight: bold;
}
.app-menu-item-link:hover .underline {
	border-color: #ffcebe;
}
.app-menu-item {
	margin-bottom: 0;
}
.app-menu-item:not(:last-of-type) {
	border-bottom: 1px solid #e5e5e5;
}
.app-menu-item-link {
	line-height: 1.2;
	display: flex;
	gap: 8px;
}
.autobadges-tooltip {
	max-width: 230px;
	background: #fff !important;
}
.tooltip-inner {
	font-size: 11px;
	color: #444;
	background-color: #fff;
	border: 1px solid #f6f6f6;
	border-radius: 0.25rem;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	-moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
	border-top-color: #f6f6f6;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
	border-right-color: #f6f6f6;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	border-bottom-color: #f6f6f6;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
	border-left-color: #f6f6f6;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-right .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-left .tooltip-arrow::before {
	border-bottom-color: #f6f6f6;
}
.badge_label + .tooltip > .autobadges-tooltip {
	background-color: #fff !important;
	opacity: 1;
}
.badge_label_ + .tooltip > .autobadges-tooltip {
	background-color: #fff !important;
	opacity: 1;
}
.subscribe__wrap {
	background: #fff;
	border-radius: 12px;
	border: 1px solid #eee;
	padding: 30px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 1050px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
	box-shadow: 0 1px 15px rgba(0, 0, 0, .15)
}
.subscribe__info {
	flex: none;
	width: 50%;
	padding-right: 5%;
	display: flex;
	align-items: center
}
.subscribe__icon {
	background: #43c16d;
	border: 1px solid #eee;
	border-radius: 50%;
	color: #fff;
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
}
.subscribe__content {
	margin-left: 20px;
}
.subscribe__title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: var(--font-weight);
	margin-bottom: 10px;
}
.subscribe__des {
	line-height: 1.4;
}
.subscribe__form {
	flex: none;
	width: 50%;
}
.subscribe__form form {
	position: relative;
}
input.subscribe__input {
	display: inline-block;
	padding-right: 150px;
	vertical-align: top;
	height: 48px;
	width: 100%;
}
.subscribe__button {
	margin-top: 0;
	position: absolute;
	right: 0;
	top: 0;
	height: 48px;
	line-height: 48px;
}
.subscribe__label {
	margin-top: 10px;
	margin-bottom: 0;
}
.subscribe label {
	font-size: 13px
}
label.subscribe_error {
	color: var(--cheme-color-dop);
}
input.subscribe_error {
	border-color: var(--cheme-color-dop);
}
.subscribe_line {
	position: relative;
	background: #e8efe8;
	margin-top: 40px;
	margin-bottom: -40px;
	padding-top: 3em;
	padding-bottom: 2.5em;
}
.subscribe__thank,
.subscribe_line .wa-after-submit {
	color: #008000;
	font-weight: var(--font-weight);
	font-size: 28px;
	margin-bottom: 0;
}
.subscribe_line .icon16 {
	display: none;
}
.subscribe_line .wa-subscribe-form .subscribe__input {
	font-size: 13px;
	height: 34px;
}
.subscribe_line .wa-after-submit span.wa-value {
	display: flex !important;
	align-content: center;
	align-items: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	flex-wrap: nowrap;
	justify-content: center;
}
.subscribe_line .wa-subscribe-form input[type="email"],
.subscribe_line .wa-subscribe-form input[type="submit"] {
	height: 44px;
	line-height: 44px;
}
.subscribe_line .subscribe__button {
	height: 28px;
	line-height: 28px;
}
.subscribe_line:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 34px;
	left: 0;
	z-index: 0
}
.subscribe_line:after {
	background: url(../img/background/bg-craft_ffffff.svg) repeat-x bottom left;
}
.subscribe_line:after {
	top: -23px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}
.subscribe_line:before {
	bottom: -23px;
}
.subscribe_line .wa-errormsg {
	padding: 0 !important;
	margin: 0 !important;
}
.subscribe_line .button:hover:not(.in-loading):not(:disabled) {
	box-shadow: none;
}
@media screen and (min-width: 1200px) {
	.subscribe label {
		font-size: 14px;
		line-height: 1.2;
	}
}
@media screen and (max-width: 1024px) {
	.subscribe__des {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.subscribe__wrap {
		padding: 20px;
		flex-wrap: wrap;
	}

	.subscribe__info {
		flex-direction: row-reverse;
		margin-bottom: 20px;
		padding-right: 0;
		width: 100%;
	}

	.subscribe__content {
		margin-left: 0;
		margin-right: 5%;
	}

	.subscribe__title {
		font-size: 18px;
	}

	.subscribe__form {
		width: 100%;
	}
}
.page_cabinet,
.cabinet_badge {
	line-height: 1.5
}
.cabinet_badge {
	font-size: 16px;
	line-height: 1.5
}
.cabinet_badge {
	position: relative;
	display: inline-block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #feb;
	color: #222;
	padding: 5px 15px;
	margin: 0 4px 4px 0
}
.cabinet_badge.green {
	background: #d8ffbb
}
.cabinet_badge.red {
	background: #ffdde5
}
.cabinet_content {
	max-width: 700px;
}
.cabinet_content_mini {
	max-width: 500px;
}
.cabinet_center {
	margin-left: auto;
	margin-right: auto;
}
.page_cabinet .subcategory_cabinet {
	list-style: none;
	padding: 0;
	margin-bottom: 20px
}
.page_cabinet .subcategory_cabinet > li {
	display: inline-block;
	font-size: 16px;
	line-height: 1.4;
}
.page_cabinet .subcategory_cabinet > li a {
	color: #444;
	padding: 5px 15px;
	background: #f0f0f0;
	border: 0
}
.page_cabinet .subcategory_cabinet > li a:hover {
	text-decoration: none;
	color: #282828;
	background: #ffe998;
	border: 0
}
.page_cabinet .subcategory_cabinet > li.selected a,
.page_cabinet .subcategory_cabinet > li.selected a:hover {
	color: #444;
	background: #fc0;
	border: 0
}
.page_cabinet .subcategory_cabinet > li a {
	display: inline-block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}
.page_cabinet .m-subscription-list .m-subscription label:hover {
	cursor: pointer;
}
.page_cabinet .m-subscriptions-section-connect {
	background: #f2f2f2;
	padding: 15px 25px;
	border-radius: 6px;
}
.page_cabinet .profile__auth {
	background-color: #f7f7f7;
	padding: 20px;
	margin-top: 2.5em;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	display: inline-block;
	border-top: none;
	width: 100%;
	max-width: 600px;
}
.page_cabinet .profile__auth-type {
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	padding: 0 !important
}
.page_cabinet .profile__auth-type-active {
	margin-bottom: 1.5em
}
.page_cabinet .profile__auth-type li {
	list-style: none;
	margin-right: 10px
}
.page_cabinet .profile__auth h3 {
	margin-top: 0;
	margin-bottom: 0.5em
}
.page_cabinet .profile__auth p {
	line-height: 1.2
}
.page_cabinet .wa-auth-adapters.wa-connect ul {
	margin-bottom: 25px
}
.page_cabinet .wa-auth-adapters ul {
	padding: 0;
	margin: 0;
	min-height: 16px
}
.page_cabinet .wa-auth-adapters ul li {
	list-style: none;
	display: inline-block;
	padding: 0 15px 0 0
}
.page_cabinet .wa-auth-adapters ul li a,
.page_cabinet .wa-auth-adapters ul li span {
	display: block;
	padding: 0 5px;
	color: #444;
	font-size: 14px
}
.page_cabinet .wa-auth-adapters ul li a img,
.page_cabinet .wa-auth-adapters ul li span img {
	position: relative;
	margin-right: 5px
}
.page_cabinet .wa-auth-adapters p {
	color: #222;
	margin: 0 0 10px;
	font-size: 16px
}
.profile .wa-value img {
	border-radius: 4px;
	max-width: 60px;
	margin-bottom: 5px
}
.page_cabinet .inline {
	color: #1b9ed9;
	border-bottom: 1px solid #b2ccf0
}
.page_cabinet .inline:hover {
	color: var(--cheme-color-dop);
	border-color: var(--cheme-color-dop);
	transition: all 0.3s ease-out;
	text-decoration: none
}
.page_cabinet .wa-field-address {
	margin-top: 2em
}
.page_cabinet .wa-form .wa-field-address.wa-field .wa-name {
	font-size: 18px;
	color: #222;
	font-weight: bold
}
.page_cabinet .wa-form .wa-field .wa-value input {
	margin-top: 2px
}
.page_cabinet .cabinet_order_info {
	display: flex;
	gap: 6px;
	align-items: flex-start;
	flex-direction: column;
	align-content: flex-start;
	justify-content: flex-start;
}
.page_cabinet .cabinet_order {
	display: flex;
	gap: 16px;
	flex-direction: row;
	align-items: center;
}
.page_cabinet .cabinet_order .number_order {
	font-size: 24px;
	font-weight: bold;
}
.page_cabinet .cabinet_order .date_time {
	color: #767676;
	font-weight: normal;
	font-size: 18px;
}
.page_cabinet img.order-img {
	max-width: 40px;
}
.subscriptions__controls {
	margin-top: 20px;
	display: table;
}
.subscriptions__control {
	display: table-cell;
	vertical-align: middle;
	padding-right: 15px;
}
.button.button_low-reset {
	background-color: #fafafa;
	color: grey;
	font-size: 15px;
}
.button.button_low-reset:hover {
	background-color: #f2f2f2;
}
.order-details {
	position: relative;
	padding: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 100%;
}
.order-details-min {
	max-width: 850px;
}
.order-details table {
	width: 100%;
	overflow-x: auto;
	margin: 0;
	border-collapse: collapse;
	background: #fafafa
}
.order-details,
.order-details table td {
}
.order-details table thead {
	border-bottom: 1px solid #ccc;
}
.order-details th {
	padding: .5em 0em .5em 1em;
	text-align: left
}
.order-details .number,
.order-details tfoot th.number {
	padding-right: .5em;
	text-align: right;
	white-space: nowrap;
	width: auto
}
.order-details table tbody {
	font-size: 100%
}
.order-details table tbody td {
	line-height: 130%;
	padding: .5em 0em 0 1em;
	vertical-align: top
}
.order-details table tbody tr.service td.description {
	padding-left: 1.5em;
}
.order-details table tbody tr.tr_bt {
	background: #fafafa;
	border-bottom: 1px dashed #ddd;
	border-radius: 12px;
}
.order-details table tbody tr.tr_bt:hover {
	background: #f2f2f2;
	border-radius: 12px;
}
.order-details table tbody tr.tr_bt td {
	padding-bottom: 0.6em;
	padding-top: 0.6em;
	vertical-align: middle
}
.order-details table tbody tr.tr_bt:hover td:first-child {
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px
}
.order-details table tbody tr.tr_bt:hover td:last-child {
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0
}
.order-details table tbody tr.tr_bt2 td {
	padding-top: 2em !important
}
.order-details table tbody tr td.order-details-img,
.order-details table tbody tr td.order-details-img:nth-child(1) {
	width: 52px;
}
.order-details table .name, .order-details table .subtotal {
	white-space: nowrap
}
.order-details table tr td .list-state,
.cabinet_state_list {
	color: #fff;
	line-height: 1.4em;
	padding: 2px 8px;
	font-weight: normal;
	font-style: normal;
	border-radius: 1em;
	white-space: nowrap;
	font-size: 13px;
	text-transform: uppercase;
}
.cabinet_state {
	line-height: 1;
}
.checkout-step .plugin, .order-details .plugin-payment {
	margin-top: 20px;
	margin-bottom: 10px
}
.order-details table.table_orders tbody tr td {
	padding-top: .8em;
	padding-bottom: .8em;
	white-space: nowrap
}
.order-details table.table_orders tbody tr:hover td {
	background: #f2f2f2
}
.order-details table.table_orders tbody tr:hover td:first-child {
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px
}
.order-details table.table_orders tbody tr:hover td:last-child {
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0
}
.order-details table.table_adress {
	margin: 0;
	border-collapse: collapse;
	width: auto
}
.order-details table.table_adress td {
	line-height: 130%;
	padding: 0 .5em 0 0;
	vertical-align: top;
	margin-right: 0
}
.order-details .number,
.order-details tfoot th.number {
	padding-right: 1em;
}
.order-details .status {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 5px;
}
.in-pin {
	display: flex;
	vertical-align: middle;
	gap: 15px;
	flex-direction: row;
	align-content: center;
	align-items: center;
}
.in-pin__item {
	width: 100%;
}
.in-pin .in-pin__item .in-pin__input,
.in-pin .in-pin__item .in-pin__button {
	width: 100%;
	height: 44px;
}
.in-pin .in-pin__item .in-pin__input {
}
.in-pin .in-pin__item .in-pin__button {
}
@media screen and (max-width: 1024px) {
	.overflow-x {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		-webkit-text-decoration-skip: objects;
		text-decoration-skip: objects;
		-webkit-text-size-adjust: 100%;
		-webkit-font-smoothing: antialiased;
	}
	.order-details {
		padding-left: 0;
		padding-right: 0;
	}
	.order-details table.table_order tbody tr td:first-child,
	.order-details table.table_order thead tr th:first-child,
	.order-details table.table_orders tbody tr td:first-child,
	.order-details table.table_orders thead tr th:first-child {
		padding-left: 20px
	}
	.order-details table.table_order tbody tr td:last-child,
	.order-details table.table_order thead tr th:last-child,
	.order-details table.table_orders tbody tr td:last-child,
	.order-details table.table_orders thead tr th:last-child {
		padding-right: 20px
	}
	.order-details table.table_adress tbody tr td:first-child {
		padding-left: 0
	}
	.order-details table.table_adress tbody tr td:last-child {
		padding-right: 0
	}
	.order-details .number,
	.order-details tfoot th.number {
		padding-right: 1em;
	}
	.order-details .overflow-x table tbody tr td.description {
		min-width: 350px;
	}
}
@media screen and (max-width: 768px) {
	.in-pin {
		flex-direction: column;
	}

	.page_cabinet .m-subscriptions-section-connect {
		font-size: 16px;
		line-height: 1.2;
	}

	.page_cabinet .cabinet_order_info,
	.page_cabinet .cabinet_order {
		gap: 5px;
		flex-direction: column;
		align-items: flex-start;
		align-content: flex-start;
		justify-content: flex-start;
	}

	.page_cabinet .cabinet_order {
		gap: 0;
	}

	.page_cabinet .cabinet_order_info {
		gap: 15px;
	}

	.page_cabinet .cabinet_order .date_time {
		font-size: 16px;
	}
}
.home__title {
	font-size: 50px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 35px;
}
.home__container {
	font-size: 18px;
	line-height: 1.4;
	font-weight: normal;
}
.home__container .doc_list-ul {
	padding-left:0;
}
@media screen and (max-width: 1280px) {
	.home__title {
		font-size: 40px;
	}
	.home__container {
		font-size: 17px;
	}
}
@media screen and (max-width: 1024px) {
	.home__title {
		font-size: 34px;
		margin-bottom: 20px;
	}
	.home__container {
		font-size: 16px;
	}
	.home__container .doc_list-ul {
		padding-left:0;
	}
}
@media screen and (max-width: 768px) {
	.home__title {
		font-size: 26px;
	}
}
.home__company-block {
	position: relative;
}
.h-company__container {
	margin-top: 35px;
}
.h-company__slider {

}
.h-company__content {
	justify-content: space-between;
}
.h-company__list {
	display: flex;
	flex-direction: column;
	gap: 36px;
	justify-content: space-between;
}
.h-company__list-line {

}
.h-company__item {
	display: flex;
	align-content: center;
	align-items: center;
	flex-direction: row;
	gap: 30px;
}
.h-company__icon-container {
	width: 70px;
	min-width: 64px;
	transition: transform .4s;
}
.h-company__item:hover .h-company__icon-container {
	transform: scale(1.1);
}
.h-company__icon {
	width: 100%;
}
.h-company__column {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 0;
}
.h-company__item-title {
	font-weight: bold;
	font-size: 21px;
	line-height: 1.2;
}
.h-company__item-text {
	font-size: 17px;
	font-weight: normal;
	line-height: 1.4;
}
.home__company-block .owl-stage.mb-3 {
	margin-bottom: 4px!important;
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
	.h-company__list {
		gap: 20px;
	}
	.h-company__item-title {
		font-size: 18px;
		line-height: 1.4;
	}
	.h-company__item-text {
		font-size: 16px;
		line-height: 1.4;
	}
}
@media screen and (max-width: 1024px) {
	.h-company__item-title {
		font-size: 19px;
	}
	.h-company__item-text {
		font-size: 16px;
	}
	.h-company__container {
		margin-top: 20px;
	}
}