

/* Start:/local/templates/theme_225/front/styles/slimselect.css?17218273529830*/
:root{--ss-primary-color: #5897fb;--ss-bg-color: #ffffff;--ss-font-color: #4d4d4d;--ss-font-placeholder-color: #8d8d8d;--ss-disabled-color: #dcdee2;--ss-border-color: #dcdee2;--ss-highlight-color: #fffb8c;--ss-success-color: #00b755;--ss-error-color: #dc3545;--ss-focus-color: #5897fb;--ss-main-height: 30px;--ss-content-height: 300px;--ss-spacing-l: 7px;--ss-spacing-m: 5px;--ss-spacing-s: 3px;--ss-animation-timing: 0.2s;--ss-border-radius: 4px}@keyframes ss-valueIn{0%{transform:scale(0);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes ss-valueOut{0%{transform:scale(1);opacity:1}100%{transform:scale(0);opacity:0}}.ss-hide{display:none !important}.ss-main{display:flex;flex-direction:row;position:relative;user-select:none;color:var(--ss-font-color);min-height:var(--ss-main-height);width:100%;padding:var(--ss-spacing-s);cursor:pointer;border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius);background-color:var(--ss-bg-color);outline:0;box-sizing:border-box;transition:background-color var(--ss-animation-timing);overflow:hidden}.ss-main:focus{box-shadow:0 0 5px var(--ss-focus-color)}.ss-main.ss-disabled{background-color:var(--ss-disabled-color);cursor:not-allowed}.ss-main.ss-disabled .ss-values .ss-disabled{color:var(--ss-font-color)}.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}.ss-main.ss-open-above{border-top-left-radius:0px;border-top-right-radius:0px}.ss-main.ss-open-below{border-bottom-left-radius:0px;border-bottom-right-radius:0px}.ss-main .ss-values{display:inline-flex;flex-wrap:wrap;gap:var(--ss-spacing-m);flex:1 1 100%}.ss-main .ss-values .ss-placeholder{display:flex;padding:var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);margin:auto 0px auto 0px;line-height:1em;align-items:center;width:100%;color:var(--ss-font-placeholder-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-main .ss-values .ss-max{display:flex;user-select:none;align-items:center;width:fit-content;font-size:12px;color:var(--ss-bg-color);line-height:1;padding:var(--ss-spacing-s) var(--ss-spacing-m);background-color:var(--ss-primary-color);border-radius:var(--ss-border-radius)}.ss-main .ss-values .ss-single{display:flex;margin:auto 0px auto var(--ss-spacing-s)}.ss-main .ss-values .ss-value{display:flex;user-select:none;align-items:center;width:fit-content;background-color:var(--ss-primary-color);border-radius:var(--ss-border-radius);animation-name:ss-valueIn;animation-duration:var(--ss-animation-timing);animation-timing-function:ease-out;animation-fill-mode:both}.ss-main .ss-values .ss-value.ss-value-out{animation-name:ss-valueOut;animation-duration:var(--ss-animation-timing);animation-timing-function:ease-out}.ss-main .ss-values .ss-value .ss-value-text{font-size:12px;color:var(--ss-bg-color);line-height:1;padding:var(--ss-spacing-s) var(--ss-spacing-m)}.ss-main .ss-values .ss-value .ss-value-delete{display:flex;align-items:center;height:var(--ss-spacing-l);width:var(--ss-spacing-l);padding:var(--ss-spacing-s) var(--ss-spacing-m);cursor:pointer;border-left:solid 1px var(--ss-bg-color);box-sizing:content-box}.ss-main .ss-values .ss-value .ss-value-delete svg{height:var(--ss-spacing-l);width:var(--ss-spacing-l)}.ss-main .ss-values .ss-value .ss-value-delete svg path{fill:none;stroke:var(--ss-bg-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round}.ss-main .ss-deselect{flex:0 1 auto;display:flex;align-items:center;justify-content:center;width:fit-content;height:auto;margin:0 var(--ss-spacing-m) 0 var(--ss-spacing-m)}.ss-main .ss-deselect svg{width:8px;height:8px}.ss-main .ss-deselect svg path{fill:none;stroke:var(--ss-font-color);stroke-width:20;stroke-linecap:round;stroke-linejoin:round}.ss-main .ss-arrow{flex:0 1 auto;display:flex;align-items:center;justify-content:flex-end;width:12px;height:12px;margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m)}.ss-main .ss-arrow path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round;transition-timing-function:ease-out;transition:var(--ss-animation-timing)}.ss-content{position:absolute;display:flex;height:auto;flex-direction:column;width:auto;max-height:var(--ss-content-height);box-sizing:border-box;border:solid 1px var(--ss-border-color);background-color:var(--ss-bg-color);transition:transform var(--ss-animation-timing),opacity var(--ss-animation-timing);opacity:0;transform:scaleY(0);transform-origin:center top;overflow:hidden;z-index:10000}.ss-content.ss-relative{position:relative;height:100%}.ss-content.ss-open-above{flex-direction:column-reverse;opacity:1;transform:scaleY(1);transform-origin:center bottom;border-top-left-radius:var(--ss-border-radius);border-top-right-radius:var(--ss-border-radius)}.ss-content.ss-open-below{opacity:1;transform:scaleY(1);transform-origin:center top;border-bottom-left-radius:var(--ss-border-radius);border-bottom-right-radius:var(--ss-border-radius)}.ss-content .ss-search{flex:0 1 auto;display:flex;flex-direction:row;padding:var(--ss-spacing-l) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)}.ss-content .ss-search input{display:inline-flex;font-size:inherit;line-height:inherit;flex:1 1 auto;width:100%;min-width:0px;padding:var(--ss-spacing-m) var(--ss-spacing-l);margin:0;border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius);background-color:var(--ss-bg-color);outline:0;text-align:left;box-sizing:border-box}.ss-content .ss-search input::placeholder{color:var(--ss-font-placeholder-color);vertical-align:middle}.ss-content .ss-search input:focus{box-shadow:0 0 5px var(--ss-focus-color)}.ss-content .ss-search .ss-addable{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;flex:0 0 auto;height:auto;margin:0 0 0 var(--ss-spacing-m);border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius)}.ss-content .ss-search .ss-addable svg{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;width:12px;height:12px;margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m)}.ss-content .ss-search .ss-addable svg path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round}.ss-content .ss-list{flex:1 1 auto;height:auto;overflow-x:hidden;overflow-y:auto}.ss-content .ss-list .ss-error{color:var(--ss-error-color);padding:var(--ss-spacing-l)}.ss-content .ss-list .ss-searching{color:var(--ss-font-color);padding:var(--ss-spacing-l)}.ss-content .ss-list .ss-optgroup.ss-close .ss-option{display:none !important}.ss-content .ss-list .ss-optgroup .ss-optgroup-label{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text{flex:1 1 auto;font-weight:bold;color:var(--ss-font-color)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow){cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions{flex:0 1 auto;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:var(--ss-spacing-m)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall{flex:0 0 auto;display:flex;flex-direction:row;cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover{opacity:.5}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path{stroke:var(--ss-error-color)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span{flex:0 1 auto;display:flex;align-items:center;justify-content:center;font-size:60%;text-align:center;padding:0 var(--ss-spacing-s) 0 0}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg{flex:0 1 auto;width:13px;height:13px}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path{fill:none;stroke:var(--ss-success-color);stroke-linecap:round;stroke-linejoin:round}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child{stroke-width:5}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child{stroke-width:11}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable{flex:0 1 auto;display:flex;flex-direction:row;cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow{flex:1 1 auto;width:10px;height:10px}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round;transition-timing-function:ease-out;transition:var(--ss-animation-timing)}.ss-content .ss-list .ss-optgroup .ss-option{padding:var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l)*3)}.ss-content .ss-list .ss-option{display:flex;padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);color:var(--ss-font-color);cursor:pointer;user-select:none}.ss-content .ss-list .ss-option:hover{color:var(--ss-bg-color);background-color:var(--ss-primary-color)}.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected{color:var(--ss-bg-color);background-color:var(--ss-primary-color)}.ss-content .ss-list .ss-option.ss-disabled{cursor:not-allowed;background-color:var(--ss-disabled-color)}.ss-content .ss-list .ss-option.ss-disabled:hover{color:var(--ss-font-color)}.ss-content .ss-list .ss-option .ss-search-highlight{background-color:var(--ss-highlight-color)}/*# sourceMappingURL=slimselect.css.map */

/* End */


/* Start:/local/templates/theme_225/front/styles/main.css?1744044068101551*/
:root {
  --ss-primary-color: #000;
  --ss-bg-color: #ffffff;
  --ss-font-color: #000;
  --ss-font-placeholder-color: #8A8A8A;
  --ss-disabled-color: #dcdee2;
  --ss-border-color: #000;
  --ss-highlight-color: #fffb8c;
  --ss-success-color: #00b755;
  --ss-error-color: #EC3A3A;
  --ss-main-height: 43px;
  --ss-content-height: 300px;
  --ss-spacing-l: 7px;
  --ss-spacing-m: 5px;
  --ss-spacing-s: 3px;
  --ss-animation-timing: 0.2s;
  --ss-border-radius: 0px;
  --swiper-navigation-size: 10px;
  --swiper-navigation-color: #000;
}
/*! 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 */
  -webkit-text-decoration: underline dotted;
  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: "Helvetica Neue";
  font-display: swap;
  src: url("/local/templates/theme_225/front/styles/../fonts/HelveticaNeue-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  font-display: swap;
  src: url("/local/templates/theme_225/front/styles/../fonts/Helvetica Neue Condensed Bold.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Now Text";
  font-display: swap;
  src: url("/local/templates/theme_225/front/styles/../fonts/HelveticaNowText-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Now Text";
  font-display: swap;
  src: url("/local/templates/theme_225/front/styles/../fonts/HelveticaNowText-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  font-display: swap;
  src: url("/local/templates/theme_225/front/styles/../fonts/HelveticaNeueCyr-Roman.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  font-display: swap;
  src: url("/local/templates/theme_225/front/styles/../fonts/HelveticaNeueCyr-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  font-display: swap;
  src: url("/local/templates/theme_225/front/styles/../fonts/HelveticaNeueCyr-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("/local/templates/theme_225/front/styles/../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("/local/templates/theme_225/front/styles/../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Text";
  font-display: swap;
  src: url("/local/templates/theme_225/front/styles/../fonts/SFUIText-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
}
h1 {
  font-weight: 400;
}
html {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-style: normal;
  line-height: normal;
  height: 100%;
}
body {
  height: 100%;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  margin: 0 auto;
}
body:has(dialog[open]) {
  overflow: hidden;
  padding-right: var(--scrollbar-width);
}
body.fixed {
  overflow: hidden;
}
.page {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 57px;
  position: relative;
}
main {
  flex: 1;
  z-index: 0;
  position: relative;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin: 0 auto;
  width: 100%;
}
* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: border-box;
}
img {
  display: block;
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0 36px;
}
input,
.customt_textarea {
  line-height: 1;
  font-size: 1rem;
  padding: 13px 10px 13px 18px;
  border-radius: 0;
  border: 1px solid #000;
  outline: none;
  box-shadow: none;
}
input::-moz-placeholder,
.customt_textarea::-moz-placeholder {
  color: #8a8a8a;
  text-transform: uppercase;
  font-size: 0.75rem;
}
input::placeholder,
.customt_textarea::placeholder {
  color: #8a8a8a;
  text-transform: uppercase;
  font-size: 0.75rem;
}
input.error,
.customt_textarea.error {
  border-color: #EC3A3A !important;
  z-index: 1;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.checkbox {
  font-size: 0.75rem;
}
.checkbox input {
  display: none;
}
.checkbox input:checked + span:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='44' viewBox='0 0 45 44' fill='none'%3E%3Cpath d='M1 0.999998L21.6224 42L44 1' stroke='black'/%3E%3C/svg%3E");
  background-size: 100%;
}
.checkbox input:checked + span.dark:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='44' viewBox='0 0 45 44' fill='none'%3E%3Cpath d='M1 0.999998L21.6224 42L44 1' stroke='white'/%3E%3C/svg%3E");
}
.checkbox span {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
.checkbox span:before {
  content: "";
  display: block;
  width: 45px;
  height: 43px;
  border: 1px solid #000;
  margin-right: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='44' viewBox='0 0 45 44' fill='none'%3E%3Cpath d='M1 0.999998L21.6224 42L44 1' stroke='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0;
  transition: all 0.25s ease;
}
.btn_main {
  padding: 10px 20px;
  min-height: 64px;
  font-size: 0.75rem;
  background: #000;
  border: 1px solid transparent;
  text-align: center;
  color: #fff;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease;
}
.btn_main:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.btn_main.btn_white {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.btn_main.btn_white:hover {
  background: #000;
  color: #fff;
  border: 1px solid transparent;
}
.ss-main:focus {
  box-shadow: none;
}
.tabs .tabs_menu {
  display: flex;
  font-size: 0.75rem;
}
.tabs .tabs_menu .tab {
  flex: 1;
  padding: 10px 17px;
  border: 1px solid #000;
  border-right: none;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  transition: all 0.25s ease;
}
.tabs .tabs_menu .tab.active {
  background: #000;
  color: #fff;
}
.tabs .tabs_content .tab_pane {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top;
}
.tabs .tabs_content .tab_pane.active {
  height: auto;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  transition: all 0.25s ease;
}
.accordion_item .accordion_title {
  position: relative;
  display: block;
  padding: 15px 60px 15px 13px;
  text-decoration: none;
  cursor: pointer;
  padding-right: 50px;
  border: 1px solid #000;
  transition: all 0.25s ease;
}
.accordion_item .accordion_title::after {
  content: "";
  display: block;
  width: 48px;
  height: calc(100% + 2px);
  border: 1px solid #000;
  margin: -1px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.75 16.5V0H8.75V16.5H7.75Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.37121e-08 7.75L16.5 7.75V8.75L0 8.75L4.37121e-08 7.75Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.accordion_item .accordion_title.accordion-active::after {
  background-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.37121e-08 7.75L16.5 7.75V8.75L0 8.75L4.37121e-08 7.75Z' fill='white'/%3E%3C/svg%3E%0A");
}
.accordion_item .accordion_content {
  display: none;
}
.load_products {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #000;
  background-color: #fff;
  display: none;
  height: 27px;
  margin-top: -27px;
}
.load_products p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
  margin: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  color: #fff;
  background-color: #000;
  mix-blend-mode: difference;
}
.load_products .loader {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  background: #000;
  transition: all 0.25s ease;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #000;
  border-top: none;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  min-height: 57px;
}
.header nav {
  font-size: 0.75rem;
}
.header nav .header_nav {
  list-style: none;
  display: flex;
  gap: 4px;
  height: 100%;
  line-height: 14px;
}
.header nav .header_nav > li > a {
  display: block;
  text-decoration: none;
  color: #000;
  border: 1px solid transparent;
  border-top: none;
  border-bottom: none;
  padding: 21px 14px;
}
.header nav .header_nav > li > a:hover {
  border-color: #000;
}
.header nav .header_nav > li.active > a {
  background-color: #000;
  color: #fff;
}
.header nav .header_nav > li:hover .header_catalog {
  visibility: visible;
  opacity: 1;
  height: auto;
  transform: scaleY(1);
}
.header .left {
  flex: 1;
  display: flex;
  align-items: start;
}
.header .left .header_nav > li:first-child a {
  border-left-color: transparent !important;
  padding-left: 36px;
}
.header .center {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: start;
}
.header .right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: start;
}
.header .right .header_nav > li:last-child a {
  border-right-color: transparent !important;
  padding-right: 36px;
}
.header .right .mobile {
  display: none;
}
.basket_link {
  position: relative;
}
.basket_link.basket_link_in::before {
  position: absolute;
  content: "";
  right: 24px;
  top: 50%;
  display: block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #EF2C2C;
}
.mobile_menu {
  display: none;
}
.mobile_menu .burger {
  cursor: pointer;
}
.mobile_menu .mobile_menu_list {
  position: absolute;
  top: 100%;
  left: -1px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 -1px -1px 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.25s ease;
  min-width: 390px;
}
.mobile_menu .mobile_menu_list.open {
  visibility: visible;
  opacity: 1;
  height: auto;
  transform: scaleY(1);
}
.mobile_menu .mobile_menu_list .item {
  grid-column: span 2;
  box-shadow: 0 0 0 1px #000;
  margin: 0.5px 0.5px;
  background: #fff;
}
.mobile_menu .mobile_menu_list .item.item_m {
  grid-column: span 1;
}
.mobile_menu .mobile_menu_list .item.item_l {
  grid-column: span 4;
}
.mobile_menu .mobile_menu_list .item.item_login a {
  background: #000;
  color: #fff;
}
.mobile_menu .mobile_menu_list .item a {
  text-decoration: none;
  font-size: 0.75rem;
  padding: 12px 15px;
  display: block;
  width: 100%;
  color: #000;
}
.mobile_menu .mobile_menu_list .item a:hover {
  background: #000;
  color: #fff;
}
.mobile_menu .mobile_menu_list .item.active a {
  background: #000;
  color: #fff;
}
.mobile_menu .mobile_menu_list .catalog_mobile {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top;
  grid-column: span 6;
  margin-bottom: -1px;
}
.mobile_menu .mobile_menu_list .catalog_mobile.open {
  height: auto;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  transition: all 0.25s ease;
}
.mobile_menu .mobile_menu_list .catalog_mobile ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  list-style: none;
}
.header_catalog {
  position: absolute;
  top: 100%;
  left: -1px;
  width: 100%;
  max-width: 460px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.25s ease;
}
.header_catalog .header_catalog_wrapper {
  padding: 28px 39px 0px;
  border: 1px solid #000;
  background: #FFF;
  display: flex;
  flex-direction: column;
}
.header_catalog .header_catalog_top {
  margin-bottom: 44px;
  display: flex;
  flex-direction: column;
}
.header_catalog .header_catalog_list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 39px;
  padding-bottom: 50px;
}
.header_catalog .header_catalog_list + .header_catalog_list {
  border-top: 1px solid #000;
  margin-left: -39px;
  width: calc(100% + 78px);
  padding-left: 39px;
  padding: 13px 39px;
}
.header_catalog .header_catalog_list .item_main {
  grid-column: span 2;
  font-weight: 700;
}
.header_catalog .header_catalog_list .item {
  padding: 3px 0;
}
.header_catalog a {
  padding: 0;
  line-height: 1.91;
  color: #000;
  text-decoration: none;
}
.dialog_popup {
  padding: 0;
  border: none;
  text-align: left;
  transform-origin: 50% 50%;
  animation: dialog 300ms cubic-bezier(0.3, 0, 0.1, 1.4) forwards 1;
  will-change: transform, opacity;
  overflow: unset;
  overscroll-behavior: none;
}
.dialog_popup.top {
  margin-top: 0;
}
.dialog_popup::backdrop {
  opacity: 0;
  will-change: opacity;
  background: rgba(255, 255, 255, 0.01);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  animation: backdrop 500ms ease forwards 1;
}
.dialog_popup[open] {
  display: block;
}
.dialog_popup[open]::backdrop {
  opacity: 1;
}
.dialog_popup:not([open]) {
  display: none;
}
.dialog_popup .dialog_wrapper {
  position: relative;
  border: 1px solid #000;
  width: 392px;
  max-width: calc(100vw - 40px);
  background-color: #fff;
}
.dialog_popup .dialog_close {
  position: absolute;
  left: -2px;
  top: -43px;
  cursor: pointer;
  background: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  color: #000;
}
.dialog_popup .dialog_close svg {
  width: 44px;
  height: 44px;
}
@keyframes dialog {
  from {
    transform: translate(-50%, -25%) rotateX(45deg) scale(0.1);
    opacity: 0;
  }
}
@keyframes backdrop {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.support_popup p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.66;
}
.support_popup .contacnt_row {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.64;
  margin-top: -1px;
  border-bottom: 1px solid #000;
  margin-right: -1px;
}
.support_popup .contacnt_row .span_hreg {
  flex: 1;
}
.support_popup .contacnt_row a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 43px;
  height: 43px;
}
.support_popup .contacnt_row a[href^="mailto:"] {
  padding: 0 14px;
  flex: 1;
}
.support_popup .contacnt_row a svg {
  width: 44px;
  height: 44px;
  margin: 0 -1px -1px;
}
.support_popup .dialog_body {
  border-bottom: 1px solid #000;
  padding: 34px 18px 21px 14px;
}
.support_popup .dialog_footer {
  padding: 19px 16px 15px 14px;
}
.orderback_popup .dialog_wrapper .dialog_close .mobile {
  display: none;
}
.orderback_popup .dialog_wrapper .mobile_bg {
  flex: 1;
  background-image: linear-gradient(to bottom left, transparent calc(50% - 1px), #000, transparent calc(50% + 1px));
  background-repeat: no-repeat;
}
.orderback_popup img {
  height: 208px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  display: block;
}
.orderback_popup form {
  border-top: 1px solid #000;
  font-size: 0.75rem;
}
.orderback_popup form label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000;
}
.orderback_popup form label span {
  display: block;
  margin-left: 16px;
  flex: 1;
}
.orderback_popup form p {
  margin: 15px 16px;
  line-height: 1.66;
}
.orderback_popup form button {
  width: calc(100% + 2px);
  min-height: 46px;
  margin: 0 -1px -1px;
}
.orderback_popup form .select_wrapper {
  position: relative;
}
.orderback_popup form .select_wrapper .ss-main {
  width: 54px;
  height: 54px;
  margin: -1px;
}
.orderback_popup form .select_wrapper .ss-main .ss-values {
  justify-content: center;
}
.orderback_popup form .select_wrapper .ss-content {
  top: 100% !important;
  left: 0 !important;
}
.orderback_popup form .select_wrapper .ss-option {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productnotify_popup {
  font-size: 0.75rem;
}
.productnotify_popup .productnotify_text {
  padding: 35px 18px 32px 14px;
}
.productnotify_popup .productnotify_text p {
  margin: 0;
  line-height: 1.66;
}
.productnotify_popup .productnotify_text a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  margin-top: 67px;
}
.auth_popup {
  font-family: "Helvetica Now Text", sans-serif;
}
.auth_popup .error_msg {
  color: #EC3A3A;
  font-weight: 400;
  font-size: 9px;
  line-height: 2.55556;
  text-transform: uppercase;
  color: #ef2c2c;
  padding: 10px 13px;
}
.auth_popup .tabs_menu {
  margin: -1px;
}
.auth_popup .tabs_menu .tab {
  display: flex;
  height: 44px;
  align-items: center;
}
.auth_popup .tab_pane {
  transition: none !important;
}
.auth_popup form {
  display: flex;
  flex-direction: column;
  margin: -1px;
}
.auth_popup form .reg_col_2 {
  display: flex;
}
.auth_popup form .reg_col_2 > * {
  flex: 1;
}
.auth_popup form .reg_col_2 > *:not(:last-child) {
  margin-right: -1px;
}
.auth_popup form label {
  display: flex;
  margin-top: -1px;
}
.auth_popup form label input {
  width: 100%;
}
.auth_popup form label .eye {
  width: 44px;
  min-width: 44px;
  height: 100%;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 #000;
}
.auth_popup form label .eye svg {
  width: 100%;
  height: 48px;
  transition: all 0.1s ease;
}
.auth_popup form .remember,
.auth_popup form .agree,
.auth_popup form .newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.auth_popup form .remember a,
.auth_popup form .remember p,
.auth_popup form .agree a,
.auth_popup form .agree p,
.auth_popup form .newsletter a,
.auth_popup form .newsletter p {
  color: #000;
  font-size: 0.75rem;
  padding-left: 18px;
  margin: 0;
}
.auth_popup form .remember span::before,
.auth_popup form .agree span::before,
.auth_popup form .newsletter span::before {
  width: 45px;
  height: 44px;
  margin: 0 0 -1px 0;
}
.auth_popup form .newsletter {
  border-top: 1px solid #000;
}
.auth_popup form .btn_main {
  padding-left: 18px;
  text-align: left;
  min-height: 44px;
}
.auth_popup form .forgot {
  font-size: 0.75rem;
  padding-left: 18px;
  cursor: pointer;
  min-height: 42px;
  display: flex;
  align-items: center;
  border-top: 1px solid #000;
}
.auth_popup form .forgot:hover {
  text-decoration: underline;
}
.forgot_password_popup .check_form {
  display: flex;
  flex-direction: column;
  min-height: 340px;
  margin: -1px;
}
.forgot_password_popup label {
  display: flex;
  margin-top: 0px;
  margin-bottom: -1px;
  position: relative;
}
.forgot_password_popup label input {
  width: 100%;
}
.forgot_password_popup label input.err {
  border-color: #EC3A3A;
  color: #EC3A3A;
}
.forgot_password_popup label div.err {
  position: absolute;
  top: 100%;
  left: 18px;
  font-size: 0.75rem;
  padding-top: 5px;
  color: #EC3A3A;
}
.forgot_password_popup .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-right: 18px;
  font-size: 0.75rem;
  padding: 0 14px;
  line-height: 20px;
}
.forgot_password_popup .text .err_msg {
  display: none;
  color: #EC3A3A;
  margin-bottom: 43px;
}
.forgot_password_popup .text .err_msg.err {
  display: block;
}
.forgot_password_popup .text .greating_msg {
  display: none;
}
.forgot_password_popup .text p {
  margin-bottom: 20px;
}
.forgot_password_popup .btn_main {
  padding-left: 18px;
  text-align: left;
  min-height: 44px;
}
.forgot_password_popup .check_code .email_check {
  margin: 1px 1px 1px -1px;
  background: #fff;
  display: flex;
  align-items: center;
  padding-right: 14px;
  padding-left: 5px;
}
.forgot_password_popup .forgot_password_end {
  display: none;
}
.logout_popup {
  font-size: 0.75rem;
  text-align: center;
}
.logout_popup .logout_wrapper {
  min-height: 300px;
  display: flex;
  flex-direction: column;
}
.logout_popup .logout_body {
  flex: 1;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
.logout_popup .logout_body p {
  margin: 0;
}
.logout_popup .logout_footer {
  display: flex;
  flex-direction: column;
  margin: 0 -1px 0;
}
.logout_popup .logout_footer .btn_main {
  margin-bottom: -1px;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.cookie {
  display: none;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  z-index: 99;
}
.cookie .cookie_content {
  padding: 45px 30px 32px 32px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: start;
  border: 1px solid #000;
  width: 100%;
  margin-left: -1px;
  font-size: 0.75rem;
  line-height: 1.91;
}
.cookie .cookie_content .text {
  margin-right: 50px;
}
.cookie .cookie_content a {
  color: #000;
  text-decoration: none;
  padding: 11px 37px;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cookie .cookie_content button {
  min-height: 44px;
  text-transform: uppercase;
  min-width: 203px;
}
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #000;
  border-bottom: none;
  padding: 0 36px;
  font-size: 0.75rem;
}
.footer a {
  text-decoration: none;
  color: #000;
}
.footer .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 83px;
}
.footer .center {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 83px;
  justify-content: space-between;
}
.footer .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 83px;
}
.footer .right a {
  display: flex;
  align-items: center;
}
.footer .right a .arrow {
  position: relative;
  height: 1px;
  background-color: #000;
  width: 300px;
  margin-left: 12px;
}
.footer .right a .arrow::after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='29' viewBox='0 0 15 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.793935 28.2584L14.2405 14.8212L0.409748 1.00003' stroke='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.main_hero {
  width: 100%;
  max-height: calc(100vh - 57px);
  position: relative;
  max-width: 100vw;
  min-width: 100%;
  width: calc(100vw - var(--scrollbar-width));
  height: 58.3967vw;
}
.main_hero .background {
  background-color: #f8f8f8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.main_hero .background.promo {
  background-position: center top;
}
.main_hero .frame_t,
.main_hero .frame_r,
.main_hero .frame_b,
.main_hero .frame_l {
  position: absolute;
  z-index: 2;
}
.main_hero .frame_t {
  top: 0;
  left: 0;
  height: 9.2%;
  width: 100%;
}
.main_hero .frame_r {
  top: 0;
  right: 0;
  width: 11.6%;
  height: 100%;
}
.main_hero .frame_b {
  bottom: 0;
  left: 0;
  height: 15%;
  width: 100%;
}
.main_hero .frame_l {
  bottom: 0;
  left: 0;
  width: 11.6%;
  height: 100%;
}
.main_hero .sticky_web {
  width: 100%;
  max-height: calc(100vh - 57px);
  height: 58.3967vw;
  position: relative;
  z-index: 1;
  stroke-width: 1px;
  top: -1px;
}
.main_hero .sticky_web .tm {
  fill: transparent;
  stroke: transparent;
}
.auth_social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 18px;
  height: 42px;
  margin: -1px 0;
}
.auth_social .text {
  position: relative;
  display: flex;
  white-space: nowrap;
  font-size: 0.75rem;
}
.auth_social .hr {
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  margin: 0 10px;
}
.auth_social .social_links {
  display: flex;
  justify-content: flex-end;
}
.auth_social .social_links a {
  width: 44px;
  height: 42px;
  border: 1px solid #000;
  margin: 0 -0.5px;
  color: #000;
  transition: all 0.25s ease;
}
.auth_social .social_links a:hover {
  background: #000;
  color: #fff;
}
.auth_social .social_links a svg {
  width: 100%;
  height: 100%;
}
.about_hero {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-template-areas: "lt r" "lb r";
}
.about_hero h1 {
  font-size: 3.75rem;
  line-height: 1;
}
.about_hero p {
  font-size: 1.25rem;
  max-width: 588px;
  line-height: 1.15;
  margin: 0;
}
.about_hero img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.about_hero .hero_title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: lt;
  padding: 30px 40px 30px 32px;
  border-bottom: 1px solid #000;
}
.about_hero .hero_text {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: lb;
  padding: 39px 37px;
  border-bottom: 1px solid #000;
}
.about_hero .hero_img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: r;
  max-height: 844px;
}
.video_block {
  aspect-ratio: 2/1;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.video_block .mejs__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-height: 100%;
}
.video_block .mejs__controls {
  opacity: 1 !important;
  visibility: visible !important;
  height: auto !important;
  -webkit-clip-path: unset !important;
  clip-path: unset !important;
  clip: unset !important;
  height: 36px !important;
  padding: 0;
  overflow: visible !important;
}
.video_block .mejs__overlay-button {
  background-image: url("data:image/svg+xml,%3Csvg width='168' height='168' viewBox='0 0 168 168' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='84' cy='84' r='83.5' stroke='white'/%3E%3Cpath d='M100 83.5L76.75 96.9234L76.75 70.0766L100 83.5Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: contain;
  width: 168px;
  height: 168px;
}
.video_block .mejs__button,
.video_block .mejs__time,
.video_block .mejs__time-rail {
  height: 36px;
  box-shadow: 0 0 0 1px #fff;
  box-shadow: inset -0.5px 0.5px 0 0.5px #fff;
  margin: 0;
  padding: 0;
}
.video_block .mejs__button {
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_block .mejs__button button {
  margin: 0;
}
.video_block .mejs__fullscreen-button button {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.04509e-06H2V6H0V1.04509e-06Z' fill='white'/%3E%3Cpath d='M0 2V1.04509e-06L6 2.62268e-07V2L0 2Z' fill='white'/%3E%3Cpath d='M0 16H2V10H0V16Z' fill='white'/%3E%3Cpath d='M0 14V16L6 16V14H0Z' fill='white'/%3E%3Cpath d='M16 2.62268e-07V2L10 2V0L16 2.62268e-07Z' fill='white'/%3E%3Cpath d='M14 1.74845e-07L16 2.62268e-07L16 6L14 6V1.74845e-07Z' fill='white'/%3E%3Cpath d='M16 16V14L10 14V16H16Z' fill='white'/%3E%3Cpath d='M14 16H16L16 10H14V16Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.video_block .mejs__volume-button button {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='19' viewBox='0 0 12 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.125 6.03704H1V12.963H4.125L11 18V1L4.125 6.03704Z' stroke='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.video_block .mejs__volume-button > .mejs__volume-slider {
  height: 150px;
  width: 36px;
  width: 36.5px;
  margin-bottom: 1px;
  border: 1px solid #fff;
  margin: 0 0 -1px -1px;
  background-color: transparent;
}
.video_block .mejs__volume-button > .mejs__volume-slider .mejs__volume-total {
  width: 100%;
  top: unset;
  bottom: 0;
  height: 150px;
  background-color: transparent;
}
.video_block .mejs__volume-button > .mejs__volume-slider .mejs__volume-current {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
.video_block .mejs__volume-button > .mejs__volume-slider .mejs__volume-handle {
  display: none;
}
.video_block .mejs__time-total,
.video_block .mejs__time-current,
.video_block .mejs__time-loaded {
  margin: 0;
  height: 100%;
  background-color: transparent;
}
.video_block .mejs__time-current {
  background-color: rgba(255, 255, 255, 0.3);
}
.video_block .mejs__time-buffering,
.video_block .mejs__time-hovered {
  display: none;
}
.video_block .mejs__time-handle {
  height: 100%;
  opacity: 0;
  width: 30px;
  border: none;
}
.video_block .mejs__time-handle .mejs__time-handle-content {
  width: 100%;
  height: 100%;
  border-radius: 0;
  left: 0;
  top: 0;
}
.video_block #aboutVideo {
  width: 100%;
  height: 100%;
}
.about_thesis {
  min-height: 422px;
  border-bottom: 1px solid #000;
}
.about_thesis h2 {
  font-size: 2.9375rem;
  line-height: 1.27;
  padding: 24px 32px 58px;
  font-weight: 400;
}
.about_thesis p.mobile {
  display: none;
  font-size: 1.25rem;
  line-height: 1.15;
  margin: 0;
  border-top: 1px solid #000;
  padding: 31px 15px 50px;
}
.about_text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-height: 422px;
}
.about_text p {
  margin: 0;
}
.about_text .left {
  font-size: 1.25rem;
  line-height: 1.15;
  border-right: 1px solid #000;
  padding: 39px 36px 39px 37px;
}
.about_text .right {
  display: grid;
  gap: 12px;
  grid-auto-flow: column;
  font-size: 0.875rem;
  line-height: 1.64;
  padding: 45px 20px 39px 37px;
}
.about_pucker {
  position: relative;
  padding: 208px 37px;
  aspect-ratio: 1440/844;
  border-top: 1px solid #000;
  max-height: 844px;
  width: 100%;
  min-width: 100%;
}
.about_pucker .about_pucker_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  background-image: url("/local/templates/theme_225/front/styles/../img/about_bg.png");
}
.about_pucker p {
  font-size: 0.75rem;
  line-height: 1.91;
  max-width: 512px;
}
.about_info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #000;
  margin: -1px;
}
.about_info.empty .col_text {
  padding: 0 !important;
}
.about_info .col_big {
  display: flex;
  justify-content: space-between;
}
.about_info .col_big:first-child {
  border-right: none;
}
.about_info .col_big svg {
  margin: -1px -1px 0 -3px;
  width: 283px;
  height: 295px;
}
.about_info .col_big .col_text {
  font-size: 1.25rem;
  line-height: 1.1;
  padding: 24px 41px 65px 26px;
  width: 100%;
  border: 1px solid #000;
  margin: -1px 0 -1px -1px;
  flex: 1;
  position: relative;
}
.about_info .col_big .col_text.small {
  font-size: 0.875rem;
  line-height: 1.42;
}
.about_info .col_big .col_text p {
  margin: 0;
}
.about_info .col_big .col_text .link_about {
  position: absolute;
  bottom: -1px;
  right: -1px;
  text-decoration: none;
  min-width: 195px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  font-size: 0.75rem;
}
.basket {
  display: grid;
  grid-template-columns: 2fr 1fr;
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: -1px;
}
.basket .basket_items {
  width: 100%;
  font-size: 0.75rem;
  line-height: 1.91;
}
.basket .basket_items .item {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  border-bottom: 1px solid #000;
}
.basket .basket_items .item .item_img {
  position: relative;
}
.basket .basket_items .item .item_img img {
  width: 100%;
  height: 100%;
  max-height: 479px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.basket .basket_items .item .item_img .item_delete {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 54px;
  height: 54px;
  cursor: pointer;
  z-index: 1;
}
.basket .basket_items .item .item_img .item_delete svg {
  width: 100%;
  height: 100%;
}
.basket .basket_items .item .item_info {
  border-left: 1px solid #000;
  padding: 28px 30px 54px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.basket .basket_items .item .item_info .name {
  margin-bottom: 32px;
}
.basket .basket_items .item .item_info .row {
  margin-bottom: 9px;
}
.basket .basket_items .item .item_info p {
  margin: 0;
}
.basket .basket_items .item .item_info .color {
  display: flex;
}
.basket .basket_items .item .item_info .color .color_choice {
  width: 43px;
  height: 43px;
  border: 1px solid #000;
}
.basket .basket_items .item .item_info .price {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: -1px;
  margin-left: -2px;
}
.basket .basket_items .item .item_info .price {
  gap: 8px;
  align-items: center;
}
.basket .basket_items .item .item_info .price .price_old {
  font-size: 0.875rem;
  text-decoration: line-through;
  line-height: 1;
}
.basket .basket_items .item .item_info .price .price_current {
  font-size: 2.2rem;
  line-height: normal;
}
@media (min-width: 1130px) {
  .basket .basket_items .item .item_info .price .price_current {
    font-size: 2.7rem;
    margin-bottom: 0;
  }
}
.basket .basket_items .item .item_info .item_choice {
  position: absolute;
  right: -1px;
  bottom: -1px;
  display: flex;
}
.basket .basket_items .item .item_info .item_choice .item_count {
  display: flex;
}
.basket .basket_items .item .item_info .item_choice .item_count .ss-main {
  min-width: 54px;
}
.basket .basket_items .item .item_info .item_choice .item_count .ss-main .ss-values {
  justify-content: center;
}
.basket .basket_items .item .item_info .item_choice .item_size {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 54px;
  min-height: 54px;
  border: 1px solid #000;
  margin-left: -1px;
}
.basket .basket_delivery {
  position: sticky;
  top: 57px;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 29px 32px 0;
  width: 100%;
  border-left: 1px solid #000;
  min-height: calc(100dvh - 57px);
}
.basket .basket_delivery .form_title {
  font-size: 1.75rem;
  font-family: "Inter", sans-serif;
  line-height: 1.28;
  margin: 0 0 28px;
}
.basket .basket_delivery .field {
  margin-top: -1px;
}
.basket .basket_delivery .field input {
  width: 100%;
}
.basket .basket_delivery .street_row {
  display: flex;
}
.basket .basket_delivery .street_row .field {
  flex: 1;
}
.basket .basket_delivery .street_row .field.house {
  flex: 0 0 93px;
}
.basket .basket_delivery .street_row .field.house input {
  border-left: none;
}
.basket .basket_delivery .form_footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
}
.basket .basket_delivery .form_footer .price_text {
  font-size: 0.75rem;
  margin: 15px 0 0;
}
.basket .basket_delivery .form_footer .price_value {
  font-size: 2.9375rem;
  margin-bottom: 24px;
}
.basket .basket_delivery .form_footer .btn_main {
  width: calc(100% + 64px);
  margin: 0 -32px -1px;
  border-left: none;
  border-right: none;
}
.basket .basket_empty {
  display: none;
}
.basket.empty {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  min-height: 100%;
}
.basket.empty .basket_items,
.basket.empty .basket_delivery {
  display: none;
}
.basket.empty .basket_empty {
  font-size: 2.9375rem;
  line-height: 1.27;
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.basket.empty .basket_empty p {
  position: absolute;
  top: 30px;
  left: 32px;
  margin: 0;
}
.basket.empty .basket_empty .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: calc(100vh - 140px);
  min-width: 260px;
  height: 100%;
  max-height: 100%;
  border-radius: 50%;
  border: 1px solid #000;
  aspect-ratio: 1;
}
.basket.empty .basket_empty a {
  text-decoration: none;
  min-height: auto;
  height: auto;
  line-height: 1;
  padding: 13px 26px;
  min-width: 199px;
}
.basket_item_size {
  font-size: 0.875rem;
}
.basket_item_size .ss-option {
  font-size: 0.875rem;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_404 {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='846' viewBox='0 0 1440 846' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1132.5 423C1132.5 655.798 947.807 844.5 720 844.5C492.193 844.5 307.5 655.798 307.5 423C307.5 190.202 492.193 1.5 720 1.5C947.807 1.5 1132.5 190.202 1132.5 423Z' stroke='black'/%3E%3Cpath d='M367.87 1L0 647.152H512.164' stroke='black'/%3E%3Cpath d='M1295.19 1L926 649H1440' stroke='black'/%3E%3Cpath d='M512.957 410.097L259.253 842.186' stroke='black'/%3E%3Cpath d='M1440 411L1185 845' stroke='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  height: 100%;
}
.page_404 h1 {
  font-size: 3.75rem;
  line-height: 1;
  margin: 30px 0 0 32px;
  position: absolute;
  top: 0;
  left: 0;
}
.page_404 .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  border-radius: 50%;
  margin: 0 auto;
}
.page_404 a {
  text-decoration: none;
  min-height: auto;
  height: auto;
  line-height: 1;
  padding: 13px 26px;
  min-width: 199px;
}
.payment {
  padding: 24px 32px;
}
.payment h1 {
  font-size: 2.9375rem;
  line-height: 1.27;
  margin-bottom: 82px;
}
.payment .value {
  font-size: 2.9375rem;
  line-height: 1.27;
  margin-bottom: 29px;
}
.payment .payment_list {
  list-style: none;
  max-width: 688px;
  display: flex;
  flex-direction: column;
}
.payment .payment_list li {
  margin-bottom: -1px;
}
.payment .payment_list li a {
  text-decoration: none;
  color: inherit;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  min-height: 43px;
  padding-right: 50px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='29' viewBox='0 0 15 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.82114 28.2584L14.2584 14.8212L0.437221 1.00004' stroke='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: calc(100% - 17px) center;
  background-size: 14px;
}
.payment .payment_list li a img {
  max-height: 43px;
}
.payment .payment_list li a span {
  margin-left: 13px;
}
.payment .back_to_order {
  color: #000;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.64;
  margin-top: 53px;
  display: inline-block;
}
.lk {
  display: grid;
  grid-template-columns: 66.66% 33.33%;
  align-items: start;
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: -1px;
}
.lk .lk_wrapper {
  padding: 30px 0 30px 32px;
  border-right: 1px solid #000;
  margin-right: -1px;
}
.lk .lk_wrapper h1 {
  font-size: 2.9375rem;
  line-height: 1.27;
  margin-bottom: 163px;
}
.lk .lk_wrapper .tabs .tabs_menu .tab {
  padding-top: 15px;
  padding-bottom: 15px;
}
.lk .lk_wrapper .lk_form {
  padding: 30px 28px 30px 17px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.lk .lk_wrapper .lk_form .field {
  display: flex;
  flex-direction: column;
}
.lk .lk_wrapper .lk_form .field span {
  margin-bottom: 11px;
  font-size: 0.75rem;
  color: #8A8A8A;
}
.lk .lk_wrapper .lk_form .field input,
.lk .lk_wrapper .lk_form .field textarea,
.lk .lk_wrapper .lk_form .field .customt_textarea {
  border: none;
  border-bottom: 1px solid #fff;
  padding-left: 0;
  padding-right: 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  outline: none;
  cursor: text;
}
.lk .lk_wrapper .lk_form .field input:hover,
.lk .lk_wrapper .lk_form .field input:focus,
.lk .lk_wrapper .lk_form .field textarea:hover,
.lk .lk_wrapper .lk_form .field textarea:focus,
.lk .lk_wrapper .lk_form .field .customt_textarea:hover,
.lk .lk_wrapper .lk_form .field .customt_textarea:focus {
  border-color: #000;
}
.lk .lk_wrapper .lk_form .field textarea,
.lk .lk_wrapper .lk_form .field .customt_textarea {
  resize: none;
  line-height: 1.91;
  padding-top: 13px;
}
.lk .lk_wrapper .lk_form .password {
  position: relative;
}
.lk .lk_wrapper .lk_form .password .title {
  color: #8A8A8A;
  font-size: 0.75rem;
  cursor: pointer;
}
.lk .lk_wrapper .lk_form .password .password_fields {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.lk .lk_wrapper .lk_form .password .password_fields input {
  border: 1px solid #000;
  margin-bottom: -1px;
  padding: 13px 15px;
}
.lk .lk_wrapper .lk_form .password .password_fields .checkbox {
  border: 1px solid #000;
  padding-left: 15px;
}
.lk .lk_wrapper .lk_form .password .password_fields .checkbox span {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.lk .lk_wrapper .lk_form .password .password_fields .checkbox span:before {
  margin: -1px;
  margin-left: 14px;
}
.lk .lk_wrapper .lk_orders {
  font-size: 0.75rem;
}
.lk .lk_wrapper .lk_orders .order_filter {
  margin: 30px 0 22px;
  color: inherit;
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}
.lk .lk_wrapper .lk_orders .order_filter a {
  color: inherit;
}
.lk .lk_wrapper .lk_orders .order_filter a:hover {
  text-decoration: none;
}
.lk .lk_wrapper .lk_orders .order_filter .filter_devider {
  position: relative;
  width: 82px;
  margin: 0 15px;
}
.lk .lk_wrapper .lk_orders .order_filter .filter_devider::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  height: 1px;
  background-color: #000;
}
.lk .lk_wrapper .lk_orders .orders_head {
  border: 1px solid #000;
  padding: 15px 50px 15px 13px;
  font-weight: 700;
}
.lk .lk_wrapper .lk_orders .orders_head,
.lk .lk_wrapper .lk_orders .accordion_title {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: -1px;
  border-right: none;
  gap: 10px;
}
.lk .lk_wrapper .lk_orders .order_items {
  display: grid;
  grid-template-columns: repeat(3, 287px);
  grid-auto-columns: 287px;
  grid-auto-flow: column;
  width: 100%;
  overflow: auto;
  border: 1px solid #000;
  border-right: none;
  margin-right: -1px;
  margin-bottom: -1px;
}
.lk .lk_wrapper .lk_orders .order_items .order_item {
  border-right: 1px solid #000;
}
.lk .lk_wrapper .lk_orders .order_items .order_item .order_item_img {
  border-bottom: 1px solid #000;
}
.lk .lk_wrapper .lk_orders .order_items .order_item .order_item_img img {
  display: block;
  width: 100%;
  height: 208px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.lk .lk_wrapper .lk_orders .order_items .order_item .order_item_info {
  padding: 10px 16px 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lk .lk_wrapper .lk_orders .order_items .order_item .order_item_name {
  width: 100%;
  line-height: 1.33;
  margin-bottom: 5px;
}
.lk .lk_wrapper .lk_orders .order_items .order_item .order_item_price {
  line-height: 1.91;
}
.lk .lk_wrapper .lk_orders .order_items .order_item .order_item_count {
  line-height: 1.91;
}
.lk .lk_wrapper .lk_orders .order_items .order_item .btn_main {
  width: 100%;
  min-height: 46px;
  border: none;
  border-top: 1px solid #000;
  padding-left: 16px;
  -moz-text-align-last: left;
  text-align-last: left;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
}
.lk .lk_supprot {
  position: sticky;
  top: 0;
  left: 0;
  height: 100%;
  max-height: calc(100dvh - 56px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 29px 32px 0;
  width: 100%;
  border-left: 1px solid #000;
  padding: 28px 47px;
}
.lk .lk_supprot .btn_main {
  min-height: 42px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 15px;
  min-width: 210px;
  margin-bottom: 23px;
}
.lk .lk_supprot p {
  margin-top: 23px;
  font-size: 0.75rem;
  line-height: 1.91;
}
.lk .lk_supprot .link {
  font-family: "Helvetica Now Text", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 2.3;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #000;
  margin-top: 31px;
}
.lk .lk_supprot .link:hover {
  text-decoration: none;
}
.product_page {
  margin: -1px 0 -1px -1px;
  font-size: 0.75rem;
  line-height: 1.91;
  height: 100%;
}
.product_page .tabs {
  height: 100%;
}
.product_page .tabs .tab {
  display: flex;
  align-items: center;
  padding: 0;
  min-height: 99px;
}
.product_page .tabs .tab.active {
  background: #000;
  color: #fff;
}
.product_page .tabs .tab span {
  padding: 20px;
}
.product_page .tabs .tab .left_triangle,
.product_page .tabs .tab .right_triangle {
  position: relative;
  flex: 1;
  height: 100%;
  opacity: 0;
  transition: all 0.25s ease;
}
.product_page .tabs .tab .left_triangle:before,
.product_page .tabs .tab .right_triangle:before {
  content: "";
  display: block;
  height: 50%;
  background-repeat: no-repeat;
}
.product_page .tabs .tab .left_triangle:after,
.product_page .tabs .tab .right_triangle:after {
  content: "";
  display: block;
  flex: 1;
  height: 50%;
  background-repeat: no-repeat;
}
.product_page .tabs .tab .left_triangle:before {
  background-image: linear-gradient(to bottom left, transparent calc(50% - 1px), #000, transparent calc(50% + 1px));
}
.product_page .tabs .tab .left_triangle:after {
  background-image: linear-gradient(to top left, transparent calc(50% - 1px), #000, transparent calc(50% + 1px));
}
.product_page .tabs .tab .right_triangle:before {
  background-image: linear-gradient(to bottom right, transparent calc(50% - 1px), #000, transparent calc(50% + 1px));
}
.product_page .tabs .tab .right_triangle:after {
  background-image: linear-gradient(to top right, transparent calc(50% - 1px), #000, transparent calc(50% + 1px));
}
.product_page .tabs .tabs_content {
  height: calc(100% - 97px);
}
.product_page .tabs .tabs_content .tab_pane.active {
  height: 100%;
}
.product_page .product_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  height: 100%;
}
.product_page .product_wrapper.loud .product_block:first-child {
  grid-column-start: 2;
  grid-row-start: 1;
  margin-left: 0;
  border-right: none;
}
.product_page .product_wrapper.loud .product_block:last-child {
  grid-column-start: 1;
  grid-row-start: 1;
  border-right: 1px solid #000;
}
.product_page .product_wrapper .product_block {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.product_page .product_wrapper .product_block:first-child {
  margin-left: 1px;
  border-right: 1px solid #000;
}
.product_page .product_wrapper .product_tags {
  display: flex;
  gap: 35px;
  padding-left: 36px;
  border-bottom: 1px solid #000;
}
.product_page .product_wrapper .product_tags a {
  text-decoration: none;
  color: inherit;
  padding: 16px 0;
}
.product_page .product_wrapper .product_tags a:hover {
  text-decoration: underline;
}
.product_page .product_wrapper .img {
  flex: 1;
  border-bottom: 1px solid #000;
  margin-top: auto;
}
.product_page .product_wrapper .swiper {
  --swiper-navigation-size: 10px;
  --swiper-navigation-sides-offset: 30px;
  --swiper-navigation-color: #000;
  height: 100%;
}
.product_page .product_wrapper .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  overflow: hidden;
  border-top: 1px solid #000;
  margin-top: -1px;
}
.product_page .product_wrapper .swiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.product_page .product_wrapper .swiper .swiper-wrapper .swiper-slide a {
  outline: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_page .product_wrapper .swiper .swiper-button-prev,
.product_page .product_wrapper .swiper .swiper-button-prev::after {
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.product_page .product_wrapper .swiper .swiper-button-next,
.product_page .product_wrapper .swiper .swiper-button-next::after {
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.product_page .product_wrapper .product_info .btn_main[js-add-notify],
.product_page .product_wrapper .product_info .btn_main[js-add-pre-order],
.product_page .product_wrapper .product_info .btn_main[js-basket-link] {
  display: none;
}
.product_page .product_wrapper .product_info .btn_main[js-add-notify] {
  margin-top: 12px;
}
select.product_size {
  opacity: 0;
  visibility: hidden;
}
.product_size {
  z-index: 2;
}
.product_size[class*=ss-open] {
  transform: translate3d(0, 0, 0) scaleY(1);
}
.product_size .ss-values {
  font-size: 0.875rem;
  padding-left: 5px;
}
.product_size .ss-values .ss-placeholder {
  color: #000;
  font-size: 0.75rem;
}
.product_size .ss-values .val_small {
  font-size: 0.75rem;
}
.product_size .ss-list .ss-option {
  font-size: 0.75rem;
  border-bottom: 1px solid #000;
  padding: 13px;
  background-color: #fff;
  width: 100%;
}
.product_size .ss-list .ss-option:last-child {
  border-bottom: none;
}
.product_size .ss-list .ss-option div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.product_size .ss-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  width: 25px;
  height: 25px;
  margin: auto 0 auto 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='15' viewBox='0 0 29 15' fill='none'%3E%3Cpath d='M1.00015 0.82114L14.4374 14.2584L28.2585 0.437221' stroke='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.25s ease;
}
.product_size .ss-arrow path {
  display: none;
}
.product_size.ss-open-below .ss-arrow,
.product_size.ss-open-above .ss-arrow {
  transform: scaleY(-1);
}
.fancybox__container .fancybox__slide {
  padding-top: 40px !important;
}
.fancybox__container .fancybox__content {
  height: calc(100dvh - 50px) !important;
  transform: none !important;
}
.fancybox__container .fancybox__backdrop {
  background: rgba(255, 255, 255, 0.01);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.fancybox__container .fancybox__nav {
  animation: none !important;
  opacity: 1 !important;
}
.fancybox__container .f-button {
  --f-button-width: 44px;
  --f-button-height: 44px;
  --f-button-hover-bg: #fff;
  font-family: swiper-icons;
}
.fancybox__container .f-button::before {
  top: 0;
  bottom: 0;
}
.fancybox__container .f-button.is-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  color: #000;
}
.fancybox__container .f-button.is-prev:active {
  background-color: transparent !important;
}
.fancybox__container .f-button.is-prev svg {
  display: none;
}
.fancybox__container .f-button.is-prev:before {
  content: "prev";
  position: static;
}
.fancybox__container .f-button.is-next {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  color: #000;
}
.fancybox__container .f-button.is-next:active {
  background-color: transparent !important;
}
.fancybox__container .f-button.is-next svg {
  display: none;
}
.fancybox__container .f-button.is-next:before {
  content: "next";
  position: static;
}
.fancybox__container .f-button.is-close-btn {
  --f-button-width: 44px !important;
  --f-button-height: 45px !important;
  --f-button-border-radius: 0px !important;
  --f-button-color: #000 !important;
  --f-button-hover-color: #000 !important;
  --f-button-bg: #fff !important;
  --f-button-hover-bg: #fff !important;
  --f-button-active-bg: #fff !important;
  --f-button-svg-width: 46px !important;
  --f-button-svg-height: 45px !important;
  --f-button-svg-stroke-width: 1 !important;
  position: absolute !important;
  top: -44px !important;
  right: 0 !important;
  opacity: 1 !important;
  display: flex;
  align-items: flex-end;
}
.fancybox__container .f-button.is-close-btn svg {
  margin: -1px;
}
.fancybox__container img {
  background-color: #fff;
  border: 1px solid #000;
  -o-object-fit: contain;
  object-fit: contain;
  height: calc(100dvh - 50px);
}
.triangles_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1px;
}
.triangles_wrapper .triangle {
  margin: calc(-25% - 1px) 0 0 0;
  width: 50%;
  aspect-ratio: 1;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-clip-path: polygon(0px 50%, calc(100% - 0px) calc(100% - 0px), calc(100% - 0px) 0px);
  clip-path: polygon(0px 50%, calc(100% - 0px) calc(100% - 0px), calc(100% - 0px) 0px);
}
.triangles_wrapper .triangle:nth-child(-n+2) {
  margin-top: 0;
  margin-bottom: 0;
}
.triangles_wrapper .triangle:nth-child(1) {
  margin-top: 0;
}
.triangles_wrapper .triangle:nth-child(2) {
  margin-top: 0;
}
.triangles_wrapper .triangle:nth-child(1) .triangle_content,
.triangles_wrapper .triangle:nth-child(4n) .triangle_content,
.triangles_wrapper .triangle:nth-child(4n+1) .triangle_content {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  margin-right: 1px;
  margin-left: 0;
}
.triangles_wrapper .triangle .triangle_content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  margin: 0;
  margin-left: 1px;
  background: #fff;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  -webkit-clip-path: polygon(0px 50%, calc(100% - 0px) calc(100% - 0px), calc(100% - 0px) 0px);
  clip-path: polygon(0px 50%, calc(100% - 0px) calc(100% - 0px), calc(100% - 0px) 0px);
}
.triangles_wrapper .triangle .swiper {
  height: 100%;
  opacity: 0;
  transition: all 0.25s ease;
}
.triangles_wrapper .triangle .swiper.swiper-initialized {
  opacity: 1;
}
.triangles_wrapper .triangle .swiper.swiper-initialized ~ .text {
  opacity: 1;
}
.triangles_wrapper .triangle .swiper img {
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  width: 60%;
  margin-left: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.triangles_wrapper .triangle .swiper .swiper-pagination {
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  z-index: 2;
}
.triangles_wrapper .triangle .swiper .swiper-pagination .swiper-pagination-bullet {
  flex: 1;
  width: auto;
  height: 100%;
  border-radius: 0;
  margin: 0;
  opacity: 0;
}
.triangles_wrapper .triangle .swiper .swiper-button-prev,
.triangles_wrapper .triangle .swiper .swiper-button-next {
  display: none;
  visibility: hidden;
  padding: 10px;
}
.triangles_wrapper .triangle .swiper .swiper-button-prev:after,
.triangles_wrapper .triangle .swiper .swiper-button-next:after {
  font-size: 14px;
}
.triangles_wrapper .triangle .swiper .swiper-button-prev {
  left: 20px;
  margin-top: -10px;
}
.triangles_wrapper .triangle .swiper .swiper-button-next {
  right: 10px;
  margin-top: -10px;
}
.triangles_wrapper .triangle .text {
  font-size: 0.875rem;
  line-height: 1.64;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 15%;
  top: 50%;
  transform: translate(0%, -50%);
  width: 100%;
  max-width: 25%;
  z-index: 0;
  z-index: 110;
  color: #000;
  opacity: 0;
  text-align: left;
  transition: all 0.25s ease;
}
.triangles_wrapper .triangle .text p {
  margin: 0;
}
.triangles_wrapper .triangle .text .name {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.64286;
  text-transform: uppercase;
  color: #000;
}
.triangles_wrapper .triangle .text .categoty_name {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 9px;
  line-height: 1.55556;
  text-transform: uppercase;
  color: #000;
}
.triangles_wrapper .triangle .text .price {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.64286;
  text-transform: uppercase;
  color: #000;
}
.triangles_wrapper .triangle .text .preorder {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  font-size: 9px;
  line-height: 2.55556;
  text-transform: uppercase;
  color: #878787;
}
.catalog_filter {
  border-bottom: 1px solid #000;
  margin: 0px 0 0 -1px;
  position: relative;
}
.catalog_filter.open .filter_btn {
  background: #000;
}
.catalog_filter.open .filter_btn rect {
  fill: #fff;
}
.catalog_filter.open .filter_btn .rect {
  stroke: black;
  fill: #000;
}
.catalog_filter .main_filter {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid #000;
  position: relative;
}
.catalog_filter .main_filter label {
  display: flex;
  align-items: center;
  padding: 0;
  height: 99px;
  border-right: 1px solid #000;
  position: relative;
}
.catalog_filter .main_filter label:nth-child(2n) {
  border-right: none;
}
.catalog_filter .main_filter label.mobile {
  display: none;
}
.catalog_filter .main_filter label span {
  padding: 20px;
  z-index: 1;
}
.catalog_filter .main_filter label input:checked ~ span {
  color: #fff !important;
}
.catalog_filter .main_filter label input:checked ~ .bg_label {
  background-color: #000 !important;
}
.catalog_filter .main_filter label:hover {
  background-color: #fff;
  color: #000;
}
.catalog_filter .main_filter label:hover .left_triangle,
.catalog_filter .main_filter label:hover .right_triangle {
  opacity: 1;
}
.catalog_filter .main_filter label:hover input:checked ~ span {
  color: #000;
}
.catalog_filter .main_filter label .bg_label {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.25s ease;
}
.catalog_filter .main_filter label .left_triangle,
.catalog_filter .main_filter label .right_triangle {
  position: relative;
  flex: 1;
  height: 100%;
  opacity: 0;
  transition: all 0.25s ease;
}
.catalog_filter .main_filter label .left_triangle:before,
.catalog_filter .main_filter label .right_triangle:before {
  content: "";
  display: block;
  height: 50%;
  background-repeat: no-repeat;
}
.catalog_filter .main_filter label .left_triangle:after,
.catalog_filter .main_filter label .right_triangle:after {
  content: "";
  display: block;
  flex: 1;
  height: 50%;
  background-repeat: no-repeat;
}
.catalog_filter .main_filter label .left_triangle:before {
  background-image: linear-gradient(to bottom left, transparent calc(50% - 1px), #000, transparent calc(50% + 1px));
}
.catalog_filter .main_filter label .left_triangle:after {
  background-image: linear-gradient(to top left, transparent calc(50% - 1px), #000, transparent calc(50% + 1px));
}
.catalog_filter .main_filter label .right_triangle:before {
  background-image: linear-gradient(to bottom right, transparent calc(50% - 1px), #000, transparent calc(50% + 1px));
}
.catalog_filter .main_filter label .right_triangle:after {
  background-image: linear-gradient(to top right, transparent calc(50% - 1px), #000, transparent calc(50% + 1px));
}
.catalog_filter .main_filter .filter_btn {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  border-right: 1px solid #000;
  height: 51px;
  z-index: 2;
}
.catalog_filter .main_filter.buttons_flickering label::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
  opacity: 0;
  animation-delay: 1s;
}
.catalog_filter .main_filter.buttons_flickering label:first-child:before {
  -webkit-animation: flickerFirstButton 4.02s linear infinite;
  -moz-animation: flickerFirstButton 4.02s linear infinite;
  -o-animation: flickerFirstButton 4.02s linear infinite;
  animation: flickerFirstButton 4.02s linear infinite;
}
.catalog_filter .main_filter.buttons_flickering label:not(:first-child):before {
  -webkit-animation: flickerSecondButton 4.02s linear infinite;
  -moz-animation: flickerSecondButton 4.02s linear infinite;
  -o-animation: flickerSecondButton 4.02s linear infinite;
  animation: flickerSecondButton 4.02s linear infinite;
}
@keyframes flickerFirstButton {
  0% {
    opacity: 0;
  }
  6.83% {
    opacity: 0.3;
  }
  13.67% {
    opacity: 0;
  }
  20.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes flickerFirstButton {
  0% {
    opacity: 0;
  }
  6.83% {
    opacity: 0.3;
  }
  13.67% {
    opacity: 0;
  }
  20.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes flickerFirstButton {
  0% {
    opacity: 0;
  }
  6.83% {
    opacity: 0.3;
  }
  13.67% {
    opacity: 0;
  }
  20.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes flickerFirstButton {
  0% {
    opacity: 0;
  }
  6.83% {
    opacity: 0.3;
  }
  13.67% {
    opacity: 0;
  }
  20.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flickerSecondButton {
  0% {
    opacity: 0;
  }
  6.83% {
    opacity: 0;
  }
  13.67% {
    opacity: 0.3;
  }
  20.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes flickerSecondButton {
  0% {
    opacity: 0;
  }
  6.83% {
    opacity: 0;
  }
  13.67% {
    opacity: 0.3;
  }
  20.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes flickerSecondButton {
  0% {
    opacity: 0;
  }
  6.83% {
    opacity: 0;
  }
  13.67% {
    opacity: 0.3;
  }
  20.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes flickerSecondButton {
  0% {
    opacity: 0;
  }
  6.83% {
    opacity: 0;
  }
  13.67% {
    opacity: 0.3;
  }
  20.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.catalog_filter label {
  cursor: pointer;
}
.catalog_filter label input {
  display: none;
}
.catalog_filter label input:checked + span {
  background: #000;
  color: #fff;
}
.catalog_filter .filter_slider {
  position: relative;
  padding: 0 52px;
  display: flex;
}
.catalog_filter .filter_slider .stable_filter {
  display: flex;
  border-right: 1px solid #000;
}
.catalog_filter .filter_slider .stable_filter label span {
  color: inherit;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 0.75rem;
  line-height: 23px;
  padding: 17px 20px;
  height: 100%;
}
.catalog_filter .filter_slider .stable_filter label input:checked + span {
  background: #000;
  color: #fff;
}
.catalog_filter .filter_slider .swiper-wrapper .swiper-slide {
  width: auto;
}
.catalog_filter .filter_slider .swiper-wrapper .swiper-slide label span {
  color: inherit;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 0.75rem;
  line-height: 23px;
  padding: 17px 15px;
  height: 100%;
}
.catalog_filter .filter_slider .swiper-wrapper .swiper-slide label input:checked + span {
  background: #000;
  color: #fff;
}
.catalog_filter .filter_slider .mobile {
  display: none;
}
.catalog_filter .filter_slider .desktop {
  display: flex;
}
.catalog_filter .filter_slider_title {
  display: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  width: calc(100vw - 49px);
  background: #000;
  height: 50px;
  border-bottom: 1px solid #000;
  text-align: left;
  color: #fff;
  font-size: 0.75rem;
  line-height: 23px;
  padding: 12.5px 8px;
  text-transform: uppercase;
}
.catalog_filter .sort_btn {
  display: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  width: 100%;
  background: #000;
  color: #fff;
  height: 63px;
  text-align: center;
  border-bottom: 1px solid #000;
  font-size: 0.75rem;
  line-height: 23px;
  padding: 12.5px 8px;
  text-transform: uppercase;
  margin-top: -1px;
}
.catalog_filter .filter_slider-prev,
.catalog_filter .filter_slider-next {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 52px;
  height: 57px !important;
  background: white;
  z-index: 1;
  position: static;
}
.catalog_filter .filter_slider-prev {
  border-right: 1px solid #000;
  left: 0;
}
.catalog_filter .filter_slider-next {
  border-left: 1px solid #000;
  right: 0;
}
.mobile_links_cat {
  display: none;
  width: calc(100% - 1px);
  border-bottom: 1px solid #000;
}
.full_category {
  aspect-ratio: 144/72;
  max-height: 100vh;
  min-height: 720px;
  width: 100%;
  max-width: 100vw;
  padding: 145px 4px 19px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.full_category .text {
  font-size: 1.5rem;
  max-width: 336px;
  letter-spacing: 0.24px;
  font-family: "Helvetica Now Text", sans-serif;
  z-index: 1;
  position: relative;
}
.full_category .text p {
  margin: 0;
}
.full_category.full_category_dark {
  color: #fff;
}
.full_category.full_category_dark .background {
  background-color: #000;
}
.full_category .background {
  background-color: #f8f8f8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.full_category .background_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.full_category .background_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.full_category .btn_main {
  margin: auto auto 0;
  min-height: 51px;
  min-width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.75rem;
  font-family: "Helvetica Now Text", sans-serif;
  border-color: transparent;
  z-index: 1;
  position: relative;
  padding: 0;
}
.full_category .btn_main:hover {
  background-color: #fff;
  color: #000;
}
.full_category .btn_main:hover .left_triangle,
.full_category .btn_main:hover .right_triangle,
.full_category .btn_white_opacity_hover:hover .left_triangle,
.full_category .btn_white_opacity_hover:hover .right_triangle {
  opacity: 1;
}
.full_category .btn_main .left_triangle,
.full_category .btn_main .right_triangle,
.full_category .btn_white_opacity_hover .left_triangle,
.full_category .btn_white_opacity_hover .right_triangle {
  position: relative;
  flex: 1;
  height: 100%;
  opacity: 0;
  transition: all 0.25s ease;
}
.full_category .btn_main .left_triangle:before,
.full_category .btn_main .right_triangle:before,
.full_category .btn_white_opacity_hover .left_triangle:before,
.full_category .btn_white_opacity_hover .right_triangle:before {
  content: "";
  display: block;
  height: 50%;
  background-repeat: no-repeat;
}
.full_category .btn_main .left_triangle:after,
.full_category .btn_main .right_triangle:after,
.full_category .btn_white_opacity_hover .left_triangle:after,
.full_category .btn_white_opacity_hover .right_triangle:after {
  content: "";
  display: block;
  flex: 1;
  height: 50%;
  background-repeat: no-repeat;
}
.full_category .btn_main .left_triangle,
.full_category .btn_white_opacity_hover .left_triangle {
  margin-right: 5px;
}
.full_category .btn_main .left_triangle:before {
  background-image: linear-gradient(to bottom left, transparent calc(50% - 1px), #000, transparent calc(50% + 1px));
}
.full_category .btn_main .left_triangle:after {
  background-image: linear-gradient(to top left, transparent calc(50% - 1px), #000, transparent calc(50% + 1px));
}
.full_category .btn_main .right_triangle,
.full_category .btn_white_opacity_hover .right_triangle {
  margin-left: 5px;
}
.full_category .btn_main .right_triangle:before {
  background-image: linear-gradient(to bottom right, transparent calc(50% - 1px), #000, transparent calc(50% + 1px));
}
.full_category .btn_main .right_triangle:after {
  background-image: linear-gradient(to top right, transparent calc(50% - 1px), #000, transparent calc(50% + 1px));
}
.full_category .btn_white_opacity_hover .right_triangle:before {
  background-image: linear-gradient(to bottom right, transparent calc(50% - 1px), #FFF, transparent calc(50% + 1px));
}
.full_category .btn_white_opacity_hover .right_triangle:after {
  background-image: linear-gradient(to top right, transparent calc(50% - 1px), #FFF, transparent calc(50% + 1px));
}
.full_category .btn_white_opacity_hover .left_triangle:before {
  background-image: linear-gradient(to bottom left, transparent calc(50% - 1px), #FFF, transparent calc(50% + 1px));
}
.full_category .btn_white_opacity_hover .left_triangle:after {
  background-image: linear-gradient(to top left, transparent calc(50% - 1px), #FFF, transparent calc(50% + 1px));
}
.full_category_slider {
  opacity: 0;
  transition: all 0.25s ease;
}
.full_category_slider.twentytwenty-container {
  opacity: 1;
  box-sizing: border-box;
}
.full_category_slider .slide_first,
.full_category_slider .slide_last {
  position: absolute;
  width: 100%;
  aspect-ratio: 144/72;
  max-height: 100vh;
  min-height: 720px;
  top: 0;
  left: 0;
  padding: 120px 4px 19px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.full_category_slider .twentytwenty-handle:after,
.full_category_slider .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  box-shadow: none !important;
  width: 1px !important;
  background-color: #000 !important;
  margin-left: -1px !important;
}
.full_category_slider .twentytwenty-handle {
  height: 8px;
  width: 8px;
  position: absolute;
  left: 50%;
  top: 15%;
  margin: 0;
  margin-left: -4px;
  background-color: #000;
  border: none;
  border-radius: 0;
  box-shadow: none;
  z-index: 40;
  cursor: pointer;
  mix-blend-mode: difference;
  filter: invert(1) contrast(1);
}
.full_category_slider .twentytwenty-left-arrow {
  border: none;
  top: -3px;
  left: unset;
  padding: 0 15px;
  margin: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  font-size: 0.75rem;
  display: flex;
  align-items: baseline;
}
.full_category_slider .twentytwenty-left-arrow:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='10' viewBox='0 0 9 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.74444 0.570312L-0.00790977 5.18104L7.75971 9.43851L8.24035 8.56159L2.00797 5.14559L8.25562 1.42979L7.74444 0.570312Z' fill='black'/%3E%3C/svg%3E%0A");
  width: 9px;
  margin-right: 3px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.full_category_slider .twentytwenty-right-arrow {
  border: none;
  top: -3px;
  left: 0;
  padding: 0 15px;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  font-size: 0.75rem;
  display: flex;
  align-items: baseline;
}
.full_category_slider .twentytwenty-right-arrow::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='10' viewBox='0 0 9 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.25556 0.570312L9.00791 5.18104L1.24029 9.43851L0.759651 8.56159L6.99203 5.14559L0.744385 1.42979L1.25556 0.570312Z' fill='black' /%3E%3C/svg%3E");
  width: 9px;
  margin-left: 3px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.cookie_page {
  max-width: 689px;
}
.cookie_page h1 {
  font-size: 2.9375rem;
  line-height: 1.27;
  margin: 32px 0 170px;
  font-weight: 400;
}
.cookie_page h2 {
  font-size: 1rem;
  font-weight: 700;
  margin: 1em 0;
}
.cookie_page h3 {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 2em;
  margin: 1em 0 0;
}
.cookie_page p {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 2em;
  margin: 0;
}
.cookie_page a {
  color: inherit;
  text-decoration: none;
  transition: all 0.25s ease;
}
.cookie_page a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 993px) {
  .product_page .product_wrapper .swiper .swiper-wrapper {
    flex-direction: column;
  }
  .triangles_wrapper .triangle:nth-child(1),
  .triangles_wrapper .triangle:nth-child(4n),
  .triangles_wrapper .triangle:nth-child(4n+1) {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
  .triangles_wrapper .triangle:nth-child(1) .swiper img,
  .triangles_wrapper .triangle:nth-child(4n) .swiper img,
  .triangles_wrapper .triangle:nth-child(4n+1) .swiper img {
    margin-left: 0;
    margin-right: auto;
  }
  .triangles_wrapper .triangle:nth-child(1) .text,
  .triangles_wrapper .triangle:nth-child(4n) .text,
  .triangles_wrapper .triangle:nth-child(4n+1) .text {
    right: 14%;
    left: unset;
  }
  .triangles_wrapper .triangle:nth-child(1) .swiper-button-next,
  .triangles_wrapper .triangle:nth-child(4n) .swiper-button-next,
  .triangles_wrapper .triangle:nth-child(4n+1) .swiper-button-next {
    right: 30px;
    left: unset !important;
  }
}
@media screen and (min-width: 1930px) {
  .cookie_page {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1440px) {
  main {
    border-left: none;
    border-right: none;
  }
  .header {
    border-left: none;
    border-right: none;
  }
  .footer {
    border-left: none;
    border-right: none;
  }
  .about_pucker {
    padding-top: 14vw;
  }
  .about_pucker p {
    max-width: 34vw;
  }
  .lk .lk_wrapper .lk_orders .order_items {
    max-width: calc(66.66vw - 32px);
  }
}
@media screen and (max-width: 1400px) {
  .footer .right a .arrow {
    width: 20vw;
  }
}
@media screen and (max-width: 1200px) {
  .header nav .header_nav > li > a {
    padding: 21px 7px;
  }
  .about_pucker {
    padding-top: 9vw;
  }
  .about_info .col_big .col_text {
    line-height: 1.42;
    padding: 24px 26px 112px 26px;
  }
  .about_info .col_big .col_text.small {
    padding-bottom: 20px;
  }
  .lk .lk_wrapper .lk_form {
    grid-template-columns: repeat(2, 1fr);
  }
  .full_category {
    max-height: unset;
    justify-content: flex-end;
    align-items: center;
    padding: 15px 15px 48px;
  }
  .full_category .text {
    max-width: 310px;
    font-size: 1.25rem;
  }
  .full_category .text {
    text-align: center;
    font-weight: 500;
    line-height: 1.25;
  }
  .full_category .text.mobile_light {
    color: #fff;
  }
  .full_category .text.mobile_dark {
    color: #000;
  }
  .full_category .btn_main {
    margin-top: 38px;
  }
  .full_category_slider .slide_first,
  .full_category_slider .slide_last {
    justify-content: flex-end;
    align-items: center;
    padding: 15px 15px 48px;
  }
}
@media screen and (max-width: 1050px) {
  .about_info {
    grid-template-columns: 1fr;
  }
  .about_info .col_big:first-child {
    border-bottom: none;
  }
  .about_info .col_big svg {
    width: 198px;
    height: 205px;
  }
  .about_info .col_big .col_text {
    border-bottom: none;
  }
  .about_info .col_big .col_text .link_about {
    bottom: 1px;
  }
  .triangles_wrapper .triangle .swiper .swiper-pagination {
    display: none;
    visibility: hidden;
  }
  .triangles_wrapper .triangle .text {
    font-size: 0.6875rem;
    max-width: calc(40% - 56px);
  }
}
@media screen and (max-width: 993px) {
  .triangles_wrapper .triangle .triangle_content {
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .container {
    padding: 0 26px;
  }
  .header {
    padding-left: 16px;
    padding-right: 22px;
  }
  .header nav .header_nav > li > a {
    padding: 19px 7px;
  }
  .header .left .header_nav {
    display: none;
  }
  .header .right .mobile {
    display: block;
  }
  .header .right li:not(.mobile) {
    display: none;
  }
  .basket_link.basket_link_in::before {
    transform: none;
    top: 17px;
    right: 3px;
  }
  .mobile_menu {
    display: block;
  }
  .mobile_menu .mobile_menu_list .item a {
    padding: 16px 15px;
  }
  .orderback_popup form .select_wrapper .ss-main {
    height: 43px;
    width: 43px;
  }
  .cookie .cookie_content {
    grid-template-columns: 1fr;
    padding: 20px 15px;
    line-height: 1.2;
    margin-left: 0;
  }
  .cookie .cookie_content .text {
    grid-column: span 2;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer {
    padding-left: 16px;
    padding-right: 22px;
    display: flex;
  }
  .footer > a {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 33px 0;
  }
  .footer .left {
    justify-content: flex-start;
    order: 1;
    width: 130px;
    min-height: 81px;
  }
  .footer .center {
    justify-content: flex-start;
  }
  .footer .right {
    width: auto;
    order: 2;
    min-height: 81px;
    justify-content: flex-start;
    margin-right: auto;
  }
  .footer .right a .arrow {
    width: 107px;
  }
  .main_hero {
    aspect-ratio: 390/422;
    min-height: 422px;
  }
  .main_hero .sticky_web {
    pointer-events: none;
    height: auto;
  }
  .about_hero {
    grid-template-columns: 1fr;
    grid-template-areas: unset;
    grid-template-rows: auto;
  }
  .about_hero p {
    max-width: unset;
  }
  .about_hero .hero_title {
    grid-area: unset;
    position: absolute;
    top: 0;
    left: 0;
    padding: 28px 14px;
    border-bottom: none;
  }
  .about_hero .hero_text {
    grid-area: unset;
    padding: 56px 15px 53px;
  }
  .about_hero .hero_img {
    height: 766px;
    grid-area: unset;
  }
  .about_thesis {
    min-height: auto;
  }
  .about_thesis h2 {
    padding: 54px 12px 58px;
    line-height: 1.08;
  }
  .about_thesis p.mobile {
    display: block;
  }
  .about_text {
    display: flex;
    flex-direction: column-reverse;
    min-height: unset;
  }
  .about_text .left {
    display: none;
  }
  .about_text .right {
    padding: 0;
    grid-auto-flow: row;
  }
  .about_text .right p {
    border-bottom: 1px solid #000;
    padding: 53px 20px 46px 10px;
  }
  .about_pucker {
    padding: 55px 18px 50px 10px;
    border-top: none;
  }
  .about_pucker .about_pucker_bg {
    min-height: 543px;
    position: static;
    aspect-ratio: 1440/844;
    width: 100%;
  }
  .about_pucker p {
    max-width: 100%;
    font-size: 1.25rem;
    line-height: 1.15;
  }
  .basket {
    grid-template-columns: 1fr;
  }
  .basket .basket_delivery {
    height: auto !important;
    padding: 14px 0 0;
    max-height: unset;
    min-height: unset;
    position: static;
  }
  .basket .basket_delivery .form_title {
    margin-left: 16px;
    margin-bottom: 57px;
  }
  .basket .basket_delivery .price_text {
    margin-left: 14px;
  }
  .basket .basket_delivery .form_footer {
    margin-top: 125px;
    margin-left: 14px;
  }
  .basket .basket_delivery .form_footer .price_text {
    font-size: 0.875rem;
  }
  .basket .basket_delivery .form_footer .price_value {
    margin-bottom: 13px;
  }
  .basket .basket_delivery .form_footer .btn_main {
    margin-left: -14px;
    width: calc(100% + 14px);
  }
  .basket.empty .basket_empty p {
    top: 12px;
    left: 31px;
  }
  .basket.empty .basket_empty .circle {
    max-height: calc(100dvh - 61px - 167px);
    max-width: calc(100dvh - 61px - 167px);
  }
  .basket.empty .basket_empty a {
    font-size: 0.875rem;
  }
  .page_404 {
    background-image: url("data:image/svg+xml,%3Csvg width='390' height='596' viewBox='0 0 390 596' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M280.124 0.5L0 229.475H390' stroke='black'/%3E%3Cpath d='M391 145.072L198 298' stroke='black'/%3E%3Cpath d='M280.124 298L0 526.975H390' stroke='black'/%3E%3Cpath d='M391 442.572L198 595.5' stroke='black'/%3E%3Cpath d='M389.5 297.5C389.5 407.138 302.41 496 195 496C87.5901 496 0.5 407.138 0.5 297.5C0.5 187.862 87.5901 99 195 99C302.41 99 389.5 187.862 389.5 297.5Z' stroke='black'/%3E%3C/svg%3E%0A");
  }
  .page_404 h1 {
    font-size: 2.9375rem;
  }
  .page_404 .circle {
    max-height: calc(100dvh - 61px - 167px);
    max-width: calc(100dvh - 61px - 167px);
  }
  .page_404 a {
    font-size: 0.875rem;
  }
  .payment .back_to_order {
    font-size: 0.75rem;
  }
  .lk {
    grid-template-columns: 1fr;
  }
  .lk .lk_wrapper {
    padding: 14px 0;
  }
  .lk .lk_wrapper h1 {
    margin-bottom: 50px;
    margin-left: 12px;
  }
  .lk .lk_wrapper .lk_form {
    padding: 32px 12px;
  }
  .lk .lk_wrapper .lk_orders .order_filter {
    margin: 20px 12px 33px;
  }
  .lk .lk_wrapper .lk_orders .order_items {
    max-width: 100vw;
  }
  .lk .lk_supprot {
    height: auto !important;
    padding: 10px 13px 10px 11px;
    max-height: unset;
    border-left: none;
  }
  .lk .lk_supprot .btn_main {
    width: calc(100% + 24px);
    margin-left: -11px;
    margin-right: -13px;
    justify-content: center;
    text-align: center;
    border-right: none;
    border-left: none;
  }
  .product_page .product_wrapper {
    grid-template-columns: 100%;
  }
  .product_page .product_wrapper.loud .product_block:first-child {
    grid-column-start: auto;
    grid-row-start: auto;
  }
  .product_page .product_wrapper.loud .product_block:last-child {
    grid-column-start: auto;
    grid-row-start: auto;
  }
  .product_page .product_wrapper .product_block:first-child {
    border-right: none;
    border-bottom: 1px solid #000;
  }
  .product_page .product_wrapper .product_tags {
    display: none;
  }
  .product_page .product_wrapper .img {
    border-bottom: none;
    height: 561px;
    max-height: 561px;
  }
  .product_page .product_wrapper .swiper {
    --swiper-navigation-size: 17px;
    --swiper-navigation-sides-offset: 14px;
  }
  .product_page .product_wrapper .swiper .swiper-wrapper .swiper-slide {
    border: none;
    margin: 0;
  }
  .product_page .product_wrapper .swiper .swiper-wrapper .swiper-slide a {
    pointer-events: none;
  }
  .product_page .product_wrapper .swiper .swiper-button-prev,
  .product_page .product_wrapper .swiper .swiper-button-prev::after {
    display: block;
    width: 17px;
    height: 17px;
  }
  .product_page .product_wrapper .swiper .swiper-button-next,
  .product_page .product_wrapper .swiper .swiper-button-next::after {
    display: block;
    width: 17px;
    height: 17px;
  }
  .product_page .product_wrapper .product_info {
    margin: 30px auto 0;
    position: static;
    top: unset;
  }
  .product_page .product_wrapper .product_info .product_price {
    margin-bottom: 19px;
  }
  .product_page .product_wrapper .product_info .colors {
    margin-bottom: 32px;
  }
  .product_page .product_wrapper .product_info .btn_main {
    margin-top: 12px;
    min-height: 63px;
  }
  .product_page .product_wrapper .product_info .btn_main[js-basket-link] {
    margin-top: 54px;
    text-align: center;
    line-height: 41px;
  }
  .product_page .product_wrapper .product_info .btn_main[js-add-notify] {
    margin-top: -8px;
  }
  .product_page .product_wrapper .product_info .btn_main[js-add-pre-order] {
    margin-top: -1px;
  }
  .triangles_wrapper .triangle {
    width: 100%;
    margin-top: calc(-50% - 1px);
  }
  .triangles_wrapper .triangle:nth-child(2) {
    margin-top: calc(-50% - 1px);
  }
  .triangles_wrapper .triangle:nth-child(1) .triangle_content,
  .triangles_wrapper .triangle:nth-child(4n) .triangle_content,
  .triangles_wrapper .triangle:nth-child(4n+1) .triangle_content {
    -webkit-clip-path: polygon(0px 50%, 100% 100%, 100% 0px);
    clip-path: polygon(0px 50%, 100% 100%, 100% 0px);
    margin-right: 0;
  }
  .triangles_wrapper .triangle:nth-child(odd) {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
  .triangles_wrapper .triangle:nth-child(odd) .triangle_content {
    -webkit-clip-path: polygon(0px 0px, 0px 100%, calc(100% - 0px) 50%);
    clip-path: polygon(0px 0px, 0px 100%, calc(100% - 0px) 50%);
  }
  .triangles_wrapper .triangle:nth-child(odd) .swiper img {
    margin-left: 0;
    margin-right: auto;
  }
  .triangles_wrapper .triangle:nth-child(odd) .text {
    right: 20%;
    left: unset;
  }
  .triangles_wrapper .triangle:nth-child(odd) .swiper-button-prev {
    left: 10px !important;
  }
  .triangles_wrapper .triangle:nth-child(odd) .swiper-button-next {
    right: 30px;
  }
  .triangles_wrapper .triangle .swiper img {
    width: 55%;
  }
  .triangles_wrapper .triangle .text {
    left: 90px;
    max-width: calc(45% - 45px);
  }
  .catalog_filter .main_filter label {
    justify-content: center;
    height: 86px;
  }
  .mobile_links_cat {
    display: flex;
    min-height: 227px;
  }
  .mobile_links_cat a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    text-decoration: none;
    flex: 1;
    border-right: 1px solid #000;
    color: #000;
  }
  .mobile_links_cat a:last-child {
    border-right: none;
  }
  .full_category .text {
    font-size: 1rem;
  }
  .full_category_slider .slide_first,
  .full_category_slider .slide_last {
    aspect-ratio: unset;
  }
  .cookie_page h1 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .triangles_wrapper .triangle:nth-child(odd) .text {
    right: 90px;
  }
}
@media screen and (max-width: 768px) {
  body {
    width: calc(100vw - 2px);
  }
  .main_hero .background {
    background-position: 40% 85%;
    background-size: auto 115%;
  }
  .main_hero .background.promo {
    background-position: left;
    background-size: cover;
  }
  .video_block .mejs__overlay-button {
    width: 100px;
    height: 100px;
  }
  .basket .basket_items .item {
    grid-template-columns: 100%;
  }
  .basket .basket_items .item .item_img {
    border-bottom: 1px solid #000;
  }
  .basket .basket_items .item .item_img img {
    max-height: 352px;
  }
  .basket .basket_items .item .item_img .item_delete {
    top: 100%;
    width: 44px;
    height: 44px;
  }
  .basket .basket_items .item .item_info {
    padding: 18px 45px 54px 13px;
  }
  .basket .basket_items .item .item_info .name {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 0.875rem;
  }
  .basket .basket_items .item .item_info .color {
    position: absolute;
    bottom: -1px;
    left: -2px;
  }
  .basket .basket_items .item .item_info .color .color_choice {
    width: 54px;
    height: 54px;
  }
  .basket .basket_items .item .item_info .price {
    left: 120px;
  }
  .basket .basket_items .item .item_info .price .price_old {
    display: block;
  }
  .basket .basket_items .item .item_info .price .price_current {
    font-size: 2.1875rem;
  }
  .basket .basket_items .item .item_info .item_choice {
    width: calc(100% - 51px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .basket .basket_items .item .item_info .item_choice .item_size {
    order: -1;
  }
  .basket.empty {
    align-items: flex-start;
  }
  .basket.empty .basket_empty {
    flex-direction: column;
    align-items: flex-start;
  }
  .basket.empty .basket_empty p {
    position: static;
    margin: 12px 0 0 31px;
  }
  .basket.empty .basket_empty .circle {
    margin: 0 auto;
  }
  .payment {
    padding: 24px 9px;
  }
  .payment h1 {
    margin-bottom: 40px;
  }
  .payment .payment_list {
    margin: 0 -9px;
  }
  .product_page .tabs .tab {
    min-height: 86px;
    justify-content: center;
  }
  .product_page .tabs .tab .left_triangle,
  .product_page .tabs .tab .right_triangle {
    display: none;
  }
  /*.triangles_wrapper .triangle .text .price {
    display: flex;
    flex-direction: column;
  }*/
  /*.triangles_wrapper .triangle .text .price .old {
    margin-left: 0;
  }*/
  .catalog_filter {
    margin-top: 1px;
    border-bottom: none;
  }
  .catalog_filter.open .filter_slider {
    z-index: 1;
    visibility: visible;
    opacity: 1;
    height: auto;
    transform: scaleY(1);
    background: #fff;
  }
  .catalog_filter .main_filter label.mobile {
    display: flex;
  }
  .catalog_filter .main_filter label input:checked ~ span {
    color: #000 !important;
  }
  .catalog_filter .main_filter label input:checked ~ .bg_label {
    display: none;
  }
  .catalog_filter .main_filter label input:checked ~ .left_triangle,
  .catalog_filter .main_filter label input:checked ~ .right_triangle {
    opacity: 1;
  }
  .catalog_filter .main_filter label:hover .left_triangle,
  .catalog_filter .main_filter label:hover .right_triangle {
    opacity: 0;
  }
  .catalog_filter .main_filter label:hover input:checked ~ span {
    color: #fff;
  }
  .catalog_filter .main_filter .filter_btn {
    display: block;
  }
  /*.catalog_filter .filter_slider {
    padding: 0;
    position: absolute;
    top: 100%;
    left: 1px;
    flex-direction: column;
    height: calc(100dvh - 100px);
    visibility: hidden;
    opacity: 0;
    height: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.25s ease;
  }*/
  .catalog_filter .filter_slider .stable_filter {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    width: 100vw;
  }
  .catalog_filter .filter_slider .stable_filter label {
    width: 100%;
    display: block;
  }
  .catalog_filter .filter_slider .stable_filter label span {
    display: flex;
    align-items: center;
    background-color: #fff;
    width: 100%;
    border: 1px solid #000;
    border-left: none;
    padding: 12.5px 8px;
    border-top: none;
  }
  .catalog_filter .filter_slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100vw;
    overflow: auto;
    max-height: calc(100dvh - 290px);
    height: 100dvh;
    overscroll-behavior-y: contain;
  }
  .catalog_filter .filter_slider .swiper-wrapper .swiper-slide {
    margin: 0 !important;
    grid-column: span 1;
  }
  .catalog_filter .filter_slider .swiper-wrapper .swiper-slide.item_m {
    margin: 0 !important;
    grid-column: span 3;
  }
  .catalog_filter .filter_slider .swiper-wrapper .swiper-slide.item_l {
    margin: 0 !important;
    grid-column: span 4;
  }
  .catalog_filter .filter_slider .swiper-wrapper .swiper-slide label {
    height: 100%;
    width: 100%;
    display: block;
  }
  .catalog_filter .filter_slider .swiper-wrapper .swiper-slide label span {
    display: flex;
    align-items: center;
    background-color: #fff;
    width: 100%;
    border-left: none;
    margin-top: -1px;
    padding: 12.5px 8px;
    border-top: none;
  }
  .catalog_filter .filter_slider .mobile {
    display: block;
  }
  .catalog_filter .filter_slider .desktop {
    display: none;
  }
  .catalog_filter .filter_slider_title {
    display: block;
  }
  .catalog_filter .sort_btn {
    display: block;
  }
  .catalog_filter .filter_slider-prev,
  .catalog_filter .filter_slider-next {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .mobile_menu .mobile_menu_list {
    min-width: calc(100% + 2px);
  }
  .dialog_popup {
    animation: none;
  }
  .dialog_popup::backdrop {
    animation: none;
  }
  .support_popup .contacnt_row {
    font-size: 0.75rem;
  }
  .support_popup .contacnt_row a[href^="mailto:"] {
    padding: 0 8px;
  }
  .orderback_popup {
    margin: 100px -1px 0;
  }
  .orderback_popup[open]::backdrop {
    opacity: 0;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .orderback_popup .dialog_wrapper {
    display: flex;
    flex-direction: column;
    width: calc(100vw + 1px);
    max-width: calc(100vw + 1px);
    height: calc(100dvh - 100px);
  }
  .orderback_popup .dialog_wrapper .dialog_close {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 43px;
    background: #fff;
    top: -44px;
    padding: 0 14px;
  }
  .orderback_popup .dialog_wrapper .dialog_close .mobile {
    display: block;
  }
  .orderback_popup .dialog_wrapper .dialog_close svg {
    display: none;
  }
  .auth_popup,
  .forgot_password_popup {
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
    margin: 56px 0 0;
    width: 100vw;
    min-width: 100vw;
  }
  .auth_popup[open]::backdrop,
  .forgot_password_popup[open]::backdrop {
    opacity: 0;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .auth_popup .dialog_close,
  .forgot_password_popup .dialog_close {
    display: none;
  }
  .auth_popup .dialog_wrapper,
  .forgot_password_popup .dialog_wrapper {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .auth_popup .dialog_wrapper::after,
  .forgot_password_popup .dialog_wrapper::after {
    content: "";
    display: block;
    flex: 1;
    border-top: 1px solid #000;
    background-image: linear-gradient(to bottom left, transparent calc(50% - 1px), #000, transparent calc(50% + 1px));
  }
  .about_pucker .about_pucker_bg {
    background-size: auto 100%;
    margin-left: -10px;
    margin-right: -18px;
    width: calc(100% + 28px);
  }
  .about_info .col_big {
    display: flex;
    flex-direction: column;
  }
  .about_info .col_big svg {
    margin: 0 auto;
    width: auto;
    max-width: calc(100% + 4px);
    height: auto;
    width: calc(100% + 4px);
    margin: 0 -4px;
  }
  .about_info .col_big .col_text {
    border-right: none;
    margin-top: 0;
  }
  .about_info .col_big .col_text.small {
    padding-bottom: 20px;
  }
  .about_info .col_big .col_text .link_about {
    right: 0;
  }
  .lk .lk_wrapper .tabs .tabs_menu .tab {
    min-width: 50%;
    margin-top: -1px;
    width: 50%;
  }
  .lk .lk_wrapper .tabs .tabs_menu a.tab {
    width: 100%;
    min-width: 100%;
  }
  .lk .lk_wrapper .tabs .tabs_menu {
    flex-wrap: wrap;
  }
  .lk .lk_wrapper .lk_orders .orders_head,
  .lk .lk_wrapper .lk_orders .accordion_title {
    grid-template-columns: 80px 80px 1fr;
    gap: 5px;
  }
  .product_page .product_wrapper .product_info {
    margin: 30px 31px 0 34px;
    max-width: calc(100% - 65px);
  }
  .product_page .product_wrapper .product_info .btn_main {
    margin-left: -34px;
    margin-right: -31px;
    width: calc(100% + 65px);
  }
  .full_category .text {
    font-size: 0.875rem;
    max-width: 260px;
  }
  .cookie_page h1 {
    font-size: 1.875rem;
    margin: 30px 0;
  }
}
@media screen and (max-width: 450px) {
  .about_thesis h2 {
    letter-spacing: -0.04em;
    font-size: 2.875rem;
  }
  .about_info .col_big svg {
    height: auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  h1 {
    font-weight: 300;
  }
  body {
    font-weight: 300;
  }
  .about_thesis h2 {
    font-weight: 300;
  }
  .product_page .product_wrapper .product_info .product_price .old {
    font-weight: 300;
  }
  .triangles_wrapper .triangle .text .price .old {
    font-weight: 300;
  }
  .cookie_page h1 {
    font-weight: 300;
  }
  .cookie_page h3 {
    font-weight: 300;
  }
  .cookie_page p {
    font-weight: 300;
  }
}
.basket .basket_items .item .item_img img {
  object-fit: cover !important;
}
.basket .basket_delivery .form_footer .btn_main {
  margin: 0 -32px 0px;
}
/*# sourceMappingURL=main.css.map */
/* End */


/* Start:/local/templates/theme_225/front/styles/custom.css?178613316936293*/
.arr_size {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  background-color: #fff;
  display: none;
}
.arr_vers {
  display: none;
}
.arr_size_name {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.arr_size li .predz {
  display: none;
}
.arr_size li.notallowed .predz {
  display: block;
}
.arr_size_wrap.select .arr_size {
  display: block;
}
.arr_size_wrap.select .ss-arrow {
  transform: scaleY(-1);
}
.arr_size_wrap {
  position: relative;
}
ul.arr_size li {
  padding: 10px 14px;
  border: solid 1px #000;
  cursor: pointer;
  margin-top: -1px;
  display: flex;
  justify-content: space-between;
}
ul.arr_size .ss-arrow {
  position: absolute;
  right: 0;
  top: 10px;
}
.arr_size_name_wrap {
  border: solid 1px #000;
  display: flex;
  justify-content: space-between;
  padding: 10px 14px;
}
.product_page .product_wrapper .product_tags span {
  text-decoration: none;
  color: inherit;
  padding: 16px 0;
}
/**************************************************/
.filter_slider .swiper-wrapper {
  height: auto;
}
/**************************************************/
.auth_popup form label.checkbox {
  position: relative;
}
.auth_popup form label.checkbox input {
  display: block;
  position: absolute;
  opacity: 0;
  height: 1px;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.btns_order_footer {
  position: relative;
  border: solid 1px #000;
  color: #000;
  background: #fff;
  padding: 5px 15px;
}
.btns_order_detail_wrap {
  display: flex;
  gap: 10px;
}
button#payButton {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}
button#payButton + #result {
  margin-left: 16px;
}
.btns_order_detail {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}
.btn_shipment_info {
  cursor: alias;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: solid 1px #000;
  color: #000;
  background: #fff;
}
.btns_order_detail .cloudpay_button:hover .cloudpay_button {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.dialog_body.contacnt_body {
  border-bottom: none;
}
.orderback_message {
  padding: 20px;
}
.product_page .product_wrapper .product_info .main-button-container-wrap .btn_main {
  width: 100%;
}
.support_popup .span_hreg {
  padding: 0 8px;
}
.product_page .product_wrapper .swiper .swiper-wrapper .swiper-slide {
  max-height: 1000px;
}
.basket .basket_delivery .form_footer .price_value {
  margin-top: 15px;
}
.cookie_page {
  margin-bottom: 60px;
}
.errortext {
  color: #f00;
}
.orders_empty {
  margin-top: 40px;
}
.lk .lk_wrapper .lk_orders .order_items .order_item .order_item_img {
  border-bottom: 1px solid #000;
  min-height: 208px;
}
.lk .lk_wrapper .lk_orders .order_items .order_item .order_item_img img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}
.basket .basket_items .item .item_info .name {
  margin-bottom: 32px;
  color: #000;
  text-decoration: none;
}
.js-basket-item-image_href {
  cursor: pointer;
}
/*************************/
.popup-window.popup-window-with-titlebar {
  font-family: "HelveticaNeueCyr", sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
  min-width: 320px;
  border: solid 1px #000;
  padding-bottom: 10px;
}
.popup-window-buttons {
  bottom: -20px;
}
#userContact {
  background: #fff;
  border: solid 1px #000;
}
.popup-window-titlebar-text {
  width: 100%;
  text-align: center;
  color: #000;
  font-weight: 400;
}
.popup-window-buttons span.btn_main {
  width: 100%;
  display: flex;
  height: 43px;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
}
.popup-window-buttons .btn_main.hidden_close {
  display: none;
}
span.popup-window-close-icon.popup-window-titlebar-close-icon {
  position: absolute;
  top: -44px;
  left: -1px;
  background-color: #fff;
  height: 44px;
  width: 44px;
  border: solid 1px #000;
  opacity: 1;
}
.popup-window-close-icon:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 46 45" fill="none"><rect x="1.5" y="0.5" width="43" height="43" fill="white" stroke="black"></rect><path d="M1.5 0.5L44.5 44" stroke="black"></path><path d="M44.7461 0.750061L1.24609 43.7501" stroke="black"></path></svg>');
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}
span.btn.btn-primary {
  display: none;
}
/************************************/
.auth_popup form.auth_enter_social {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
/******************************/
.triangles_wrapper_empty {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 500px;
  max-width: 320px;
  margin: auto;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
}
.catalog_filter .filter_slider .stable_filter label.item_check_she_he span {
  display: block;
  color: #000;
}
.catalog_filter .filter_slider .stable_filter label input {
  opacity: 0;
}
.auth_enter .errortext {
  padding: 18px;
  font-size: 14px;
  height: 50px;
  color: #f00;
}
.auth_reg_form_info {
  font-size: 12px;
  padding: 18px;
  height: 50px;
  color: #f00;
  display: none;
  align-items: center;
}
.categoty_el_link a {
  color: #000;
  text-decoration: none;
}
.field-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.field-two-col .field:first-child {
  margin-right: -1px;
}
/**** cuopon_wrap******/
.cuopon_wrap {
  display: grid;
  grid-template-columns: 3fr 1fr;
}
.cupon-info {
  text-transform: capitalize;
  min-height: 20px;
  font-size: 14px;
  color: #008000;
}
.cupon-info.danger {
  color: #f00;
}
.btn-cuopon {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #000;
  text-align: center;
  color: #000;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: -1px;
  transition: all 0.25s ease;
}
.btn-cuopon:hover {
  background: #000;
  text-align: center;
  color: #fff;
}
.header_catalog_top.flex_top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 39px;
}
/****cuopon_wrap*******/
.item_check_stock_check {
  border-left: solid 1px #000;
}
.main_hero_wrap {
  position: relative;
}
.main_hero_wrap .button-container {
  position: absolute;
  bottom: 36px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.main_hero_wrap .button-container a,
.main_hero_wrap .button-container button {
  z-index: 10;
}
.btn_first_black_opacity {
  position: absolute;
  bottom: 40px;
  width: 170px;
  height: 50px;
  border: solid 1px #000;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 99999;
  color: #000;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  min-height: 50px;
}
.btn_first_black_opacity:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.btn_white_opacity {
  position: absolute;
  font-size: 0.75rem;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  bottom: 40px;
  width: 170px;
  height: 50px;
  border: solid 1px #fff;
  background-color: transparent;
  z-index: 99999;
  color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  min-height: 50px;
}
.count_bascet_item_text {
  display: none;
  align-items: center;
  padding-right: 15px;
}
@media (min-width: 1400px) {
  .count_bascet_item_text {
    display: flex;
  }
}
@media (min-width: 910px) and (max-width: 992px) {
  .count_bascet_item_text {
    display: flex;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .count_bascet_item_text {
    display: flex;
  }
}
.payment .payment_list li a {
  padding-left: 15px;
}
@media screen and (max-width: 1050px) {
  .triangles_wrapper .triangle .swiper .swiper-button-prev,
  .triangles_wrapper .triangle .swiper .swiper-button-next {
    display: none;
    visibility: hidden;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .item_check_stock_check {
    border-left: solid 0 #000;
  }
  .full_category .text.mobile_light {
    color: #fff;
  }
  .full_category .text {
    line-height: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .full_category .text {
    display: flex;
    height: 100%;
    align-items: center;
    flex-grow: 1;
  }
  .full_category .text p {
    display: inline;
    padding: 2px;
    background-color: #fff;
    color: #000;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
@media screen and (max-width: 576px) {
  .product_page .product_wrapper .product_info .main-button-container-wrap .btn_main {
    width: calc(100% + 65px);
  }
  .triangles_wrapper .triangle .swiper .swiper-button-prev,
  .triangles_wrapper .triangle .swiper .swiper-button-next {
    display: none;
  }
  .basket .basket_items .item .item_img img {
    max-width: 100%;
  }
  .basket .basket_items .item .item_img img {
    object-fit: cover;
    min-height: 300px;
    margin: 0;
    height: 100%;
  }
}
.btn_first_black_opacity {
  z-index: 2;
}
.btn_white_opacity {
  z-index: 2;
}
.menu-red-text {
  color: #D84538;
}
/*-------- vars -------- */
:root {
  --lg: 992px;
}
/*------ Header menu ------*/
header nav.left ul.header_nav {
  white-space: nowrap;
}
header nav.left .mobile_menu {
  height: 32px;
  align-items: center;
  padding-right: 12px;
}
@media screen and (max-width: 992px) {
  header nav.left .mobile_menu {
    display: flex;
  }
}
/*-------- Footer -------- */
footer a {
  text-decoration: none;
  color: black;
}
footer a:hover {
  text-decoration: underline;
}
footer h2 {
  font-size: 0.75rem;
  font-weight: 700;
}
footer .menu-item {
  overflow: hidden;
}
footer .menu-item:not(:last-child) {
  border-bottom: 1px solid #D1D1D1;
}
footer .menu-item h2 {
  padding: 18px 0;
  position: relative;
  cursor: pointer;
}
footer .menu-item h2::after {
  content: '';
  position: absolute;
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  transform: rotate(225deg);
  transition: transform 0.3s ease;
}
footer .menu-item .menu-item-nav {
  display: flex;
  flex-direction: column;
  max-height: 220px;
  transition: max-height 0.3s ease-in-out;
}
footer .menu-item .menu-item-nav a {
  padding: 18px 0;
}
footer .menu-item.closed h2::after {
  transform: rotate(45deg);
}
footer .menu-item.closed .menu-item-nav {
  max-height: 0;
}
footer .section-newsletter {
  padding-top: 30px;
}
footer .section-newsletter h2 {
  padding-bottom: 36px;
}
footer .footer-devider {
  margin-top: 12px;
}
@media (min-width: 641px) {
  footer .footer-devider {
    display: none;
  }
  footer .menu-item {
    border-bottom: none !important;
  }
  footer .menu-item h2 {
    cursor: unset;
  }
  footer .menu-item h2::after {
    display: none;
  }
  footer .menu-item .menu-item-nav {
    max-height: none !important;
  }
  footer .section-newsletter {
    padding-top: 18px;
  }
}
@media (max-width: 992px) {
  footer {
    flex-wrap: wrap;
    row-gap: 60px !important;
  }
  footer > * {
    width: calc(50% - 10px);
  }
}
@media (max-width: 640px) {
  footer {
    flex-wrap: wrap;
    row-gap: 0 !important;
  }
  footer > * {
    width: 100%;
  }
}
/*-------- Newsletter -------- */
.section-newsletter .email-row input {
  width: 100%;
  padding-left: 16px;
}
.section-newsletter .checkbox-row {
  display: flex;
  border-width: 0 1px 0 1px;
  border-color: black;
  border-style: solid;
}
.section-newsletter .checkbox-row .brand-checkbox .checkmark {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
.section-newsletter .checkbox-row .brand-checkbox input[type=checkbox] {
  display: none;
}
/*-------- Checkbox -------- */
.brand-checkbox {
  display: flex;
  align-items: center;
  width: 100%;
}
.brand-checkbox .checkbox-label {
  flex-grow: 1;
}
.brand-checkbox .checkmark {
  width: 44px;
  height: 44px;
  background-color: white;
  border: 1px solid black;
  position: relative;
  display: inline-block;
}
.brand-checkbox .checkmark:after {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  margin-right: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='44' viewBox='0 0 45 44' fill='none'%3E%3Cpath d='M1 0.999998L21.6224 42L44 1' stroke='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0;
  transition: all 0.25s ease;
}
.brand-checkbox input:checked + .checkmark:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='44' viewBox='0 0 45 44' fill='none'%3E%3Cpath d='M1 0.999998L21.6224 42L44 1' stroke='black'/%3E%3C/svg%3E");
  background-size: 100%;
}
/*------------- PAGE MAIN ----------------- */
.btn_video {
  z-index: 2;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  width: 170px;
  margin: auto;
}
.btn_category {
  margin: auto auto 0;
  z-index: 1;
}
/*------------- PAGE FAQ ----------------- */
#page-faq h1 {
  margin-bottom: 0;
}
/*------------ PAGE ABOUT ---------------- */
#page-about .second_block .second_block_top,
#page-about .second_block .second_block_bottom {
  min-height: 850px;
}
#page-about .second_block .second_block_top .text,
#page-about .second_block .second_block_bottom .text {
  max-width: 650px;
  margin: 0;
}
#page-about .second_block .second_block_top {
  border-bottom: 1px solid black;
}
#page-about .second_block .second_block_top_catalog_item,
#page-about .second_block .second_block_bot_catalog_item {
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#page-about .second_block .second_block_top_catalog_item .button-triangle,
#page-about .second_block .second_block_bot_catalog_item .button-triangle {
  margin-bottom: 32px;
}
#page-about .second_block .second_block_top_catalog_item,
#page-about .second_block .second_block_bot_texts {
  border-left: 1px solid black;
}
@media (max-width: 992px) {
  #page-about .second_block .second_block_top,
  #page-about .second_block .second_block_bottom {
    flex-direction: column;
    min-height: auto;
  }
  #page-about .second_block .second_block_top > *,
  #page-about .second_block .second_block_bottom > * {
    width: 100%;
  }
  #page-about .second_block .second_block_top .text,
  #page-about .second_block .second_block_bottom .text {
    max-width: none;
  }
  #page-about .second_block .second_block_top .title-wrapper {
    border: none;
  }
  #page-about .second_block .second_block_top .title-wrapper .title br {
    display: none;
  }
  #page-about .second_block .second_block_top .second_block_top_texts_wrapper {
    order: 1;
  }
  #page-about .second_block .second_block_top .second_block_top_catalog_item {
    border-left: none;
  }
  #page-about .second_block .second_block_top_catalog_item,
  #page-about .second_block .second_block_bot_catalog_item {
    min-height: 428px;
    border-bottom: 1px solid black;
  }
  #page-about .second_block .second_block_bot_texts {
    border-bottom: 1px solid black;
    border-left: none;
  }
  #page-about .about_pucker {
    padding-top: 32px;
  }
  #page-about .about_pucker p {
    font-size: 28px;
    font-weight: 400;
    line-height: 46px;
    margin: 0 0 32px;
    padding-left: 28px;
    padding-right: 28px;
  }
  #page-about .hero_text,
  #page-about .second_block_top_catalog_item_name_wrapper,
  #page-about .second_block_top_texts_wrapper,
  #page-about .second_block_bottom_catalog_item_name_wrapper,
  #page-about .second_block_bot_texts_one,
  #page-about .second_block_bot_texts_two {
    padding: 32px 28px;
  }
  #page-about .second_block_top_texts_wrapper .title-wrapper,
  #page-about .second_block_top_texts_wrapper .second_block_top_texts_text_wrapper {
    padding: 0;
  }
  #page-about .second_block_top_texts_wrapper .title-wrapper {
    margin-bottom: 28px;
  }
}
@media (max-width: 450px) {
  #page-about .second_block .second_block_top .second_block_top_texts_wrapper .title-wrapper .title {
    font-size: 36px;
  }
}
/*------------ PAGE PRODUCT -------------- */
#page-product .tabs .tabs_menu .tab {
  min-height: 55px;
}
#page-product .product_info {
  position: sticky;
  top: 55px;
}
#page-product .product_info h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 46px;
}
#page-product .product_info .colors {
  display: flex;
  column-gap: 24px;
  margin-top: 5px;
  margin-bottom: 48px;
}
#page-product .product_info .colors li {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 33px;
  height: 33px;
  border: 1px solid #959595;
  position: relative;
}
#page-product .product_info .colors li:not(.selected) {
  cursor: pointer;
}
#page-product .product_info .colors li.selected {
  pointer-events: none;
}
#page-product .product_info .colors li.selected::before {
  content: "";
  position: absolute;
  inset: -4px;
  border: 1px solid black;
}
#page-product .product_info .product_price {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 87px;
}
#page-product .product_info .product_price .old {
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 16px;
}
#page-product .product_info .size-row-wrapper {
  margin-bottom: 16px;
}
#page-product .product_info .size-row-wrapper .arr_size_wrap {
  z-index: auto;
  position: static;
}
#page-product .product_info .size-row-wrapper .arr_size_wrap .arr_size {
  display: flex;
  gap: 24px;
  position: static;
}
#page-product .product_info .size-row-wrapper .arr_size_wrap .arr_size .js_size {
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-top: 0;
  border: none;
  position: relative;
}
#page-product .product_info .size-row-wrapper .arr_size_wrap .arr_size .js_size.selected {
  background: transparent;
  color: black;
}
#page-product .product_info .size-row-wrapper .arr_size_wrap .arr_size .js_size.selected::before {
  content: "";
  position: absolute;
  inset: -4px;
  border: 1px solid black;
}
#page-product .product_info .size-row-wrapper .arr_size_wrap .arr_size .js_size.notallowed {
  color: #959595;
}
#page-product .product_info .size-row-wrapper .arr_size_wrap .arr_size .js_size:hover {
  background: transparent;
}
#page-product .product_info .size-row-wrapper .arr_size_wrap .arr_size .js_size .predz {
  display: none;
}
#page-product .product_info .btn_main {
  min-height: 50px;
  font-size: 14px;
  margin-top: -1px;
}
#page-product .product_info .accordion section.open .content {
  max-height: 433px;
}
#page-product .product_info .sizes_table_button {
  color: #959595;
  margin-bottom: 24px;
}
#page-product .product_info .model-params-ac-panel .sizes_table_button {
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  #page-product .product_info {
    margin: 0;
    max-width: none;
  }
  #page-product .product_info .breadcrumbs ul {
    flex-wrap: wrap;
  }
  #page-product .product_info .product_info_cols_wrapper {
    flex-direction: column;
  }
  #page-product .product_info .product_info_cols_wrapper > * {
    width: 100%;
  }
  #page-product .product_info .product_info_cols_wrapper h1,
  #page-product .product_info .product_info_cols_wrapper .product_price,
  #page-product .product_info .product_info_cols_wrapper .colors,
  #page-product .product_info .product_info_cols_wrapper .size-row-wrapper {
    margin-bottom: 24px;
  }
  #page-product .product_info .product_info_cols_wrapper .btn_main {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 993px) and (max-width: 1133px) {
  #page-product .product_info .btn_main {
    font-size: 11px;
  }
  #page-product .product_info .btn_main > span {
    line-height: 28px;
  }
}
#page-product .breadcrumbs {
  margin-bottom: 36px;
}
#page-product .breadcrumbs li * {
  color: #959595;
  text-decoration: none;
  font-weight: 400;
}
#page-product .breadcrumbs a:hover {
  text-decoration: underline;
}
#page-product #sizes_popup .dialog_wrapper {
  width: 1074px;
}
#page-product #sizes_popup .dialog_wrapper .tabs-contents {
  border-top: 1px solid black;
}
#page-product #sizes_popup .dialog_wrapper .tabs-contents .table-content table {
  width: 100%;
  border-collapse: collapse;
  /*table-layout: fixed;*/
}
#page-product #sizes_popup .dialog_wrapper .tabs-contents .table-content table tr:first-child {
  font-weight: 700;
}
#page-product #sizes_popup .dialog_wrapper .tabs-contents .table-content table tr:first-child td {
  border-top: none;
}
#page-product #sizes_popup .dialog_wrapper .tabs-contents .table-content table tr:last-child td {
  border-bottom: none;
}
#page-product #sizes_popup .dialog_wrapper .tabs-contents .table-content table tr td {
  border: 1px solid black;
  text-align: center;
  padding: 7px 1px;
  /*height: 96px;*/
}
#page-product #sizes_popup .dialog_wrapper .tabs-contents .table-content table tr td:first-child {
  font-weight: 700;
  border-left: none;
}
#page-product #sizes_popup .dialog_wrapper .tabs-contents .table-content table tr td:last-child {
  border-right: none;
}
#page-product #sizes_popup .dialog_wrapper .tabs-contents .table-content table tr td:not(:first-child) {
  min-width: 30px;
}
@media (max-width: 410px) {
  #page-product #sizes_popup .dialog_wrapper .tabs-contents .table-content table {
    font-size: 11px;
  }
  #page-product #sizes_popup .dialog_wrapper .tabs-contents .table-content table tr td {
    /* height: 68px;*/
  }
}
#page-product #sizes_popup .dialog_wrapper .tabs-contents .scheme-content {
  column-gap: 130px;
}
@media (max-width: 992px) {
  #page-product #sizes_popup .dialog_wrapper .tabs-contents .scheme-content {
    column-gap: 70px;
  }
}
#page-product #sizes_popup .dialog_wrapper .tabs-contents .scheme-content ol {
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: scheme-content-counter;
}
#page-product #sizes_popup .dialog_wrapper .tabs-contents .scheme-content ol li {
  position: relative;
}
#page-product #sizes_popup .dialog_wrapper .tabs-contents .scheme-content ol li::before {
  content: counter(scheme-content-counter);
  counter-increment: scheme-content-counter;
  border: 1px solid;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  margin-right: 12px;
}
#page-product #sizes_popup .dialog_wrapper .tabs-contents .scheme-content img {
  width: 100%;
}
@media (max-width: 768px) {
  #page-product #sizes_popup .dialog_wrapper .tabs-contents .scheme-content {
    flex-direction: column;
    row-gap: 24px;
    padding-right: 24px;
  }
  #page-product #sizes_popup .dialog_wrapper .tabs-contents .scheme-content ol {
    row-gap: 12px;
  }
}
@media (max-width: 500px) {
  #page-product #sizes_popup .dialog_wrapper .tabs-contents .scheme-content {
    padding: 12px;
  }
}
@media (max-width: 500px) {
  #page-product #sizes_popup {
    margin-left: 5px;
    margin-right: 5px;
  }
  #page-product #sizes_popup .dialog_wrapper {
    max-width: calc(100vw - 10px);
  }
}
/*------------ PAGE BLOG ---------------- */
#page-blog .heading-wrapper {
  padding: 34px;
  display: flex;
  flex-wrap: nowrap;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column;
}
#page-blog .heading-wrapper h1 {
  font-size: 36px;
  font-weight: 300;
  width: 100%;
}
#page-blog .heading-wrapper .search-wrapper {
  display: flex;
  justify-content: end;
  flex-grow: 1;
  width: 100%;
}
#page-blog .heading-wrapper .search-wrapper .search-form {
  width: 100%;
}
#page-blog .heading-wrapper .search-wrapper .search-form form input[type=search] {
  width: 100%;
  border: none;
  border-bottom: 1px solid black;
  padding: 10px 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  #page-blog .heading-wrapper {
    flex-direction: row;
  }
  #page-blog .heading-wrapper h1 {
    max-width: 50%;
    font-size: 41px;
  }
  #page-blog .heading-wrapper .search-wrapper {
    max-width: 400px;
  }
}
/*------------ ACCORDION ----------------- */
.accordion section {
  /*padding-bottom: 16px;*/
  border-bottom: 1px solid #D1D1D1;
  overflow: hidden;
}
.accordion section button {
  background: none;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: black;
  margin: 0;
  padding: 20px 18px;
  width: 100%;
  text-align: left;
  position: relative;
  cursor: pointer;
}
.accordion section button h2 {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
}
.accordion section button::after {
  content: '';
  position: absolute;
  right: 18px;
  width: 10px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.accordion section .content {
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
}
.accordion section .content > * {
  padding: 0 18px 40px;
}
.accordion section .content p {
  color: black;
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
}
.accordion section.open button::after {
  transform: rotate(225deg);
}
.accordion section.open .content {
  max-height: 201px;
}
/*--------- ACCORDION EXTERNAL ----------- */
body .ac {
  margin-top: 0;
  border: 0;
  border-bottom: 1px solid #D1D1D1;
}
body .ac .ac-header button {
  padding: 20px 18px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: inherit;
}
body .ac .ac-panel .ac-text {
  font: inherit;
  padding: 0 18px 40px;
}
body .ac .ac-panel .ac-text p:first-child {
  margin-top: 0;
}
body .ac .ac-panel .ac-text p:last-child {
  margin-bottom: 0;
}
body .ac .ac-trigger:focus {
  color: inherit;
}
body .ac .ac-trigger::after {
  content: "";
  position: absolute;
  right: 18px;
  width: 10px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
body .ac.is-active > .ac-header .ac-trigger::after {
  content: "";
  transform: rotate(225deg);
}
/*------------- QUANTITY SELECT ---------- */
.quantity_select {
  display: flex;
  align-items: center;
  gap: 4px;
}
.quantity_select button {
  padding: 0;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.quantity_select button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.quantity_select button:hover:not(:disabled) {
  background: black;
}
.quantity_select button:hover:not(:disabled) svg path,
.quantity_select button:hover:not(:disabled) svg rect {
  fill: white;
}
.quantity_select .quantity_select_value {
  font-size: 12px;
  font-weight: 700;
  margin-top: 2px;
}
/*------------- HEADER ------------------ */
html body {
  background: white;
}
html body header.header {
  z-index: 2;
  white-space: nowrap;
}
html body main {
  z-index: 1;
}
/*------------- TICKER ------------------ */
body .ticker {
  position: fixed;
  top: 57px;
  left: 0;
  width: 100%;
  height: 40px;
  background: black;
  z-index: 2;
  overflow: hidden;
  display: flex;
  align-items: center;
  text-decoration: none;
}
@keyframes ticker-scroll {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(-100%);
  }
}
body .ticker .ticker-content {
  display: flex;
  white-space: nowrap;
  animation: ticker-scroll 12s linear infinite;
  color: white;
  font-size: 14px;
  will-change: transform;
  column-gap: 96px;
}
@media (min-width: 768px) {
  body .ticker .ticker-content {
    animation-duration: 17s;
  }
}
@media (min-width: 1280px) {
  body .ticker .ticker-content {
    animation-duration: 20s;
  }
}
@media (min-width: 1536px) {
  body .ticker .ticker-content {
    animation-duration: 25s;
  }
}
body .ticker + .page {
  padding-top: 97px;
}
/*------------- BUTTONS ------------------ */
.button-triangle {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  border: 1px solid white;
  text-decoration: none;
  color: white;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  min-width: 170px;
}
.button-triangle.with-bg {
  background: rgba(0, 0, 0, 0.3);
}
.button-triangle .left_triangle,
.button-triangle .right_triangle {
  position: relative;
  flex: 1;
  height: 100%;
  opacity: 0;
  transition: all 0.25s ease;
}
.button-triangle .left_triangle::before,
.button-triangle .right_triangle::before {
  content: "";
  display: block;
  height: 50%;
  background-repeat: no-repeat;
}
.button-triangle .left_triangle::after,
.button-triangle .right_triangle::after {
  content: "";
  display: block;
  flex: 1;
  height: 50%;
  background-repeat: no-repeat;
}
.button-triangle .left_triangle {
  margin-right: 5px;
}
.button-triangle .left_triangle::before {
  background-image: linear-gradient(to bottom left, transparent calc(50% - 1px), #FFF, transparent calc(50% + 1px));
}
.button-triangle .left_triangle::after {
  background-image: linear-gradient(to top left, transparent calc(50% - 1px), #FFF, transparent calc(50% + 1px));
}
.button-triangle .right_triangle {
  margin-left: 5px;
}
.button-triangle .right_triangle::before {
  background-image: linear-gradient(to bottom right, transparent calc(50% - 1px), #FFF, transparent calc(50% + 1px));
}
.button-triangle .right_triangle::after {
  background-image: linear-gradient(to top right, transparent calc(50% - 1px), #FFF, transparent calc(50% + 1px));
}
.button-triangle.dark {
  border-color: black;
  color: black;
}
.button-triangle.dark .left_triangle {
  margin-right: 5px;
}
.button-triangle.dark .left_triangle::before {
  background-image: linear-gradient(to bottom left, transparent calc(50% - 1px), #000, transparent calc(50% + 1px));
}
.button-triangle.dark .left_triangle::after {
  background-image: linear-gradient(to top left, transparent calc(50% - 1px), #000, transparent calc(50% + 1px));
}
.button-triangle.dark .right_triangle {
  margin-left: 5px;
}
.button-triangle.dark .right_triangle::before {
  background-image: linear-gradient(to bottom right, transparent calc(50% - 1px), #000, transparent calc(50% + 1px));
}
.button-triangle.dark .right_triangle::after {
  background-image: linear-gradient(to top right, transparent calc(50% - 1px), #000, transparent calc(50% + 1px));
}
.button-triangle:hover .left_triangle,
.button-triangle:hover .right_triangle {
  opacity: 1;
}
.button-default {
  text-align: center;
  border: 1px solid black;
  background: white;
  font-size: 12px;
  font-weight: 400;
  color: black;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color, background-color 0.25s ease;
  cursor: pointer;
}
.button-default:hover {
  background: black;
  color: white;
}
.button-default.dark {
  background: black;
  color: white;
}
.button-default.dark:hover {
  background: white;
  color: black;
}
.button-default.sm {
  padding: 10px 20px;
}
.button-default.md {
  padding: 14px 20px;
}
/*----------------- TABS ------------------- */
.tabs-container .tabs-buttons {
  display: flex;
}
.tabs-container .tabs-buttons button {
  flex: 1;
  border: none;
  background: white;
  padding: 12px 0;
  cursor: pointer;
  text-transform: uppercase;
  color: black;
}
.tabs-container .tabs-buttons button.active {
  background: black;
  color: white;
  pointer-events: none;
}
.tabs-container .tabs-contents > * {
  display: none;
}
.tabs-container .tabs-contents > *.active {
  display: block;
}
/*------------ Session End ---------------- */
.bx-session-message {
  display: none;
}
/*------------ Session End ---------------- */
@keyframes error-shake {
  0% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-5px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.error-shake {
  animation: error-shake 0.5s ease-in-out;
}
/*-----------------PRE--------------------- */
pre {
  text-transform: none;
}
/*-----------------TW--------------------- */
.hidden,
.\[\&\>\*\]\:hidden > * {
  display: none;
}
.\!hidden {
  display: none !important;
}
.block,
.\[\&\>\*\]\:block > * {
  display: block;
}
.flex,
.\[\&\>\*\]\:flex > * {
  display: flex;
}
.flex-col,
.\[\&\>\*\]\:flex-col > * {
  flex-direction: column;
}
.flex-grow,
.grow {
  flex-grow: 1;
}
.justify-between {
  justify-content: space-between;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pl-4,
.\[\&\>\*\]\:pl-4 > * {
  padding-left: 1rem;
}
.pl-6,
.\[\&\>\*\]\:pl-6 > * {
  padding-left: 1.5rem;
}
.pr-2,
.\[\&\>\*\]\:pr-2 > * {
  padding-right: 0.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.p-0,
.\[\&\>\*\]\:p-0 > * {
  padding: 0;
}
.p-3\.5,
.\[\&\>\*\]\:p-3\.5 > * {
  padding: 0.875rem;
}
.p-9,
.\[\&\>\*\]\:p-9 > * {
  padding: 2.25rem;
}
.px-0,
.\[\&\>\*\]\:px-0 > * {
  padding-left: 0;
  padding-right: 0;
}
.px-5,
.\[\&\>\*\]\:px-5 > * {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-9,
.\[\&\>\*\]\:px-9 > * {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.py-3\.5,
.\[\&\>\*\]\:py-3\.5 > * {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-5,
.\[\&\>\*\]\:py-5 > * {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-9,
.\[\&\>\*\]\:py-9 > * {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.-mx-9 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}
.-mt-px {
  margin-top: -1px;
}
.mt-0\.5,
.\[\&\>\*\]\:mt-0\.5 > * {
  margin-top: 0.125rem;
  /* 2px */
}
.mt-1,
.\[\&\>\*\]\:mt-1 > * {
  margin-top: 0.25rem;
}
.mb-0 {
  margin-bottom: 0;
}
.ml-4 {
  margin-left: 1rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-bold {
  font-weight: 700;
}
.border {
  border-width: 1px;
  border-style: solid;
}
.border-x-0 {
  border-left-width: 0;
  border-right-width: 0;
}
.border-l {
  border-left-width: 1px;
  border-left-style: solid;
}
.border-r {
  border-right-width: 1px;
  border-right-style: solid;
}
.\!border-l {
  border-width: 1px !important;
}
.border-t-0 {
  border-top-width: 0;
}
.border-0 {
  border-width: 0;
}
.\!border-0 {
  border-width: 0 !important;
}
.border-t {
  border-top-width: 1px;
  border-top-style: solid;
}
.border-b {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.border-b-0 {
  border-bottom-width: 0;
}
.border-black {
  border-color: black;
}
.no-underline {
  text-decoration: none;
}
.text-black {
  color: black;
}
.leading-tight {
  line-height: 1.25;
}
.gap-1\.5,
.\[\&\>\*\]\:gap-1\.5 > * {
  gap: 0.375rem;
}
.gap-2,
.\[\&\>\*\]\:gap-2 > * {
  gap: 0.5rem;
  /* 8px */
}
.gap-4,
.\[\&\>\*\]\:gap-4 > * {
  gap: 1rem;
}
.gap-5,
.\[\&\>\*\]\:gap-5 > * {
  gap: 1.25rem;
}
.gap-6,
.\[\&\>\*\]\:gap-6 > * {
  gap: 1.5rem;
}
.gap-9,
.\[\&\>\*\]\:gap-9 > * {
  gap: 2.25rem;
}
.gap-11,
.\[\&\>\*\]\:gap-11 > * {
  gap: 2.75rem;
}
.w-full,
.\[\&\>\*\]\:w-full > * {
  width: 100%;
}
.w-1\/2,
.\[\&\>\*\]\:w-1\/2 > * {
  width: 50%;
}
.h-1\/2,
.\[\&\>\*\]\:h-1\/2 > * {
  height: 50%;
}
.min-h-11 {
  min-height: 2.75rem;
}
.list-none,
.\[\&\>\*\]\:list-none > * {
  list-style-type: none;
}
.bg-transparent {
  background-color: transparent;
}
.uppercase {
  text-transform: uppercase;
}
.cursor-pointer {
  cursor: pointer;
}
.underline,
.hover\:underline:hover {
  text-decoration-line: underline;
}
.invisible {
  visibility: hidden;
}
/*---------------------------------------- */
/*------------ LAZY VIDEO FALLBACK ----------------- */
.full_category .background_video {
  background-color: #111;
}

/* End */


/* Start:/local/templates/theme_225/components/bitrix/menu/top/style.css?17393755341985*/
html body .header_nav .header_catalog {
  width: 360px;
  max-width: 100vw;
}
html body .header_nav .header_catalog .header_catalog_wrapper {
  padding: 0;
  flex-direction: row;
}
html body .header_nav .header_catalog .header_catalog_wrapper .sex-section {
  width: 360px;
  min-width: 360px;
  display: flex;
  flex-direction: column;
}
html body .header_nav .header_catalog .header_catalog_wrapper .sex-section > * {
  min-height: 56px;
  display: flex;
  align-items: center;
}
html body .header_nav .header_catalog .header_catalog_wrapper .sex-section label {
  width: 100%;
  cursor: pointer;
}
html body .header_nav .header_catalog .header_catalog_wrapper .sex-section label input {
  display: none;
}
html body .header_nav .header_catalog .header_catalog_wrapper .sex-section label input:checked:not(.hover-another) + span,
html body .header_nav .header_catalog .header_catalog_wrapper .sex-section label input.hover + span {
  background: black;
  color: white;
}
html body .header_nav .header_catalog .header_catalog_wrapper .sex-section label span {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 37px;
}
html body .header_nav .header_catalog .header_catalog_wrapper .sex-section .item_main {
  font-size: 14px;
  font-weight: 700;
  padding-left: 36px;
}
html body .header_nav .header_catalog .header_catalog_wrapper .header_catalog_list {
  visibility: hidden;
  width: 0;
  padding: 64px 0 60px 0;
  gap: 0 130px;
  border: none;
  grid-auto-rows: 40px;
  margin: 0;
}
html body .header_nav .header_catalog .header_catalog_wrapper .header_catalog_list .item {
  padding: 10px 0;
  min-width: 150px;
}
html body .header_nav .header_catalog.open {
  width: 100vw;
}
html body .header_nav .header_catalog.open .header_catalog_list.active {
  display: grid;
  visibility: visible;
  padding-left: 60px;
}
html body .header_nav .header_catalog.open .sex-section {
  border-right: 1px solid black;
}
/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/theme_225/components/bitrix/menu/top_mob/style.min.css?1735310371490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/theme_225/components/bitrix/menu/top_mob/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/theme_225/components/bitrix/sale.basket.basket.line/lline_mob/style.min.css?17218273524011*/
.bx-basket-block{position:relative;padding-bottom:5px;padding-left:20px;white-space:nowrap;font-size:12px}.bx-basket-block>.fa{position:absolute;top:3px;left:0;width:12px;color:#97a1ab}.bx-basket-block a{margin-right:10px}@media(min-width:768px){.bx-basket-fixed{position:fixed;z-index:998;overflow:hidden;padding-top:10px;width:200px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}.block-store-catalog-list .bx-basket-fixed.bottom{bottom:70px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:998;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-item-list{display:none}.block-wrapper .bx-basket-fixed{padding-top:0}.block-wrapper .bx-basket-fixed .bx-hdr-profile{display:flex;justify-content:space-between}.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block{margin-right:20px;padding-bottom:0}}.bx-basket-fixed .bx-basket-block{margin-left:10px}.bx-basket-item-list{position:relative;overflow:hidden;padding-bottom:20px;border-top:1px solid #f7f7f7}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;right:0;bottom:0;left:0}.bx-closed .bx-basket-item-list{overflow:hidden;height:20px}.bx-basket-item-list-action{position:absolute;right:0;bottom:0;left:0;z-index:120;padding:3px 0;height:20px;background:#f7f7f7;color:#4f4f4f;vertical-align:middle;text-align:center;font-size:12px;line-height:14px;cursor:pointer}.bx-basket-item-list-button-container{position:absolute;right:0;bottom:20px;left:0;padding:10px 0;border-top:1px solid #f7f7f7;background:#fff;text-align:center}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{position:relative;margin-bottom:15px;padding-top:15px;padding-right:10px;padding-left:10px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{margin-bottom:0;border-bottom:0}.bx-basket-item-list-item-status{margin:0 10px 20px;padding:3px;border-radius:3px;background:#ebebeb;text-align:center;white-space:normal;font-weight:bold;font-size:12px;line-height:16px}.bx-basket-item-list-item-img{position:relative;padding-bottom:5px;text-align:center}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;top:-7px;right:10px;width:20px;height:20px;opacity:.5;cursor:pointer;transition:250ms linear all}.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before{position:absolute;top:50%;left:50%;display:block;width:10px;height:2px;border-radius:1px;background-color:#333;content:'';transform:translate(-50%,-50%)}.bx-basket-item-list-item-remove:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.bx-basket-item-list-item-remove:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);-o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/local/templates/theme_225/components/bitrix/sale.basket.basket.line/lline/style.min.css?17218273524011*/
.bx-basket-block{position:relative;padding-bottom:5px;padding-left:20px;white-space:nowrap;font-size:12px}.bx-basket-block>.fa{position:absolute;top:3px;left:0;width:12px;color:#97a1ab}.bx-basket-block a{margin-right:10px}@media(min-width:768px){.bx-basket-fixed{position:fixed;z-index:998;overflow:hidden;padding-top:10px;width:200px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}.block-store-catalog-list .bx-basket-fixed.bottom{bottom:70px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:998;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-item-list{display:none}.block-wrapper .bx-basket-fixed{padding-top:0}.block-wrapper .bx-basket-fixed .bx-hdr-profile{display:flex;justify-content:space-between}.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block{margin-right:20px;padding-bottom:0}}.bx-basket-fixed .bx-basket-block{margin-left:10px}.bx-basket-item-list{position:relative;overflow:hidden;padding-bottom:20px;border-top:1px solid #f7f7f7}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;right:0;bottom:0;left:0}.bx-closed .bx-basket-item-list{overflow:hidden;height:20px}.bx-basket-item-list-action{position:absolute;right:0;bottom:0;left:0;z-index:120;padding:3px 0;height:20px;background:#f7f7f7;color:#4f4f4f;vertical-align:middle;text-align:center;font-size:12px;line-height:14px;cursor:pointer}.bx-basket-item-list-button-container{position:absolute;right:0;bottom:20px;left:0;padding:10px 0;border-top:1px solid #f7f7f7;background:#fff;text-align:center}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{position:relative;margin-bottom:15px;padding-top:15px;padding-right:10px;padding-left:10px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{margin-bottom:0;border-bottom:0}.bx-basket-item-list-item-status{margin:0 10px 20px;padding:3px;border-radius:3px;background:#ebebeb;text-align:center;white-space:normal;font-weight:bold;font-size:12px;line-height:16px}.bx-basket-item-list-item-img{position:relative;padding-bottom:5px;text-align:center}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;top:-7px;right:10px;width:20px;height:20px;opacity:.5;cursor:pointer;transition:250ms linear all}.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before{position:absolute;top:50%;left:50%;display:block;width:10px;height:2px;border-radius:1px;background-color:#333;content:'';transform:translate(-50%,-50%)}.bx-basket-item-list-item-remove:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.bx-basket-item-list-item-remove:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);-o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/local/templates/theme_225/components/bitrix/system.auth.form/main/style.min.css?1721827352424*/
div.bx-system-auth-form span.bx-auth-secure{background-color:#fffae3;border:1px solid #dedbc8;padding:2px;display:inline-block;vertical-align:bottom;margin-top:-1px}div.bx-system-auth-form div.bx-auth-secure-icon{background-image:url(/local/templates/theme_225/components/bitrix/system.auth.form/main/images/sec.png);background-repeat:no-repeat;background-position:center;width:19px;height:18px}div.bx-system-auth-form div.bx-auth-secure-unlock{background-image:url(/local/templates/theme_225/components/bitrix/system.auth.form/main/images/sec-unlocked.png)}
/* End */


/* Start:/local/templates/theme_225/components/bitrix/system.auth.form/auth_ser/style.min.css?1721827352424*/
div.bx-system-auth-form span.bx-auth-secure{background-color:#fffae3;border:1px solid #dedbc8;padding:2px;display:inline-block;vertical-align:bottom;margin-top:-1px}div.bx-system-auth-form div.bx-auth-secure-icon{background-image:url(/local/templates/theme_225/components/bitrix/system.auth.form/auth_ser/images/sec.png);background-repeat:no-repeat;background-position:center;width:19px;height:18px}div.bx-system-auth-form div.bx-auth-secure-unlock{background-image:url(/local/templates/theme_225/components/bitrix/system.auth.form/auth_ser/images/sec-unlocked.png)}
/* End */


/* Start:/local/templates/theme_225/styles.css?1721827352877*/
a:not([href]) {
   cursor:default;
}
.basket_delivery .bx-sls input{
    border:0px;
    padding:0px;
    font-size: 1rem;
    height: 45px;
}

.basket_delivery .bx-sls .bx-ui-sls-input-block{
   border: 1px solid #000;
}
.basket_delivery .bx-sls .bx-ui-sls-route,
.basket_delivery .bx-sls .bx-ui-sls-fake,
.basket_delivery .bx-sls .bx-ui-sls-container{
   height: 45px;
}

.basket_delivery  .bx-sls .dropdown-icon{
    display:none;
}
.basket_delivery .bx-sls .bx-ui-sls-clear{
    margin-top: 9px;
}
.basket_delivery .bx-sls .bx-ui-sls-loader{
    top: 10px;
}
.basket_delivery .bx-sls .bx-ui-sls-pane{
    top: 45px;
}
.basket_delivery  .bx-sls .dropdown-block{
    padding-left:18px;
}
.basket_delivery  .bx-sls .dropdown-item-text{
    color:#000;
    text-transform:none;
}
@media screen and (max-width: 992px){
	.basket {
		width: 95%!important;
		margin-left:10px;
	}
}
/* End */
/* /local/templates/theme_225/front/styles/slimselect.css?17218273529830 */
/* /local/templates/theme_225/front/styles/main.css?1744044068101551 */
/* /local/templates/theme_225/front/styles/custom.css?178613316936293 */
/* /local/templates/theme_225/components/bitrix/menu/top/style.css?17393755341985 */
/* /local/templates/theme_225/components/bitrix/menu/top_mob/style.min.css?1735310371490 */
/* /local/templates/theme_225/components/bitrix/sale.basket.basket.line/lline_mob/style.min.css?17218273524011 */
/* /local/templates/theme_225/components/bitrix/sale.basket.basket.line/lline/style.min.css?17218273524011 */
/* /local/templates/theme_225/components/bitrix/system.auth.form/main/style.min.css?1721827352424 */
/* /local/templates/theme_225/components/bitrix/system.auth.form/auth_ser/style.min.css?1721827352424 */
/* /local/templates/theme_225/styles.css?1721827352877 */
