/*! 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.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

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

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* 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.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	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,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

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

small {
	font-size: 80%;
}

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

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* 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,
optgroup,
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=reset],
[type=submit] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-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=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

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

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 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.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

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

progress {
	vertical-align: baseline;
}

/**
 * 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.
 */

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * 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.
 */

details {
	display: block;
}

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

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

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

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

@font-face {
	font-family: "Inter";
	src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

:root {
	--font1: "Onest", system-ui;
	--font2: "Cormorant", serif;
	--border: 0.3px;
}

* {
	box-sizing: border-box;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

body {
	min-height: 100vh;
	font-family: var(--font1);
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	background-color: #ffffff;
	overflow-x: hidden;
}

body.freeze {
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

.container {
	margin: 0 auto;
	padding: 0 16px;
	max-width: 1720px;
}
.catalog_main .container {
	max-width: 1252px;
}
.info1 .container {
	max-width: 1252px;
}

button,
input,
textarea {
	padding: 0;
	background: none;
	border: 0;
	outline: none;
	font: inherit;
}

button {
	cursor: pointer;
}

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=checked].visually-hidden,
input[type=radio].visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden;
}

button:hover,
button:active,
button:focus,
input:hover,
input:active,
input:focus {
	outline: none;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

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

input[type=number]:hover,
input[type=number]:focus {
	-moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.h1 {
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
}

.h2 {
	display: block;
	font-size: 20px;
	font-weight: 250;
	line-height: 25px;
	text-decoration: none;
}

.h3 {
	font-size: 15px;
	font-weight: 250;
	line-height: 19px;
}

.h6 {
	font-size: 14px;
	font-weight: 250;
	line-height: 150%;
	text-transform: uppercase;
}

.default-txt {
	font-size: 14px;
	font-weight: 250;
	line-height: 1.2;
}
.std-tamplate {
	font-size: 14px;
	font-weight: 250;
	line-height: 14px;
}
.std-tamplate p {
	font-size: 14px;
	font-weight: 250;
	line-height: 1.7;
	margin-bottom: .7em;
}
.std-tamplate h2 {
	margin-bottom: 2em;
	color: rgb(0, 0, 0);
	font-family: var(--font2);
	font-size: 25px;
	font-weight: 300;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
}
@media screen and (max-width: 768px) {
	.std-tamplate h2 {
		margin-bottom: 20px;
		font-size: 24px;
		font-weight: 300;
		line-height: 1.4;
		text-align: left;
	}
}
.std-tamplate h3,
.std-tamplate h4,
.std-tamplate h5,
.std-tamplate h6 {
	font-size: 16px;
	font-weight: 250;
	line-height: 150%;
	text-transform: uppercase;
	margin-bottom: 2em;
}
.std-tamplate ul {
	padding-left: 2em;
	margin: 2em 0;
}
.std-tamplate ul li {
	list-style: disc;
	font-size: 14px;
	font-weight: 250;
	line-height: 1.7;
}
.std-tamplate ul li:not(:last-child) {
	margin-bottom: 1em;
}

.std-tamplate img {
	display: block;
}

.std-tamplate a {
	color: #000000;
	font-size: 14px;
	font-weight: 250;
	line-height: 25px;
	text-decoration: none;
	border-bottom: var(--border) solid #000000;
}

.default-link {
	color: #000000;
	font-size: 14px;
	font-weight: 250;
	line-height: 25px;
	text-decoration: none;
	border-bottom: var(--border) solid #000000;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 10px;
	background-color: #0E1117;
/*	transition: background-color .3s;*/
}

.header.header--inner {
	background-color: #ffffff;
}

body.move .header.header--inner .menu {
	visibility: hidden;
	height: 0;
	margin: 0;
}
body.move .header.header--inner .main-nav a,
body.move .header.header--inner .main-nav .tab {
	transition: none;
}
body.move .header.header--inner:hover .menu {
	visibility: visible;
	height: auto;
	margin-top: 14px;
}
body .header.active .menu {
	visibility: visible !important;
	height: auto !important;
	margin-top: 14px !important;
}
body .header.header--inner.active .menu {
	visibility: visible !important;
	height: auto !important;
	margin-top: 14px !important;
}
body.move .catalog .filter {
	top: 62px;
	z-index: 99999;
}
body.move .header.header--inner:hover ~ main .filter,
body.move .header.header--inner:hover ~ * .filter {
    top: 72px;
    z-index: 20;
}
.header.header--inner.active .menu {
	display: block;
}

.header.header--inner.move .container {
	grid-template-columns: 1fr auto 1fr;
}

.header.header--inner.move .logo {
	grid-column: 2/3;
	grid-row: 1/3;
	margin-top: 2px;
	width: 274px;
	height: 34px;
}

.header.header--inner.to-top {
	padding-bottom: 12px;
}

.header.header--inner.to-top .menu {
	display: block;
	max-height: none;
	margin-top: 14px;
	overflow: auto;
}

.header.header--inner.to-top .menu.active {
	position: fixed;
	top: 52px;
	left: 0;
	z-index: 100;
	width: 100%;
	height: calc(100dvh - 52px) !important;
	padding-top: 10px;
	background-color: #ffffff;
}

.header.header--inner.to-top .menu.active .menu-wrapper {
	padding: 70px 70px 70px 0;
}

.header.header--inner.to-top .main-nav .tab,
.header.header--inner.to-top .main-nav a {
	color: #000000;
}

.header.header--inner .logo {
	background-image: url("../img/logo1.svg");
}

.header.header--inner .top-nav a {
	color: #000000;
}

.header.header--inner .top-nav a.active {
	border-bottom: var(--border) solid #000000;
}

.header.header--inner .btns a svg path,
.header.header--inner .btns button svg path {
	stroke: #000000;
}

.header.header--inner .main-nav .tab,
.header.header--inner .main-nav a {
	color: #000000;
}

.header.header--inner #burger svg line {
	stroke: #000000;
}

.header.active {
	z-index: 9999999;
	padding-bottom: 10px;
	background-color: #ffffff;
}

.header.active .container {
	grid-template-columns: 1fr auto 1fr;
}

.header.active .top-nav a {
	color: #000000;
}

.header.active #burger svg line {
	stroke: #000000;
}

.header.active .logo {
	grid-column: auto;
	grid-row: auto;
	margin-top: 2px;
	width: 274px;
	height: 34px;
	background-image: url("../img/logo1.svg");
}

.header.active .btns .lang-wrapper .lang-btn {
	color: #000000;
}

.header.active .btns .lang-wrapper .lang-btn.active {
	border-color: #000000;
}

.header.active .btns a svg path,
.header.active .btns button svg path {
	stroke: #000000;
}

.header.active .menu .close-btn {
	display: flex;
}

.header.active .main-nav .tab {
	color: #000000;
}

.header.move {
	min-height: auto;
}

.header.move .logo {
	width: 274px;
	height: 34px;
	grid-column: 2/3;
	grid-row: 1/3;
	margin: 0;
}
/*
.header.move .menu {
	max-height: 0;
	margin-top: 0;
	overflow: hidden;
}*/

.header.active .main-nav .tab_link-ite {
	color: #000;
}

.header.to-top {
	padding-bottom: 12px;
}

.header.to-top .menu {
	max-height: none;
	margin-top: 14px;
	overflow: auto;
}

.header:hover,
.header.move {
	background-color: #ffffff;
}

.header:hover .top-nav a,
.header.move .top-nav a {
	color: #000000;
}

.header:hover .top-nav a.active,
.header.move .top-nav a.active {
	border-bottom: var(--border) solid #000000;
}

.header:hover #burger svg line,
.header.move #burger svg line {
	stroke: #000000;
}

.header:hover .logo,
.header.move .logo {
	background-image: url("../img/logo1.svg");
}

.header:hover .btns .lang-wrapper .lang-btn,
.header.move .btns .lang-wrapper .lang-btn {
	color: #000000;
}

.header:hover .btns .lang-wrapper .lang-btn.active,
.header.move .btns .lang-wrapper .lang-btn.active {
	border-color: #000000;
}

.header:hover .btns a svg path,
.header:hover .btns button svg path,
.header.move .btns a svg path,
.header.move .btns button svg path {
	stroke: #000000;
}

.header:hover .main-nav .tab,
.header.move .main-nav .tab,
.header:hover .main-nav a,
.header.move .main-nav a {
	color: #000000;
}

.header .container {
	max-width: none;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
}

.header .top-nav {
	display: flex;
	gap: 22px;
	align-self: start;
}

.header .top-nav a {
	color: #FFFFFF;
	font-family: var(--font2);
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
/*	transition: 0.3s;*/
}

.header .top-nav a.active {
	border-bottom: var(--border) solid #ffffff;
}

.header #burger {
	display: none;
	justify-content: left center;
	align-items: center;
	width: 50px;
	height: 40px;
	z-index: 999;
}
.burger__open {
	display: block;
	width: 18px;
	height: 18px;
	min-width: 18px;
	background: url("data:image/svg+xml,%3Csvg class='open' width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.355469' y1='1.16118' x2='17.3555' y2='1.16118' stroke='%23fff' stroke-width='0.85' /%3E%3Cline x1='0.355469' y1='9.16118' x2='17.3555' y2='9.16118' stroke='%23fff' stroke-width='0.85' /%3E%3Cline x1='0.355469' y1='17.1612' x2='17.3555' y2='17.1612' stroke='%23fff' stroke-width='0.85' /%3E%3C/svg%3E") no-repeat center / 100% 100%;
}
.header.move .burger__open,
.header:hover .burger__open,
.header.header--inner .burger__open {
	background: url("data:image/svg+xml,%3Csvg class='open' width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.355469' y1='1.16118' x2='17.3555' y2='1.16118' stroke='black' stroke-width='0.85' /%3E%3Cline x1='0.355469' y1='9.16118' x2='17.3555' y2='9.16118' stroke='black' stroke-width='0.85' /%3E%3Cline x1='0.355469' y1='17.1612' x2='17.3555' y2='17.1612' stroke='black' stroke-width='0.85' /%3E%3C/svg%3E") no-repeat center / 100% 100%;
}
.burger__close {
	display: block;
	width: 18px;
	height: 18px;
	min-width: 18px;
	background: url("data:image/svg+xml, %3Csvg class='close' width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_392_652)'%3E%3Cpath d='M0.554688 17.1732L16.5547 1.17322' stroke='black' stroke-width='1.0334' stroke-miterlimit='10' /%3E%3Cpath d='M0.554688 1.17322L16.5547 17.1732' stroke='black' stroke-width='0.8324' stroke-miterlimit='10' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_392_652'%3E%3Crect width='16.73' height='16.73' fill='white' transform='translate(0.183594 0.803223)' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center / 100% 100%;
}

.header #burger.active .burger__.close {
	display: block;
}

.header #burger.active .burger__open {
	display: none;
}

.header #burger .burger__close {
	display: none;
}


.header .logo {
	grid-column: 2/3;
	grid-row: 2/3;
	width: 503px;
	height: 61px;
	display: block;
	margin: 0 auto;
	margin-top: -8px;
	background-image: url("../img/logo2.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
/*	transition: .3s;*/
}

.header .lang-wrapper {
	display: flex;
	gap: 16px;
}

.header .lang-wrapper .lang-btn {
	color: #ffffff;
	font-size: 9px;
	font-weight: 250;
	line-height: 14px;
	border-bottom: var(--border) solid transparent;
	transition: 0.3s;
}

.header .lang-wrapper .lang-btn.active {
	border-bottom: var(--border) solid #ffffff;
}

.header .btns {
	grid-column: 3/4;
	justify-content: end;
	align-self: start;
	display: flex;
	align-items: center;
	gap: 22px;
}

.header .btns a svg path,
.header .btns button svg path {
	transition: 0.3s;
}

.header .menu {
	grid-column: 1/4;
	margin-top: 14px;
}

/*.header .menu.active {
	position: fixed;
	top: 52px;
	left: 0;
	z-index: 100;
	width: 100%;
	height: calc(100dvh - 52px) !important;
	padding-top: 10px;
	background-color: #ffffff;
}*/

/*.header .menu.active .menu-wrapper {
	padding: calc(2vw + 30px) calc(2vw + 30px) calc(2vw + 30px) 0;
}*/

.header .menu .search-wrapper {
	position: relative;
	display: none;
	align-items: center;
	padding: 0 20px;
}

.header .menu .search-wrapper::before {
	content: "";
	width: 17px;
	height: 17px;
	margin-right: 15px;
	background-image: url("../img/icon3.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.header .menu .search-wrapper input {
	width: 100%;
	color: #000000;
	font-size: 9px;
	font-weight: 250;
	line-height: 25px;
	border-bottom: var(--border) solid #000000;
}

.header .menu .menu-wrapper {
	height: calc(100% - 21px);
}

.header .menu .menu-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 70px;
	height: 100%;
	width: 100%;
	display: none;
}

.header .menu .menu-item.active {
	display: flex;
}

.header .menu .menu-item .img-wrapper {
	width: auto;
	height: 100%;
	overflow: hidden;
	aspect-ratio: 1/1;
}

.header .menu .menu-item .img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header .menu .bottom-btns {
	z-index: 10;
	display: none;
	flex-direction: column;
	gap: 14px;
	margin-top: auto;
	padding: 20px;
	border-top: var(--border) solid rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	overflow: hidden;
}

.header .menu .bottom-btns a {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 35px;
	text-decoration: none;
}

.header .menu .bottom-btns a svg {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.header .menu .bottom-btns a .txt {
	color: #000000;
	font-size: 9px;
	font-weight: 250;
	line-height: 25px;
}

.header .menu .mobile-bottom-nav {
	height: 40px;
	display: none;
	justify-content: center;
	align-items: center;
	gap: 70px;
	background-color: #0E1117;
}

.header .menu .mobile-bottom-nav a {
	display: block;
	color: #FFFFFF;
	font-family: var(--font2);
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	text-decoration: none;
}

.header .menu .mobile-bottom-nav a.active {
	border-bottom: var(--border) solid #ffffff;
}

.mobile-show {
	display: none;
}

.header .main-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 32px;
}

.header .main-nav .tab,
.header .main-nav a {
	color: #ffffff;
	font-family: Onest;
	font-size: 13px;
	font-weight: 250;
	line-height: 17px;
	border-bottom: var(--border) solid transparent;
/*	transition: 0.3s;*/
	cursor: pointer;
	text-transform: uppercase;
}

.header .main-nav .tab.active {
	border-bottom: var(--border) solid #000000;
}

.header .main-nav .tab:hover,
.header .main-nav a:hover {
	border-bottom: var(--border) solid #000000;
}

.header .main-nav .tab-menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
	padding-top: 50px;
}

.header .menu-item-wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: calc(15vw + 50px);
	flex-shrink: 0;
	border-right: var(--border) solid rgba(0, 0, 0, 0.2);
}

.header .menu-item-wrapper .back-breadcrumbs {
	display: none;
	align-items: center;
	gap: 10px;
	padding: 0 20px 10px;
}

.header .menu-item-wrapper .back-breadcrumbs .back-link {
	position: relative;
	display: flex;
	align-items: center;
	color: #000000;
	font-size: 15px;
	font-weight: 400;
	line-height: 19px;
	text-decoration: none;
}

.header .menu-item-wrapper .back-breadcrumbs .back-link::before {
	content: "";
	width: 8px;
	height: 9px;
	display: block;
	flex-shrink: 0;
	margin-right: 10px;
	background-image: url("../img/arrow2.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(180deg);
}

.header .menu-item-wrapper .tabs-wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	overflow-y: auto;
}

