@charset "UTF-8";
:root{--swiper-navigation-size:44px;}
:root {
	--theme-size: 10px;
	--theme-primary-color: #7266F3;
	--theme-secondary-color: #7F73FA;
	--body-bg: #F7F7FB;
	--body-color: #343434;
	--base-font-family: "Roboto", sans-serif;
	--base-font-size: 16px;
	--base-font-lineheight: 1.5;
	--base-font-weight: 400;
	--bg-no-image: #E9E8F1;
	--safe-area-inset-top: env(safe-area-inset-top);
	--safe-area-inset-bottom: env(safe-area-inset-bottom);
}


blog_stats {
    display: none !important;
}

/* Стили для баннера в мобильном меню */
.header__nav-banner {
    display: none; /* По умолчанию скрыто */
    width: calc(100% - 6rem); /* Учитываем отступы по 3rem с каждой стороны */
    margin: 0 auto 1.5rem; /* Центрируем и добавляем нижний отступ */
    padding: 0; /* Убираем внутренние отступы */
    position: relative;
    overflow: hidden;
}

.header__nav-banner-link {
    display: block;
    width: 100%;
    text-decoration: none;
}

.header__nav-banner-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Отображение баннера только на мобильных устройствах */
@media (max-width: 767px) {
    .header__nav-banner {
        display: block;
    }
}

.icon-arrow-down {
	display: inline-block;
	vertical-align: middle;
	width: 1.2rem;
	height: 0.7rem;
}

.icon-arrow-right {
	display: inline-block;
	vertical-align: middle;
	width: 0.7rem;
	height: 1.2rem;
}

.icon-arrow-toggle {
	display: inline-block;
	vertical-align: middle;
	width: 1.3rem;
	height: 0.8rem;
}

.icon-cart {
	display: inline-block;
	vertical-align: middle;
	width: 2rem;
	height: 2rem;
}

.icon-catalog {
	display: inline-block;
	vertical-align: middle;
	width: 1.1rem;
	height: 1.1rem;
}

.icon-chat {
	display: inline-block;
	vertical-align: middle;
	width: 3rem;
	height: 3rem;
}

.icon-chat-close {
	display: inline-block;
	vertical-align: middle;
	width: 1.5rem;
	height: 1.5rem;
}

.icon-chat-messenger {
	display: inline-block;
	vertical-align: middle;
	width: 6rem;
	height: 6rem;
}

.icon-chat-skype {
	display: inline-block;
	vertical-align: middle;
	width: 6rem;
	height: 6rem;
}

.icon-chat-telegram {
	display: inline-block;
	vertical-align: middle;
	width: 6rem;
	height: 6rem;
}

.icon-chat-viber {
	display: inline-block;
	vertical-align: middle;
	width: 6rem;
	height: 6rem;
}

.icon-chat-vk {
	display: inline-block;
	vertical-align: middle;
	width: 6rem;
	height: 6rem;
}

.icon-chat-whatsapp {
	display: inline-block;
	vertical-align: middle;
	width: 6rem;
	height: 6rem;
}

.icon-close {
	display: inline-block;
	vertical-align: middle;
	width: 1.6rem;
	height: 1.6rem;
}

.icon-close-cart {
	display: inline-block;
	vertical-align: middle;
	width: 4rem;
	height: 4rem;
}

.icon-compare {
	display: inline-block;
	vertical-align: middle;
	width: 2.1rem;
	height: 1.9rem;
}

.icon-compare-active {
	display: inline-block;
	vertical-align: middle;
	width: 2.6rem;
	height: 2.2rem;
}

.icon-decrease {
	display: inline-block;
	vertical-align: middle;
	width: 0.6rem;
	height: 1.1rem;
}

.icon-favorites {
	display: inline-block;
	vertical-align: middle;
	width: 1.9rem;
	height: 1.7rem;
}

.icon-favorites-active {
	display: inline-block;
	vertical-align: middle;
	width: 2.4rem;
	height: 1.7rem;
}

.icon-increase {
	display: inline-block;
	vertical-align: middle;
	width: 0.6rem;
	height: 1.1rem;
}

.icon-next {
	display: inline-block;
	vertical-align: middle;
	width: 0.9rem;
	height: 1.6rem;
}

.icon-prev {
	display: inline-block;
	vertical-align: middle;
	width: 0.9rem;
	height: 1.6rem;
}

.icon-search {
	display: inline-block;
	vertical-align: middle;
	width: 2rem;
	height: 2rem;
}

.icon-social-telegram {
	display: inline-block;
	vertical-align: middle;
	width: 2.4rem;
	height: 2.4rem;
}

.icon-toggle {
	display: inline-block;
	vertical-align: middle;
	width: 2rem;
	height: 1.2rem;
}

.icon-view {
	display: inline-block;
	vertical-align: middle;
	width: 2.2rem;
	height: 1.4rem;
}

:root {
	--theme-primary-color: #7266F3;
	--theme-secondary-color: #7F73FA;
	--body-bg: #F7F7FB;
	--body-color: #343434;
	--safe-area-inset-bottom: env(safe-area-inset-bottom);
}

/* ==========================================================================
	Utilites
========================================================================== */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
	* 1. Correct the line height in all browsers.
	* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
========================================================================== */
/**
	* Remove the margin in all browsers.
*/
body {
	margin: 0;
}

/**
	* Render the `main` element consistently in IE.
*/
main {
	display: block;
}

/**
	* Correct the font size and margin on `h1` elements within `section` and
	* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
	* 1. Add the correct box sizing in Firefox.
	* 2. Show the overflow in Edge and IE.
*/

/**
	* 1. Correct the inheritance and scaling of font size in all browsers.
	* 2. Correct the odd `em` font sizing in all browsers.
*/

/* Text-level semantics
========================================================================== */
/**
	* Remove the gray background on active links in IE 10.
*/
a {
	background-color: transparent;
}

/**
	* 1. Remove the bottom border in Chrome 57-
	* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

/**
	* Add the correct font weight in Chrome, Edge, and Safari.
*/
b {
	font-weight: bolder;
}

/**
	* 1. Correct the inheritance and scaling of font size in all browsers.
	* 2. Correct the odd `em` font sizing in all browsers.
*/
code {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
	* Add the correct font size in all browsers.
*/

/**
	* Prevent `sub` and `sup` elements from affecting the line height in
	* all browsers.
*/

/* Embedded content
========================================================================== */
/**
	* Remove the border on images inside links in IE 10.
*/
img {
	border-style: none;
}

/* Forms
========================================================================== */
/**
	* 1. Change the font styles in all browsers.
	* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
	* Show the overflow in IE.
	* 1. Show the overflow in Edge.
*/
button,
input {
	/* 1 */
	overflow: visible;
}

/**
	* Remove the inheritance of text transform in Edge, Firefox, and IE.
	* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
	/* 1 */
	text-transform: none;
}

/**
	* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=submit] {
	-webkit-appearance: button;
}

/**
	* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
	* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
	* Correct the padding in Firefox.
*/

/**
	* 1. Correct the text wrapping in Edge and IE.
	* 2. Correct the color inheritance from `fieldset` elements in IE.
	* 3. Remove the padding so developers are not caught out when they zero out
	*    `fieldset` elements in all browsers.
*/

/**
	* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

/**
	* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
	overflow: auto;
}

/**
	* 1. Add the correct box sizing in IE 10.
	* 2. Remove the padding in IE 10.
*/

/**
	* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
	* 1. Correct the odd appearance in Chrome and Safari.
	* 2. Correct the outline style in Safari.
*/
[type=search] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
	* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
	* 1. Correct the inability to style clickable types in iOS and Safari.
	* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
========================================================================== */
/*
	* Add the correct display in Edge, IE 10+, and Firefox.
*/

/*
	* Add the correct display in all browsers.
*/

/* Misc
========================================================================== */
/**
	* Add the correct display in IE 10+.
*/

/**
	* Add the correct display in IE 10.
*/
[hidden] {
	display: none;
}

/* Defaults
========================================================================== */
html, body {
	height: 100%;
	-webkit-overflow-scrolling: touch;
}

picture {
	display: block;
}

