: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("../fonts/HelveticaNeue-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  font-display: swap;
  src: url("../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("../fonts/HelveticaNowText-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Now Text";
  font-display: swap;
  src: url("../fonts/HelveticaNowText-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  font-display: swap;
  src: url("../fonts/HelveticaNeueCyr-Roman.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  font-display: swap;
  src: url("../fonts/HelveticaNeueCyr-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  font-display: swap;
  src: url("../fonts/HelveticaNeueCyr-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SF Pro Text";
  font-display: swap;
  src: url("../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("../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 */