.header .menu-item-wrapper .tab-menu {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: max(1vw, 10px);
	padding: max(1.5vw, 15px) 0;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.header .menu-item-wrapper .tab-menu > img {
	max-width: 85%;
	display: block;
	margin: 0 auto;
}

.header .menu-item-wrapper .tab-menu.active {
	/*padding: max(2.08vw, 15px) 0;
	min-height: max(8.33vw, 80px);
	gap: 0;*/
	background: #F3F3F3;
}

.header .menu-item-wrapper .tab-menu.active+.tab-menu-content {
	display: flex;
}

/*.header .menu-item-wrapper .tab-menu.active .txt {
	display: none;
}*/

.lazyload {
	opacity: 0;
}
.lazyloaded {
	opacity: 1;
}

.header .menu-item-wrapper .tab-menu:hover {
/*	padding: max(2vw, 20px) 0;*/
	background: #F3F3F3;
}

.header .menu-item-wrapper .tab-menu .txt {
	max-width: 100px;
	font-size: 9px;
	font-weight: 250;
	line-height: 10px;
	text-align: center;
}

.header .menu-item-wrapper .tab-menu-content {
	position: absolute;
	top: 0;
	right: -1px;
	width: calc(100% - max(18.2vw, 100px));
	gap: max(4.65vw, 20px);
	padding-left: max(4.65vw, 20px);
	justify-content: space-between;
	height: 101%;
	display: none;
	background-color: #ffffff;
}

.header .menu-item-wrapper .tab-menu-content.hidden {
	display: none;
}

.header .menu-item-wrapper .tab-menu-content .back-breadcrumbs {
	padding: 0;
}

.header .menu-item-wrapper .tab-menu-content .title {
	font-size: max(0.73vw, 12px);
	line-height: 1.7;
	font-weight: 500;
	text-transform: uppercase;
}

.header .menu-item-wrapper .tab-menu-content .list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 10px;
	align-items: flex-start;
	overflow: hidden;
	overflow-y: auto;
	height: 100%;
	min-width: 110px;
}

.header .menu-item-wrapper .tab-menu-content .list .list__item {
	display: flex;
}

.header .menu-item-wrapper .tab-menu-content .list .list__item .default-txt {
	display: inline-block;
	font-size: max(0.73vw, 12px);
	color: rgb(0, 0, 0);
	text-decoration: none;
/*	border-bottom: var(--border) solid transparent;*/
/*	transition: 0.3s;*/
	cursor: pointer;
	line-height: 1.35;
}

.header .menu-item-wrapper .tab-menu-content .list .list__item .default-txt:hover {
	/*	border-bottom: var(--border) solid #000000;*/
	text-decoration: underline;
}

.header .menu-item-wrapper .tab-menu-content .list .list__item .default-txt.active {
	/*	border-bottom: var(--border) solid #000000;*/
	text-decoration: underline;
}

.header .menu-item-wrapper .tab-menu-content .list .list__item .default-txt.active+.images-wrapper {
	display: block;
}

.header .menu-item-wrapper .tab-menu-content .list .list__item .images-wrapper {
	position: absolute;
	top: 0;
	right: -1px;
	max-width: calc(100% - max(20vw, 100px));
	height: 100%;
	display: none;
	margin: 0;
	background-color: #ffffff;
	aspect-ratio: 1/1;
	overflow: hidden;
}

.header .menu-item-wrapper .tab-menu-content .list .list__item .images {
	margin: 0;
	max-width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	/*	display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr auto auto;*/
}

.header .menu-item-wrapper .tab-menu-content .list .list__item .images .top-img {
	position: relative;
	z-index: 10;
	grid-column: 1/4;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	min-height: 150px;
	text-decoration: none;
}

.header .menu-item-wrapper .tab-menu-content .list .list__item .images .top-img .img-wrapper {
	position: relative;
	top: 0;
	left: 0;
	z-index: -10;
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 2 / 1;
}

.header .menu-item-wrapper .tab-menu-content .list .list__item .images .top-img a,
.header .menu-item-wrapper .tab-menu-content .list .list__item .images .top-img .link-title-text {
    display: flex;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    font-size: 9px;
    position: absolute;
    font-weight: 300;
    line-height: 1.2;
    text-decoration: none;
    padding: 1em 1.5em;
    background: rgba(0, 0, 0, 0.6);
}

.header .menu-item-wrapper .tab-menu-content .list .list__item .images .ver-1 {
	display: block;
	text-decoration: none;
	position: relative;
}

.header .menu-item-wrapper .tab-menu-content .list .list__item .images .ver-1 .top-wrapper {
	width: 100%;
	display: block;
	overflow: hidden;
	aspect-ratio: 1;
}

.header .menu-item-wrapper .tab-menu-content .list .list__item .images .ver-1 .top-wrapper .img-wrapper {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

.header .menu-item-wrapper .tab-menu-content .list .list__item .images .ver-1 .top-wrapper .img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header .menu-item-wrapper .tab-menu-content .list .list__item .images .ver-1 .txt {
	display: block;
	padding: 12px 0;
	color: #000000;
	text-align: center;
}

.header .menu-item-wrapper .tab-menu-content .list .list__item .images .ver-1 .txt::before {
	content: none;
}

.header .menu-item-wrapper .tab-menu-content .list .list__item .images .ver-2 {
	display: block;
	text-decoration: none;
}

.header .menu-item-wrapper .tab-menu-content .list .list__item .images .ver-2 .top-wrapper {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	aspect-ratio: 1;
}

.header .menu-item-wrapper .tab-menu-content .list .list__item .images .ver-2 .top-wrapper::before {
	content: "";
	position: absolute;
	top: 14%;
	right: 14%;
	width: 61%;
	height: 61%;
	display: block;
	border: var(--border) solid #000000;
}

.header .menu-item-wrapper .tab-menu-content .list .list__item .images .ver-2 .top-wrapper .img-wrapper {
	position: absolute;
	bottom: 14%;
	left: 14%;
	width: 61%;
	height: 61%;
	display: block;
	overflow: hidden;
}

.header .menu-item-wrapper .tab-menu-content .list .list__item .images .ver-2 .top-wrapper .img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header .menu-item-wrapper .tab-menu-content .list .list__item .images .ver-2 .txt {
	display: block;
	padding: 12px;
	color: #000000;
	text-align: center;
}

.header .menu-item-wrapper .tab-menu-content .list .list__item .images .ver-2 .txt::before {
	content: none;
}

.header .menu-item-wrapper .tab-menu-content .more-btn {
    margin-top: 10px;
    transition: 0.3s;
    text-decoration: none;
    color: inherit;
    display: block;
    font-size: 12px;
    border-bottom: var(--border) solid transparent;
}

.header .menu-item-wrapper .tab-menu-content .more-btn:hover {
	border-bottom: var(--border) solid #000000;
}

.header .menu-item-wrapper .tab-menu-content .img-wrapper {
	width: auto;
	height: 100%;
	overflow: hidden;
/*	aspect-ratio: 1/1;*/
/*	display: grid;
	align-items: center;
	justify-content: center;*/
}

.header .menu-item-wrapper .tab-menu-content .img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img-wrapper_logo img {
	object-fit: contain !important;
}

.header .menu-item-wrapper .all-btn {
	display: block;
	margin-top: 2vw;
	font-size: max(0.73vw, 12px);
	align-self: center;
	text-decoration: none;
	text-align: center;
	color: #000000;
	border-bottom: var(--border) solid #000000;
}

.top {
	position: relative;
	z-index: 10;
	margin: 130px 0;
	height: 0;
	padding-bottom: 55%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0E1117;
	overflow: hidden;
}

.top .container {
	height: 100%;
}

.top video {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -20;
	min-width: 100%;
	min-height: calc(100dvh - 145px);
	transform: translate(-50%, -50%);
}

.collections {
	margin: 100px 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	background-color: #ffffff;
}

.collections .col {
	position: relative;
	z-index: 10;
	height: 50vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 50px;
}

.collections .col.col--white h2 {
	color: #000000;
}

.collections .col.col--white a {
	color: #000000;
	border-color: #000000;
}

.collections .col .img-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.collections .col .img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.collections .col h2 {
	margin-top: auto;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 250;
	line-height: 25px;
	text-align: center;
}

.collections .col a {
	display: block;
	margin-top: 15px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 250;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	border-bottom: var(--border) solid #ffffff;
}

.images-main {
	position: relative;
	margin: 130px 0;
	background-color: #ffffff;
}
.images-main:first-child {
	margin-top: 0;
}
.images-main img.images-main_mobileimg {
	display: none;
}

.images-main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.images-main .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    padding-bottom: 3em;
    width: 100%;
    color: #fff;
}
.images-main_textblocklinks {
	position: relative;
}
.images-main_textblocklinks .container {
	position: relative;
	left: auto;
	transform: none;
	color: #000;
}
.images-main_banner .container .default-link {
	color: #fff;
	border-color: #fff;
}
.images-main .container.svetlyj_fon,
.images-main .container.svetlyj_fon .default-link {
	color: #000;
	border-color: #000;
}


.images-main .container:first-child {
	margin-top: 0;
}

.images-main .links-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 110px;
	margin-top: 26px;
}

.images-main .links-wrapper .default-link {
	margin-top: 0;
}

.images-main .default-txt {
	margin-top: 34px;
	max-width: 50%;
	text-align: center;
}

.images-main .default-link {
	margin-top: 12px;
}

.images-main .img-wrapper {
	width: 100%;
	margin-top: 60px;
	margin-bottom: 30px;
}

.slider-1 {
	margin: 100px 0 60px;
	background-color: #ffffff;
	overflow: hidden;
}

.slider-1.slider-main {
	margin: 130px 0;
}

/*.slider-1.slider-main .container button {
	top: 100px;
}*/

.slider-1.slider-main .slider-wrapper1 {
	margin-top: 0;
}

.slider-1.slider-main .h2 {
	margin-bottom: 40px;
}

.slider-1.slider-main .link {
	display: block;
	margin: 15px auto 0;
	color: #000000;
	font-size: 14px;
	font-weight: 250;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	border-bottom: var(--border) solid #000000;
}

.slider-1 .container {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.slider-1 .h2 {
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.slider-1 .catalog-slider {
	width: 100%;
	padding: 0 50px;
	overflow: hidden;
	position: relative;
}

.slider-1 .slider-wrapper1 {
	width: 100%;
	padding: 0 5%;
	position: relative;
	margin-top: 40px;
	overflow: hidden;
}
.item-list-slider .swiper-slide.swiper-slide__first {
	display: none !important;
}

.slider-1 .slider-wrapper1 .swiper-wrapper .swiper-slide a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}

.slider-1 .slider-wrapper1 .swiper-wrapper .swiper-slide .img-wrapper {
	width: 100%;
	height: auto;
	overflow: hidden;
	transition: 0.3s;
	aspect-ratio: 104 / 157;
}

.slider-1 .slider-wrapper1 .swiper-wrapper .swiper-slide .img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.6s;
}

.slider-1 .slider-wrapper1 .swiper-wrapper .swiper-slide .title {
	margin-top: 16px;
	color: #000000;
	font-size: 14px;
	font-weight: 250;
	line-height: 25px;
}

.slider-1 .slider-wrapper1 .swiper-wrapper .swiper-slide .price {
	color: #898989;
	font-size: 14px;
	font-weight: 250;
	line-height: 25px;
}

.slider-1 .slider-wrapper1 .swiper-wrapper .swiper-slide .colors {
	color: #000000;
	font-size: 14px;
	font-weight: 250;
	line-height: 25px;
}

.slider-1 .slider-wrapper1 .swiper-wrapper .swiper-slide .selected-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slider-1 .swiper-wrapper .swiper-slide .selected-btn.active::before {
	background-image: url("../img/icon1.svg");
}