img, video {
	max-width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

input::-ms-clear {
	display: none;
}

button, input, textarea, select {
	border: none;
	background: none;
	padding: 0;
	font-family: inherit;
}

::selection {
	color: #fff;
	background: #000;
}

a:active {
	text-decoration: unset;
	color: unset;
}

a:focus {
	text-decoration: unset;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	-webkit-appearance: none;
	appearance: none;
}

button {
	cursor: pointer;
}

[class^=icon-], [class*=" icon-"] {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	fill: currentColor;
	fill-rule: evenodd;
}

.icon-favorites {
	fill: transparent;
	stroke: currentColor;
	stroke-width: 2;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
.ui-btn,.btn {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	border: 1px solid transparent;
	background: none;
	border-radius: 5px;
	padding: 1rem 2rem;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	height: 5rem;
	transition: border-color 0.25s, color 0.25s, background 0.25s;
}
.btn {
	border: 0;
}
.btn.active:focus,.btn:active:focus,.btn:focus {
	outline: none;
}
.ui-btn svg {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.ui-btn svg.icon-cart {
	margin: 0 0 0 1rem;
}
.ui-btn svg.icon-catalog {
	margin: 0 0 0 1rem;
}
.ui-btn svg.icon-arrow-right {
	margin: 0 0 0 1rem;
}
.ui-btn:hover,.btn:hover {
	text-decoration: none;
}
.ui-btn:active,.btn:active {
	transition: none;
	transform: scale(0.95);
}

.ui-btn:disabled,.btn:disabled {
	pointer-events: none;
	opacity: 0.4;
}

.ui-btn--38 {
	padding: 0.5rem 2rem;
	height: 3.8rem;
	font-size: 1.4rem;
}

.ui-btn--60 {
	padding: 1rem 2rem;
	height: 6rem;
}

.ui-btn--fullwidth {
	width: 100%;
}

.ui-btn--primary {
	background: var(--theme-primary-color);
	color: #fff;
}
.ui-btn--primary:after {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border-radius: inherit;
	background: rgba(255, 255, 255, 0.2);
	transition: opacity 0.25s;
	opacity: 0;
}
.ui-btn--primary:hover {
	background: var(--theme-primary-color);
	color: #fff;
	border-color: transparent;
	box-shadow: none;
}
.ui-btn--primary:hover:after {
	opacity: 1;
}

.ui-btn--white {
	background: #fff;
	color: #343434;
}
.ui-btn--white:hover {
	background: #fff;
	color: var(--theme-primary-color);
}
.ui-btn--white.is-active {
	color: var(--theme-primary-color);
}

.ui-btn--grey {
	background: #F1F1F5;
	color: #343434;
}
.ui-btn--grey:hover {
	background: var(--theme-primary-color);
	color: #fff;
}

.ui-btn--compare,
.ui-btn--favorite {
	padding: 0;
	width: 2.6rem;
	height: 2.6rem;
	color: #343434;
}
.ui-btn--compare:hover,
.ui-btn--favorite:hover {
	color: var(--theme-primary-color);
}
.ui-btn--compare.is-active,
.ui-btn--favorite.is-active {
	color: #F53C3C;
}
.ui-btn--compare.is-active svg.icon-favorites,
.ui-btn--favorite.is-active svg.icon-favorites {
	fill: #F53C3C;
	stroke: #F53C3C;
}

.ui-btn--view {
	background: #fff;
	border-color: #E9E8F1;
	color: #343434;
	padding: 0;
	width: 5rem;
	height: 5rem;
}
.ui-btn--view:hover {
	color: var(--theme-primary-color);
}

a:not([class]), .ui-link {
	text-decoration: none;
	transition: opacity 0.25s, color 0.25s;
}
.ui-link:hover {
	text-decoration: none;
}

a,.ui-link--blue {
	color: #4791FF;
}
a:not([class]):hover,.ui-link--blue:hover {
	color: #4791FF;
	opacity: 0.7;
}
.ui-link--blue.ui-link--underline {
	border-bottom: 1px solid #E3EEFF;
}

.ui-badge {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	white-space: nowrap;
	font-size: 1.4rem;
	line-height: 2.6rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	padding: 0 0.8rem;
	background: #ccc;
	color: #fff;
	border-radius: 4px;
}

.ui-number {
	position: relative;
	margin: 0 0 2rem;
}

.ui-number__input {
	display: block;
	font-size: 1.8rem;
	line-height: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	background: #fff;
	border: 1px solid #E9E8F1;
	border-radius: 4px;
	padding: 1rem 2.4rem;
	height: 5rem;
	width: 100%;
	text-align: center;
	-webkit-appearance: none;
	appearance: none;
	text-align: center;
}

.ui-number__decrease,
.ui-number__increase {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 2.4rem;
	position: absolute;
	top: 0.4rem;
	bottom: 0.4rem;
	transition: background 0.25s;
}
.ui-number__decrease:hover,
.ui-number__increase:hover {
	background: #E9E8F1;
}

.ui-number__decrease {
	left: 0.4rem;
	border-radius: 4px 0 0 4px;
}

.ui-number__increase {
	right: 0.4rem;
	border-radius: 0 4px 4px 0;
}

.ui-add-to-cart {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
}
.ui-add-to-cart .ui-btn {
	margin: 0 1rem 0 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	text-align: left;
}
.ui-add-to-cart .ui-btn--primary {
	width: 17.2rem;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ui-add-to-cart .ui-number {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 8.4rem;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0 1rem 0 0;
}
.ui-add-to-cart.is-active .ui-btn--primary {
	background: #13D154;
	font-size: 1.4rem;
	padding-left: 15px;
	padding-right: 15px;
	width: 13.2rem;
}
.ui-add-to-cart.is-active .ui-btn--primary svg.icon-cart {
	margin: 0 0 0 2rem;
}
.ui-add-to-cart.is-active .ui-number {
	position: relative;
	opacity: 1;
	visibility: visible;
	transition: 0.5s;
}

label:not([class]) {
	display: block;
	margin: 0 0 1rem;
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: 400;
}

input:not([class]),
textarea:not([class]) {
	display: block;
	transition: 0.25s;
	width: 100%;
	background: #F7F8FB;
	border: 1px solid #F7F8FB;
	font: 400 1.6rem/2.4rem "Roboto", Arial, Helvetica, sans-serif;
	padding: 1rem 1.6rem;
	color: #222;
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
	transition: 0.25s;
	box-shadow: none;
	border-radius: 5px;
	margin: 0 0 2rem;
	height: 4.6rem;
	transition: box-shadow 0.25s;
}
input:not([class]):-ms-input-placeholder,
textarea:not([class]):-ms-input-placeholder {
	color: rgba(34, 34, 34, 0.5);
	transition: opacity 0.25s;
}
input:not([class])::placeholder,
textarea:not([class])::placeholder {
	color: rgba(34, 34, 34, 0.5);
	transition: opacity 0.25s;
}
input:not([class]):focus,
textarea:not([class]):focus {
	box-shadow: 0 0 0 2px var(--theme-primary-color);
}
input:not([class]):focus:-ms-input-placeholder,
textarea:not([class]):focus:-ms-input-placeholder {
	opacity: 0;
}
input:not([class]):focus::placeholder,
textarea:not([class]):focus::placeholder {
	opacity: 0;
}
input:not([class]):disabled,
textarea:not([class]):disabled {
	border-color: #e4ebf1;
	background: #e4ebf1;
	pointer-events: none;
}

textarea:not([class]) {
	max-width: 100%;
	min-width: 100%;
	min-height: 18rem;
	resize: none;
}

select:not([class]),select.form-control {
	width: 100%;
	font: 400 1.6rem/2.4rem "Roboto", Arial, Helvetica, sans-serif;
	border: 1px solid #F7F8FB;
	border-radius: 5px;
	padding: 1rem 1.5rem;
	-webkit-appearance: none;
	appearance: none;
	background-color: #F7F8FB;
	background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.284143 1.91713L4.77096 6.66853C4.86819 6.77356 4.98386 6.85693 5.11131 6.91382C5.23876 6.97071 5.37547 7 5.51353 7C5.6516 7 5.7883 6.97071 5.91575 6.91382C6.0432 6.85693 6.15888 6.77356 6.25611 6.66853L10.6906 1.91713C10.7887 1.81296 10.8665 1.68902 10.9196 1.55246C10.9727 1.4159 11 1.26943 11 1.1215C11 0.973565 10.9727 0.827095 10.9196 0.690537C10.8665 0.553981 10.7887 0.43004 10.6906 0.325864C10.4947 0.11715 10.2296 -8.86323e-07 9.95329 -8.62168e-07C9.67698 -8.38012e-07 9.4119 0.11715 9.21594 0.325864L5.51353 4.29283L1.81113 0.325865C1.61632 0.118839 1.35339 0.00212611 1.07901 0.000888261C0.941366 3.56885e-05 0.804918 0.0283026 0.677491 0.0840692C0.550063 0.139836 0.434163 0.222006 0.336436 0.325865C0.234908 0.426292 0.152959 0.54728 0.095324 0.681838C0.0376887 0.816396 0.00551076 0.961857 0.000647984 1.10982C-0.00421384 1.25778 0.0183358 1.4053 0.0669951 1.54387C0.115654 1.68244 0.189458 1.8093 0.284143 1.91713Z' fill='%23343434'/%3E%3C/svg%3E%0A");
	background-position: right 14px center;
	background-repeat: no-repeat;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 4.6rem;
	transition: box-shadow 0.25s;
	margin: 0 0 2rem;
	box-shadow: none;
	color: inherit;
}
select:not([class]):focus,select.form-control:focus {
	box-shadow: 0 0 0 2px var(--theme-primary-color);
}
select:not([class]):disabled,select.form-control:disabled {
	border-color: #e4ebf1;
	background: #e4ebf1;
	pointer-events: none;
}
.is-error select:not([class]),.is-error select.form-control {
	background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.284143 1.91713L4.77096 6.66853C4.86819 6.77356 4.98386 6.85693 5.11131 6.91382C5.23876 6.97071 5.37547 7 5.51353 7C5.6516 7 5.7883 6.97071 5.91575 6.91382C6.0432 6.85693 6.15888 6.77356 6.25611 6.66853L10.6906 1.91713C10.7887 1.81296 10.8665 1.68902 10.9196 1.55246C10.9727 1.4159 11 1.26943 11 1.1215C11 0.973565 10.9727 0.827095 10.9196 0.690537C10.8665 0.553981 10.7887 0.43004 10.6906 0.325864C10.4947 0.11715 10.2296 -8.86323e-07 9.95329 -8.62168e-07C9.67698 -8.38012e-07 9.4119 0.11715 9.21594 0.325864L5.51353 4.29283L1.81113 0.325865C1.61632 0.118839 1.35339 0.00212611 1.07901 0.000888261C0.941366 3.56885e-05 0.804918 0.0283026 0.677491 0.0840692C0.550063 0.139836 0.434163 0.222006 0.336436 0.325865C0.234908 0.426292 0.152959 0.54728 0.095324 0.681838C0.0376887 0.816396 0.00551076 0.961857 0.000647984 1.10982C-0.00421384 1.25778 0.0183358 1.4053 0.0669951 1.54387C0.115654 1.68244 0.189458 1.8093 0.284143 1.91713Z' fill='%23343434'/%3E%3C/svg%3E%0A"),
	url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9' stroke='%23F45656' stroke-width='2'/%3E%3Cpath d='M11.32 10.0002L13.7949 7.52534C14.0683 7.25189 14.0683 6.80856 13.7949 6.53554L13.465 6.2056C13.1914 5.93206 12.7481 5.93206 12.4751 6.2056L10.0002 8.68042L7.52534 6.20509C7.25189 5.93164 6.80856 5.93164 6.53554 6.20509L6.20509 6.53502C5.93164 6.80856 5.93164 7.25189 6.20509 7.52492L8.68042 10.0002L6.2056 12.4751C5.93206 12.7486 5.93206 13.1919 6.2056 13.465L6.53554 13.7949C6.80899 14.0683 7.25232 14.0683 7.52534 13.7949L10.0002 11.32L12.4751 13.7949C12.7486 14.0683 13.1919 14.0683 13.465 13.7949L13.7949 13.465C14.0683 13.1914 14.0683 12.7481 13.7949 12.4751L11.32 10.0002Z' fill='%23F45656'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat, no-repeat;
	background-position: right 54px center,right 20px center;
	padding-right: 70px;
}

.ui-label {
    display: block;
    margin: 0 0 1rem;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 400;
}

.ui-input, .ui-range__input, .ui-textarea,.form-control:not(select){
	display: block;
	transition: 0.25s;
	width: 100%;
	background: #F7F8FB;
	border: 1px solid #F7F8FB;
	font: 400 1.6rem/2.4rem "Roboto", Arial, Helvetica, sans-serif;
	padding: 1rem 1.6rem;
	color: #222;
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
	transition: 0.25s;
	box-shadow: none;
	border-radius: 5px;
	margin: 0 0 2rem;
	height: 4.6rem;
	transition: box-shadow 0.25s;
}
.ui-input:-ms-input-placeholder, .ui-range__input:-ms-input-placeholder, .ui-textarea:-ms-input-placeholder, .form-control:not(select):-ms-input-placeholder {
	color: rgba(34, 34, 34, 0.5);
	transition: opacity 0.25s;
}
.ui-input::placeholder, .ui-range__input::placeholder, .ui-textarea::placeholder, .form-control:not(select)::placeholder {
	color: rgba(34, 34, 34, 0.5);
	transition: opacity 0.25s;
}
.ui-input:focus, .ui-range__input:focus, .ui-textarea:focus, .form-control:not(select):focus ,.has-error .form-control:not(select):focus {
	box-shadow: 0 0 0 2px var(--theme-primary-color);
}
.ui-input:focus:-ms-input-placeholder, .ui-range__input:focus:-ms-input-placeholder, .ui-textarea:focus:-ms-input-placeholder, .form-control:not(select):focus:-ms-input-placeholder {
	opacity: 0;
}
.ui-input:focus::placeholder, .ui-range__input:focus::placeholder, .ui-textarea:focus::placeholder, .form-control:not(select):focus::placeholder {
	opacity: 0;
}
.ui-input:disabled, .ui-range__input:disabled, .ui-textarea:disabled, .form-control:not(select):disabled {
	border-color: #e4ebf1;
	background: #e4ebf1;
	pointer-events: none;
}
.is-error .ui-input, .is-error .ui-range__input, .is-error .ui-textarea,.has-error .form-control {
	background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9' stroke='%23F45656' stroke-width='2'/%3E%3Cpath d='M11.32 10.0002L13.7949 7.52534C14.0683 7.25189 14.0683 6.80856 13.7949 6.53554L13.465 6.2056C13.1914 5.93206 12.7481 5.93206 12.4751 6.2056L10.0002 8.68042L7.52534 6.20509C7.25189 5.93164 6.80856 5.93164 6.53554 6.20509L6.20509 6.53502C5.93164 6.80856 5.93164 7.25189 6.20509 7.52492L8.68042 10.0002L6.2056 12.4751C5.93206 12.7486 5.93206 13.1919 6.2056 13.465L6.53554 13.7949C6.80899 14.0683 7.25232 14.0683 7.52534 13.7949L10.0002 11.32L12.4751 13.7949C12.7486 14.0683 13.1919 14.0683 13.465 13.7949L13.7949 13.465C14.0683 13.1914 14.0683 12.7481 13.7949 12.4751L11.32 10.0002Z' fill='%23F45656'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: right 20px center;
	padding-right: 60px;
}
.is-error .ui-textarea {
	background-position: right 20px top 12px;
}
.ui-input.is-valid, .is-valid.ui-range__input, .is-valid.ui-textarea {
	background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72 6.79L8.43001 11.09L6.78 9.44C6.69036 9.33532 6.58004 9.2503 6.45597 9.19027C6.33191 9.13025 6.19678 9.09652 6.05906 9.0912C5.92134 9.08588 5.78401 9.10909 5.65568 9.15936C5.52736 9.20964 5.41081 9.28589 5.31335 9.38335C5.2159 9.4808 5.13964 9.59735 5.08937 9.72568C5.03909 9.854 5.01589 9.99133 5.02121 10.1291C5.02653 10.2668 5.06026 10.4019 5.12028 10.526C5.1803 10.65 5.26532 10.7604 5.37 10.85L7.72 13.21C7.81344 13.3027 7.92426 13.376 8.0461 13.4258C8.16794 13.4755 8.2984 13.5008 8.43001 13.5C8.69234 13.4989 8.94374 13.3947 9.13 13.21L14.13 8.21C14.2237 8.11704 14.2981 8.00644 14.3489 7.88458C14.3997 7.76272 14.4258 7.63201 14.4258 7.5C14.4258 7.36799 14.3997 7.23728 14.3489 7.11542C14.2981 6.99356 14.2237 6.88296 14.13 6.79C13.9426 6.60375 13.6892 6.49921 13.425 6.49921C13.1608 6.49921 12.9074 6.60375 12.72 6.79ZM10 0C8.02219 0 6.08879 0.58649 4.4443 1.6853C2.79981 2.78412 1.51809 4.3459 0.761209 6.17317C0.00433284 8.00043 -0.193701 10.0111 0.192152 11.9509C0.578004 13.8907 1.53041 15.6725 2.92894 17.0711C4.32746 18.4696 6.10929 19.422 8.0491 19.8079C9.98891 20.1937 11.9996 19.9957 13.8268 19.2388C15.6541 18.4819 17.2159 17.2002 18.3147 15.5557C19.4135 13.9112 20 11.9778 20 10C20 8.68678 19.7413 7.38642 19.2388 6.17317C18.7363 4.95991 17.9997 3.85752 17.0711 2.92893C16.1425 2.00035 15.0401 1.26375 13.8268 0.761205C12.6136 0.258658 11.3132 0 10 0ZM10 18C8.41775 18 6.87104 17.5308 5.55544 16.6518C4.23985 15.7727 3.21447 14.5233 2.60897 13.0615C2.00347 11.5997 1.84504 9.99113 2.15372 8.43928C2.4624 6.88743 3.22433 5.46197 4.34315 4.34315C5.46197 3.22433 6.88743 2.4624 8.43928 2.15372C9.99113 1.84504 11.5997 2.00346 13.0615 2.60896C14.5233 3.21447 15.7727 4.23984 16.6518 5.55544C17.5308 6.87103 18 8.41775 18 10C18 12.1217 17.1572 14.1566 15.6569 15.6569C14.1566 17.1571 12.1217 18 10 18Z' fill='%2313D154'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: right 20px center;
	padding-right: 60px;
}

.ui-textarea {
	max-width: 100%;
	min-width: 100%;
	min-height: 18rem;
	margin: 0 0 2rem;
	resize: none;
}

.is-error .ui-input:focus, .is-error .ui-range__input:focus,
.is-error .ui-textarea:focus {
	box-shadow: 0 0 0 2px #E92C2C;
}

.ui-select {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 0 0 2rem;
	font: 400 1.6rem/2.4rem "Roboto", Arial, Helvetica, sans-serif;
}
.ui-select select {
	width: 100%;
	font: 400 1.6rem/2.4rem "Roboto", Arial, Helvetica, sans-serif;
	border: 1px solid #F7F8FB;
	border-radius: 5px;
	padding: 1rem 1.5rem;
	-webkit-appearance: none;
	appearance: none;
	background-color: #F7F8FB;
	background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.284143 1.91713L4.77096 6.66853C4.86819 6.77356 4.98386 6.85693 5.11131 6.91382C5.23876 6.97071 5.37547 7 5.51353 7C5.6516 7 5.7883 6.97071 5.91575 6.91382C6.0432 6.85693 6.15888 6.77356 6.25611 6.66853L10.6906 1.91713C10.7887 1.81296 10.8665 1.68902 10.9196 1.55246C10.9727 1.4159 11 1.26943 11 1.1215C11 0.973565 10.9727 0.827095 10.9196 0.690537C10.8665 0.553981 10.7887 0.43004 10.6906 0.325864C10.4947 0.11715 10.2296 -8.86323e-07 9.95329 -8.62168e-07C9.67698 -8.38012e-07 9.4119 0.11715 9.21594 0.325864L5.51353 4.29283L1.81113 0.325865C1.61632 0.118839 1.35339 0.00212611 1.07901 0.000888261C0.941366 3.56885e-05 0.804918 0.0283026 0.677491 0.0840692C0.550063 0.139836 0.434163 0.222006 0.336436 0.325865C0.234908 0.426292 0.152959 0.54728 0.095324 0.681838C0.0376887 0.816396 0.00551076 0.961857 0.000647984 1.10982C-0.00421384 1.25778 0.0183358 1.4053 0.0669951 1.54387C0.115654 1.68244 0.189458 1.8093 0.284143 1.91713Z' fill='%23343434'/%3E%3C/svg%3E%0A");
	background-position: right 14px center;
	background-repeat: no-repeat;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 4.6rem;
	margin: 0;
}

.ui-select .selectric-wrapper {
	position: relative;
	cursor: pointer;
	text-transform: none;
	width: 100%;
}
.ui-select .selectric {
	position: relative;
	overflow: hidden;
	background: #F7F8FB;
	border: 1px solid #F7F8FB;
	border-radius: 5px;
	padding: 1rem 3.5rem 1rem 1.5rem;
	transition: 0.25s;
}
.ui-select .selectric .label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	text-align: left;
	padding: 0;
	border-radius: 0;
}
.ui-select .selectric-items {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #F7F8FB;
	border: none;
	z-index: 100;
	margin: 0.5rem 0 0;
	width: auto !important;
	min-width: 100%;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 0px 20px rgba(170, 189, 206, 0.25);
}
.ui-select .selectric-items .selectric-scroll {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 48rem;
}
.ui-select .selectric-items ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ui-select .selectric-items li {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 1rem 3rem 1rem 1.5rem;
	margin: 0 0 1px;
	transition: color 0.25s;
}
.ui-select .selectric-items li:before, .ui-select .selectric-items li:after {
	display: none;
}
.ui-select .selectric-items li:last-child {
	margin: 0;
}
.ui-select .selectric-items li:hover {
	color: var(--theme-primary-color);
}
.ui-select .selectric-items .selectric-checked {
	display: none;
}
.ui-select .selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}
.ui-select .selectric-hide-select select {
	position: absolute;
	left: -100%;
}
.ui-select .selectric-hide-select.selectric-is-native {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.ui-select .selectric-hide-select.selectric-is-native select {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	z-index: 1;
	box-sizing: border-box;
	opacity: 0;
}
.ui-select .selectric-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	background: none !important;
}
.ui-select .selectric-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}
.ui-select .selectric-open {
	z-index: 500;
}
.ui-select .selectric-open .selectric {
	box-shadow: 0 0 0 2px var(--theme-primary-color);
}
.ui-select .selectric-open .selectric-items {
	display: block;
}
.ui-select .selectric-disabled {
	opacity: 0.5;
	cursor: default;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ui-range__input {
	margin: 0;
	font-size: 1.5rem;
	line-height: 2.4rem;
	font-weight: 400;
	padding: 1rem 4rem 1rem 1.5rem;
}
/**
	* Swiper 6.8.4
	* Most modern mobile touch slider and framework with hardware accelerated transitions
	* https://swiperjs.com
	*
	* Copyright 2014-2021 Vladimir Kharlampidi
	*
	* Released under the MIT License
	*
	* Released on: August 23, 2021
*/
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	transition-property: transform;
	box-sizing: border-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-container-pointer-events {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-ms-flex-align: start;
	align-items: flex-start;
	transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 1rem;
	right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 1rem;
	left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

/* Common Styles */
/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: 1;
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 1rem;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 0.8rem;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 0.4rem;
	left: 0;
	top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 0.4rem;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white {
}

.swiper-pagination-black {
}

.swiper-pagination-lock {
	display: none;
}

/* Scrollbar */
.swiper-scrollbar {
	-ms-touch-action: none;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
	width: 4.2rem;
	height: 4.2rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -2.1rem;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid #000;
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-lazy-preloader-white {
}

.swiper-lazy-preloader-black {
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}
/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px);
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-scrollbar {
	position: relative;
	margin: 2rem 0 0;
	z-index: 100;
	height: 0.4rem;
	background: #EEF0F3;
}

.swiper-scrollbar-drag {
	display: block;
	width: 100%;
	height: 50%;
	position: relative;
	top: 25%;
	left: 0;
	background: var(--theme-primary-color);
	border-radius: 0;
	cursor: pointer;
}

.swiper-prev, .swiper-next {
	position: absolute;
	top: 0;
	z-index: 100;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 5px;
	width: 8rem;
	height: 100%;
	cursor: pointer;
	transition: background 0.25s;
}
.swiper-prev svg, .swiper-next svg {
	display: block;
}
.swiper-prev:hover, .swiper-next:hover {
	background: rgba(255, 255, 255, 0.05);
}
.swiper-prev.swiper-button-lock, .swiper-next.swiper-button-lock {
	opacity: 0;
	pointer-events: none;
}

.swiper-prev {
	left: 0;
}

.swiper-next {
	right: 0;
}

.swiper-pagination {
	position: relative;
	z-index: 100;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.swiper-pagination-bullet {
	position: relative;
	display: block;
	width: 5rem;
	height: 1px;
	background: #E9E8F1;
	margin: 0 0.5rem;
	transition: 0.25s;
}
.swiper-pagination-bullet:first-child {
	margin-left: 0;
}
.swiper-pagination-bullet:last-child {
	margin-right: 0;
}
.swiper-pagination-bullet:before {
	content: "";
	display: block;
	position: absolute;
	top: -1rem;
	left: 0;
	right: 0;
	bottom: -1rem;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--theme-primary-color);
}

.swiper-intro {
	height: 100%;
}
.swiper-intro .swiper-wrapper {
	height: 100%;
}
.swiper-intro .swiper-slide {
	height: auto;
}
.swiper-intro .swiper-prev, .swiper-intro .swiper-next {
	color: #fff;
	display: none;
}
.swiper-intro .swiper-pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1rem;
}
.swiper-intro .swiper-pagination-bullet {
	background: #E9E8F1;
	opacity: 0.3;
}
.swiper-intro .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
}
@media (min-width: 768px) {
	.swiper-intro .swiper-prev, .swiper-intro .swiper-next {
		display: -ms-flexbox;
		display: flex;
	}
}

.swiper-stories-features {
	overflow: visible;
}
.swiper-stories-features .swiper-slide {
	margin: 0 1rem 0 0;
	-ms-flex: 0 0 160px;
	flex: 0 0 16rem;
	width: 16rem;
	max-width: 100%;
	transition: opacity 0.25s, transform 0.25s;
}
.swiper-stories-features .swiper-slide:last-child {
	margin: 0;
}
.swiper-stories-features.swiper-container-initialized .swiper-slide {
	margin: 0;
}
@media (min-width: 1200px) {
	.swiper-stories-features {
		margin: 0 -1rem;
	}
	.swiper-stories-features .swiper-slide {
		margin: 0;
		padding: 0 1rem;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	.swiper-stories-features .swiper-scrollbar {
		margin-left: 10px;
		margin-right: 10px;
	}
	.swiper-stories-features.swiper-container-initialized .swiper-slide {
		opacity: 0;
	}
	.swiper-stories-features.swiper-container-initialized .swiper-slide-visible {
		opacity: 1;
	}
}

.swiper-products,
.swiper-blog,
.swiper-reviews,
.swiper-news,
.swiper-video,
.swiper-shops {
	overflow: visible;
}
.swiper-products > .swiper-wrapper,
.swiper-blog > .swiper-wrapper,
.swiper-reviews > .swiper-wrapper,
.swiper-news > .swiper-wrapper,
.swiper-video > .swiper-wrapper,
.swiper-shops > .swiper-wrapper {
	z-index: 200;
}
.swiper-products > .swiper-wrapper > .swiper-slide,
.swiper-blog > .swiper-wrapper > .swiper-slide,
.swiper-reviews > .swiper-wrapper > .swiper-slide,
.swiper-news > .swiper-wrapper > .swiper-slide,
.swiper-video > .swiper-wrapper > .swiper-slide,
.swiper-shops > .swiper-wrapper > .swiper-slide {
	-ms-flex: 0 0 340px;
	flex: 0 0 34rem;
	width: 34rem;
	max-width: 100%;
	height: auto;
	margin: 0 1rem 0 0;
	transition: opacity 0.25s, transform 0.25s;
}
.swiper-products > .swiper-wrapper > .swiper-slide:last-child,
.swiper-blog > .swiper-wrapper > .swiper-slide:last-child,
.swiper-reviews > .swiper-wrapper > .swiper-slide:last-child,
.swiper-news > .swiper-wrapper > .swiper-slide:last-child,
.swiper-video > .swiper-wrapper > .swiper-slide:last-child,
.swiper-shops > .swiper-wrapper > .swiper-slide:last-child {
	margin: 0;
}
.swiper-products > .swiper-scrollbar,
.swiper-blog > .swiper-scrollbar,
.swiper-reviews > .swiper-scrollbar,
.swiper-news > .swiper-scrollbar,
.swiper-video > .swiper-scrollbar,
.swiper-shops > .swiper-scrollbar {
	position: relative;
	z-index: 100;
	margin: 3rem 0 0;
}
.swiper-products.swiper-container-initialized > .swiper-wrapper > .swiper-slide,
.swiper-blog.swiper-container-initialized > .swiper-wrapper > .swiper-slide,
.swiper-reviews.swiper-container-initialized > .swiper-wrapper > .swiper-slide,
.swiper-news.swiper-container-initialized > .swiper-wrapper > .swiper-slide,
.swiper-video.swiper-container-initialized > .swiper-wrapper > .swiper-slide,
.swiper-shops.swiper-container-initialized > .swiper-wrapper > .swiper-slide {
	margin: 0;
}
@media (min-width: 1200px) {
	.swiper-products,
	.swiper-blog,
	.swiper-reviews,
	.swiper-news,
	.swiper-video,
	.swiper-shops {
		margin-left: -10px;
		margin-right: -10px;
	}
	.swiper-products > .swiper-wrapper > .swiper-slide,
	.swiper-blog > .swiper-wrapper > .swiper-slide,
	.swiper-reviews > .swiper-wrapper > .swiper-slide,
	.swiper-news > .swiper-wrapper > .swiper-slide,
	.swiper-video > .swiper-wrapper > .swiper-slide,
	.swiper-shops > .swiper-wrapper > .swiper-slide {
		margin: 0;
		padding: 0 1rem;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.swiper-products .swiper-scrollbar,
	.swiper-blog .swiper-scrollbar,
	.swiper-reviews .swiper-scrollbar,
	.swiper-news .swiper-scrollbar,
	.swiper-video .swiper-scrollbar,
	.swiper-shops .swiper-scrollbar {
		margin-left: 10px;
		margin-right: 10px;
	}
	.swiper-products.swiper-container-initialized > .swiper-wrapper > .swiper-slide,
	.swiper-blog.swiper-container-initialized > .swiper-wrapper > .swiper-slide,
	.swiper-reviews.swiper-container-initialized > .swiper-wrapper > .swiper-slide,
	.swiper-news.swiper-container-initialized > .swiper-wrapper > .swiper-slide,
	.swiper-video.swiper-container-initialized > .swiper-wrapper > .swiper-slide,
	.swiper-shops.swiper-container-initialized > .swiper-wrapper > .swiper-slide {
		opacity: 0;
	}
	.swiper-products.swiper-container-initialized > .swiper-wrapper > .swiper-slide-visible,
	.swiper-blog.swiper-container-initialized > .swiper-wrapper > .swiper-slide-visible,
	.swiper-reviews.swiper-container-initialized > .swiper-wrapper > .swiper-slide-visible,
	.swiper-news.swiper-container-initialized > .swiper-wrapper > .swiper-slide-visible,
	.swiper-video.swiper-container-initialized > .swiper-wrapper > .swiper-slide-visible,
	.swiper-shops.swiper-container-initialized > .swiper-wrapper > .swiper-slide-visible {
		opacity: 1;
	}
}

.swiper-set {
	overflow: visible;
}
.swiper-set > .swiper-wrapper {
	z-index: 200;
}
.swiper-set > .swiper-wrapper > .swiper-slide {
	-ms-flex: 0 0 200px;
	flex: 0 0 20rem;
	width: 20rem;
	max-width: 100%;
	height: auto;
	margin: 0 1rem 0 0;
	transition: opacity 0.25s, transform 0.25s;
}
.swiper-set > .swiper-wrapper > .swiper-slide:last-child {
	margin: 0;
}
.swiper-set > .swiper-scrollbar {
	position: relative;
	z-index: 100;
	margin: 3rem 0 0;
}
.swiper-set.swiper-container-initialized > .swiper-wrapper > .swiper-slide {
	margin: 0;
}
.swiper-set > .swiper-wrapper > .swiper-slide {
	position: relative;
}
.swiper-set > .swiper-wrapper > .swiper-slide:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -2.5rem;
	margin: -2rem 0 0 0;
	width: 4rem;
	height: 4rem;
	background: var(--theme-primary-color) url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 7H9V1C9 0.734784 8.89464 0.48043 8.70711 0.292893C8.51957 0.105357 8.26522 0 8 0C7.73478 0 7.48043 0.105357 7.29289 0.292893C7.10536 0.48043 7 0.734784 7 1V7H1C0.734784 7 0.48043 7.10536 0.292893 7.29289C0.105357 7.48043 0 7.73478 0 8C0 8.26522 0.105357 8.51957 0.292893 8.70711C0.48043 8.89464 0.734784 9 1 9H7V15C7 15.2652 7.10536 15.5196 7.29289 15.7071C7.48043 15.8946 7.73478 16 8 16C8.26522 16 8.51957 15.8946 8.70711 15.7071C8.89464 15.5196 9 15.2652 9 15V9H15C15.2652 9 15.5196 8.89464 15.7071 8.70711C15.8946 8.51957 16 8.26522 16 8C16 7.73478 15.8946 7.48043 15.7071 7.29289C15.5196 7.10536 15.2652 7 15 7Z' fill='white'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
	border-radius: 50%;
	box-shadow: 0 0 0 5px #F7F7FB;
	z-index: 100;
	transition: transform 0.25s;
	transform: scale(0);
}
.swiper-set > .swiper-wrapper > .swiper-slide--discount:after{
	display: none;
}
.swiper-set > .swiper-wrapper > .swiper-slide.swiper-slide-visible:after {
	transform: scale(1);
	transition-delay: 0.25s;
}
.swiper-set > .swiper-wrapper > .swiper-slide:first-child:after {
	display: none;
}
@media (min-width: 768px) {
	.swiper-set > .swiper-wrapper > .swiper-slide {
		-ms-flex: 0 0 340px;
		flex: 0 0 34rem;
		width: 34rem;
	}
	.swiper-set > .swiper-wrapper > .swiper-slide:after {
		width: 5.2rem;
		height: 5.2rem;
		left: -2.6rem;
		margin: -2.6rem 0 0;
	}
}
@media (min-width: 1200px) {
	.swiper-set {
		margin-left: -10px;
		margin-right: -10px;
	}
	.swiper-set > .swiper-wrapper > .swiper-slide {
		margin: 0;
		padding: 0 1rem;
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
	.swiper-set > .swiper-scrollbar {
		margin-left: 10px;
		margin-right: 10px;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
	}
	.swiper-set.swiper-container-initialized > .swiper-wrapper > .swiper-slide {
		opacity: 0;
	}
	.swiper-set.swiper-container-initialized > .swiper-wrapper > .swiper-slide-visible {
		opacity: 1;
	}
}

@media (max-width: 767px) {
	.swiper-set-responsive > .swiper-wrapper > .swiper-slide {
		-ms-flex: 0 0 158px;
		flex: 0 0 15.8rem;
		width: 15.8rem;
	}
	.swiper-set-responsive > .swiper-wrapper > .swiper-slide:after {
		width: 4rem;
		height: 4rem;
		right: -2rem;
		margin: -2rem 0 0;
	}
}

.swiper-images {
	overflow: visible;
	-ms-flex: 1;
	flex: 1;
	max-width: 100%;
}
.swiper-images .swiper-slide {
	margin: 0 6rem 0 0;
}
.swiper-images .swiper-slide:last-child {
	margin: 0;
}
.swiper-images .swiper-prev, .swiper-images .swiper-next {
	z-index: 300;
	width: 6rem;
	opacity: 0;
	transition: transform 0.25s, opacity 0.25s, color 0.25s;
	color: #343434;
}
.swiper-images .swiper-prev:hover, .swiper-images .swiper-next:hover {
	color: var(--theme-primary-color);
}
.swiper-images .swiper-prev.swiper-button-lock, .swiper-images .swiper-next.swiper-button-lock {
	visibility: hidden;
	pointer-events: none;
}
.swiper-images .swiper-prev {
	left: -3rem;
	transform: translate(-5px, 0);
}
.swiper-images .swiper-next {
	right: -3rem;
	transform: translate(5px, 0);
}
.swiper-images .swiper-pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 110;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-images .swiper-pagination-bullet {
	-ms-flex: 1;
	flex: 1;
}
.swiper-images .swiper-pagination-bullet-active {
	opacity: 1;
	border-color: #7266F3;
}

.swiper-banners {
	background: #ccc;
	border-radius: 10px;
	overflow: hidden;
}
.swiper-banners .swiper-slide {
	height: auto;
}
.swiper-banners .swiper-prev, .swiper-banners .swiper-next {
	width: 10rem;
	color: #fff;
	display: none;
}
.swiper-banners .swiper-pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1.5rem;
	z-index: 100;
}
.swiper-banners .swiper-pagination-bullet {
	background: #E9E8F1;
	opacity: 0.3;
}
.swiper-banners .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
}
@media (min-width: 768px) {
	.swiper-banners .swiper-prev, .swiper-banners .swiper-next {
		display: -ms-flexbox;
		display: flex;
	}
}

@media (max-width: 1199px) {
	.swiper-categories {
		overflow: visible;
	}
	.swiper-categories .swiper-slide {
		-ms-flex: 0 0 340px;
		flex: 0 0 34rem;
		width: 34rem;
		max-width: 100%;
		margin: 0 1rem 0 0;
		transition: opacity 0.25s, transform 0.25s;
	}
	.swiper-categories .swiper-slide:last-child {
		margin: 0;
	}
	.swiper-categories.swiper-container-initialized .swiper-slide {
		margin: 0;
	}
}
@media (min-width: 1200px) {
	.swiper-categories {
		overflow: visible;
	}
	.swiper-categories .swiper-wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: auto;
		margin: 0 -1rem -2rem;
	}
	.swiper-categories--col-3 .swiper-slide {
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
	.swiper-categories--col-4 .swiper-slide {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.swiper-categories--col-5 .swiper-slide {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.swiper-categories .swiper-slide {
		padding: 0 1rem 2rem;
	}
}

@media (max-width: 1199px) {
	.swiper-partners {
		overflow: visible;
	}
	.swiper-partners .swiper-slide {
		-ms-flex: 0 0 340px;
		flex: 0 0 34rem;
		width: 34rem;
		max-width: 100%;
		margin: 0 1rem 0 0;
		transition: opacity 0.25s, transform 0.25s;
		height: auto;
	}
	.swiper-partners .swiper-slide:last-child {
		margin: 0;
	}
	.swiper-partners.swiper-container-initialized .swiper-slide {
		margin: 0;
	}
}
@media (min-width: 1200px) {
	.swiper-partners {
		overflow: visible;
	}
	.swiper-partners .swiper-wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: auto;
		margin: 0 -1px -0.2rem;
	}
	.swiper-partners .swiper-slide {
		padding: 0 1px 0.2rem;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		height: auto;
	}
	@supports (display: grid) {
		.swiper-partners .swiper-wrapper {
			margin: 0;
			display: -ms-grid;
			display: grid;
			grid-gap: 2px;
			-ms-grid-columns: 1fr 1fr 1fr;
			grid-template-columns: 1fr 1fr 1fr;
			-ms-grid-rows: 1fr 1fr;
			grid-template-rows: 1fr 1fr;
			grid-template-areas: "area_01 area_02 area_03" "area_01 area_02 area_04";
		}
		.swiper-partners .swiper-slide {
			max-width: none;
			padding: 0;
		}
		.swiper-partners .swiper-slide:nth-of-type(1) {
			grid-area: area_01;
		}
		.swiper-partners .swiper-slide:nth-of-type(2) {
			grid-area: area_02;
		}
		.swiper-partners .swiper-slide:nth-of-type(3) {
			grid-area: area_03;
		}
		.swiper-partners .swiper-slide:nth-of-type(4) {
			grid-area: area_04;
		}
	}
}

.swiper-benefits {
	overflow: visible;
}
.swiper-benefits .swiper-slide {
	-ms-flex: 0 0 220px;
	flex: 0 0 22rem;
	width: 22rem;
	max-width: 100%;
	margin: 0 1rem 0 0;
	transition: opacity 0.25s, transform 0.25s;
}
.swiper-benefits .swiper-slide:last-child {
	margin: 0;
}
.swiper-benefits.swiper-container-initialized .swiper-slide {
	margin: 0;
}
@media (min-width: 1200px) {
	.swiper-benefits {
		margin: 0 -1rem;
	}
	.swiper-benefits .swiper-slide {
		margin: 0;
		padding: 0 1rem;
		-ms-flex: 0 0 16.667%;
		flex: 0 0 16.667%;
		max-width: 16.667%;
	}
	.swiper-benefits.swiper-container-initialized .swiper-slide {
		opacity: 0;
	}
	.swiper-benefits.swiper-container-initialized .swiper-slide-visible {
		opacity: 1;
	}
}

.swiper-gallery {
	background: #000;
	border-radius: 10px;
	overflow: hidden;
}
.swiper-gallery .swiper-slide {
	height: 40rem;
}
.swiper-gallery .swiper-prev, .swiper-gallery .swiper-next {
	width: 6rem;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	background: rgba(255, 255, 255, 0.2);
}
.swiper-gallery .swiper-prev:hover, .swiper-gallery .swiper-next:hover {
	background: rgba(255, 255, 255, 0.4);
}
.swiper-gallery picture, .swiper-gallery img {
	height: 100%;
	width: 100%;
}
.swiper-gallery img {
	-o-object-fit: cover;
	object-fit: cover;
}

.swiper-fullscreen {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #FFFFFF;
	border-radius: 5px;
	width: 4rem;
	height: 4rem;
	cursor: pointer;
	color: #343434;
	position: absolute;
	left: 50%;
	bottom: 2rem;
	z-index: 100;
	text-indent: -9999px;
	transform: translate(-50%, 0);
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 400;
	padding: 0;
	transition: color 0.25s, background 0.25s, transform 0.25s;
}
.swiper-fullscreen:hover {
	background: var(--theme-primary-color);
	color: #fff;
	text-decoration: none;
}
.swiper-fullscreen:active {
	transition: none;
	transform: translate(-50%, 0) scale(0.95);
}
@media (min-width: 1200px) {
	.swiper-fullscreen {
		text-indent: 0;
		padding: 0 1.5rem;
		width: auto;
	}
}

.swiper-compare {
	overflow: visible;
}
.swiper-compare .swiper-wrapper {
	margin: 0;
}
.swiper-compare .swiper-slide {
	padding: 0 3rem;
	width: auto;
	height: auto;
	-ms-flex: 1;
	flex: 1;
	min-width: 27rem;
	border-right: 1px solid #EDEFF5;
}
.swiper-compare .swiper-slide:first-child {
	padding-left: 0;
}
.swiper-compare .swiper-slide:last-child {
	padding-right: 0;
	border: none;
}
@media (min-width: 1200px) {
	.swiper-compare .swiper-slide {
		min-width: 20%;
		max-width: 50rem;
	}
}

.swiper-vertical {
	position: relative;
	height: 67rem;
}
.swiper-vertical .swiper-prev, .swiper-vertical .swiper-next {
	position: relative;
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	height: 100%;
	color: #343434;
	border-radius: 0;
	transition: background 0.25s;
}
.swiper-vertical .swiper-prev:hover, .swiper-vertical .swiper-next:hover {
	background: #F7F7FB;
}
.swiper-vertical .swiper-prev.swiper-button-disabled, .swiper-vertical .swiper-next.swiper-button-disabled {
	pointer-events: none;
}
.swiper-vertical .swiper-prev.swiper-button-disabled svg, .swiper-vertical .swiper-next.swiper-button-disabled svg {
	opacity: 0.1;
}
@media (max-width: 767px) {
	.swiper-vertical {
		height: auto;
	}
}

.swiper-vertical-thumbs {
	width: 100%;
	height: 100%;
	border-radius: 10px 0 0 0;
}
.swiper-vertical-thumbs .swiper-slide {
	border-bottom: 1px solid #EDEDF9;
	cursor: pointer;
	transition: background 0.25s;
}
.swiper-vertical-thumbs .swiper-slide-thumb-active {
	background: #F7F7FB;
}
.swiper-vertical-thumbs .swiper-control {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 12rem;
	display: flex;
	z-index: 100;
}
@media (max-width: 1199px) {
	.swiper-vertical-thumbs {
		border-radius: 0;
	}
}
@media (max-width: 767px) {
	.swiper-vertical-thumbs .swiper-slide {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		border: none;
		border-left: 1px solid #EDEDF9;
	}
	.swiper-vertical-thumbs .swiper-slide:first-child {
		border: none;
	}
}

.swiper-vertical-slides {
	width: 100%;
	height: 100%;
}

.swiper-horizontal {
	position: relative;
}
.swiper-horizontal .swiper-prev, .swiper-horizontal .swiper-next {
	position: relative;
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #343434;
	border-radius: 0;
	transition: background 0.25s;
}
.swiper-horizontal .swiper-prev:hover, .swiper-horizontal .swiper-next:hover {
	background: #F7F7FB;
}
.swiper-horizontal .swiper-prev.swiper-button-disabled, .swiper-horizontal .swiper-next.swiper-button-disabled {
	pointer-events: none;
}
.swiper-horizontal .swiper-prev.swiper-button-disabled svg, .swiper-horizontal .swiper-next.swiper-button-disabled svg {
	opacity: 0.1;
}
@media (max-width: 767px) {
	.swiper-horizontal {
		height: auto;
	}
}

.swiper-horizontal-thumbs {
	width: 100%;
	height: 11rem;
}
.swiper-horizontal-thumbs .swiper-wrapper {
	height: 100%;
}
.swiper-horizontal-thumbs .swiper-slide {
	height: auto;
	cursor: pointer;
	transition: background 0.25s;
	border-left: 1px solid #EDEDF9;
}
.swiper-horizontal-thumbs .swiper-slide:first-child {
	border: none;
}
.swiper-horizontal-thumbs .swiper-slide-thumb-active {
	background: #F7F7FB;
}
.swiper-horizontal-thumbs .swiper-control {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 12rem;
	display: flex;
	z-index: 100;
}
@media (max-width: 767px) {
	.swiper-horizontal-thumbs .swiper-slide {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		border: none;
		border-left: 1px solid #EDEDF9;
	}
	.swiper-horizontal-thumbs .swiper-slide:first-child {
		border: none;
	}
}

.swiper-horizontal-slides {
	width: 100%;
	height: 67rem;
}
@media (max-width: 767px) {
	.swiper-horizontal-slides {
		height: auto;
	}
}

.swiper-stories {
	position: relative;
	width: 100%;
	height: 100%;
}

.swiper-stories-slides {
	position: absolute;
	top: 5%;
	left: 0;
	height: 60%;
	width: 100%;
	padding: 0 5rem;
	text-align: center;
	overflow: visible;
}
.swiper-stories-slides .swiper-slide {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.swiper-stories-slides .swiper-slide-active {
	z-index: 2;
}
.swiper-stories-slides .swiper-slide-active .swiper-stories__close {
	opacity: 1;
}
@media (min-width: 768px) {
	.swiper-stories-slides {
		padding: 0 25%;
	}
}

.swiper-stories__slide {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.swiper-stories__gallery {
	position: relative;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-ms-flex: 1;
	flex: 1;
}
.swiper-stories__gallery .swiper-stories__image {
	position: absolute;
	opacity: 0;
	transition: opacity 0.25s;
}
.swiper-stories__gallery .swiper-stories__image img {
	-ms-flex: 1;
	flex: 1;
}
.swiper-stories__gallery .swiper-stories__image.is-active {
	opacity: 1;
	position: relative;
}

.swiper-stories__image {
	height: 100%;
}
.swiper-stories__image img {
	display: block;
	width: auto;
	max-height: 60vh;
	border-radius: 5px;
}

.swiper-stories__pagination {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	padding: 0 2rem 2rem;
}

.swiper-stories__bullet {
	display: block;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	margin: 0 0.35rem;
	border-bottom: 1px solid #E9E8F1;
	transition: border-color 0.25s;
	position: relative;
	z-index: 100;
	cursor: pointer;
}
.swiper-stories__bullet:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -0.35rem;
	right: -0.35rem;
}
.swiper-stories__bullet:first-child {
	margin-left: 0;
}
.swiper-stories__bullet:last-child {
	margin-right: 0;
}
.swiper-stories__bullet.is-active {
	border-color: var(--theme-primary-color);
}
.swiper-stories__bullet--single {
    border: 0;
}

.swiper-stories__close {
	position: absolute;
	top: -1rem;
	right: -5rem;
	width: 5rem;
	height: 5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	transition: color 0.25s, opacity 0.25s;
	opacity: 0;
}
.swiper-stories__close:hover {
	color: var(--theme-primary-color);
}
.swiper-stories__button {
	
}
.swiper-stories__button a {
    display: none;
    position: absolute;
    left: 2rem;
    right: 0;
    bottom: 4rem;
    z-index: 10;
    line-height: 1.8;
    max-width: calc(100% - 4rem);
}
.swiper-stories__button a.is-active {
	display: block;
}

.swiper-stories-thumbs {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 35%;
	text-align: center;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 2.5rem 0;
}
@media (min-width: 1200px) {
	.swiper-stories-thumbs {
		padding: 3.5% 0;
	}
}

.swiper-stories-thumbs__list {
	margin: 0;
	padding: 0 2.5rem;
	list-style: none;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 100%;
}
.swiper-stories-thumbs__list:after {
	content: "";
	-ms-flex: 0 0 20px;
	flex: 0 0 2rem;
}
.swiper-stories-thumbs__list > li {
	height: 100%;
	margin: 0 1rem 0 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 12.6rem;
}
.swiper-stories-thumbs__list > li:last-child {
	margin: 0;
}

.swiper-stories__thumb {
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
	transition: transform 0.25s;
	will-change: transform;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.swiper-stories__thumb img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	aspect-ratio: 2/3;
	border-radius: 5px;
}
@media (hover: hover) {
	.swiper-stories__thumb:hover {
		transform: scale(1.05);
	}
}

.is-active > .swiper-stories__thumb {
	transform: scale(1.05);
}

.swiper-products-small,
.swiper-products-order {
	overflow: visible;
}
.swiper-products-small > .swiper-wrapper,
.swiper-products-order > .swiper-wrapper {
	z-index: 200;
	width: auto;
	margin: 0 -0.25rem;
}
.swiper-products-small > .swiper-wrapper > .swiper-slide,
.swiper-products-order > .swiper-wrapper > .swiper-slide {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 16.2rem;
	max-width: 100%;
	height: auto;
	padding: 0 0.25rem;
	transition: opacity 0.25s, transform 0.25s;
}
.swiper-products-small > .swiper-scrollbar,
.swiper-products-order > .swiper-scrollbar {
	position: relative;
	z-index: 100;
	margin: 3rem 0 0;
}
.swiper-products-small.swiper-container-initialized > .swiper-wrapper > .swiper-slide,
.swiper-products-order.swiper-container-initialized > .swiper-wrapper > .swiper-slide {
	margin: 0;
}

.swiper-products-categories {
	overflow: visible;
}
.swiper-products-categories .swiper-slide {
	-ms-flex: 0 0 248px;
	flex: 0 0 24.8rem;
	width: 24.8rem;
	max-width: 100%;
	margin: 0 1rem 0 0;
	transition: opacity 0.25s, transform 0.25s;
	height: auto;
}
.swiper-products-categories .swiper-slide:last-child {
	margin: 0;
}
.swiper-products-categories.swiper-container-initialized .swiper-slide {
	margin: 0;
}
@media (min-width: 1200px) {
	.swiper-products-categories .swiper-wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -1rem -2rem;
		width: auto;
	}
	.swiper-products-categories .swiper-slide {
		padding: 0 1rem 2rem;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		height: auto;
		margin: 0;
	}
}

.swiper-brands-featured {
	overflow: visible;
	margin: 0 -0.5rem;
}
.swiper-brands-featured .swiper-slide {
	-ms-flex: 0 0 165px;
	flex: 0 0 16.5rem;
	width: 16.5rem;
	max-width: 100%;
	margin: 0 1rem 0 0;
	transition: opacity 0.25s, transform 0.25s;
}
.swiper-brands-featured.swiper-container-initialized .swiper-slide, .swiper-brands-featured > .swiper-wrapper > .swiper-slide:last-child {
	margin: 0;
}

@media (min-width: 768px) {
	.swiper-brands-featured .swiper-slide {
		-ms-flex: 0 0 230px;
		flex: 0 0 23rem;
		max-width: 23rem;
	}
}
@media (min-width: 1200px) {
	.swiper-brands-featured {
		margin: 0 -1rem;
	}
	.swiper-brands-featured .swiper-slide {
		margin: 0;
		padding: 0 1rem;
		-ms-flex: 0 0 16.667%;
		flex: 0 0 16.667%;
		max-width: 16.667%;
	}
	.swiper-brands-featured.swiper-container-initialized .swiper-slide {
		opacity: 0;
	}
	.swiper-brands-featured.swiper-container-initialized .swiper-slide-visible {
		opacity: 1;
	}
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -999.9rem;
	margin: 0;
	position: absolute !important;
	top: -999.9rem;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.9;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar {
	color: #ccc;
	font-size: 1.3rem;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 4.4rem;
	left: 0;
	line-height: 4.4rem;
	min-width: 4.4rem;
	mix-blend-mode: difference;
	padding: 0 1rem;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	/* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 4.4rem;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 40rem;
	padding: 4rem;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 1.6rem;
	line-height: 2rem;
	margin: 0;
	padding: 0;
}

/* Buttons */
.fancybox-button {
	background: rgba(30, 30, 30, 0.6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 4.4rem;
	margin: 0;
	padding: 1rem;
	position: relative;
	transition: color 0.2s;
	vertical-align: top;
	visibility: inherit;
	width: 4.4rem;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

/* Fix IE11 */
.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 0.2rem;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: 0.8;
	padding: 0.8rem;
	position: absolute;
	right: -1.2rem;
	top: -4.4rem;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 10rem;
	opacity: 0;
	position: absolute;
	top: calc(50% - 5rem);
	width: 7rem;
}

.fancybox-navigation .fancybox-button div {
	padding: 0.7rem;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	padding: 3.1rem 2.6rem 3.1rem 0.6rem;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 3.1rem 0.6rem 3.1rem 2.6rem;
	right: 0;
}

/* Caption */
.fancybox-caption {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 1.4rem;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 7.5rem 4.4rem 2.5rem 4.4rem;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption--separate {
	margin-top: -5rem;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 5rem;
	left: 50%;
	margin: -2.5rem 0 0 -2.5rem;
	opacity: 0.7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 5rem;
	z-index: 99999;
}

@keyframes fancybox-rotate {
	100% {
		transform: rotate(360deg);
	}
}
/* Transition effects */
.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
/* Share */
.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 3rem;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 3.5rem;
	font-weight: 700;
	margin: 0 0 2rem 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 4rem;
	margin: 0 0.5rem 1rem 0.5rem;
	min-width: 13rem;
	padding: 0 1.5rem;
	text-decoration: none;
	transition: all 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 2.5rem;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 2.5rem;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 1.4rem;
	margin: 1rem 0 0 0;
	outline: none;
	padding: 1rem 1.5rem;
	width: 100%;
}

.fancybox-infobar,
.fancybox-caption {
	display: none;
}

.fancybox-thumbs {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99995;
	display: block;
	text-align: center;
}

.fancybox-show-thumbs .fancybox-inner {
	bottom: 13.2rem;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	margin: 0;
	padding: 3rem 2.5rem;
	list-style: none;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, 0.1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	width: 11.6rem;
	height: 7.2rem;
	margin: 0 0.2rem;
	overflow: hidden;
	padding: 0;
	position: relative;
	border-radius: 3px;
	background-color: #000;
}
.fancybox-thumbs__list a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	border: 2px solid #FFFFFF;
	transition: opacity 0.25s;
	z-index: 2;
	opacity: 0;
}
.fancybox-thumbs__list a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	transition: opacity 0.25s;
	z-index: 1;
}
.fancybox-thumbs__list a:hover:after {
	opacity: 0;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:after {
	opacity: 0;
}

.fancybox-close {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	border: none;
	background: none;
	color: #fff;
	width: 5rem;
	height: 5rem;
	cursor: pointer;
	transition: color 0.25s;
	z-index: 99999;
}
.fancybox-close svg.icon-close {
	width: 2rem;
	height: 2rem;
	display: block;
}
.fancybox-close:hover {
	color: var(--theme-primary-color);
}

.fancybox-content {
	padding: 0;
	overflow: visible;
	background: none;
}

.fancybox-image {
	border-radius: 5px;
}

.fancybox-type-inline .fancybox-slide {
	padding: 5rem 2.5rem;
}
.fancybox-type-inline .fancybox-close {
	position: absolute;
	top: 0;
	right: 0;
}

.fancybox-type-image .fancybox-slide {
	padding: 7.5rem 2.5rem 0;
}
.fancybox-type-image .fancybox-close {
	position: absolute;
	top: -7.5rem;
	right: 50%;
	margin: 0 -2.5rem 0 0;
}
@media (min-width: 1200px) {
	.fancybox-type-image .fancybox-slide {
		padding: 5rem 5rem 0;
	}
	.fancybox-type-image .fancybox-close {
		top: -1rem;
		right: -5rem;
		margin: 0;
	}
}

.fancybox-type-iframe .fancybox-slide {
	padding: 7.5rem 2.5rem 0;
}
.fancybox-type-iframe .fancybox-close {
	position: absolute;
	top: -7.5rem;
	right: 50%;
	margin: 0 -2.5rem 0 0;
}
@media (min-width: 1200px) {
	.fancybox-type-iframe .fancybox-slide {
		padding: 5rem 5rem;
	}
	.fancybox-type-iframe .fancybox-close {
		top: -1rem;
		right: -5rem;
		margin: 0;
	}
}

.fancybox-popupprod.fancybox-slide {
	padding: 0;
}
.fancybox-popupprod .fancybox-close {
	display: none;
}
@media (min-width: 1200px) {
	.fancybox-popupprod.fancybox-slide {
		padding: 2.5rem 5rem;
	}
	.fancybox-popupprod .fancybox-close {
		display: -ms-flexbox;
		display: flex;
		position: absolute;
		top: -1rem;
		right: -5rem;
		margin: 0;
	}
}

.fancybox-bg {
	background: #191919;
	opacity: 0;
}
/*
	.fancybox-is-open .fancybox-bg {
	opacity: 0.5;
	}
*/

@media (max-width: 1199px) {
	.fancybox-disable-touch {
		touch-action: none;
	}
}

@media (hover: none) {
	.fancybox-lock {
		overflow: hidden;
	}
}

.fancybox-slide {
	-webkit-overflow-scrolling: touch;
}

.fancybox-age .app {
    filter: blur(2rem);
}

/* Ion.RangeSlider, Flat UI Skin
	// css version 2.0.3
	// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
@media (min-width: 1200px) {
	.is-header-v2 .header__catalog--fullwidth .header__catalog-dropdown--w1142,
	.is-header-v5 .header__catalog--fullwidth .header__catalog-dropdown--w1142,
	.is-header-v6 .header__catalog--fullwidth .header__catalog-dropdown--w1142,
	.is-header-v7 .header__catalog--fullwidth .header__catalog-dropdown--w1142 {
		max-width: 98.2rem;
	}
}

.intro__swiper {
	border-radius: 5px;
	overflow: hidden;
	height: 100%;
}

.intro__item {
	position: relative;
	background: var(--theme-secondary-color);
	border-radius: 5px;
	min-height: 100%;
	color: #fff;
	text-decoration: none;
	height: 100%;
	min-height: 37rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	overflow: hidden;
	text-align: center;
}
.intro__item:hover {
	color: #fff;
	text-decoration: none;
}
@media (min-width: 768px) {
	.intro__item {
		padding: 0 8rem;
		text-align: left;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.products-featured {
	position: relative;
	z-index: 100;
	margin: 0 0 6rem;
}
.products-featured:hover {
	z-index: 200;
}
@media (min-width: 1200px) {
	.products-featured {
		margin: 0 0 8rem;
	}
}

.products-featured__swiper {
	position: relative;
}

.products__item {
	position: relative;
	z-index: 10;
	height: 62rem;
	width: 100%;
	background: #fff;
	border-radius: 10px;
}
.products__item:hover {
	z-index: 20;
}
.products__item:hover .products__item-in:before {
	opacity: 1;
	box-shadow: 0px 0px 20px rgba(170, 189, 206, 0.25);
}

.products__item:hover .products__item-action {
	position: relative;
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}
.products__item:hover .swiper-images .swiper-prev, .products__item:hover .swiper-images .swiper-next {
	opacity: 1;
	transform: translate(0, 0);
}
@media (max-width: 767px) {
	.swiper-products--responsive > .swiper-wrapper > .swiper-slide {
		-ms-flex: 0 0 calc(50% - 20px);
		flex: 0 0 calc(50% - 2rem);
		width: calc(50% - 2rem);
	}
}

.products__item-in {
	position: relative;
	border-radius: 10px;
	padding: 3rem;
	min-height: 100%;
}
.products__item-in:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: inherit;
	background: #fff;
	opacity: 0;
	transition: 0.25s;
}
.products__item-topleft {
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	right: 14rem;
	z-index: 100;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}
.products__item-topleft .products__item-badges {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 1.5rem 0 0;
}

.products__item-badges {
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	z-index: 100;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 100%;
}
.products__item-badges .ui-badge {
	margin: 0 0 0.5rem;
	position: relative;
	top: 0;
	left: 0;
}
.products__item-badges .ui-badge:first-of-type ~ * {
	position: absolute;
}
.products__item-badges .ui-badge:nth-of-type(1) {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.products__item-badges .ui-badge:nth-of-type(2) {
	top: 100%;
}
.products__item-badges .ui-badge:nth-of-type(3) {
	top: 200%;
}
.products__item-badges .ui-badge:nth-of-type(4) {
	top: 300%;
}
.products__item-badges .ui-badge:nth-of-type(5) {
	top: 400%;
}

.products__item-buttons {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	z-index: 100;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	will-change: transform;
}
.products__item-buttons .ui-btn {
	margin: 0 0 0 1rem;
}

.products__item-image {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 33.5rem;
	margin: 0 0 2rem;
	padding: 1rem;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	transition: opacity 0.25s;
	background: #fff;
}
.products__item-image img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	width: auto;
	height: auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.products__item-status {
	display: block;
	margin: 0 1.5rem 1rem 0;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 400;
	float: left;
	position: relative;
	padding: 0 0 0 1.3rem;
}
.products__item-status:before {
    content: '';
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background: #ccc;
    position: absolute;
    left: 0;
    top: calc(50% - 0.5rem);
}
.products__item-status--true:before {
	background: #13D154;
}

.products__item-title {
	display: block;
	margin: 0 0 2rem;
	overflow: hidden;
	font-size: 1.8rem;
	line-height: 2.4rem;
	font-weight: 500;
	height: 7.2rem;
	clear: both;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-decoration: none;
	transition: color 0.25s;
	color: inherit;
}

.products__item-title:hover {
	color: var(--theme-primary-color);
	text-decoration: none;
}

.products__item-price {
	display: block;
	margin: 0 1rem 0 0;
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 500;
	white-space: nowrap;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex: 1;
	flex: 1;
}
.products__item-price mark {
	display: block;
	font-size: 1.4rem;
	line-height: 2.8rem;
	font-weight: 500;
	padding: 0 0.9rem;
	background: #F53C3C;
	border-radius: 4px;
	color: #fff;
	margin: 0 1rem 0 0;
}
.products__item-price ins {
	text-decoration: none;
	margin: 0 1rem 0 0;
}
.products__item-price del {
	display: block;
	margin: 0;
	padding: 0 0.2rem;
	position: relative;
	font-size: 1.35rem;
	line-height: 1.2;
	font-weight: 400;
	text-decoration: none;
}
.products__item-price del:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 0.2rem;
	background: #F45656;
	margin: -1px 0 0;
}

.products__item-action {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transform: translate(0, 10px);
	transition: 0.25s;
	padding: 2rem 0 0;
}

.blog {
	margin: 0 0 6rem;
}
@media (min-width: 1200px) {
	.blog {
		margin: 0 0 8rem;
	}
}

@media (max-width: 1199px) {
	.is-page-sticky .categories-aside__offcanvas {
		bottom: calc(var(--safe-area-inset-bottom) + 6.5rem);
	}
	.is-page-sticky .categories-aside__dropdown {
		bottom: calc(var(--safe-area-inset-bottom) + 6.5rem + 9rem);
	}
}

@media (max-width: 1199px) {
	.is-categories-open .categories-aside__offcanvas {
		opacity: 1;
		visibility: visible;
		pointer-events: unset;
	}
}

@media (max-width: 1199px) {
	.categories-aside__offcanvas {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1000;
		background: rgba(0, 0, 0, 0.8);
		padding: 2.5rem;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: end;
		justify-content: flex-end;
		transition: opacity 0.25s, visibility 0.25s;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}
}

@media (max-width: 1199px) {
	.categories-aside__offcanvas-in {
		background: #FFFFFF;
		box-shadow: 0px 0px 20px rgba(170, 189, 206, 0.25);
		border-radius: 10px;
		padding: 3rem;
		margin: 0 0 0.5rem;
		overflow-x: hidden;
		overflow-y: auto;
		max-height: 100%;
		position: relative;
	}
	.categories-aside__offcanvas-in::-webkit-scrollbar {
		display: none;
	}
}

.categories-aside__dropdown {
	display: none;
}
@media (max-width: 1199px) {
	.categories-aside__dropdown {
		display: block;
		position: fixed;
		top: 2.5rem;
		left: 2.5rem;
		right: 2.5rem;
		bottom: 9rem;
		border-radius: 10px;
		background: #fff;
		z-index: 100;
		padding: 3rem;
		overflow-x: hidden;
		overflow-y: auto;
		transition: opacity 0.25s, visibility 0.25s;
		opacity: 0;
		visibility: hidden;
	}
	.categories-aside__dropdown::-webkit-scrollbar {
		display: none;
	}
}

.categories-aside__submenu {
	margin: 0;
	padding: 1rem 0 2rem;
	list-style: none;
}
.categories-aside__submenu > li {
	margin: 0 0 0.5rem;
	position: relative;
}
.categories-aside__submenu > li:last-child {
	margin: 0;
}
@media (max-width: 1199px) {
	.categories-aside__submenu {
		padding: 0;
	}
	.categories-aside__submenu > li {
		position: static;
	}
}

@media (max-width: 1199px) {
	.reviews__form-offcanvas {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1000;
		background: rgba(0, 0, 0, 0.8);
		padding: 2.5rem;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: end;
		justify-content: flex-end;
		transition: opacity 0.25s, visibility 0.25s;
		opacity: 0;
		visibility: hidden;
	}
}

@media (max-width: 1199px) {
	.reviews__form-offcanvas-in {
		background: #FFFFFF;
		box-shadow: 0px 0px 20px rgba(170, 189, 206, 0.25);
		border-radius: 10px;
		padding: 2.5rem 2rem;
		margin: 0 0 0.5rem;
		overflow-x: hidden;
		overflow-y: auto;
		max-height: 100%;
	}
	.reviews__form-offcanvas-in::-webkit-scrollbar {
		display: none;
	}
}

@media (max-width: 1199px) {
	.reviews__item-details-offcanvas {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1000;
		background: rgba(0, 0, 0, 0.8);
		padding: 2.5rem;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: end;
		justify-content: flex-end;
		transition: opacity 0.25s, visibility 0.25s;
		opacity: 0;
		visibility: hidden;
	}
}
@media (min-width: 1200px) {
	.reviews__item-details-offcanvas {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 100;
		background: #FFFFFF;
		box-shadow: 0px 0px 20px rgba(170, 189, 206, 0.25);
		border-radius: 5px;
		padding: 2rem;
		min-width: 26rem;
		margin: 1rem 0 0;
		transition: opacity 0.25s, visibility 0.25s;
		opacity: 0;
		visibility: hidden;
	}
	.reviews__item-details-offcanvas:before {
		content: "";
		display: block;
		position: absolute;
		bottom: 100%;
		left: 0;
		right: 0;
		height: 1rem;
	}
}

@media (max-width: 1199px) {
	.reviews__item-details-offcanvas-in {
		background: #FFFFFF;
		box-shadow: 0px 0px 20px rgba(170, 189, 206, 0.25);
		border-radius: 10px;
		padding: 2.5rem 2rem;
		margin: 0 0 0.5rem;
	}
}
.video {
	margin: 0 0 6rem;
}
@media (min-width: 1200px) {
	.video {
		margin: 0 0 9rem;
	}
}

.breadcrumbs__dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	color: #343434;
	box-shadow: 0px 0px 20px rgba(170, 189, 206, 0.25);
	border-radius: 5px;
	padding: 3.5rem;
	width: 29rem;
	z-index: 101; 
	margin: 1rem 0 0 0;
	transition: 0.25s;
	opacity: 0;
	visibility: hidden;
}
.breadcrumbs__dropdown:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	height: 1rem;
}

.breadcrumbs__dropdown-title {
	display: block;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 500;
	margin: 0 0 2.5rem;
}

.breadcrumbs__dropdown-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
}
.breadcrumbs__dropdown-menu > li {
	margin: 0 0 1.5rem;
}
.breadcrumbs__dropdown-menu > li:last-child {
	margin: 0;
}

.breadcrumbs__dropdown-link {
	text-decoration: none;
	color: #343434;
	transition: color 0.25s;
}
.breadcrumbs__dropdown-link:hover {
	text-decoration: none;
	color: var(--theme-primary-color);
}
@media (max-width: 1199px) {
	.breadcrumbs__dropdown {
		display: none;
	}
}
/*
	.fancybox-container .sku__slide {
	pointer-events: none;
	}
*/
.sku__badges {
	position: absolute;
	top: 2rem;
	left: 2.5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	z-index: 99;
}
.sku__badges .ui-badge {
	margin: 0 0 0.5rem;
}
@media (min-width: 1200px) {
	.sku__badges {
		top: 2.5rem;
	}
}

.sku__addto {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.sku__addto > li {
	margin: 0 4rem 0 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.sku__addto > li:last-child {
	margin: 0;
}
@media (min-width: 1200px) {
	.sku__addto > li {
		margin: 0 4rem 0 0;
	}
}

.sku__price {
	font-size: 3.7rem;
	line-height: 1.15;
	font-weight: 500;
	white-space: nowrap;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 1.5rem;
	clear: both;
}

@media (max-width: 1199px) {
	.is-page-sticky .details__comments-form-offcanvas {
		bottom: calc(var(--safe-area-inset-bottom) + 6.5rem);
	}
}

@media (max-width: 1199px) {
	.details__comments-form-offcanvas {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1000;
		background: rgba(0, 0, 0, 0.8);
		padding: 2.5rem;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: end;
		justify-content: flex-end;
		transition: opacity 0.25s, visibility 0.25s;
		opacity: 0;
		visibility: hidden;
	}
}

@media (max-width: 1199px) {
	.details__comments-form-offcanvas-in {
		background: #FFFFFF;
		box-shadow: 0px 0px 20px rgba(170, 189, 206, 0.25);
		border-radius: 10px;
		padding: 2.5rem 2rem;
		margin: 0 0 0.5rem;
		overflow-x: hidden;
		overflow-y: auto;
		max-height: 100%;
	}
	.details__comments-form-offcanvas-in::-webkit-scrollbar {
		display: none;
	}
}

.catalog {
	margin: 0 0 6rem;
}
@media (min-width: 1200px) {
	.catalog {
		margin: 0 0 8rem;
	}
}

/* @media (min-width: 1200px) {
	.catalog__content {
	}
	}
*/
@media (max-width: 1199px) {
	.is-page-sticky .filter-aside__offcanvas {
		bottom: var(--safe-area-inset-bottom);
	}
}

.is-filter-open .filter-aside__offcanvas {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 1199px) {
	.filter-aside__offcanvas {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 3000;
		background: #F7F7FB;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		transition: opacity 0.25s, visibility 0.25s;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 0 0 9rem;
		opacity: 0;
		visibility: hidden;
	}
}

.cart {
	margin: 0 0 6rem;
}
@media (min-width: 1200px) {
	.cart {
		margin: 0 0 8rem;
	}
}

.cart__item-action-offcanvas {
	position: absolute;
	top: 100%;
	right: 0;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(170, 189, 206, 0.25);
	border-radius: 5px;
	padding: 1.5rem;
	min-width: 22.8rem;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s, visibility 0.25s;
}
@media (min-width: 1200px) {
	.cart__item-action-offcanvas {
		top: 75%;
		right: auto;
		left: 75%;
	}
}

.brands {
	margin: 0 0 6rem;
}
@media (min-width: 1200px) {
	.brands {
		margin: 0 0 8rem;
	}
}

.contacts {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.contacts__map {
	height: 50rem;
	background: #000;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
	margin: 0;
}
@media (min-width: 1200px) {
	.contacts__map {
		-ms-flex-order: 1;
		order: 1;
		margin: 0 0 5rem;
	}
}

.contacts__wrapper {
	-ms-flex-order: 1;
	order: 1;
}
@media (min-width: 1200px) {
	.contacts__wrapper {
		-ms-flex-order: 2;
		order: 2;
	}
}

.contacts__data {
	margin: 0 0 6rem;
}
.contacts__data .row {
	margin: 0 -1rem -2rem;
}
.contacts__data .row > [class^=col] {
	padding: 0 1rem 2rem;
}

.compare {
	margin: 0 0 6rem;
	overflow: hidden;
}
@media (min-width: 1200px) {
	.compare {
		margin: 0 0 8rem;
	}
}

.compare__sticky {
	position: relative;
	z-index: 500;
	padding: 3rem 2.5rem;
	border-radius: 10px;
	overflow: hidden;
}
.compare__sticky.is-sticky {
	background: #fff;
	box-shadow: 0px 0px 20px rgba(170, 189, 206, 0.25);
}
@media (min-width: 1200px) {
	.compare__sticky {
		padding: 3rem;
		transition: box-shadow 0.25s, background 0.25s;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.compare__sticky {
		position: relative !important;
	}
}

@media (max-width: 1199px) {
	.is-page-sticky .comments__form-offcanvas {
		bottom: calc(var(--safe-area-inset-bottom) + 6.5rem);
	}
}

@media (max-width: 1199px) {
	.comments__form-offcanvas {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1000;
		background: rgba(0, 0, 0, 0.8);
		padding: 2.5rem;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: end;
		justify-content: flex-end;
		transition: opacity 0.25s, visibility 0.25s;
		opacity: 0;
		visibility: hidden;
	}
}

@media (max-width: 1199px) {
	.comments__form-offcanvas-in {
		background: #FFFFFF;
		box-shadow: 0px 0px 20px rgba(170, 189, 206, 0.25);
		border-radius: 10px;
		padding: 2.5rem 2rem;
		margin: 0 0 0.5rem;
		overflow-x: hidden;
		overflow-y: auto;
		max-height: 100%;
	}
	.comments__form-offcanvas-in::-webkit-scrollbar {
		display: none;
	}
}
/*
	@media (min-width: 1200px) {
	.system {
    padding: 15.2rem 0 22.3rem;
	}
	}
*/

.popup {
	position: relative;
	width: 100%;
	max-width: 46rem;
	background: #FFFFFF;
	border: 1px solid #F0F1F7;
	border-radius: 5px;
	padding: 3rem;
	margin: 0 auto;
}
.popup--search {
	max-width: 87rem;
	vertical-align: top;
	margin-top: -4rem;
}
.popup .fancybox-close {
	top: 0;
	right: 0;
	color: #343434;
}
.popup .fancybox-close svg {
	width: 1.5rem;
	height: 1.5rem;
	display: block;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.popup .fancybox-close:hover {
	color: var(--theme-primary-color);
}

.popup__title {
	display: block;
	font-size: 2rem;
	line-height: 1.25;
	font-weight: 500;
	margin: 0 0 2rem;
}

.popup__title:first-letter {
	text-transform: uppercase;
}

.popup__form .ui-textarea {
	min-height: 12rem;
	height: 12rem;
}

.popup__form p {
    margin: 0 0 2rem;
}

.footer__title{
	opacity: 0.8;
}

.alert {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: 6rem;
	pointer-events: auto;
	padding: 1rem 6rem 1rem 2rem;
	margin: 0 0 1rem;
	position: relative;
	border-radius: 10px;
	width: 100%;
	animation: alertShow 0.5s forwards;
}
.alert:after {
	content: "";
	min-height: 4rem;
}
.alert.is-hide {
	animation: alertHide 0.5s forwards;
	pointer-events: none;
}
@media (min-width: 768px) {
	.alert {
		width: auto;
	}
}
@media (min-width: 1200px) {
	.alert {
		margin: 0 0 2rem;
		padding: 1rem 6rem 1rem 3rem;
	}
}

@keyframes progressBar {
	0% { width: 100%; }
	100% { width: 0; }
}

@keyframes alertShow {
	0% {
		opacity: 0;
		transform: translate(-100px, 0);
	}
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}
@keyframes alertHide {
	0% {
		opacity: 1;
		transform: translate(0, 0);
	}
	100% {
		opacity: 0;
		transform: translate(-100px, 0);
	}
}
@media (max-width: 1199px) {
	.is-page-sticky .chat {
		transform: translate(0, -6.5rem);
		bottom: calc(1.5rem + var(--safe-area-inset-bottom));
	}
	.is-sku-compact .is-page-sticky .chat {
		transform: translate(0, -14.5rem);
	}
	.is-sku-compact .chat {
		transform: translate(0, -8rem);
	}
}

@media (max-width: 1199px) {
	.is-header-sticky .chat {
		transform: translate(0, 0);
	}
	.is-header-sticky.is-sku-compact .chat {
		transform: translate(0, -8rem);
	}
}

@media (max-width: 1199px) {
	.is-header-sticky-open .chat {
		transform: translate(0, -6.5rem);
	}
	.is-header-sticky-open.is-sku-compact .chat {
		transform: translate(0, -14.5rem);
	}
}

.is-chat-open .chat__toggle svg.icon-chat {
	opacity: 0;
	transform: translate(-50%, -50%) scale(0);
}
.is-chat-open .chat__toggle svg.icon-chat-close {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}
.is-chat-open .chat__offcanvas {
	opacity: 1;
	visibility: visible;
}

.chat {
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	z-index: 1099;
	transition: transform 0.25s;
}

.chat--left {
	left: 2rem;
	right: initial;
}

.chat__toggle {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	background: var(--theme-primary-color);
	overflow: hidden;
}
.chat__toggle svg.icon-chat,
.chat__toggle svg.icon-chat-close {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: transform 0.25s, opacity 0.25s;
}
.chat__toggle svg.icon-chat-close {
	opacity: 0;
	transform: translate(-50%, -50%) scale(0);
}
.chat__toggle:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
	transition: opacity 0.25s;
	opacity: 0;
}
.chat__toggle:hover:after {
	opacity: 1;
}
.chat__toggle:active {
	transition: none;
	transform: scale(0.95);
}

.chat__offcanvas {
	position: absolute;
	bottom: 100%;
	right: 0;
	margin: 0 0 2rem;
	width: 49.6rem;
	max-width: calc(100vw - 4rem);
	transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
	opacity: 0;
	visibility: hidden;
}

.chat--left .chat__offcanvas {
	left: 0;
	right: initial;
}

.chat__menu {
	margin: 0 -1.5px -0.3rem;
	padding: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.chat--right .chat__menu {
	justify-content: flex-end;
}
.chat__menu > li {
	padding: 0 1.5px 0.3rem;
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
	max-width: 33.333%;
}

.chat__link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	background: #fff;
	border-radius: 5px;
	height: 16rem;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 400;
	color: #343434;
	text-decoration: none;
	transition: color 0.25s, box-shadow 0.25s;
}
.chat__link:hover {
	z-index: 2;
	color: #343434;
	text-decoration: none;
	box-shadow: 0px 0px 20px rgba(170, 189, 206, 0.25);
}

.chat__link-icon {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto 1.5rem;
}
.chat__link-icon svg {
	display: block;
}

.chat__link-text {
	display: block;
}
@media (max-width: 1199px) {
	.chat {
		right: 1.5rem;
		bottom: 1.5rem;
	}
	.chat__link {
		height: 13rem;
	}
	.chat__offcanvas {
		margin: 0 0 1.5rem;
	}
	.chat--left {
		right: unset;
	}
}

.personal__action-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.personal__action-menu > li {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	border-bottom: 1px solid #EFF1F7;
	border-right: 1px solid #EFF1F7;
}
.personal__action-menu > li:nth-of-type(2n) {
	border-right: none;
}
.personal__action-menu > li:nth-last-of-type(1) {
	border-bottom: none;
}
.personal__action-menu > li:nth-last-of-type(2) {
	border-bottom: none;
}

@media (min-width: 768px) {
	.personal__order-table {
		width: 100%;
		border-collapse: separate;
		border-spacing: 0;
		border-radius: 0;
		overflow: hidden;
		text-align: left;
		font: 400 1.5rem/1.25 "Roboto", Arial, Helvetica, sans-serif;
	}
}
@media (max-width: 767px) {
	.personal__order-table {
		display: block;
		font: 400 1.5rem/1.25 "Roboto", Arial, Helvetica, sans-serif;
	}
}

.personal__order-table-info {
	margin: -0.6rem -1.2rem;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 400;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}
.personal__order-table-info > li {
	position: relative;
	padding: 0.6rem 1.2rem;
	white-space: nowrap;
}
.personal__order-table-info > li:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -0.2rem;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	background: #C4C4C4;
	margin: -0.2rem 0 0 0;
}
.personal__order-table-info > li:last-child:after {
	display: none;
}
@media (max-width: 767px) {
	.personal__order-table-info > li:nth-last-of-type(2):after {
		display: none;
	}
	.personal__order-table-info > li:last-child {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#content {
    position: relative;
    padding: 0 2.5rem;
}
#content:after {
    content: '';
    background: #fff;
    position: absolute;
    z-index: -1;
    left: 10px;
    top: 0;
    right: 10px;
    bottom: 0;
    border-radius: 10px;
}
@media (max-width: 1199px) {
	#content {
		margin-bottom: 2rem;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 147rem;
		padding: 0 2.5rem;
	}
}
#content >h1 {
	margin: 2rem 0;
}

.container-fluid {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

 .col-xl,
.col-xl-auto, .col-xl-12, .col-md-12, .col-md-6, .col-12, .col-6, .col-5, .col-4 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-4 {
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.col-5 {
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
@media (min-width: 768px) {
	
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}
* {
	outline: none;
	box-sizing: border-box;
}
*:before, *:after {
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
}
@media (min-width: 1200px) and (max-width: 1470px) {
	html {
		font-size: 0.6802721088vw;
	}
}

body {
	font: 400 1.6rem/1.5 "Roboto", Arial, Helvetica, sans-serif;
	background: var(--body-bg);
	color: var(--body-color);
	overflow-x: hidden;
	overflow-y: auto;
}

html:not(.is-loaded) * {
	transition: none !important;
}
html:not(.is-loaded) *:before, html:not(.is-loaded) *:after {
	transition: none !important;
}

.app {
	position: relative;
	min-height: 100%;
	min-width: 32rem;
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.container-fluid {
	max-width: 147rem;
	padding: 0 2.5rem;
}

.container-fluid .container-fluid {
	max-width: unset;
	padding: 0;
}

@media (max-width: 1199px) {
	.is-page-lock {
		overflow: hidden;
	}
	
	.is-nav-open .header__nav-offcanvas {
		opacity: 1;
		visibility: visible;
	}
	.is-call-open .header__call-offcanvas {
		opacity: 1;
		visibility: visible;
	}
	.is-currency-open .header__currency-offcanvas {
		opacity: 1;
		visibility: visible;
	}
	
	.header__currency-offcanvas,
	.header__language-offcanvas {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.8);
		padding: 3rem;
		z-index: 1000;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: end;
		justify-content: flex-end;
		transition: opacity 0.25s, visibility 0.25s;
		opacity: 0;
		visibility: hidden;
	}
	
	.header__currency-offcanvas-overlay,
	.header__language-offcanvas-overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
	}
	
	.header__currency-offcanvas-content,
	.header__language-offcanvas-content {
		position: relative;
		background: #fff;
		color: #343434;
		border-radius: 5px;
		overflow: hidden;
	}
	
	.is-language-open .header__language-offcanvas {
		opacity: 1;
		visibility: visible;
	}
	
	.is-catalog-open .header__catalog-offcanvas {
		opacity: 1;
		visibility: visible;
	}
	
	.is-search-open .header__search-offcanvas {
		opacity: 1;
		visibility: visible;
	}
	
	.is-search-autocomplete .header__search-autocomplete {
		opacity: 1;
		visibility: visible;
		position: relative;
		transition: 0.5s;
	}
}
@media (min-width: 1200px) {
	.is-search-autocomplete .header__search-autocomplete {
		opacity: 1;
		visibility: visible;
	}
}
@media (max-width: 1199px) {
	.is-header-v6 .header,
	.is-header-v7 .header,
	.is-header-v8 .header,
	.is-header-v6 .header__mobile-fixed,
	.is-header-v7 .header__mobile-fixed,
	.is-header-v8 .header__mobile-fixed{
		background: #fff;
		color: #343434;
		border-bottom: 1px solid #E4E7F1;
	}
	.is-header-v6 .header__sticky
	.is-header-v7 .header__sticky,
	.is-header-v8 .header__sticky {
		background: #fff;
		color: #343434;
		border-top: 1px solid #E4E7F1;
	}
	
	.header__desktop {
		display: none;
	}
	
	.header {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
		background: var(--theme-primary-color);
		color: #fff;
		min-height: 7.5rem;
	}
	
	.header__mobile {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 7.5rem;
	}
	.header__mobile-fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1100;
		background: var(--theme-primary-color);
		color: #fff;
		padding: 0 2.5rem;
	}
	.header__logo {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		color: inherit;
		text-decoration: none;
		margin: 0 4.5rem;
		font-weight: 500;
		font-size: 2.2rem;
		height: 100%;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.header__logo img, .header__logo svg {
		display: block;
		max-height: calc(100% - 2rem);
		max-width: 20rem;
		width: 100%;
		height: auto;
	}
	.header__logo:hover {
		color: inherit;
		text-decoration: none;
	}
	
	.header__call-offcanvas {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2100;
		background: rgba(0, 0, 0, 0.8);
		padding: 3rem;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: end;
		justify-content: flex-end;
		transition: opacity 0.25s, visibility 0.25s;
		opacity: 0;
		visibility: hidden;
	}
	
	.header__call-offcanvas-in {
		background: #fff;
		color: #343434;
		border-radius: 5px;
		overflow: hidden;
	}
	
	.header__group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex: 1;
		flex: 1;
	}
	.header__group > * {
		margin: 0 0 0 2.4rem;
	}
	
	.header__search-btn,
	.header__cart-btn {
		position: relative;
		width: 2.4rem;
		height: 2.4rem;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0;
		color: inherit;
		text-decoration: none;
	}
	.header__search-btn:hover,
	.header__cart-btn:hover {
		color: inherit;
		text-decoration: none;
	}
	
	.header__cart-counter {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: absolute;
		top: 0;
		right: 0;
		margin: -1rem -1rem 0 0;
	}
	.header__cart-counter mark {
		width: 2rem;
		height: 2rem;
		border-radius: 50%;
		font-size: 1.3rem;
		text-align: center;
		color: #fff;
		background: #F45656;
		line-height: 1.6rem;
		font-weight: 700;
		display: block;
	}
	
	.header__nav-btn {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: absolute;
		top: 0;
		left: 0;
		width: 7.5rem;
		height: 100%;
		color: inherit;
	}
	.header__nav-btn svg {
		display: block;
		position: relative;
		top: 1px;
	}
	
	.header__nav-offcanvas {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #fff;
		color: #343434;
		z-index: 2100;
		overflow-x: hidden;
		overflow-y: auto;
		transition: opacity 0.25s, visibility 0.25s;
		opacity: 0;
		visibility: hidden;
	}
	
	.header__nav-head {
		padding: 2rem 3rem;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.header__nav-close {
		margin: 0 1.5rem 0 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	
	.header__nav-title {
		display: block;
		font-size: 2.5rem;
		line-height: 1;
		font-weight: 500;
	}
	
	.header__nav-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}
	.header__nav-group > * {
		margin: 0 0.5rem 0 0;
	}
	.header__nav-group > *:last-child {
		margin: 0;
	}
	.header__nav-group--acc_action_cart {
		padding: 0 3rem 2rem;
		border-bottom: 1px solid #E8EAF3;
	}
	.header__nav-group--currency_language {
		padding: 1.5rem 3rem;
		border-top: 1px solid #E4E7F1;
	}
	.header__nav-group--currency_language > * {
		margin: 0 1.5rem 0 0;
		-ms-flex: 1;
		flex: 1;
	}
	
	.header__nav-menu {
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 1.8rem;
		line-height: 1.2;
		font-weight: 400;
	}
	.header__nav-menu > li {
		border-bottom: 1px solid #E8EAF3;
	}
	
	.header__nav-link {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		padding: 1rem 5rem 1rem 3rem;
		min-height: 6rem;
		text-decoration: none;
		position: relative;
		color: #343434;
	}
	.header__nav-link svg.icon-catalog {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin: 0 1rem 0 0;
		width: 1.4rem;
		height: 1.4rem;
	}
	.header__nav-link svg.icon-arrow-right {
		position: absolute;
		top: 50%;
		right: 3rem;
		transform: translate(0, -50%);
	}
	.header__nav-link:hover {
		text-decoration: none;
		color: #343434;
	}
	
	.header__nav-action {
		border: 1px solid #E8EAF3;
		border-radius: 5px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		transition: border-color 0.25s;
		height: 5rem;
	}
	.header__nav-action:hover {
		border-color: #E8EAF3;
	}
	
	.header__nav-action-btn {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 5.4rem;
		height: 5rem;
		padding: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		text-decoration: none;
		color: #343434;
	}
	.header__nav-action-btn:hover {
		color: #343434;
		text-decoration: none;
	}
	
	.header__nav-action-counter {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0;
		background: none;
		color: inherit;
		opacity: 0.4;
		font-size: 1.3rem;
		line-height: 1.2;
		font-weight: 500;
		position: absolute;
		top: 0.8rem;
		right: 0.8rem;
	}
	
	.header__nav-action-line {
		display: block;
		width: 0.2rem;
		height: 3.4rem;
		background: #E8EAF3;
	}
	
	.header__nav-cart-btn {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		border-radius: 5px;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding: 0.5rem 2rem 0.5rem 1.5rem;
		width: auto;
		height: 5rem;
		border: 1px solid #E8EAF3;
		border-radius: 5px;
		color: #343434;
		text-decoration: none;
		white-space: nowrap;
		transition: border-color 0.25s;
	}
	.header__nav-cart-btn svg {
		margin: 0 1rem 0 0;
		display: block;
	}
	.header__nav-cart-btn:hover {
		border-color: #E8EAF3;
		color: #343434;
		text-decoration: none;
	}
	
	.header__nav-cart-total {
		display: block;
		-ms-flex: 1;
		flex: 1;
		font-size: 1.4rem;
		line-height: 1.2;
		font-weight: 500;
	}
	.header__nav-cart-total mark {
		display: block;
		padding: 0;
		background: none;
		color: inherit;
		font-size: 1.35rem;
		opacity: 0.4;
		margin: 0 0 0.2rem;
	}
	
	.header__nav-support {
		padding: 2rem 3rem 3rem;
	}
	
	.header__nav-social-title {
		display: block;
		margin: 0 0 1rem;
		font-size: 1.5rem;
		line-height: 1.2;
		font-weight: 500;
	}
	
	.header__catalog-offcanvas {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #fff;
		color: #343434;
		z-index: 1200;
		overflow-x: hidden;
		overflow-y: auto;
		transition: opacity 0.25s, visibility 0.25s;
		opacity: 0;
		visibility: hidden;
	}
	
	.header__catalog-title {
		display: block;
		font-size: 2.5rem;
		line-height: 1;
		font-weight: 500;
	}
	
	.header__catalog-menu {
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 1.8rem;
		line-height: 1.2;
		font-weight: 400;
	}
	.header__catalog-menu > li {
		border-bottom: 1px solid #E8EAF3;
	}
	.header__catalog-menu > li.is-open > .header__catalog-dropdown {
		opacity: 1;
		visibility: visible;
	}
	
	.header__catalog-link {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		padding: 1rem 3rem;
		text-decoration: none;
		color: #343434;
		transition: color 0.25s;
		min-height: 6rem;
	}
	.header__catalog-link:hover {
		text-decoration: none;
		color: #343434;
	}
	.header__catalog-link--more {
		font-weight: 500;
	}
	.header__catalog-link-text {
		display: block;
		-ms-flex: 1;
		flex: 1;
	}
	
	.header__catalog-link-arrow {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: absolute;
		top: 50%;
		right: 2rem;
		height: 2rem;
		margin: -1rem 0 0 0;
	}
	.header__catalog-link-arrow svg {
		position: absolute;
		top: 50%;
		right: 3rem;
		transform: translate(0, -50%);
	}
	
	.header__catalog-dropdown {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1000;
		background: #fff;
		overflow-x: hidden;
		overflow-y: auto;
		transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
		opacity: 0;
		visibility: hidden;
	}
	
	.header__search-offcanvas {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 3000;
		background: #F7F7FB;
		color: #000;
		transition: opacity 0.25s, visibility 0.25s;
		opacity: 0;
		visibility: hidden;
		overflow-x: hidden;
		overflow-y: auto;
	}
	
	.header__search-head {
		padding: 1.5rem 3rem;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: relative;
	}
	
	.header__search-close {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		padding: 0 1.5rem;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.header__search-close svg.icon-search {
		width: 1.5rem;
		height: 1.5rem;
	}
	
	.header__search-title {
		display: block;
		font-size: 1.8rem;
		line-height: 1.2;
		font-weight: 500;
	}
	
	.header__search-control {
		margin: 0 1.5rem 1rem;
		position: relative;
	}
	
	.header__search-input {
		display: block;
		width: 100%;
		border: none;
		background: #ECEEF5;
		border-radius: 5px;
		color: #343434;
		font-size: 1.7rem;
		line-height: 2.5rem;
		font-weight: 400;
		padding: 1rem 4rem 1rem 2rem;
	}
	
	.header__search-append {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 5rem;
		color: #C6C8CC;
	}
	.header__search-append svg.icon-search {
		width: 2rem;
		height: 2rem;
	}
	
	.header__search-autocomplete {
		position: absolute;
		opacity: 0;
		visibility: hidden;
		border-top: 1px solid #E4E7F1;
	}
}
@media (min-width: 1200px) {
	.header__mobile {
		display: none;
	}
	
	.is-cart-open body {
		overflow: hidden;
	}
	.is-cart-open .header__cart-overlay {
		opacity: 1;
		visibility: visible;
	}
	.is-cart-open .header__cart-offcanvas {
		transform: translate(0, 0);
		opacity: 1;
		visibility: visible;
	}
	.is-header-v1 .header__logo,
	.is-header-v3 .header__logo,
	.is-header-v7 .header__logo {
		-ms-flex: 0 0 210px;
		flex: 0 0 21rem;
		margin: 0 2rem 0 0;
	}
	.is-header-v1 .header__search,
	.is-header-v3 .header__search,
	.is-header-v7 .header__search {
		max-width: 80rem;
		margin: 0 auto 1rem 0;
	}
	.is-header-v1 .header__catalog,
	.is-header-v3 .header__catalog,
	.is-header-v7 .header__catalog {
		-ms-flex: 0 0 210px;
		flex: 0 0 21rem;
		margin: 0 2rem 0 0;
	}
	.is-header-v2 .header__logo,
	.is-header-v4 .header__logo,
	.is-header-v5 .header__logo,
	.is-header-v6 .header__logo {
		margin: 0 2rem 0 0;
		-ms-flex: 0 0 142px;
		flex: 0 0 14.2rem;
	}
	.is-header-v2 .header__catalog,
	.is-header-v4 .header__catalog,
	.is-header-v5 .header__catalog,
	.is-header-v6 .header__catalog {
		margin: 0 1rem 0 0;
	}
	.is-header-v2 .header__catalog-btn,
	.is-header-v5 .header__catalog-btn,
	.is-header-v6 .header__catalog-btn {
		height: 4.6rem;
	}
	.is-header-v2 .header__search,
	.is-header-v5 .header__search,
	.is-header-v6 .header__search {
		margin: 0 auto 0 0;
		max-width: 60.4rem;
	}
	.is-header-v2 .header {
		min-height: 12rem;
	}
	.is-header-v4 .header {
		min-height: 11rem;
	}
	.is-header-v4 .header__row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		padding: 1rem 0;
	}
	.is-header-v4 .header__nav {
		padding: 1rem 0;
	}
	.is-header-v4 .header__logo {
		margin: 0 5rem 0 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.is-header-v4 .header__catalog {
		margin: 0 3rem 0 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.is-header-v4 .header__search-compact,
	.is-header-v4 .header__action,
	.is-header-v4 .header__cart {
		margin: 0 0.5rem 0 0;
	}
	.is-header-v4 .header__search-compact:last-child,
	.is-header-v4 .header__action:last-child,
	.is-header-v4 .header__cart:last-child {
		margin: 0;
	}
	.is-header-v4 .priority-nav {
		padding: 0;
		min-width: initial;
	}
	.is-header-v4 .header__nav-link svg.icon-arrow-down,
	.is-header-v4 .priority-nav__dropdown-toggle svg.icon-arrow-down {
		display: none;
	}
	.is-header-v4 .header__search {
		max-width: initial;
	}
	.is-header-v4 .header__search-input {
		background: #F7F7FB;
		color: #343434;
	}
	.is-header-v4 .header__search-input:-ms-input-placeholder {
		color: #343434;
		opacity: 0.3;
	}
	.is-header-v4 .header__search-input::placeholder {
		color: #343434;
		opacity: 0.3;
	}
	.is-header-v4 .header__search-btn {
		background: var(--theme-secondary-color);
	}
	.is-header-v4 .header__search-btn:hover {
		background: var(--theme-primary-color);
		color: #fff;
	}
	.is-header-v5 .header {
		min-height: 15.6rem;
	}
	.is-header-v5 .header__nav {
		padding: 1rem 0;
	}
	.is-header-v5 .header__nav-menu {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.is-header-v5 .header__nav-menu > li {
		margin: 0 2rem 0 0;
	}
	
	.is-header-v6 .header {
		background: #fff;
		color: #343434;
		min-height: 13rem;
	}
	.is-header-v6 .header__catalog-btn,
	.is-header-v6 .header__action-btn,
	.is-header-v6 .header__cart-btn {
		border-color: rgba(52, 52, 52, 0.1);
		color: #343434;
	}
	.is-header-v6 .header__catalog-btn:hover,
	.is-header-v6 .header__action-btn:hover,
	.is-header-v6 .header__cart-btn:hover {
		color: #343434;
		border-color: #343434;
	}
	.is-header-v6 .header__catalog.is-open > .header__catalog-btn {
		border-color: #343434;
	}
	.is-header-v6 .header__action {
		border-color: rgba(52, 52, 52, 0.1);
	}
	.is-header-v6 .header__action:hover {
		color: #343434;
		border-color: #343434;
	}
	.is-header-v6 .header__action-line {
		background: rgba(52, 52, 52, 0.1);
	}
	.is-header-v6 .header__search-input {
		background: #F7F7FB;
		color: #343434;
	}
	.is-header-v6 .header__search-input:-ms-input-placeholder {
		color: #343434;
		opacity: 0.3;
	}
	.is-header-v6 .header__search-input::placeholder {
		color: #343434;
		opacity: 0.3;
	}
	.is-header-v6 .header__search-btn {
		background: var(--theme-secondary-color);
	}
	.is-header-v6 .header__search-btn:hover {
		background: var(--theme-primary-color);
		color: #fff;
	}
	
	.is-header-v6 .header__nav-link:hover {
		color: var(--theme-primary-color);
	}
	.is-header-fixed .is-header-v6 .header-fixed {
		background: #fff;
		color: #343434;
		padding: 1rem 2.5rem;
		max-width: 147rem;
		border-bottom: 1px solid var(--body-bg);
	}
	
	.is-header-v7 .header {
		background: #fff;
		color: #343434;
	}
	.is-header-v7 .header__catalog-btn,
	.is-header-v7 .header__action-btn,
	.is-header-v7 .header__cart-btn {
		border-color: rgba(52, 52, 52, 0.1);
		color: #343434;
	}
	.is-header-v7 .header__catalog-btn:hover,
	.is-header-v7 .header__action-btn:hover,
	.is-header-v7 .header__cart-btn:hover {
		color: #343434;
		border-color: #343434;
	}
	.is-header-v7 .header__catalog.is-open > .header__catalog-btn {
		border-color: #343434;
	}
	.is-header-v7 .header__action {
		border-color: rgba(52, 52, 52, 0.1);
	}
	.is-header-v7 .header__action:hover {
		color: #343434;
		border-color: #343434;
	}
	.is-header-v7 .header__action-line {
		background: rgba(52, 52, 52, 0.1);
	}
	.is-header-v7 .header__search-input {
		background: #F7F7FB;
		color: #343434;
	}
	.is-header-v7 .header__search-input:-ms-input-placeholder {
		color: #343434;
		opacity: 0.3;
	}
	.is-header-v7 .header__search-input::placeholder {
		color: #343434;
		opacity: 0.3;
	}
	.is-header-v7 .header__search-btn {
		background: var(--theme-secondary-color);
	}
	.is-header-v7 .header__search-btn:hover {
		background: var(--theme-primary-color);
		color: #fff;
	}
	
	.is-header-v7 .header__nav-link:hover {
		color: var(--theme-primary-color);
	}
	.is-header-fixed .is-header-v7 .header-fixed {
		background: #fff;
		color: #343434;
		padding: 1rem 2.5rem;
		max-width: 147rem;
		border-bottom: 1px solid var(--body-bg);
	}
	
	.is-header-v8 .header {
		background: #fff;
		color: #343434;
		min-height: 6.6rem;
	}
	.is-header-v8 .header__row {
		min-height: 6.6rem;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		padding: 1rem 0;
	}
	.is-header-v8 .header__logo {
		margin: 0 5rem 0 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.is-header-v8 .header__catalog {
		margin: 0 3rem 0 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.is-header-v8 .header__search-compact,
	.is-header-v8 .header__action,
	.is-header-v8 .header__cart {
		margin: 0 0.5rem 0 0;
	}
	.is-header-v8 .header__search-compact:last-child,
	.is-header-v8 .header__action:last-child,
	.is-header-v8 .header__cart:last-child {
		margin: 0;
	}
	.is-header-v8 .header__catalog-btn,
	.is-header-v8 .header__action-btn,
	.is-header-v8 .header__cart-btn,
	.is-header-v8 .header__search-compact-btn {
		border-color: rgba(52, 52, 52, 0.1);
		color: #343434;
	}
	.is-header-v8 .header__catalog-btn:hover,
	.is-header-v8 .header__action-btn:hover,
	.is-header-v8 .header__cart-btn:hover,
	.is-header-v8 .header__search-compact-btn:hover {
		color: #343434;
		border-color: #343434;
	}
	.is-header-v8 .header__catalog.is-open > .header__catalog-btn {
		border-color: #343434;
	}
	.is-header-v8 .header__action {
		border-color: rgba(52, 52, 52, 0.1);
	}
	.is-header-v8 .header__action:hover {
		color: #343434;
		border-color: #343434;
	}
	.is-header-v8 .header__action-line {
		background: rgba(52, 52, 52, 0.1);
	}
	.is-header-v8 .header__search-input {
		background: #F7F7FB;
		color: #343434;
	}
	.is-header-v8 .header__search-input:-ms-input-placeholder {
		color: #343434;
		opacity: 0.3;
	}
	.is-header-v8 .header__search-input::placeholder {
		color: #343434;
		opacity: 0.3;
	}
	.is-header-v8 .header__search-btn {
		background: var(--theme-secondary-color);
	}
	.is-header-v8 .header__search-btn:hover {
		background: var(--theme-primary-color);
		color: #fff;
	}
	
	.is-header-v8 .header__nav-link:hover {
		color: var(--theme-primary-color);
	}
	.is-header-v8 .priority-nav {
		padding: 0;
		min-width: initial;
	}
	.is-header-v8 .header__nav-link svg.icon-arrow-down,
	.is-header-v8 .priority-nav__dropdown-toggle svg.icon-arrow-down {
		display: none;
	}
	.is-header-fixed .is-header-v8 .header-fixed {
		background: #fff;
		color: #343434;
		padding: 1rem 2.5rem;
		height: 6.6rem;
		max-width: 147rem;
		border-bottom: 1px solid var(--body-bg);
	}
	.is-header-fixed .is-header-v8 .header-fixed .header__catalog {
		margin: 0 3rem 0 0;
	}
	.is-header-fixed .is-header-v8 .header-fixed .header__catalog-btn {
		height: 3.5rem;
	}
	.is-header-fixed .is-header-v8 .header-fixed .header__logo {
		margin: 0 5rem 0 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.header {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
		background: var(--theme-primary-color);
		color: #fff;
		min-height: 13.5rem;
	}
	
	.header__row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		align-items: flex-start;
		position: relative;
	}
	.header__row:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		width: 160vw;
		margin: 0 0 0 -80vw;
		background: inherit;
		z-index: -1;
	}
	
	.header__logo {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		height: 4.6rem;
		padding: 0 0.4rem;
		color: inherit;
		text-decoration: none;
		-ms-flex: 0 0 210px;
		flex: 0 0 21rem;
		margin: 0 2rem 0 0;
		font-weight: 500;
		font-size: 2.8rem;
	}
	.header__logo img, .header__logo svg {
		display: block;
		max-height: 100%;
		max-width: 100%;
	}
	.header__logo:hover {
		color: inherit;
		text-decoration: none;
	}
	
	.header__catalog {
		position: relative;
		z-index: 100;
		-ms-flex: 0 0 210px;
		flex: 0 0 21rem;
		margin: 0 2rem 0 0;
	}
	.header__catalog.is-open > .header__catalog-btn {
		background: #fff;
		border-color: #fff;
		color: #343434;
	}
	.header__catalog.is-open > .header__catalog-offcanvas {
		opacity: 1;
		visibility: visible;
	}
	.header__catalog--fullwidth .header__catalog-offcanvas {
		width: auto;
		display: -ms-flexbox;
		display: flex;
	}
	.header__catalog--fullwidth .header__catalog-aside {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 27.8rem;
	}
	.header__catalog--fullwidth .header__catalog-main {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		min-width: 0;
		position: relative;
		margin: -1rem 0;
	}
	.header__catalog--fullwidth .header__catalog-link.is-active {
		color: var(--theme-primary-color);
	}
	.header__catalog--fullwidth .header__catalog-dropdown.is-active {	
		opacity: 1;	
		visibility: visible;	
	}
	.header__catalog--fullwidth .header__catalog-dropdown--fullwidth {
		position: absolute;
		top: 0;
		left: 0;
		transform: none;
		padding: 3rem 4rem;
		border-left: 1px solid #EBECF4;
		width: 78.2rem;
		min-height: 100%;
		margin: 0;
		box-shadow: none;
		border-radius: 0 5px 5px 0;
		transform: none;
	}
	.header__catalog--fullwidth .header__catalog-dropdown--fullwidth .header__catalog-menu > li {
		margin: 0 0 1rem;
	}
	.header__catalog--fullwidth .header__catalog-dropdown--fullwidth .header__catalog-link {
		padding: 0;
	}
	.header__catalog--fullwidth .header__catalog-dropdown--fullwidth.is-active {
		opacity: 1;
		visibility: visible;
		position: relative;
	}
	
	.header__catalog-btn {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 1.3rem;
		line-height: 1.2;
		font-weight: 700;
		letter-spacing: 0.02em;
		text-transform: uppercase;
		border: 1px solid var(--theme-secondary-color);
		color: #fff;
		border-radius: 5px;
		padding: 0 1.6rem;
		height: 3.5rem;
		transition: color 0.25s, background 0.25s, border-color 0.25s;
	}
	.header__catalog-btn svg {
		display: block;
		margin: 0 0.8rem 0 0;
	}
	.header__catalog-btn:hover {
		background: #fff;
		border-color: #fff;
		color: #343434;
	}
	
	.header__catalog-offcanvas {
		position: absolute;
		top: 100%;
		left: 0;
		margin: 0.5rem 0 0 0;
		background: #fff;
		box-shadow: 0px 0px 20px rgba(170, 189, 206, 0.25);
		border-radius: 5px;
		width: 27.8rem;
		padding: 1rem 0;
		transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
		opacity: 0;
		visibility: hidden;
	}
	.header__catalog-offcanvas:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 100%;
		height: 0.5rem;
	}
	
	.header__catalog-menu {
		margin: 0 0 3rem;
		padding: 0;
		list-style: none;
		font-size: 1.5rem;
		line-height: 2rem;
		font-weight: 400;
	}
	.header__catalog-menu:last-child {
		margin: 0;
	}
	.header__catalog-menu > li {
		position: relative;
		margin: 0 0 0.5rem;
	}
	.header__catalog-menu > li:last-child {
		margin: 0;
	}
	.header__catalog-menu > li.is-open > .header__catalog-link {
		color: var(--theme-primary-color);
	}
	.header__catalog-menu > li.is-open > .header__catalog-dropdown {
		opacity: 1;
		visibility: visible;
	}
	
	.header__catalog-title {
		display: block;
		font-size: 1.6rem;	
		line-height: 1.5;
		font-weight: 500;
		margin: 0 0 1.5rem;
	}
	.header__catalog-title:last-child {
		margin: 0;
	}
	
	.header__catalog-dropdown {
		position: absolute;
		top: -1rem;
		left: 100%;
		margin: 0 0.5rem;
		background: #fff;
		box-shadow: 0px 0px 20px rgba(170, 189, 206, 0.25);
		border-radius: 5px;
		width: 27.8rem;
		padding: 1rem 0;
		transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
		opacity: 0;
		visibility: hidden;
	}
	.header__catalog-dropdown:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 100%;
		width: 0.5rem;
		height: 100%;
	}
	
	.header__catalog-link {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		padding: 0.5rem 3rem 0.5rem 2rem;
		text-decoration: none;
		color: #343434;
		transition: color 0.25s;
	}
	.header__catalog-link:hover {
		text-decoration: none;
		color: var(--theme-primary-color);
	}
	.header__catalog-link--more {
		font-weight: 500;
	}
	.header__catalog-link-text {
		display: block;
		-ms-flex: 1;
		flex: 1;
	}
	
	.header__catalog-link-arrow {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: absolute;
		top: 50%;
		right: 2rem;
		height: 2rem;
		margin: -1rem 0 0 0;
	}
	.header__catalog-link-arrow svg {
		display: block;
		width: 0.6rem;
		height: 1.1rem;
	}
	
	.header__info-offcanvas {
		position: absolute;
		top: 100%;
		left: 0;
		background: #FFFFFF;
		box-shadow: 0px 0px 20px rgba(170, 189, 206, 0.25);
		border-radius: 5px;
		width: 27.8rem;
		padding: 1rem 0;
		transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
		opacity: 0;
		visibility: hidden;
		z-index: 100;
	}
	.header__info-offcanvas:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 100%;
		width: 0.5rem;
		height: 100%;
	}
	
	.header__info-submenu {
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 1.5rem;
		line-height: 2.1rem;
		font-weight: 400;
	}
	.header__info-submenu > li {
		position: relative;
		margin: 0 0 0.5rem;
	}
	.header__info-submenu > li:last-child {
		margin: 0;
	}
	
	.header__search {
		position: relative;
		-ms-flex: 1;
		flex: 1;
		max-width: 80rem;
		margin: 0 auto 1rem 0;
	}
	
	.header__search-input {
		display: block;
		width: 100%;
		border: 1px solid transparent;
		background: var(--theme-secondary-color);
		border-radius: 5px;
		padding: 1rem 10rem 1rem 2rem;
		font-size: 1.3rem;
		line-height: 2.4rem;
		font-weight: 400;
		height: 4.6rem;
		color: #fff;
		transition: background 0.25s, border-color 0.25s;
	}
	.header__search-input::-webkit-search-cancel-button, .header__search-input::-webkit-search-results-button, .header__search-input::-webkit-search-results-decoration {
		position: relative;
		right: 1rem;
		width: 1.2rem;
		height: 1.2rem;
		display: block;
		background: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.67545 4.49998L0.171021 0.995448C-0.0570411 0.767493 -0.0570411 0.398921 0.171021 0.170966C0.398977 -0.0569888 0.767549 -0.0569888 0.995505 0.170966L4.50004 3.67549L8.00447 0.170966C8.23253 -0.0569888 8.601 -0.0569888 8.82895 0.170966C9.05702 0.398921 9.05702 0.767493 8.82895 0.995448L5.32452 4.49998L8.82895 8.0045C9.05702 8.23246 9.05702 8.60103 8.82895 8.82899C8.71535 8.9427 8.56598 8.99982 8.41671 8.99982C8.26745 8.99982 8.11818 8.9427 8.00447 8.82899L4.50004 5.32446L0.995505 8.82899C0.881794 8.9427 0.732529 8.99982 0.583263 8.99982C0.433998 8.99982 0.284732 8.9427 0.171021 8.82899C-0.0570411 8.60103 -0.0570411 8.23246 0.171021 8.0045L3.67545 4.49998Z' fill='%23fff'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
		background-size: contain;
		cursor: pointer;
	}
	.header__search-input:-ms-input-placeholder {
		color: #fff;
		opacity: 0.3;
		transition: opacity 0.25s;
	}
	.header__search-input::placeholder {
		color: #fff;
		opacity: 0.3;
		transition: opacity 0.25s;
	}
	.header__search-input:focus:-ms-input-placeholder {
		opacity: 0;
	}
	.header__search-input:focus::placeholder {
		opacity: 0;
	}
	
	.header__search-btn {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 9rem;
		height: 3.8rem;
		position: absolute;
		top: 50%;
		right: 0.4rem;
		margin: -1.9rem 0 0;
		border-radius: 5px;
		background: var(--theme-primary-color);
		color: #fff;
		font-size: 1.4rem;
		line-height: 1.2;
		font-weight: 500;
		cursor: pointer;
		transition: background 0.25s, color 0.25s;
	}
	.header__search-btn:hover {
		background: #fff;
		color: #343434;
	}
	
	.header__search-autocomplete {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		margin: 0.5rem 0 0;
		background: #fff;
		color: #343434;
		border-radius: 10px;
		z-index: 100;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.25s, visibility 0.25s;
		box-shadow: 0px 0px 20px rgb(170 189 206 / 25%);
	}
	.header__search-autocomplete.is-open {
		opacity: 1;
		visibility: visible;
	}
	
	.header__search-dropdown {
		position: absolute;
		top: 0;
		left: 100%;
		width: 34rem;
		margin: 0 0 0 1rem;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.25s, visibility 0.25s;
	}
	.header__search-dropdown:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 100%;
		width: 1rem;
	}
	.header__search-dropdown .products__item .products__item-in:before {
		opacity: 1;
		box-shadow: 0px 0px 20px rgb(170 189 206 / 25%);;
	}
	
	.header__acc-offcanvas,
	.header__call-offcanvas,
	.header__currency-offcanvas,
	.header__language-offcanvas {
		position: absolute;
		top: 100%;
		right: 0;
		background: #FFFFFF;
		box-shadow: 0px 0px 20px rgba(170, 189, 206, 0.25);
		border-radius: 5px;
		padding: 1rem 0;
		transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
		opacity: 0;
		visibility: hidden;
		z-index: 100;
	}
	.header__acc-offcanvas:before,
	.header__call-offcanvas:before,
	.header__currency-offcanvas:before,
	.header__language-offcanvas:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 100%;
		width: 0.5rem;
		height: 100%;
	}
	
	.header__acc-offcanvas {
		margin: 0.5rem 0 0 0;
	}
	
	.header__search-compact-btn {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		border-radius: 5px;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 4.4rem;
		height: 4.6rem;
		border: 1px solid var(--theme-secondary-color);
		border-radius: 5px;
		color: #fff;
		text-decoration: none;
		transition: border-color 0.25s;
	}
	.header__search-compact-btn:hover {
		text-decoration: none;
		color: #fff;
		border-color: #fff;
	}
	
	.header__action {
		border: 1px solid var(--theme-secondary-color);
		border-radius: 5px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		transition: border-color 0.25s;
		height: 4.6rem;
	}
	.header__action:hover {
		border-color: #fff;
	}
	
	.header__action-btn {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 5.4rem;
		height: 4.6rem;
		padding: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		text-decoration: none;
		color: #fff;
	}
	.header__action-btn:hover {
		color: #fff;
		text-decoration: none;
	}
	
	.header__action-counter {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0;
		background: none;
		color: inherit;
		opacity: 0.4;
		font-size: 1.2rem;
		line-height: 1.2;
		font-weight: 500;
		position: absolute;
		top: 0.8rem;
		right: 0.8rem;
	}
	
	.header__action-line {
		display: block;
		width: 0.2rem;
		height: 3.4rem;
		background: var(--theme-secondary-color);
	}
	
	.header__cart-btn {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		border-radius: 5px;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding: 0.5rem 2rem 0.5rem 1.5rem;
		width: auto;
		height: 4.6rem;
		border: 1px solid var(--theme-secondary-color);
		border-radius: 5px;
		color: #fff;
		text-decoration: none;
		white-space: nowrap;
		transition: border-color 0.25s;
	}
	.header__cart-btn svg {
		margin: 0 1rem 0 0;
		display: block;
	}
	.header__cart-btn:hover {
		border-color: #fff;
		color: #fff;
		text-decoration: none;
	}
	
	.header__cart-total {
		display: block;
		font-size: 1.4rem;
		line-height: 1.2;
		font-weight: 500;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.header__cart-total mark {
		display: block;
		padding: 0;
		background: none;
		color: inherit;
		font-size: 1.3rem;
		opacity: 0.4;
		margin: 0 0 0.2rem;
	}
	
	.header__cart-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 900;
		background: rgba(0, 0, 0, 0.6);
		transition: opacity 0.25s, visibility 0.25s;
		opacity: 0;
		visibility: hidden;
	}
	
	.header__cart-offcanvas {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1000;
		height: 100%;
		width: 52.8rem;
		max-width: 100%;
		background: #F7F7FB;
		color: #343434;
		transition: transform 0.25s, opacity 0.25s, visibility 0.25s;
		opacity: 0;
		visibility: hidden;
		transform: translate(100%, 0);
	}
	
	.header__cart-scrollbar {
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 4rem 2.5rem;
	}
	.header__cart-scrollbar::-webkit-scrollbar {
		display: none;
	}
	
	.header__cart-sticky {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 100;
		background: #FFFFFF;
		box-shadow: 0px 0px 20px rgba(170, 189, 206, 0.25);
		border-radius: 5px 5px 0 0;
		padding: 2rem 2.5rem;
		transition: transform 0.25s, opacity 0.25s, visibility 0.25s;
		transform: translate(0, 100%);
		opacity: 0;
		visibility: hidden;
	}
	
	.is-cart-sticky .header__cart-sticky {
		opacity: 1;
		visibility: visible;
		transform: translate(0, 0);
	}
	
	.header__cart-close {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 4rem;
		height: 4rem;
		margin: 0 0 4rem;
		color: #343434;
		transition: color 0.25s;
		cursor: pointer;
	}
	.header__cart-close svg {
		display: block;
	}
	.header__cart-close:hover {
		color: var(--theme-primary-color);
	}
	
	.header__cart-head {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 0 2rem;
	}
	
	.header__cart-title {
		margin: 0 2rem 0 0;
		display: block;
		-ms-flex: 1;
		flex: 1;
		font-size: 2.5rem;
		line-height: 1.2;
		font-weight: 500;
	}
	
	.header__cart-item-action-offcanvas {
		position: absolute;
		top: 100%;
		right: 0;
		background: #FFFFFF;
		box-shadow: 0px 0px 20px rgba(170, 189, 206, 0.25);
		border-radius: 5px;
		padding: 1.5rem;
		min-width: 22.8rem;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.25s, visibility 0.25s;
	}
	
	.header__group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.header__nav {
		padding: 1rem 0 0;
		-ms-flex: 1;
		flex: 1;
	}
	
	.header__nav-menu {
		margin: 0;
		padding: 0;
		list-style: none;
		display: -ms-flexbox;
		display: flex;
		font-size: 1.5rem;
		line-height: 1.2;
		font-weight: 400;
	}
	.header__nav-menu > li {
		margin: 0 3rem 0 0;
		position: relative;
	}
	.header__nav-menu > li:last-child {
		margin: 0;
	}
	.header__nav-menu > li.is-open > .header__nav-offcanvas {
		opacity: 1;
		visibility: visible;
	}
	
	.header__nav-link {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-decoration: none;
		height: 3.5rem;
		color: inherit;
		white-space: nowrap;
		transition: color 0.25s;
	}
	.header__nav-link svg.icon-arrow-down {
		position: relative;
		top: 1px;
		width: 0.7rem;
		height: 0.7rem;
		margin: 0 0 0 0.4rem;
		display: block;
	}
	.header__nav-link:hover {
		text-decoration: none;
		color: inherit;
	}
	
	.header__nav-offcanvas {
		position: absolute;
		top: 100%;
		left: 0;
		padding: 3rem 4rem;
		background: #FFFFFF;
		box-shadow: 0px 0px 20px rgba(170, 189, 206, 0.25);
		border-radius: 5px;
		width: 78.2rem;
		margin: 0;
		transition: opacity 0.25s, visibility 0.25s;
		opacity: 0;
		visibility: hidden;
	}
	.header__nav-offcanvas .header__catalog-menu > li {
		margin: 0 0 1rem;
	}
	.header__nav-offcanvas .header__catalog-link {
		padding: 0;
	}
	
	.is-open > .header__nav-dropdown {
		opacity: 1;
		visibility: visible;
	}
	
	.header__nav-dropdown {
		position: absolute;
		top: 100%;
		left: 0;
		background: #fff;
		box-shadow: 0px 0px 20px rgba(170, 189, 206, 0.25);
		border-radius: 5px;
		width: 27.8rem;
		padding: 1rem 0;
		margin: 0.5rem 0 0 0;
		transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
		opacity: 0;
		visibility: hidden;
		z-index: 100;
	}
	.header__nav-dropdown:before {
		content: "";
		display: block;
		position: absolute;
		bottom: 100%;
		left: 0;
		right: 0;
		height: 0.5rem;
	}
	.header__nav-dropdown .header__nav-dropdown {
		top: -1rem;
		left: 100%;
		margin: 0 0.5rem;
	}
	.header__nav-dropdown .header__nav-dropdown:before {
		top: 0;
		bottom: 0;
		left: auto;
		right: 100%;
		height: auto;
		width: 0.5rem;
	}
	.header__nav-dropdown .header__nav-dropdown.is-reverse {
		left: auto;
		right: 100%;
	}
	
	.header__nav-submenu {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.header__nav-submenu > li {
		position: relative;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	
	.header__logo {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 21rem;
	}
	
	.header__search {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
	
	.header__catalog {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 21rem;
	}
	.is-header-v1 .header__logo {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	
	.is-header-v2 .header__logo {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 14.2rem;
	}
	.is-header-v2 .header__catalog {
		width: auto;
	}
	.is-header-v3 .header__logo {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	
	.is-header-v4 .header__logo {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 14.2rem;
	}
	.is-header-v4 .header__catalog {
		width: auto;
	}
	
	.is-header-v5 .header__logo {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 14.2rem;
	}
	.is-header-v5 .header__catalog {
		width: auto;
	}
	
	.is-header-v6 .header__logo {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 14.2rem;
	}
	.is-header-v6 .header__catalog {
		width: auto;
	}
	.is-header-v7 .header__logo {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	
	.is-header-v8 .header__logo {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.is-header-v8 .header__catalog {
		width: auto;
	}
	
	.app {
		opacity: 0;
		transition: opacity 0.5s;
	}
	
	.is-loaded .app {
		opacity: 1;
	}
}
@media (max-width: 1199px) {
	.is-header-checkout .header {
		min-height: auto;
	}
	.is-header-checkout .header__mobile {
		height: 6rem;
	}
	.is-header-checkout .header__logo {
		-ms-flex: 0 0 117px;
		flex: 0 0 11.7rem;
	}
}
@media (min-width: 1200px) {
	.is-header-checkout .header {
		min-height: auto;
	}
	.is-header-checkout .header__desktop {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
		min-height: 6rem;
		-ms-flex: 1;
		flex: 1;
	}
	.is-header-checkout .header__logo {
		-ms-flex: 0 0 117px;
		flex: 0 0 11.7rem;
	}
}
.is-header-fixed .header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1100;
	background: var(--theme-primary-color);
	color: #fff;
	transition: transform 0.25s, opacity 0.25s, visibility 0.25s;
	padding: 1.5rem 2.5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 8rem;
	max-width: 147rem;
	margin: 0 auto;
}
.is-header-fixed .header-fixed .header__logo {
	margin: 0 2rem 0 0;
	-ms-flex: 0 0 142px;
	flex: 0 0 14.2rem;
}
.is-header-fixed .header-fixed .header__catalog {
	margin: 0 1rem 0 0;
}
.is-header-fixed .header-fixed .header__catalog-btn {
	height: 4.6rem;
}
.is-header-fixed .header-fixed .header__search {
	margin: 0 auto 0 0;
	max-width: 70rem;
}
@media (max-width: 1199px) {
	.header-fixed {
		display: none;
	}
}

@media (min-width: 1200px) {
	.is-header-v6 .header__search-input::-webkit-search-cancel-button, .is-header-v6 .header__search-input::-webkit-search-results-button, .is-header-v6 .header__search-input::-webkit-search-results-decoration,
	.is-header-v7 .header__search-input::-webkit-search-cancel-button,
	.is-header-v7 .header__search-input::-webkit-search-results-button,
	.is-header-v7 .header__search-input::-webkit-search-results-decoration,
	.is-header-v8 .header__search-input::-webkit-search-cancel-button,
	.is-header-v8 .header__search-input::-webkit-search-results-button,
	.is-header-v8 .header__search-input::-webkit-search-results-decoration {
		background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.67545 4.49998L0.171021 0.995448C-0.0570411 0.767493 -0.0570411 0.398921 0.171021 0.170966C0.398977 -0.0569888 0.767549 -0.0569888 0.995505 0.170966L4.50004 3.67549L8.00447 0.170966C8.23253 -0.0569888 8.601 -0.0569888 8.82895 0.170966C9.05702 0.398921 9.05702 0.767493 8.82895 0.995448L5.32452 4.49998L8.82895 8.0045C9.05702 8.23246 9.05702 8.60103 8.82895 8.82899C8.71535 8.9427 8.56598 8.99982 8.41671 8.99982C8.26745 8.99982 8.11818 8.9427 8.00447 8.82899L4.50004 5.32446L0.995505 8.82899C0.881794 8.9427 0.732529 8.99982 0.583263 8.99982C0.433998 8.99982 0.284732 8.9427 0.171021 8.82899C-0.0570411 8.60103 -0.0570411 8.23246 0.171021 8.0045L3.67545 4.49998Z' fill='%23000'/%3E%3C/svg%3E%0A");
	}
}
@media (min-width: 1200px) {
	.header__priority {
		transition: opacity 0.25s;
		transition-delay: 0.1s;
		opacity: 0;
	}
	
	.is-header-priority .header__priority {
		opacity: 1;
	}
	
	.priority-nav {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		width: 0;
		min-width: 147rem;
	}
	.priority-nav > ul {
		
	}
	.priority-nav > ul:last-child {
		margin: 0;
	}
	.priority-nav > ul > li {
		padding: 0 1rem 0 0;
		margin: 0!important;
	}
	.priority-nav__wrapper {
		position: relative;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
	.priority-nav__wrapper.is-open .priority-nav__dropdown {
		opacity: 1;
		visibility: visible;
	}
	
	.priority-nav__dropdown-toggle {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		cursor: pointer;
		font-size: 1.5rem;
		line-height: 1.2;
		font-weight: 400;
		color: inherit;
		height: 3.5rem;
	}
	.priority-nav__dropdown-toggle svg.icon-arrow-down {
		position: relative;
		top: 1px;
		width: 0.7rem;
		height: 0.7rem;
		margin: 0 0 0 0.4rem;
		display: block;
	}
	.priority-nav-is-hidden {
		display: none;
	}
	.priority-nav__dropdown {
		position: absolute;
		top: 100%;
		right: 0;
		background: #fff;
		box-shadow: 0px 0px 20px rgba(170, 189, 206, 0.25);
		border-radius: 5px;
		width: 27.8rem;
		padding: 1rem 0;
		margin: 0.5rem 0 0 0;
		list-style: none;
		transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
		opacity: 0;
		visibility: hidden;
		z-index: 100;
	}
	.priority-nav__dropdown:before {
		content: "";
		display: block;
		position: absolute;
		bottom: 100%;
		left: 0;
		right: 0;
		height: 0.5rem;
	}
	.priority-nav__dropdown > li {
		position: relative;
	}
	.priority-nav__dropdown .header__nav-link {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 0.5rem 3rem 0.5rem 2rem;
		text-decoration: none;
		color: #343434;
		transition: color 0.25s;
	}
	.priority-nav__dropdown .header__nav-link:hover {
		text-decoration: none;
		color: var(--theme-primary-color);
	}
	.priority-nav__dropdown .header__nav-link svg.icon-arrow-down {
		position: absolute;
		top: 50%;
		right: 2rem;
		transform: rotate(-90deg);
		margin: -0.6rem 0 0;
		width: 1.2rem;
		height: 1.2rem;
	}
	.priority-nav__dropdown .header__nav-dropdown {
		top: -1rem;
		left: auto;
		right: 100%;
		margin: 0 0.5rem;
	}
	.priority-nav__dropdown .header__nav-dropdown:before {
		top: 0;
		bottom: 0;
		left: 100%;
		right: auto;
		height: auto;
		width: 0.5rem;
	}
	.priority-nav__dropdown .header__nav-dropdown.is-reverse {
		background: blue;
	}
	.priority-nav__dropdown li.is-open > .header__nav-offcanvas {
		opacity: 1;
		visibility: visible;
	}
	.priority-nav__dropdown li > .header__nav-offcanvas {
		top: -1rem;
		left: auto!important;
		right: 100%;
		margin: 0 0.5rem;
	}
	.priority-nav__dropdown li > .header__nav-offcanvas:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: -0.5rem;
		width: 0.5rem;
		height: 100%;
	}
}
.is-header-sticky .header__sticky {
	transform: translate(0, 100%);
}

.is-header-sticky-open .header__sticky {
	transform: translate(0, 0%);
}

.header__sticky {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	z-index: 1090;
	background: var(--theme-primary-color);
	color: #fff;
	padding: 0 0 var(--safe-area-inset-bottom);
	transition: transform 0.25s;
}
.header__sticky:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
}
.header__sticky .icon-catalog {
    width: 1.8rem;
    height: 1.8rem;
}

@media (min-width: 1200px) {
	.header__sticky {
		display: none;
	}
}

.header__sticky-btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 6.5rem;
	text-decoration: none;
	color: inherit;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	white-space: nowrap;
}
.header__sticky-btn:hover {
	text-decoration: none;
	color: inherit;
}

.header__sticky-icon {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	margin: 0 0 0.5rem;
}

.header__sticky-text {
	display: block;
	font-size: 1.35rem;
	line-height: 1.2;
	font-weight: 400;
}

.header__sticky-counter {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 1.5rem;
	font-size: 1.35rem;
	line-height: 1.2;
	font-weight: 700;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	height: 50%;
}
.header__sticky-counter .cart-total-text,
.header__cart-counter .cart-total-text {
	display: none;
}
.header__sticky-counter mark{
	padding: 0;
	background: inherit;
	color: inherit;
}


@media (min-width: 1200px) {
	.is-open > .header__tags-offcanvas:not(.header__tags-offcanvas--fullwidth) {
		opacity: 1;
		visibility: visible;
	}
	
	.header__tags-offcanvas:not(.header__tags-offcanvas--fullwidth) {
		position: absolute;
		top: 100%;
		left: 0;
		background: #fff;
		box-shadow: 0px 0px 20px rgba(170, 189, 206, 0.25);
		border-radius: 5px;
		width: 27.8rem;
		padding: 1rem 0;
		margin: 0.5rem 0 0 0;
		transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
		opacity: 0;
		visibility: hidden;
		z-index: 100;
	}
	.header__tags-offcanvas:not(.header__tags-offcanvas--fullwidth):before {
		content: "";
		display: block;
		position: absolute;
		bottom: 100%;
		left: 0;
		right: 0;
		height: 0.5rem;
	}
	.header__tags-offcanvas:not(.header__tags-offcanvas--fullwidth) .header__tags-offcanvas:not(.header__tags-offcanvas--fullwidth) {
		top: -1rem;
		left: 100%;
		margin: 0 0.5rem;
	}
	.header__tags-offcanvas:not(.header__tags-offcanvas--fullwidth) .header__tags-offcanvas:not(.header__tags-offcanvas--fullwidth):before {
		top: 0;
		bottom: 0;
		left: auto;
		right: 100%;
		height: auto;
		width: 0.5rem;
	}
	.header__tags-offcanvas:not(.header__tags-offcanvas--fullwidth) .header__tags-offcanvas:not(.header__tags-offcanvas--fullwidth).is-reverse {
		left: auto;
		right: 100%;
	}
	
	.header__tags-submenu {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.header__tags-submenu > li {
		position: relative;
	}
	
	.is-open > .header__tags-offcanvas--fullwidth {
		opacity: 1;
		visibility: visible;
	}
	
	.header__tags-offcanvas--fullwidth {
		position: absolute;
		top: 100%;
		left: 0;
		padding: 3rem 4rem;
		background: #FFFFFF;
		box-shadow: 0px 0px 20px rgba(170, 189, 206, 0.25);
		border-radius: 5px;
		width: 78.2rem;
		margin: 0.5rem 0 0 0;
		transition: opacity 0.25s, visibility 0.25s;
		opacity: 0;
		visibility: hidden;
	}
	.header__tags-offcanvas--fullwidth:before {
		content: "";
		display: block;
		position: absolute;
		bottom: 100%;
		left: 0;
		right: 0;
		height: 0.5rem;
	}
	.header__tags-offcanvas--fullwidth .header__catalog-menu > li {
		margin: 0 0 1rem;
	}
	.header__tags-offcanvas--fullwidth .header__catalog-link {
		padding: 0;
	}
}
@media (min-width: 1200px) {
	.is-open > .header__info-offcanvas:not(.header__info-offcanvas--fullwidth) {
		opacity: 1;
		visibility: visible;
	}
	
	.header__info-offcanvas:not(.header__info-offcanvas--fullwidth) {
		position: absolute;
		top: 100%;
		left: 0;
		background: #fff;
		box-shadow: 0px 0px 20px rgba(170, 189, 206, 0.25);
		border-radius: 5px;
		width: 27.8rem;
		padding: 1rem 0;
		margin: 0.5rem 0 0 0;
		transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
		opacity: 0;
		visibility: hidden;
		z-index: 100;
	}
	.header__info-offcanvas:not(.header__info-offcanvas--fullwidth):before {
		content: "";
		display: block;
		position: absolute;
		bottom: 100%;
		left: 0;
		right: 0;
		height: 0.5rem;
	}
	.header__info-offcanvas:not(.header__info-offcanvas--fullwidth) .header__info-offcanvas:not(.header__info-offcanvas--fullwidth) {
		top: -1rem;
		left: 100%;
		margin: 0 0.5rem;
	}
	.header__info-offcanvas:not(.header__info-offcanvas--fullwidth) .header__info-offcanvas:not(.header__info-offcanvas--fullwidth):before {
		top: 0;
		bottom: 0;
		left: auto;
		right: 100%;
		height: auto;
		width: 0.5rem;
	}
	.header__info-offcanvas:not(.header__info-offcanvas--fullwidth) .header__info-offcanvas:not(.header__info-offcanvas--fullwidth).is-reverse {
		left: auto;
		right: 100%;
	}
	
	.header__info-submenu {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.header__info-submenu > li {
		position: relative;
	}
	
	.is-open > .header__info-offcanvas--fullwidth {
		opacity: 1;
		visibility: visible;
	}
	
	.header__info-offcanvas--fullwidth {
		position: absolute;
		top: 100%;
		left: 0;
		padding: 3rem 4rem;
		background: #FFFFFF;
		box-shadow: 0px 0px 20px rgba(170, 189, 206, 0.25);
		border-radius: 5px;
		width: 78.2rem;
		margin: 0.5rem 0 0 0;
		transition: opacity 0.25s, visibility 0.25s;
		opacity: 0;
		visibility: hidden;
	}
	.header__info-offcanvas--fullwidth:before {
		content: "";
		display: block;
		position: absolute;
		bottom: 100%;
		left: 0;
		right: 0;
		height: 0.5rem;
	}
	.header__info-offcanvas--fullwidth .header__catalog-menu > li {
		margin: 0 0 1rem;
	}
	.header__info-offcanvas--fullwidth .header__catalog-link {
		padding: 0;
	}
}
@media (min-width: 1200px) {
	.header__catalog--fullwidth .header__catalog-dropdown--fullwidth.header__catalog-dropdown--w1142,
	.header__tags-offcanvas--fullwidth.header__tags-offcanvas--w1142 {
		width: 114.2rem;
	}
	.is-header-fixed .header__catalog--fullwidth .header__catalog-dropdown--fullwidth.header__catalog-dropdown--w1142 {
		max-width: calc(100vw - 55.4rem);
	}
}

@media (min-width: 1200px) {
	.header-fixed .header__catalog-offcanvas {
		padding: 0;
	}
	.header-fixed .header__catalog-menu {
		max-height: calc(100vh - 10rem);
		overflow-x: hidden;
		overflow-y: auto;
		padding: 1rem 0;
	}
	.header-fixed .header__catalog-menu::-webkit-scrollbar {
		display: none;
	}
	.header-fixed .header__catalog-menu > li {
		position: static;
	}
	.header-fixed .header__catalog-menu .header__catalog-menu {
		max-height: calc(100vh - 10rem);
	}
	.header-fixed .header__catalog-dropdown:not(.header__catalog-dropdown--fullwidth) {
		padding: 0;
	}
	.header-fixed .header__catalog-dropdown:not(.header__catalog-dropdown--fullwidth) > .header__catalog-menu {
		padding: 1rem 0;
	}
	.header-fixed .header__catalog-dropdown {
		position: absolute;
		top: 0;
		left: 100%;
		transition: opacity 0.25s, visibility 0.25s;
	}
	.header-fixed .header__catalog-dropdown--fullwidth {
		position: absolute;
		top: 0;
		left: 0;
		max-width: calc(100vw - 55.4rem);
		max-height: calc(100vh - 10rem);
		overflow-x: hidden;
		overflow-y: auto;
	}
	.header-fixed .header__catalog-dropdown--fullwidth::-webkit-scrollbar {
		display: none;
	}
	.header-fixed .header__catalog-main {
		margin: 0;
	}
}


.main {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.is-footer-v1 .footer {
	color: #343434;
}
@media (max-width: 1199px) {
	.is-footer-v1 .footer {
		border-top: 1px solid #E4E7F1;
	}
	.is-footer-v1 .footer__desc {
		padding: 3rem 0 4rem;
	}
	.is-footer-v1 .footer__logo {
		margin: 0 0 2rem;
	}
	.is-footer-v1 .footer__copyright {
		margin: 0;
	}
	.is-footer-v1 .footer__nav {
		padding: 0;
	}
	.is-footer-v1 .footer__support {
		margin: 0 0 3rem;
	}
	.is-footer-v1 .footer__bottom {
		padding: 1.5rem 0;
		min-height: auto;
		border: none;
	}
	.is-footer-v1 .footer__bottom:before {
		border-top: 1px solid #E4E7F1;
	}
}

.is-footer-v2 .footer {
	background: var(--theme-primary-color);
	color: #fff;
}
.is-footer-v2 .footer__bottom {
	border-top: 1px solid rgba(223, 232, 239, 0.1);
}
 .is-footer-v2 .footer__support {
	min-width: 19rem;
}
.is-footer-v2 .footer__nav-link:hover,.is-footer-v2 .footer__support-link:hover {
	color: #fff;
}
.is-footer-v2 .chat__toggle {
	box-shadow: 0 0 0 0.2rem var(--body-bg);
}
@media (max-width: 1199px) {
	.is-footer-v2 .footer__desc {
		padding: 3rem 0 4rem;
	}
	.is-footer-v2 .footer__logo {
		margin: 0 0 2rem;
	}
	.is-footer-v2 .footer__copyright {
		margin: 0;
	}
	.is-footer-v2 .footer__nav {
		padding: 0;
	}
	.is-footer-v2 .footer__support {
		margin: 0 0 3rem;
	}
	.is-footer-v2 .footer__bottom {
		padding: 1.5rem 0;
		min-height: auto;
		border: none;
	}
	.is-footer-v2 .footer__bottom:before {
		border-top: 1px solid rgba(223, 232, 239, 0.1);
	}
}

.is-footer-v3 .footer {
	color: #343434;
}
.is-footer-v3 .footer__bottom {
	background: #302F36;
	color: #fff;
	min-height: 10rem;
	border: none;
}
@media (max-width: 1199px) {
	.is-footer-v3 {
		border-top: 1px solid #E4E7F1;
	}
	.is-footer-v3 footer .container-fluid {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.is-footer-v3 .footer__desc {
		padding: 3rem 0 4rem;
	}
	.is-footer-v3 .footer__logo {
		margin: 0 0 2rem;
	}
	.is-footer-v3 .footer__copyright {
		margin: 0;
	}
	.is-footer-v3 .footer__nav {
		padding: 0;
		-ms-flex-order: 1;
		order: 1;
	}
	.is-footer-v3 .footer__support {
		margin: 0 0 3rem;
	}
	.is-footer-v3 .footer__bottom {
		-ms-flex-order: 2;
		order: 2;
	}
	.is-footer-v3 .footer__bottom {
		background: none;
		border: none;
		min-height: auto;
		padding: 1.5rem 0;
	}
	.is-footer-v3 .footer__bottom:before {
		border-top: 1px solid #E4E7F1;
	}
}

.is-footer-v4 .footer {
	background: #18171B;
	color: #fff;
}
.is-footer-v4 .footer__desc {
	padding: 3rem 0 0 0;
}
.is-footer-v4 .footer__bottom {
	min-height: 10rem;
	border: none;
}
.is-footer-v4 .footer__bottom:before {
	border: none;
}

.is-footer-v5 .footer {
	background: #18171B;
	color: #fff;
}
.is-footer-v5 .footer__logo {
	max-width: 11.4rem;
	margin: 0 0 2.5rem;
}
.is-footer-v5 .footer__bottom {
	border-top: 1px solid rgba(223, 232, 239, 0.1);
}
.is-footer-v5 .footer__support {
	width: auto;
}
.is-footer-v5 .footer__support .row {
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.is-footer-v5 .footer__support .row > [class^=col-] {
	max-width: 21rem;
}
@media (max-width: 1199px) {
	.is-footer-v5 .footer__support {
		width: auto;
		margin: 0 0 3rem;
	}
	.is-footer-v5 .footer__support .row {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.is-footer-v5 .footer__support .row > [class^=col-] {
		max-width: none;
	}
	.is-footer-v5 .footer__bottom {
		border-top: 1px solid #27252B;
		padding: 2.5rem 0;
	}
	.is-footer-v5 .footer__bottom:before {
		border: none;
	}
	.is-footer-v5 .footer__logo {
		max-width: 9rem;
		margin: 0 0 1.2rem;
	}
}

.is-footer-v6 .footer {
	background: #18171B;
	color: #fff;
}
.is-footer-v6 .footer__bottom {
	border: none;
	min-height: 10rem;
}
@media (max-width: 1199px) {
	.is-footer-v6 .footer__support {
		padding: 4rem 0 3rem;
	}
	.is-footer-v6 .footer__bottom {
		border-top: 1px solid #27252B;
		display: block;
		padding: 3rem 0;
	}
	.is-footer-v6 .footer__bottom:before {
		border: none;
	}
	.is-footer-v6 .footer__logo {
		margin: 0 0 1.2rem;
	}
	.is-footer-v6 .footer__copyright {
		margin: 0 0 2rem;
	}
}
@media (max-width: 1199px) {
	.is-footer-v7 {
		border-top: 1px solid #E4E7F1;
	}
	.is-footer-v7 .footer__desc {
		padding: 3rem 0 4rem;
	}
	.is-footer-v7 .footer__logo {
		margin: 0 0 2rem;
	}
	.is-footer-v7 .footer__copyright {
		margin: 0;
	}
	.is-footer-v7 .footer__nav {
		padding: 0;
	}
	.is-footer-v7 .footer__support {
		margin: 0 0 3rem;
	}
	.is-footer-v7 .footer__bottom {
		padding: 1.5rem 0;
		border: none;
		min-height: auto;
	}
	.is-footer-v7 .footer__bottom:before {
		border-top: 1px solid #E4E7F1;
	}
}

.footer {
	position: relative;
	border-top: 1px solid #E4E7F1;
	padding: 0 0 calc(6.5rem + var(--safe-area-inset-bottom));
}
@media (min-width: 1200px) {
	.footer {
		padding: 0;
		border: none;
	}
}

.footer__nav {
	padding: 4rem 0;
	position: relative;
}
.footer__nav:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 120vw;
	margin: 0 0 0 -60vw;
	z-index: -1;
	background: inherit;
}
.footer__nav .row {
	margin: 0 -1rem -6rem;
}
.footer__nav .row > [class^=col] {
	padding: 0 1rem 6rem;
}
@media (min-width: 1200px) {
	.footer__nav {
		padding: 5rem 0;
	}
}

.footer__nav-title {
	display: block;
	margin: 0 0 2rem;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 500;
}

.footer__nav-menu {
	margin: 0 -1.5rem -1.5rem;
	padding: 0;
	list-style: none;
	font-size: 1.4rem;
	line-height: 1.25;
	font-weight: 400;
}
.footer__nav-menu > li {
	padding: 0 1.5rem 1.5rem;
}
.footer__nav-menu > li:last-child {
	margin: 0;
}

.footer__nav-link {
	text-decoration: none;
	color: inherit;
	transition: opacity 0.25s, color 0.25s;
}
.footer__nav-link:hover {
	text-decoration: none;
	color: var(--theme-primary-color);
}

.footer__logo {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 1.2rem;
	color: inherit;
	text-decoration: none;
	max-width: 9rem;
}
.footer__logo img, .footer__logo svg {
	display: block;
	width: 100%;
}
.footer__logo:hover {
	color: inherit;
	text-decoration: none;
}
@media (min-width: 1200px) {
	.footer__logo {
		margin: 0 11rem 0 0;
	}
}

.footer__copyright {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin: 0 0 2rem;
	font-size: 1.3rem;
	line-height: 1.2;
	font-weight: 400;
	opacity: 0.4;
	max-width: 50rem;
}
@media (min-width: 1200px) {
	.footer__copyright {
		margin: 0 2rem 0 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
}

.footer__call-offcanvas {
	position: absolute;
	bottom: 100%;
	right: 0;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(170, 189, 206, 0.25);
	border-radius: 5px;
	padding: 1rem 0;
	transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
	opacity: 0;
	visibility: hidden;
	z-index: 100;
}
.footer__call-offcanvas:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 100%;
	width: 0.5rem;
	height: 100%;
}

@media (min-width: 1200px) {
	.footer__support {
		width: 19rem;
	}
}

.footer__support-title {
	display: block;
	margin: 0 2.5rem 1.5rem 0;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 500;
}

.footer__support-phones {
	margin: 0 0 1rem;
	padding: 0;
	list-style: none;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 500;
}
.footer__support-phones > li {
	margin: 0;
}

.footer__support-link {
	text-decoration: none;
	color: inherit;
	transition: opacity 0.25s, color 0.25s;
}
.footer__support-link--callback {
	font-size: 1.3rem;
	line-height: 1.2;
	font-weight: 400;
}
.footer__support-link svg {
	display: block;
	transition: transform 0.25s;
	will-change: transform;
}
.footer__support-link:hover {
	text-decoration: none;
	color: var(--theme-primary-color);
}
.footer__support-link:hover svg {
	transform: scale(1.2);
}

.footer__bottom {
	position: relative;
	padding: 2.5rem 0;
}
.footer__bottom:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 120vw;
	z-index: -1;
	margin: 0 0 0 -60vw;
	background: inherit;
	border-top: 1px solid #DFE8EF;
}
@media (min-width: 1200px) {
	.footer__bottom {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		min-height: 6rem;
		padding: 1.5rem 0;
		border-top: 1px solid #DFE8EF;
	}
	.footer__bottom:before {
		border: none;
	}
	.footer__bottom--right {
		margin-right: 5rem;
	}
}

@media (max-width: 1199px) {
	.footer__copyright,.footer__support-link--callback   {
		font-size: 1.4rem;
	}
	.is-footer-checkout .footer {
		background: #EBEEF3;
	}
	.is-footer-checkout .footer__support {
		margin: 0 0 3rem;
	}
	.is-footer-checkout .footer__copyright {
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 1.4rem;
		line-height: 1.2;
		font-weight: 400;
		opacity: 1;
	}
	.is-footer-checkout .footer__copyright > li {
		margin: 0 0 1rem;
	}
	.is-footer-checkout .footer__copyright > li:last-child {
		margin: 0;
	}
}
@media (min-width: 1200px) {
	.is-footer-checkout .footer {
		background: #EBEEF3;
		color: #343434;
	}
	.is-footer-checkout .footer__copyright {
		margin: 0;
		padding: 0;
		list-style: none;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		opacity: 1;
		font-size: 1.4rem;
		line-height: 1.2;
		font-weight: 400;
	}
	.is-footer-checkout .footer__copyright > li {
		margin: 0 3rem 0 0;
	}
}

.text-center {
	text-align: center;
}

.is-hidden {
	display: none !important;
}

@media (max-width: 575px) {
	.is-sm-visible {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.is-md-visible {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.is-lg-visible {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.is-xl-visible {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.is-md-hidden {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.is-lg-hidden {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.is-xl-hidden {
		display: none !important;
	}
}



/* additional */
.ui-label.required:before {
    content: '*';
    color: #E92C2C;
    padding-right: .3rem
}
@keyframes alertpopupShow {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes alertPopupHide {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.popup__link {
    margin: -1.5rem 0 2.5rem;
}
.has-error .form-control,.has-error .form-control:focus {
    box-shadow: none;
    border: 0;
}
/* svg glyphicon */
@media (max-width: 1199px) {
	.swiper-shops,.swiper-blog,.swiper-news,.swiper-benefits,.swiper-reviews,.swiper-brands-featured,.swiper-categories,.swiper-stories-features,.swiper-partners {
		overflow-y: auto;
		margin: 0 -2.5rem -1rem -2.5rem;
	}
	.swiper-shops > .swiper-wrapper,.swiper-blog > .swiper-wrapper,.swiper-news > .swiper-wrapper,.swiper-benefits > .swiper-wrapper,.swiper-reviews > .swiper-wrapper,.swiper-brands-featured > .swiper-wrapper,.swiper-partners > .swiper-wrapper,.swiper-categories > .swiper-wrapper,.swiper-stories-features > .swiper-wrapper {
		padding: 0 2.5rem 3rem 2.5rem;
		overflow-y: hidden;
	}
	.swiper-shops > .swiper-wrapper::-webkit-scrollbar,.swiper-blog > .swiper-wrapper::-webkit-scrollbar,.swiper-news > .swiper-wrapper::-webkit-scrollbar,.swiper-benefits > .swiper-wrapper::-webkit-scrollbar,.swiper-reviews > .swiper-wrapper::-webkit-scrollbar,.swiper-brands-featured > .swiper-wrapper::-webkit-scrollbar,.swiper-partners > .swiper-wrapper::-webkit-scrollbar,.swiper-categories > .swiper-wrapper::-webkit-scrollbar,.swiper-stories-features > .swiper-wrapper::-webkit-scrollbar {
		width: 0.3rem;
		height: 0.3rem;
		background: none;
		border-radius: 3px
	}
	.swiper-shops > .swiper-wrapper::-webkit-scrollbar-thumb,.swiper-blog > .swiper-wrapper::-webkit-scrollbar-thumb,.swiper-news > .swiper-wrapper::-webkit-scrollbar-thumb,.swiper-benefits > .swiper-wrapper::-webkit-scrollbar-thumb,.swiper-reviews > .swiper-wrapper::-webkit-scrollbar-thumb,.swiper-brands-featured > .swiper-wrapper::-webkit-scrollbar-thumb,.swiper-partners > .swiper-wrapper::-webkit-scrollbar-thumb,.swiper-categories > .swiper-wrapper::-webkit-scrollbar-thumb,.swiper-stories-features > .swiper-wrapper::-webkit-scrollbar-thumb {
		background: var(--theme-primary-color)
	}
	.swiper-shops > .swiper-wrapper::-webkit-scrollbar-track-piece,.swiper-blog > .swiper-wrapper::-webkit-scrollbar-track-piece,.swiper-news > .swiper-wrapper::-webkit-scrollbar-track-piece,.swiper-benefits > .swiper-wrapper::-webkit-scrollbar-track-piece,.swiper-reviews > .swiper-wrapper::-webkit-scrollbar-track-piece,.swiper-brands-featured > .swiper-wrapper::-webkit-scrollbar-track-piece,.swiper-partners > .swiper-wrapper::-webkit-scrollbar-track-piece,.swiper-categories > .swiper-wrapper::-webkit-scrollbar-track-piece,.swiper-stories-features > .swiper-wrapper::-webkit-scrollbar-track-piece {
		background: #EEF0F3;
		margin: 0 2.5rem;
		cursor: pointer;
	}
	.swiper-reviews .swiper-scrollbar,.swiper-stories-features .swiper-scrollbar{
		display: none;
	}
}
input[type=button] {
    cursor: pointer;
}
.agree {
    color: #4791FF;
    text-decoration: none;
    transition: opacity 0.25s, color 0.25s;
}
.agree b {
    font-weight: normal;
}
.agree:hover {
    opacity: 0.7;
	text-decoration: none;
}
.loading {
	display: inline-block;
    clip-path: inset(0 1ch 0 0);
    animation: loading 1s steps(4) infinite;
}

@keyframes loading {
	to {
		clip-path: inset(0 -1ch 0 0)
	}
}

#popupprod .ui-btn--fullwidth,
#popupprod .popup__title {
    display: none;
}

.fancybox-popupprod .fancybox-close {
    display: block!important;
}
.scroll-to-top  {
	position: fixed;
    bottom: 2rem;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #343434;
    text-align: center;
	z-index: 1099;
    opacity: 0;
    visibility: hidden;
	transition: opacity 0.25s, visibility 0.25s;
}
.scroll-to-top.active {
    opacity: 1;
    visibility: visible;
}
.scroll-to-top .icon-arrow-toggle {
    transform: rotate(180deg);
	margin: 1.5rem 0;
	color: #fff;
}
.chat .scroll-to-top {
    position: absolute;
    top: -5rem;
    left: 1rem;
}
.scroll-to-top--left{
    left: 2rem;
}
.scroll-to-top--right{
    right: 2rem;
}
#column-left .container-fluid, #column-right .container-fluid {
    max-width: unset;
    padding: 0;
}
.cookieagry {
    position: fixed;
    bottom: 0;
    z-index: 9999;
	width: 100%;
}
.cookieagry-alert {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 6rem;
    pointer-events: auto;
    padding: 1rem 2rem 1rem 2rem;
    margin: 0 0 1rem;
    position: relative;
    border-radius: 10px;
    animation: alertpopupShow 0.5s forwards;
    background: #343434;
    color: #fff;
    max-width: 109rem;
    margin: 0 auto 2rem auto;
}
.cookieagry__text {
    margin: 0 3rem 0 0;
}
.cookieagry-alert .agree {
    color: #fff;
	border-bottom: 1px solid rgb(255 255 255 / 60%);
}
@media (max-width: 1199px) {
	.cookieagry-alert {
		margin: 2.5rem;
		padding: 2.5rem;
	}
}
@media (max-width: 767px) {
	.cookieagry-alert {
		flex-wrap: wrap;
	}
	.cookieagry__text {
		margin: 0 0 2rem 0;
	}
	.cookieagry__action {
		width: 100%;
	}
	.cookieagry__action .ui-btn {
		width: 100%;
		height: 4.8rem;
	}
}
.btn.active, .btn:active {
    box-shadow: none;
}

/* additional */

/* ocf *
	@media (min-width: 768px) {
	.ocf-container,.ocf-page-list-bottom,.ocf-description-bottom {
	max-width: 90%;
	padding: 0 2.5rem;
	margin: 0 auto;
	}
	#column-left-grid,#column-right-grid,#column-left,#column-right {
	z-index: 21!important;
	}}
	@media (max-width: 767px) {
	.ocf-container,.ocf-page-list-bottom,.ocf-description-bottom {
	padding: 0 2.5rem;
	}}
/* ocf */
@media (max-width: 767px) {
	.ocf-container, .ocf-page-list-bottom, .ocf-description-bottom {
		padding: 0 !important;
	}
}

.bottom-banner-section .custom-order-banner .tip a{
	color: #fff;
}
.bottom-banner-section .custom-order-banner {
    padding: 70px 5vw 70px;
    background: linear-gradient(90deg, #cfecd0, #a0cea7, #9ec0db);
    border-radius: 20px;
    text-align: center;
    color: #FFFFFF;
} 
.bottom-banner-section .custom-order-banner .logo {
    font-size: 100px;
    margin: 0 0 38px;
}  
.bottom-banner-section .custom-order-banner .logo img{width: 150px}
.bottom-banner-section .custom-order-banner .offer-link {
    width: 500px;
    height: 48px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px;
    color: #000000;
    background-color: #FFFFFF;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
} 
.bottom-banner-section .custom-order-banner h4 {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 36px;
}
.bottom-banner-section .custom-order-banner .tip-wrapper {
    display: flex;
    justify-content: center;
}
.bottom-banner-section .custom-order-banner .tip {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
}
.bottom-banner-section .custom-order-banner .tip .ico {
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 4px;
}

@media (max-width:600px){

    .bottom-banner-section .custom-order-banner h4{
        font-size: 20px;
    }

    .bottom-banner-section .custom-order-banner .logo {
        font-size: 100px;
        margin: 0 0 10px;
    }
    .bottom-banner-section .custom-order-banner{
        padding: 30px 5vw 30px;
    }
}

.products-featured .swiper-next, .products-featured .swiper-prev{
	z-index: 200;
}

@media (max-width:600px){
	.products-featured .swiper-next, .products-featured .swiper-prev{
		display: none!important;
	}	
}


.big-post-blog__link:before{
	 content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

@media (max-width:768px){
	.products-featured{
		overflow: hidden;
	}
	.footer__bottom:before{
		width: 100vw;
	}
	.products-featured .products__item-image{
		height: 27rem;
	}
}



    @keyframes slideFromBottom {
        from {
            margin-top: 0;
        }
        to {
            margin-top: 30px;
        }
    }