.slider-1 .swiper-wrapper .swiper-slide .selected-btn::before {
	content: "";
	width: 11px;
	height: 11px;
	display: block;
	background-image: url("../img/icon.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.slider-wrapper1_arrow {
	position: absolute;
	top: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 100%;
	background-color: #fff;
}

.slider-wrapper1-prev {
	left: 0;
}
.looks-slider__wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0 5%;
    max-width: calc(1040px + 5%);
    width: 100%;
}
.looks-slider_slider-wrapper1-prev,
.looks-slider_slider-wrapper1-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
}
.looks-slider_slider-wrapper1-prev {
	left: 0;
	right: auto;
}
.looks-slider_slider-wrapper1-next {
	right: 0;
	left: auto;
	transform: translateY(-50%) rotate(180deg);
}
.looks-slider_slider-wrapper1-prev::before,
.looks-slider_slider-wrapper1-next::before {
	content: "";
	width: 11px;
	height: 19px;
	display: block;
	background-image: url("../img/arrow1.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.slider-wrapper1-prev::before {
	content: "";
	width: 11px;
	height: 19px;
	display: block;
	background-image: url("../img/arrow1.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.slider-wrapper1-next {
	right: 0;
}

.slider-wrapper1-next::before {
	content: "";
	width: 11px;
	height: 19px;
	display: block;
	background-image: url("../img/arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.slider-1 .inner-wrapper {
	display: flex;
}

.slider-1 .inner-wrapper .catalog-list__item {
	position: relative;
	width: 290px;
}

.slider-1 .inner-wrapper .catalog-list__item:hover .avatar {
	opacity: 0;
	visibility: hidden;
}

.slider-1 .inner-wrapper .catalog-list__item.catalog-list__item--xl {
	grid-column: 3/5;
	height: calc(100% - 89px);
	overflow: hidden;
}

.slider-1 .inner-wrapper .catalog-list__item.catalog-list__item--xl img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider-1 .inner-wrapper .catalog-list__item.catalog-list__item--xxl {
	grid-column: 1/3;
	grid-row: 2/4;
	height: calc(100% - 89px);
	overflow: hidden;
}

.slider-1 .inner-wrapper .catalog-list__item.catalog-list__item--xxl img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider-1 .inner-wrapper .catalog-list__item .avatar {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	overflow: hidden;
	aspect-ratio: 290/370;
}

.slider-1 .inner-wrapper .catalog-list__item .avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider-1 .inner-wrapper .catalog-list__item a {
	display: block;
	text-decoration: none;
}

.slider-1 .inner-wrapper .catalog-list__item a .h6 {
	display: block;
	margin-top: 14px;
	color: #000000;
	font-size: 14px;
	font-weight: 250;
	line-height: 1.4;
	text-transform: uppercase;
}

.slider-1 .inner-wrapper .catalog-list__item a .txt {
	display: block;
	color: #898989;
	font-size: 14px;
	font-weight: 250;
	line-height: 25px;
}

.slider-1 .inner-wrapper .catalog-list__item a .colors {
	display: block;
	color: #000000;
	font-size: 14px;
	font-weight: 250;
	line-height: 25px;
}

.slider-1 .inner-wrapper .catalog-list__item .item-list-slider {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	overflow: hidden;
	aspect-ratio: 290/370;
	position: relative;
}

.slider-1 .inner-wrapper .catalog-list__item .item-list-slider .swiper-slide {
	width: 100%;
	height: 100%;
	display: block;
}

.slider-1 .inner-wrapper .catalog-list__item .item-list-slider .swiper-slide:first-child {
	display: block;
}

.slider-1 .inner-wrapper .catalog-list__item .item-list-slider .swiper-slide .img-wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slider-1 .inner-wrapper .catalog-list__item .item-list-slider .swiper-slide .img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider-1 .inner-wrapper .catalog-list__item .selected-btn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slider-1 .inner-wrapper .catalog-list__item .selected-btn.active::before {
	background-image: url("../img/icon1.svg");
}

.slider-1 .inner-wrapper .catalog-list__item .selected-btn::before {
	content: "";
	width: 16px;
	height: 15px;
	display: block;
	background-image: url("../img/icon.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.slider-1 .inner-wrapper .catalog-list__item .add-to-cart {
	position: absolute;
	bottom: 75px;
	right: 8px;
	z-index: 10;
	width: 28px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
	border-radius: 50%;
	background-color: #898989;
}

.slider-1 .inner-wrapper .catalog-list__item .add-to-cart::before {
	content: "";
	width: 18px;
	height: 18px;
	display: block;
	background-image: url("../img/icon4.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.slider-1 .inner-wrapper .catalog-list__item .item-list-slider-pagination {
	position: absolute;
	bottom: 72px;
	left: 50%;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	display: none;
	transform: translateX(-50%);
}

.slider-1 .inner-wrapper .catalog-list__item .item-list-slider-pagination .swiper-pagination-bullet {
	width: 4px;
	height: 4px;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	background-color: #898989;
	opacity: 1;
}

.slider-1 .inner-wrapper .catalog-list__item .item-list-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #000000;
}

.slider-1 .inner-wrapper .catalog-list__item .item-list-slider_arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.slider-1 .inner-wrapper .catalog-list__item .swiper-button-disabled {
	opacity: .3;
}
.slider-1 .inner-wrapper .catalog-list__item .item-list-slider-wrapper1-prev {
	left: 0;
}
.slider-1 .inner-wrapper .catalog-list__item .item-list-slider_arrow svg {
	width: 11px;
	height: 20px;
}

.slider-1 .inner-wrapper .catalog-list__item .item-list-slider-wrapper1-next {
	right: 0;
}

.slider-1 .pagination {
	margin: 56px auto 0;
}

.slider-1 .pagination p {
	color: #000000;
	font-size: 15px;
	font-weight: 250;
	line-height: 19px;
	text-align: center;
}

.slider-1 .pagination .scrollbar {
	position: relative;
	width: 184px;
	height: 1px;
	margin: 20px auto 0;
	background-color: #B8B8B8;
	overflow: hidden;
}

.slider-1 .pagination .scrollbar span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	margin-left: -66%;
	background-color: #000000;
}

.slider-1 .more-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 184px;
	height: 25px;
	margin: 20px auto 0;
	border: 0.3px solid #000000;
	background: #FFFFFF;
	transition: 0.3s;
}

.slider-1 .more-btn:hover {
	background-color: #000000;
}

.slider-1 .more-btn:hover .txt {
	color: #ffffff;
}

.slider-1 .more-btn .txt {
	color: #000000;
	font-size: 9px;
	font-weight: 300;
	line-height: 25px;
	transition: 0.3s;
}

.slider-2 {
	margin: 30px 0 40px;
	overflow: hidden;
}

.slider-2 .container {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.slider-2 .h2 {
	color: #000000;
	text-align: center;
}

.slider-2 .slider-wrapper2 {
	width: 100%;
	margin-top: 40px;
	overflow: hidden;
}

.slider-2 .slider-wrapper2 .swiper-wrapper .swiper-slide {
	position: relative;
	width: 260px;
}

.slider-2 .slider-wrapper2 .swiper-wrapper .swiper-slide a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}

.slider-2 .slider-wrapper2 .swiper-wrapper .swiper-slide .img-wrapper {
	width: 100%;
	height: 392px;
	overflow: hidden;
}

.slider-2 .slider-wrapper2 .swiper-wrapper .swiper-slide .img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.6s;
}

.slider-2 .slider-wrapper2 .swiper-wrapper .swiper-slide h6 {
	margin-top: 14px;
	color: #000000;
	font-size: 14px;
	font-weight: 250;
	line-height: 25px;
}

.slider-2 .slider-wrapper2 .swiper-wrapper .swiper-slide p {
	color: #000000;
	font-size: 14px;
	font-weight: 250;
	line-height: 25px;
}

.slider-2 .slider-wrapper2 .swiper-wrapper .swiper-slide .selected-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slider-2 .slider-wrapper2 .swiper-wrapper .swiper-slide .selected-btn.active::before {
	background-image: url("../img/icon1.svg");
}

.slider-2 .slider-wrapper2 .swiper-wrapper .swiper-slide .selected-btn::before {
	content: "";
	width: 16px;
	height: 15px;
	display: block;
	background-image: url("../img/icon.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.slider-2 .slider-wrapper2 .slider-wrapper2-prev {
	position: absolute;
	bottom: 240px;
	left: -50px;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
}

.slider-2 .slider-wrapper2 .slider-wrapper2-prev::before {
	content: "";
	width: 11px;
	height: 19px;
	display: block;
	background-image: url("../img/arrow1.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.slider-2 .slider-wrapper2 .slider-wrapper2-next {
	position: absolute;
	bottom: 240px;
	right: -50px;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
}

.slider-2 .slider-wrapper2 .slider-wrapper2-next::before {
	content: "";
	width: 11px;
	height: 19px;
	display: block;
	background-image: url("../img/arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.image-stories {
	margin: 130px 0;
	background-color: #ffffff;
}
.image-stories:last-child {
	margin-bottom: 0 !important;
}
 
.image-stories .image-stories-slider {
	position: relative;
	overflow: hidden;
}

.image-stories .image-stories-slider .swiper-slide .img-wrapper__link {
	display: block;
	width: 100%;
}

.image-stories .image-stories-slider .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}
.image-stories .image-stories-slider .swiper-slide a {
	text-decoration: none;
	color: #000;
}

.image-stories .image-stories-slider .swiper-slide .img-wrapper {
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 40%;
	overflow: hidden;
}

.image-stories .image-stories-slider .swiper-slide .img-wrapper img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: top center;
}

.image-stories .image-stories-slider .swiper-slide h2 {
	margin-top: 40px;
	font-size: 20px;
	font-weight: 250;
	line-height: 25px;
	text-align: center;
}

.image-stories .image-stories-slider .swiper-slide p {
	margin-top: 15px;
	max-width: 50%;
	font-size: 14px;
	font-weight: 250;
	line-height: 14px;
	text-align: center;
}

.image-stories .image-stories-slider .swiper-slide .default-link {
	margin-top: 15px;
	display: block;
	color: #000000;
	font-size: 14px;
	font-weight: 250;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	border-bottom: none;
}

.image-stories .image-stories-slider button {
	position: absolute;
	top: 274px;
	z-index: 10;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.image-stories .image-stories-slider button.image-stories-button-prev {
	left: 30px;
}

.image-stories .image-stories-slider button.image-stories-button-next {
	right: 30px;
}

.image-stories .image-stories-slider button svg {
	width: 11px;
	height: 19px;
}

.image-stories .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
}

.breadcrumbs {
	padding: 24px 0;
	margin-top: 140px;
}

.breadcrumbs-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.breadcrumbs-nav a {
	display: flex;
	color: #898989;
	font-size: 15px;
	font-weight: 250;
	line-height: 19px;
	text-decoration: none;
}

.breadcrumbs-nav a:first-of-type::before {
	content: none;
}

.breadcrumbs-nav a::before {
	content: "/";
	display: block;
	margin-right: 6px;
	color: #898989;
	font-size: 15px;
	font-weight: 250;
	line-height: 19px;
}

.item {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	overflow: hidden;
}
.item:not(:last-child) {
	margin-bottom: 40px;
}

.item .item-image {
	position: relative;
	height: 50vw;
	overflow: hidden;
}

.item .item-image .selected-btn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.item .item-image .selected-btn.active::before {
	background-image: url("../img/icon1.svg");
}

.item .item-image .selected-btn::before {
	content: "";
	width: 18px;
	height: 16px;
	display: block;
	background-image: url("../img/icon.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.item .item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.item .item-about {
	width: 100%;
	max-width: 38vw;
	padding-left: 3.5vw;
	padding-bottom: 70px;
}

.item .item-about .item-title {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-gap: 0 50px;
	margin-bottom: 10px;
}

.item .item-about .item-title .h2 {
	color: rgb(0, 0, 0);
	font-size: 15px;
	font-weight: 250;
	line-height: 25px;
}

.item .item-about .item-title .art {
	width: 100%;
	grid-column: 1/3;
	color: #898989;
	font-size: 14px;
	font-weight: 250;
	line-height: 25px;
}

.item .item-about .row {
	padding: 4px 0;
	border-top: 0.3px solid #000000;
}

.item .item-about .row:last-of-type {
	border-bottom: 0.3px solid #000000;
}

.item .item-about .row.colors .akk-bottom {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	padding-left: .3em;
	padding-right: .5em;
}

.item .item-about .row.colors .akk-bottom .input-wrapper {
	position: relative;
	text-decoration: none;
}



.item .item-about .row.colors .akk-bottom .input-wrapper input {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.item .item-about .row.colors .akk-bottom .input-wrapper input:checked+label {
	color: rgb(137, 137, 137);
	align-items: center;
}

.item .item-about .row.colors .akk-bottom .input-wrapper input:checked+label span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -10;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgb(217, 217, 217);
	transform: translate(-50%, -50%);
}

.item .item-about .row.colors .akk-bottom .input-wrapper label {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: #000000;
	font-size: 14px;
	font-weight: 250;
	line-height: 1.35;
	cursor: pointer;
}
.main-color_titlename {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	z-index: 10;
	line-height: 1;
	padding-top: .5em;
}

.item .item-about .row.colors .akk-bottom .input-wrapper label span {
	width: 32px;
	position: relative;
	height: 32px;
	border-radius: 50%;
	border: 1px solid rgb(217 217 217);
}

.item .item-about .row .akk-top {
	position: relative;
	display: flex;
	align-items: center;
	color: #000000;
	font-size: 14px;
	font-weight: 250;
	line-height: 25px;
	cursor: pointer;
	/*text-transform: uppercase;*/
}

.item .item-about .row .akk-top.active+.akk-bottom {
	padding-bottom: 1.1em;
	padding-top: 0.7em;
	flex-wrap: wrap;
	max-height: none;
}

.item .item-about .row .akk-top.active::before {
	transform: rotate(90deg);
}

.item .item-about .row .akk-top::before {
	content: "";
	width: 8px;
	height: 9px;
	display: block;
	margin-right: 7px;
	flex-shrink: 0;
	margin-bottom: 2px;
	background-image: url("../img/arrow2.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.item .item-about .row .akk-bottom {
	position: relative;
	max-height: 0;
	overflow: hidden;
}

.item .item-about .row .akk-bottom p {
	font-size: 14px;
	font-weight: 250;
	line-height: 15px;
}

.item .item-about .row .akk-bottom p:not(:last-child) {
	margin-bottom: 1em;
}

.item .item-about .row .akk-bottom ul {
	padding-left: 20px;
	font-size: 14px;
	font-weight: 250;
	line-height: 15px;
	list-style-type: disc;
}

.item .item-about .row .akk-bottom ul:not(:last-child) {
	margin-bottom: 1em;
}

.item .item-about .row .akk-bottom ul li {
	font-size: 14px;
	font-weight: 250;
	line-height: 15px;
}

.item .item-about .row .akk-bottom .colors {
	display: flex;
	gap: 10px;
}

.item .item-about .row .akk-bottom .colors li {
	width: 34px;
	height: 34px;
	cursor: pointer;
}

.item .item-about .inner-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 18px;
	padding-top: 18px;
	margin-bottom: 18px;
	border-top: var(--border) solid #000000;
}

.item .item-about .inner-wrapper .radio-wrapper {
	position: relative;
}

.item .item-about .inner-wrapper .radio-wrapper.radio-wrapper--size {
	grid-column: 1/3;
}

.item .item-about .inner-wrapper .radio-wrapper .radio-wrapper-top {
	position: relative;
	width: 100%;
	height: 33px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 12px 0 15px;
	font-size: 14px;
	font-weight: 250;
	line-height: 25px;
	border: 0.3px solid #000000;
	background: #ffffff;
	cursor: pointer;
}

.item .item-about .inner-wrapper .radio-wrapper .radio-wrapper-top::after {
	content: "";
	width: 18px;
	height: 18px;
	display: block;
	background-image: url("../img/arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: 0.3s;
}

.item .item-about .inner-wrapper .radio-wrapper .radio-wrapper-top.active+.radio-wrapper-bottom {
	opacity: 1;
	visibility: visible;
}

.item .item-about .inner-wrapper .radio-wrapper .radio-wrapper-bottom {
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 10;
	width: 100%;
	padding: 12px;
	border: 0.3px solid #000000;
	background: #ffffff;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.item .item-about .inner-wrapper .radio-wrapper .radio-wrapper-bottom .input-wrapper {
	position: relative;
}

.item .item-about .inner-wrapper .radio-wrapper .radio-wrapper-bottom .input-wrapper input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.item .item-about .inner-wrapper .radio-wrapper .radio-wrapper-bottom .input-wrapper input:checked+label::before {
	background-color: #000000;
}

.item .item-about .inner-wrapper .radio-wrapper .radio-wrapper-bottom .input-wrapper label {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 250;
	line-height: 22px;
	cursor: pointer;
}

.item .item-about .inner-wrapper .radio-wrapper .radio-wrapper-bottom .input-wrapper label::before {
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	flex-shrink: 0;
	margin-right: 8px;
	border: 0.3px solid #000000;
	background: #ffffff;
	transition: 0.3s;
}

.item .item-about .add-cart-btn {
	margin: 8px 0 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 33px;
	width: 100%;
	background: #F3F3F3;
	transition: 0.3s;
}

.item .item-about .add-cart-btn:hover {
	background-color: #000000;
}

.item .item-about .add-cart-btn:hover svg path {
	stroke: #ffffff;
}

.item .item-about .add-cart-btn:hover .txt {
	color: #ffffff;
}

.item .item-about .add-cart-btn svg {
	width: 19px;
	height: 18px;
	flex-shrink: 0;
	margin-right: 15px;
}

.item .item-about .add-cart-btn svg path {
	transition: 0.3s;
}

.item .item-about .add-cart-btn .txt {
	color: #000000;
	font-size: 14px;
	font-weight: 250;
	line-height: 25px;
	transition: 0.3s;
}

.item .item-about .popup-size-btn {
	display: flex;
	align-items: center;
	gap: 1em;
	width: 100%;
	color: rgb(137, 137, 137);
	font-size: 14px;
	font-weight: 250;
	line-height: 25px;
	justify-content: space-between;
	text-transform: uppercase;
	padding-right: 13px;
}
.size-table__img {
	display: block;
	width: 100%;
}
/*.item .item-about .popup-size-btn:after {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    background-image: url("../img/arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s;
}*/
.item .item-bottom {
	grid-column: 1/3;
}

.item .item-bottom .open-btn {
	grid-column: 1/3;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	width: 100%;
	font-size: 14px;
	font-weight: 250;
	line-height: 25px;
	text-align: center;
	border-top: var(--border) solid #000000;
	border-bottom: var(--border) solid #000000;
}

.item .item-bottom .inner-wrapper {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	max-height: 0;
	overflow: hidden;
	transition: 0.3s;
}

.item .item-bottom .inner-wrapper.active {
	display: grid;
}

.item .item-bottom .inner-wrapper .close-btn {
	position: absolute;
	top: 42px;
	left: 50%;
	width: 44px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0.3px solid #000000;
	border-radius: 50%;
	background: #FFFFFF;
	transform: translateX(-50%);
}

.item .item-bottom .inner-wrapper .close-btn svg {
	width: 12px;
	height: 12px;
}

.item .item-bottom .img-wrapper {
	width: 100%;
	height: 50vw;
	overflow: hidden;
}

.item .item-bottom .img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.item .item-bottom .txt-wrapper {
	height: 50vw;
	max-width: 520px;
	padding: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.item .item-bottom .txt-wrapper .h2 {
	margin-top: 42px;
	margin-bottom: 42px;
}

.item .item-bottom .txt-wrapper .h2:first-child {
	margin-top: 0;
}

.item .item-bottom .txt-wrapper p {
	max-width: 520px;
	font-size: 14px;
	font-weight: 250;
	line-height: 25px;
}

.item .item-bottom .txt-wrapper ul {
	list-style-type: disc;
	padding-left: 16px;
}

.item .item-bottom .txt-wrapper ul li {
	font-size: 14px;
	font-weight: 250;
	line-height: 25px;
}

.item .item-bottom .txt-wrapper .icons {
	margin-top: 30px;
	display: flex;
	align-items: center;
	gap: 15px;
}

.item .item-slider {
	grid-column: 1/3;
}

.item .item-slider .swiper-wrapper {
	position: static;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.item .item-slider .swiper-slide {
	width: 100%;
	aspect-ratio: 1;
	overflow: hidden;
}
.item .item-slider .swiper-slide:first-of-type {
	display: none;
}

.item .item-slider .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.item-slider-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	margin: 12px auto 0;
}

.item-slider-pagination .swiper-pagination-bullet {
	margin: 0;
	padding: 0;
	width: 6px;
	height: 6px;
	background: rgb(243, 243, 243);
	border-radius: 50%;
	opacity: 1;
}

.item-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #000000;
}

.item .item-images {
	grid-column: 1/3;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.item .item-images .images-item {
	position: relative;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	aspect-ratio: 1;
}

.item .item-images .images-item.images-item--full .img-wrapper {
	width: 100%;
	height: 100%;
}

.item .item-images .img-wrapper {
	width: 343px;
	height: 515px;
	overflow: hidden;
}

.item .item-images .img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.popup--item-size {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 200;
	width: 100%;
	max-width: 572px;
	height: 100svh;
	margin-right: -100%;
	background: rgb(255, 255, 255);
	opacity: 0;
	overflow: hidden;
    overflow-y: auto;
	visibility: hidden;
	transition: 0.3s;
}

.popup--item-size.active {
	margin-right: 0;
	opacity: 1;
	visibility: visible;
}

.popup--item-size .close-btn {
	position: absolute;
	top: 28px;
	left: 14px;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.popup--item-size .popup-container {
	padding: 42px 28px;
}

.popup--item-size h3 {
	padding-left: 67px;
	margin-bottom: 90px;
	color: rgb(0, 0, 0);
	font-size: 15px;
	font-weight: 250;
	line-height: 25px;
	text-transform: uppercase;
}

.popup--item-size h6 {
	margin-bottom: 10px;
	color: rgb(0, 0, 0);
	font-size: 15px;
	font-weight: 250;
	line-height: 25px;
}

.popup--item-size p {
	max-width: 380px;
	color: rgb(0, 0, 0);
	font-size: 14px;
	font-weight: 250;
	line-height: 1.2;
}

.size-table__txt {
	max-width: 380px;
	color: rgb(0, 0, 0);
	font-size: 14px;
	font-weight: 250;
	line-height: 1.2;
}

.popup--item-size .size-table {
	margin-top: 40px;
	margin-bottom: 10px;
	border-top: 1px solid rgb(0, 0, 0);
	border-bottom: 1px solid rgb(0, 0, 0);
}

.popup--item-size .size-table div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.popup--item-size .size-table div:first-child p {
	border-bottom: 1px solid rgb(0, 0, 0);
}

.popup--item-size .size-table div:first-child p {
	border-bottom: none;
}

.popup--item-size .size-table div p {
	width: 100%;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 36px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.top-inner {
	position: relative;
	z-index: 10;
	margin-top: 140px;
	height: 340px;
	overflow: hidden;
}
.catalog_main_mobile {
	margin-top: 145px;
}

.top-inner_taxobanner {
	height: 700px;
}

.top-inner_taxobanner .img-wrapper img {
	object-position: 50% 0%;
}

.top-inner_taxobanner .h1 a {
	text-decoration: none;
	color: #fff;
}

.top-inner_taxobanner .container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
    width: 100%;
    margin: 0 auto;
    max-width: 1252px;
    height: auto !important;
    justify-content: center !important;
    align-items: flex-start !important;
}

.top-inner_look {
	height: 204px;
}

.top-inner .img-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.top-inner .img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-inner .container {
	height: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.top-inner .h1 {
	color: rgb(255, 255, 255);
	font-family: var(--font2);
	font-size: 47px;
	font-weight: 700;
	line-height: 57px;
}

.top-inner .default-txt {
	color: rgb(255, 255, 255);
	font-family: var(--font2);
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
}

.catalog {
	padding: 0 0 60px;
}

.catalog .filter {
	position: sticky;
	top: 72px;
	z-index: 20;
	padding: 24px 0;
	border-bottom: var(--border) solid #ccc;
	border-top: var(--border) solid #ccc;
	background-color: #ffffff;
}

.catalog .filter .breadcrumbs-nav {
	display: flex;
	gap: 6px;
	margin-right: auto;
}

.catalog .filter .breadcrumbs-nav a {
	display: flex;
	color: #898989;
	font-size: 15px;
	font-weight: 250;
	line-height: 19px;
	text-decoration: none;
}

.catalog .filter .breadcrumbs-nav a:first-of-type::before {
	content: none;
}

.catalog .filter .breadcrumbs-nav a::before {
	content: "/";
	display: block;
	margin-right: 6px;
	color: #898989;
	font-size: 15px;
	font-weight: 250;
	line-height: 19px;
}

.catalog .filter .filter-reset-btn {
	margin-right: 20px;
	color: #898989;
	text-decoration: none;
}

.catalog .filter .filter-btn span {
	margin-left: 6px;
}

.catalog .filter-wrapper {
	position: relative;
	top: 0;
	display: none;
	justify-content: flex-end;
	align-items: center;
	background-color: #ffffff;
	z-index: 11;
	padding: 20px 0;
	border-bottom: var(--border) solid #ccc;
}
.catalog .filter-wrapper.showfilter {
	position: sticky;
	top: 133px;
}
.filter-widget-block__title-mobile {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 20px 16px 40px;
	display: none;
}

.catalog .filter-wrapper .container {
	z-index: 20;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
}

.catalog .filter-wrapper .container .title-wrapper {
	display: none;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 16px;
	gap: 14px;
}

.catalog .filter-wrapper .container .title-wrapper h6 {
	color: rgb(0, 0, 0);
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
}

.catalog .filter-wrapper .container .title-wrapper .back-link {
	position: relative;
	display: flex;
	display: none;
	align-items: center;
	color: rgb(0, 0, 0);
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	text-decoration: none;
}

.catalog .filter-wrapper .container .title-wrapper .back-link.active {
	display: flex;
}

.catalog .filter-wrapper .container .title-wrapper .back-link::before {
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	margin-right: 14px;
	background-image: url("../img/arrow2.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(180deg);
}

.catalog .filter-wrapper .container .title-wrapper .close-btn {
	margin-left: auto;
}

.catalog .filter-wrapper .filter-item {
	position: relative;
}

.catalog .filter-wrapper .filter-item:last-of-type .filter-item__bottom {
	left: calc(100% - 150px);
}

.catalog .filter-wrapper .filter-item .filter-item__top {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	height: 25px;
	padding: 0 12px 0 22px;
	border: var(--border) solid #000000;
	background: #FFFFFF;
	cursor: pointer;
	transition: 0.3s;
}

.catalog .filter-wrapper .filter-item .filter-item__top.active {
	background-color: #000000;
}

.catalog .filter-wrapper .filter-item .filter-item__top.active .txt {
	color: #ffffff;
}

.catalog .filter-wrapper .filter-item .filter-item__top.active svg path {
	stroke: #ffffff;
}

.catalog .filter-wrapper .filter-item .filter-item__top .txt {
	transition: 0.3s;
}

.catalog .filter-wrapper .filter-item .filter-item__top svg path {
	transition: 0.3s;
}

.catalog .filter-wrapper .filter-item .filter-item__bottom {
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 10;
	padding: 10px 15px 22px 12px;
	max-width: 150px;
	width: 100vw;
	min-width: 100%;
	border: var(--border) solid #000000;
	background: #FFFFFF;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.catalog .filter-wrapper .filter-item .filter-item__bottom.active {
	opacity: 1;
	visibility: visible;
}

.catalog .filter-wrapper .filter-item .filter-item__bottom .search-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.catalog .filter-wrapper .filter-item .filter-item__bottom .search-wrapper::before {
	content: "";
	width: 11px;
	height: 11px;
	display: block;
	margin-right: 5px;
	background-image: url("../img/icon3.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.catalog .filter-wrapper .filter-item .filter-item__bottom .search-wrapper input {
	width: 100%;
	padding-bottom: 4px;
	font-size: 7px;
	font-weight: 250;
	line-height: 11px;
	border-bottom: var(--border) solid #000000;
}

.catalog .filter-wrapper .filter-item .filter-item__bottom .search-wrapper input:focus::placeholder {
	color: transparent;
}

.catalog .filter-wrapper .filter-item .filter-item__bottom .search-wrapper input::placeholder {
	color: #000000;
}

.catalog .filter-wrapper .filter-item .filter-item__bottom .inputs-wrapper {
	margin-top: 15px;
	display: flex;
	flex-direction: column;
	max-height: 150px;
	overflow-y: scroll;
}

.catalog .filter-wrapper .filter-item .filter-item__bottom .inputs-wrapper::-webkit-scrollbar {
	width: 0;
}

.catalog .filter-wrapper .filter-item .filter-item__bottom .inputs-wrapper .simplebar-track.simplebar-vertical {
	width: 3px;
}

.catalog .filter-wrapper .filter-item .filter-item__bottom .inputs-wrapper .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 100px;
	opacity: 1;
}

.catalog .filter-wrapper .filter-item .filter-item__bottom .inputs-wrapper .input-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.catalog .filter-wrapper .filter-item .filter-item__bottom .inputs-wrapper .input-wrapper input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.catalog .filter-wrapper .filter-item .filter-item__bottom .inputs-wrapper .input-wrapper input:checked+label::before {
	background-color: #000000;
}

.catalog .filter-wrapper .filter-item .filter-item__bottom .inputs-wrapper .input-wrapper label {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.catalog .filter-wrapper .filter-item .filter-item__bottom .inputs-wrapper .input-wrapper label::before {
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	margin-right: 6px;
	margin-bottom: 2px;
	border: var(--border) solid #000000;
	background: #FFFFFF;
	transition: 0.3s;
}

.catalog .filter-wrapper .filter-item .filter-item__bottom .filter-bottom__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 25px;
	margin-top: 15px;
	font-size: 14px;
	font-weight: 250;
	line-height: 25px;
	border: var(--border) solid #000000;
	background: #FFFFFF;
	transition: 0.3s;
}

.catalog .filter-wrapper .filter-item .filter-item__bottom .filter-bottom__btn:hover {
	color: #ffffff;
	background-color: #000000;
}

.catalog .filter-wrapper .filter-btns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
	margin-top: 60px;
	width: 100%;
	display: none;
}

.catalog .filter-wrapper .filter-btns button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	flex: 1;
	height: 25px;
	color: rgb(0, 0, 0);
	font-size: 13px;
	font-weight: 250;
	line-height: 25px;
	background: rgb(243, 243, 243);
}

.catalog .filter-wrapper .filter-btns button.disable {
	color: rgb(137, 137, 137);
	border: 0.3px solid rgb(137, 137, 137);
}

.catalog .title-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.catalog .catalog-list {
	margin-top: 54px;
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.catalog .catalog-list .inner-wrapper {
	display: grid;
	grid-template-columns: repeat(4, calc((100% - 66px) / 4));
	grid-gap: 48px 22px;
}

.catalog .catalog-list .catalog-list__item {
	position: relative;
}

.catalog .catalog-list .catalog-list__item:hover .avatar {
	opacity: 0;
	visibility: hidden;
}

.catalog .catalog-list .catalog-list__item.catalog-list__item--xl {
	grid-column: 3/5;
	height: 100%;
	overflow: hidden;
}

.catalog .catalog-list .catalog-list__item.catalog-list__item--xl img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.catalog .catalog-list .catalog-list__item.catalog-list__item--xxl {
	grid-column: 1/3;
	grid-row: 2/4;
	height: 100%;
	overflow: hidden;
}

.catalog .catalog-list .catalog-list__item.catalog-list__item--xxl img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.catalog .catalog-list .catalog-list__item .avatar {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	overflow: hidden;
	aspect-ratio: 290/370;
}

.catalog .catalog-list .catalog-list__item .avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.catalog .catalog-list .catalog-list__item a {
	display: block;
	text-decoration: none;
}

.catalog .catalog-list .catalog-list__item a .h6 {
	display: block;
	margin-top: 14px;
	color: #000000;
	font-size: 14px;
	font-weight: 250;
	line-height: 25px;
}

.catalog .catalog-list .catalog-list__item a .txt {
	display: block;
	color: #898989;
	font-size: 14px;
	font-weight: 250;
	line-height: 25px;
}

.catalog .catalog-list .catalog-list__item a .colors {
	display: block;
	color: #000000;
	font-size: 14px;
	font-weight: 250;
	line-height: 25px;
}

.catalog .catalog-list .catalog-list__item .item-list-slider {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	text-decoration: none;
	overflow: hidden;
	aspect-ratio: 290/370;
}

.catalog .catalog-list .catalog-list__item .item-list-slider .swiper-slide {
	width: 100%;
	height: 100%;
	display: block;
}

.catalog .catalog-list .catalog-list__item .item-list-slider .swiper-slide:first-child {
	display: block;
}

.catalog .catalog-list .catalog-list__item .item-list-slider .swiper-slide .img-wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.catalog .catalog-list .catalog-list__item .item-list-slider .swiper-slide .img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.catalog .catalog-list .catalog-list__item .selected-btn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.catalog .catalog-list .catalog-list__item .selected-btn.active::before {
	background-image: url("../img/icon1.svg");
}

.catalog .catalog-list .catalog-list__item .selected-btn::before {
	content: "";
	width: 11px;
	height: 11px;
	display: block;
	background-image: url("../img/icon.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.catalog .catalog-list .catalog-list__item .add-to-cart {
	position: absolute;
	bottom: 75px;
	right: 8px;
	z-index: 10;
	width: 28px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
	border-radius: 50%;
	background-color: #898989;
}

.catalog .catalog-list .catalog-list__item .add-to-cart::before {
	content: "";
	width: 18px;
	height: 18px;
	display: block;
	background-image: url("../img/icon4.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.catalog .catalog-list .catalog-list__item .item-list-slider-pagination {
	position: absolute;
	bottom: 72px;
	left: 50%;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	display: none;
	transform: translateX(-50%);
}

.catalog .catalog-list .catalog-list__item .item-list-slider-pagination .swiper-pagination-bullet {
	width: 4px;
	height: 4px;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	background-color: #898989;
	opacity: 1;
}

.catalog .catalog-list .catalog-list__item .item-list-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #000000;
}

.catalog .catalog-list .catalog-list__item .item-list-slider-wrapper1-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 5;
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.catalog .catalog-list .catalog-list__item .item-list-slider-wrapper1-prev svg {
	width: 11px;
	height: 20px;
}

.catalog .catalog-list .catalog-list__item .item-list-slider-wrapper1-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 5;
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.catalog .catalog-list .catalog-list__item .item-list-slider-wrapper1-next svg {
	width: 11px;
	height: 20px;
}

.catalog .pagination {
	margin: 86px auto 0;
}

.catalog .pagination p {
	color: #000000;
	font-size: 15px;
	font-weight: 250;
	line-height: 19px;
	text-align: center;
}

.catalog .pagination .scrollbar {
	position: relative;
	width: 184px;
	height: 1px;
	margin: 20px auto 0;
	background-color: #B8B8B8;
	overflow: hidden;
}

.catalog .pagination .scrollbar span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000000;
}

.catalog .more-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 184px;
	height: 25px;
	margin: 20px auto 0;
	border: 0.3px solid #000000;
	background: #FFFFFF;
	transition: 0.3s;
}

.catalog .more-btn:hover {
	background-color: #000000;
}

.catalog .more-btn:hover .txt {
	color: #ffffff;
}

.catalog .more-btn .txt {
	color: #000000;
	font-size: 9px;
	font-weight: 300;
	line-height: 25px;
	transition: 0.3s;
}

.images-inner {
	padding: 0 0 50px;
}

.images-inner .container {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.images-inner .img-wrapper {
	width: 100%;
}

.images-inner a {
	display: block;
	margin-top: 12px;
	color: #000000;
	font-size: 20px;
	font-weight: 250;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	border-bottom: var(--border) solid #000000;
}

.images {
	margin-bottom: 110px;
}

.images .breadcrumbs-nav {
	padding: 24px 0;
}

.images .images-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.images .images-wrapper .img-wrapper {
	width: 100%;
	overflow: hidden;
	aspect-ratio: 1/1;
}

.images .images-wrapper .img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.images .images-wrapper .txt-wrapper {
	height: auto;
	padding: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 130px;
}

.images .images-wrapper .txt-wrapper .h2 {
	color: rgb(0, 0, 0);
	font-family: var(--font2);
	font-size: 30px;
	font-weight: 700;
	line-height: 25px;
	text-align: center;
}

.images .images-wrapper .txt-wrapper p {
	margin-top: 32px;
	max-width: 508px;
	color: rgb(0, 0, 0);
	font-size: 20px;
	font-weight: 250;
	line-height: 25px;
	text-align: center;
}

.images .images-wrapper .txt-wrapper .more-btn {
	margin-top: 32px;
	color: rgb(0, 0, 0);
	font-size: 14px;
	font-weight: 250;
	line-height: 25px;
	text-align: center;
	border-bottom: var(--border) solid #000000;
}

.images .images-wrapper .txt-wrapper .txt {
	margin-top: 40px;
	display: none;
	color: rgb(0, 0, 0);
	font-size: 14px;
	font-weight: 250;
	line-height: 25px;
	text-align: left;
}

.images .images-wrapper .txt-wrapper .txt p {
	text-align: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;

}

.images .images-wrapper .txt-wrapper .txt.active {
	display: block;
}

.looks {
	margin-bottom: 54px;
}

.looks .breadcrumbs-nav {
	padding: 24px 0;
	margin-right: auto;
}

.looks .container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.looks .container .h3 {
	text-align: center;
}

.looks .container .default-txt {
	max-width: 330px;
	text-align: center;
}

.looks .looks-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.looks .looks-slider .swiper-slide {
	width: 100%;
	overflow: hidden;
	aspect-ratio: 0.674576271;
}

.looks .looks-slider .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.looks .looks-slider .looks-slider-pagination {
	display: none;
}

.looks .looks-slider .looks-slider-pagination .swiper-pagination-bullet {
	margin: 0;
	width: 6px;
	height: 6px;
	background-color: #F3F3F3;
	border-radius: 50%;
	opacity: 1;
}

.looks .looks-slider .looks-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #000000;
}

.looks .looks-wrapper {
	margin-top: 42px;
}

.looks .looks-wrapper .links-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

.looks .looks-wrapper .links-wrapper a {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2px;
}

.looks .looks-wrapper .links-wrapper a svg {
	width: 10px;
	height: 19px;
}

.looks .looks-wrapper .links-wrapper p {
	color: #000000;
	font-size: 24px;
	font-weight: 300;
	line-height: 31px;
	text-align: center;
}

.looks .looks-wrapper .more-btn {
	margin-top: 8px;
	color: #000000;
	font-size: 14px;
	font-weight: 250;
	line-height: 120%;
	text-align: center;
	text-decoration: none;
	border-bottom: var(--border) solid #000000;
}

.info {
	padding: 40px 0 74px;
}

.info.info1a .container {
	display: flex;
	justify-content: center;
}

.info.info1a .txt-wrapper {
	max-width: 900px;
}

.info.info1a .txt-wrapper .contacts-wrapper {
	display: flex;
	justify-content: center;
	grid-gap: 0;
	gap: 90px;
}

.info.info1a .txt-wrapper .contacts-wrapper .col {
	flex: none;
}

.info .container {
	display: grid;
	grid-template-columns: 296px 1fr;
	grid-gap: 66px;
}
.info.info1 .container {
	display: flex;
}
.info.info1 .txt-wrapper {
	width: 100%;
}

.info aside nav {
	display: flex;
	flex-direction: column;
}

.info aside nav .h3 {
	color: rgb(0, 0, 0);
	font-size: 15px;
	font-weight: 500;
	line-height: 50px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 2.2;
}
.info aside nav .h3:not(:last-child) {
	margin-bottom: 1.3em;
}
.info aside nav .h3.current-page {
	font-weight: bold;
}
.txt-wrapper_contacts_section {
	margin: 0 auto;
}
.lukitext {
	text-transform: uppercase;
	font-size: 20px;
}
@media screen and (max-width: 768px) {
	.mobile-show {
		display: block;
	}
	.catalog_main_mobile {
		margin-top: 50px;
	} 
	.header .menu-item-wrapper .tab-menu-content .list .list__item {
		width: 100%;
	}
	.info.info1 .txt-wrapper {
		max-width: none;
	}
	.slider-1 .catalog-slider {
		padding: 0;
	}
	.slider-wrapper1_arrow {
		background-color: transparent;
	}
	.slider-1 .inner-wrapper .catalog-list__item a .h6 {
		font-size: 12px;
	}
}

.info .txt-wrapper {
	max-width: 520px;
}

.info .txt-wrapper .h2,
.info .txt-wrapper h2 {
	margin-bottom: 70px;
	color: rgb(0, 0, 0);
	font-family: var(--font2);
	font-size: 25px;
	font-weight: 300;
	line-height: 25px;
	text-align: center;
}

.info .txt-wrapper .default-txt {
	margin-top: 30px;
}

.info .txt-wrapper .h6 {
	margin-top: 30px;
}

.info .txt-wrapper .contacts-wrapper {
	margin-top: 20px;
	padding-top: 46px;
	display: grid;
	grid-template-columns: repeat(2, auto);
	border-top: var(--border) solid rgba(0, 0, 0, 0.2);
}

.info .txt-wrapper .contacts-wrapper .col {
	position: relative;
	padding-left: 28px;
	flex: 1;
}

.info .txt-wrapper .contacts-wrapper .col svg {
	position: absolute;
	top: 2px;
	left: 0;
}

.info .txt-wrapper .contacts-wrapper .col .h2 {
	margin-bottom: 0;
	color: rgb(0, 0, 0);
	font-size: 20px;
	font-weight: 250;
	line-height: 25px;
	text-align: justify;
	white-space: nowrap;
}

.info .txt-wrapper .contacts-wrapper .col .default-txt {
	margin-top: 8px;
	max-width: 206px;
	color: rgb(0, 0, 0);
	font-size: 14px;
	font-weight: 250;
	line-height: 25px;
}

.info .txt-wrapper .contacts-wrapper .col:last-child {
	justify-self: end;
}

.content img {
	width: 100%;
}

.content .title-wrapper-v1 {
	padding: 30px 0 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.content .title-wrapper-v1 h1 {
	margin-top: 60px;
	color: rgb(0, 0, 0);
	font-family: var(--font2);
	font-size: 30px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 0%;
	text-align: center;
}

.content .title-wrapper-v1 p {
	margin-top: 30px;
	color: rgb(0, 0, 0);
	font-size: 20px;
	font-weight: 250;
	line-height: 25px;
	letter-spacing: 0%;
	text-align: center;
}

.content .title-wrapper-v1 a {
	display: inline-block;
	color: rgb(0, 0, 0);
	font-size: 14px;
	font-weight: 250;
	line-height: 200%;
	letter-spacing: 0%;
	text-align: center;
	text-decoration: none;
	border-bottom: var(--border) solid #000000;
}

.content .title-wrapper-v1 .more-btn {
	margin-top: 30px;
	display: block;
	color: rgb(0, 0, 0);
	font-size: 14px;
	font-weight: 250;
	line-height: 200%;
	letter-spacing: 0%;
	text-align: center;
	border-bottom: var(--border) solid #000000;
}
.content .title-wrapper-v1 .txt-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.content .title-wrapper-v1 .txt {
	display: none;
	max-width: 900px;
	color: rgb(0, 0, 0);
	font-size: 14px;
	font-weight: 250;
	line-height: 25px;
	letter-spacing: 0%;
	text-align: justify;
	overflow: hidden;
}

.content .title-wrapper-v2 {
	padding: 50px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.content .title-wrapper-v2 h6 {
	color: rgb(0, 0, 0);
	font-size: 20px;
	font-weight: 250;
	line-height: 25px;
	letter-spacing: 0%;
	text-align: center;
}

.content .title-wrapper-v2 p {
	margin-top: 30px;
	color: rgb(0, 0, 0);
	font-size: 14px;
	font-weight: 250;
	line-height: 15px;
	letter-spacing: 0%;
	text-align: center;
}

.content .title-wrapper-v2 a {
	margin-top: 15px;
	display: block;
	color: rgb(0, 0, 0);
	font-size: 14px;
	font-weight: 250;
	line-height: 200%;
	letter-spacing: 0%;
	text-align: center;
	text-decoration: none;
	border-bottom: var(--border) solid #000000;
}

.content .content-v1 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.content .content-v2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 88px 32px;
	padding: 90px 120px;
	width: auto;
}

.content .marquee3k {
	margin: 15px 0;
}

.content .marquee3k span {
	display: inline-block;
	width: 500px;
	height: 60px;
	margin: 0 60px;
	overflow: hidden;
}

.content .marquee3k span img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.blog {
	padding: 40px 0 60px;
	margin-top: 140px;
}

.blog h1 {
	color: rgb(0, 0, 0);
	font-family: var(--font2);
	font-size: 25px;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
}

.blog .blog-list {
	margin: 40px auto 0;
	display: flex;
	flex-direction: column;
	gap: 32px;
	max-width: 785px;
}

.blog .blog-list li {
	display: grid;
	grid-template-columns: 244px 1fr;
	grid-template-rows: 1fr auto 1fr;
	align-items: center;
	grid-gap: 0 75px;
}

.blog .blog-list li .img-wrapper {
	grid-row: 1/4;
	width: 244px;
	height: 244px;
	overflow: hidden;
}

.blog .blog-list li .img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog .blog-list li h6 {
	align-self: end;
	color: rgb(0, 0, 0);
	font-size: 20px;
	font-weight: 250;
	line-height: 25px;
	text-align: left;
}

.blog .blog-list li p {
	margin-top: 5px;
	color: rgb(0, 0, 0);
	font-size: 14px;
	font-weight: 250;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: justify;
}

.blog .blog-list li a {
	align-self: start;
	margin-top: 15px;
	color: rgb(137, 137, 137);
	font-size: 14px;
	font-weight: 250;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: justify;
	text-decoration-line: underline;
}

.blog .pagination {
	margin: 56px auto 0;
}

.blog .pagination p {
	color: #000000;
	font-size: 15px;
	font-weight: 250;
	line-height: 19px;
	text-align: center;
}

.blog .pagination .scrollbar {
	position: relative;
	width: 184px;
	height: 1px;
	margin: 20px auto 0;
	background-color: #B8B8B8;
	overflow: hidden;
}

.blog .pagination .scrollbar span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000000;
}

.blog .more-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 184px;
	height: 25px;
	margin: 20px auto 0;
	border: 0.3px solid #000000;
	background: #FFFFFF;
	transition: 0.3s;
}

.blog .more-btn:hover {
	background-color: #000000;
}

.blog .more-btn:hover .txt {
	color: #ffffff;
}

.blog .more-btn .txt {
	color: #000000;
	font-size: 9px;
	font-weight: 300;
	line-height: 25px;
	transition: 0.3s;
}

.footer {
	background: #0E1117;
}

.footer .footer-top {
	padding: 56px 0 100px;
}

.footer .footer-top .container {
	display: flex;
	justify-content: space-between;
	padding: 0 60px;
	max-width: 1440px;
}

.footer .footer-top .col h6 {
	margin-bottom: 14px;
	color: #ffffff;
	font-family: var(--font2);
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
}

.footer .footer-top .col nav {
	display: flex;
	flex-direction: column;
}

.footer .footer-top .col nav a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 250;
	line-height: 22px;
	text-decoration: none;
}

.footer .footer-mid {
	padding: 34px 0 24px;
	border-top: var(--border) solid #ffffff;
	border-bottom: var(--border) solid #ffffff;
}

.footer .footer-mid .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 60px;
	max-width: 1720px;
}

.footer .footer-mid h6 {
	padding-right: 32px;
	color: #FFFFFF;
	font-family: var(--font2);
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	border-right: 0.3px solid #ffffff;
}

.footer .footer-mid a {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: #ffffff;
	font-size: 12px;
	font-weight: 250;
	line-height: 24px;
	text-decoration: none;
}

.footer .footer-mid a .title {
	text-transform: uppercase;
}

.footer .footer-mid a .link {
	border-bottom: 0.3px solid #ffffff;
}

.footer .footer-bottom {
	padding: 74px 0 48px;
}

.footer .footer-bottom .container {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	max-width: 1372px;
	align-items: end;
	grid-gap: 12px;
}

.footer .footer-bottom .logo {
	width: 583px;
	height: 71px;
	display: block;
	background-image: url("../img/logo.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.footer .footer-bottom .socials {
	display: flex;
	align-items: center;
	gap: 32px;
	justify-self: end;
}

.footer .footer-bottom .socials a {
	display: flex;
	justify-content: center;
	align-items: center;
}

#top {
	position: absolute;
	top: -2px;
	left: 0;
	width: 1px;
	height: 1px;
	display: block;
}

.to-top-btn {
	position: fixed;
	right: 26px;
	bottom: 80px;
	z-index: 100;
	width: 30px;
	height: 16px;
	display: block;
	background-image: url("../img/arrow5.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: 0.3s;
	opacity: 0;
	cursor: pointer;
}

.to-top-btn.active {
	opacity: 1;
}

.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 199;
	width: 100%;
	height: 100dvh;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	visibility: hidden;
}

.popup-overlay.active {
	opacity: 1;
	visibility: visible;
}

.player-vk-video {
	width: 100%;
	height: 115%;
}
.player-vk-video iframe {
	/*position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;*/
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.player-vk-video::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.product-category-top {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	grid-column: 1/4;
	overflow-y: auto;
}
/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */
/*.product-category-top {
  scrollbar-width: thin;
  scrollbar-color: #000000 #F1F1F1;
}*/

/* Chrome, Edge and Safari */
.product-category-top::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.product-category-top::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #F1F1F1;
}

.product-category-top::-webkit-scrollbar-track:hover {
  background-color: #F1F1F1;
}

.product-category-top::-webkit-scrollbar-track:active {
  background-color: #F1F1F1;
}

.product-category-top::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #C1C1C1;
}

.product-category-top::-webkit-scrollbar-thumb:hover {
  background-color: #CDCDCD;
}

.product-category-top::-webkit-scrollbar-thumb:active {
  background-color: #CDCDCD;
}


.product-category-top .ver-1 {
	display: block;
	width: 33.3333%;
}

.item .item-about .row .akk-bottom ul.properties {
	list-style: none;
	padding: 0;
	width: 100%;
}
.item .item-about .row .akk-bottom ul.properties li {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}
.item .item-about .row .akk-bottom ul.properties li:not(:last-child) {
	margin-bottom: .5em;
}
.prop-name {
	position: relative;
	min-width: 25px;
	flex-shrink: 0;
}
.prop-separator {
	margin: 0 3px;
	background: linear-gradient(90deg, #000 0, #000 25%, rgba(255,255,255,0) 0, rgba(255,255,255,0));
	flex-grow: 1;
	height: 1px;
	background-size: 4px 1px;
	background-repeat: repeat-x;
}
.catalog .filter .title-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
body .wpc-filters-section .wpc-filter-content {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 10px;
	z-index: 10;
	padding: 10px 15px 22px 12px;
	max-height: 250px;
	overflow: auto;
	border: var(--border) solid #000000;
	background: #FFFFFF;
}
body .wpc-filters-section.wpc-filter-has-selected .wpc-filter-title {
	background-color: #000;
	color: #fff;
}
body .filter-widget-block .wpc-filters-main-wrap li.wpc-term-item {
	margin-bottom: 0;
}
body .filter-widget-block  .wpc-filters-main-wrap li.wpc-term-item:not(:last-child) {
	margin-bottom: 10px;
}
body .wpc-filters-main-wrap .wpc-term-item-content-wrapper {
	font-size: 12px;
	font-weight: 250;
	line-height: 1.2;
	color: #000;
}
body .wpc-filters-main-wrap li {
	font-size: 12px;
	font-weight: 250;
	line-height: 1.2;
	color: #000;
}
.wpc-filters-main-wrap li.wpc-term-item a {
	color: inherit;
	line-height: 1;
	white-space: nowrap;
}
.filter-widget-block .wpc-filters-main-wrap li.wpc-term-item input[type=checkbox] {
	width: 10px;
	height: 10px;
	min-width: 10px;
	display: block;
	border-radius: 0;
	border: var(--border) solid #000000;
	background: #FFFFFF;
}
.filter-widget-block .wpc-filters-main-wrap input[type=checkbox]:after {
	border: none;
	width: 100%;
	height: 100%;
	background-color: #fff;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0;
	transform: none;
	transition: .3s;
}
.filter-widget-block .wpc-filter-layout-submit-button {
	display: none;
}
.wpc-filters-main-wrap input[type=checkbox]:checked:after {
	background-color: #000;
	opacity: 1;
}
.wpc-edit-filter-set {
	display: none;
}
.filter-widget-block .wpc-filters-section {
	margin-bottom: 6px;
}
.filter-widget-block .wpc-filters-section:not(:last-child) {
	margin-right: 6px;
}
.filter-widget-block .wpc-filter-title {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-weight: 250;
	line-height: 1.2;
	padding: 6px 20px;
	padding-right: 34px;
	border: var(--border) solid #000000;
	background: #FFFFFF;
	cursor: pointer;
	position: relative;
	margin-bottom: 0;
}
.filter-widget-block .wpc-filter-title:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top: -4px;
}
.filter-widget-block .wpc-filters-main-wrap li.wpc-term-item label {
	line-height: 1;
}
body .wpc-filters-section.wpc-filter-has-selected .wpc-filter-title:before {
	border-color: #fff;
}
.filter-widget-block .wpc-filters-widget-containers-wrapper .wpc-filters-widget-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.filter-widget-block .wpc-filters-section:not(.wpc-filter-more-less):not(.wpc-filter-post_meta_num):not(.wpc-filter-tax_numeric):not(.wpc-filter-layout-dropdown) .wpc-filter-content:not(.wpc-filter-has-hierarchy) ul.wpc-filters-ul-list {
	overflow: hidden;
	max-height: none;
}
.filter-widget-block .wpc-filters-section.wpc-filter-terms-count-0 {
	display: none;
}
.filter-open-btn.active {
	text-decoration: underline;
}
.filter-btn-wrapper {
	display: flex;
	align-items: center;
}
.top-nav_mobile {
	display: none !important;
}
@media (max-width: 1372px) {
	.slider-2 .slider-wrapper2 {
		margin: 30px -60px 0;
		width: calc(100% + 120px);
		padding: 0 60px;
	}
}

@media (max-width: 1200px) {
	.footer .footer-top .container {
		padding: 0 45px;
	}

	.footer .footer-mid .container {
		padding: 0 45px;
	}

	.footer .footer-bottom .empty-el {
		display: none;
	}

	.footer .footer-bottom .container {
		display: flex;
		flex-direction: column-reverse;
		grid-gap: 0;
		gap: 30px;
		align-items: center;
		padding: 0 45px;
	}

	.footer .footer-bottom .logo {
		width: 100%;
	}
}

@media (max-width: 992px) {
	.collections {
		margin: 0;
		display: flex;
		flex-direction: column;
	}
	.slider-1 .slider-wrapper1 {
		padding: 0;
	}

	.collections .col {
		width: 100%;
		height: 100vw;
	}

	.collections .col:nth-child(1) {
		order: 1;
	}

	.collections .col:nth-child(2) {
		order: 3;
	}

	.collections .col:nth-child(3) {
		order: 4;
	}

	.collections .col:nth-child(4) {
		order: 3;
	}

	.item {
		display: flex;
		flex-direction: column;
	}

	.item .item-image {
		height: 100vw;
	}

	.item .item-about {
		width: 100%;
		max-width: none;
		height: auto;
		padding: 40px 20px 30px;
	}

	.item .item-bottom .open-btn {
		margin: 0 20px;
		width: calc(100% - 40px);
		padding: 10px;
		font-size: 9px;
		font-weight: 250;
		line-height: 25px;
		border: var(--border) solid #000000;
	}

	.item .item-bottom .open-btn.active+.inner-wrapper {
		margin-top: 80px;
	}

	.item .item-bottom .inner-wrapper {
		display: block;
	}

	.item .item-bottom .inner-wrapper .close-btn {
		display: none;
	}

	.item .item-bottom .img-wrapper {
		height: 100vw;
	}

	.item .item-bottom .txt-wrapper {
		height: 100vw;
	}

	.item .item-images {
		display: none;
	}

	.images .images-wrapper {
		display: flex;
		flex-direction: column;
	}

	.images .images-wrapper .img-wrapper:first-child {
		display: block;
	}

	.images .images-wrapper .txt-wrapper+.img-wrapper {
		display: block;
	}
}
.top-nav_mobile.top-nav_mobile_frontpage a {	
	color: #FFFFFF;
	font-family: var(--font2);
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
}
.top-nav_mobile.top-nav_mobile_frontpage {
	gap: 22px;
	align-self: start;
	position: sticky;
	top: 0;
	z-index: 9999;
}

.showmobilemenu .top-nav_mobile.top-nav_mobile_frontpage {
	display: none !important;
}

@media (max-width: 768px) {
	.header .menu-item-wrapper .all-btn {
		top: 0;
		position: relative;
		display: none;
	}
	.top-nav_mobile a {
		color: #fff !important;
	}
	.top-nav_mobile a.active {
		border-bottom: var(--border) solid #ffffff !important;
	}
	.top-nav_mobile {
	    display: flex !important; 
	    width: 100%;
	    justify-content: center;
	    color: #fff;
	    background: #000;
	    padding: 1em;
	    position: fixed;
	    bottom: 0;
	    left: 0;
	}
	.header .menu .top-nav_mobile {
		position: relative;
	}

	.breadcrumbs-nav a {
		font-size: 11px;
		line-height: 9px;
	}
	.looks-slider_slider-wrapper1-prev, .looks-slider_slider-wrapper1-next {
		width: 40px;
		height: 40px;
	}
	.header .menu-item-wrapper {
		border-right: none;
	}
	.default-txt {
		font-size: 12px;
	}
	.header .menu-item-wrapper .tab-menu-content .list .list__item .default-txt {
		border-bottom: none !important;
	}
	.header.header--inner.to-top .menu {
		display: none;
	}
	.header .menu {
		display: none;
	}
	.top {
		padding-bottom: 100%;
	}
	.h2 {
		font-size: 11px;
	}

	.h6 {
		font-size: 7px;
		line-height: 9px;
	}

	.default-link {
		font-size: 7px;
	}

	.header {
		padding: 0;
		min-height: auto;
	}

	.header.header--inner.move .logo {
		width: 135px;
		height: 17px;
		margin: 0;
	}

	.header.header--inner.to-top {
		padding-bottom: 0;
	}

	.header.active .logo {
		width: 135px;
		height: 17px;
		margin: 0;
	}

	.header.active .menu .close-btn {
		display: none;
	}

	.header.move .logo {
		width: 135px;
		height: 17px;
	}

	.header.to-top {
		padding-bottom: 0;
	}

	.header .container {
		align-items: center;
		grid-template-columns: 1fr auto 1fr;
	}

	.header .top-nav {
		display: none;
	}

	.header #burger {
		display: flex;
	}

	.header .logo {
		grid-column: auto;
		grid-row: auto;
		width: 135px;
		height: 17px;
		margin: 0;
		z-index: 999;
	}

	.header .lang-wrapper {
		display: none;
	}

	.header .btns {
		align-self: center;
	}

	.header .btns a.to-cabinet,
	.header .btns button.to-cabinet {
		display: none;
	}

	.header .menu {
		display: none;
		flex-direction: column;
		justify-content: space-between;
	}

	.header.header--inner.to-top .menu {
		max-height: none;
        margin-top: 0;
	}

	.showmobilemenu {
		overflow: hidden;
	}
	.showmobilemenu .header #burger .burger__close {
		display: block;
	}
	.showmobilemenu .header #burger .burger__open {
		display: none;
	}
	.showmobilemenu .header .menu,
	.showmobilemenu .header.header--inner.to-top .menu.active {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: flex !important;
		z-index: 100;
		width: 100%;
		min-height: 100svh;
		height: 100% !important;
		max-height: none;
		margin-top: 0;
		padding-top: 80px;
		padding-bottom: 0;
		background-color: #ffffff;
	}

	.header .menu.active .menu-wrapper {
		padding: 0;
	}

	.header .menu .close-btn {
		display: none;
	}

	.header .menu .search-wrapper {
		display: flex;
		z-index: 1;
	}

	.showmobilemenu .header .menu .menu-wrapper {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 145px 0 70px;
		display: none;
		height: 100svh;
		background-color: #ffffff;
		overflow-y: scroll;
	}

	.header .menu .menu-wrapper.active {
		display: block;
	}

	.header .menu .menu-item .img-wrapper {
		display: none;
	}

	.header .menu .bottom-btns {
		margin-top: 0;
		display: flex;
	}

	.header .menu .mobile-bottom-nav {
		display: flex;
	}

	.header .main-nav {
		flex-direction: column;
		align-items: flex-start;
		padding: 0 20px;
		margin-bottom: auto;
		padding-bottom: 46px;
		margin-top: 46px;
	}

	.header .main-nav .tab.active {
		border: none;
	}

	.header .main-nav .tab {
		position: relative;
		width: 100%;
		font-size: 15px;
		line-height: 19px;
		display: flex;
		align-items: center;
		border-bottom: none !important;
	}

	.header .main-nav .tab::before {
		content: "";
		width: 8px;
		height: 9px;
		display: none;
		flex-shrink: 0;
		margin-right: 10px;
		background-image: url("../img/arrow2.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		transform: rotate(180deg);
	}

	.header .main-nav .tab::after {
		content: "";
		width: 8px;
		height: 9px;
		display: block;
		margin-left: auto;
		background-image: url("../img/arrow2.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.header .menu-item-wrapper {
		width: 100%;
	}

	.header .menu-item-wrapper .back-breadcrumbs {
		display: flex;
	}

	.header .menu-item-wrapper .tabs-wrapper {
		overflow-y: scroll;
	}

	.header .menu-item-wrapper .tab-menu-content {
		padding: 0 20px;
		width: 100%;
		flex-direction: column;
		justify-content: flex-start;
		gap: 30px;
	}

	.header .menu-item-wrapper .tab-menu-content .last-wrapper {
		overflow-y: scroll;
	}

	.header .menu-item-wrapper .tab-menu-content .list .list__item {
		display: block;
	}

	.header .menu-item-wrapper .tab-menu-content .list .list__item .default-txt.active::before {
		background-image: url("../img/icon6.svg");
	}

	.header .menu-item-wrapper .tab-menu-content .list .list__item .default-txt.active::before {
		background-image: url("../img/icon6.svg");
	}

	.header .menu-item-wrapper .tab-menu-content .list .list__item .default-txt {
		display: flex;
		align-items: center;
	}

	.header .menu-item-wrapper .tab-menu-content .list .list__item .default-txt::before {
		content: "";
		width: 7px;
		height: 7px;
		display: block;
		margin-right: 5px;
		background-image: url("../img/icon5.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		transition: 0.3s;
	}

	.header .menu-item-wrapper .tab-menu-content .list .list__item .images-wrapper {
		position: static;
		display: none;
		width: 100%;
		max-width: none;
		margin: 0;
		overflow: hidden;
	}
	.header .menu-item-wrapper .tab-menu-content .list .list__item .default-txt.active+.images-wrapper {
		display: none;
		margin-top: 10px;
	}

	.header .menu-item-wrapper .tab-menu-content .list .list__item .images .top-img {
		min-height: 80px;
	}

	.header .menu-item-wrapper .tab-menu-content .list .list__item .images .top-img .img-wrapper {
		display: block;
	}

	.top {
		margin-top: 40px;
		height: calc(100dvh - 40px);
	}

	.top.top-images {
		height: auto;
		aspect-ratio: 1.775;
	}

	.top.top-images .container {
		padding: 0;
	}

	.top.top-images video {
		position: static;
		width: 100%;
		height: 100%;
		min-width: auto;
		min-height: auto;
		transform: translate(0, 0);
	}

	.top video {
		min-height: calc(100dvh - 40px);
	}

	.collections .col {
		padding: 32px;
	}

	.collections .col h2 {
		font-size: 11px;
		line-height: 25px;
	}

	.collections .col a {
		margin-top: 10px;
		font-size: 7px;
		line-height: 9px;
	}

	.images-main {
		padding: 32px 0 36px;
		margin: 0;
	}
	.images-main img.images-main_desctopimg {
		display: none;
	}
	.images-main img.images-main_mobileimg {
		display: block;
		object-fit: cover;
		object-position: center;
		width: 100%;
		height: 600px;
	}

	/*.images-main .container {
		position: relative;
		transform: none;
		padding-bottom: 0;
		left: auto;
		color: #000;
		padding-top: 1em;
	}*/

	.images-main .links-wrapper {
		gap: 50px;
		margin-top: 10px;
	}

	.images-main .default-txt {
		max-width: 70%;
		margin-top: 20px;
	}

	.images-main .default-link {
		margin-top: 10px;
	}

	.images-main .img-wrapper {
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.slider-1 {
		margin: 50px 0;
	}

	.slider-1.slider-main {
		margin: 30px 0 40px;
	}

	.slider-1.slider-main .slider-wrapper1 {
		margin-top: 0;
	}

	.slider-1.slider-main .h2 {
		margin-bottom: 20px;
	}

	.slider-1.slider-main .link {
		margin-top: 10px;
		font-size: 7px;
		line-height: 9px;
	}

	.slider-1 .h2 {
		font-size: 11px;
		font-weight: 250;
		line-height: 14px;
		margin-bottom: 30px;
	}

	/*.slider-1 .slider-wrapper1 {
		margin: 30px -32px 0;
		width: calc(100% + 32px);
		padding: 0 16px;
	}*/

	/*.slider-1 .slider-wrapper1 .swiper-wrapper {
		margin: 0 -32px;
		width: calc(100% + 32px);
		padding: 0 32px;
	}*/

	.slider-1 .slider-wrapper1 .swiper-wrapper .swiper-slide {
		width: 146px;
	}

	/*.slider-1 .slider-wrapper1 .swiper-wrapper .swiper-slide .img-wrapper {
		height: 188px;
	}*/

	.slider-1 .slider-wrapper1 .swiper-wrapper .swiper-slide .title {
		margin-top: 8px;
	}

	.slider-1 .slider-wrapper1 .swiper-wrapper .swiper-slide .selected-btn {
		width: 32px;
		height: 32px;
	}

	.slider-1 .slider-wrapper1 .swiper-wrapper .swiper-slide .selected-btn::before {
		width: 13px;
		height: 12px;
	}

	.slider-1 .inner-wrapper .catalog-list__item {
		width: 146px;
	}

	.slider-1 .inner-wrapper .catalog-list__item .h6,
	.slider-1 .inner-wrapper .catalog-list__item .txt,
	.slider-1 .inner-wrapper .catalog-list__item .colors {
		padding-left: 16px;
	}

	.slider-1 .inner-wrapper .catalog-list__item.catalog-list__item--xl {
		grid-column: 1/3;
		height: auto;
		aspect-ratio: 430/263;
	}

	.slider-1 .inner-wrapper .catalog-list__item.catalog-list__item--xxl {
		grid-row: 3/5;
		grid-column: 1/3;
		height: auto;
		aspect-ratio: 430/622;
	}

	.slider-1 .inner-wrapper .catalog-list__item .avatar {
		display: none;
	}
	.item-list-slider .swiper-slide.swiper-slide__first {
		display: block !important;
	}

	.slider-1 .inner-wrapper .catalog-list__item a .h6 {
		margin-top: 8px;
		padding-left: 0;
	}

	.slider-1 .inner-wrapper .catalog-list__item a .txt {
		padding-left: 0;
	}

	.slider-1 .inner-wrapper .catalog-list__item a .colors {
		padding-left: 0;
	}

	/*.slider-1 .inner-wrapper .catalog-list__item .item-list-slider {
		aspect-ratio: auto;
		height: auto;
	}*/

	.slider-1 .inner-wrapper .catalog-list__item .item-list-slider .swiper-slide {
		display: block;
	}

	.slider-1 .inner-wrapper .catalog-list__item .selected-btn {
		width: 32px;
		height: 32px;
	}

	.slider-1 .inner-wrapper .catalog-list__item .selected-btn::before {
		width: 13px;
		height: 12px;
	}

	.slider-1 .inner-wrapper .catalog-list__item .add-to-cart {
		display: flex;
		display: none;
	}

	.slider-1 .inner-wrapper .catalog-list__item .item-list-slider-pagination {
		display: flex;
	}

	.slider-1 .inner-wrapper .catalog-list__item .item-list-slider-wrapper1-prev {
		display: none;
	}

	.slider-1 .inner-wrapper .catalog-list__item .item-list-slider-wrapper1-next {
		display: none;
	}

	.slider-1 .pagination {
		display: none;
	}

	.slider-1 .more-btn {
		display: none;
	}

	.slider-2 {
		margin: 32px 0;
	}

	.slider-2 .h2 {
		font-size: 11px;
		font-weight: 250;
		line-height: 14px;
	}

	.slider-2 .slider-wrapper2 {
		margin: 30px -32px 0;
		width: calc(100% + 32px);
		padding: 0 32px;
	}

	.slider-2 .slider-wrapper2 .swiper-wrapper .swiper-slide {
		width: 132px;
	}

	.slider-2 .slider-wrapper2 .swiper-wrapper .swiper-slide .img-wrapper {
		height: 200px;
	}

	.slider-2 .slider-wrapper2 .swiper-wrapper .swiper-slide h6 {
		margin-top: 8px;
	}

	.slider-2 .slider-wrapper2 .swiper-wrapper .swiper-slide .selected-btn {
		width: 32px;
		height: 32px;
	}

	.slider-2 .slider-wrapper2 .swiper-wrapper .swiper-slide .selected-btn::before {
		width: 13px;
		height: 12px;
	}

	.image-stories {
		margin: 40px 0;
	}

	.image-stories .image-stories-slider .swiper-slide .img-wrapper {
		height: 240px;
	}

	.image-stories .image-stories-slider .swiper-slide h2 {
		margin-top: 20px;
		font-size: 11px;
	}

	.image-stories .image-stories-slider .swiper-slide p {
		margin-top: 20px;
		font-size: 7px;
		line-height: 9px;
	}

	.image-stories .image-stories-slider .swiper-slide .default-link {
		margin-top: 10px;
		font-size: 7px;
		font-weight: 250;
		line-height: 9px;
	}

	.image-stories .image-stories-slider button {
		display: none;
	}

	.image-stories .image-stories-slider button.image-stories-button-prev {
		left: -10px;
	}

	.image-stories .image-stories-slider button.image-stories-button-next {
		right: -10px;
	}

	.image-stories .image-stories-slider button svg {
		width: 5px;
		height: 10px;
	}

	.breadcrumbs {
		padding: 16px 0;
		margin-top: 40px;
	}
	.breadcrumbs-nav a::before {
		font-size: inherit;
		line-height: inherit;
	}

	.item {
		flex-direction: column-reverse;
	}

	.item .item-image {
		display: none;
	}

	.item .item-image .selected-btn {
		width: 32px;
		height: 32px;
	}

	.item .item-image .selected-btn::before {
		width: 13px;
		height: 12px;
	}

	.item .item-about {
		padding-top: 20px;
	}

	.item .item-bottom .txt-wrapper {
		padding: 60px 30px;
	}

	.item .item-bottom .txt-wrapper .h2 {
		margin-top: auto;
		margin-bottom: 5px;
	}

	.item .item-bottom .txt-wrapper p {
		font-size: 7px;
		line-height: 11px;
	}

	.item .item-bottom .txt-wrapper ul li {
		font-size: 7px;
		line-height: 11px;
	}

	.item .item-bottom .txt-wrapper .icons {
		margin-top: 20px;
	}

	.item .item-slider .swiper-wrapper {
		display: flex;
	}

	.item .item-slider .swiper-slide:first-of-type {
		display: block;
	}

	.popup--item-size {
		margin-right: 0;
		max-height: 594px;
		height: 100%;
		margin-bottom: -1000px;
	}

	.popup--item-size.active {
		margin-bottom: 0;
	}

	.popup--item-size .close-btn {
		top: 8px;
		left: calc(100% - 50px);
	}

	.popup--item-size .popup-container {
		padding: 26px 16px;
	}

	.popup--item-size h3 {
		margin-bottom: 46px;
		padding-left: 0;
	}

	/*.popup--item-size h6 {
		margin-top: 6px;
		font-size: 12px;
		line-height: 25px;
	}*/

/*	.popup--item-size p {
		font-size: 9px;
		line-height: 12px;
	}
	.size-table__txt {
		font-size: 9px;
		line-height: 12px;
	}*/

	/*.popup--item-size .size-table {
		margin-top: 34px;
		margin-bottom: 4px;
	}*/

	.top-inner {
		margin-top: 40px;
		height: 120px;
	}
	.top-inner_taxobanner {
		height: 300px;
	}

	.top-inner .container {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.top-inner .h1 {
		font-size: 20px;
		line-height: 24px;
	}

	.top-inner .default-txt {
		font-size: 12px;
		line-height: 15px;
	}

	.catalog {
		padding-bottom: 40px;
	}

	.catalog .filter {
		top: 40px !important;
		padding: 16px 0;
		border: none;
		border-top: var(--border) solid #ccc;
	}

	.catalog .filter .breadcrumbs-nav {
		gap: 3px;
		width: 100%;
		margin-bottom: 12px;
	}


	.catalog .filter .breadcrumbs-nav a {
		font-size: 11px;
		line-height: 9px;
	}

	.catalog .filter .breadcrumbs-nav a::before {
		margin-right: 3px;
		font-size: 7px;
		line-height: 9px;
	}
	.filter-widget-block__title-mobile {
		display: flex;
	}
	.catalog .filter .title-wrapper {
		flex-wrap: wrap;
	}
	.catalog .filter-wrapper {
		position: fixed;
		top: 0 !important;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		max-height: none;
		z-index: 99999;
		background-color: #ffffff;
		padding-top: 0;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.filter-btn-wrapper .h6 {
		font-size: 10px;
	}
	.widget_wpc_filters_widget {
		width: 100%;
	}
	.filter-widget-block {
		overflow-y: auto;
	}
	.catalog .filter-wrapper .container {
		display: block;
	}
	.filter-widget-block .wpc-filters-widget-containers-wrapper .wpc-filters-widget-wrapper {
		display: block;
	}
	.filter-widget-block .wpc-filters-section {
		width: 100%;
	}
	.filter-widget-block .wpc-filters-section:not(:last-child) {
		margin-right: 0;
	}
	.filter-widget-block .wpc-filter-title {
		justify-content: flex-start;
		width: 100%;
	}
	body .wpc-filters-section .wpc-filter-content {
		position: relative;
	}
	.catalog .catalog-list {
		margin: 0 -16px;
		width: calc(100% + 32px);
	}

	.catalog .catalog-list .inner-wrapper {
		grid-template-columns: repeat(2, calc((100% - 16px) / 2));
		grid-gap: 26px 16px;
	}

	.catalog .catalog-list .catalog-list__item .h6,
	.catalog .catalog-list .catalog-list__item .txt,
	.catalog .catalog-list .catalog-list__item .colors {
		padding-left: 16px;
	}

	.catalog .catalog-list .catalog-list__item.catalog-list__item--xl {
		grid-column: 1/3;
		height: auto;
		aspect-ratio: 430/263;
	}

	.catalog .catalog-list .catalog-list__item.catalog-list__item--xxl {
		grid-row: 3/5;
		grid-column: 1/3;
		height: auto;
		aspect-ratio: 430/622;
	}

	.catalog .catalog-list .catalog-list__item .avatar {
		display: block;
		visibility: visible !important;
		opacity: 1 !important;
		z-index: 2;
	}

	.catalog .catalog-list .catalog-list__item .item-list-slider {
		aspect-ratio: 206/263;
	}

	.catalog .catalog-list .catalog-list__item .item-list-slider .swiper-slide {
		display: block;
	}

	.catalog .catalog-list .catalog-list__item .selected-btn::before {
		width: 13px;
		height: 12px;
	}

	.catalog .catalog-list .catalog-list__item .add-to-cart {
		display: flex;
	}

	.catalog .catalog-list .catalog-list__item .item-list-slider-pagination {
		display: flex;
	}

	.catalog .catalog-list .catalog-list__item .item-list-slider-wrapper1-prev {
		display: none !important;
	}

	.catalog .catalog-list .catalog-list__item .item-list-slider-wrapper1-next {
		display: none !important;
	}

	.catalog .pagination {
		display: none;
	}

	.catalog .more-btn {
		display: none;
	}

	.images-inner a {
		margin-top: 20px;
		font-size: 11px;
		font-weight: 250;
		line-height: 25px;
	}

	.images .breadcrumbs-nav {
		padding: 16px 0;
	}

	.images .images-wrapper.images-wrapper--reverse {
		flex-direction: column-reverse;
	}

	.images .images-wrapper .txt-wrapper {
		padding: 32px 32px;
	}

	.images .images-wrapper .txt-wrapper .h2 {
		font-size: 20px;
		line-height: 25px;
	}

	.images .images-wrapper .txt-wrapper p {
		margin-top: 32px;
		max-width: 280px;
		font-size: 11px;
		line-height: 18px;
	}

	.images .images-wrapper .txt-wrapper .more-btn {
		margin-top: 20px;
		font-size: 7px;
	}

	.images .images-wrapper .txt-wrapper .txt {
		max-width: none;
		font-size: 7px;
		line-height: 15px;
	}

	.looks .breadcrumbs-nav {
		padding: 16px 0;
	}

	.looks .looks-slider .looks-slider-pagination {
		position: absolute;
		bottom: 20px;
		z-index: 10;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}

	.looks .looks-wrapper {
		margin-top: 20px;
	}

	.looks .looks-wrapper .links-wrapper {
		gap: 10px;
	}

	.looks .looks-wrapper .links-wrapper a {
		width: 24px;
		height: 24px;
	}

	.looks .looks-wrapper .links-wrapper a svg {
		width: 6px;
		height: 11px;
	}

	.looks .looks-wrapper .links-wrapper p {
		font-size: 11px;
		font-weight: 250;
		line-height: 14px;
	}

	.looks .looks-wrapper .more-btn {
		margin-top: 24px;
	}

	.info {
		padding: 24px 0;
	}

	.info.info1a .txt-wrapper .contacts-wrapper {
		flex-direction: column;
		gap: 10px;
	}

	.info .container {
		display: block;
	}

	.info aside {
		display: none;
	}

	.info .txt-wrapper .h2,
	.info .txt-wrapper h2 {
		margin-bottom: 20px;
		font-size: 15px;
		font-weight: 300;
		line-height: 25px;
		text-align: left;
	}

	.info .txt-wrapper .default-txt {
		margin-top: 14px;
		font-size: 7px;
		font-weight: 250;
		line-height: 11px;
	}

	.info .txt-wrapper .h6 {
		margin-top: 14px;
		font-size: 7px;
		font-weight: 250;
		line-height: 11px;
	}

	.info .txt-wrapper .contacts-wrapper {
		grid-template-columns: 1fr;
		grid-gap: 10px;
		margin-top: 50px;
		padding-top: 20px;
	}

	.info .txt-wrapper .contacts-wrapper .col .h2 {
		font-size: 9px;
		font-weight: 250;
		line-height: 25px;
	}

	.info .txt-wrapper .contacts-wrapper .col .default-txt {
		margin-top: 6px;
		font-size: 7px;
		font-weight: 250;
		line-height: 11px;
	}

	.info .txt-wrapper .contacts-wrapper .col:last-child {
		justify-self: start;
	}

	.content .title-wrapper-v1 {
		padding-top: 15px;
	}

	.content .title-wrapper-v1 h1 {
		font-size: 18px;
		line-height: 25px;
	}

	.content .title-wrapper-v1 p {
		margin-top: 20px;
		font-size: 11px;
		line-height: 18px;
	}

	.content .title-wrapper-v1 a {
		font-size: 7px;
	}

	.content .title-wrapper-v1 .more-btn {
		margin-top: 20px;
		font-size: 7px;
	}

	.content .title-wrapper-v1 .txt {
		font-size: 7px;
		line-height: 15px;
	}

	.content .title-wrapper-v2 {
		padding: 25px 0;
	}

	.content .title-wrapper-v2 h6 {
		font-size: 11px;
	}

	.content .title-wrapper-v2 p {
		margin-top: 15px;
		font-size: 7px;
	}

	.content .title-wrapper-v2 a {
		margin-top: 15px;
		font-size: 7px;
	}

	.content .content-v2 {
		grid-gap: 20px;
		padding: 20px;
	}
	.content .content-v2.swiper-wrapper {
		display: flex;
		padding: 0;
		grid-gap: 0;
		width: 100%;
	}

	.content .marquee3k {
		margin: 5px 0;
	}

	.content .marquee3k span {
		width: 150px;
		height: 20px;
		margin: 0 18px;
	}

	.blog {
		padding: 30px 0;
		margin-top: 40px;
	}

	.blog .blog-list {
		max-width: 332px;
		margin-top: 15px;
	}

	.blog .blog-list li {
		display: block;
	}

	.blog .blog-list li .img-wrapper {
		grid-row: auto;
		margin: 0 auto;
		width: 132px;
		height: 132px;
	}

	.blog .blog-list li h6 {
		margin-top: 15px;
	}

	.blog .blog-list li p {
		margin-top: 15px;
		font-size: 7px;
		line-height: 11px;
	}

	.blog .blog-list li a {
		color: rgb(0, 0, 0);
		font-size: 7px;
	}

	.blog .pagination {
		display: none;
	}

	.blog .more-btn {
		display: none;
	}

	.footer .footer-top {
		padding: 50px 0 0;
	}

	.footer .footer-top .container {
		flex-direction: column;
	}

	.footer .footer-top .col h6 {
		margin-bottom: 10px;
		display: flex;
		align-items: center;
		font-size: 11px;
		line-height: 25px;
		transition: 0.3s;
	}

	.footer .footer-top .col h6.active::before {
		transform: rotate(90deg);
	}

	.footer .footer-top .col h6.active+nav {
		margin-bottom: 10px;
	}

	.footer .footer-top .col h6::before {
		content: "";
		width: 7px;
		height: 8px;
		display: block;
		flex-shrink: 0;
		margin-right: 12px;
		background-image: url("../img/arrow4.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		transition: 0.3s;
	}

	.footer .footer-top .col nav {
		max-height: none;
		display: none;
		transition: none;
		overflow: hidden;
	}

	.footer .footer-top .col nav a {
		font-size: 12px;
		line-height: 1.2;
	}
	.footer .footer-top .col nav a:not(:last-child) {
		margin-bottom: 1em;
	}

	.footer .footer-mid {
		padding: 16px 0 32px;
		margin-top: 16px;
	}

	.footer .footer-mid .container {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 16px;
	}

	.footer .footer-mid h6 {
		grid-column: 1/5;
		padding: 0;
		font-size: 11px;
		line-height: 25px;
		border: none;
	}

	.footer .footer-mid h6 br {
		display: none;
	}

	.footer .footer-mid a {
		font-size: 7px;
		line-height: 15px;
	}

	.footer .footer-bottom {
		padding: 26px 0 32px;
	}

	.footer .footer-bottom .logo {
		width: 334px;
		height: 41px;
		align-items: center;
	}

	.footer .footer-bottom .socials {
		padding-top: 26px;
		width: 100%;
	}
	.looks-slider__wrapper {
		padding: 0;
		overflow: hidden;
	}
	.looks-slider_slider-wrapper1-prev,
	.looks-slider_slider-wrapper1-next {
		background-color: transparent;
	}
}
.arrow-hidden .slider-wrapper1-prev {
	display: none;
}
.arrow-hidden .slider-wrapper1-next {
	display: none;
}

.infinit-line {
	width: 100%;
	display: flex;
	overflow: hidden;
	margin: 130px 0;
}
.infinit-line__track {
	display: flex;
	will-change: transform;
	align-items: center;
}
.infinit-line__track-item {
	display: flex;
	align-items: center;
}
.infinit-line__item {
	white-space: nowrap;
	font-weight: 400;
	font-size: 80px;
	line-height: 110%;
	letter-spacing: -0.02em;
	display: flex;
	align-items: center;
	user-select: none;
	margin-right: 36px;
}
.infinit-line__item[class*="item_"]:before {
	content: '';
	display: block;
	width: 80px;
	min-width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	margin-right: 24px;
}
.infinit-line__track-item .img-wrap {	
    display: flex;
    width: 500px;
    height: auto;
    margin: 0 60px;
    overflow: hidden;
}
.infinit-line__track-item .img-wrap img {
	display: block;
	object-fit: contain;
	margin: 0 auto;
	object-position: center;
}
.style-block-margin {
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}
.style-block-margin:first-child:last-child {
	margin-bottom: 100px !important;
}
.gallery_vslider-block {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 0 50px !important;
}
@media screen and (max-width: 768px) {
	.gallery_vslider-block {
		max-width: none;
		padding: 0 !important;
	}
}
.gallery_vslider-block .swiper-slide {
	height: 700px;
	overflow: hidden;
/*	padding-bottom: 100%;*/
	position: relative;
	display: block;
}
.gallery_vslider-block .swiper-slide img {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	object-position: center;
}
@media screen and (max-width: 768px) {
	.gallery_vslider-block .swiper-slide {
		height: auto;
		padding-bottom: 0;
	}
	.gallery_vslider-block .swiper-slide img {
		position: relative;
		height: auto;
	}
}
.style-block-margin:not(:last-child) {
	margin-bottom: 100px !important;
}
.style-block-margin .title-wrapper-v1 {
	padding: 0 !important;
}
.style-block-margin .title-wrapper-v1 h1 {
	margin: 0 !important;
}
.style-block-margin .title-wrapper-v2 {
	padding: 0 !important;
}
.style-block-margin .content-v2 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
	.catalog-list__item_banner {
		grid-row: auto !important;
	}
	.infinit-line__track-item .img-wrap {
		/*width: 300px;
		height: auto;*/
		margin: 0 18px;
	}
	.infinit-line {
		margin: 15px 0;
	}
	.style-block-margin:not(:last-child) {
		margin-bottom: 50px !important;
	}
	.style-block-margin:first-child:last-child {
		margin-bottom: 50px !important;
	}
}
.tab_link-ite {
	text-decoration: none;
}
.product-category-top_style-img {
	grid-column: 4 / 1;
}
.header .menu-item-wrapper .tab-menu-content .list .list__item .images .product-category-top_style-img .ver-1 {
	width: 100%;
}
.single-page-blog {
	padding-top: 160px;
}
@media screen and (max-width: 768px) {
	.single-page-blog {
		padding-top: 60px;
	}
	.slider-wrapper1_arrow {
		display: none !important;
	}
}
.img-wrapper__history {
	width: 100%;
	display: block;
}
.top.top-images__history {
	margin: 0;
}
.top.top-images__history.top-images__history-video {
	height: 700px;
	padding-bottom: 0 !important;
	margin-top: 145px;
}
.images-wrapper_style:not(:last-child) {
	margin-bottom: 100px;
}
.swiper-button-lock {
	display: none !important;
}
@media screen and (max-width: 768px) {
	.catalog .catalog-list .catalog-list__item .avatar {
		display: none;
	}
	.images-wrapper_style:not(:last-child) {
		margin-bottom: 0;
	}
	.top.top-images__history.top-images__history-video {
		margin-top: 40px;
		aspect-ratio: auto;
	}
	.header .main-nav .tab, .header .main-nav a {
		color: #000 !important;
	}
}
.top-inner__staticpage {
	height: 200px;
	display: none;
}
.top-inner__staticpage .h1 {
	color: #000;
}
.style-block-margin.content-img_full_width:has(+ .style-block-margin.content-img_full_width) {
    margin-bottom: 0 !important;
}
.images-main_banner_style {
	margin-bottom: 0;
	padding-top: 140px;
}
.images-main_banner_style__h2 {
    font-size: 42px;
    position: absolute;
    bottom: 1.5em;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 .5em;
    line-height: 1.3;
    left: 50%;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
	.images-main_banner_style__h2 {
		font-size: 36px;
	}
}
@media screen and (max-width: 768px) {
	.images-main_banner_style {
		padding-top: 0;
	}
	.images-main_banner {
		height: 600px;
	}
	.images-main_banner_style {
		height: 600px;
	}
	.images-main_banner_style__h2 {
		font-size: 20px;
		bottom: 3em;
	}
	.gallery_vslider-block .slider-wrapper1_arrow {
		display: none !important;
	}
	.to-top-btn {
		display: none !important;
	}
}

.menu-modal-desktop {
	padding-top: 4vw;
	padding-bottom: 3vw;
	display: none;
	position: relative;
	overflow: hidden;
	height: calc(100vh - 90px);
}
.menu-modal-desktop.active {
	display: flex;
	position: fixed;
	left: 0;
	right: 0;
	top: 92px;
	width: 100%;
	z-index: 99999999;
	background: #fff;
}
.menu-modal-desktop .header {
	position: relative;
}
.menu-modal__close-btn {
	position: absolute;
	top: 0;
	right: 30px;
	width: 27px;
	min-width: 27px;
	height: 27px;
	display: block;
	background: url("data:image/svg+xml,%3Csvg width='27' height='28' viewBox='0 0 27 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.375 26.8359L26.6777 0.533203' stroke='black' stroke-width='0.8504' stroke-miterlimit='10' /%3E%3Cpath d='M0.375 0.533203L26.6777 26.8359' stroke='black' stroke-width='0.8504' stroke-miterlimit='10' /%3E%3C/svg%3E") no-repeat center / 100% 100%;
}
.menu-modal-desktop__nav-logo {
	width: 20%;
	min-width: 220px;
	overflow: hidden;
	overflow-y: auto;
	border-right: 1px solid #F3F3F3;
}
.menu-modal-desktop__nav-logo-item {
	cursor: pointer;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 1.5vw;
	padding-bottom: 1.5vw;
	padding-right: 4.31vw;
	padding-left: 6.39vw;
	background-color: transparent;
	transition: background-color .3s;
	overflow: hidden;
}
.menu-modal-desktop__nav-logo-item:hover,
.menu-modal-desktop__nav-logo-item.active {
	background-color: #F3F3F3;
}
.menu-modal-desktop__nav-logo-img {
	display: block;
	width: 16vw;
	min-width: 16vw;
	object-fit: cover;
	object-position: center;
}
.menu-modal-desktop__nav-logo-title {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 250;
	font-size: 9px;
	line-height: 1.4;
	color: #000;
	padding-top: 1em;
}
.menu-modal-desktop__nav-logo-item_link {
	cursor: initial;
	pointer-events: none;
}
.menu-modal-desktop__nav-logo-link {
	font-style: normal;
	font-weight: 250;
	font-size: 12px;
	line-height: 1.4;
	color: #000000;
	white-space: nowrap;
	text-decoration: underline;
	pointer-events: all;
}
.menu-modal-desktop__nav-section {
	padding-left: 4.79vw;
	padding-right: 2.29vw;
	width: 35%;
	min-width: 200px;
}
.menu-modal-desktop__nav-section-group {
	display: none;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
}
.menu-modal-desktop__nav-section-group.active {
	display: block;
}
.nav-section-group-list__title {
	font-weight: 250;
	font-size: max(1.39vw, 12px);
	line-height: 1.25;
	margin-bottom: 1em;
	color: #000000;
}
.nav-section-group-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.nav-section-group-list__item {
	text-transform: uppercase;
	cursor: pointer;
	font-family: 'Onest';
	font-style: normal;
	font-weight: 250;
	font-size: 12px;
	line-height: 1.25;
	color: #000000;
}
.nav-section-group-list__item:not(:last-child) {
	margin-bottom: 1em;
}
.nav-section-group-list__item-link {
	text-decoration: none;
	text-transform: none;
}
.nav-visual-images-lvl1 {
	height: 100%;
}
.nav-section-group-list__item:hover,
.nav-section-group-list__item.active {
	text-decoration: underline;
}
.menu-modal-desktop__nav-visual {
	width: 45%;
	padding-right: 30px;
}
.nav-visual-images-lvl1__item {
	display: none;
	height: 100%;
	width: 100%;
	aspect-ratio: 1 / 1;
}
.nav-visual-images-lvl1__item_default {
/*	aspect-ratio: initial;
	height: 100%;*/
}
.nav-visual-images-lvl1__item_default .nav-visual-images-lvl1__item-img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.nav-visual-images-lvl1__item.active {
	display: flex;
}
.nav-visual-images-lvl1__item-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	margin: auto;
}
.nav-visual-images-lvl2 {
	display: none;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
}
.nav-visual-images-lvl2__group-all-block {
	aspect-ratio: 2 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
	position: relative;
}
.nav-visual-images-lvl2__group-all-img {
	display: block;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.nav-visual-images-lvl2__group-all-link {
	font-family: 'Onest';
	font-style: normal;
	font-weight: 300;
	font-size: 10px;
	line-height: 1.25;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 1em 3em;
	position: relative;
	background-color: rgba(0, 0, 0, 0.6);
}
.nav-visual-images-lvl2__group {
	display: none;
}
.nav-visual-images-lvl2__group.active {
	display: block;
}
.nav-visual-images-lvl2__item-link-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(12.64vw, 1fr));
}
.nav-visual-images-lvl2__item-link-img {
	display: block;
	aspect-ratio: 1 / 1;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.nav-visual-images-lvl2__item-link {
	display: block;
	text-decoration: none;
	color: #000000;
}
.nav-visual-images-lvl2__item-link-title {
	display: block;
	font-family: 'Onest';
	font-style: normal;
	font-weight: 250;
	font-size: 12px;
	line-height: 1.2;
	color: #000000;
	padding: 1em;
	text-align: center;
}
.nav-visual-images-lvl2__group_style {
	height: 100%;
}
.nav-visual-images-lvl2__group_style .nav-visual-images-lvl2__item-link {
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-visual-images-lvl2__group_style .nav-visual-images-lvl2__item-link-img {
	height: 100%;
	aspect-ratio: initial;
}
.nav-visual-images-lvl2__group_style .nav-visual-images-lvl2__group-all-link {
	position: absolute;
}
.breadcrumbs-mobile-navigate {
	display: none;
	align-items: center;
	width: 100%;
	overflow: hidden;
	overflow-x: auto;
	position: relative;
	top: 0;
	left: 0;
	z-index: 9999;
	padding: 16px;
	gap: 16px;
	white-space: nowrap;
}
.breadcrumbs-mobile-navigate__item {
	font-size: 15px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 0.7em;
}
.breadcrumbs-mobile-navigate__item:before {		
  content: "";
  width: 8px;
  height: 9px;
  display: block;
  margin-left: auto;
  background-image: url("../img/arrow2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
	.breadcrumbs-mobile-navigate {
		display: flex;
	}
	.nav-visual-images-lvl1 {
		display: none !important;
	}
	.menu-modal__close-btn {
		display: none;
	}
	.menu-modal-desktop {
		padding-top: 0;
		padding-bottom: 32px;
		height: 100%;
		min-height: 100svh;
	}
	.menu-modal-desktop.active {
		top: 0;
		display: block;
	}
	.menu-modal-desktop__nav-logo {
    width: 100%;
    padding-top: 0;
    padding-bottom: 30px;
    height: calc(100svh - 95px);
    min-width: 0;
	}
	.menu-modal-desktop__nav-logo-item {
		padding-top: 30px;
		padding-bottom: 30px;
		padding-right: 16px;
		padding-left: 16px;
	}
	.menu-modal-desktop__nav-logo-img {
		width: 100%;
		max-width: 300px;
		min-width: 0;
	}
	.menu-modal-desktop__nav-logo-title {
		font-size: 11px;
		padding-top: 0;
	}
	.menu-modal-desktop__nav-section {
		padding-top: 127px;
		padding-bottom: 30px;
		padding-right: 16px;
		padding-left: 16px;
		background-color: #fff;
	}
	.menu-modal-desktop__nav-section.active {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.menu-modal-desktop__nav-visual {
		padding-top: 127px;
		padding-bottom: 30px;
		padding-right: 16px;
		padding-left: 16px;
		background-color: #fff;
	}
	.menu-modal-desktop__nav-visual.active {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.nav-visual-images-lvl2__group-all-block {
		aspect-ratio: initial;
		height: 250px;
	}
	.nav-visual-images-lvl2__item-link-list {
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	}
	.nav-section-group-list {
		padding-right: 10px;
	}
	.nav-section-group-list__item {
		display: flex;
		width: 100%;
		gap: 1em;
		font-size: 14px;
		align-items: center;
	}
	.nav-section-group-list__title {
		font-size: 14px;
	}
	.header .main-nav .tab, .header .main-nav a {
		font-size: 15px;
	}
	.nav-section-group-list__item:not(.nav-section-group-list__item-link):after {		
    content: "";
    width: 8px;
    height: 9px;
    display: block;
    margin-left: auto;
    background-image: url("../img/arrow2.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	}
	.header .menu {
		overflow: hidden;
		overflow-y: auto;
	}
}