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

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  font-display: auto;
  src: url("fonts/RobotoLight/RobotoLight.woff2") format("woff2"), url("fonts/RobotoLight/RobotoLight.woff") format("woff"); }

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  font-display: auto;
  src: url("fonts/RobotoRegular/RobotoRegular.woff2") format("woff2"), url("fonts/RobotoRegular/RobotoRegular.woff") format("woff"); }

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

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

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: italic;
  font-display: auto;
  src: url("fonts/RobotoItalic/RobotoItalic.woff2") format("woff2"), url("fonts/RobotoItalic/RobotoItalic.woff") format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: italic;
  font-display: auto;
  src: url("fonts/Montserrat-Italic/Montserrat-Italic.woff2") format("woff2"), url("fonts/Montserrat-Italic/Montserrat-Italic.woff") format("woff"); }

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

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: auto;
  src: url("fonts/Montserrat-Regular/Montserrat-Regular.woff2") format("woff2"), url("fonts/Montserrat-Regular/Montserrat-Regular.woff") format("woff"); }

@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: italic;
  font-display: auto;
  src: url("fonts/Roboto-LightItalic/Roboto-LightItalic.woff2") format("woff2"), url("fonts/Roboto-LightItalic/Roboto-LightItalic.woff") format("woff"); }

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

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  .container--fluide {
    max-width: 120.3rem !important; }

img {
  display: block;
  max-width: 100%; }

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

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

.hidden {
  display: none; }

button {
  cursor: pointer; }

input:focus {
  outline: none; }

a {
  cursor: pointer; }

input[type="text"],
input[type="email"],
input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.out-container-block:after {
  content: "";
  width: 300%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: calc(-300% + 0.0625rem);
  top: 0; }

html {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
  color: #000000; }

body, html {
  background: #ffffff;
  min-width: 20rem; }

.main {
  overflow: hidden; }

.m-container {
  padding-left: 3rem;
  padding-right: 3rem; }

.m-row {
  margin-left: -1.5rem;
  margin-right: -1.5rem; }

.m-col {
  width: 14.285%; }

.pseudo-arrow {
  position: relative; }
  .pseudo-arrow:after {
    position: absolute;
    content: '';
    width: 0.56125rem;
    height: 0.56125rem;
    right: 0;
    top: calc(50% - 0.1875rem);
    transform: translateY(-50%) rotate(-45deg);
    background-repeat: no-repeat;
    background-position: center;
    border-left: 0.0625rem solid #232323;
    border-bottom: 0.0625rem solid #232323; }
  .pseudo-arrow.active:after {
    top: calc(50% - -0.1125rem);
    transform: translateY(-50%) rotate(135deg); }

.active .pseudo-arrow:after {
  top: calc(50% - -0.1125rem);
  transform: translateY(-50%) rotate(135deg); }

.main {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.footer {
  margin-top: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem; }

.col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  width: calc(25% - 1.25rem); }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: none;
  text-decoration-skip-ink: none; }

.a-reset-styles ul,
.a-reset-styles ol,
.a-reset-styles dl {
  margin: 0;
  padding: 0;
  list-style: none; }

.a-reset-styles input,
.a-reset-styles button,
.a-reset-styles select {
  color: inherit;
  font-family: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.a-reset-styles button {
  outline: initial;
  transition-duration: 0.25s;
  transition-property: color, background-color; }

.a-reset-styles summary::-webkit-details-marker {
  display: none; }

.a-reset-styles textarea {
  display: block;
  resize: none; }

.a-reset-styles select::-ms-expand {
  display: none; }

.a-reset-styles input::-ms-clear {
  display: none; }

.a-reset-styles input[type="number"] {
  -moz-appearance: textfield; }
  .a-reset-styles input[type="number"]::-webkit-inner-spin-button, .a-reset-styles input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

[data-custom-select-dropdown] {
  display: none; }

.pls-mns {
  position: relative; }
  .pls-mns:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 1.625rem;
    height: 1.625rem;
    transform: translateY(-50%);
    right: 0.7rem;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14 5H12V12H5V14H12V21H14V14H21V12H14V5Z' fill='%23001022'/%3E%3C/svg%3E%0A"); }
  .pls-mns.active:after {
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H21V14H5V12Z' fill='%23001022'/%3E%3C/svg%3E%0A"); }

.active .pls-mns:after {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H21V14H5V12Z' fill='%23001022'/%3E%3C/svg%3E%0A"); }

.full-size-block {
  text-align: center; }
  .full-size-block__title {
    font-weight: 300;
    font-size: 2.625rem;
    margin-bottom: 1.6rem; }
  .full-size-block__descr {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.4;
    max-width: 62.5rem;
    margin: 0 auto; }

.f-btn {
  display: inline-flex;
  background: #efefef;
  border: none;
  outline: 0;
  font-weight: 500;
  padding: 0.5875rem .75rem;
  min-height: 2.625rem;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
  transition: .3s;
  width: 100%;
  font-size: 0.875rem; }
  .f-btn svg {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0.625rem;
    flex-shrink: 0; }

.mob-menu-links .nav-ul {
  display: block; }
  .mob-menu-links .nav-ul__item {
    margin: 2rem 0; }
  .mob-menu-links .nav-ul__icon {
    order: -1;
    margin: 0 1rem 0 0; }

.close-btn {
  border: none;
  background: none;
  padding: 0.32812rem;
  position: absolute;
  top: 0.825rem;
  right: 1.525rem;
  width: 1.75rem;
  height: 1.75rem;
  display: grid;
  place-items: center; }
  .close-btn svg {
    width: 1.75rem;
    height: 1.75rem; }

.c-arrows.active:after {
  transform: rotate(180deg); }

.c-arrows:after {
  content: "";
  position: relative;
  display: block;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.62446 10.4048C5.39014 10.1705 5.39014 9.79062 5.62446 9.5563L6.30649 8.87428C6.5408 8.63996 6.9207 8.63996 7.15501 8.87428L12.5759 14.2952C12.8102 14.5295 13.1901 14.5295 13.4245 14.2952L18.8454 8.87428C19.0797 8.63996 19.4596 8.63996 19.6939 8.87428L20.3759 9.5563C20.6102 9.79062 20.6102 10.1705 20.3759 10.4048L13.4245 17.3563C13.1901 17.5906 12.8102 17.5906 12.5759 17.3563L5.62446 10.4048Z' fill='%23001022'/%3E%3C/svg%3E%0A");
  width: 1.75rem;
  height: 1.75rem; }

[data-tags-area].active .del-tags-btn {
  display: block; }

.del-tags-btn {
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0;
  background: transparent;
  border: none;
  display: none;
  text-decoration: underline;
  margin-bottom: .5rem; }

.noUi-base, .noUi-connects {
  background: #cccccc; }

.d-title {
  font-size: 1.625rem;
  line-height: 2.825rem;
  padding: 0 1.25rem;
  display: block;
  text-align: center;
  position: relative;
  font-family: "Merriweather", sans-serif;
  font-weight: 400;
  margin: 2.5rem 0; }
  .d-title:after {
    content: "";
    display: block;
    border-bottom: 0.125rem solid #001022;
    width: 3.125rem;
    margin: 0 auto;
    padding-top: 0.5rem; }
  .d-title--st1 {
    padding: 0; }
  .d-title--off-mb {
    margin-bottom: 0; }
  .d-title--off-lg-mb {
    margin-bottom: 1.5rem; }

.def-title {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #000000;
  text-transform: uppercase; }

.ic-btn {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.25rem; }
  .ic-btn__icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0.375rem; }
  .ic-btn span {
    text-decoration: underline; }

[data-tab-item] {
  display: none; }

.d-flex {
  display: flex; }

.descr-title {
  text-align: center; }
  .descr-title__txt {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 1.25rem 0; }

.custom-slider__arrow--next.swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='39' viewBox='0 0 21 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.809482 0.92048C0.526009 1.2107 0.36731 1.60029 0.36731 2.00598C0.36731 2.41167 0.526009 2.80126 0.809482 3.09148L16.6467 19.3382L0.809482 35.5817C0.526009 35.8719 0.36731 36.2615 0.36731 36.6672C0.36731 37.0729 0.526009 37.4625 0.809482 37.7527C0.947269 37.8942 1.11201 38.0067 1.29398 38.0835C1.47595 38.1603 1.67147 38.1999 1.86898 38.1999C2.0665 38.1999 2.26201 38.1603 2.44398 38.0835C2.62595 38.0067 2.79069 37.8942 2.92848 37.7527L19.77 20.4725C20.0658 20.169 20.2313 19.762 20.2313 19.3382C20.2313 18.9145 20.0658 18.5074 19.77 18.204L2.92848 0.923731C2.79069 0.782214 2.62595 0.669735 2.44398 0.592933C2.26201 0.516131 2.0665 0.476562 1.86898 0.476562C1.67147 0.476562 1.47595 0.516131 1.29398 0.592933C1.11201 0.669735 0.947269 0.782214 0.809482 0.923731V0.92048Z' fill='%23959595'/%3E%3C/svg%3E%0A");
  right: -4rem; }

.custom-slider__arrow--prev.swiper-button-prev {
  left: -3.8rem;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='38' viewBox='0 0 21 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.1904 37.3617C20.4739 37.0715 20.6326 36.6819 20.6326 36.2762C20.6326 35.8706 20.4739 35.481 20.1904 35.1907L4.35315 18.944L20.1904 2.7005C20.4739 2.41028 20.6326 2.02069 20.6326 1.615C20.6326 1.20931 20.4739 0.819717 20.1904 0.529499C20.0526 0.387983 19.8879 0.275502 19.7059 0.1987C19.5239 0.121898 19.3284 0.0823326 19.1309 0.0823326C18.9334 0.0823326 18.7379 0.121898 18.5559 0.1987C18.3739 0.275502 18.2092 0.387983 18.0714 0.529499L1.2299 17.8097C0.934107 18.1132 0.76856 18.5202 0.76856 18.944C0.76856 19.3678 0.934107 19.7748 1.2299 20.0782L18.0714 37.3585C18.2092 37.5 18.3739 37.6125 18.5559 37.6893C18.7379 37.7661 18.9334 37.8057 19.1309 37.8057C19.3284 37.8057 19.5239 37.7661 19.7059 37.6893C19.8879 37.6125 20.0526 37.5 20.1904 37.3585V37.3617Z' fill='%23959595'/%3E%3C/svg%3E%0A"); }

.custom-slider__arrow--prev,
.custom-slider__arrow--next {
  background-repeat: no-repeat;
  width: 3.5rem;
  height: 3.5rem;
  background-size: 1.375rem;
  background-position: center; }

.custom-slider__arrow--prev.swiper-button-prev:after,
.custom-slider__arrow--next.swiper-button-next:after {
  display: none; }

.labels-list {
  list-style-type: none;
  display: flex; }
  .labels-list__item {
    padding: 0.3125rem .3125rem; }
    .labels-list__item .discount {
      display: block !important; }

.custom-slider__pagination {
  width: 100%;
  bottom: -2.3125rem; }
  .custom-slider__pagination .swiper-pagination-bullet {
    width: 0.625rem;
    height: 0.625rem;
    background: #cccccc;
    opacity: 1; }
    .custom-slider__pagination .swiper-pagination-bullet:not(:last-child) {
      margin-right: 0.875rem; }
    .custom-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #495460; }

.full-size-btn {
  padding-top: 1rem;
  padding-bottom: 1.25rem; }
  .full-size-btn + .d-title {
    margin: 1.1rem 0 0.2rem; }
  .full-size-btn--st1 {
    padding-top: 2.7rem;
    padding-bottom: 0.25rem; }

[data-hidden-el] {
  display: none; }

input.error {
  border-color: #f01237; }

label.error {
  position: absolute;
  bottom: calc(-100% + -0.15rem);
  display: flex;
  padding: 0.625rem;
  width: 100%;
  color: #f01237;
  border: 0.0625rem solid #f01237;
  align-items: center;
  left: 0;
  font-weight: 600;
  font-size: 0.75rem;
  z-index: 10;
  line-height: 1rem;
  background: #ffffff; }
  label.error:before {
    content: "";
    position: relative;
    display: block;
    width: 1.25rem;
    margin-right: 0.625rem;
    height: 1.25rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 10.5463L13.2036 13.75L13.75 13.2036L10.5463 10L13.75 6.79636L13.2036 6.25003L10 9.45367L6.79633 6.25L6.25 6.79633L9.45367 10L6.25 13.2037L6.79633 13.75L10 10.5463Z' fill='%23D0021B'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='9.5' stroke='%23D0021B'/%3E%3C/svg%3E%0A"); }

.image-wrap {
  position: relative; }
  .image-wrap__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover; }

.p-card__image:after {
  padding-bottom: 100%;
  position: relative;
  display: block;
  content: ""; }

.p-card__title {
  margin: 0.75rem 0 0.9375rem;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  display: block; }

.p-card__sub {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 0;
  font-style: italic;
  /* identical to box height, or 125% */
  /* text color */
  color: #333333; }

.link-btn {
  font-size: 1.1875rem;
  line-height: 1.5rem;
  text-decoration: underline;
  font-style: italic; }

.cats-b-list {
  display: grid;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.875rem; }

.def-section {
  padding: 3.125rem 0; }

.section-cats {
  padding-top: 1.25rem; }

.label {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: 'Montserrat', sans-serif;
  /* identical to box height, or 100% */
  color: #212529;
  text-transform: uppercase; }
  .label--sale {
    color: #f01237; }
  .label--promo {
    color: #f01237;
    font-weight: bold; }

.old-price {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  /* or 125% */
  text-decoration-line: line-through;
  /* ACTIVE */
  color: #959595; }

.price {
  font-weight: 500;
  /* or 140% */
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  color: #212529; }

.discount {
  border: 0.0625rem solid #717171;
  min-width: 3.375rem;
  padding: 0.125rem 0.25rem;
  font-weight: 400;
  font-size: 1rem;
  border-radius: 0.125rem;
  line-height: 1.25rem;
  text-align: center;
  color: #717171; }

.fav,
.share {
  background: none;
  border: none;
  padding: 0 0.25rem 0 0; }
  .fav__icon,
  .share__icon {
    width: 1.5rem;
    height: 1.25rem;
    fill: transparent; }
  .fav.active svg,
  .share.active svg {
    fill: #212529; }

.inst-slider__content {
  position: relative; }

/*
.inst-card {
    &__image {
        position: relative;
        display: block;
        &:after {
            content: "";
            display: block;
            padding-bottom: 100%;
        }
    }
    &__img {
        
               position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
        object-position: top;
                object-fit: cover;
        
            
    }
    
&__label {
position: absolute;
}
}
*/
.form-subscribe {
  background: #282c31; }
  .form-subscribe__container {
    max-width: 50.9375rem;
    width: 100%;
    padding: 2.6875rem 0;
    margin: 0 auto; }
  .form-subscribe__title {
    grid-column: 1 / 3; }
  .form-subscribe__left {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  .form-subscribe__txt {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin: 1.25rem 0 0.5625rem;
    color: #f2f2f2;
    max-width: 31.25rem; }
    .form-subscribe__txt a {
      color: #ffffff;
      text-decoration: underline; }
  .form-subscribe__label {
    flex-grow: 1;
    width: 100%; }
  .form-subscribe__btn {
    min-width: auto;
    width: 100% !important;
    margin: 1.875rem 0 0;
    max-width: 100% !important; }
  .form-subscribe__right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }

.input-label {
  display: block; }
  .input-label__title {
    font-weight: 400;
    font-size: .9rem;
    font-family: "Montserrat", sans-serif;
    line-height: 1.25rem;
    color: #e5e5e5;
    margin-bottom: 1.25rem;
    display: block; }

.f-big-list {
  list-style-type: none; }
  .f-big-list p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25rem;
    color: rgba(255, 255, 255, 0.95);
    margin: 0; }
  .f-big-list a {
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 1.25rem;
    color: #d4d4d4; }
  .f-big-list__item {
    margin: 0 0 1rem; }

.f-title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #e5e5e5;
  margin: 1.9rem 0 0.8rem; }

/*
.menu-category__container,

{
    display: none!important;
    
    
    
}

@media only screen and (max-width: $lg) {
    .header__bottom {
        display: none!important;
    }
}
*/
.swiper-button-next--white.custom-slider__arrow--next.swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='38' viewBox='0 0 21 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.30948 0.582345C1.02601 0.872563 0.86731 1.26216 0.86731 1.66785C0.86731 2.07353 1.02601 2.46313 1.30948 2.75335L17.1467 19.0001L1.30948 35.2436C1.02601 35.5338 0.86731 35.9234 0.86731 36.3291C0.86731 36.7348 1.02601 37.1244 1.30948 37.4146C1.44727 37.5561 1.61201 37.6686 1.79398 37.7454C1.97595 37.8222 2.17147 37.8618 2.36898 37.8618C2.5665 37.8618 2.76201 37.8222 2.94398 37.7454C3.12595 37.6686 3.29069 37.5561 3.42848 37.4146L20.27 20.1343C20.5658 19.8309 20.7313 19.4239 20.7313 19.0001C20.7313 18.5763 20.5658 18.1693 20.27 17.8658L3.42848 0.585596C3.29069 0.44408 3.12595 0.331601 2.94398 0.254799C2.76201 0.177997 2.5665 0.138428 2.36898 0.138428C2.17147 0.138428 1.97595 0.177997 1.79398 0.254799C1.61201 0.331601 1.44727 0.44408 1.30948 0.585596V0.582345Z' fill='white'/%3E%3C/svg%3E%0A"); }

.swiper-button-prev--white.custom-slider__arrow--prev.swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='38' viewBox='0 0 21 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.6904 37.4177C19.9739 37.1274 20.1326 36.7378 20.1326 36.3322C20.1326 35.9265 19.9739 35.5369 19.6904 35.2467L3.85315 18.9999L19.6904 2.75641C19.9739 2.46619 20.1326 2.0766 20.1326 1.67091C20.1326 1.26522 19.9739 0.875626 19.6904 0.585407C19.5526 0.44389 19.3879 0.331413 19.2059 0.254608C19.0239 0.177807 18.8284 0.138241 18.6309 0.138241C18.4334 0.138241 18.2379 0.177807 18.0559 0.254608C17.8739 0.331413 17.7092 0.44389 17.5714 0.585407L0.729902 17.8657C0.434107 18.1691 0.26856 18.5761 0.26856 18.9999C0.26856 19.4237 0.434107 19.8307 0.729902 20.1342L17.5714 37.4144C17.7092 37.5559 17.8739 37.6684 18.0559 37.7452C18.2379 37.822 18.4334 37.8616 18.6309 37.8616C18.8284 37.8616 19.0239 37.822 19.2059 37.7452C19.3879 37.6684 19.5526 37.5559 19.6904 37.4144V37.4177Z' fill='white'/%3E%3C/svg%3E%0A"); }

.fw-300 {
  font-weight: 300; }

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

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/*!
  * Zoomove v1.3.0
  * http://thompsonemerson.github.io/zoomove
  *
  * Copyright (c) 2020 Emerson Thompson
  * Licensed under the MIT license
 */
.carousel {
  position: relative;
  box-sizing: border-box; }

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

.carousel.is-draggable {
  cursor: move;
  cursor: grab; }

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing; }

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%; }

.carousel__track {
  display: flex; }

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain; }

.has-dots {
  margin-bottom: calc(0.5rem + 22px); }

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none; }

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer; }

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: .25;
  transition: opacity .15s ease-in-out; }

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1; }

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity .15s ease; }

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.carousel__button.is-prev {
  left: 10px; }

.carousel__button.is-next {
  right: 10px; }

.carousel__button[disabled] {
  cursor: default;
  opacity: .3; }

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none; }

html.with-fancybox {
  scroll-behavior: auto; }

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none; }

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4)); }

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

.fancybox__container :focus {
  outline: none; }

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94)); }

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92)); }

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10; }

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px); }

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default; }

.fancybox__track {
  display: flex;
  height: 100%; }

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px; }

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto; }

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20; }

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none; }

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere; }

.is-loading .fancybox__caption {
  visibility: hidden; }

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff); }

.fancybox__nav .carousel__button {
  z-index: 40; }

.fancybox__nav .carousel__button.is-next {
  right: 8px; }

.fancybox__nav .carousel__button.is-prev {
  left: 8px; }

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40; }

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff); }

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none; }

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor); }

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053; }

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%; }

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }

.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1); }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: .15s ease backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: .15s ease both fancybox-fadeOut; }

.fancybox-fadeIn {
  animation: .15s ease both fancybox-fadeIn; }

.fancybox-fadeOut {
  animation: .1s ease both fancybox-fadeOut; }

.fancybox-zoomInUp {
  animation: .2s ease both fancybox-zoomInUp; }

.fancybox-zoomOutDown {
  animation: .15s ease both fancybox-zoomOutDown; }

.fancybox-throwOutUp {
  animation: .15s ease both fancybox-throwOutUp; }

.fancybox-throwOutDown {
  animation: .15s ease both fancybox-throwOutDown; }

@keyframes fancybox-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fancybox-fadeOut {
  to {
    opacity: 0; } }

@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; } }

@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0; } }

@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0; } }

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); }

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab; }

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing; }

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto; }

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in; }

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out; }

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab; }

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing; }

.fancybox__image {
  transform-origin: 0 0;
  user-select: none;
  transition: none; }

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px; }

.is-closing .has-image .fancybox__content {
  overflow: visible; }

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none; }

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap; }

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto; }

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto; }

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto; }

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none; }

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%; }

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%; }

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%; }

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff; }

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df; }

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1); }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: .15s ease-in backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0; }

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer; }

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity .15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px); }

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: .92; }

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none; }

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px); }

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4)); }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: .15s ease-in backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0; }

.fancybox__toolbar__items {
  display: flex; }

.fancybox__toolbar__items--left {
  margin-right: auto; }

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.fancybox__toolbar__items--right {
  margin-left: auto; }

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  user-select: none; }

.fancybox__container:fullscreen::backdrop {
  opacity: 0; }

.fancybox__button--fullscreen g:nth-child(2) {
  display: none; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block; }

.fancybox__button--slideshow g:nth-child(2) {
  display: none; }

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none; }

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block; }

/**
 * Swiper 8.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 4, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

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

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

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

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

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

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

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

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

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

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

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

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

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size:44px; }

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

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

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

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

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

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

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

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

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

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

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

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

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

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

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

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

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

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

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

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

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

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

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

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

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

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

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

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

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

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

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

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

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

.swiper-cube {
  overflow: visible; }

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible; }

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

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

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

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

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform,opacity,height; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

.slder-module .swiper-button-next, .slder-module .swiper-button-prev {
  width: 20px;
  height: 38px;
  background-size: 100% 100%; }

.custom-slider__arrow--prev.swiper-button-prev {
  left: -42px; }

.custom-slider__arrow--next.swiper-button-next {
  right: -42px; }

[data-retailrocket-markup-block] {
  max-width: 120.3rem !important; }

[data-retailrocket-markup-block] .rr-item__image img {
  max-width: none !important;
  max-height: none !important;
  width: 100% !important; }

#similar-products .swiper-slide {
  max-width: calc(100%/6);
  margin-right: 15px; }

.a-reset-styles .input,
.input {
  padding: .4375rem .3125rem .4375rem 0.65rem;
  height: 3rem;
  background: transparent;
  display: block;
  width: 100%;
  border: unset;
  border-bottom: 0.0625rem solid #c2c2c2;
  cursor: text; }
  .a-reset-styles .input::placeholder,
  .input::placeholder {
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    /* identical to box height, or 133% */
    letter-spacing: 0.01em;
    /* grey 70% */
    color: #717171; }
  .a-reset-styles .input:focus,
  .input:focus {
    border-color: #808080; }
  .a-reset-styles .input[disabled],
  .input[disabled] {
    background: rgba(222, 222, 222, 0.6);
    border-bottom: 0.0625rem solid #c2c2c2;
    color: #717171;
    cursor: default; }
  .a-reset-styles .input.error,
  .input.error {
    border-color: #f01237; }
  .a-reset-styles .input__error,
  .input__error {
    margin: 8px 0 0;
    color: #f01237;
    font: 0.75rem/1rem "Roboto", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.01em; }
  .a-reset-styles .input__info,
  .input__info {
    font: 0.9375rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
    color: #717171;
    margin: 15px 0 0; }
  .a-reset-styles .input.skeleton,
  .input.skeleton {
    background: #d9d9d9;
    border-color: transparent;
    color: transparent;
    animation: skeleton .9s infinite alternate; }
    .a-reset-styles .input.skeleton::placeholder,
    .input.skeleton::placeholder {
      color: transparent; }

.a-reset-styles textarea {
  width: 100%;
  resize: vertical;
  min-height: 3.125rem;
  outline: none; }

.a-reset-styles .field-label {
  display: block;
  margin: 0 0 5px;
  font: 0.9375rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.01em; }
  .a-reset-styles .field-label--bold {
    font-weight: 700; }

.a-reset-styles .radio {
  width: 16px;
  height: 16px;
  border: thin solid #797676;
  border-radius: 50%;
  cursor: pointer; }
  .a-reset-styles .radio:checked {
    border: 5px solid #212529; }

.a-reset-styles .field-radio {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .a-reset-styles .field-radio > .field-label {
    margin: 0 0 0 10px; }

.a-reset-styles .checkbox,
.checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start; }
  .a-reset-styles .checkbox__link,
  .checkbox__link {
    text-decoration: underline;
    transition-property: opacity;
    transition-duration: 0.25s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .a-reset-styles .checkbox__input,
  .checkbox__input {
    display: block;
    width: 15px;
    height: 15px;
    top: 50%;
    border-radius: 2px;
    flex-shrink: 0;
    background-size: 12px 9px;
    background-repeat: no-repeat;
    background-image: url(/img/sprites/intermediate-svg/i-check.svg);
    background-color: white;
    background-position: center;
    border: 2px solid #d4d4d4; }
    .a-reset-styles .checkbox__input.error,
    .checkbox__input.error {
      border-color: #f01237; }
    .a-reset-styles .checkbox__input:checked,
    .checkbox__input:checked {
      background-color: #212529;
      border-color: #212529; }
    .a-reset-styles .checkbox__input--white,
    .checkbox__input--white {
      background-image: url(/img/sprites/intermediate-svg/i-check--black.svg); }
      .a-reset-styles .checkbox__input--white:checked,
      .checkbox__input--white:checked {
        background-color: #ffffff;
        border-color: #ffffff; }
  .a-reset-styles .checkbox > label.field-label,
  .checkbox > label.field-label {
    padding-left: 20px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.a-btn {
  display: inline-block;
  border: 0;
  box-sizing: border-box;
  padding: 0.75rem;
  min-width: 6.45rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  background-color: #ffcb00;
  color: #000000;
  transition: background-color .2s ease-in-out; }
  .a-btn:hover {
    background-color: #ffe580; }
  .a-btn--filled1 {
    background-color: #efefef;
    color: #000000; }
    .a-btn--filled1:hover {
      background-color: #f4f4f4; }
  .a-btn--filled2 {
    background-color: #000000;
    color: #ffffff; }
    .a-btn--filled2:hover {
      background-color: #262626; }
  .a-btn--filled3 {
    background-color: transparent;
    font-weight: 500;
    font-size: 0.875rem;
    padding: 0;
    line-height: 2.5;
    text-transform: initial;
    color: #000000; }
    .a-btn--filled3:hover {
      background-color: transparent;
      text-decoration: underline; }
  .a-btn--filled4 {
    background-color: transparent;
    font-size: 0.875rem;
    padding: 0; }
    .a-btn--filled4:hover {
      background-color: transparent;
      text-decoration: underline; }
  .a-btn--trs {
    background: transparent; }
    .a-btn--trs:hover {
      background: #efefef; }
    .a-btn--trs.active {
      background: rgba(255, 203, 0, 0.2) !important; }
  .a-btn--brd {
    text-decoration: underline; }

.rs-ul {
  list-style-type: none; }

h4 {
  font-size: 0.8125rem; }

a {
  color: #000000;
  text-decoration: none; }

input[type="search"] {
  position: relative;
  padding-right: 32px !important; }
  input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-image: url(/img/sprites/intermediate-svg/close-sm-gray.svg);
    cursor: pointer; }

.header {
  z-index: 111; }
  .header__left {
    display: flex;
    align-items: center;
    flex: 2 0 0; }
  .header__left-inner {
    display: flex;
    align-items: center; }
  .header__right-inner {
    position: relative; }
  .header__right {
    flex: 2 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .header__wrapper {
    padding: 0.9875rem 1.7rem 0.75rem;
    position: relative;
    transition: background 0.7s cubic-bezier(0.7, 0, 0.3, 1) 0.2s; }
    .header__wrapper:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: #ffffff;
      top: 0;
      left: 0;
      opacity: 1;
      transition: all .2s linear .2s;
      transform: translate(0); }
  .header__logo {
    z-index: 3; }
  .header__top {
    display: flex;
    justify-content: space-between; }
  .header__holder {
    width: 100%;
    height: 0.5rem;
    background: #ffcb00; }
  .header__nav {
    display: flex;
    justify-content: center; }

.nav-ul.hide-mob {
  transition: all .3s ease-in-out; }

body.scrolled .nav-ul__item--tel {
  display: none !important; }

.nav-ul {
  display: flex;
  list-style-type: none; }
  .nav-ul__item:not(:last-child) {
    margin-right: 1.25rem; }
  .nav-ul__item--fav .calc-circe {
    width: 22px;
    height: 22px;
    right: -0.025rem; }
  .nav-ul__item--offset {
    position: relative;
    margin-left: 3.0625rem;
    display: flex;
    align-items: center; }
    .nav-ul__item--offset:before {
      content: '';
      width: 0.0625rem;
      height: 0.75rem;
      display: block;
      left: -1.5rem;
      background: #000000;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
  .nav-ul__item--tel {
    margin-right: 4.1625rem !important; }
    .nav-ul__item--tel a {
      font-size: 1.25rem;
      line-height: 1.75rem;
      font-weight: 500; }
  .nav-ul__icon {
    display: flex;
    align-items: center;
    justify-content: center; }
    .nav-ul__icon:empty {
      display: none; }
  .nav-ul__svg {
    fill: transparent;
    width: auto;
    height: 1.14813rem;
    stroke: #212529; }
    .nav-ul__svg--2 {
      display: none; }
  .nav-ul__link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #212529;
    position: relative;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    border: none;
    background: transparent;
    padding: 0; }
    .nav-ul__link.active {
      text-decoration: underline; }
  .nav-ul--offset2 .nav-ul__item:not(:last-child) {
    margin-right: 2rem; }

.menu-category {
  display: flex;
  list-style-type: none; }
  .menu-category__icon {
    width: 1.625rem;
    height: 1.625rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    .menu-category__icon:empty {
      display: none; }
  .menu-category__svg {
    width: auto;
    height: 1.14813rem; }
  .menu-category__link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #212529;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    /* identical to box height, or 133% */
    letter-spacing: 0.01em;
    text-transform: uppercase;
    position: relative; }
    .menu-category__link:hover {
      text-decoration: underline; }

.ic-pin {
  width: 1.875rem;
  height: 1.8125rem;
  stroke-width: 0.5; }

.ic-search {
  width: 1.875rem;
  height: 1.8125rem; }

.ic-fav {
  width: 3.0875rem;
  height: 1.875rem;
  fill: transparent; }

.ic-phone {
  width: 2.1875rem;
  height: 1.8125rem; }

.ic-user {
  width: 1.52812rem;
  height: 1.8125rem; }

.ic-cart {
  width: 1.6875rem;
  height: 1.8125rem; }

.logo-link svg {
  transition: fill 0.2s cubic-bezier(0.7, 0, 0.3, 1) 0.2s;
  fill: #ffffff; }

.logo-link__img {
  width: 13.25rem;
  height: 3.625rem; }

.menu-category__title {
  margin: 0;
  display: block; }

.menu-category__list .p-card__title {
  font-size: 1.1875rem;
  line-height: 1.5rem;
  margin: 0.9375rem 0; }

.menu-category__list .p-card__descr {
  padding: 0; }

.menu-category__sub--p-left1 {
  margin-left: auto; }

.menu-sub-category__link {
  padding: 0.24rem 0;
  display: block;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  color: #333333; }

.header__nav[data-open] .menu-category__container {
  transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0.3s;
  opacity: 1; }

[data-top] .menu-category__link:after, [data-top] .menu-category__link:before {
  transform: scale(1);
  transition: transform .2s ease-in-out; }

.sale-txt {
  color: #f01237;
  font-weight: 500; }

.active-section {
  font-weight: 500 !important; }

.mob-cats {
  display: flex;
  justify-content: center;
  border-top: 0.0625rem solid #959595;
  border-bottom: 0.0625rem solid #959595;
  padding: 0.9375rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem; }
  .mob-cats__item:not(:last-child) {
    margin-right: 1.5625rem; }
  .mob-cats__link.active {
    text-decoration: underline; }

.hidden {
  display: none; }

.scrolled-logo {
  display: none;
  width: 5.25rem;
  height: 1.75rem; }

.cart-inner {
  stroke: none !important;
  transition: 0.2s cubic-bezier(0.7, 0, 0.3, 1) 0.1s; }

.main-slider {
  position: relative; }
  .main-slider .custom-slider__arrow--prev.swiper-button-prev {
    left: 0.625rem; }
  .main-slider .custom-slider__arrow--next.swiper-button-next {
    right: 0.625rem; }
  .main-slider .custom-slider__pagination {
    bottom: 0.9375rem; }
  .main-slider .swiper-button-prev,
  .main-slider .swiper-button-next {
    height: 100%;
    width: 5rem;
    top: 0; }
  .main-slider .swiper:not(.swiper-container-initialized) ~ .swiper-pagination,
  .main-slider .swiper:not(.swiper-container-initialized) ~ .swiper-button-prev,
  .main-slider .swiper:not(.swiper-container-initialized) ~ .swiper-button-next {
    display: none; }

.smartbanner {
  z-index: 9999; }

.burger {
  background: none;
  border: none;
  position: relative;
  width: 1.5rem;
  height: 1.245rem;
  cursor: pointer;
  z-index: 4; }
  .burger span {
    position: absolute;
    right: 0;
    height: 0.125rem;
    transition: all .4s ease-in-out;
    background: #000000; }
    .burger span:nth-child(1) {
      top: 0;
      width: 100%; }
    .burger span:nth-child(2) {
      top: 0.5375rem;
      width: 100%; }
    .burger span:nth-child(3) {
      bottom: 0;
      width: 100%; }
  .burger.active span {
    width: 2.2rem; }
    .burger.active span:nth-child(1) {
      transform: rotate(-45deg) translate(-0.35rem, 0.375rem); }
    .burger.active span:nth-child(2) {
      opacity: 0; }
    .burger.active span:nth-child(3) {
      transform: rotate(45deg) translate(-0.4rem, -0.475rem); }

.i-block {
  padding: 2.5rem 0;
  display: grid;
  grid-column-gap: 3.5rem;
  list-style-type: none;
  grid-template-columns: repeat(3, 1fr); }
  .i-block__item {
    text-align: center; }
  .i-block__title {
    margin-bottom: 1.6rem; }
    .i-block__title svg {
      flex-shrink: 0; }
  .i-block__descr {
    line-height: 1.5;
    font-size: 0.875rem;
    font-weight: 500;
    color: #495460; }
    .i-block__descr p {
      margin: 0;
      color: #495460; }

.l-block__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 3rem;
  /* identical to box height, or 125% */
  color: rgba(255, 255, 255, 0.95); }

.l-block .pseudo-arrow:after {
  border-color: #d4d4d4; }

.l-list__link {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  color: #F2F2F2; }

.l-list__item {
  line-height: 1.2;
  margin: .75rem 0; }

.soc-list {
  display: flex; }
  .soc-list__item {
    text-align: center; }
    .soc-list__item:not(:last-child) {
      margin-right: 1rem; }
    .soc-list__item span {
      font-weight: 400;
      font-size: 0.8125rem;
      line-height: 1.25rem;
      color: #E5E5E5;
      display: block; }
  .soc-list__link svg {
    height: 2rem;
    width: 2rem; }
  .soc-list--min-m .soc-list__item:not(:last-child) {
    margin-right: .8rem; }

.f-link-list {
  display: flex;
  flex-wrap: wrap; }
  .f-link-list__item {
    line-height: 1.5rem;
    margin-right: 1rem; }
  .f-link-list__link {
    font-weight: 500;
    font-size: 0.75rem;
    color: #959595; }

.row-links {
  display: flex;
  justify-content: center; }

.footer {
  border-top: 0.125rem solid #000000;
  background: #212529; }
  .footer__block {
    padding: 3.5rem 2.65rem 2rem; }
  .footer__logo svg {
    width: 6.75rem;
    height: 2.25rem;
    fill: #ffffff; }

.soc-list:not(.soc-list--min-m) .soc-list__item {
  display: flex;
  align-items: center; }

.copy-block {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .copy-block__descr {
    text-align: center;
    font-size: 0.6875rem;
    font-weight: 500;
    color: #959595; }
    .copy-block__descr p {
      margin-top: 1.9375rem;
      font-weight: 400;
      font-size: 0.9375rem;
      line-height: 1.25rem;
      /* identical to box height, or 133% */
      letter-spacing: 0.01em;
      /* Filters color */
      color: #d4d4d4;
      margin-bottom: 2rem; }

svg.icon-mail {
  width: 2.75rem;
  height: 1.70312rem; }

.footer__icons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0.47937rem;
  margin-bottom: 1.9375rem; }

.a-reset-styles .aside {
  position: absolute;
  z-index: 29;
  top: 34px;
  bottom: 0;
  left: -20px;
  width: 350px;
  background: white;
  transform: translateX(-105%);
  transition: transform 0.25s ease-out; }
  .a-reset-styles .aside__wrap {
    display: grid;
    grid-template: auto 1fr/repeat(2, 1fr);
    grid-gap: 30px 0;
    width: 350px;
    height: var(--filter-height);
    padding: 40px 40px 40px 60px;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    background: white;
    scrollbar-width: none;
    overscroll-behavior: contain; }
    .a-reset-styles .aside__wrap::-webkit-scrollbar {
      display: none; }
  .a-reset-styles .aside__tab {
    position: sticky;
    top: 0;
    z-index: 1;
    display: block;
    grid-row: 1;
    font: 0.9375rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    transition: opacity 0.25s; }
    .a-reset-styles .aside__tab span {
      position: relative;
      z-index: 1;
      display: block;
      padding: 10px; }
    .a-reset-styles .aside__tab:before {
      position: absolute;
      top: -40px;
      left: 0;
      right: 0;
      bottom: -20px;
      content: '';
      background: white; }
  .a-reset-styles .aside__link {
    position: relative;
    display: block;
    max-width: max-content;
    margin-bottom: 20px;
    color: #333333;
    font: 0.9375rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
    transition: opacity 0.25s; }
    .a-reset-styles .aside__link:after {
      content: '';
      position: absolute;
      top: -11px;
      bottom: -11px;
      left: -11px;
      right: -11px; }
    .a-reset-styles .aside__link.m-red {
      font-weight: 500;
      color: #f01237; }
  .a-reset-styles .aside__list {
    display: none;
    grid-area: 2 / 1 / 3 / 3; }
  .a-reset-styles .aside input {
    display: none; }
    .a-reset-styles .aside input:checked + .aside__tab {
      opacity: 1;
      cursor: default; }
      .a-reset-styles .aside input:checked + .aside__tab span {
        background: #e9e9e9; }
      .a-reset-styles .aside input:checked + .aside__tab + .aside__list {
        display: block; }

.a-reset-styles .catalog {
  margin-top: 10px;
  margin-bottom: 64px; }
  .a-reset-styles .catalog__title {
    margin: 0;
    font: 400 1.3125rem/1.5rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif; }
  .a-reset-styles .catalog__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px; }
  .a-reset-styles .catalog__open-filter {
    color: #232323; }
  .a-reset-styles .catalog__grid {
    display: grid;
    grid-template: auto/1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 30px; }
  .a-reset-styles .catalog__tags {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: -6px -12px 24px;
    overflow-x: auto;
    overflow-y: hidden; }
  .a-reset-styles .catalog__tag {
    display: block;
    padding: 6px 15px;
    transition: opacity 0.25s;
    font-size: 1.125rem;
    line-height: 1.25rem;
    width: max-content; }
    .a-reset-styles .catalog__tag--cur {
      pointer-events: none;
      text-decoration: underline; }
  .a-reset-styles .catalog__aside:not(:last-of-type) {
    margin-right: 20px; }
  .a-reset-styles .catalog__button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    color: #4e4e4e;
    font-size: 1.1875rem;
    line-height: 1.5rem;
    letter-spacing: 0.01em;
    padding: 10px 0; }
    .a-reset-styles .catalog__button svg {
      margin-right: 16px; }
  .a-reset-styles .catalog__select {
    margin-left: auto;
    font-size: 1.1875rem;
    line-height: 1.5rem; }
    .a-reset-styles .catalog__select:after {
      top: 8px;
      right: 0;
      width: 24px;
      height: 20px;
      background-size: contain;
      pointer-events: none; }
    .a-reset-styles .catalog__select select {
      padding-right: 40px;
      text-align: right; }
  .a-reset-styles .catalog__seo {
    max-width: 1530px;
    margin: 30px auto;
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em; }
  .a-reset-styles .catalog__body {
    position: relative;
    overflow: hidden; }
  .a-reset-styles .catalog__query {
    margin-bottom: 30px;
    font: 14px/18px "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif; }
  .a-reset-styles .catalog__search {
    display: grid;
    grid-template: auto/1fr;
    grid-gap: 10px;
    margin-bottom: 32px; }
    .a-reset-styles .catalog__search input {
      padding-left: 15px;
      padding-right: 15px;
      letter-spacing: -0.4px; }
    .a-reset-styles .catalog__search .btn {
      text-transform: uppercase;
      max-width: none; }

.a-reset-styles .catalog-result {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-self: flex-start;
  margin-bottom: -10px; }
  .a-reset-styles .catalog-result__item {
    display: block;
    padding: 7px;
    border: thin solid #717171;
    border-radius: 2px;
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 1.1875rem;
    line-height: 1.5rem;
    color: #717171;
    transition: opacity 0.25s; }
    .a-reset-styles .catalog-result__item:after {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin-left: 10px;
      background-image: url(/img/sprites/intermediate-svg/close-sm-gray.svg);
      content: ''; }

.a-reset-styles .color-field {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -5px; }
  .a-reset-styles .color-field__item {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 5px;
    cursor: pointer; }
    .a-reset-styles .color-field__item:after {
      content: '';
      position: absolute;
      top: -6px;
      bottom: -6px;
      left: -6px;
      right: -6px; }
    .a-reset-styles .color-field__item input {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      border: 2px solid #878787;
      box-sizing: border-box;
      background: transparent;
      transition: background 0.25s; }
      .a-reset-styles .color-field__item input:checked {
        border-color: #212529; }
      .a-reset-styles .color-field__item input:disabled {
        pointer-events: none;
        background: rgba(255, 255, 255, 0.5) !important; }
  .a-reset-styles .color-field__element {
    display: flex;
    width: 16%;
    margin-bottom: 1rem;
    flex-direction: column;
    align-items: center; }
  .a-reset-styles .color-field__name {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #717171; }

.a-reset-styles .filter {
  position: fixed;
  z-index: 10000;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: white;
  transform: translateX(-105%);
  transition: transform 0.25s ease-out;
  box-sizing: border-box; }
  .a-reset-styles .filter__wrap {
    padding: 40px 40px 80px;
    box-sizing: border-box;
    width: 100%;
    background: white;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    overscroll-behavior: contain;
    height: 100vh; }
    .a-reset-styles .filter__wrap::-webkit-scrollbar {
      display: none; }
  .a-reset-styles .filter__field[open] .filter__title:after {
    top: 13px;
    transform: rotate(180deg); }
  .a-reset-styles .filter__title {
    display: block;
    font: 0.9375rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    transition: opacity 0.25s;
    outline: none; }
    .a-reset-styles .filter__title::selection {
      background: transparent; }
    .a-reset-styles .filter__title:after {
      top: 8px;
      right: 0;
      width: 12px;
      height: 10px;
      background-size: contain;
      pointer-events: none; }
    .a-reset-styles .filter__title select {
      width: 100%;
      text-transform: uppercase; }
  .a-reset-styles .filter__body {
    padding: 10px 0 20px; }
  .a-reset-styles .filter__header {
    margin-bottom: 10px; }
    .a-reset-styles .filter__header .catalog-result {
      display: flex; }
    .a-reset-styles .filter__header .catalog__select {
      display: block; }
  .a-reset-styles .filter__top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font: 1.5rem/2.25rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
    margin: 0 0 30px; }
  .a-reset-styles .filter__close {
    position: relative; }
    .a-reset-styles .filter__close:after {
      content: '';
      position: absolute;
      top: -20;
      bottom: -20;
      left: -20;
      right: -20; }
    .a-reset-styles .filter__close svg {
      width: 20px;
      height: 20px; }
  .a-reset-styles .filter__footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 40px;
    background: white; }
  .a-reset-styles .filter__apply {
    display: block;
    margin-bottom: 50px;
    margin-top: 30px; }

.multi-field {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -5px; }
  .multi-field__item {
    padding: 5px; }
    .multi-field__item input {
      display: none; }
      .multi-field__item input:checked + label {
        background: #212529;
        color: white; }
      .multi-field__item input:disabled + label {
        border-color: #e0e0e0;
        background: #e0e0e0;
        color: #959595;
        pointer-events: none; }
    .multi-field__item label {
      position: relative;
      display: block;
      padding: 9px;
      min-width: 40px;
      box-sizing: border-box;
      border-radius: 3px;
      color: #212529;
      background: #f9f9f9;
      font: 12px/20px "Roboto", "Helvetica", "Arial", sans-serif;
      text-align: center;
      cursor: pointer;
      text-transform: uppercase;
      transition: opacity 0.25s; }
      .multi-field__item label:after {
        content: '';
        position: absolute;
        top: -6px;
        bottom: -6px;
        left: -6px;
        right: -6px; }

.a-reset-styles .pagination__list {
  display: grid;
  grid-auto-flow: column;
  grid-template: 1fr/auto;
  grid-gap: 15px;
  align-items: center;
  font: 1.25rem/1.75rem "Roboto", "Helvetica", "Arial", sans-serif;
  margin: 0 auto;
  max-width: max-content; }

.a-reset-styles .pagination__link {
  position: relative;
  color: #717171;
  transition: opacity 0.25s;
  text-align: center; }
  .a-reset-styles .pagination__link:after {
    content: '';
    position: absolute;
    top: -8px;
    bottom: -8px;
    left: -8px;
    right: -8px; }
  .a-reset-styles .pagination__link--cur {
    color: black;
    pointer-events: none;
    font-weight: 600; }
  .a-reset-styles .pagination__link--page {
    font: 1rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif; }

.a-reset-styles .pagination .btn {
  display: block;
  margin: 0 auto 30px; }

.a-reset-styles .range-field {
  position: relative;
  z-index: 0; }
  .a-reset-styles .range-field__inputs {
    display: grid;
    grid-template: auto/repeat(2, 1fr);
    grid-gap: 20px;
    font: 0.875rem/1rem "Roboto", "Helvetica", "Arial", sans-serif; }
    .a-reset-styles .range-field__inputs input {
      display: block;
      margin-top: 7px;
      width: 100%;
      padding: 10px 9px;
      color: #717171;
      border: thin solid #212529;
      box-sizing: border-box;
      line-height: 1.1875rem;
      transition: color 0.25s; }
      .a-reset-styles .range-field__inputs input:focus {
        color: #212529;
        transition: color 0.15s; }
  .a-reset-styles .range-field .noUi-handle {
    top: -9px;
    width: 22px;
    height: 22px;
    border: 2px solid white;
    border-radius: 50%;
    background: #212529;
    box-shadow: none;
    outline: none;
    cursor: grab; }
    .a-reset-styles .range-field .noUi-handle:after, .a-reset-styles .range-field .noUi-handle:before {
      display: none; }
  .a-reset-styles .range-field .noUi-connect {
    background: #212529; }
  .a-reset-styles .range-field .noUi-target {
    margin: 22px 15px 7px 3px;
    height: 4px;
    background: #d4d4d4;
    border: none;
    border-radius: 0; }
    .a-reset-styles .range-field .noUi-target:after {
      position: absolute;
      left: -3px;
      right: -15px;
      top: 0;
      bottom: 0;
      background: inherit;
      content: ''; }

.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative; }

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat; }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto; }

.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute; }

.noUi-touch-area {
  height: 100%;
  width: 100%; }

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: transform .3s;
  transition: transform .3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px; }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto; }

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB; }

.noUi-connects {
  border-radius: 3px; }

.noUi-connect {
  background: #3FB8AF; }

.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB; }

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed; }

.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px; }

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px; }

.a-reset-styles .cart-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 30px;
  position: relative;
  color: #212529; }
  .a-reset-styles .cart-item:last-child {
    padding-bottom: 0; }
  .a-reset-styles .cart-item.skeleton .cart-item__close {
    display: none; }
  .a-reset-styles .cart-item.skeleton .cart-item__select {
    border-color: #C2C2C2; }
    .a-reset-styles .cart-item.skeleton .cart-item__select:before {
      content: "";
      background: #DEDEDE99;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 1;
      animation: skeletonSelect .9s infinite alternate; }
  .a-reset-styles .cart-item.skeleton .cart-item__price {
    background: #D9D9D9;
    border-radius: 5px;
    width: 60px;
    height: 18px;
    display: inline-block;
    color: transparent;
    animation: skeleton .9s infinite alternate; }
  .a-reset-styles .cart-item__close {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/img/sprites/intermediate-svg/close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    transition: opacity .25s;
    z-index: 2; }
  .a-reset-styles .cart-item__image {
    width: 36%;
    min-width: 120px;
    max-width: 290px;
    flex-shrink: 0; }
  .a-reset-styles .cart-item__select-to-buy {
    position: absolute;
    background-color: #fff;
    padding: 0 0.3125rem 0.3125rem 0;
    border-radius: 0% 0% 25% 0%; }
  .a-reset-styles .cart-item__content {
    padding-left: 20px; }
  .a-reset-styles .cart-item__title {
    font: 500 0.875rem/1.125rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
    margin: 0;
    padding-right: 50px;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical; }
  .a-reset-styles .cart-item__offer {
    margin: 15px 0;
    font: 0.75rem "Roboto", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.01em;
    color: #959595; }
  .a-reset-styles .cart-item__param {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 5px; }
    .a-reset-styles .cart-item__param > dd, .a-reset-styles .cart-item__param dt {
      margin: 0; }
    .a-reset-styles .cart-item__param:last-child {
      margin-bottom: 0; }
  .a-reset-styles .cart-item__select {
    width: max-content;
    min-width: 67px;
    border-radius: 3px;
    border: thin solid #212529;
    letter-spacing: 0.01em;
    font: 0.875rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif; }
    .a-reset-styles .cart-item__select > select {
      width: 100%;
      padding: 5px 25px 5px 10px;
      text-align: center;
      font: inherit; }
    .a-reset-styles .cart-item__select:after {
      width: 11px;
      height: 6px;
      top: 50%;
      right: 8px;
      transform: translateY(-50%); }
  .a-reset-styles .cart-item__prices {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 20px;
    margin: 0 0 0 15px; }
    .a-reset-styles .cart-item__prices--left {
      margin: 0 0 0.5rem 0 !important;
      justify-content: start !important; }
  .a-reset-styles .cart-item__info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
  .a-reset-styles .cart-item__price {
    font: 0.875rem/1.125rem "Roboto", "Helvetica", "Arial", sans-serif;
    letter-spacing: -0.01em;
    white-space: nowrap; }
    .a-reset-styles .cart-item__price.m-old {
      color: #959595;
      text-decoration-line: line-through;
      font-weight: 300; }
  .a-reset-styles .cart-item__btns {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    top: 0.25rem;
    right: 0;
    gap: 0.625rem;
    height: 1.875rem; }
  .a-reset-styles .cart-item .stock-message {
    flex-wrap: wrap; }

@keyframes skeleton {
  100% {
    background: #efefef; } }

@keyframes skeletonSelect {
  100% {
    background: #efefefe0; } }

.a-reset-styles .cart {
  max-width: 1530px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 10px; }
  .a-reset-styles .cart__container {
    display: grid;
    grid-template: auto/ 1fr;
    grid-gap: 30px 20px;
    margin-top: 30px; }
  .a-reset-styles .cart__title {
    font: 400 1.3125rem/1.5rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
    margin: 0; }

.a-reset-styles .checkout {
  max-width: 1156px;
  margin: 42px auto 60px; }
  .a-reset-styles .checkout .input {
    padding: 14px 15px;
    line-height: 1.25rem; }
  .a-reset-styles .checkout__container {
    display: grid;
    grid-template: auto/minmax(0, 1fr);
    grid-gap: 30px 20px;
    margin-top: 30px; }
  .a-reset-styles .checkout__title {
    font: 400 1.3125rem/1.5rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
    margin: 0; }

.a-reset-styles .ch-order {
  font: 0.9375rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.01em; }
  .a-reset-styles .ch-order__back {
    font-size: 0.875rem;
    margin-bottom: 1.25rem; }
    .a-reset-styles .ch-order__back a {
      text-decoration: underline;
      -webkit-transition-property: opacity;
      -o-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: .25s;
      -o-transition-duration: .25s;
      transition-duration: .25s;
      -webkit-tap-highlight-color: transparent; }
  .a-reset-styles .ch-order__field.m-select {
    position: relative; }
    .a-reset-styles .ch-order__field.m-select .select__list {
      border-color: grey;
      border-top-color: white;
      top: 4.5625rem;
      border-radius: 3px;
      z-index: 10; }
      .a-reset-styles .ch-order__field.m-select .select__list[data-open] {
        display: block; }
  .a-reset-styles .ch-order__field .field-label {
    align-self: center; }
  .a-reset-styles .ch-order__title {
    display: block;
    font: 500 0.875rem/1.125rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
    margin-bottom: 30px; }
    .a-reset-styles .ch-order__title > p {
      margin: 0; }
  .a-reset-styles .ch-order__item {
    border: none;
    margin: 0 0 30px;
    padding: 0; }
    .a-reset-styles .ch-order__item--address {
      display: none; }
    .a-reset-styles .ch-order__item:last-child {
      margin-bottom: 0; }
  .a-reset-styles .ch-order__wrap {
    display: grid;
    grid-template: auto/1fr;
    grid-gap: 20px; }
  .a-reset-styles .ch-order__note {
    color: #959595;
    margin: 0;
    grid-column: 1; }
  .a-reset-styles .ch-order__deliveries {
    display: grid;
    grid-template: auto/repeat(auto-fill, minmax(12.5rem, 1fr));
    grid-gap: 1.25rem; }
  .a-reset-styles .ch-order__payments {
    display: grid;
    grid-gap: 1.25rem; }
  .a-reset-styles .ch-order .ch-order-radio.skeleton,
  .a-reset-styles .ch-order .ch-order__address-wrap > [data-content="delivery-address"].skeleton, .a-reset-styles .ch-order__deliveries.skeleton, .a-reset-styles .ch-order__payment.skeleton {
    position: relative; }
    .a-reset-styles .ch-order .ch-order-radio.skeleton:after,
    .a-reset-styles .ch-order .ch-order__address-wrap > [data-content="delivery-address"].skeleton:after, .a-reset-styles .ch-order__deliveries.skeleton:after, .a-reset-styles .ch-order__payment.skeleton:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      min-height: 112px;
      background: #d9d9d9;
      border-radius: 5px;
      animation: skeleton .9s infinite alternate;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
  .a-reset-styles .ch-order__address-wrap > [data-content="delivery-address"] {
    padding: 30px 0; }
    .a-reset-styles .ch-order__address-wrap > [data-content="delivery-address"].skeleton {
      margin: 10px 0; }
  .a-reset-styles .ch-order__address {
    display: grid;
    grid-template: auto/1fr 1fr;
    grid-gap: 20px; }
    .a-reset-styles .ch-order__address > :first-child {
      grid-column: 1/span 2; }
    .a-reset-styles .ch-order__address.m-hidden {
      display: none; }
  .a-reset-styles .ch-order__delivery-intervals-wrap {
    overflow-x: auto; }
    .a-reset-styles .ch-order__delivery-intervals-wrap.m-hidden {
      display: none; }
  .a-reset-styles .ch-order__delivery-intervals {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    overflow: auto;
    padding-bottom: 0.625rem; }
  .a-reset-styles .ch-order__delivery-interval {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    min-width: 7.8125rem;
    height: 2.5rem;
    border: 0.0625rem solid;
    border-radius: 0.1875rem;
    cursor: pointer; }
    .a-reset-styles .ch-order__delivery-interval.selected {
      background: #000000;
      color: #ffffff;
      pointer-events: none; }
  .a-reset-styles .ch-order__pickup {
    display: grid;
    grid-template: auto / 1fr;
    grid-gap: 1.25rem;
    align-items: center; }
    .a-reset-styles .ch-order__pickup.m-hidden {
      display: none; }
    .a-reset-styles .ch-order__pickup-info {
      padding: 0.5rem 1rem;
      background-color: #D4D4D44D;
      font-size: 0.8125rem;
      letter-spacing: normal;
      border-radius: 0.1875rem; }
    .a-reset-styles .ch-order__pickup-btn {
      text-transform: uppercase !important; }
      .a-reset-styles .ch-order__pickup-btn.m-hidden {
        display: none; }
  .a-reset-styles .ch-order__comment .field-label {
    align-self: baseline; }
  .a-reset-styles .ch-order__error {
    color: #f01237;
    font-size: 0.8125rem;
    margin: 8px 0 0;
    grid-column: 2; }
  .a-reset-styles .ch-order .input__error {
    grid-column: 2; }
  .a-reset-styles .ch-order__departures-block {
    display: none; }
    .a-reset-styles .ch-order__departures-block p {
      margin: 0 0 1.625rem; }
  .a-reset-styles .ch-order__departure {
    margin: 0 0 1.625rem; }
    .a-reset-styles .ch-order__departure__title {
      font: 1.1875rem/1.5rem "Roboto", "Helvetica", "Arial", sans-serif;
      margin: 0 0 1.625rem; }
  .a-reset-styles .ch-order__promo-agrees {
    margin: 1.25rem 0;
    color: #495460; }
    .a-reset-styles .ch-order__promo-agrees a {
      color: #495460; }

.a-reset-styles .ch-order-radio {
  position: relative;
  display: grid;
  grid-template: auto/1rem 1fr;
  grid-gap: 0.875rem;
  border: 0.0625rem solid #c2c2c2;
  border-radius: 0.25rem;
  padding: 1.25rem;
  cursor: pointer; }
  .a-reset-styles .ch-order-radio:has(.radio:checked) {
    background-color: rgba(222, 222, 222, 0.4); }
  .a-reset-styles .ch-order-radio.skeleton {
    margin: 10px 0; }
    .a-reset-styles .ch-order-radio.skeleton:after {
      min-height: auto !important; }
  .a-reset-styles .ch-order-radio.m-payment {
    grid-template: auto/1rem 1fr 2rem;
    align-items: center;
    min-height: auto; }
    .a-reset-styles .ch-order-radio.m-payment .ch-order-radio__info {
      justify-content: flex-start; }
  .a-reset-styles .ch-order-radio.m-hidden {
    display: none; }
  .a-reset-styles .ch-order-radio__title {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start; }
  .a-reset-styles .ch-order-radio__info {
    width: 100%;
    margin-top: 10px;
    grid-column: 1 / -1; }
  .a-reset-styles .ch-order-radio .btn {
    margin-top: 8px;
    display: none;
    grid-column: 2;
    text-transform: uppercase;
    max-width: 225px; }
  .a-reset-styles .ch-order-radio__text {
    margin: 0;
    color: #495460;
    font-size: 0.8125rem; }
  .a-reset-styles .ch-order-radio__price {
    grid-column: 1 / -1; }
  .a-reset-styles .ch-order-radio__label {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    cursor: pointer;
    margin: 0;
    color: #495460;
    font-size: 1rem; }
    .a-reset-styles .ch-order-radio__label > img {
      margin-left: 6px;
      margin-top: 2px;
      height: 16px;
      width: 16px; }
    .a-reset-styles .ch-order-radio__label:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      content: "";
      z-index: -1; }
  .a-reset-styles .ch-order-radio .radio {
    margin-top: 2px; }
    .a-reset-styles .ch-order-radio .radio:checked + .ch-order-radio__label:after {
      background: rgba(222, 222, 222, 0.6); }
    .a-reset-styles .ch-order-radio .radio:checked ~ .btn {
      display: block; }
      .a-reset-styles .ch-order-radio .radio:checked ~ .btn.m-hidden {
        display: none; }

.a-reset-styles .ds-delivery-price,
.a-reset-styles .ds-delivery-time {
  font-size: 14px;
  font-weight: 300; }

.a-reset-styles .ds-delivery-price {
  margin-right: 8px; }

.ch-order-pickup {
  padding: 8px 16px;
  background-color: #D4D4D44D;
  font-size: 0.8125rem;
  letter-spacing: normal;
  border-radius: 3px; }
  .ch-order-pickup.m-hidden {
    display: none; }
  .ch-order-pickup__title {
    margin: 0; }
  .ch-order-pickup__address {
    color: #797676;
    margin: 0; }
  .ch-order-pickup__link {
    font-style: italic;
    text-decoration: underline;
    transition-property: opacity;
    transition-duration: 0.25s; }

.a-reset-styles .popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1000;
  transition-property: visibility, background-color;
  transition-duration: .25s; }
  .a-reset-styles .popup[data-open] {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
    display: block; }
    .a-reset-styles .popup[data-open] .popup__body {
      opacity: 1; }
  .a-reset-styles .popup__body {
    background: white;
    padding: 32px 20px;
    width: 100%;
    max-width: 700px;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    transition-property: opacity;
    transition-duration: .25s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .a-reset-styles .popup__close {
    position: relative;
    display: block;
    padding: 0;
    background: transparent;
    border: none;
    height: 27px; }
    .a-reset-styles .popup__close:after {
      content: '';
      position: absolute;
      top: -10px;
      bottom: -10px;
      left: -10px;
      right: -10px; }
  .a-reset-styles .popup__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px; }
  .a-reset-styles .popup__title {
    margin: 0;
    font: 500 1.3125rem/1.5rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif; }
  .a-reset-styles .popup__text {
    font: 400 0.75rem/1rem "Roboto", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.01em; }
    .a-reset-styles .popup__text:last-child {
      margin-bottom: 0; }

.popup-store {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000; }
  .popup-store__body {
    position: relative;
    max-width: 1356px;
    height: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    overflow-y: auto; }
  .popup-store__shops {
    max-width: 100%;
    padding: 20px;
    padding-top: 32px;
    padding-bottom: 0;
    overflow-y: auto; }
  .popup-store__booking {
    display: none;
    max-width: 100%;
    max-height: 100%;
    padding: 1.25rem;
    padding-top: 2rem;
    padding-bottom: 0;
    overflow-y: auto; }
    .popup-store__booking__text {
      font-size: 0.75rem; }
    .popup-store__booking__products {
      margin-bottom: 1.9375rem; }
    .popup-store__booking__item {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      padding-bottom: 1.875rem;
      position: relative;
      color: #212529; }
      .popup-store__booking__item:last-child {
        padding-bottom: 0; }
      .popup-store__booking__item__image {
        width: 8.4375rem;
        min-width: 8.4375rem;
        flex-shrink: 0; }
      .popup-store__booking__item__content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-left: 1.25rem; }
      .popup-store__booking__item__title {
        font: 500 0.75rem/1rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
        margin: 0;
        color: black;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-clamp: 2;
        box-orient: vertical; }
      .popup-store__booking__item__offer {
        margin: 0.9375rem 0 !important;
        font: 0.625rem/0.75rem "Roboto", "Helvetica", "Arial", sans-serif;
        letter-spacing: 0.01em;
        color: #959595; }
      .popup-store__booking__item__param {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 0.3125rem; }
        .popup-store__booking__item__param > dd,
        .popup-store__booking__item__param dt {
          margin: 0; }
        .popup-store__booking__item__param:last-child {
          margin-bottom: 0; }
      .popup-store__booking__item__info {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 0.3125rem 0; }
      .popup-store__booking__item__prices {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 0.9375rem; }
      .popup-store__booking__item__price {
        font: 0.875rem/1.125rem "Roboto", "Helvetica", "Arial", sans-serif;
        letter-spacing: -0.01em;
        white-space: nowrap; }
        .popup-store__booking__item__price.m-old {
          color: #959595;
          text-decoration-line: line-through;
          font-weight: 300; }
        .popup-store__booking__item__price:empty {
          display: none; }
    .popup-store__booking__sizes__list {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 0.9375rem;
      margin: 0.9375rem 0; }
    .popup-store__booking__sizes__item {
      position: relative;
      padding: 0.5rem;
      min-width: 2.5rem;
      min-height: 2.5rem;
      border: 0.0625rem solid;
      border-radius: 0.1875rem;
      text-align: center;
      align-content: center;
      cursor: pointer; }
      .popup-store__booking__sizes__item.selected {
        background: #000000;
        color: #ffffff; }
        .popup-store__booking__sizes__item.selected .checkbox {
          display: flex; }
      .popup-store__booking__sizes__item .checkbox {
        display: none;
        position: absolute;
        top: -15%;
        right: -15%; }
      .popup-store__booking__sizes__item .checkbox__input {
        border-radius: 0.1875rem; }
    .popup-store__booking__shop__info {
      font: 0.8125rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
      font-size: 0.8125rem;
      line-height: 1.25rem;
      padding: 1.25rem;
      margin-bottom: 1.9375rem;
      border: 0.0625rem solid;
      border-radius: 0.1875rem;
      color: #717171; }
    .popup-store__booking__shop .item-store__info {
      margin-bottom: unset; }
    .popup-store__booking__customer {
      margin-bottom: 1.9375rem; }
      .popup-store__booking__customer .ch-order__field {
        grid-template: auto / 1fr; }
    .popup-store__booking__order {
      margin-bottom: 1.9375rem; }
    .popup-store__booking__info {
      font-size: 1rem;
      padding: 1.25rem;
      margin-bottom: 1.9375rem;
      background: #f2f2f2; }
    .popup-store__booking__result {
      position: absolute;
      display: none;
      align-content: center;
      width: 100%;
      height: 100%;
      background: #ffffff; }
  .popup-store__title {
    margin-bottom: 31px;
    font: 500 1.1875rem/1.5rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 21px; }
    .popup-store__title a,
    .popup-store__title button {
      text-decoration: underline;
      background: none;
      border: none;
      padding: 0;
      outline: none;
      font: inherit;
      transition: opacity 0.25s;
      color: black; }
  .popup-store__description {
    margin-bottom: 33px;
    font: 0.75rem/1rem "Roboto", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.01em;
    color: #717171; }
  .popup-store__sizes {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 2rem;
    overflow-y: hidden;
    overflow-x: scroll; }
    .popup-store__sizes label {
      cursor: pointer; }
      .popup-store__sizes label:not(:last-child) {
        margin-right: 10px; }
    .popup-store__sizes span {
      font-size: 12px; }
  .popup-store__size {
    position: absolute;
    left: -1000px;
    opacity: 0;
    z-index: -1; }
    .popup-store__size:checked + span {
      color: #ffffff;
      background: #212529; }
    .popup-store__size + span {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      padding: 8px;
      min-width: 40px;
      min-height: 40px;
      background: #f9f9f9;
      border-radius: 3px;
      color: #212529;
      font: 0.75rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif; }
  .popup-store__btn {
    flex-grow: 1;
    height: 40px;
    color: black;
    border: none;
    background-color: transparent;
    font: 0.9375rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.01em; }
    .popup-store__btn.active {
      background: rgba(212, 212, 212, 0.5); }
  .popup-store__btns {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 32px; }
  .popup-store__map {
    display: none;
    width: 100%;
    height: 100%; }
    .popup-store__map[data-active] {
      display: block; }
  .popup-store__close {
    position: absolute;
    z-index: 1;
    right: 11px;
    top: 20px;
    cursor: pointer;
    background-color: transparent;
    border: none; }
    .popup-store__close svg {
      width: 27px;
      height: 42px; }
  .popup-store__detail {
    display: none;
    padding: 0 20px;
    max-width: 292px;
    margin-bottom: 18px;
    margin-top: -12px; }
    .popup-store__detail .item-store {
      margin-bottom: 0; }
    .popup-store__detail.m-active {
      display: block; }
  .popup-store__booking-btn {
    display: none;
    width: 100%;
    margin-top: 0.9375rem; }
  .popup-store__show-booking-btn .popup-store__list {
    margin-bottom: 5rem; }
  .popup-store__show-booking-btn .popup-store__booking-btn {
    display: block;
    position: fixed;
    bottom: 2%;
    left: 2%;
    width: 96%; }

button.popup-store__btn {
  border-radius: 5px; }

.item-store {
  padding: 1rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  font: 0.75rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #717171;
  border: 0.0625rem solid #f9f9f9;
  border-radius: 0.1875rem; }
  .item-store p {
    margin: 0; }
  .item-store__name {
    text-align: left;
    font: 0.875rem/1.25rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
    color: #000000;
    background-color: transparent;
    border: none;
    padding: 0; }
  .item-store__info {
    margin-bottom: 1.875rem; }
  .item-store__size {
    font: 0.75rem/1rem "Roboto", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.01em;
    color: #333333; }
  .item-store__pickup-time {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0.5rem;
    margin: 0.5rem 0;
    border: thin solid #f9f9f9;
    border-radius: 0.1875rem;
    background-color: #f9f9f9;
    color: #717171;
    transition: opacity 0.25s; }
    .item-store__pickup-time:before {
      content: '';
      display: block;
      margin-right: 8px;
      width: 14px;
      height: 14px;
      min-width: 14px;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE4NDZfMjM1OTMpIj4KPHBhdGggZD0iTTcgMTRDNS42MTU1MyAxNCA0LjI2MjE2IDEzLjU4OTUgMy4xMTEwMSAxMi44MjAzQzEuOTU5ODcgMTIuMDUxMSAxLjA2MjY2IDEwLjk1NzkgMC41MzI4NDYgOS42Nzg3OUMwLjAwMzAzMyA4LjM5OTcgLTAuMTM1NTkgNi45OTIyNCAwLjEzNDUwNiA1LjYzNDM3QzAuNDA0NjAzIDQuMjc2NSAxLjA3MTI5IDMuMDI5MjIgMi4wNTAyNiAyLjA1MDI2QzMuMDI5MjIgMS4wNzEyOSA0LjI3NjUgMC40MDQ2MDMgNS42MzQzNyAwLjEzNDUwNkM2Ljk5MjI0IC0wLjEzNTU5IDguMzk5NyAwLjAwMzAzMyA5LjY3ODc5IDAuNTMyODQ2QzEwLjk1NzkgMS4wNjI2NiAxMi4wNTExIDEuOTU5ODcgMTIuODIwMyAzLjExMTAxQzEzLjU4OTUgNC4yNjIxNiAxNCA1LjYxNTUzIDE0IDdDMTMuOTk4IDguODU1OSAxMy4yNTk5IDEwLjYzNTIgMTEuOTQ3NSAxMS45NDc1QzEwLjYzNTIgMTMuMjU5OSA4Ljg1NTkgMTMuOTk4IDcgMTRaTTcgMS4xNjY2N0M1Ljg0NjI4IDEuMTY2NjcgNC43MTg0NiAxLjUwODc5IDMuNzU5MTggMi4xNDk3NkMyLjc5OTg5IDIuNzkwNzQgMi4wNTIyMiAzLjcwMTc4IDEuNjEwNzEgNC43Njc2OEMxLjE2OTE5IDUuODMzNTkgMS4wNTM2OCA3LjAwNjQ3IDEuMjc4NzYgOC4xMzgwM0MxLjUwMzg0IDkuMjY5NTkgMi4wNTk0MSAxMC4zMDkgMi44NzUyMSAxMS4xMjQ4QzMuNjkxMDIgMTEuOTQwNiA0LjczMDQyIDEyLjQ5NjIgNS44NjE5OCAxMi43MjEzQzYuOTkzNTMgMTIuOTQ2MyA4LjE2NjQyIDEyLjgzMDggOS4yMzIzMiAxMi4zODkzQzEwLjI5ODIgMTEuOTQ3OCAxMS4yMDkzIDExLjIwMDEgMTEuODUwMiAxMC4yNDA4QzEyLjQ5MTIgOS4yODE1NCAxMi44MzMzIDguMTUzNzMgMTIuODMzMyA3QzEyLjgzMTYgNS40NTM0MyAxMi4yMTY1IDMuOTcwNjggMTEuMTIyOSAyLjg3NzA5QzEwLjAyOTMgMS43ODM1IDguNTQ2NTggMS4xNjgzNyA3IDEuMTY2NjdaIiBmaWxsPSIjNzE3MTcxIi8+CjxwYXRoIGQ9Ik00LjYzNTUyIDkuMDk4ODNMNC4wMTY2IDguMTA5NUw2LjQxNjQ0IDYuNjA2MjVWMy41SDcuNTgzMVY3LjI1MjU4TDQuNjM1NTIgOS4wOTg4M1oiIGZpbGw9IiM3MTcxNzEiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xODQ2XzIzNTkzIj4KPHJlY3Qgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=); }
  .item-store__booking {
    cursor: pointer; }
    .item-store__booking.selected {
      border-color: #000000; }

.a-reset-styles .popup-pickup {
  display: block;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0);
  transition-property: background-color, visibility;
  transition-duration: .25s; }
  .a-reset-styles .popup-pickup[data-open] {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5); }
    .a-reset-styles .popup-pickup[data-open] .popup-pickup__body {
      opacity: 1; }
  .a-reset-styles .popup-pickup.skeleton .popup-pickup__item {
    pointer-events: none; }
  .a-reset-styles .popup-pickup.skeleton .popup-pickup__name,
  .a-reset-styles .popup-pickup.skeleton .popup-pickup__type,
  .a-reset-styles .popup-pickup.skeleton .popup-pickup__text,
  .a-reset-styles .popup-pickup.skeleton .popup-pickup__info,
  .a-reset-styles .popup-pickup.skeleton .popup-pickup__details > dd,
  .a-reset-styles .popup-pickup.skeleton .popup-pickup__details > dt {
    background: #D9D9D9;
    border-radius: 5px;
    height: 20px;
    width: 100%;
    display: inline-block;
    color: transparent;
    animation: skeleton .9s infinite alternate; }
  .a-reset-styles .popup-pickup.skeleton .popup-pickup__type,
  .a-reset-styles .popup-pickup.skeleton .popup-pickup__details > dd {
    width: 157px; }
  .a-reset-styles .popup-pickup.skeleton .popup-pickup__details > dd,
  .a-reset-styles .popup-pickup.skeleton .popup-pickup__details > dt {
    margin: 2px 0;
    height: 18px;
    display: block; }
  .a-reset-styles .popup-pickup.skeleton .popup-pickup__details > dt {
    width: 120px; }
  .a-reset-styles .popup-pickup.skeleton .popup-pickup__text.m-address {
    height: 40px; }
  .a-reset-styles .popup-pickup.skeleton .popup-pickup__text:before {
    opacity: 0; }
  .a-reset-styles .popup-pickup__body {
    max-width: 1530px;
    opacity: 0;
    transition-property: opacity;
    transition-duration: .25s; }
  .a-reset-styles .popup-pickup__shops {
    padding: 32px 20px; }
    .a-reset-styles .popup-pickup__shops[data-hidden] {
      display: none; }
  .a-reset-styles .popup-pickup__title {
    margin: 0 0 32px; }
    .a-reset-styles .popup-pickup__title span,
    .a-reset-styles .popup-pickup__title button {
      white-space: nowrap; }
  .a-reset-styles .popup-pickup__list {
    margin-top: 32px;
    overflow-y: auto;
    max-height: calc(100vh - 272px); }
  .a-reset-styles .popup-pickup__item {
    display: block;
    width: 100%;
    padding: 10px;
    background: transparent;
    border: none;
    text-align: left; }
    .a-reset-styles .popup-pickup__item[data-active] {
      background: #F9F9F9; }
  .a-reset-styles .popup-pickup__name {
    font: 400 1rem/1.25rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
    margin: 0 0 8px; }
    .a-reset-styles .popup-pickup__name.m-pickup {
      margin-bottom: 15px; }
  .a-reset-styles .popup-pickup__type {
    font: 400 0.8125rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
    margin: 0 0 8px; }
    .a-reset-styles .popup-pickup__type.m-pickup {
      margin: 32px 0; }
  .a-reset-styles .popup-pickup__info {
    font: 400 0.8125rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
    color: #797676;
    margin: 0; }
    .a-reset-styles .popup-pickup__info > p {
      margin: 0 0 8px; }
      .a-reset-styles .popup-pickup__info > p:last-child {
        margin-bottom: 0; }
    .a-reset-styles .popup-pickup__info.m-pickup {
      margin: 32px 0; }
  .a-reset-styles .popup-pickup__btns {
    margin-bottom: 0; }
  .a-reset-styles .popup-pickup__back {
    padding: 0 16px 16px 0;
    margin: 0 0 16px;
    border: none;
    background: transparent;
    font: 0.8125rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
    font-style: italic;
    text-decoration: underline;
    transition-property: text-decoration-color;
    transition-duration: 0.25s; }
  .a-reset-styles .popup-pickup__details {
    margin: 32px 0; }
    .a-reset-styles .popup-pickup__details > dd,
    .a-reset-styles .popup-pickup__details > dt {
      display: block;
      margin: 0;
      font: 0.8125rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif; }
    .a-reset-styles .popup-pickup__details > dt {
      color: #878787; }
      .a-reset-styles .popup-pickup__details > dt.m-hidden {
        display: none; }
  .a-reset-styles .popup-pickup__text.m-address, .a-reset-styles .popup-pickup__text.m-work, .a-reset-styles .popup-pickup__text.m-way, .a-reset-styles .popup-pickup__text.m-period {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start; }
    .a-reset-styles .popup-pickup__text.m-address:before, .a-reset-styles .popup-pickup__text.m-work:before, .a-reset-styles .popup-pickup__text.m-way:before, .a-reset-styles .popup-pickup__text.m-period:before {
      content: '';
      display: block;
      margin-right: 8px;
      width: 14px;
      height: 14px;
      min-width: 14px;
      background-size: contain;
      background-repeat: no-repeat; }
  .a-reset-styles .popup-pickup__text.m-address:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE4NDZfMjM1ODMpIj4KPHBhdGggZD0iTTYuOTc1NjkgMTQuMDA0Nkw2LjU2OTA2IDEzLjY1NjFDNi4wMDg0OSAxMy4xODY3IDEuMTEzNzcgOC45NTk0NCAxLjExMzc3IDUuODY3M0MxLjExMzc3IDIuNjI5ODUgMy43MzgyNSAwLjAwNTM3MTA5IDYuOTc1NjkgMC4wMDUzNzEwOUMxMC4yMTMxIDAuMDA1MzcxMDkgMTIuODM3NiAyLjYyOTg1IDEyLjgzNzYgNS44NjczQzEyLjgzNzYgOC45NTk0NyA3Ljk0Mjg5IDEzLjE4NjcgNy4zODQ2NCAxMy42NTg0TDYuOTc1NjkgMTQuMDA0NlpNNi45NzU2OSAxLjI3Mjg5QzQuNDM5NDggMS4yNzU3NiAyLjM4NDE5IDMuMzMxMDYgMi4zODEzMiA1Ljg2NzI3QzIuMzgxMzIgNy44MDk4MyA1LjM5MjczIDEwLjkxMyA2Ljk3NTY5IDEyLjMzMzNDOC41NTg2NyAxMC45MTI0IDExLjU3MDEgNy44MDc0NyAxMS41NzAxIDUuODY3MjdDMTEuNTY3MiAzLjMzMTA2IDkuNTExOTMgMS4yNzU3OSA2Ljk3NTY5IDEuMjcyODlaIiBmaWxsPSIjNzE3MTcxIi8+CjxwYXRoIGQ9Ik02Ljk3NTQ3IDguMTkwNjlDNS42OTIxOCA4LjE5MDY5IDQuNjUxODYgNy4xNTAzNyA0LjY1MTg2IDUuODY3MDdDNC42NTE4NiA0LjU4Mzc4IDUuNjkyMTggMy41NDM0NiA2Ljk3NTQ3IDMuNTQzNDZDOC4yNTg3NyAzLjU0MzQ2IDkuMjk5MDkgNC41ODM3OCA5LjI5OTA5IDUuODY3MDdDOS4yOTkwOSA3LjE1MDM3IDguMjU4OCA4LjE5MDY5IDYuOTc1NDcgOC4xOTA2OVpNNi45NzU0NyA0LjcwNTI0QzYuMzMzODIgNC43MDUyNCA1LjgxMzY2IDUuMjI1NCA1LjgxMzY2IDUuODY3MDVDNS44MTM2NiA2LjUwODcgNi4zMzM4MiA3LjAyODg2IDYuOTc1NDcgNy4wMjg4NkM3LjYxNzEyIDcuMDI4ODYgOC4xMzcyOCA2LjUwODcgOC4xMzcyOCA1Ljg2NzA1QzguMTM3MjggNS4yMjU0IDcuNjE3MTUgNC43MDUyNCA2Ljk3NTQ3IDQuNzA1MjRaIiBmaWxsPSIjNzE3MTcxIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTg0Nl8yMzU4MyI+CjxyZWN0IHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K); }
  .a-reset-styles .popup-pickup__text.m-work:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE4NDZfMjM1OTMpIj4KPHBhdGggZD0iTTcgMTRDNS42MTU1MyAxNCA0LjI2MjE2IDEzLjU4OTUgMy4xMTEwMSAxMi44MjAzQzEuOTU5ODcgMTIuMDUxMSAxLjA2MjY2IDEwLjk1NzkgMC41MzI4NDYgOS42Nzg3OUMwLjAwMzAzMyA4LjM5OTcgLTAuMTM1NTkgNi45OTIyNCAwLjEzNDUwNiA1LjYzNDM3QzAuNDA0NjAzIDQuMjc2NSAxLjA3MTI5IDMuMDI5MjIgMi4wNTAyNiAyLjA1MDI2QzMuMDI5MjIgMS4wNzEyOSA0LjI3NjUgMC40MDQ2MDMgNS42MzQzNyAwLjEzNDUwNkM2Ljk5MjI0IC0wLjEzNTU5IDguMzk5NyAwLjAwMzAzMyA5LjY3ODc5IDAuNTMyODQ2QzEwLjk1NzkgMS4wNjI2NiAxMi4wNTExIDEuOTU5ODcgMTIuODIwMyAzLjExMTAxQzEzLjU4OTUgNC4yNjIxNiAxNCA1LjYxNTUzIDE0IDdDMTMuOTk4IDguODU1OSAxMy4yNTk5IDEwLjYzNTIgMTEuOTQ3NSAxMS45NDc1QzEwLjYzNTIgMTMuMjU5OSA4Ljg1NTkgMTMuOTk4IDcgMTRaTTcgMS4xNjY2N0M1Ljg0NjI4IDEuMTY2NjcgNC43MTg0NiAxLjUwODc5IDMuNzU5MTggMi4xNDk3NkMyLjc5OTg5IDIuNzkwNzQgMi4wNTIyMiAzLjcwMTc4IDEuNjEwNzEgNC43Njc2OEMxLjE2OTE5IDUuODMzNTkgMS4wNTM2OCA3LjAwNjQ3IDEuMjc4NzYgOC4xMzgwM0MxLjUwMzg0IDkuMjY5NTkgMi4wNTk0MSAxMC4zMDkgMi44NzUyMSAxMS4xMjQ4QzMuNjkxMDIgMTEuOTQwNiA0LjczMDQyIDEyLjQ5NjIgNS44NjE5OCAxMi43MjEzQzYuOTkzNTMgMTIuOTQ2MyA4LjE2NjQyIDEyLjgzMDggOS4yMzIzMiAxMi4zODkzQzEwLjI5ODIgMTEuOTQ3OCAxMS4yMDkzIDExLjIwMDEgMTEuODUwMiAxMC4yNDA4QzEyLjQ5MTIgOS4yODE1NCAxMi44MzMzIDguMTUzNzMgMTIuODMzMyA3QzEyLjgzMTYgNS40NTM0MyAxMi4yMTY1IDMuOTcwNjggMTEuMTIyOSAyLjg3NzA5QzEwLjAyOTMgMS43ODM1IDguNTQ2NTggMS4xNjgzNyA3IDEuMTY2NjdaIiBmaWxsPSIjNzE3MTcxIi8+CjxwYXRoIGQ9Ik00LjYzNTUyIDkuMDk4ODNMNC4wMTY2IDguMTA5NUw2LjQxNjQ0IDYuNjA2MjVWMy41SDcuNTgzMVY3LjI1MjU4TDQuNjM1NTIgOS4wOTg4M1oiIGZpbGw9IiM3MTcxNzEiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xODQ2XzIzNTkzIj4KPHJlY3Qgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=); }
  .a-reset-styles .popup-pickup__text.m-way:before {
    background-image: url(/img/sprites/intermediate-svg/location-svgrepo-com.svg);
    opacity: 0.55; }
  .a-reset-styles .popup-pickup__text.m-period:before {
    background-image: url(/local/frontend/dist/img/sprites/intermediate-svg/calendar.svg); }

.a-reset-styles .popup-cities__field {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%; }
  .a-reset-styles .popup-cities__field > .btn.btn--big {
    width: 120px;
    flex-shrink: 0;
    margin-left: 10px; }
  .a-reset-styles .popup-cities__field .input__error {
    position: absolute;
    top: 100%;
    left: 0; }
  .a-reset-styles .popup-cities__field .select__list {
    max-height: 155px; }

.a-reset-styles .popup-cities__name {
  display: block;
  margin: 0 0 20px;
  font: 1.125rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.01em; }

.a-reset-styles .popup-cities__item {
  padding: 0;
  margin: 0 0 32px;
  border: none; }
  .a-reset-styles .popup-cities__item:last-child {
    margin-bottom: 0; }
  .a-reset-styles .popup-cities__item.m-hidden {
    display: none; }

.a-reset-styles .popup-cities__select {
  width: 100%; }

.a-reset-styles .popup-cities__list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: -5px -10px; }

.a-reset-styles .popup-cities__city {
  display: block;
  padding: 5px 10px;
  font: 1.125rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.01em;
  transition-property: opacity;
  transition-duration: 0.25s; }

.a-reset-styles .popup-location-cities__field {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%; }
  .a-reset-styles .popup-location-cities__field > .btn.btn--big {
    width: 120px;
    flex-shrink: 0;
    margin-left: 10px; }
  .a-reset-styles .popup-location-cities__field .input__error {
    position: absolute;
    top: 100%;
    left: 0; }
  .a-reset-styles .popup-location-cities__field .select__list {
    max-height: 155px; }

.a-reset-styles .popup-location-cities__name {
  display: block;
  margin: 0 0 20px;
  font: 1.125rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.01em; }

.a-reset-styles .popup-location-cities__item {
  padding: 0;
  margin: 0 0 32px;
  border: none; }
  .a-reset-styles .popup-location-cities__item:last-child {
    margin-bottom: 0; }
  .a-reset-styles .popup-location-cities__item.m-hidden {
    display: none; }

.a-reset-styles .popup-location-cities__select {
  width: 100%; }

.a-reset-styles .popup-location-cities__list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: -5px -10px; }

.a-reset-styles .popup-location-cities__city {
  display: block;
  padding: 5px 10px;
  font: 1.125rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.01em;
  transition-property: opacity;
  transition-duration: 0.25s; }

.a-reset-styles .popup-sizes__note {
  font: 0.875rem/1rem "Roboto", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.01em;
  color: #717171;
  margin: 0; }

.a-reset-styles .popup-sizes__table {
  width: 100%;
  margin: 32px 0;
  border-spacing: 0;
  table-layout: fixed;
  font: 0.875rem/1.0625rem "Roboto", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.01em;
  color: #717171;
  text-align: center; }
  .a-reset-styles .popup-sizes__table th {
    font-weight: normal;
    padding: 0 10px 10px; }
  .a-reset-styles .popup-sizes__table td {
    border-top: thin solid #D4D4D4;
    padding: 9px 10px; }
    .a-reset-styles .popup-sizes__table td:first-child {
      color: #212529; }

.a-reset-styles .popup-filter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 10px;
  margin-top: 32px; }
  .a-reset-styles .popup-filter__title {
    font: 400 1rem / 1.25rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
    margin: 0; }
  .a-reset-styles .popup-filter__variants {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px; }
  .a-reset-styles .popup-filter__variant {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 8px;
    border: thin solid #f9f9f9;
    border-radius: 3px;
    font-size: 12px;
    line-height: 0.875;
    letter-spacing: 0.01em;
    background-color: #f9f9f9;
    color: #717171;
    transition: opacity 0.25s; }
    .a-reset-styles .popup-filter__variant:before {
      display: inline-block;
      width: 14px;
      height: 14px;
      content: ''; }
    .a-reset-styles .popup-filter__variant.partial-redemption:before {
      background-image: url(/img/sprites/intermediate-svg/partial-redemption.svg); }
    .a-reset-styles .popup-filter__variant.clothes-fitting:before {
      background-image: url(/img/sprites/intermediate-svg/clothes-fitting.svg); }
    .a-reset-styles .popup-filter__variant.pickup-collect:before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE4NDZfMjM1OTMpIj4KPHBhdGggZD0iTTcgMTRDNS42MTU1MyAxNCA0LjI2MjE2IDEzLjU4OTUgMy4xMTEwMSAxMi44MjAzQzEuOTU5ODcgMTIuMDUxMSAxLjA2MjY2IDEwLjk1NzkgMC41MzI4NDYgOS42Nzg3OUMwLjAwMzAzMyA4LjM5OTcgLTAuMTM1NTkgNi45OTIyNCAwLjEzNDUwNiA1LjYzNDM3QzAuNDA0NjAzIDQuMjc2NSAxLjA3MTI5IDMuMDI5MjIgMi4wNTAyNiAyLjA1MDI2QzMuMDI5MjIgMS4wNzEyOSA0LjI3NjUgMC40MDQ2MDMgNS42MzQzNyAwLjEzNDUwNkM2Ljk5MjI0IC0wLjEzNTU5IDguMzk5NyAwLjAwMzAzMyA5LjY3ODc5IDAuNTMyODQ2QzEwLjk1NzkgMS4wNjI2NiAxMi4wNTExIDEuOTU5ODcgMTIuODIwMyAzLjExMTAxQzEzLjU4OTUgNC4yNjIxNiAxNCA1LjYxNTUzIDE0IDdDMTMuOTk4IDguODU1OSAxMy4yNTk5IDEwLjYzNTIgMTEuOTQ3NSAxMS45NDc1QzEwLjYzNTIgMTMuMjU5OSA4Ljg1NTkgMTMuOTk4IDcgMTRaTTcgMS4xNjY2N0M1Ljg0NjI4IDEuMTY2NjcgNC43MTg0NiAxLjUwODc5IDMuNzU5MTggMi4xNDk3NkMyLjc5OTg5IDIuNzkwNzQgMi4wNTIyMiAzLjcwMTc4IDEuNjEwNzEgNC43Njc2OEMxLjE2OTE5IDUuODMzNTkgMS4wNTM2OCA3LjAwNjQ3IDEuMjc4NzYgOC4xMzgwM0MxLjUwMzg0IDkuMjY5NTkgMi4wNTk0MSAxMC4zMDkgMi44NzUyMSAxMS4xMjQ4QzMuNjkxMDIgMTEuOTQwNiA0LjczMDQyIDEyLjQ5NjIgNS44NjE5OCAxMi43MjEzQzYuOTkzNTMgMTIuOTQ2MyA4LjE2NjQyIDEyLjgzMDggOS4yMzIzMiAxMi4zODkzQzEwLjI5ODIgMTEuOTQ3OCAxMS4yMDkzIDExLjIwMDEgMTEuODUwMiAxMC4yNDA4QzEyLjQ5MTIgOS4yODE1NCAxMi44MzMzIDguMTUzNzMgMTIuODMzMyA3QzEyLjgzMTYgNS40NTM0MyAxMi4yMTY1IDMuOTcwNjggMTEuMTIyOSAyLjg3NzA5QzEwLjAyOTMgMS43ODM1IDguNTQ2NTggMS4xNjgzNyA3IDEuMTY2NjdaIiBmaWxsPSIjNzE3MTcxIi8+CjxwYXRoIGQ9Ik00LjYzNTUyIDkuMDk4ODNMNC4wMTY2IDguMTA5NUw2LjQxNjQ0IDYuNjA2MjVWMy41SDcuNTgzMVY3LjI1MjU4TDQuNjM1NTIgOS4wOTg4M1oiIGZpbGw9IiM3MTcxNzEiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xODQ2XzIzNTkzIj4KPHJlY3Qgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=); }
    .a-reset-styles .popup-filter__variant.selected:after {
      display: inline-block;
      width: 10px;
      height: 10px;
      background-image: url(/img/sprites/intermediate-svg/close-sm-gray.svg);
      content: ''; }
  .a-reset-styles .popup-filter__bottom {
    display: none;
    width: 100%;
    margin-top: 15px;
    font-size: 14px; }
    .a-reset-styles .popup-filter__bottom.show {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between; }
    .a-reset-styles .popup-filter__bottom a {
      text-decoration: underline; }

.a-reset-styles .popup-search {
  position: relative; }
  .a-reset-styles .popup-search .select__list {
    grid-column: 2;
    border-color: grey;
    border-top-color: white;
    top: 50px;
    border-radius: 3px;
    z-index: 10; }
    .a-reset-styles .popup-search .select__list[data-open] {
      display: block; }

.a-reset-styles .popup-admission__field {
  margin-bottom: 30px; }

.a-reset-styles .popup-admission .btn {
  margin-top: 30px; }

.a-reset-styles .profile {
  padding-bottom: 60px;
  max-width: 1530px;
  margin: 0 auto; }
  .a-reset-styles .profile__title {
    font: 500 1.125rem/1.5rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
    margin-bottom: 30px; }
  .a-reset-styles .profile__subtitle {
    margin: 0;
    min-width: 30%;
    font: 400 1rem/1.25rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif; }
  .a-reset-styles .profile__fields {
    display: grid;
    grid-template: auto/1fr;
    grid-gap: 20px; }
    .a-reset-styles .profile__fields .field-label {
      margin-bottom: 8px;
      align-self: center; }
  .a-reset-styles .profile__field {
    display: grid;
    grid-template: auto / 0.35fr 1fr;
    align-items: center; }
    .a-reset-styles .profile__field.m-second {
      margin-bottom: 20px; }
    .a-reset-styles .profile__field .input__error {
      grid-column: 2; }
  .a-reset-styles .profile__form .btn {
    justify-self: end;
    margin-top: 20px; }
  .a-reset-styles .profile__sex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border: none;
    margin: 0;
    padding: 0; }
    .a-reset-styles .profile__sex > :nth-child(n) {
      padding-right: 20px;
      width: 100%; }
    .a-reset-styles .profile__sex .field-label {
      margin-bottom: 0; }
  .a-reset-styles .profile__item {
    margin-bottom: 60px; }
    .a-reset-styles .profile__item:last-child {
      margin-bottom: 0; }
  .a-reset-styles .profile__subscription {
    display: flex;
    align-items: center;
    gap: 50px; }
  .a-reset-styles .profile__bank-card {
    margin-top: 60px; }

.qs-datepicker-container {
  font-size: 1rem;
  font-family: sans-serif;
  color: #000;
  position: absolute;
  width: 15.625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 9001;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid grey;
  border-radius: .263921875em;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3);
  box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3); }

.qs-datepicker-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.qs-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.qs-hidden {
  display: none; }

.qs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  width: 100%;
  height: 100%;
  padding: .5em;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.qs-overlay.qs-hidden {
  opacity: 0;
  z-index: -1; }

.qs-overlay .qs-overlay-year {
  background: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: .875em;
  padding: .25em 0;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: block; }

.qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
  -webkit-appearance: none; }

.qs-overlay .qs-close {
  padding: .5em;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0; }

.qs-overlay .qs-submit {
  border: 1px solid #fff;
  border-radius: .263921875em;
  padding: .5em;
  margin: 0 auto auto;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.4); }

.qs-overlay .qs-submit.qs-disabled {
  color: grey;
  border-color: grey;
  cursor: not-allowed; }

.qs-overlay .qs-overlay-month-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.qs-overlay .qs-overlay-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% / 3);
  cursor: pointer;
  opacity: .5;
  -webkit-transition: opacity .15s;
  transition: opacity .15s; }

.qs-overlay .qs-overlay-month.active, .qs-overlay .qs-overlay-month:hover {
  opacity: 1; }

.qs-controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #d3d3d3;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: -webkit-filter .3s;
  transition: -webkit-filter .3s;
  transition: filter .3s;
  transition: filter .3s,-webkit-filter .3s; }

.qs-controls.qs-blur {
  -webkit-filter: blur(5px);
  filter: blur(5px); }

.qs-arrow {
  height: 1.5625em;
  width: 1.5625em;
  position: relative;
  cursor: pointer;
  border-radius: .263921875em;
  -webkit-transition: background .15s;
  transition: background .15s; }

.qs-arrow:hover {
  background: rgba(0, 0, 0, 0.1); }

.qs-arrow:hover.qs-left:after {
  border-right-color: #000; }

.qs-arrow:hover.qs-right:after {
  border-left-color: #000; }

.qs-arrow:after {
  content: "";
  border: 0.39062em solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  -webkit-transition: border .2s;
  transition: border .2s; }

.qs-arrow.qs-left:after {
  border-right-color: grey;
  right: 50%;
  -webkit-transform: translate(25%, -50%);
  -ms-transform: translate(25%, -50%);
  transform: translate(25%, -50%); }

.qs-arrow.qs-right:after {
  border-left-color: grey;
  left: 50%;
  -webkit-transform: translate(-25%, -50%);
  -ms-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%); }

.qs-month-year {
  font-weight: 700;
  -webkit-transition: border .2s;
  transition: border .2s;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer; }

.qs-month-year:hover {
  border-bottom: 1px solid grey; }

.qs-month-year:active:focus, .qs-month-year:focus {
  outline: none; }

.qs-month {
  padding-right: .5ex; }

.qs-year {
  padding-left: .5ex; }

.qs-squares {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .3125em;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: -webkit-filter .3s;
  transition: -webkit-filter .3s;
  transition: filter .3s;
  transition: filter .3s,-webkit-filter .3s; }

.qs-squares.qs-blur {
  -webkit-filter: blur(5px);
  filter: blur(5px); }

.qs-square {
  width: calc(100% / 7);
  height: 1.5625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: background .1s;
  transition: background .1s;
  border-radius: .263921875em; }

.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background: orange; }

.qs-current {
  font-weight: 700;
  text-decoration: underline; }

.qs-active, .qs-range-end, .qs-range-start {
  background: #add8e6; }

.qs-range-start:not(.qs-range-6) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.qs-range-middle {
  background: #d4ebf2; }

.qs-range-middle:not(.qs-range-0):not(.qs-range-6) {
  border-radius: 0; }

.qs-range-middle.qs-range-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.qs-range-end:not(.qs-range-0), .qs-range-middle.qs-range-6 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.qs-disabled, .qs-outside-current-month {
  opacity: .2; }

.qs-disabled {
  cursor: not-allowed; }

.qs-day, .qs-empty {
  cursor: default; }

.qs-day {
  font-weight: 700;
  color: grey; }

.qs-event {
  position: relative; }

.qs-event:after {
  content: "";
  position: absolute;
  width: .46875em;
  height: .46875em;
  border-radius: 50%;
  background: #07f;
  bottom: 0;
  right: 0; }

.a-reset-styles .qs-datepicker-container {
  width: 308px;
  margin-top: -1px;
  border: thin solid #808080;
  border-radius: 0;
  box-shadow: none;
  font: 0.8125rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif; }

.a-reset-styles .qs-controls {
  background: transparent;
  padding: 18px 12px 0; }

.a-reset-styles .qs-month:after {
  content: ","; }

.a-reset-styles .qs-month-year,
.a-reset-styles .qs-day {
  font-weight: normal; }

.a-reset-styles .qs-day,
.a-reset-styles .qs-outside-current-month,
.a-reset-styles .qs-disabled {
  color: #878787;
  opacity: 1; }

.a-reset-styles .qs-day {
  margin-bottom: 4px; }

.a-reset-styles .qs-disabled {
  cursor: default; }

.a-reset-styles .qs-squares {
  padding: 10px 12px 16px 16px; }

.a-reset-styles .qs-square {
  height: auto;
  padding: 8px 11px 8px 4px;
  border-radius: 0;
  justify-content: flex-end; }

.a-reset-styles .qs-active,
.a-reset-styles .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background: #F01237;
  color: white; }

.a-reset-styles .qs-arrow {
  width: 30px;
  height: 30px; }
  .a-reset-styles .qs-arrow:after {
    content: '';
    display: block;
    width: 11px;
    height: 6px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.38064 0.741978L7.05656 6.58814L12.7653 0.741977' stroke='%23232323' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    border: none; }
  .a-reset-styles .qs-arrow.qs-right:after {
    transform: translate(-50%, -50%) rotate(-90deg); }
  .a-reset-styles .qs-arrow.qs-left:after {
    transform: translate(50%, -50%) rotate(90deg); }

.a-reset-styles .qs-overlay {
  background: rgba(255, 255, 255, 0.75);
  color: black;
  padding: 24px; }
  .a-reset-styles .qs-overlay .qs-overlay-month {
    opacity: 1; }
  .a-reset-styles .qs-overlay .qs-overlay-year {
    border-bottom: thin solid #878787;
    font: 0.8125rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
    color: black; }
  .a-reset-styles .qs-overlay .qs-submit {
    display: none; }

.a-reset-styles .orders__main {
  width: 100%;
  overflow: hidden; }

.a-reset-styles .orders__list {
  margin-bottom: 30px; }

.a-reset-styles .order-item:first-child {
  margin-top: -30px; }

.a-reset-styles .order-item__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  border-bottom: thin solid #D4D4D4;
  font: 400 1rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif; }
  .a-reset-styles .order-item__container.canceled {
    opacity: .5; }

.a-reset-styles .order-item__image {
  height: 100%;
  width: 100%;
  object-fit: cover; }

.a-reset-styles .order-item__status {
  margin: 0; }

.a-reset-styles .order-item__text {
  margin: 0;
  color: #959595;
  margin-bottom: 12px; }
  .a-reset-styles .order-item__text.m-count {
    color: #212529; }

.a-reset-styles .order-item__title {
  font: 500 1.125rem/1.5rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
  margin: 0 0 10px; }

.a-reset-styles .order-item__date {
  font-family: "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
  color: #212529;
  margin: 0; }

.a-reset-styles .order-item__link {
  margin-top: 16px;
  text-align: left; }
  .a-reset-styles .order-item__link [data-id="order-details-close"] {
    display: none; }

.a-reset-styles .order-item__details {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between; }

.a-reset-styles .order-item__products {
  position: relative;
  overflow: hidden;
  width: 100%; }

.a-reset-styles .order-item__product_slider {
  position: relative; }
  .a-reset-styles .order-item__product_slider p {
    margin: 8px 0; }
  .a-reset-styles .order-item__product_slider .swiper-slide {
    width: auto; }
  .a-reset-styles .order-item__product_slider .product__slide {
    width: 200px;
    min-width: 200px; }
    .a-reset-styles .order-item__product_slider .product__slide.canceled {
      opacity: .5; }
  .a-reset-styles .order-item__product_slider .product__name {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .a-reset-styles .order-item__product_slider .product__price {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 400; }
  .a-reset-styles .order-item__product_slider .product__bottom-params {
    display: flex;
    align-items: center;
    gap: 8px; }
  .a-reset-styles .order-item__product_slider .product__color {
    width: 12px;
    height: 12px;
    border: 1px solid #495460;
    border-radius: 50%;
    margin-bottom: 2px; }
  .a-reset-styles .order-item__product_slider .product__size {
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 400; }
  .a-reset-styles .order-item__product_slider__pagination {
    display: none; }
  .a-reset-styles .order-item__product_slider__btn-prev, .a-reset-styles .order-item__product_slider__btn-next {
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.75);
    transform: none;
    margin: 0;
    height: 100%; }
    .a-reset-styles .order-item__product_slider__btn-prev:after, .a-reset-styles .order-item__product_slider__btn-next:after {
      font-size: 0;
      background-image: url("data:image/svg+xml,%3Csvg width='16' height='29' viewBox='0 0 16 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.340133 0.332503C0.122077 0.555747 0 0.855435 0 1.1675C0 1.47957 0.122077 1.77926 0.340133 2.0025L12.5226 14.5L0.340133 26.995C0.122077 27.2182 0 27.5179 0 27.83C0 28.1421 0.122077 28.4418 0.340133 28.665C0.446123 28.7739 0.572847 28.8604 0.712825 28.9195C0.852803 28.9785 1.0032 29.009 1.15513 29.009C1.30707 29.009 1.45746 28.9785 1.59744 28.9195C1.73742 28.8604 1.86414 28.7739 1.97013 28.665L14.9251 15.3725C15.1527 15.1391 15.28 14.826 15.28 14.5C15.28 14.174 15.1527 13.8609 14.9251 13.6275L1.97013 0.335003C1.86414 0.226145 1.73742 0.139622 1.59744 0.0805439C1.45746 0.0214653 1.30707 -0.00897217 1.15513 -0.00897217C1.0032 -0.00897217 0.852803 0.0214653 0.712825 0.0805439C0.572847 0.139622 0.446123 0.226145 0.340133 0.335003V0.332503Z' fill='%23959595'/%3E%3C/svg%3E%0A");
      width: 16px;
      height: 29px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .a-reset-styles .order-item__product_slider__btn-prev.swiper-button-disabled, .a-reset-styles .order-item__product_slider__btn-next.swiper-button-disabled {
      display: none; }
  .a-reset-styles .order-item__product_slider__btn-prev {
    left: 0; }
    .a-reset-styles .order-item__product_slider__btn-prev:after {
      transform: rotate(180deg); }
  .a-reset-styles .order-item__product_slider__btn-next:after {
    right: auto;
    left: 0; }

.a-reset-styles .order-item__payment-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  margin-top: 1rem; }

.a-reset-styles .order-detail {
  opacity: 0;
  max-height: 0;
  transition-property: opacity, max-height;
  transition-duration: .3s;
  overflow: hidden; }
  .a-reset-styles .order-detail[data-open] {
    opacity: 1; }
  .a-reset-styles .order-detail__container {
    padding-bottom: 30px;
    border-bottom: thin solid #D4D4D4; }
  .a-reset-styles .order-detail__header {
    display: grid;
    grid-template: auto/1fr;
    grid-gap: 30px;
    padding-top: 30px; }
  .a-reset-styles .order-detail__title {
    margin: 0 0 10px;
    font: 1.125rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.01em; }
  .a-reset-styles .order-detail__data {
    margin: 0;
    font: 0.875rem/1rem "Roboto", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.01em;
    line-height: 25px; }
    .a-reset-styles .order-detail__data.red {
      color: #f01237; }
  .a-reset-styles .order-detail__price-data {
    display: flex;
    justify-content: space-between;
    gap: 50px; }
  .a-reset-styles .order-detail__button.btn--st1 {
    max-width: 120px !important;
    margin-top: 30px; }

.a-reset-styles .order-product {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 30px 0; }
  .a-reset-styles .order-product + .order-product {
    border-top: thin solid #D4D4D4; }
  .a-reset-styles .order-product__image {
    width: 110px; }
  .a-reset-styles .order-product__count {
    font: 0.875rem/1.125rem "Roboto", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.01em;
    flex-shrink: 0; }

.a-reset-styles .orders-filter {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden; }
  .a-reset-styles .orders-filter__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: max-content; }
  .a-reset-styles .orders-filter__item {
    flex-shrink: 0; }
  .a-reset-styles .orders-filter__radio {
    display: none; }
    .a-reset-styles .orders-filter__radio:checked + .orders-filter__label {
      background: rgba(212, 212, 212, 0.5); }
  .a-reset-styles .orders-filter__label {
    padding: 10px 20px;
    cursor: pointer;
    display: block;
    font: 0.9375rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.01em;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.a-reset-styles .account {
  padding-bottom: 60px;
  max-width: 1530px;
  margin: 0 auto; }
  .a-reset-styles .account__title {
    font: 400 1.3125rem/1.5rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
    margin-bottom: 30px;
    margin-top: 0;
    display: none; }
  .a-reset-styles .account__container {
    display: grid;
    grid-template: auto/1fr;
    grid-gap: 30px; }
  .a-reset-styles .account__button.btn--st1, .a-reset-styles .account__button.btn--st2 {
    text-transform: uppercase;
    font-weight: 500;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif; }
  .a-reset-styles .account__link {
    text-decoration: underline;
    transition-property: opacity;
    transition-duration: 0.25s; }

.account-main {
  overflow: unset; }

.a-reset-styles .account-aside {
  font: 400 0.875rem/1.25rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif; }
  .a-reset-styles .account-aside__item {
    background: #f2f2f2;
    padding: 30px 20px;
    margin-bottom: 2px; }
    .a-reset-styles .account-aside__item:last-child {
      margin-bottom: 0; }
  .a-reset-styles .account-aside__title {
    font: 500 1.3125rem/1.5rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
    margin: 0 0 26px; }
  .a-reset-styles .account-aside__head {
    display: block;
    position: relative;
    background: #f2f2f2;
    padding: 14px 20px;
    font-weight: 600; }
    .a-reset-styles .account-aside__head::-webkit-details-marker {
      display: none; }
    .a-reset-styles .account-aside__head:after {
      position: absolute;
      content: '';
      display: block;
      width: 11px;
      right: 20px;
      height: 6px;
      top: 50%;
      background-size: cover;
      background-repeat: no-repeat;
      transition: transform .25s;
      transform: translateY(-50%);
      background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.38064 0.741978L7.05656 6.58814L12.7653 0.741977' stroke='%23232323' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
  .a-reset-styles .account-aside__link {
    display: block;
    width: max-content;
    max-width: 100%;
    padding: 7px 0;
    text-align: left;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    .a-reset-styles .account-aside__link.m-active {
      font-weight: 600;
      pointer-events: none; }
  .a-reset-styles .account-aside__text {
    margin: 0; }
    .a-reset-styles .account-aside__text.m-roboto {
      font: 1.1875rem/1.5rem "Roboto", "Helvetica", "Arial", sans-serif;
      letter-spacing: 0.01em;
      margin: 30px 0; }

.a-reset-styles .addresses__list {
  display: grid;
  grid-template: auto/1fr;
  grid-gap: 20px; }

.a-reset-styles .addresses__button.btn--st1 {
  margin-left: auto;
  margin-top: 20px;
  display: flex; }

.a-reset-styles .address-item {
  padding: 20px;
  border: thin solid #D4D4D4;
  font: 1rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif; }
  .a-reset-styles .address-item__title {
    font-weight: bold;
    font-family: "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
    margin: 0 0 30px; }
  .a-reset-styles .address-item__text {
    margin: 0; }
    .a-reset-styles .address-item__text + .address-item__text {
      margin-top: 15px; }
  .a-reset-styles .address-item__controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px; }
    .a-reset-styles .address-item__controls > :nth-child(n) {
      margin-right: 15px; }
    .a-reset-styles .address-item__controls > :last-child {
      margin-right: 0; }
  .a-reset-styles .address-item .checkbox {
    flex-shrink: 0; }

.a-reset-styles .address-new__filter {
  width: max-content; }

.a-reset-styles .address-new__form {
  grid-template: auto/1fr;
  grid-gap: 20px;
  padding-top: 20px;
  display: none; }
  .a-reset-styles .address-new__form[data-open] {
    display: grid; }
  .a-reset-styles .address-new__form .field-label {
    margin-bottom: 8px; }

.a-reset-styles .address-new__field {
  width: 100%; }

.a-reset-styles .address-new__fields {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start; }
  .a-reset-styles .address-new__fields > :first-child {
    margin-right: 20px; }

.a-reset-styles .address-new__controls :nth-child(n):not(:last-child) {
  margin-bottom: 20px; }

.a-reset-styles .address-new__controls .btn.account__button {
  max-width: 100%; }

.a-reset-styles .address-new__buttons {
  width: 100%;
  margin-top: 10px; }

.a-reset-styles .loyalty__container {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-start; }

.a-reset-styles .loyalty__card {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 450px;
  background: #C4C4C4;
  flex-shrink: 0;
  margin: 0 auto 30px;
  border-radius: 10px;
  overflow: hidden; }
  .a-reset-styles .loyalty__card:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 55.38922%; }
  .a-reset-styles .loyalty__card .aspect-ratio {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover; }

.a-reset-styles .loyalty__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.a-reset-styles .loyalty__list {
  width: 100%; }

.a-reset-styles .loyalty__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  font: 1.125rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.01em;
  margin-bottom: 20px; }
  .a-reset-styles .loyalty__item dt,
  .a-reset-styles .loyalty__item dd {
    margin: 0; }
  .a-reset-styles .loyalty__item > dt {
    font-weight: 500; }
  .a-reset-styles .loyalty__item > dd {
    text-align: right;
    margin-left: 20px; }
  .a-reset-styles .loyalty__item:last-child {
    margin-bottom: 0; }

.a-reset-styles .loyalty__app {
  width: 100%;
  margin-top: 30px; }

.a-reset-styles .loyalty-faq {
  padding-top: 30px; }
  .a-reset-styles .loyalty-faq__title {
    font: 500 1.125rem/1.5rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif; }
  .a-reset-styles .loyalty-faq__list {
    margin-top: 30px;
    border-top: thin solid #D4D4D4;
    font: 0.9375rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.01em; }
  .a-reset-styles .loyalty-faq__item {
    border-bottom: thin solid #D4D4D4; }
    .a-reset-styles .loyalty-faq__item[open] > .loyalty-faq__question:after {
      transform: translateY(-50%) rotate(180deg); }
  .a-reset-styles .loyalty-faq__question {
    display: block;
    padding: 15px 15px 14px 0;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    .a-reset-styles .loyalty-faq__question::-webkit-details-marker {
      display: none; }
    .a-reset-styles .loyalty-faq__question:after {
      content: '';
      display: block;
      width: 12px;
      height: 6px;
      position: absolute;
      right: 0;
      top: 50%;
      background-size: cover;
      background-repeat: no-repeat;
      transition: transform .25s;
      transform: translateY(-50%);
      background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.38064 0.741978L7.05656 6.58814L12.7653 0.741977' stroke='%23232323' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
  .a-reset-styles .loyalty-faq__answer {
    padding: 5px 0 14px; }
    .a-reset-styles .loyalty-faq__answer > p {
      margin: 0; }
    .a-reset-styles .loyalty-faq__answer > p + p {
      margin-top: 10px; }

.a-reset-styles .basket {
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
  background: #ffffff;
  padding: 20px;
  width: 350px;
  box-sizing: border-box;
  border: thin solid #d4d4d4;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-25px);
  transition-property: opacity, visibility, transform;
  transition-duration: 0.25s;
  display: none; }
  .a-reset-styles .basket:before {
    position: absolute;
    top: -22px;
    height: 22px;
    left: 0;
    right: 0;
    content: ''; }
  .a-reset-styles .basket[data-show] {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .a-reset-styles .basket__noty {
    padding: 30px 20px;
    margin: 20px -20px -20px;
    background: #f2f2f2;
    font: 15px/20px "Roboto", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.01px; }
  .a-reset-styles .basket__title {
    margin: 0 0 20px;
    font: 500 18px/24px "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif; }
  .a-reset-styles .basket__items {
    margin-right: -20px;
    padding-right: 20px;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .a-reset-styles .basket__footer {
    padding-top: 20px;
    border-top: thin solid #d4d4d4; }

.a-reset-styles .basket-item {
  position: relative;
  display: grid;
  grid-template: auto/100px 1fr;
  grid-gap: 20px;
  padding: 30px 0;
  border-top: thin solid #d4d4d4; }
  .a-reset-styles .basket-item__image img {
    width: 100px;
    height: 142px; }
  .a-reset-styles .basket-item__props {
    font: 13px/20px "Roboto", "Helvetica", "Arial", sans-serif;
    color: #959595; }
    .a-reset-styles .basket-item__props > li:not(:last-child) {
      margin-bottom: 4px; }
  .a-reset-styles .basket-item__title {
    padding-right: 20px;
    margin: 0 0 15px;
    font: 500 14px/18px "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: opacity 0.25s; }
  .a-reset-styles .basket-item__footer {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 15px;
    flex-wrap: wrap;
    font: 14px/18px "Roboto", "Helvetica", "Arial", sans-serif; }
  .a-reset-styles .basket-item__price {
    margin: 0; }
    .a-reset-styles .basket-item__price span {
      color: #959595;
      text-decoration: line-through; }
    .a-reset-styles .basket-item__price b {
      margin-left: 5px;
      font-weight: normal; }
  .a-reset-styles .basket-item__remove {
    position: absolute;
    top: 28px;
    right: -4px; }

.a-reset-styles .order-total {
  font: 0.9375rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.01em; }
  .a-reset-styles .order-total a {
    text-decoration: underline;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-tap-highlight-color: transparent; }
  .a-reset-styles .order-total__item {
    background: #f2f2f2;
    padding: 30px 20px;
    margin-bottom: 2px; }
    .a-reset-styles .order-total__item:last-child {
      margin-bottom: 0; }
    .a-reset-styles .order-total__item--promo {
      margin: 26px 0 0; }
  .a-reset-styles .order-total__title {
    font: 1.1875rem/1.5rem "Roboto", "Helvetica", "Arial", sans-serif;
    margin: 0 0 1.625rem;
    width: 100%;
    text-align: left; }
    .a-reset-styles .order-total__title--second {
      margin-bottom: 1rem; }
    .a-reset-styles .order-total__title[data-acc-list-btn] {
      margin: unset; }
      .a-reset-styles .order-total__title[data-acc-list-btn] + * {
        margin-top: 1.875rem; }
  .a-reset-styles .order-total__content {
    display: flex;
    flex-direction: column;
    align-items: normal;
    justify-content: flex-start; }
  .a-reset-styles .order-total__param {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px; }
    .a-reset-styles .order-total__param:last-child {
      margin-bottom: 0; }
    .a-reset-styles .order-total__param dd, .a-reset-styles .order-total__param dt {
      margin: 0; }
    .a-reset-styles .order-total__param--color-red dd {
      color: #F01237; }
    .a-reset-styles .order-total__param--type-bonuses dt {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      gap: 0.25rem; }
    .a-reset-styles .order-total__param--type-bonuses dt:after {
      content: '';
      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 opacity='0.4' d='M12.3333 8.43326V10.8999C12.3333 12.9799 10.3933 14.6666 7.99999 14.6666C5.60666 14.6666 3.66666 12.9799 3.66666 10.8999V8.43326C3.66666 10.5133 5.60666 11.9999 7.99999 11.9999C10.3933 11.9999 12.3333 10.5133 12.3333 8.43326Z' stroke='%23292D32' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.3333 5.10001C12.3333 5.70668 12.1667 6.26668 11.8733 6.74668C11.16 7.92001 9.69332 8.66668 7.99999 8.66668C6.30666 8.66668 4.83999 7.92001 4.12666 6.74668C3.83332 6.26668 3.66666 5.70668 3.66666 5.10001C3.66666 4.06001 4.15332 3.12001 4.93332 2.44001C5.71998 1.75334 6.79999 1.33334 7.99999 1.33334C9.19999 1.33334 10.28 1.75334 11.0667 2.43334C11.8467 3.12001 12.3333 4.06001 12.3333 5.10001Z' stroke='%23292D32' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.3333 5.10001V8.43334C12.3333 10.5133 10.3933 12 7.99999 12C5.60666 12 3.66666 10.5133 3.66666 8.43334V5.10001C3.66666 3.02001 5.60666 1.33334 7.99999 1.33334C9.19999 1.33334 10.28 1.75334 11.0667 2.43334C11.8467 3.12001 12.3333 4.06001 12.3333 5.10001Z' stroke='%23292D32' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
      width: 16px;
      height: 16px;
      display: inline-block; }
    .a-reset-styles .order-total__param--basket-item {
      gap: 0.9375rem; }
      .a-reset-styles .order-total__param--basket-item img {
        width: 6.25rem;
        min-width: 6.25rem; }
  .a-reset-styles .order-total__field {
    border: none;
    padding: 0;
    margin: 0 0 32px; }
    .a-reset-styles .order-total__field:last-child {
      margin-bottom: 0; }
    .a-reset-styles .order-total__field--privilege {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: 0.9375rem; }
      .a-reset-styles .order-total__field--privilege .tooltip-info {
        padding: unset; }
  .a-reset-styles .order-total__fields {
    margin-top: 32px; }
  .a-reset-styles .order-total__text {
    font-size: 0.8125rem;
    margin: 0 0 5px; }
  .a-reset-styles .order-total__group {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start; }
    .a-reset-styles .order-total__group > :first-child {
      margin-right: 5px;
      width: 100%; }
    .a-reset-styles .order-total__group > :last-child {
      margin-left: 5px;
      max-width: 7.5rem !important; }
  .a-reset-styles .order-total__button.btn--st1 {
    text-transform: uppercase;
    font-weight: 500;
    max-width: 100%;
    background-color: transparent; }
  .a-reset-styles .order-total__result {
    font-size: 1rem; }
  .a-reset-styles .order-total__sum {
    margin-bottom: 30px; }
  .a-reset-styles .order-total__link {
    display: block;
    font-size: 0.9375rem;
    margin-bottom: 16px;
    transition-property: opacity;
    transition-duration: 0.25s; }
    .a-reset-styles .order-total__link--underline {
      margin-bottom: 0;
      text-decoration: underline; }
    .a-reset-styles .order-total__link.m-italic {
      font-size: 0.8125rem;
      font-style: italic; }
    .a-reset-styles .order-total__link.m-inline {
      display: inline; }
  .a-reset-styles .order-total__input {
    position: relative; }
    .a-reset-styles .order-total__input input {
      cursor: text; }
  .a-reset-styles .order-total__mask {
    position: absolute;
    top: 0;
    bottom: 1px;
    left: 0;
    right: 23px;
    padding-top: 13px;
    padding-bottom: 13px;
    pointer-events: none;
    width: auto;
    height: auto;
    border: none; }
    .a-reset-styles .order-total__mask_hidden {
      visibility: hidden; }
  .a-reset-styles .order-total .input[disabled] + .order-total__mask {
    background: #E2E2E2;
    color: #717171;
    right: 1px; }
  .a-reset-styles .order-total__help {
    text-decoration: underline;
    transition-property: text-decoration, opacity;
    transition-duration: 0.25s; }
  .a-reset-styles .order-total__info {
    margin: 0; }
    .a-reset-styles .order-total__info.m-indent-32 {
      margin-top: 32px; }
    .a-reset-styles .order-total__info.m-indent-26 {
      margin-top: 26px; }
  .a-reset-styles .order-total__wrap > p {
    margin: 0; }
  .a-reset-styles .order-total__wrap > :nth-child(n) {
    margin-bottom: 5px; }
  .a-reset-styles .order-total__wrap--price {
    padding-left: 5px; }
    .a-reset-styles .order-total__wrap--price > :nth-child(n) {
      margin-bottom: 2px; }
    .a-reset-styles .order-total__wrap--price > p {
      white-space: nowrap; }
  .a-reset-styles .order-total__wrap > :last-child {
    margin-bottom: 0; }
  .a-reset-styles .order-total__wrap--basket-item .prices-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.625rem; }
  .a-reset-styles .order-total__price {
    color: #959595;
    font-weight: 300;
    text-decoration: line-through; }
  .a-reset-styles .order-total__indent {
    margin-bottom: 16px; }

.a-reset-styles .order-result {
  width: 100%;
  max-width: 66.5625rem;
  margin: 0 auto;
  padding: 1.875rem 0 3.75rem; }
  .a-reset-styles .order-result .btn {
    display: block;
    margin-top: 2rem;
    justify-self: center;
    text-align: center;
    text-transform: uppercase; }
    .a-reset-styles .order-result .btn:last-child {
      margin-bottom: 0; }
  .a-reset-styles .order-result--fail {
    display: block !important; }
  .a-reset-styles .order-result__icon {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 4rem; }
  .a-reset-styles .order-result__title {
    font: 400 1.3125rem/1.5rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
    margin: 0 0 1.25rem;
    text-align: center; }
  .a-reset-styles .order-result__text {
    font: 400 1.125rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
    margin: 0;
    text-align: center;
    letter-spacing: 0.01em; }
  .a-reset-styles .order-result__details {
    display: grid;
    grid-template: auto / 1fr;
    grid-gap: 1rem;
    padding: 2rem 0; }
    .a-reset-styles .order-result__details--total {
      grid-gap: 0.5rem !important;
      border-bottom: 0.0625rem solid #d4d4d4;
      text-align: right; }
    .a-reset-styles .order-result__details-item {
      display: grid;
      grid-template: auto / 1fr;
      grid-gap: 0.25rem;
      align-items: center;
      letter-spacing: 0.01em; }
      .a-reset-styles .order-result__details-item--total {
        grid-template: auto / 1fr 0.25fr !important; }
      .a-reset-styles .order-result__details-item > dd,
      .a-reset-styles .order-result__details-item > dt {
        font: 400 0.875rem/1rem "Roboto", "Helvetica", "Arial", sans-serif;
        margin: 0; }
      .a-reset-styles .order-result__details-item > dt {
        color: #717171; }
  .a-reset-styles .order-result__products {
    font: 400 0.875rem/1rem "Roboto", "Helvetica", "Arial", sans-serif;
    width: 100%;
    padding: 2rem 0;
    border-top: 0.0625rem solid #d4d4d4;
    border-bottom: 0.0625rem solid #d4d4d4;
    overflow: hidden; }
    .a-reset-styles .order-result__products-header {
      display: none; }
  .a-reset-styles .order-result__product {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0.75rem 0;
    border-bottom: 0.0625rem solid #eee; }
    .a-reset-styles .order-result__product:nth-child(2) {
      padding-top: 0; }
    .a-reset-styles .order-result__product:last-child {
      padding-bottom: 0; }
    .a-reset-styles .order-result__product-title {
      font: 400 0.9375rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif; }
    .a-reset-styles .order-result__product-sku {
      font: 400 0.625rem/0.75rem "Roboto", "Helvetica", "Arial", sans-serif;
      color: #959595; }
    .a-reset-styles .order-result__product-info {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 0.625rem; }
    .a-reset-styles .order-result__product-details {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 0.5rem; }
      .a-reset-styles .order-result__product-details--mobile {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0.5rem;
        font: 400 0.625rem/0.75rem "Roboto", "Helvetica", "Arial", sans-serif;
        color: #959595; }
    .a-reset-styles .order-result__product-prices {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      gap: 0.625rem;
      font: 0.9375rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
      color: #000000; }
      .a-reset-styles .order-result__product-prices--base {
        color: #959595;
        font-weight: 300;
        text-decoration: line-through; }
    .a-reset-styles .order-result__product-prop {
      display: none; }
      .a-reset-styles .order-result__product-prop--color-dot > span {
        display: inline-block;
        width: 0.875rem;
        height: 0.875rem;
        border-radius: 50%; }
  .a-reset-styles .order-result__right-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
    padding: 2rem 0; }
  .a-reset-styles .order-result__app {
    display: none;
    font: 400 0.875rem/1rem "Roboto", "Helvetica", "Arial", sans-serif; }
    .a-reset-styles .order-result__app-img {
      width: 8rem; }
  .a-reset-styles .order-result__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; }
  .a-reset-styles .order-result__link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font: 400 0.75rem/1rem "Roboto", "Helvetica", "Arial", sans-serif;
    gap: 0.5rem; }
    .a-reset-styles .order-result__link svg {
      width: 1.5rem;
      height: 1.5rem; }

.a-reset-styles .btn,
.btn {
  font-weight: 400;
  line-height: 1.25rem;
  text-align: center;
  border: thin solid #f2f2f2;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: transparent;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.75rem;
  width: 100%;
  text-transform: uppercase;
  max-width: 18.575rem;
  transition-property: background, color, border-color;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .a-reset-styles .btn:active,
  .btn:active {
    background: #eaeaea;
    color: #212529;
    border: 0.0625rem solid #f2f2f2; }
  .a-reset-styles .btn[disabled],
  .btn[disabled] {
    pointer-events: none; }
  .a-reset-styles .btn--big,
  .btn--big {
    width: 100%;
    max-width: initial;
    text-transform: uppercase !important; }
  .a-reset-styles .btn--st1.preloader, .a-reset-styles .btn--st2.preloader,
  .btn--st1.preloader,
  .btn--st2.preloader {
    position: relative;
    overflow: hidden;
    pointer-events: none;
    color: #ffffff; }
    .a-reset-styles .btn--st1.preloader:after, .a-reset-styles .btn--st2.preloader:after,
    .btn--st1.preloader:after,
    .btn--st2.preloader:after {
      content: "";
      position: absolute;
      width: 24px;
      height: 24px;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      border: 2px solid transparent;
      border-color: #212529 #212529 #212529 #ffffff;
      border-radius: 50%;
      animation: button-loading-spinner 1s ease infinite; }

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn); }
  to {
    transform: rotate(1turn); } }
  .a-reset-styles .btn--st1,
  .btn--st1 {
    background: #ffffff;
    color: #212529;
    padding: 13px;
    text-transform: initial;
    border-color: #212529;
    border-radius: 8px; }
    .a-reset-styles .btn--st1:active,
    .btn--st1:active {
      background: #D4D4D44D;
      color: #212529;
      border: 0.0625rem solid #212529; }
    .a-reset-styles .btn--st1[disabled],
    .btn--st1[disabled] {
      background: #D4D4D44D;
      color: #d4d4d4;
      border: 0.0625rem solid #d4d4d4; }
    .a-reset-styles .btn--st1.preloader,
    .btn--st1.preloader {
      border: 0.0625rem solid #d4d4d4; }
    .a-reset-styles .btn--st1.preloader[disabled],
    .btn--st1.preloader[disabled] {
      background: #ffffff;
      color: #ffffff; }
  .a-reset-styles .btn--st2,
  .btn--st2 {
    background: transparent;
    color: #212529;
    padding: 13px;
    text-transform: initial;
    border-color: #212529; }
    .a-reset-styles .btn--st2:active,
    .btn--st2:active {
      background: #f2f2f2;
      color: #212529;
      border: 0.0625rem solid #212529; }
    .a-reset-styles .btn--st2[disabled],
    .btn--st2[disabled] {
      background: #d4d4d4;
      color: #959595;
      border: 0.0625rem solid #959595; }
    .a-reset-styles .btn--st2.preloader:after,
    .btn--st2.preloader:after {
      background: #848484; }
  .a-reset-styles .btn--white,
  .btn--white {
    text-transform: uppercase;
    padding: 0.875rem 4.3125rem; }
  .a-reset-styles .btn--black,
  .btn--black {
    background: #ffffff;
    color: #212529;
    padding: 0.875rem 4.3125rem;
    border: 0.0625rem solid #212529; }
    .a-reset-styles .btn--black:active,
    .btn--black:active {
      background: #f2f2f2;
      color: #ffffff;
      border: 0.0625rem solid #ffffff; }
    .a-reset-styles .btn--black[disabled],
    .btn--black[disabled] {
      background: #d4d4d4;
      color: #959595;
      border: 0.0625rem solid #959595; }
  .a-reset-styles .btn--black-bg,
  .btn--black-bg {
    background: #212529;
    color: #ffffff; }

@keyframes background {
  75% {
    transform: translateX(0);
    opacity: .4; }
  100% {
    transform: translateX(0);
    opacity: 0; } }

.main-banner {
  width: 100%;
  max-width: initial;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden; }
  .main-banner__image {
    position: relative;
    height: 100vh;
    min-height: 50rem;
    display: flex;
    flex-direction: column;
    padding-bottom: 6.1875rem; }
  .main-banner__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: top; }
  .main-banner__descr {
    z-index: 2;
    margin-top: auto; }
  .main-banner__title {
    font-weight: 300;
    font-size: 1.875rem;
    line-height: 2.25rem;
    letter-spacing: -0.01em;
    color: #FFFFFF; }
  .main-banner__sub-title {
    font-weight: 400;
    font-size: 1rem;
    margin-top: 1.9625rem;
    line-height: 1.25rem;
    /* identical to box height, or 125% */
    color: #FFFFFF; }
  .main-banner__btn {
    margin-top: 3.325rem; }
  .main-banner__video {
    height: 100vh;
    min-height: 50rem;
    position: relative;
    overflow: hidden; }
    .main-banner__video > iframe {
      width: 101vw;
      height: 56.25vw;
      /* 16:9 aspect ratio, 9/16*100 = 56.25 */
      min-height: 100%;
      min-width: 177.78vh;
      /* 16:9 aspect ratio, 16/9*100 = 177.78 */
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border: none; }
    .main-banner__video:after, .main-banner__video:before {
      content: "";
      display: block;
      background: transparent;
      width: 25%;
      z-index: 1;
      position: absolute;
      top: 20px;
      bottom: 20px; }
    .main-banner__video:after {
      left: 0; }
    .main-banner__video:before {
      right: 0; }
  .main-banner__video-item {
    width: 100%;
    height: 100vh;
    min-height: 50rem; }
    .main-banner__video-item video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem; }

.col-6 .item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  width: calc(50% - 1.25rem); }

.card-module__title {
  padding: 2.8125rem auto 0rem;
  border-bottom: 0.0625rem solid #333333;
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 2.25rem;
  /* or 120% */
  margin-bottom: 2.125rem;
  letter-spacing: -0.01em;
  /* 2 */
  color: #212529; }
  .card-module__title i {
    font-weight: 300;
    margin-left: 0.625rem; }

.card-module__image {
  position: relative; }

.card-module__img {
  width: 100%; }

.card-module__footer {
  display: flex;
  align-items: center; }

.card-module__btn {
  margin: 2.8125rem auto 3rem; }

.card-module__txt {
  font-style: italic;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 2.25rem; }

.card-module__descr {
  font-family: 'Montserrat' sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem; }

.card-module__inner-img img {
  width: 100%; }

.card-module__inner-descr {
  padding: 2.325rem 2.525rem 2.4rem;
  display: flex;
  flex-direction: column;
  background: #F4F4F4;
  align-items: center; }

.card-module__btn {
  font-size: 1rem; }

.card-module__desc p {
  font-weight: 400;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.25rem;
  font-family: 'Montserrat' ,sans-serif;
  color: #333333; }

i {
  font-weight: 400; }

.title-def {
  display: flex;
  padding: 0.125rem 0;
  border-bottom: 0.0625rem solid #333333;
  font-weight: 300;
  line-height: 2.25rem;
  /* or 120% */
  margin-bottom: 2.725rem;
  letter-spacing: -0.01em;
  font-size: 1.875rem;
  align-items: center;
  text-transform: uppercase; }
  .title-def span + i {
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-size: 1.5rem;
    margin-left: 2.025rem; }
  .title-def--st2 {
    padding: 0.425rem 0 0.625rem 0;
    text-transform: none; }

.select-native {
  display: block;
  border: 0.0625rem solid #ccc;
  position: relative;
  width: 100%; }
  .select-native__select {
    outline: none;
    width: 100%;
    position: relative;
    padding: 0.5375rem 0.75rem;
    z-index: 1;
    border: none;
    box-shadow: none;
    background: none;
    appearance: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    /* identical to box height, or 133% */
    min-height: 2.7rem;
    letter-spacing: 0.01em;
    color: #717171; }
    .select-native__select option {
      font-size: 0.875rem;
      line-height: 1.25rem; }
  .select-native option:nth-child(1):disabled {
    display: none; }

.select-arrow {
  position: relative; }
  .select-arrow:after {
    position: absolute;
    content: '';
    display: block;
    width: 0.975rem;
    right: 0.71375rem;
    height: 0.58313rem;
    top: 0.92812rem;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.4s cubic-bezier(0.36, 0.26, 0.19, 1.03);
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.38064 0.741978L7.05656 6.58814L12.7653 0.741977' stroke='%23232323' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
  .select-arrow.selected:after, .select-arrow.active:after {
    transform: rotateX(180deg); }
  .select-arrow__mask {
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 25px;
    text-align: center;
    background: white;
    padding: 5px 0 5px 10px;
    font: inherit;
    pointer-events: none; }

.breadcrumbs-list {
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  .breadcrumbs-list__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative; }
    .breadcrumbs-list__item:last-child a {
      cursor: default;
      color: #4e4e4e; }
    .breadcrumbs-list__item:not(:last-child):after {
      content: '/';
      border-radius: 50%;
      position: relative;
      display: block;
      color: #4e4e4e;
      margin: 0 0.3125rem; }
  .breadcrumbs-list__link {
    font-size: 0.8125rem;
    line-height: 1.25rem;
    color: #4e4e4e;
    display: block;
    text-decoration: none; }
    .breadcrumbs-list__link:hover {
      color: #4e4e4e; }

.calc-circe {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: thin solid #212529;
  display: grid;
  place-items: center;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 0.8125rem;
  position: absolute;
  right: -0.625rem;
  bottom: -0.375rem;
  background: white;
  color: #212529; }

.a-reset-styles .select {
  z-index: 1;
  position: relative; }
  .a-reset-styles .select:after {
    top: 50%;
    transform: translateY(-50%); }
  .a-reset-styles .select__open {
    position: relative;
    padding: 12px 25px 12px 15px;
    border: thin solid #C2C2C2;
    width: 100%;
    text-align: left;
    line-height: 20px; }
    .a-reset-styles .select__open:disabled {
      background: rgba(222, 222, 222, 0.6);
      color: #717171;
      pointer-events: none; }
  .a-reset-styles .select__open > span, .a-reset-styles .select__item > span {
    color: #717171;
    display: block;
    line-height: 20px; }
  .a-reset-styles .select__list {
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    display: none;
    width: 100%;
    max-height: 356px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    background: white;
    border: thin solid #C2C2C2;
    border-top-color: white; }
  .a-reset-styles .select__item {
    padding: 12px 15px;
    text-align: left;
    width: 100%;
    line-height: 20px;
    margin: 0; }
    .a-reset-styles .select__item.m-selected {
      background: #F9F9F9; }
  .a-reset-styles .select[data-open] .select__list {
    display: block; }
  .a-reset-styles .select[data-open]:after {
    transform: translateY(-50%) rotate(180deg); }

.look-module.def-section {
  padding-top: 26px;
  padding-bottom: unset; }

.look-module__left {
  margin: 0 -1.25rem 0; }

.look-module__right input {
  display: none; }

.look-module__image {
  position: relative;
  overflow: hidden; }
  .look-module__image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 145.86667%; }
  .look-module__image .aspect-ratio {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover; }

.look-module__total {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }

.look-module__price {
  font: 500 0.75rem/1.125rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
  width: 50%;
  margin: 0 8px 0 0; }
  .look-module__price > span {
    font-weight: 600; }

.look-module__btn {
  font-size: 0.75rem;
  max-width: 318px;
  margin-left: 8px;
  width: 50%; }

.look-card {
  padding: 14px;
  border: 2px solid rgba(246, 246, 246, 0);
  border-radius: 8px;
  background-color: rgba(212, 212, 212, 0.2);
  display: grid;
  grid-template: auto/120fr 162fr;
  column-gap: 20px;
  row-gap: 5px; }
  input:checked + .look-card {
    border-color: black; }
    input:checked + .look-card .look-card__check {
      background-color: #212529;
      border-color: #212529;
      pointer-events: auto; }
  input:disabled + .look-card {
    opacity: .5; }
  .look-card__sizes {
    list-style: none; }
  .look-card__check {
    position: relative;
    cursor: pointer;
    margin-left: 18px;
    flex-shrink: 0;
    pointer-events: none; }
    .look-card__check:after {
      content: '';
      position: absolute;
      top: -16px;
      bottom: -16px;
      left: -16px;
      right: -16px; }
  .look-card__head {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start; }
  .look-card__title {
    width: 100%;
    font: 500 0.75rem/1.125rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical; }
  .look-card__info {
    margin: 5px 0 0; }
  .look-card__detail {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    color: #959595;
    font: 0.75rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.01em; }
    .look-card__detail > dt,
    .look-card__detail > dd {
      display: block;
      margin: 0; }
    .look-card__detail + .look-card__detail {
      margin-top: 5px; }
  .look-card__prices {
    margin: 5px 0 0; }
  .look-card__price {
    font: 0.75rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.01em;
    color: #212529; }
    .look-card__price.m-old {
      margin-right: 8px;
      color: #959595;
      text-decoration: line-through; }

.search {
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(33, 37, 41, 0.4);
  opacity: 1;
  visibility: visible;
  transition: opacity .25s .25s ease-in, visibility .25s .25s ease-in;
  overflow: hidden; }
  .search__wrap {
    width: 100%;
    height: 100%;
    background: white;
    transition: transform .75s ease-in;
    animation-duration: 0.55s;
    animation-fill-mode: both;
    animation-name: fadeInDown; }
  .search__container {
    padding: 82px 20px 32px;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    margin: 0 auto; }
  .search__form-wrap {
    margin-bottom: 25px; }
  .search__list {
    display: none;
    grid-template: auto/repeat(2, minmax(0, 1fr));
    grid-gap: 32px 20px; }
    .search__list .card {
      position: relative; }
      .search__list .card__title {
        font: 12px/16px "Roboto", "Helvetica", "Arial", sans-serif;
        min-height: 35px; }
      .search__list .card__title-row {
        margin-top: 5px;
        margin-bottom: 6px; }
      .search__list .card__old-price.old-price {
        font-size: 12px;
        line-height: 14px; }
      .search__list .card__price.price {
        font-size: 12px;
        line-height: 14px; }
      .search__list .card__row--big-m .card__label {
        position: absolute;
        top: 6px;
        left: 5px;
        padding: 2px 4px;
        border-radius: 3px;
        color: #ffffff;
        background-color: #f01237;
        font-size: 10px;
        line-height: 12px; }
        .search__list .card__row--big-m .card__label.label--new {
          color: #212529;
          background-color: #ffffff; }
      .search__list .card__discount.discount {
        color: #f01237;
        border: none;
        padding: 0;
        font-size: 12px;
        line-height: 14px;
        font-weight: 400;
        min-width: 0; }
      .search__list .card__row {
        flex-wrap: wrap;
        gap: 9px; }
    [data-result] .search__list {
      display: grid; }
    [data-empty] .search__list {
      display: none; }
    .search__list .link-to-all {
      grid-column: 1 / -1;
      max-width: 100%;
      text-transform: uppercase;
      margin-bottom: 60px; }
  .search__more {
    position: relative;
    display: none;
    margin-top: 30px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01px;
    text-decoration: underline;
    transition: color 0.25s; }
    .search__more:after {
      content: '';
      position: absolute;
      top: -10px;
      bottom: -10px;
      left: -10px;
      right: -10px; }
    [data-result] .search__more {
      display: inline-block; }
  .search__input {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    padding-bottom: 15px;
    border-bottom: thin solid black;
    margin-bottom: 30px; }
    .search__input input {
      font: 16px/20px "Roboto", "Helvetica", "Arial", sans-serif;
      width: 100%;
      color: #212529;
      margin-left: 20px;
      cursor: text; }
    .search__input svg {
      flex-shrink: 0;
      display: block;
      width: 20px;
      height: 20px;
      stroke: #232323; }
  .search__close {
    position: absolute;
    top: 20px;
    right: 20px; }
    .search__close svg {
      width: 26px;
      height: 26px; }
  .search__empty {
    display: none;
    font: 15px/20px "Roboto", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.01em; }
    .search__empty > p {
      margin: 0; }
      .search__empty > p:first-child {
        font: 18px/20px "Roboto", "Helvetica", "Arial", sans-serif;
        padding-bottom: 15px; }
    [data-empty] .search__empty {
      display: block;
      align-self: center;
      text-align: center; }
  .search[data-hide] {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition-timing-function: ease-out;
    transition-delay: 0s;
    display: none; }
    .search[data-hide] .search__wrap {
      transform: translateY(-50vh);
      transition-timing-function: ease-out;
      animation-duration: 0.55s;
      animation-fill-mode: both;
      animation-name: fadeInDown; }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px); }
  100% {
    opacity: 1;
    transform: none; } }

.search .search-history__list,
.search .search-tips__list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px; }

.search .search-history__item,
.search .search-tips__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 8px;
  border: thin solid #f9f9f9;
  border-radius: 3px;
  line-height: 1;
  letter-spacing: 0.01em;
  background-color: #f9f9f9;
  color: #717171;
  transition: opacity 0.25s;
  max-width: 300px; }
  .search .search-history__item--text,
  .search .search-tips__item--text {
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .search .search-history__item--delete,
  .search .search-tips__item--delete {
    width: 13px;
    height: 10px; }

.search .search-often {
  margin: 40px 0; }
  .search .search-often__title {
    margin: 0 0 25px;
    font: 500 1.3125rem / 1.5rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif; }
  .search .search-often__list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px; }
  .search .search-often__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px; }
    .search .search-often__item:before {
      content: '';
      display: inline-block;
      width: 12px;
      height: 12px;
      background-image: url(/img/sprites/intermediate-svg/search-sm.svg); }

.sale-card {
  margin: 0 auto 30px;
  width: 100%; }
  .sale-card__image {
    margin-bottom: 24px;
    position: relative;
    overflow: hidden; }
    .sale-card__image:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 46.13095%; }
    .sale-card__image img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      object-fit: cover; }
  .sale-card__title {
    width: 100%;
    margin: 0;
    font: 500 1.125rem/1.5rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
    color: black; }
  .sale-card__subtitle {
    font: 400 0.875rem/1rem "Roboto", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.01em;
    color: #717171;
    margin: 0;
    width: 100%; }
  .sale-card__text {
    font: 400 0.875rem/1rem "Roboto", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.01em;
    color: #717171;
    margin: 20px 0 0;
    width: 100%; }
  .sale-card__link {
    display: block;
    margin-bottom: 24px; }

.sales__title {
  font: 400 1.3125rem/1.5rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif; }

.sales__header {
  margin: 30px 0 30px; }

.sales__container {
  max-width: 1530px;
  height: auto;
  margin: 0 auto; }

.sales__body {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }

.sales__grid {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start; }

.sales__pagination {
  margin-top: 30px; }

.sales-one__header {
  margin: 30px 0; }

.sales-one__container {
  max-width: 1530px;
  height: auto;
  margin: 0 auto; }

.sales-one__body {
  margin-bottom: 60px; }

.sales-one__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 auto 30px; }

.sales-one__image {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden; }
  .sales-one__image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 36.41791%; }
  .sales-one__image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover; }

.sales-one__text {
  margin-top: 30px; }
  .sales-one__text span {
    display: block; }
  .sales-one__text ul {
    list-style: disc; }
  .sales-one__text li {
    margin-left: 35px; }
    .sales-one__text li:not(:first-child) {
      margin-top: 0; }
  .sales-one__text h2 {
    margin-top: 0;
    letter-spacing: normal; }
  .sales-one__text * {
    margin: 0;
    padding: 0;
    letter-spacing: 0.01em;
    font: 400 1.125rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
    color: #212529; }
    .sales-one__text *:not(:first-child) {
      margin-top: 20px; }

.sales-one__list {
  border-top: thin solid #D4D4D4;
  margin-bottom: 60px; }
  .sales-one__list details {
    border-bottom: thin solid #D4D4D4;
    font: 400 0.875rem/1rem "Roboto", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.01em;
    color: #959595; }
    .sales-one__list details[open] {
      padding-bottom: 15px; }
      .sales-one__list details[open] > summary:after {
        transform: translateY(-50%) rotate(180deg); }
    .sales-one__list details * {
      padding: 0;
      margin: 0 0; }
    .sales-one__list details p + p {
      margin-top: 16px; }
  .sales-one__list summary {
    margin: 0;
    display: block;
    padding: 15px 15px 15px 0;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font: 400 0.9375rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.01em;
    color: #333333; }
    .sales-one__list summary::-webkit-details-marker {
      display: none; }
    .sales-one__list summary:after {
      content: '';
      display: block;
      width: 12px;
      height: 6px;
      position: absolute;
      right: 0;
      top: 50%;
      background-size: cover;
      background-repeat: no-repeat;
      transition: transform .25s;
      transform: translateY(-50%);
      background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.38064 0.741978L7.05656 6.58814L12.7653 0.741977' stroke='%23232323' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
    .sales-one__list summary + * {
      padding-top: 5px; }

.a-reset-styles .page-404 {
  padding: 30px 0 10px; }

.a-reset-styles .b-empty {
  max-width: 1220px;
  margin: 0 auto; }
  .a-reset-styles .b-empty__image {
    width: 100%;
    max-width: 480px;
    margin: 0 auto; }
  .a-reset-styles .b-empty__info {
    text-align: center;
    margin-top: 30px; }
    .a-reset-styles .b-empty__info .btn.btn--st2 {
      font: 0.8125rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
      text-transform: uppercase;
      width: max-content;
      min-width: 213px; }
  .a-reset-styles .b-empty__title {
    font: 400 1.3125rem/1.5rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
    margin: 0; }
  .a-reset-styles .b-empty__text {
    margin: 20px 0;
    font: 1.125rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.01em;
    line-height: 1.3; }

.a-reset-styles .page-fav {
  padding: 10px 0 60px; }
  .a-reset-styles .page-fav__empty {
    padding: 30px 0 10px; }
  .a-reset-styles .page-fav__header {
    margin-bottom: 30px; }
  .a-reset-styles .page-fav__title {
    font: 400 1.3125rem/1.5rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
    margin: 0; }
  .a-reset-styles .page-fav__card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start; }
    .a-reset-styles .page-fav__card .card__image {
      flex-shrink: 0; }
    .a-reset-styles .page-fav__card .card__descr {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: space-between;
      height: 100%; }
    .a-reset-styles .page-fav__card .btn {
      text-transform: uppercase;
      width: 100%;
      max-width: 100%;
      margin-top: 20px; }
  .a-reset-styles .page-fav .card__not-available {
    opacity: 0.5; }
  .a-reset-styles .page-fav .card__not-available .card-add {
    display: none; }
  .a-reset-styles .page-fav__descr {
    width: 100%; }

.a-reset-styles .contacts {
  max-width: 1530px;
  margin: 30px auto 60px; }
  .a-reset-styles .contacts__container {
    max-width: 1000px;
    margin: 30px auto 0; }
  .a-reset-styles .contacts__item {
    margin-bottom: 20px; }
    .a-reset-styles .contacts__item.skeleton {
      position: relative; }
      .a-reset-styles .contacts__item.skeleton:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        min-height: 76px;
        background: #d9d9d9;
        animation: skeleton .9s infinite alternate;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
  .a-reset-styles .contacts__note {
    margin: 20px 0;
    font: 0.9375rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.01em; }
  .a-reset-styles .contacts__name {
    font: 500 1.3125rem/1.5rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
    text-align: center;
    margin: 0 0 16px;
    text-transform: uppercase; }
  .a-reset-styles .contacts__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    font: 0.875rem/1rem "Roboto", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.01em;
    text-align: center; }
    .a-reset-styles .contacts__info span + span {
      margin-top: 16px; }
    .a-reset-styles .contacts__info a {
      transition-property: opacity;
      transition-duration: 0.25s; }
  .a-reset-styles .contacts__head {
    font: 400 1.3125rem/1.5rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
    margin: 0 0 30px;
    text-align: center; }
  .a-reset-styles .contacts__form {
    margin-top: 30px; }
    .a-reset-styles .contacts__form .field-label {
      margin-bottom: 8px; }

.a-reset-styles .contacts-details {
  display: grid;
  grid-template: auto/1fr;
  grid-gap: 30px;
  margin: 30px auto 0;
  max-width: 1375px; }
  .a-reset-styles .contacts-details__title {
    font: 500 1.3125rem/1.5rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
    margin: 0 0 16px; }
  .a-reset-styles .contacts-details__value {
    font: 0.875rem/1rem "Roboto", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.01em; }
  .a-reset-styles .contacts-details__list > :nth-child(n) {
    margin-bottom: 16px; }
  .a-reset-styles .contacts-details__list > :last-child {
    margin-bottom: 0; }
  .a-reset-styles .contacts-details__list a {
    transition-property: opacity;
    transition-duration: 0.25s; }

.a-reset-styles .lookbook {
  margin-top: 60px; }
  .a-reset-styles .lookbook__title {
    font: 500 1.3125rem/1.5rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
    margin-bottom: 60px; }
  .a-reset-styles .lookbook__first {
    display: grid;
    grid-template: auto/1fr;
    grid-gap: 30px;
    margin-bottom: 60px; }
    .a-reset-styles .lookbook__first .lookbook__item:not(.m-stretch) .lookbook__image {
      position: relative;
      overflow: hidden; }
      .a-reset-styles .lookbook__first .lookbook__item:not(.m-stretch) .lookbook__image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 142.66667%; }
      .a-reset-styles .lookbook__first .lookbook__item:not(.m-stretch) .lookbook__image img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        object-fit: cover; }
    .a-reset-styles .lookbook__first .lookbook__item.m-stretch .lookbook__image {
      position: relative;
      overflow: hidden; }
      .a-reset-styles .lookbook__first .lookbook__item.m-stretch .lookbook__image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 142.85714%; }
      .a-reset-styles .lookbook__first .lookbook__item.m-stretch .lookbook__image img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        object-fit: cover; }
  .a-reset-styles .lookbook__second {
    margin-top: 30px;
    margin-bottom: 60px; }
    .a-reset-styles .lookbook__second > .swiper {
      transition: opacity .25s;
      opacity: 1; }
      .a-reset-styles .lookbook__second > .swiper:not(.swiper-container-initialized) {
        display: none;
        opacity: 0; }
    .a-reset-styles .lookbook__second .lookbook__image {
      position: relative;
      overflow: hidden; }
      .a-reset-styles .lookbook__second .lookbook__image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 142.66667%; }
      .a-reset-styles .lookbook__second .lookbook__image img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        object-fit: cover; }
  .a-reset-styles .lookbook__third {
    margin-bottom: 60px; }
    .a-reset-styles .lookbook__third .lookbook__image {
      position: relative;
      overflow: hidden; }
      .a-reset-styles .lookbook__third .lookbook__image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 142.66667%; }
      .a-reset-styles .lookbook__third .lookbook__image img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        object-fit: cover; }
  .a-reset-styles .lookbook__links {
    margin-top: 30px; }
  .a-reset-styles .lookbook__link {
    font: 1.125rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
    color: #333333;
    letter-spacing: 0.01em; }
    .a-reset-styles .lookbook__link > span {
      text-decoration: underline;
      transition-property: text-decoration-color;
      transition-duration: 0.25s; }
    .a-reset-styles .lookbook__link:after {
      content: ', ';
      text-decoration: none; }
    .a-reset-styles .lookbook__link:last-child:after {
      display: none; }
  .a-reset-styles .lookbook__text {
    font: 1.125rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.01em;
    margin: 30px 0 0; }
  .a-reset-styles .lookbook__more {
    display: block;
    margin-top: 30px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    .a-reset-styles .lookbook__more::-webkit-details-marker {
      display: none; }
    .a-reset-styles .lookbook__more > summary {
      display: block;
      width: max-content;
      font: 0.8125rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
      font-style: italic;
      text-decoration: underline;
      transition-property: opacity;
      transition-duration: 0.25s;
      cursor: pointer; }
    .a-reset-styles .lookbook__more[open] > summary {
      display: none; }
  .a-reset-styles .lookbook__button {
    display: block;
    margin: 30px auto 0; }
  .a-reset-styles .lookbook__pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 30px; }
    .a-reset-styles .lookbook__pagination > span {
      position: relative;
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #D4D4D4;
      margin-right: 10px;
      opacity: 1;
      transition: background-color .25s; }
      .a-reset-styles .lookbook__pagination > span:after {
        content: '';
        position: absolute;
        top: -5px;
        bottom: -5px;
        left: -5px;
        right: -5px; }
      .a-reset-styles .lookbook__pagination > span.m-active {
        background: #717171; }
      .a-reset-styles .lookbook__pagination > span:last-child {
        margin-right: 0; }

.a-reset-styles .lookbook-main {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-start; }
  .a-reset-styles .lookbook-main__container {
    width: 100%;
    height: 100%;
    max-height: 122px;
    min-height: 122px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    z-index: 1; }
  .a-reset-styles .lookbook-main__picture {
    display: block;
    width: 100%;
    height: 100%; }
    .a-reset-styles .lookbook-main__picture img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .a-reset-styles .lookbook-main__button {
    display: block;
    flex-shrink: 0;
    color: white;
    padding: 32px 20px;
    height: 122px;
    width: 100%; }
    .a-reset-styles .lookbook-main__button > span {
      width: 100%;
      height: 100%;
      text-align: left; }
  .a-reset-styles .lookbook-main__text {
    display: block;
    color: white;
    font: 500 1.3125rem/1.5rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
    margin: 0; }
  .a-reset-styles .lookbook-main__content {
    width: 100%;
    height: 100%;
    display: block;
    cursor: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1; }
    .a-reset-styles .lookbook-main__content[data-active] {
      z-index: 1; }
  .a-reset-styles .lookbook-main__info {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 64px 48px; }
  .a-reset-styles .lookbook-main__link {
    background: transparent;
    padding: 14px 60px;
    cursor: pointer;
    margin: 0; }

.a-reset-styles .faq__list {
  margin: 0;
  display: none; }
  .a-reset-styles .faq__list[data-open] {
    display: block; }

.a-reset-styles .item-zoom {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 1000;
  display: grid;
  grid-template: auto/128px 1fr;
  padding: 48px 190px 48px 62px;
  max-height: 100vh;
  box-sizing: border-box;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition-property: visibility, opacity;
  transition-duration: .25s; }
  .a-reset-styles .item-zoom[data-open] {
    visibility: visible;
    opacity: 1; }
  .a-reset-styles .item-zoom__tabs {
    position: relative; }
    .a-reset-styles .item-zoom__tabs .swiper-slide {
      min-height: 128px; }
  .a-reset-styles .item-zoom__main {
    position: relative;
    height: 100%; }
    .a-reset-styles .item-zoom__main .swiper-slide {
      transition-property: opacity, visibility; }
      .a-reset-styles .item-zoom__main .swiper-slide:not(.swiper-slide-active) {
        pointer-events: none;
        visibility: hidden; }
  .a-reset-styles .item-zoom__container {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: max-content;
    margin: 0 auto;
    overflow: visible; }
    .a-reset-styles .item-zoom__container:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 142.81201%; }
    .a-reset-styles .item-zoom__container .aspect-ratio {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      object-fit: cover; }
    .a-reset-styles .item-zoom__container:before {
      width: auto;
      height: 100%;
      padding-top: 0;
      padding-left: 63vh; }
  .a-reset-styles .item-zoom__picture {
    height: 100%;
    width: 100%;
    transition-property: transform;
    transition-duration: .3s;
    pointer-events: auto; }
    .a-reset-styles .item-zoom__picture[data-zoomed] {
      transition-duration: 0s;
      transform: scale(2); }
    .a-reset-styles .item-zoom__picture > img {
      pointer-events: none; }
    .a-reset-styles .item-zoom__picture ::selection {
      background: transparent; }
  .a-reset-styles .item-zoom__tab {
    width: 100%;
    height: 128px;
    padding: 0 16px;
    border: thin solid #D4D4D4;
    cursor: pointer; }
    .a-reset-styles .item-zoom__tab[data-active] {
      border-color: #959595; }
  .a-reset-styles .item-zoom__image {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .a-reset-styles .item-zoom__btn-next, .a-reset-styles .item-zoom__btn-prev {
    display: block;
    width: 52px;
    height: 52px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .a-reset-styles .item-zoom__btn-next.swiper-button-disabled, .a-reset-styles .item-zoom__btn-prev.swiper-button-disabled {
      opacity: .2;
      pointer-events: none; }
  .a-reset-styles .item-zoom__btn-next {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTIiIGhlaWdodD0iNTIiIHZpZXdCb3g9IjAgMCA1MiA1MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjMwOTQgNy41ODIzNUMxNy4wMjU5IDcuODcyNTYgMTYuODY3MiA4LjI2MjE2IDE2Ljg2NzIgOC42Njc4NUMxNi44NjcyIDkuMDczNTMgMTcuMDI1OSA5LjQ2MzEzIDE3LjMwOTQgOS43NTMzNUwzMy4xNDY2IDI2LjAwMDFMMTcuMzA5NCA0Mi4yNDM2QzE3LjAyNTkgNDIuNTMzOCAxNi44NjcyIDQyLjkyMzQgMTYuODY3MiA0My4zMjkxQzE2Ljg2NzIgNDMuNzM0OCAxNy4wMjU5IDQ0LjEyNDQgMTcuMzA5NCA0NC40MTQ2QzE3LjQ0NzEgNDQuNTU2MSAxNy42MTE5IDQ0LjY2ODYgMTcuNzkzOSA0NC43NDU0QzE3Ljk3NTggNDQuODIyMiAxOC4xNzEzIDQ0Ljg2MTggMTguMzY4OSA0NC44NjE4QzE4LjU2NjQgNDQuODYxOCAxOC43NjE5IDQ0LjgyMjIgMTguOTQzOSA0NC43NDU0QzE5LjEyNTggNDQuNjY4NiAxOS4yOTA2IDQ0LjU1NjEgMTkuNDI4NCA0NC40MTQ2TDM2LjI2OTkgMjcuMTM0M0MzNi41NjU2IDI2LjgzMDkgMzYuNzMxMiAyNi40MjM5IDM2LjczMTIgMjYuMDAwMUMzNi43MzEyIDI1LjU3NjMgMzYuNTY1NiAyNS4xNjkzIDM2LjI2OTkgMjQuODY1OEwxOS40Mjg0IDcuNTg1NkMxOS4yOTA2IDcuNDQ0MDggMTkuMTI1OCA3LjMzMTYgMTguOTQzOSA3LjI1NDhDMTguNzYxOSA3LjE3OCAxOC41NjY0IDcuMTM4NDMgMTguMzY4OSA3LjEzODQzQzE4LjE3MTMgNy4xMzg0MyAxNy45NzU4IDcuMTc4IDE3Ljc5MzkgNy4yNTQ4QzE3LjYxMTkgNy4zMzE2IDE3LjQ0NzEgNy40NDQwOCAxNy4zMDk0IDcuNTg1NlY3LjU4MjM1WiIgZmlsbD0iIzk1OTU5NSIvPgo8L3N2Zz4K");
    left: 100%; }
  .a-reset-styles .item-zoom__btn-prev {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTIiIGhlaWdodD0iNTIiIHZpZXdCb3g9IjAgMCA1MiA1MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM0LjY5MDYgNDQuNDE3N0MzNC45NzQxIDQ0LjEyNzQgMzUuMTMyOCA0My43Mzc4IDM1LjEzMjggNDMuMzMyMkMzNS4xMzI4IDQyLjkyNjUgMzQuOTc0MSA0Mi41MzY5IDM0LjY5MDYgNDIuMjQ2N0wxOC44NTM0IDI1Ljk5OTlMMzQuNjkwNiA5Ljc1NjQxQzM0Ljk3NDEgOS40NjYxOSAzNS4xMzI4IDkuMDc2NiAzNS4xMzI4IDguNjcwOTFDMzUuMTMyOCA4LjI2NTIyIDM0Ljk3NDEgNy44NzU2MiAzNC42OTA2IDcuNTg1NDFDMzQuNTUyOSA3LjQ0Mzg5IDM0LjM4ODEgNy4zMzE0MSAzNC4yMDYxIDcuMjU0NjFDMzQuMDI0MiA3LjE3NzgxIDMzLjgyODcgNy4xMzgyNCAzMy42MzExIDcuMTM4MjRDMzMuNDMzNiA3LjEzODI0IDMzLjIzODEgNy4xNzc4MSAzMy4wNTYxIDcuMjU0NjFDMzIuODc0MiA3LjMzMTQxIDMyLjcwOTQgNy40NDM4OSAzMi41NzE2IDcuNTg1NDFMMTUuNzMwMSAyNC44NjU3QzE1LjQzNDQgMjUuMTY5MSAxNS4yNjg4IDI1LjU3NjEgMTUuMjY4OCAyNS45OTk5QzE1LjI2ODggMjYuNDIzNyAxNS40MzQ0IDI2LjgzMDcgMTUuNzMwMSAyNy4xMzQyTDMyLjU3MTYgNDQuNDE0NEMzMi43MDk0IDQ0LjU1NTkgMzIuODc0MiA0NC42Njg0IDMzLjA1NjEgNDQuNzQ1MkMzMy4yMzgxIDQ0LjgyMiAzMy40MzM2IDQ0Ljg2MTYgMzMuNjMxMSA0NC44NjE2QzMzLjgyODcgNDQuODYxNiAzNC4wMjQyIDQ0LjgyMiAzNC4yMDYxIDQ0Ljc0NTJDMzQuMzg4MSA0NC42Njg0IDM0LjU1MjkgNDQuNTU1OSAzNC42OTA2IDQ0LjQxNDRWNDQuNDE3N1oiIGZpbGw9IiM5NTk1OTUiLz4KPC9zdmc+Cg==");
    right: 100%; }
  .a-reset-styles .item-zoom__close {
    position: relative;
    position: absolute;
    top: 24px;
    right: 24px; }
    .a-reset-styles .item-zoom__close:after {
      content: '';
      position: absolute;
      top: -24px;
      bottom: -24px;
      left: -24px;
      right: -24px; }

.item-zoom__tabs .swiper-wrapper {
  max-height: 592px;
  height: 100%; }

.a-reset-styles .delivery {
  padding-top: 30px; }
  .a-reset-styles .delivery__main {
    overflow: hidden; }
  .a-reset-styles .delivery__address {
    margin-bottom: 30px;
    font: 400 1.125rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.01em; }
  .a-reset-styles .delivery__name {
    margin: 0 0 20px; }

.a-reset-styles .dadata-container {
  position: relative;
  width: 100%; }
  .a-reset-styles .dadata-container .select__list {
    z-index: 10;
    border-color: grey;
    border-top-color: white;
    top: 100%; }
    .a-reset-styles .dadata-container .select__list[data-open] {
      display: block; }

.a-reset-styles .delivery-filter {
  margin-bottom: 30px; }
  .a-reset-styles .delivery-filter[open] > .delivery-filter__summary:after {
    transform: translateY(-50%) rotate(180deg); }
  .a-reset-styles .delivery-filter__summary {
    display: block;
    position: relative;
    background: #f2f2f2;
    padding: 14px 20px;
    font: 600 0.875rem/1.25rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif; }
    .a-reset-styles .delivery-filter__summary::-webkit-details-marker {
      display: none; }
    .a-reset-styles .delivery-filter__summary:after {
      position: absolute;
      content: '';
      display: block;
      width: 12px;
      right: 20px;
      height: 6px;
      top: 50%;
      background-size: cover;
      background-repeat: no-repeat;
      transition: transform .25s;
      transform: translateY(-50%);
      background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.38064 0.741978L7.05656 6.58814L12.7653 0.741977' stroke='%23232323' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }

.a-reset-styles .delivery-description {
  font: 400 1.125rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.01em;
  display: none; }
  .a-reset-styles .delivery-description[data-open] {
    display: block; }
  .a-reset-styles .delivery-description dt,
  .a-reset-styles .delivery-description dd {
    display: block;
    margin: 0; }
  .a-reset-styles .delivery-description dt {
    color: #717171; }
  .a-reset-styles .delivery-description__item {
    display: grid;
    grid-template: auto/1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 20px; }

.a-reset-styles .content-aside__item {
  padding: 0; }
  .a-reset-styles .content-aside__item[open] > .content-aside__head:after {
    transform: translateY(-50%) rotate(180deg); }

.a-reset-styles .content-aside__head {
  font: 500 1.125rem/1.375rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
  padding: 30px 40px 26px 20px;
  cursor: pointer; }
  .a-reset-styles .content-aside__head:after {
    width: 20px;
    height: 10px; }

.a-reset-styles .content-aside__links.account-aside__links {
  padding-bottom: 23px;
  margin-bottom: 0; }

.a-reset-styles .content-aside__link {
  font: 400 0.875rem/1.3125rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
  padding: 7px 20px; }

.a-reset-styles .content * {
  font: 400 0.8125rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
  margin: 0; }

.a-reset-styles .content * + h2 {
  margin-top: 21px; }

.a-reset-styles .content h2 {
  font: 500 1.3125rem/1.5rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
  margin-bottom: 24px;
  text-transform: uppercase; }

.a-reset-styles .stores {
  max-width: 1530px;
  margin: 0 auto; }
  .a-reset-styles .stores__main {
    position: relative;
    height: calc(100vh - 100px); }
  .a-reset-styles .stores__header {
    margin-bottom: 10px;
    margin-top: 30px; }
  .a-reset-styles .stores__title {
    margin-bottom: 0; }
  .a-reset-styles .stores__shops {
    width: 100%;
    background: white;
    padding: 20px; }
  .a-reset-styles .stores__list {
    margin-top: 16px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 392px); }
    .a-reset-styles .stores__list .popup-pickup__info > p {
      margin-bottom: 0; }
    .a-reset-styles .stores__list .popup-pickup__item {
      position: relative;
      margin: 16px 0; }
      .a-reset-styles .stores__list .popup-pickup__item:after {
        content: '';
        position: absolute;
        top: -8px;
        bottom: -8px;
        left: -8px;
        right: -8px; }
      .a-reset-styles .stores__list .popup-pickup__item:last-child {
        margin-bottom: 0; }
      .a-reset-styles .stores__list .popup-pickup__item:first-child {
        margin-top: 0; }
  .a-reset-styles .stores__link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font: 0.8125rem/0.9375rem "Roboto", "Helvetica", "Arial", sans-serif;
    text-decoration: underline;
    margin: 8px 0 0; }
    .a-reset-styles .stores__link > svg {
      margin-right: 8px; }

.a-reset-styles .store-one__item {
  padding: 0; }

.a-reset-styles .store-one__list {
  margin: 0;
  padding: 30px 20px; }

.a-reset-styles .store-one__image {
  height: 240px;
  width: 100%;
  object-fit: cover; }

.a-reset-styles .store-one__title {
  font: 400 1rem/1.25rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
  margin: 0 0 32px; }

.a-reset-styles .store-one__note {
  font: 400 0.8125rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
  margin: 0 0 32px; }

.a-reset-styles .store-one__details {
  font: 400 0.875rem/1rem "Roboto", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.01em; }

.a-reset-styles .store-one__name {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #717171;
  margin: 0 0 8px; }
  .a-reset-styles .store-one__name > svg {
    margin-right: 8px; }

.a-reset-styles .store-one__text {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 8px;
  flex-wrap: wrap; }
  .a-reset-styles .store-one__text:last-child {
    margin-bottom: 0; }
  .a-reset-styles .store-one__text > span {
    margin-right: 8px; }
    .a-reset-styles .store-one__text > span:last-child {
      margin-right: 0; }
  .a-reset-styles .store-one__text.m-with-icons > span {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start; }
    .a-reset-styles .store-one__text.m-with-icons > span:before {
      content: "";
      display: block;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      margin-right: 8px;
      background: var(--circle-color); }

.a-reset-styles .store-one__description {
  margin-bottom: 24px; }
  .a-reset-styles .store-one__description:last-child {
    margin-bottom: 0; }

.a-reset-styles .store-one__slider {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0 30px; }
  .a-reset-styles .store-one__slider > .swiper {
    transition: opacity .25s;
    opacity: 1; }
    .a-reset-styles .store-one__slider > .swiper:not(.swiper-container-initialized) {
      display: none;
      opacity: 0; }
  .a-reset-styles .store-one__slider .lookbook__pagination {
    margin-top: 10px; }

.a-reset-styles .store-one__photo {
  position: relative;
  overflow: hidden; }
  .a-reset-styles .store-one__photo:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 53.33333%; }
  .a-reset-styles .store-one__photo .aspect-ratio {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover; }

.a-reset-styles .thx {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 30px 0 60px; }
  .a-reset-styles .thx .btn {
    display: block;
    margin: 20px auto;
    text-transform: uppercase;
    text-align: center; }
    .a-reset-styles .thx .btn:last-child {
      margin-bottom: 0; }
  .a-reset-styles .thx__title {
    font: 400 1.3125rem/1.5rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
    margin: 0 0 20px;
    text-align: center; }
  .a-reset-styles .thx__text {
    font: 400 1.125rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif;
    margin: 0 0 20px;
    text-align: center;
    letter-spacing: 0.01em; }
  .a-reset-styles .thx__error {
    color: #F01237; }
  .a-reset-styles .thx__details {
    display: grid;
    grid-template: auto/1fr;
    grid-gap: 30px;
    margin-top: 20px; }
  .a-reset-styles .thx__item {
    letter-spacing: 0.01em; }
    .a-reset-styles .thx__item > dd,
    .a-reset-styles .thx__item > dt {
      margin: 0; }
    .a-reset-styles .thx__item > dt {
      font: 400 1.125rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif; }
    .a-reset-styles .thx__item > dd {
      font: 400 0.875rem/1rem "Roboto", "Helvetica", "Arial", sans-serif;
      margin-top: 10px; }

@-webkit-keyframes moving-gallery {
  100% {
    transform: translateX(-50%); } }

@keyframes moving-gallery {
  100% {
    transform: translateX(-50%); } }

@-webkit-keyframes moving-gallery-reverse {
  100% {
    transform: translateX(50%); } }

@keyframes moving-gallery-reverse {
  100% {
    transform: translateX(50%); } }

.corner {
  position: absolute;
  width: 30px;
  height: 30px;
  border-color: #212529;
  border-width: 3px; }
  .corner--white {
    border-color: #fff; }
  .corner-container {
    position: relative; }
  .corner--top-right {
    border-top-style: solid;
    border-right-style: solid;
    top: 0;
    right: 0; }
  .corner--bottom-left {
    border-bottom-style: solid;
    border-left-style: solid;
    bottom: 0;
    left: 0; }
  .corner--top-left {
    border-top-style: solid;
    border-left-style: solid;
    top: 0;
    left: 0; }
  .corner--bottom-right {
    border-bottom-style: solid;
    border-right-style: solid;
    bottom: 0;
    right: 0; }

.page--about {
  overflow: hidden; }
  .page--about .swiper-container-fade .swiper-slide {
    transition: opacity 1s ease-out; }
  .page--about .swiper-button-next,
  .page--about .swiper-button-prev {
    width: 32px;
    height: 32px;
    background-color: #D9D9D9;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    background-repeat: no-repeat;
    background-position: center; }
  .page--about .swiper-button-next:after,
  .page--about .swiper-button-prev:after {
    display: none; }
  .page--about .swiper-button-prev {
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='19' viewBox='0 0 11 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='9.15747' y='0.909912' width='1.97161' height='12.4869' transform='rotate(45 9.15747 0.909912)' fill='%23212529'/%3E%3Crect x='10.5518' y='17.1746' width='1.97161' height='12.4869' transform='rotate(135 10.5518 17.1746)' fill='%23212529'/%3E%3C/svg%3E%0A");
    background-position: calc(50% - 1px) center; }
  .page--about .swiper-button-next {
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='19' viewBox='0 0 11 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.84241' y='18.0291' width='1.97161' height='12.4869' transform='rotate(-135 1.84241 18.0291)' fill='%23212529'/%3E%3Crect x='0.448242' y='1.7644' width='1.97161' height='12.4869' transform='rotate(-45 0.448242 1.7644)' fill='%23212529'/%3E%3C/svg%3E%0A");
    background-position: calc(50% + 1px) center; }
  .page--about .swiper-slide {
    display: flex; }
  .page--about .swiper-slide img {
    width: 100%;
    height: 100%; }

.page__section--acquaintance {
  background-color: #212529;
  padding-top: 90px;
  padding-bottom: 80px; }

.page__section--welcome {
  padding-top: 25px;
  padding-bottom: 70px; }

.page__section--details {
  padding-top: 130px;
  padding-bottom: 130px; }

.page__section--keys {
  background-color: #212529;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 120px; }

.page__section--reviews {
  padding-top: 180px;
  padding-bottom: 180px; }

.page__section--gallery {
  background-color: #212529;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden; }

.page__section--education {
  padding-top: 160px;
  padding-bottom: 120px; }

.page__section--success {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #212529; }

.page__section--history {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden; }

.page__section--social {
  background-color: #212529;
  padding-top: 90px;
  padding-bottom: 90px; }

.page__section--map {
  position: relative;
  transform: translate(0, 25%); }

.about-welcome {
  display: flex;
  padding-top: 55px;
  padding-bottom: 55px;
  padding-left: 55px;
  padding-right: 55px;
  justify-content: center;
  gap: 24px; }
  .about-welcome-swiper {
    padding-left: 56px;
    padding-right: 56px;
    position: relative; }
    .about-welcome-swiper .swiper-slide img {
      object-fit: cover; }
    .about-welcome-swiper .swiper-wrapper {
      transition-timing-function: ease-in-out; }
    .about-welcome-swiper .swiper-pagination {
      display: none; }
  .about-welcome__left {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    flex-shrink: 0;
    flex-basis: 33.333%; }
  .about-welcome__right {
    display: flex;
    flex: 0 0 50%;
    max-width: 50%; }
  .about-welcome__subtitle {
    color: #222221;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 133.333%;
    margin-bottom: 32px; }
  .about-welcome__title {
    color: #222221;
    font-family: Roboto;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 1; }
  .about-welcome__text {
    margin-top: 24px;
    color: #222221;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 144.444%;
    max-width: 480px; }

.acquaintance-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  row-gap: 10px; }
  .acquaintance-grid__item {
    flex-basis: calc(50% - 10px);
    margin-left: 10px;
    max-width: 364px;
    max-height: 364px; }

.about-acquaintance {
  display: flex;
  gap: 64px; }
  .about-acquaintance__right {
    flex: 0 0 40%;
    color: #fff; }
  .about-acquaintance__title {
    color: #FFF;
    font-family: Roboto;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 32px;
    display: block; }
  .about-acquaintance__text {
    color: #FFF;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4; }
  .about-acquaintance__text strong {
    font-weight: 700; }

.about-triple {
  display: flex; }
  .about-triple__item {
    flex: 0 0 33.333%;
    padding-top: 360px;
    padding-bottom: 360px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column; }
  .about-triple__text {
    width: 100%;
    z-index: 1;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-top: 24px;
    line-height: 1.6;
    max-width: 400px; }
  .about-triple__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center; }
  .about-triple__logo {
    z-index: 1; }

.about-details__title {
  color: #212529;
  text-align: center;
  font-family: Roboto;
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 40px; }

.about-details__text {
  color: #212529;
  text-align: center;
  font-family: Roboto;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  margin-top: 0; }

.about-details-grid__item {
  display: flex;
  align-items: center;
  gap: 120px; }

.about-details-grid__title {
  color: #212529;
  font-family: Roboto;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  display: block;
  margin-bottom: 8px; }

.about-details-grid__text {
  color: #212529;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  display: block; }

.about-details-grid__text + .about-details-grid__title {
  margin-top: 48px; }

.about-keys {
  display: flex;
  flex-wrap: wrap; }
  .about-keys__bottom {
    width: 100%;
    padding-top: clamp(64px, 15vh, 200px);
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    max-width: 1400px; }
  .about-keys__images {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .about-keys__left {
    flex: 0 0 50%; }
  .about-keys__right {
    flex: 0 0 50%; }
  .about-keys__items {
    padding-right: 64px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 80px; }
  .about-keys__key-title {
    color: #FFF;
    font-family: Roboto;
    font-size: 72px;
    font-style: normal;
    font-weight: 700; }
  .about-keys__key-text {
    display: block;
    color: #FFF;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.3; }
  .about-keys__key-pos {
    color: #FFF;
    font-family: Roboto;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    display: block; }
  .about-keys__key-pos + .about-keys__key-pos {
    margin-top: 16px; }
  .about-keys__images img {
    max-height: 360px; }
  .about-keys__bottom-title {
    color: #FFF;
    font-family: Roboto;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    display: block;
    line-height: 1.16;
    margin-bottom: 24px;
    max-width: 1100px; }
  .about-keys__bottom-text {
    color: #FFF;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    display: block;
    max-width: 1200px; }

.about-reviews {
  display: flex;
  align-items: flex-start;
  flex-direction: column; }
  .about-reviews__title {
    color: #212529;
    font-family: Roboto;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 16px;
    max-width: 860px; }
  .about-reviews__text {
    color: #212529;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 64px; }
  .about-reviews-blocks {
    display: flex;
    gap: 80px; }
  .about-reviews-block {
    display: flex;
    align-items: center;
    gap: 20px; }
  .about-reviews-block__img {
    width: 137px;
    height: 137px;
    object-fit: contain; }
  .about-reviews-block__star {
    display: flex;
    align-items: center;
    color: #DDA332;
    font-family: Roboto;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    gap: 8px; }
  .about-reviews-block__star img {
    width: 36px;
    height: 36px;
    object-fit: contain; }
  .about-reviews-block__descr {
    color: #3C4043;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    margin-top: 4px;
    display: block; }

+ .about-production {
  margin-top: 140px; }

.about-production__title {
  color: #212529;
  font-family: Roboto;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 64px; }

.about-production-block {
  display: flex;
  gap: 50px; }

.about-production-block__title {
  color: #212529;
  font-family: Roboto;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 16px;
  display: block; }

.about-production-block__text {
  color: #212529;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.33; }

.about-production-block__text + .about-production-block__text {
  margin-top: 40px; }

.about-production-block__group + .about-production-block__group {
  margin-top: 56px; }

.about-production-block__body {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.about-production-block__image {
  display: flex;
  flex-direction: column;
  gap: 23px; }

.about-production-block + .about-production-block {
  margin-top: 140px; }

.about-production-block__group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 800px; }

.about-production-block--3 .about-production-block__group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
  width: 100%;
  max-width: 1200px; }

.about-production-block--3 .about-production-block__body {
  width: 100%;
  align-items: center; }

.about-production-block--3 .about-production-block__text {
  width: 100%; }

.about-map {
  min-height: 800px; }
  .about-map__title {
    padding-top: 280px;
    color: #212529;
    text-align: center;
    font-family: Roboto;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 110px; }
  .about-map-keys {
    display: flex;
    align-items: center;
    gap: 80px;
    justify-content: center; }
  .about-map-keys__key {
    color: #212529;
    font-family: Roboto;
    font-size: 72px;
    font-style: normal;
    font-weight: 700; }
  .about-map-keys__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .about-map-keys__value {
    color: #212529;
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.14; }

.about-gallery + .about-gallery {
  margin-top: 180px; }

.about-gallery__title {
  margin-top: 0;
  color: #FFF;
  font-family: Roboto;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  display: block;
  margin-bottom: 24px; }

.about-gallery__text {
  color: #FFF;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  display: block;
  line-height: 1.4;
  margin-bottom: 40px; }

.about-gallery-wrapper {
  animation: moving-gallery 40s infinite linear;
  display: flex;
  gap: 24px; }

.about-gallery-wrapper--reverse {
  animation: moving-gallery-reverse 40s infinite linear; }

.about-education__title {
  display: block;
  color: #212529;
  font-family: Roboto;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  margin-top: 0;
  max-width: 1000px;
  margin-bottom: 40px; }

.about-education__text {
  color: #212529;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.33; }

.about-success__text {
  display: block;
  color: #FFF;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.33;
  margin-bottom: 64px; }
  .about-success__text strong {
    font-weight: 700; }

.about-history .swiper-scrollbar {
  margin-top: 16px; }

.about-history .swiper-scrollbar-drag {
  height: 6px; }

.about-history__title {
  display: block;
  margin-top: 0;
  color: #212529;
  font-family: Roboto;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 32px; }

.about-history__text {
  color: #212529;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  display: block;
  line-height: 1.33;
  margin-bottom: 64px; }

.about-social__title {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  display: block;
  margin-top: 0;
  margin-bottom: 24px; }

.about-social__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px; }

.about-social__links-item {
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }
  .about-social__links-item:hover .about-social__links-circle {
    background-color: #fff; }
  .about-social__links-item span {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    margin-top: 16px; }

.about-social__links-circle {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s; }

.about-acquaintance {
  margin-left: -2.5rem;
  width: calc(100% + 2.5rem); }
  .about-acquaintance__text {
    max-width: 530px; }
  .about-acquaintance__right {
    flex: 1 1 50%;
    padding-top: 75px;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .about-acquaintance__title {
    max-width: 530px;
    width: 100%; }

.acquaintance-grid {
  max-width: 740px; }
  .acquaintance-grid__item {
    overflow: hidden;
    position: relative; }
  .acquaintance-grid__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-out; }
  .acquaintance-grid__item:hover img {
    transform: scale(1.1); }

.about-triple__text {
  opacity: 0;
  transition: opacity 0.5s ease-out; }

.about-triple__item {
  overflow: hidden; }
  .about-triple__item:hover .about-triple__bg {
    transform: scale(1.1); }
  .about-triple__item:hover .about-triple__text {
    opacity: 1; }

.about-triple__bg {
  transition: all 0.5s ease-out; }

.about-details-grid__item {
  margin-left: -2.5rem;
  width: calc(100% + 5rem);
  gap: 64px; }

.about-details-grid__content {
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right; }

.about-details-grid__item img + .about-details-grid__content {
  align-items: flex-start;
  text-align: left; }

.about-keys {
  margin-left: -2.5rem;
  width: calc(100% + 5rem); }
  .about-keys__key {
    padding: 48px; }
  .about-keys__key-title {
    line-height: 1.1;
    margin-bottom: 16px;
    display: block; }
  .about-keys__items {
    gap: 48px;
    max-width: 540px;
    padding-right: 0; }
  .about-keys__left {
    padding-left: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center; }
  .about-keys__images {
    align-items: flex-end; }
    .about-keys__images img {
      object-fit: contain; }
  .about-keys__right {
    padding-left: 64px; }

.about-production__title {
  display: inline-flex;
  padding-right: 128px;
  padding-top: 48px;
  max-width: 800px; }

.about-production-block__text {
  max-width: 600px; }

.about-map {
  padding-bottom: 300px; }
  .about-map__map {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    pointer-events: none; }
    .about-map__map img {
      width: 100%; }

.about-gallery-container {
  --gap: 24px;
  display: flex;
  gap: var(--gap);
  justify-content: center;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 200vw;
  margin-left: -50vw;
  left: 50%;
  position: relative; }
  .about-gallery-container--reverse {
    margin-left: -150vw; }

.about-gallery-wrapper {
  max-width: fit-content;
  /* min-width: 100%; */
  display: flex;
  flex-shrink: 0;
  gap: var(--gap); }

.about-success {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .about-success img {
    width: 100%; }

.about-education {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.about-social__links-circle img {
  width: 32px;
  height: 32px;
  object-fit: contain; }

.about-history {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .about-history-swiper {
    padding-left: 80px;
    padding-right: 80px;
    margin-left: -80px;
    margin-right: -80px; }
  .about-history-item {
    display: flex;
    gap: 64px;
    align-items: flex-start; }
  .about-history-item img {
    flex: 0 0 50%;
    max-width: 50%;
    height: auto; }
  .about-history-item__content {
    flex: 0 0 50%;
    display: flex;
    align-items: flex-start;
    flex-direction: column; }
  .about-history-item__title {
    color: #212529;
    font-family: Roboto;
    font-size: 120px;
    font-style: normal;
    font-weight: 700; }
  .about-history-item__text {
    color: #212529;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; }
  .about-history-thumbs-swiper .swiper-slide img {
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 50%;
    width: calc(100% - 12px);
    height: calc(100% - 12px); }
  .about-history-thumbs-swiper .swiper-slide {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 1px solid #000;
    cursor: pointer; }
  .about-history-container {
    position: relative; }
  .about-history-thumbs-swiper {
    position: absolute;
    bottom: 0;
    width: 50%;
    padding-left: 32px;
    right: auto;
    left: 50%; }
  .about-history-item__content {
    background-color: #fff;
    max-width: calc(50% - 32px);
    height: 100%;
    padding-bottom: 160px; }
  .about-history-item img {
    aspect-ratio: 1.3;
    object-fit: contain;
    background-color: #fff;
    max-width: calc(50% - 32px); }
  .about-history-thumbs-swiper .swiper-slide-thumb-active {
    opacity: 1 !important;
    cursor: default !important; }
  .about-history-thumbs-swiper .swiper-slide {
    opacity: 0.5;
    transition: opacity 0.25s ease-out;
    cursor: pointer; }

.about-history-swiper .swiper-slide {
  opacity: 0 !important; }
  .about-history-swiper .swiper-slide.swiper-slide-active {
    opacity: 1 !important; }

.care-guide-hero {
  background-size: cover;
  padding-top: 165px;
  padding-bottom: 120px;
  position: relative; }

.care-guide-hero__logo {
  position: absolute;
  right: 45px;
  top: 45px; }

.care-guide-hero__container {
  display: flex;
  flex-direction: column;
  align-items: center; }

.care-guide-hero__container > img {
  width: 250px;
  height: auto; }

.care-guide-hero__container h1 {
  color: #fff;
  font-weight: 300;
  font-size: 36px; }

.care-guide-sublead {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.166;
  text-align: center;
  max-width: 1235px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  color: #101010; }

.care-guide-lead {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1875;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  color: #212529; }

.care-guide__divider {
  height: 2px;
  background: #4F4F4F;
  margin-top: 80px;
  margin-bottom: 80px; }

.care-guide__section h2 {
  font-weight: 400;
  font-size: 36px;
  color: #101010;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.1666;
  margin-bottom: 50px; }

.care-guide__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-bottom: 120px; }

.care-guide__col {
  flex: 0 1 calc((100% - 25px*3) / 4);
  max-width: calc((100% - 25px*3) / 4); }

.care-guide__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  aspect-ratio: 380/480;
  overflow: hidden; }

.care-guide__card-link {
  margin-top: auto;
  position: absolute;
  bottom: 70px;
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.166; }

.care-guide__card-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  transition: all 0.25s ease-in-out; }

.care-guide__card-title {
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.166;
  text-transform: uppercase;
  color: #fff;
  max-width: 270px;
  position: relative;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px; }

.care-guide__card:hover .care-guide__card-img {
  width: 110%;
  height: 110%; }

.care-guide-slider__title {
  text-transform: none !important; }

.care-guide-slider .swiper-navigation {
  position: absolute;
  left: -80px;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2; }

.care-guide-slider {
  margin-bottom: 120px; }

.care-guide-slider__slider {
  position: relative; }

.care-guide-slider .swiper-button-prev, .care-guide-slider .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='53' viewBox='0 0 32 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='26.8875' width='5.71586' height='36.8355' transform='rotate(45 26.8875 0)' fill='%23101010'/%3E%3Crect x='31.0486' y='48.0769' width='5.71586' height='36.8355' transform='rotate(135 31.0486 48.0769)' fill='%23101010'/%3E%3C/svg%3E%0A");
  width: 32px;
  height: 53px;
  background-size: contain;
  margin: 0;
  top: 50%;
  transform: translateY(-50%); }

.care-guide-slider .swiper-button-next {
  transform: rotate(180deg) translateY(50%); }

.care-guide-slider .swiper-button-next:after, .care-guide-slider .swiper-button-prev:after {
  display: none; }

.care-guide-detail {
  display: flex;
  gap: 50px;
  margin-top: 120px;
  margin-bottom: 120px; }

.care-guide-detail__aside {
  flex: 0 0 calc(25% - 25px); }

.care-guide-detail__main {
  flex: 0 0 calc(75% - 25px);
  font-weight: 400;
  font-size: 20px;
  color: #101010;
  line-height: 1.166; }

.care-guide-detail__main h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  color: #101010;
  line-height: 1.166;
  margin-top: 0;
  margin-bottom: 40px; }

.care-guide-detail__main ul {
  margin-left: 30px; }

.care-guide-detail__main ul li + li {
  margin-top: 30px; }

.app-banner {
  padding: 14px 20px 20px;
  background-color: #1A1A1A;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  font-family: 'Inter'; }
  .app-banner.is-hide {
    display: none !important; }
  .app-banner:not(.is-hide) + header.header {
    top: 129px; }
  .app-banner__body {
    display: flex;
    gap: 12px;
    align-items: center; }
  .app-banner__rating {
    display: flex;
    align-items: center;
    gap: 3px;
    font-weight: 300;
    font-size: 7px;
    line-height: 1;
    color: #B7B7B7;
    margin-top: 6px; }
    .app-banner__rating img {
      height: 7px; }
  .app-banner__text {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    line-height: 1.2;
    margin-top: 2px; }
    .app-banner__text b {
      font-weight: 500; }
  .app-banner__btns {
    display: flex;
    gap: 8px;
    width: 100%; }
  .app-banner__btn {
    border: none !important;
    box-shadow: none !important;
    flex: 1;
    text-align: center; }
    .app-banner__btn--white {
      font-weight: 600;
      font-size: 16px;
      line-height: 1.1875;
      color: #1A1A1A;
      background-color: #FFFFFF;
      padding: 5px 12px;
      border-radius: 8px; }
    .app-banner__btn--grey {
      flex: 2;
      color: #FFFFFF;
      font-weight: 300;
      font-size: 12px;
      line-height: 1.15;
      background-color: #323232;
      border-radius: 8px;
      padding: 7px 24px; }
  .app-banner__btn-close {
    position: absolute;
    right: 12px;
    top: 14px;
    width: 11px;
    height: 11px;
    padding: 0 !important;
    background-color: transparent;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.550049' width='14.7784' height='0.777812' transform='rotate(45 0.550049 0)' fill='white'/%3E%3Crect x='0.00012207' y='10.45' width='14.7784' height='0.777812' transform='rotate(-45 0.00012207 10.45)' fill='white'/%3E%3C/svg%3E%0A"); }

.video-container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center; }

.video-container > video {
  height: 100vh;
  width: auto; }

[data-acc-list-sub] {
  display: none; }

.promo-card {
  text-align: center;
  max-width: 19.1875rem;
  background: #ffcb00;
  border: 0.125rem solid transparent; }
  .promo-card__wrap {
    background: #ffffff;
    height: 100%;
    border: 0.125rem solid #cccccc; }
  .promo-card__title {
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    margin: 1.5rem 0; }
  .promo-card__image {
    position: relative; }
    .promo-card__image:before {
      padding-top: 100.7%;
      display: block;
      content: "";
      width: 100%; }
  .promo-card__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover; }
  .promo-card__txt {
    font-weight: 500;
    font-size: 0.875rem;
    margin-bottom: 0.9375rem;
    line-height: 1.43; }
  .promo-card__footer {
    padding-bottom: 1.875rem; }
  .promo-card__descr {
    margin: 1.5rem 1.5rem 0.9375rem; }

.brd-wrap {
  border: 0.125rem solid #ffcb00; }
  .brd-wrap__inner {
    border: 0.125rem solid #cccccc; }

.card {
  position: relative; }
  .card__image {
    display: block; }
    .card__image img {
      width: 100%; }
  .card__title {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1rem;
    display: block;
    color: #333333;
    margin: 0;
    padding-right: 10px; }
    .card__title span {
      display: block;
      display: -webkit-box;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      max-height: 2.67em;
      overflow: hidden; }
  .card__row {
    display: flex;
    align-items: center;
    margin-bottom: 0.375rem;
    flex-wrap: wrap; }
    .card__row:last-child {
      margin-bottom: 0; }
    .card__row span:not(:last-child) {
      margin-right: .5rem; }
    .card__row--big-m .label {
      font-size: 0.75rem; }
    .card__row--big-m span:not(:last-child) {
      margin-right: 1.25rem; }
  .card__old-price.old-price {
    margin-right: 10px; }
  .card__title-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0 6px; }
  .card__fav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 0; }
    .card__fav svg {
      padding-right: 4px;
      width: 20px;
      height: 17px;
      stroke: #717171;
      box-sizing: content-box; }
  .card__in-cart {
    position: absolute;
    z-index: 10;
    bottom: 10px;
    right: 5px;
    width: 21px;
    height: 21px; }
    .card__in-cart select {
      position: absolute;
      top: -5px;
      left: -5px;
      right: -5px;
      bottom: -5px;
      opacity: 0; }
    .card__in-cart .in-cart__icon {
      width: 100%;
      height: 100%; }
  .card__discount {
    border: thin solid #717171;
    padding: 1px 3px; }
  .card__hvr-images {
    position: relative; }
  .card__hvr-sectors {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex; }
  .card__hvr-sector {
    flex-grow: 1; }
  .card__hvr-dots {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto; }
  .card__hvr-dot {
    width: 10px;
    height: 10px;
    margin: 7px 5px 0;
    border-radius: 90%;
    background: #D9D9D9; }
  .card__hvr-dot--active {
    background: #FFFFFF; }
  .card__video {
    width: 99%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    left: 0;
    top: 0;
    z-index: 0;
    max-height: 100%; }
  .card__discount-price {
    font-size: 18px;
    letter-spacing: 0;
    color: #F01237; }

.card__js-slider .card__slider {
  display: flex; }

.card-add {
  position: absolute;
  z-index: 30;
  left: 0;
  right: 0;
  padding: 12px 8px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transform: translateY(0);
  transition-property: opacity, transform;
  transition-timing-function: ease-out;
  transition-duration: 0.25s; }
  .card-add__link {
    display: block; }

[data-show-qv] .header {
  z-index: 1; }

.banner-line {
  background: #000000;
  padding: 0.625rem;
  text-align: center;
  position: relative;
  z-index: 2; }
  .banner-line__title {
    font-weight: 400;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    color: #ffffff; }

.slder-module__content {
  position: relative; }

.slder-module .card__discount {
  margin-right: 0.125rem; }

.image-link {
  display: block; }
  .image-link__image {
    position: relative;
    display: block;
    min-height: 100%; }
    .image-link__image:after {
      content: "";
      padding-bottom: 100%;
      position: relative;
      display: block; }
  .image-link__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover; }
  .image-link__title {
    font-style: normal;
    font-weight: 400;
    font-size: 1.1875rem;
    line-height: 1.5rem;
    text-align: center;
    letter-spacing: 0.01em;
    color: #333333;
    margin-top: 0.71813rem;
    text-transform: uppercase; }

.item-detail {
  display: grid; }
  .item-detail .swiper {
    margin-left: 0;
    margin-right: 0; }
  .item-detail__left {
    flex-shrink: 1; }
  .item-detail__title {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.1875rem;
    line-height: 1.5rem;
    letter-spacing: -0.2px; }
  .item-detail__labels {
    margin-bottom: 1.875rem; }
    .item-detail__labels span {
      font-weight: 400;
      font-size: 0.875rem;
      line-height: 1.25rem; }
      .item-detail__labels span:not(:last-child) {
        margin-right: 1.25rem; }
  .item-detail__row {
    margin-bottom: 0.625rem; }
    .item-detail__row--color-list {
      margin-bottom: 1.875rem; }
    .item-detail__row--link-button {
      margin-bottom: 1.5rem; }
    .item-detail__row--title {
      display: grid;
      grid-template-columns: 80% 20%;
      grid-template-rows: repeat(2, max-content); }
      .item-detail__row--title .item-detail__title {
        grid-area: 1 / 1 / 2 / 2; }
      .item-detail__row--title .item-detail__article {
        grid-area: 2 / 1 / 3 / 2; }
      .item-detail__row--title .item-detail__fav {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 0.625rem;
        font-size: 0.75rem;
        grid-area: 1 / 2 / 2 / 3;
        margin-top: 0.3125rem; }
        .item-detail__row--title .item-detail__fav button {
          display: flex;
          align-items: center;
          gap: 0.5rem; }
        .item-detail__row--title .item-detail__fav span {
          display: none; }
        .item-detail__row--title .item-detail__fav .icon-fav,
        .item-detail__row--title .item-detail__fav .icon-share {
          fill: transparent;
          stroke: #000000;
          width: 1.25rem;
          height: 1rem; }
  .item-detail__booking p {
    margin-bottom: 0.9375rem; }
  .item-detail__service-btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    margin-bottom: 1.25rem !important; }
    .item-detail__service-btns--btn {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 0.625rem;
      padding: 0.5rem 1rem;
      width: 100%;
      min-height: 3rem;
      color: #717171;
      background-color: #F9F9F9;
      border-radius: 0.5rem;
      cursor: pointer;
      font-size: 0.75rem; }
      .item-detail__service-btns--btn span {
        text-align: center; }
  .item-detail__descr {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    padding-top: 2rem;
    max-width: calc(100vw - 40px);
    z-index: 200; }
  .item-detail__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.875rem; }
    .item-detail__meta-l {
      width: 100%;
      flex-shrink: 0; }
      .item-detail__meta-l .jq-selectbox {
        max-width: calc(100vw - 40px); }
    .item-detail__meta-r {
      flex-shrink: 0;
      padding-left: 2.6vw; }
  .item-detail__detail {
    max-width: 26.125rem;
    padding-bottom: 1.3rem; }
    .item-detail__detail p {
      font-weight: 400;
      font-size: 0.75rem;
      line-height: 1.55;
      color: #333333; }
  .item-detail__booking {
    display: none; }
    .item-detail__booking p {
      font-size: 0.75rem; }

.labels-b-list .old-price,
.labels-b-list .price {
  letter-spacing: -0.01em; }

.labels-b-list .price {
  font-size: 1.1875rem;
  line-height: 1.875rem; }
  .labels-b-list .price--red {
    color: #f01237; }

.labels-b-list .old-price {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5rem; }

.labels-b-list .discount {
  cursor: default;
  font-size: 1rem;
  padding: 0.125rem 0.5rem;
  border-radius: 1rem;
  color: #ffffff;
  background-color: #717171; }

.item-detail .item-detail-list {
  list-style-type: none; }
  .item-detail .item-detail-list__item {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 1.25rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    .item-detail .item-detail-list__item img {
      width: 100%; }
    .item-detail .item-detail-list__item iframe {
      border: none;
      width: 100%;
      height: 100%; }
    .item-detail .item-detail-list__item video {
      width: 100%;
      height: auto;
      max-height: 100%; }
  .item-detail .item-detail-list__video {
    position: relative;
    width: 100%;
    height: 100%; }
    .item-detail .item-detail-list__video:after, .item-detail .item-detail-list__video:before {
      content: "";
      position: absolute;
      top: 30px;
      bottom: 30px;
      width: 25%;
      background: transparent; }
    .item-detail .item-detail-list__video:after {
      left: 0; }
    .item-detail .item-detail-list__video:before {
      right: 0; }

.art {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #959595;
  margin-top: 0.6875rem; }

.color-list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  gap: 0.625rem;
  flex-wrap: wrap;
  overflow: auto;
  list-style-type: none; }
  .color-list__item img {
    min-width: 5rem;
    max-width: 5rem;
    border-radius: 0.1875rem; }
  .color-list__item--selected {
    opacity: 0.6; }
    .color-list__item--selected img {
      border: 0.0625rem solid #717171;
      padding: 0.125rem; }
  .color-list__item:hover img {
    border: 0.0625rem solid #717171;
    padding: 0.125rem; }

.fake-radio-c {
  cursor: pointer; }
  .fake-radio-c input {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 0.0625rem;
    height: 0.0625rem;
    margin: -0.0625rem;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    overflow: hidden; }
  .fake-radio-c__icon {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    background: #ffffff;
    border-radius: 50%; }
  .fake-radio-c__color {
    border-radius: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .fake-radio-c input:checked ~ .fake-radio-c__icon .fake-radio-c__color {
    border: thin solid #959595; }

.labels-b-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 8px; }
  .labels-b-list__item:not(:last-child) {
    margin-right: 20px; }

.size-block {
  display: flex;
  align-items: center; }
  .size-block__title {
    margin: 0; }

.size-list {
  list-style-type: none;
  display: flex;
  align-items: center; }
  .size-list__item:not(:last-child) {
    margin-right: 0.625rem; }

.c-title {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 1.1375rem; }

.acc-list {
  position: relative;
  background: #ffffff;
  z-index: 3;
  list-style-type: none;
  border-bottom: 0.0625rem solid #D4D4D4; }
  .acc-list__btn {
    background: transparent;
    border: none;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.25;
    letter-spacing: 0.01em;
    color: #333333;
    text-transform: uppercase;
    padding: 0.9375rem 0;
    width: 100%;
    text-align: left; }
  .acc-list__item {
    border-top: 0.0625rem solid #D4D4D4;
    position: relative; }

.item-info {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.44;
  letter-spacing: 0.01em;
  color: #333333;
  margin: 0 0 0.9375rem; }
  .item-info--underline {
    text-decoration: underline; }

.ac-cat-list__sub {
  padding-top: 0.3125rem;
  padding-bottom: 0.9375rem; }

.absolute .ac-cat-list__sub {
  background: #ffffff;
  z-index: 7;
  position: relative; }

.active-color {
  position: relative;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin-bottom: 1.0625rem; }
  .active-color span {
    color: #333333;
    font-weight: 500; }

.link-button {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  text-decoration-line: underline;
  color: #001022;
  background: none;
  border: none;
  padding: 0; }

.fake-radio {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center; }
  .fake-radio__inp {
    opacity: 0;
    z-index: -1;
    position: absolute; }
    .fake-radio__inp:disabled + .fake-radio__text {
      color: #959595; }
  .fake-radio__icon {
    border: 0.0625rem solid #000;
    border-radius: 50%;
    width: 0.75rem;
    height: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.625rem; }
  .fake-radio__icon:before {
    content: '';
    position: relative;
    background: #000;
    border-radius: 50%;
    width: 0.375rem;
    height: 0.375rem;
    transform: scale(0);
    transition: all .3s; }
  .fake-radio__text {
    width: 2.5rem;
    height: 2.5rem;
    background: #E0E0E0;
    display: grid;
    place-items: center;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    letter-spacing: 0.01em;
    color: #212529;
    transition: all .2s ease-in-out; }

.fake-radio input:checked ~ .fake-radio__icon:before {
  transform: scale(1); }

.fake-radio input:checked ~ .fake-radio__text {
  background: #FFFFFF;
  border: 0.0625rem solid #212529;
  box-sizing: border-box;
  border-radius: 0.1875rem; }

/*
@media (max-width: 105.5rem) and  (min-width: $lg){
    .custom-slider__arrow--next.swiper-button-next {
        right: -2.0625rem;
    }
    .custom-slider__arrow--prev.swiper-button-prev {
        left: -2.0625rem;
    }
}
*/

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
  line-height: normal; }

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  outline: none;
  border: none; }

.mobile-dev .jq-selectbox select {
  z-index: 10; }

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.jq-selectbox {
  z-index: 10;
  vertical-align: top;
  width: 100%; }

.jq-selectbox__select {
  position: relative; }
  .jq-selectbox__select:hover .jq-selectbox__select-text {
    background: #ffffff; }

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  cursor: pointer;
  text-overflow: ellipsis;
  padding: 0.7375rem 3.125rem 0.7375rem 0.95rem;
  transition: all 0.4s cubic-bezier(0.36, 0.26, 0.19, 1.03);
  position: relative;
  border: 0.0625rem solid #c2c2c2;
  border-radius: 8px;
  width: auto !important; }
  .jq-selectbox__select-text:after {
    position: absolute;
    content: '';
    display: block;
    width: 0.625rem;
    right: 1.375rem;
    height: 0.375rem;
    top: 50%;
    transition: all 0.4s cubic-bezier(0.36, 0.26, 0.19, 1.03);
    background: url(../img/icons/arrow-down-small-brown.svg) 0 0 no-repeat;
    margin-top: -0.1875rem; }

.opened .jq-selectbox__select-text:after {
  transform: rotateX(180deg); }

.opened .jq-selectbox__select-text {
  border-bottom-color: transparent;
  background: #ffffff; }

.opened .jq-selectbox__dropdown, .opened .jq-selectbox__dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all .4s ease-in-out, visibility 0s ease-in-out 0s; }

.jq-selectbox__dropdown {
  position: absolute !important;
  width: 100% !important;
  left: auto !important;
  right: 0;
  background: #ffffff;
  border: 0.0625rem solid #c2c2c2;
  border-radius: 3px;
  border-top: none;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-0.625rem);
  display: block !important;
  transition: all .4s ease-in-out, visibility 0s ease-in-out .4s;
  box-sizing: border-box;
  white-space: normal;
  margin-top: -0.0625rem;
  top: 100% !important; }
  .mobile-dev .jq-selectbox__dropdown {
    display: none !important; }

.jq-selectbox__search input {
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  list-style: none;
  padding: 0; }
  .jq-selectbox__dropdown ul li {
    padding: .7375rem 3.125rem .7375rem .95rem;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.36, 0.26, 0.19, 1.03); }
    .jq-selectbox__dropdown ul li:hover {
      color: #000000; }

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.jq-selectbox__select-text:after {
  position: absolute;
  content: '';
  display: block;
  width: 0.9375rem;
  right: 0.975rem;
  height: 0.675rem;
  top: 50%;
  transition: 0.4s cubic-bezier(0.36, 0.26, 0.19, 1.03);
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.38064 1.15384L7.05656 7L12.7653 1.15384' stroke='%23232323' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  margin-top: -0.1875rem; }

.jq-selectbox li:hover {
  background: #f9f9f9; }

.jq-selectbox__select-text.placeholder {
  color: #717171; }

.jq-selectbox select {
  pointer-events: none;
  display: none; }

.jq-selectbox.error {
  border: 0.0625rem solid #f01237; }

.history-cart__list {
  max-height: 260px;
  overflow: auto;
  margin-bottom: 32px; }

.history-cart__item {
  display: flex; }

.history-cart__item:not(:last-child) {
  margin-bottom: 32px; }

.history-cart__item-image {
  width: 100px;
  margin-right: 20px;
  flex-shrink: 0; }

.history-cart__item-image img {
  max-width: 100%; }

.history-cart__item-title {
  margin-bottom: 15px; }

.history-cart__item-title-link {
  font-size: 14px;
  line-height: 18px;
  font-family: 'Montserrat';
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 36px; }

.history-cart__item-specs:not(:last-child) {
  margin-bottom: 15px; }

.history-cart__item-spec {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #959595; }

.history-cart__item-spec:not(:last-child) {
  margin-bottom: 4px; }

.history-cart__item-bottom {
  display: flex;
  justify-content: space-between; }

.history-cart__item-in {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #000; }

.history-cart__item-cost {
  display: flex; }

.history-cart__item-cost-old {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: -0.01em;
  text-decoration-line: line-through;
  color: #959595;
  margin-right: 5px; }

.history-cart__item-cost-new {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #212529; }

.history-cart__group-buttons .btn:not(:last-child) {
  margin-bottom: 16px; }

.loyalty {
  font: 400 0.875rem/1.25rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif; }
  .loyalty__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #212529;
    margin-bottom: 30px; }
  .loyalty__promo {
    position: relative;
    margin-bottom: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .loyalty__promo-wrapper {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
    .loyalty__promo-head {
      position: relative;
      padding: 90px 20px;
      margin-left: -20px;
      margin-right: -20px; }
    .loyalty__promo-head-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url("/upload/loyalty_head_background.png");
      background-repeat: no-repeat;
      background-position: top;
      background-size: cover;
      z-index: 1; }
    .loyalty__promo-title {
      position: relative;
      font-weight: 700;
      font-size: 40px;
      line-height: 28px;
      text-align: center;
      text-transform: uppercase;
      color: #ffffff;
      z-index: 2; }
    .loyalty__promo-sub-title {
      position: relative;
      font-size: 20px;
      line-height: 31px;
      font-weight: 400;
      text-align: center;
      text-transform: uppercase;
      color: #ffffff;
      z-index: 2; }
  .loyalty__privileges {
    display: grid;
    grid-template: auto / 1fr;
    gap: 20px;
    margin-bottom: 30px; }
    .loyalty__privileges--item {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      gap: 15px;
      background-color: #F8F8F8;
      border-radius: 7px;
      padding: 20px; }
    .loyalty__privileges--icon svg {
      width: 48px;
      height: 60px; }
    .loyalty__privileges--text {
      color: #212529; }
    .loyalty__privileges--title {
      font-size: 16px;
      font-weight: 800; }
    .loyalty__privileges--sub-title {
      font-weight: 500; }
    .loyalty__privileges--title + .loyalty__privileges--sub-title {
      margin-top: 10px; }
  .loyalty__scheme {
    position: relative;
    display: grid;
    grid-template: auto / 25px auto;
    gap: 50px 30px;
    justify-content: center;
    justify-items: start;
    max-width: 824px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }
    .loyalty__scheme--line {
      position: absolute;
      left: 10px;
      height: 90%;
      border: 2px solid #212529;
      z-index: 1; }
    .loyalty__scheme--number {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 25px;
      height: 25px;
      color: #ffffff;
      background-color: #212529;
      border-radius: 50%;
      z-index: 2; }
    .loyalty__scheme--title {
      font-size: 20px;
      font-weight: 800;
      margin-bottom: 15px; }
    .loyalty__scheme--sub-title {
      font-size: 15px;
      line-height: 21px; }
  .loyalty__button-center, .loyalty__button-center_modified {
    text-align: center;
    margin-top: 60px; }
    .loyalty__button-center .btn, .loyalty__button-center_modified .btn {
      max-width: 250px;
      width: 100%;
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
      text-align: center;
      text-transform: uppercase; }
  .loyalty__button-center-text {
    margin-top: 15px; }
  .loyalty__layout--wrapper-gray {
    background: rgba(222, 222, 222, 0.5);
    padding: 30px 0;
    margin: 30px 0; }
  .loyalty__feedback {
    padding: 80px 0;
    min-height: 100%;
    margin-top: 30px;
    background-image: url("/upload/loyalty_feedback_new.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .loyalty__feedback-title {
      font-weight: 500;
      font-size: 21px;
      line-height: 24px;
      color: #ffffff;
      text-align: center;
      text-transform: uppercase; }
    .loyalty__feedback-link {
      margin-top: 30px;
      font-size: 18px;
      line-height: 20px;
      text-align: center; }
      .loyalty__feedback-link a {
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 0.01em;
        text-decoration-line: underline;
        color: #ffffff; }
    .loyalty__feedback-button {
      margin-top: 30px;
      text-align: center; }
      .loyalty__feedback-button .btn {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        border: 1px solid #ffffff;
        max-width: 250px;
        width: 100%;
        padding: 13px; }
  .loyalty__tabs {
    overflow: hidden;
    max-width: 1065px;
    margin-left: auto;
    margin-right: auto; }
    .loyalty__tabs input {
      position: absolute;
      opacity: 0;
      z-index: -1; }
    .loyalty__tabs--item {
      width: 100%;
      overflow: hidden;
      border-top: 1px solid #D4D4D4; }
      .loyalty__tabs--item:last-child {
        border-bottom: 1px solid #D4D4D4; }
      .loyalty__tabs--item.o .loyalty__tabs--label:after {
        transform: rotate(180deg); }
    .loyalty__tabs--label {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      font-weight: 600;
      font-size: 16px;
      line-height: 24px;
      color: #212529;
      padding: 15px 0;
      letter-spacing: 0.01em; }
      .loyalty__tabs--label:after {
        content: "";
        width: 11px;
        height: 10px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-image: url("/local/templates/elis/assets/dist/img/loyalty/corner-down.svg");
        transition: all 0.35s;
        flex-shrink: 0;
        margin-left: 20px; }
    .loyalty__tabs--content {
      padding: 0 20px 15px 0;
      font-size: 14px;
      line-height: 25px;
      letter-spacing: 0.01em;
      color: #212529;
      display: none; }
      .loyalty__tabs--content ol,
      .loyalty__tabs--content ul,
      .loyalty__tabs--content p {
        margin-top: 0;
        margin-bottom: 0; }

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0; }

[data-tippy-root] {
  max-width: calc(100vw - 10px); }

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity; }

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0; }

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top; }

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0; }

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom; }

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0; }

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left; }

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0; }

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right; }

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11); }

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333; }

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid; }

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1; }

.tippy-box[data-theme~='whitebox'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #fff; }

.tippy-box[data-theme~='whitebox'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: #fff; }

.tippy-box[data-theme~='whitebox'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color: #fff; }

.tippy-box[data-theme~='whitebox'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: #fff; }

.tippy-box[data-theme~='whitebox'] {
  max-width: 400px !important;
  background-color: #fff;
  color: #000;
  font-size: 15px;
  line-height: 1.333;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  margin-right: -4px; }

.tippy-box[data-theme~='whitebox'] .tippy-content {
  padding: 16px; }

.tooltip-info,
.cashback-badge,
.stock-message {
  color: #717171;
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: 1.166;
  padding: 8px;
  border-radius: 3px;
  background-color: #F9F9F9;
  display: inline-flex;
  gap: 4px;
  align-items: center;
  cursor: default; }
  .tooltip-info__icon,
  .cashback-badge__icon,
  .stock-message__icon {
    display: inline-block;
    width: 12px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.00006 11.114C8.45219 11.114 10.4401 9.12617 10.4401 6.67404C10.4401 4.2219 8.45219 2.23404 6.00006 2.23404C3.54792 2.23404 1.56006 4.2219 1.56006 6.67404C1.56006 9.12617 3.54792 11.114 6.00006 11.114Z' stroke='%23717171' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.44678 4.70605C6.44424 4.82234 6.39595 4.93293 6.31238 5.01382C6.22877 5.0947 6.11664 5.13933 6.00034 5.13804C5.91557 5.13521 5.83354 5.10751 5.76442 5.05835C5.69525 5.0092 5.64216 4.94076 5.61168 4.86162C5.58115 4.78248 5.57462 4.6961 5.59291 4.61327C5.61115 4.53044 5.65339 4.45484 5.71435 4.39586C5.77531 4.33687 5.85226 4.29714 5.93563 4.2816C6.01901 4.26607 6.10517 4.27542 6.18326 4.3085C6.26136 4.34157 6.32798 4.39691 6.37483 4.46761C6.42173 4.5383 6.44674 4.62124 6.44678 4.70605ZM5.65958 8.72848V6.14608C5.65829 6.10072 5.66616 6.05555 5.68277 6.01336C5.69938 5.97116 5.72434 5.93276 5.75621 5.90051C5.78803 5.8682 5.8261 5.84267 5.86805 5.82548C5.91 5.8083 5.95502 5.79976 6.00034 5.80043C6.04507 5.80038 6.08938 5.8094 6.13051 5.82697C6.17165 5.84449 6.20885 5.87017 6.23981 5.90248C6.27077 5.93478 6.29482 5.97299 6.31061 6.01484C6.3264 6.0567 6.3335 6.10134 6.33154 6.14608V8.72848C6.33154 8.77259 6.32285 8.81627 6.306 8.85702C6.2891 8.89777 6.26434 8.93483 6.23314 8.96603C6.20194 8.99723 6.16493 9.02195 6.12418 9.03884C6.08338 9.05574 6.0397 9.06443 5.99558 9.06443C5.95147 9.06443 5.90774 9.05574 5.86699 9.03884C5.82624 9.02195 5.78918 8.99723 5.75798 8.96603C5.72678 8.93483 5.70202 8.89777 5.68517 8.85702C5.66827 8.81627 5.65958 8.77259 5.65958 8.72848Z' fill='%23717171'/%3E%3C/svg%3E%0A");
    background-size: contain; }
  .tooltip-info__content,
  .cashback-badge__content,
  .stock-message__content {
    width: 380px;
    max-width: 80vw; }
    .tooltip-info__content a,
    .cashback-badge__content a,
    .stock-message__content a {
      color: #222222;
      text-decoration: underline; }
      .tooltip-info__content a:hover,
      .cashback-badge__content a:hover,
      .stock-message__content a:hover {
        text-decoration: none; }
    .tooltip-info__content p,
    .cashback-badge__content p,
    .stock-message__content p {
      margin-bottom: 8px;
      margin-top: 0; }
      .tooltip-info__content p:last-child,
      .cashback-badge__content p:last-child,
      .stock-message__content p:last-child {
        margin-bottom: 0; }

.tooltip-info {
  background-color: transparent; }

.stock-message {
  font: 0.75rem "Roboto", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.01em;
  color: #959595;
  margin-bottom: 0.5rem; }

.cookie-popup {
  position: fixed;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0px 32px 32px -16px rgba(0, 0, 0, 0.08), 0px 0px 24px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 16px 32px;
  max-width: 480px;
  width: 100%;
  display: none;
  align-items: center;
  gap: 16px;
  z-index: 99999999; }
  .cookie-popup.is-open {
    display: flex; }
  .cookie-popup__content {
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: 0.01em;
    color: #717171; }
    .cookie-popup__content p:first-child {
      margin-top: 0; }
    .cookie-popup__content p:last-child {
      margin-bottom: 0; }
    .cookie-popup__content a {
      color: #212529;
      text-decoration: underline; }
      .cookie-popup__content a:hover {
        text-decoration: none; }
  .cookie-popup__btn {
    color: #fff;
    background-color: #212529;
    outline: none !important;
    box-shadow: none;
    border: 1px solid #212529;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.4;
    padding: 10px 20px;
    transition-property: background, color, border-color;
    transition-duration: .25s;
    transition-timing-function: ease-out;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .cookie-popup__btn:hover {
      background-color: #fff;
      color: #212529; }

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 28px; }
  .toggle-switch[disabled] {
    pointer-events: none;
    opacity: .25; }
  .toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0; }
    .toggle-switch input:checked + .slider {
      background-color: #212529; }
    .toggle-switch input:checked + .slider:before {
      -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
      transform: translateX(20px); }
    .toggle-switch input:focus + .slider {
      box-shadow: 0 0 1px #212529; }
  .toggle-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cccccc;
    -webkit-transition: .4s;
    transition: .4s; }
    .toggle-switch .slider:before {
      position: absolute;
      content: "";
      height: 20px;
      width: 20px;
      left: 4px;
      bottom: 4px;
      background-color: #ffffff;
      -webkit-transition: .4s;
      transition: .4s; }
    .toggle-switch .slider.round {
      border-radius: 34px; }
      .toggle-switch .slider.round:before {
        border-radius: 50%; }

.subscribe-landing {
  margin: 0 auto;
  max-width: 120rem; }
  .subscribe-landing a {
    text-decoration: underline;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-tap-highlight-color: transparent; }
  .subscribe-landing .hide {
    display: none; }
  .subscribe-landing__container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3rem;
    padding-right: 3rem; }
  .subscribe-landing__main {
    padding: 2rem;
    margin-bottom: 3rem;
    background-color: #D9D9D9; }
  .subscribe-landing__title {
    font: 700 1.25rem/1.625rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
    color: #212529; }
  .subscribe-landing__desc {
    font: 500 0.75rem/1.125rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
    color: #212529; }
  .subscribe-landing__benefits {
    font: 600 0.75rem/1rem "Roboto", "Helvetica", "Arial", sans-serif;
    display: grid;
    grid-template: auto/repeat(2, 1fr);
    grid-gap: 1rem;
    margin-top: 2rem;
    color: #212529; }
    .subscribe-landing__benefits-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      text-align: center; }
      .subscribe-landing__benefits-item img {
        width: 3.4375rem; }
  .subscribe-landing__promo-agrees {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.5rem; }
  .subscribe-landing__variants {
    margin-top: 1rem; }
  .subscribe-landing__form__title {
    font: 700 1.125rem/1.625rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif; }
  .subscribe-landing__form__thin-title {
    font: 400 1.125rem/1.625rem "Roboto", "Helvetica", "Arial", sans-serif;
    margin: 0;
    margin-bottom: 1rem; }
  .subscribe-landing__form .checkbox .field-label {
    font: inherit; }
  .subscribe-landing__field {
    margin-bottom: 1rem; }
    .subscribe-landing__field--thin-text {
      font: 300 0.75rem/1rem "Roboto", "Helvetica", "Arial", sans-serif;
      margin: 0; }
  .subscribe-landing__btns .btn {
    width: 100%;
    max-width: 100%;
    margin: 3rem 0;
    text-transform: uppercase; }
  .subscribe-landing__footer {
    position: relative;
    margin-top: 3rem;
    width: 100%;
    max-width: 38.125rem;
    aspect-ratio: 610 / 318;
    background-image: url("/local/frontend/src/img/subscriptions/footer-bg-mobile.png");
    background-size: cover;
    background-position: center;
    overflow: hidden;
    align-content: center; }
    .subscribe-landing__footer__left-block {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      max-width: 60%;
      text-align: center; }
    .subscribe-landing__footer__title {
      font: 500 1rem/1.375rem "Roboto", "Helvetica", "Arial", sans-serif;
      margin-bottom: 0.5rem; }
    .subscribe-landing__footer__text {
      font: 300 0.75rem/1rem "Roboto", "Helvetica", "Arial", sans-serif; }

.podeli-widget-btn {
  display: grid;
  grid-template: auto / 2fr 1fr;
  align-items: center;
  padding: 1rem;
  border-radius: 0.5rem;
  background: #F9F9F9;
  color: #717171;
  font: 400 0.75rem/1rem "Roboto", "Helvetica", "Arial", sans-serif;
  cursor: pointer; }
  .podeli-widget-btn__left {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem; }
  .podeli-widget-btn__right {
    text-align: right;
    padding-right: 1rem; }
    .podeli-widget-btn__right.pseudo-arrow:after {
      width: 0.4375rem;
      height: 0.4375rem;
      top: 50%;
      transform: translateY(-50%) rotate(-135deg); }

.opened .jq-selectbox__select-text {
  border-bottom-color: #c2c2c2 !important; }

.fancy-custom .fancybox__backdrop {
  background: #ffffff; }

.fancy-custom .fancybox__toolbar {
  background: none; }

.fancy-custom .fancybox__button--zoom,
.fancy-custom .fancybox__counter,
.fancy-custom .fancybox__button--thumbs,
.fancy-custom .fancybox__button--slideshow,
.fancy-custom .fancybox__button--fullscreen {
  display: none; }

.fancy-custom .carousel__button svg {
  stroke: #36495e;
  filter: none; }

.fancy-custom .carousel__button[disabled] {
  opacity: 0; }

.fancy-custom .fancybox__thumb {
  height: 5.5rem;
  width: 5.5rem;
  padding: 0;
  border: 0.0625rem solid #959595;
  border-radius: 0;
  background-size: contain; }
  .fancy-custom .fancybox__thumb:after {
    display: none; }

#sidebar__inner.fixed {
  position: fixed;
  bottom: 0;
  top: 6rem; }

.is-affixed #sidebar__inner {
  top: 4.5rem !important; }

.item-detail__labels span,
.item-detail__title,
.art span,
.labels-b-list__item,
.item-detail__meta,
.link-button,
.item-detail__detail .c-title,
.item-detail__row p,
.item-detail__detail p,
.item-detail__meta-r button,
.acc-list,
.item-detail__fav button,
.item-detail__service-btns .item-detail__service-btns--btn {
  position: relative; }

.loading .item-detail-list__item::before,
.loading .item-detail__labels span::before,
.loading .item-detail__title::before,
.loading .art span::before,
.loading .labels-b-list__item::before,
.loading .item-detail__meta::before,
.loading .item-detail__row .active-color::before,
.loading .item-detail__row .color-list::before,
.loading .item-detail__row .link-button::before,
.loading .item-detail__detail .c-title::before,
.loading .item-detail__row p::before,
.loading .item-detail__detail p::before,
.loading .acc-list::before,
.loading .item-detail__fav button::before,
.loading .item-detail__service-btns .item-detail__service-btns--btn::before,
.loading--sizes .item-detail__meta .jq-selectbox__dropdown ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: #ededed;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #ededed;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1s loading ease-in-out infinite;
  pointer-events: none; }

.loading .acc-list {
  border-bottom-color: #ededed; }

.loading .item-detail__meta-r button {
  margin-left: -20px; }

.loading .pseudo-arrow::after {
  content: '';
  right: 3px; }

.loading .item-detail__row,
.loading .labels-b-list__item.percent-item {
  overflow: hidden; }

.loading--sizes .item-detail__meta .jq-selectbox__dropdown ul li {
  color: transparent;
  background: transparent;
  border: none;
  position: relative;
  pointer-events: none; }
  .loading--sizes .item-detail__meta .jq-selectbox__dropdown ul li::after {
    display: none; }

.header {
  z-index: 211 !important; }

.art {
  margin-bottom: 13px; }

@keyframes loading {
  to {
    background-position-x: -20%; } }

@media screen and (min-width: 20rem) {
    .col {
      width: calc(83.33333% - 1.25rem); }
    .col-6 .item {
      width: calc(100% - 1.25rem); } }

@media only screen and (min-width: 576px) {
  .visible-mob {
    display: none; }
  .p-card__descr {
    padding: 0 1.375rem; }
    .cats-b-list {
      grid-template-columns: repeat(1, 1fr);
      grid-row-gap: 3.125rem; }
    .def-section--big {
      padding-top: 2.1rem;
      padding-bottom: 1.1rem; }
    .price {
      font-size: 1.25rem;
      line-height: 1.75rem; }
      .form-subscribe__left {
        flex-direction: row; }
      .form-subscribe__btn {
        width: auto !important;
        margin: 0 0 0 3.125rem; }
    .l-block .pseudo-arrow:after {
      display: none; }
  .footer-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(9.75rem, 1fr));
    grid-column-gap: 1.25rem; }
    .a-reset-styles .btn,
    .btn {
      font-size: 0.875rem; }
      .main-banner__descr {
        margin-left: 13.2vw; }
    .breadcrumbs-list {
      padding: 1.875rem 0; }
  .slder-module .swiper-button-next, .slder-module .swiper-button-prev {
    top: calc(50% - 3rem); }
    .item-detail {
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 1.25rem; }
        .item-detail__labels span {
          font-size: 1rem;
          line-height: 1.25rem; }
      .item-detail__row {
        margin-bottom: 0.9375rem; }
      .item-detail__descr {
        padding-top: 0; }
      .item-detail__meta {
        margin-bottom: 0; }
      .item-detail__detail {
        margin-top: -0.3125rem; }
    .item-detail .item-detail-list {
      height: auto;
      display: block; }
      .item-detail .item-detail-list__item:last-child {
        display: none; }
    .size-block__left {
      padding-right: 2.125rem; } }

@media only screen and (min-width: 768px) {
  .visible-md {
    display: none; }
    .p-card__title {
      font-size: 1.875rem;
      margin: 1.75rem 0 1.4375rem; } }

@media screen and (min-width: 48rem) {
    .row {
      justify-content: center; }
    .col {
      width: calc(41.66667% - 1.25rem); }
    .row {
      justify-content: center; }
    .col-6 .item {
      width: calc(100% - 1.25rem); } }

@media screen and (min-width: 768px) {
    .a-reset-styles .catalog {
      margin-top: 30px; }
      .a-reset-styles .catalog__title {
        font-size: 1.75rem;
        line-height: 2rem; }
      .a-reset-styles .catalog__header {
        margin-bottom: 35px; }
      .a-reset-styles .catalog__open-filter {
        display: none; }
      .a-reset-styles .catalog__grid {
        grid-gap: 20px;
        margin-bottom: 60px;
        margin-top: 52px; }
    .a-reset-styles .catalog__topline {
      display: block;
      margin-bottom: 40px; }
    .a-reset-styles .catalog__controls {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      margin-right: 40px;
      margin-bottom: 15px; }
      .a-reset-styles .catalog__select {
        position: absolute;
        top: 10px;
        right: 0;
        color: #4e4e4e; }
      .a-reset-styles .catalog__seo {
        margin-top: 60px; }
      .a-reset-styles .catalog__query {
        margin-top: -5px;
        font: 21px/24px "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
        letter-spacing: 0.2px; }
      .a-reset-styles .catalog__search {
        grid-template-columns: 1fr 214px;
        grid-gap: 30px;
        margin-bottom: 22px; }
      .a-reset-styles .catalog-result__item {
        padding: 10px;
        margin-right: 25px;
        margin-bottom: 10px; }
    .a-reset-styles .color-field {
      margin-left: 5px; }
      .a-reset-styles .color-field__element {
        margin-left: 15px; }
    .a-reset-styles .filter {
      position: absolute;
      z-index: 30;
      top: 34px;
      left: -20px;
      width: 485px; }
      .a-reset-styles .filter__wrap {
        height: var(--filter-height); }
      .a-reset-styles .filter__header {
        display: none; }
      .a-reset-styles .filter__footer {
        display: none; }
    .a-reset-styles .pagination__list {
      grid-gap: 20px; }
    .a-reset-styles .pagination__link {
      position: relative; }
      .a-reset-styles .pagination__link:after {
        content: '';
        position: absolute;
        top: -11px;
        bottom: -11px;
        left: -11px;
        right: -11px; }
    .a-reset-styles .pagination .btn {
      max-width: 290px;
      margin-bottom: 50px; }
    .a-reset-styles .cart-item {
      padding-bottom: 30px; }
      .a-reset-styles .cart-item.skeleton .cart-item__price {
        height: 24px;
        width: 85px; }
      .a-reset-styles .cart-item__close {
        width: 24px;
        height: 24px; }
      .a-reset-styles .cart-item__title {
        padding-right: 80px;
        font: 500 1rem/1.5rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif; }
      .a-reset-styles .cart-item__offer {
        font: 0.75rem "Roboto", "Helvetica", "Arial", sans-serif;
        margin: 25px 0; }
      .a-reset-styles .cart-item__param {
        margin-bottom: 10px; }
        .a-reset-styles .cart-item__select > select {
          padding: 9px 25px 9px 10px; }
      .a-reset-styles .cart-item__select {
        min-width: 75px;
        font: 0.9375rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif; }
      .a-reset-styles .cart-item__price {
        font: 1rem/1.5rem "Roboto", "Helvetica", "Arial", sans-serif; }
      .a-reset-styles .cart-item__btns {
        gap: 1.5625rem; }
    .a-reset-styles .cart {
      padding-top: 60px; }
      .a-reset-styles .cart__container {
        grid-template: auto/1fr 315px;
        margin-top: 60px; }
      .a-reset-styles .cart__title {
        font: 400 1.75rem/2rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
        margin-bottom: 25px; }
    .a-reset-styles .checkout {
      margin-top: 60px;
      margin-bottom: 56px; }
      .a-reset-styles .checkout__container {
        grid-template: auto/minmax(0, 1fr) 364px;
        margin-top: 60px; }
      .a-reset-styles .checkout__title {
        font: 400 2.25rem/2.5rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
        margin-bottom: 25px; }
      .a-reset-styles .ch-order__title {
        font: 500 1.875rem/2.25rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif; }
      .a-reset-styles .ch-order__item {
        margin-bottom: 60px; }
      .a-reset-styles .ch-order__wrap {
        grid-gap: 30px 0px; }
      .a-reset-styles .ch-order__address {
        grid-template: auto/3fr 1fr 1fr; }
        .a-reset-styles .ch-order__address > :first-child {
          grid-column: auto; }
    .ch-order-pickup {
      grid-column: 1/span 2; }
      .a-reset-styles .popup__body {
        padding: 32px; }
      .popup-store__body {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        overflow-y: unset; }
      .popup-store__shops {
        max-width: 344px;
        flex-shrink: 0;
        padding-top: 12px; }
      .popup-store__booking {
        max-width: 21.5rem;
        flex-shrink: 0;
        padding-top: 0.75rem; }
      .popup-store__sizes {
        padding-left: 0; }
      .popup-store__btns {
        display: none; }
    .popup-store__list {
      overflow-y: auto;
      max-height: calc(100vh - 300px); }
      .popup-store__map {
        display: block; }
        .popup-store__close svg {
          width: 35px; }
      .popup-store__close {
        right: 19px;
        top: 21px; }
      .popup-store__detail {
        display: none; }
      .popup-store__show-booking-btn .popup-store__list {
        margin-bottom: unset;
        max-height: calc(100vh - 365px); }
      .popup-store__show-booking-btn .popup-store__booking-btn {
        position: unset;
        width: 100%; }
      .a-reset-styles .popup-pickup.skeleton .popup-pickup__type,
      .a-reset-styles .popup-pickup.skeleton .popup-pickup__details > dd {
        width: 136px; }
      .a-reset-styles .popup-pickup__shops {
        max-width: 364px;
        width: 364px;
        padding: 32px 20px; }
      .a-reset-styles .popup-pickup__list {
        max-height: calc(100vh - 300px); }
  .a-reset-styles .popup-cities {
    overflow-x: hidden;
    overflow-y: auto; }
  .a-reset-styles .popup-cities__body.popup__body {
    overflow: visible; }
    .a-reset-styles .popup-cities__name {
      margin-bottom: 0;
      margin-right: 10px;
      width: 260px;
      flex-shrink: 0; }
    .a-reset-styles .popup-cities__item {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start; }
    .a-reset-styles .popup-cities__item.m-center {
      align-items: center; }
  .a-reset-styles .popup-location-cities {
    overflow-x: hidden;
    overflow-y: auto; }
  .a-reset-styles .popup-location-cities__body.popup__body {
    overflow: visible; }
    .a-reset-styles .popup-location-cities__name {
      margin-bottom: 0;
      margin-right: 10px;
      width: 260px;
      flex-shrink: 0; }
    .a-reset-styles .popup-location-cities__item {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start; }
    .a-reset-styles .popup-location-cities__item.m-center {
      align-items: center; }
    .a-reset-styles .profile {
      padding-top: 42px; }
      .a-reset-styles .profile__title {
        font-size: 1.3125rem; }
      .a-reset-styles .profile__form .btn {
        max-width: 150px !important; }
    .a-reset-styles .order-item__status {
      text-align: right;
      padding-top: 2px; }
    .a-reset-styles .order-item__text.m-price {
      margin-bottom: 10px; }
    .a-reset-styles .order-item__title {
      font-size: 1.3125rem; }
      .a-reset-styles .order-detail__price-data {
        max-width: 300px; }
    .a-reset-styles .order-product .cart-item__info {
      justify-content: space-between; }
    .a-reset-styles .order-product .cart-item__offer {
      margin: 30px 0; }
    .a-reset-styles .order-product .cart-item__title {
      padding-right: 0; }
      .a-reset-styles .order-product__image {
        width: 135px; }
      .a-reset-styles .order-product__count {
        font: 1.125rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif; }
      .a-reset-styles .orders-filter__list {
        margin: 0 auto; }
    .a-reset-styles .account {
      padding-top: 60px; }
      .a-reset-styles .account__title {
        font: 400 2.25rem/2.5rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif; }
      .a-reset-styles .account__title.m-only-sm {
        display: none; }
      .a-reset-styles .account__container {
        grid-template: auto/230px 1fr;
        margin-top: 60px;
        grid-gap: 80px; }
      .a-reset-styles .account__button.btn--st1, .a-reset-styles .account__button.btn--st2 {
        max-width: 250px; }
        .a-reset-styles .account-aside__head:after {
          display: none; }
      .a-reset-styles .account-aside__head {
        display: none; }
    .a-reset-styles .account-aside__links {
      margin: -7px 0; }
      .a-reset-styles .account-aside__link.m-only-sm {
        display: none; }
    .a-reset-styles .address-new__form {
      grid-template: auto/1fr 1fr;
      grid-gap: 20px; }
    .a-reset-styles .address-new__controls :nth-child(n):not(:last-child) {
      margin-bottom: 0;
      margin-right: 20px; }
  .a-reset-styles .address-new__controls {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start; }
  .a-reset-styles .address-new__controls.m-second {
    flex-direction: column; }
    .a-reset-styles .address-new__buttons {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      margin-top: 20px; }
    .a-reset-styles .loyalty__container {
      flex-direction: row;
      align-items: center; }
    .a-reset-styles .loyalty__card {
      width: 30%;
      min-width: 200px;
      margin: 0 0 0 25px; }
    .a-reset-styles .loyalty-faq {
      padding-top: 60px; }
      .a-reset-styles .loyalty-faq__title {
        font-size: 1.3125rem; }
        .main-banner__video:after, .main-banner__video:before {
          width: 30%; }
    .main-banner__video.m-only-sm, .main-banner__video-item.m-only-sm {
      display: none; }
      .select-arrow__mask {
        padding: 9px 0 9px 10px; }
    .look-module__left {
      margin: 0; }
    .look-module__price {
      font: 500 0.75rem/1.5rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif; }
    .search {
      position: absolute;
      top: 100%;
      bottom: unset;
      width: 100%; }
      .search__wrap {
        height: auto; }
      .search__list {
        grid-template-columns: repeat(5, minmax(0, 1fr)); }
        .search__list .link-to-all {
          grid-column: 1 / 3;
          width: 160px;
          margin-bottom: inherit; }
    .sale-card {
      margin-bottom: 0; }
      .sale-card__image:before {
        padding-top: 46.05809%; }
      .sale-card__title {
        font: 500 1.3125rem/1.5rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif; }
    .sales__title {
      font: 400 1.75rem/2rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
      margin-bottom: 25px; }
    .sales__header {
      margin: 60px 0; }
    .sales__body {
      margin-bottom: 120px; }
    .sales__grid {
      margin: 0 auto;
      display: grid;
      grid-template: auto/1fr 1fr;
      grid-gap: 20px; }
    .sales-one__header {
      margin: 60px 0; }
    .sales-one__body {
      margin-bottom: 120px; }
    .sales-one__image:before {
      padding-top: 36.58537%; }
    .a-reset-styles .page-404 {
      padding: 60px 0 0; }
      .a-reset-styles .b-empty__info {
        margin-top: 20px; }
      .a-reset-styles .b-empty__title {
        font-size: 28px;
        line-height: 32px; }
    .a-reset-styles .page-fav {
      padding: 32px 0 120px; }
      .a-reset-styles .page-fav__empty {
        padding: 60px 0 0; }
      .a-reset-styles .page-fav__title {
        font-size: 1.75rem;
        line-height: 2rem; }
    .a-reset-styles .contacts {
      margin-top: 60px;
      margin-bottom: 120px; }
      .a-reset-styles .contacts__head {
        font-weight: 500;
        margin-bottom: 60px; }
      .a-reset-styles .contacts__form {
        margin-top: 60px; }
      .a-reset-styles .contacts__form .btn {
        display: block;
        max-width: 290px;
        margin: 0 auto; }
    .a-reset-styles .lookbook {
      margin-bottom: 60px; }
      .a-reset-styles .lookbook__first {
        grid-template: auto/482fr 315fr;
        grid-gap: 104px;
        padding-right: 83px; }
        .a-reset-styles .lookbook__first .lookbook__item:not(.m-stretch) .lookbook__image:before {
          padding-top: 142.53112%; }
        .a-reset-styles .lookbook__second .lookbook__image:before {
          padding-top: 142.85714%; }
      .a-reset-styles .lookbook__third {
        width: 66%;
        margin: 0 auto 60px; }
        .a-reset-styles .lookbook__third .lookbook__image:before {
          padding-top: 142.76923%; }
      .a-reset-styles .lookbook__button {
        max-width: 290px; }
      .a-reset-styles .lookbook__pagination {
        display: none; }
    .a-reset-styles .lookbook-main {
      height: 500px;
      flex-direction: row; }
      .a-reset-styles .lookbook-main__container {
        max-height: 100%;
        max-width: 135px;
        transition-property: max-width, width;
        transition-duration: .4s; }
      .a-reset-styles .lookbook-main__container.m-basic {
        max-width: 100%;
        flex-shrink: 1; }
      .a-reset-styles .lookbook-main__button {
        padding: 64px 48px;
        height: 100%;
        width: 135px;
        margin-left: auto; }
      .a-reset-styles .lookbook-main__text {
        writing-mode: vertical-lr;
        transform: rotate(180deg); }
      .a-reset-styles .lookbook-main__content:not(.m-basic) {
        margin-right: 135px; }
      .a-reset-styles .lookbook-main__info {
        flex-direction: row;
        align-items: flex-end; }
  .a-reset-styles .faq__title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 25px; }
      .a-reset-styles .delivery__address {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 60px; }
      .a-reset-styles .delivery__name {
        margin-bottom: 0;
        margin-right: 20px;
        flex-shrink: 0; }
      .a-reset-styles .delivery-filter__summary {
        display: none; }
    .a-reset-styles .delivery-filter__list {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: max-content;
      margin: 0; }
      .a-reset-styles .content-aside__head:after {
        display: block; }
    .a-reset-styles .content-aside__head {
      display: block; }
      .a-reset-styles .stores__header {
        margin-bottom: 60px;
        margin-top: 58px; }
      .a-reset-styles .stores__title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 25px; }
      .a-reset-styles .stores__shops {
        padding: 32px;
        max-width: 445px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 20px;
        z-index: 1; }
      .a-reset-styles .stores__list {
        max-height: calc(100vh - 300px); }
    .a-reset-styles .store-one__item {
      padding: 0; }
    .a-reset-styles .store-one__list {
      padding: 42px 32px;
      max-height: calc(100vh - 340px); }
    .a-reset-styles .store-one__slider {
      padding: 60px 20px; }
    .a-reset-styles .store-one__photo:before {
      padding-top: 53.96825%; }
    .a-reset-styles .thx {
      padding: 60px 0 120px; }
      .a-reset-styles .thx .btn {
        margin: 64px auto; }
      .a-reset-styles .thx__title {
        font-size: 1.75rem;
        line-height: 2rem; }
      .a-reset-styles .thx__details {
        grid-template: auto/1fr 1fr;
        grid-gap: 30px;
        margin-top: 64px; }
      .card__title {
        font-size: 1rem;
        line-height: 1.25rem; }
        .card__row--big-m .label {
          font-size: 1rem; }
      .card__title-row {
        margin-top: 15px; }
        .card__fav svg {
          width: 24px;
          height: 20px;
          padding: 0; }
    .card__price.price {
      font-size: 1.1875rem; }
      .loyalty__title {
        margin-bottom: 60px; }
        .loyalty__promo-title {
          font-size: 48px; }
      .loyalty__privileges {
        grid-template: auto/repeat(2, 1fr); }
        .loyalty__scheme--line {
          height: 93%; }
      .loyalty__layout--wrapper-gray {
        padding: 60px 0;
        margin: 60px 0; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .a-reset-styles .order-product .cart-item__prices {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      justify-content: flex-start; }
    .a-reset-styles .order-product .cart-item__price.m-old {
      margin-right: 0; }
      .a-reset-styles .loyalty__item > dd {
        margin-left: 10px; }
      .a-reset-styles .lookbook-main__info {
        padding: 64px 20px; }
      .a-reset-styles .lookbook-main__link {
        max-width: 270px; } }

@media screen and (min-width: 768px) and (max-width: 1279px) {
      .a-reset-styles .profile__sex {
        padding-right: 25px; }
  .a-reset-styles .address-new__controls {
    grid-column: 1/ span 2; }
  .a-reset-styles .address-new__controls.m-second > :first-child {
    width: calc(50% - 10px); }
    .look-module.def-section {
      padding-bottom: 48px; }
      .a-reset-styles .page-fav__header {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 52px; }
    .a-reset-styles .contacts__title {
      margin-bottom: 25px; }
      .a-reset-styles .contacts__container {
        margin-top: 60px; }
      .a-reset-styles .contacts__note {
        text-align: center; } }

@media screen and (min-width: 769px) {
    .stock-message {
      margin-bottom: 1rem; } }

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px; }
  .fancybox__slide {
    padding: 64px 100px; }
  .fancybox__nav .carousel__button.is-next {
    right: 40px; }
  .fancybox__nav .carousel__button.is-prev {
    left: 40px; }
  .carousel__button.is-close {
    right: 40px; }
  .fancybox__toolbar {
    padding: 8px; } }

@media screen and (min-width: 1024px) {
      .a-reset-styles .cart-item.skeleton .cart-item__price {
        height: 40px; }
      .a-reset-styles .cart-item__prices {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        margin-left: 30px; }
      .a-reset-styles .cart-item__info {
        justify-content: flex-start; }
        .a-reset-styles .cart-item__price.m-old {
          margin-bottom: 0; }
      .a-reset-styles .cart-item__btns {
        top: 0; }
      .a-reset-styles .ch-order__wrap.m-two {
        grid-template: auto/1fr 1fr;
        grid-gap: 1.875rem; }
      .a-reset-styles .ch-order__pickup {
        grid-template: auto / 2fr 1fr; }
            .popup-store__booking__item__price.m-old {
              margin-bottom: 0; }
      .a-reset-styles .profile__fields {
        grid-template: auto/1fr;
        grid-gap: 24px 20px;
        max-width: 70%; }
      .a-reset-styles .profile__bank-card {
        max-width: 70%; }
    .a-reset-styles .order-item__text.m-price {
      padding-top: 2px;
      margin-bottom: 12px; }
    .a-reset-styles .order-item__title {
      margin-bottom: 12px; }
    .a-reset-styles .addresses__list {
      grid-template: auto/1fr 1fr; }
    .a-reset-styles .loyalty__card {
      width: 43%;
      min-width: 320px;
      margin: 0 0 0 60px; }
    .a-reset-styles .loyalty__app {
      margin-top: 60px; }
    .a-reset-styles .order-result {
      display: grid;
      grid-template: auto/1fr 15rem;
      grid-gap: 1rem;
      padding: 3.75rem 0 7.5rem; }
      .a-reset-styles .order-result__title {
        font-size: 1.75rem;
        line-height: 2rem; }
      .a-reset-styles .order-result__details {
        grid-gap: 0.5rem; }
        .a-reset-styles .order-result__details-item {
          grid-template: auto / 0.35fr 1fr;
          grid-gap: 0rem; }
      .a-reset-styles .order-result__products {
        padding: 0; }
        .a-reset-styles .order-result__products-header {
          display: grid;
          grid-template-columns: 3fr repeat(6, 1fr);
          grid-gap: 0.625rem;
          padding: 0.625rem 0;
          border-bottom: 0.0625rem solid #d4d4d4;
          color: #717171; }
      .a-reset-styles .order-result__product {
        display: grid;
        grid-template-columns: 3fr repeat(6, 1fr);
        grid-gap: 0.625rem;
        padding: 0.625rem 0; }
        .a-reset-styles .order-result__product:nth-child(2) {
          margin-top: 0.625rem; }
        .a-reset-styles .order-result__product:last-child {
          margin-bottom: 0.625rem;
          border: unset; }
        .a-reset-styles .order-result__product-title {
          font: 400 0.75rem/1rem "Roboto", "Helvetica", "Arial", sans-serif; }
        .a-reset-styles .order-result__product-details--mobile {
          display: none; }
        .a-reset-styles .order-result__product-prop {
          display: block; }
      .a-reset-styles .order-result__right-block {
        padding: 0;
        align-items: flex-start; }
      .a-reset-styles .order-result__app {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 1rem; }
  .look-module__container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 80px; }
    .look-module__left {
      width: 25%;
      margin: 0 0 0 16.5%; }
  .look-module__right {
    position: absolute;
    right: 16.5%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 40%;
    max-height: calc(100% - 80px);
    overflow: auto; }
    .look-module__total {
      position: absolute;
      left: 16.5%;
      bottom: 0;
      height: 48px; }
    .look-card {
      grid-template: auto/136fr 310fr; }
    .look-card__image {
      grid-row: 1/span 2; }
      .look-card__title {
        font: 500 0.75rem/1.5rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
        text-transform: uppercase; }
      .search__container {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 15px;
        padding: 66px 32px 30px;
        height: auto; }
      .search__form-wrap {
        width: 300px;
        margin-bottom: inherit; }
      .search__empty {
        width: 100%; }
      .a-reset-styles .lookbook-main__container {
        max-width: 167px; }
      .a-reset-styles .lookbook-main__button {
        width: 167px; }
      .a-reset-styles .lookbook-main__content:not(.m-basic) {
        margin-right: 167px; }
  .a-reset-styles .faq__link {
    font-size: 16px;
    line-height: 21px; }
      .a-reset-styles .delivery-description__item {
        grid-template: auto/290px 1fr;
        grid-gap: 20px; }
    .a-reset-styles .content-aside__head {
      font-size: 1.3125rem;
      line-height: 1.5rem; }
    .a-reset-styles .content-aside__link {
      font: 400 1rem/1.3125rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif; }
      .loyalty__title {
        font-size: 40px; }
        .loyalty__promo-head {
          max-width: 630px;
          position: unset;
          padding: unset;
          margin: unset; }
      .loyalty__promo {
        padding: 187px 0; }
      .loyalty__privileges {
        grid-template: auto/repeat(3, 1fr); }
      .loyalty__feedback {
        padding: 200px 0;
        min-height: 630px; }
    .subscribe-landing__bg {
      position: relative;
      width: 100%;
      max-width: 120rem;
      aspect-ratio: 1920 / 1197;
      padding-bottom: 3rem;
      background-image: url("/local/frontend/src/img/subscriptions/main-bg.png");
      background-size: cover;
      background-position: center; }
      .subscribe-landing__container {
        max-width: 45rem; }
        .subscribe-landing__container--left-margin {
          margin-left: 10%;
          margin-right: unset; }
      .subscribe-landing__main {
        background-color: unset; }
        .subscribe-landing__benefits-item img {
          width: 5.625rem; }
      .subscribe-landing__benefits {
        grid-template: auto/repeat(4, 9.375rem); }
    .subscribe-landing__form .input {
      max-width: 25rem; }
    .subscribe-landing__btns .btn {
      max-width: 25rem; }
      .subscribe-landing__footer {
        padding: 0;
        aspect-ratio: 1920 / 847;
        max-width: 120rem;
        background-image: url("/local/frontend/src/img/subscriptions/footer-bg.png"); }
        .subscribe-landing__footer__title {
          font: 500 2rem/2.75rem "Roboto", "Helvetica", "Arial", sans-serif; }
        .subscribe-landing__footer__text {
          font: 300 1.375rem/2.25rem "Roboto", "Helvetica", "Arial", sans-serif; } }

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .a-reset-styles .addresses__button.btn--st1 {
      width: calc(50% - 10px); }
  .a-reset-styles .faq .account__container {
    grid-template: auto/315px 1fr; }
    .a-reset-styles .delivery .account__container {
      grid-template: auto/315px 1fr; }
      .a-reset-styles .delivery__main {
        padding-right: 26px; } }

@media only screen and (min-width: 1025px) {
    .container {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      max-width: 101.7875rem; }
    .container--8-cols {
      max-width: calc(100vw - 16%); }
  .hide-lg {
    display: none; }
  .visible-tab {
    display: none; }
    .pseudo-arrow--mob:after {
      display: none !important; }
  .c-arrows-mob:after {
    display: none; }
      .d-title--st1 {
        margin: 3.7rem 0 2.5rem 0; }
      .d-title--off-lg-mb {
        margin-bottom: 0; }
    .p-card__title {
      margin: 1.75rem 0 1.25rem; }
    .p-card__sub {
      margin: 1.25rem 0 0.75rem; }
    .cats-b-list {
      grid-column-gap: 1.5rem;
      grid-row-gap: 6.25rem;
      grid-template-columns: repeat(2, 1fr); }
    .def-section--big {
      padding-top: 6.9rem;
      padding-bottom: 6.9rem; }
    .section-cats {
      padding-top: 6.25rem; }
    .label {
      font-size: 1.25rem;
      line-height: 1.25rem; }
  .inst-slider .swiper-button-next, .inst-slider .swiper-button-prev {
    top: calc(50% - 3rem); }
      .form-subscribe__container {
        max-width: 82.9375rem;
        display: grid;
        align-items: center;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 3.125rem; }
      .form-subscribe__left {
        min-width: 41.125rem; }
      .form-subscribe__txt {
        margin: 0; }
  .l-list__link,
  .link-btn,
  .p-card__title,
  .nav-ul__link,
  .form-subscribe__txt a,
  .soc-list__link,
  .f-big-list__link,
  .card__title,
  .menu-sub-category__link {
    transition: opacity .2s ease-in-out; }
    .l-list__link:hover,
    .link-btn:hover,
    .p-card__title:hover,
    .nav-ul__link:hover,
    .form-subscribe__txt a:hover,
    .soc-list__link:hover,
    .f-big-list__link:hover,
    .card__title:hover,
    .menu-sub-category__link:hover {
      opacity: .5; }
  [data-retailrocket-markup-block] {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important; }
    .header {
      position: fixed;
      top: 0;
      width: 100%; }
      .header__wrapper {
        padding: .4875rem 2.7rem .75rem 2.2rem; }
      .header__logo {
        margin-top: 0.3125rem;
        flex: 0 0 auto;
        padding-left: 1.25rem;
        padding-right: 1.25rem; }
  body.scrolled .nav-ul.hide-mob {
    display: none; }
  body.scrolled .header__logo {
    display: none; }
  body.scrolled .header__right-inner {
    position: absolute;
    right: 2.65rem;
    top: 0.7375rem; }
  body.scrolled .scrolled-logo {
    display: block;
    position: absolute;
    left: 2.25rem;
    top: 0.8125rem; }
  body.scrolled .header__wrapper {
    background: #ffffff !important;
    padding-top: 0;
    padding-bottom: 0.14375rem;
    transition: all .2s ease-in-out !important; }
  body.scrolled .menu-category__link,
  body.scrolled .nav-ul__link {
    color: #212529 !important;
    transition: all .2s ease-in-out !important; }
  body.scrolled .nav-ul__svg {
    stroke: #212529 !important;
    transition: all .2s ease-in-out !important; }
  body.scrolled .nav-ul__item--tel {
    position: relative;
    top: 0.1875rem; }
  body.scrolled .cart-inner {
    fill: #000000 !important; }
      .nav-ul__item--offset .nav-ul__icon {
        width: 2.025rem; }
    .menu-category__link {
      padding: 1.125rem 1.9rem 0.725rem 1.8375rem; }
    .menu-category__title {
      text-transform: uppercase;
      border-width: 0.0625rem 0;
      font-weight: 500;
      padding-bottom: 0.8125rem;
      font-size: .9375rem;
      line-height: 1.25rem; }
  .menu-category__container {
    position: absolute;
    top: calc(100% - 0.0625rem);
    left: 0;
    right: 0;
    opacity: 0;
    transition: all .3s linear .2s;
    z-index: -1;
    background: #ffffff;
    overflow: hidden;
    max-height: 0; }
  .menu-category__list {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 5.075rem;
    margin: 0 auto; }
  .menu-category__category {
    max-width: 80.625rem; }
  .menu-category__sub {
    width: 100%;
    max-width: 16.3rem; }
    .menu-category__sub--big {
      max-width: 31.6875rem; }
      .menu-category__sub--big + .menu-category__sub--big {
        margin-left: 1rem; }
    .menu-category__sub:not(:last-child) {
      margin-right: 1.5rem; }
  .header:hover .logo-link svg,
  body:not(.menu-open) .header--relative .logo-link svg {
    fill: #333333; }
  .header:hover .header__wrapper,
  body:not(.menu-open) .header--relative .header__wrapper {
    transition: background 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0.2s; }
    .header:hover .header__wrapper:before,
    body:not(.menu-open) .header--relative .header__wrapper:before {
      transform: translate(0);
      opacity: 1;
      transition: all .2s linear .2s; }
  .header:hover .menu-category__link,
  .header:hover .nav-ul__link,
  body:not(.menu-open) .header--relative .menu-category__link,
  body:not(.menu-open) .header--relative .nav-ul__link {
    color: #000000; }
  .header:hover .nav-ul__svg,
  body:not(.menu-open) .header--relative .nav-ul__svg {
    stroke: #000000; }
  .header:hover .ic-cart .cart-inner,
  body:not(.menu-open) .header--relative .ic-cart .cart-inner {
    fill: #000000 !important; }
  .header:hover .menu-category__link,
  .header:hover .nav-ul__link, .header:hover .nav-ul__svg,
  .header:hover .ic-cart,
  body:not(.menu-open) .header--relative .menu-category__link,
  body:not(.menu-open) .header--relative .nav-ul__link,
  body:not(.menu-open) .header--relative .nav-ul__svg,
  body:not(.menu-open) .header--relative .ic-cart {
    transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1) 0.1s; }
  body:not(.menu-open) .cart-inner {
    fill: #ffffff; }
  body:not(.menu-open) .header__wrapper {
    transition: background 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0.2s; }
    body:not(.menu-open) .header__wrapper:before {
      transform: translateY(-100%);
      opacity: 0;
      transition: all .2s linear .3s; }
  body:not(.menu-open) .menu-category__link,
  body:not(.menu-open) .nav-ul__link {
    color: #ffffff; }
  body:not(.menu-open) .header__wrapper {
    background: transparent; }
  body:not(.menu-open) .nav-ul__svg {
    stroke: #ffffff; }
  body:not(.menu-open) .menu-category__link,
  body:not(.menu-open) .nav-ul__link, body:not(.menu-open) .nav-ul__svg
.ic-cart {
    transition: all .1s ease-in-out .3s; }
  .menu-category__link,
  .nav-ul__link, .nav-ul__svg,
  .ic-cart {
    transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1) 0.1s; }
    .l-block__title:after {
      display: none; }
      .f-link-list__item {
        margin-bottom: .5rem; }
      .footer__logo svg {
        height: 3rem;
        width: 9rem; }
    .footer__soc-list {
      position: relative;
      top: 0.75rem; }
        .copy-block__descr p {
          margin-bottom: 0; }
      .main-banner__descr {
        margin-left: 17.9vw; }
  .card-module__inner {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 50%); }
    .card-module__inner-descr {
      padding: 3.125rem 2.525rem 6rem;
      justify-content: flex-end; }
    .title-def {
      font-size: 1.875rem;
      text-transform: initial; }
    .select-native--mw-lg-507 {
      max-width: 31.5625rem; }
    .breadcrumbs-list {
      padding: 0.4rem 0 1.25rem 0; }
    .item-detail {
      grid-template-columns: 56.4vw 1fr;
      grid-column-gap: 4.1vw; }
        .item-detail__row--color-list {
          margin-bottom: 1.4375rem; }
        .item-detail__row--link-button {
          margin-bottom: 1.575rem; }
        .item-detail__meta-l {
          max-width: 100%; }
          .item-detail__meta-l .btn + .btn {
            margin-top: 14px; }
      .item-detail__detail {
        max-width: 100%;
        padding: 2.125rem 0; }
    .item-detail .item-detail-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 1.25rem; }
      .item-detail .item-detail-list__item {
        margin-bottom: 0; }
        .item-detail .item-detail-list__item:last-child {
          display: block; }
  .newsletter-form__left {
    flex-basis: 50%; }
  .newsletter-form__right {
    flex-basis: 40%; }
  .fancy-custom .carousel__button svg {
    stroke-width: 0.125rem;
    stroke: #36495e; }
  .fancy-custom .fancybox__button--close {
    width: 3.125rem;
    height: 3.125rem;
    right: 0.875rem;
    top: 0.875rem;
    position: relative; }
    .fancy-custom .fancybox__button--close svg {
      width: 1.5rem;
      height: 1.5rem; }
  #sidebar__inner {
    width: var(--sidebar);
    left: var(--left); } }

@media screen and (min-width: 1025px) {
      .item-detail .item-detail-list__item.m-video {
        position: relative;
        overflow: hidden; }
        .item-detail .item-detail-list__item.m-video:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 133.27068%; }
        .item-detail .item-detail-list__item.m-video .item-detail-list__video {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          object-fit: cover; } }

@media screen and (min-width: 1280px) {
    .a-reset-styles .aside {
      top: 44px;
      left: -40px;
      width: 330px; }
      .a-reset-styles .aside:before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 0;
        display: block;
        height: 10px;
        width: 100%;
        background: transparent;
        z-index: 3; }
      .a-reset-styles .aside__wrap {
        padding-left: 40px;
        width: 330px; }
    .a-reset-styles .catalog {
      margin-top: 10px;
      margin-bottom: 205px; }
      .a-reset-styles .catalog__title {
        margin-bottom: 15px; }
      .a-reset-styles .catalog__header {
        display: block;
        margin-bottom: 30px; }
      .a-reset-styles .catalog__grid {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 20px;
        margin-bottom: 30px;
        margin-top: 24px; }
      .a-reset-styles .catalog__tags {
        margin-bottom: 24px; }
      .a-reset-styles .catalog__tag {
        font-size: 0.875rem;
        line-height: 1rem; }
    .a-reset-styles .catalog__topline {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      margin-bottom: 30px; }
      .a-reset-styles .catalog__button {
        font-size: 0.875rem;
        line-height: 1rem;
        padding: 7px 0; }
    .a-reset-styles .catalog__controls {
      margin-bottom: 0; }
      .a-reset-styles .catalog__select {
        position: relative;
        top: unset;
        right: unset;
        margin-top: 10px;
        font-size: 0.875rem;
        line-height: 1rem; }
        .a-reset-styles .catalog__select:after {
          width: 14px;
          height: 10px;
          top: 5px; }
        .a-reset-styles .catalog__select select {
          padding-right: 30px; }
      .a-reset-styles .catalog__seo {
        margin-top: 120px; }
      .a-reset-styles .catalog__query {
        margin-top: 0; }
      .a-reset-styles .catalog-result__item {
        font-size: 0.875rem;
        line-height: 1rem; }
    .a-reset-styles .filter {
      top: 44px;
      left: -40px; }
      .a-reset-styles .filter:before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 0;
        display: block;
        height: 10px;
        width: 100%;
        background: transparent;
        z-index: 3; }
      .a-reset-styles .filter__wrap {
        height: var(--filter-height); }
      .a-reset-styles .cart-item.skeleton .cart-item__price {
        min-width: 70px;
        max-width: 85px;
        width: 100%; }
      .a-reset-styles .cart-item__image {
        width: 150px;
        min-width: 150px; }
      .a-reset-styles .cart-item__content {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        width: 100%; }
    .a-reset-styles .cart-item__basic {
      width: 50%;
      flex-shrink: 0; }
      .a-reset-styles .cart-item__title {
        padding-right: 0; }
      .a-reset-styles .cart-item__offer {
        margin: 20px 0 0; }
      .a-reset-styles .cart-item__prices {
        gap: 15px;
        margin-left: 50px;
        width: 100%; }
      .a-reset-styles .cart-item__info {
        max-width: 37%;
        width: 100%;
        height: max-content;
        margin-left: 25px;
        justify-content: flex-end; }
      .a-reset-styles .cart-item__btns {
        position: initial;
        margin-left: 1.5625rem; }
    .a-reset-styles .cart {
      padding-top: 50px;
      padding-bottom: 10px; }
      .a-reset-styles .cart__container {
        grid-template: auto/1fr 292px;
        margin-top: 60px;
        grid-column-gap: 80px; }
      .a-reset-styles .cart__title {
        margin-bottom: 15px; }
    .a-reset-styles .checkout {
      margin-top: 50px;
      margin-bottom: 116px; }
      .a-reset-styles .checkout__container {
        grid-template: auto/minmax(0, 1fr) 380px;
        grid-column-gap: 64px; }
      .popup-store__shops {
        max-width: 388px; }
      .popup-store__booking {
        max-width: 24.25rem; }
      .a-reset-styles .popup-pickup.skeleton .popup-pickup__type,
      .a-reset-styles .popup-pickup.skeleton .popup-pickup__details > dd {
        width: 185px; }
      .a-reset-styles .popup-pickup.skeleton .popup-pickup__details > dt {
        width: 140px; }
      .a-reset-styles .popup-pickup__shops {
        max-width: 444px;
        width: 444px;
        padding: 32px; }
    .a-reset-styles .profile {
      padding-bottom: 120px;
      padding-top: 35px; }
    .a-reset-styles .order-product .cart-item__content {
      padding-right: 0; }
    .a-reset-styles .order-product .cart-item__info {
      padding: 12px 0;
      flex-shrink: 1; }
    .a-reset-styles .order-product .cart-item__offer {
      margin: 20px 0; }
    .a-reset-styles .account {
      padding-bottom: 120px;
      padding-top: 55px; }
      .a-reset-styles .account__container {
        grid-template: auto/290px 1fr; }
    .a-reset-styles .account-aside {
      position: sticky;
      top: 100px;
      height: max-content; }
    .a-reset-styles .account-aside {
      font-size: 1rem; }
        .a-reset-styles .address-item__controls > :nth-child(n) {
          margin-right: 30px; }
  .a-reset-styles .address-new__controls {
    grid-column: 1; }
    .a-reset-styles .loyalty__card:before {
      padding-top: 57.33333%; }
    .main-banner__video.m-only-md, .main-banner__video-item.m-only-md {
      display: none; }
    .look-module__image:before {
      padding-top: 140%; }
    .look-card {
      grid-template: auto max-content/230fr 630fr; }
    .look-card__picture {
      position: relative;
      overflow: hidden;
      display: block; }
      .look-card__picture:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 143.47826%; }
      .look-card__picture .aspect-ratio {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        object-fit: cover; }
      .search__list {
        grid-template-columns: repeat(6, minmax(0, 150px)); }
        .search__list .card:nth-child(n + 8) {
          display: none; }
      .sale-card__image:before {
        padding-top: 46.23514%; }
    .sales__title {
      margin-bottom: 15px; }
    .sales__header {
      margin: 60px 0 30px; }
    .sales-one__intro {
      margin-bottom: 60px;
      flex-direction: row; }
    .sales-one__image {
      max-width: 755px;
      width: 50%; }
      .sales-one__image:before {
        padding-top: 74.96689%; }
    .sales-one__text {
      margin: 0 0 0 20px;
      width: 50%; }
      .sales-one__text h2 {
        font: 500 1.3125rem/1.5rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif; }
    .a-reset-styles .page-404 {
      padding-top: 120px; }
    .a-reset-styles .b-empty {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start; }
      .a-reset-styles .b-empty__image {
        max-width: 500px;
        margin: 0; }
      .a-reset-styles .b-empty__info {
        text-align: left;
        max-width: 590px;
        margin-top: 0;
        margin-left: 130px; }
    .a-reset-styles .page-fav {
      padding-top: 15px; }
      .a-reset-styles .page-fav__empty {
        padding-top: 120px; }
      .a-reset-styles .page-fav__title {
        margin-bottom: 15px; }
      .a-reset-styles .contacts__container {
        max-width: 750px; }
    .a-reset-styles .contacts-details {
      grid-template: auto/repeat(3, 1fr);
      grid-gap: 20px;
      margin-top: 60px; }
      .a-reset-styles .lookbook__title {
        padding-left: 111px; }
      .a-reset-styles .lookbook__first {
        grid-template: auto/757fr 600fr;
        grid-gap: 260px;
        padding: 0 111px; }
        .a-reset-styles .lookbook__first .lookbook__item:not(.m-stretch) .lookbook__image:before {
          padding-top: 142.66843%; }
        .a-reset-styles .lookbook__first .lookbook__item.m-stretch .lookbook__image:before {
          padding-top: 142.66667%; }
        .a-reset-styles .lookbook__second .lookbook__image:before {
          padding-top: 142.66667%; }
      .a-reset-styles .lookbook__third {
        width: 49.5%; }
        .a-reset-styles .lookbook__third .lookbook__image:before {
          padding-top: 142.63736%; }
    .a-reset-styles .lookbook-main {
      height: 720px; }
      .a-reset-styles .lookbook-main__container {
        max-width: 240px; }
      .a-reset-styles .lookbook-main__button {
        width: 240px; }
      .a-reset-styles .lookbook-main__content:not(.m-basic) {
        margin-right: 240px; }
  .a-reset-styles .faq__title {
    margin-bottom: 15px; }
  .a-reset-styles .faq .account__container {
    grid-gap: 175px; }
    .a-reset-styles .delivery .account__container {
      grid-gap: 155px; }
      .a-reset-styles .stores__header {
        margin-bottom: 30px;
        margin-top: 54px; }
      .a-reset-styles .stores__title {
        margin-bottom: 15px; }
      .a-reset-styles .stores__shops {
        left: 195px; }
    .a-reset-styles .store-one__slider {
      padding: 60px 44px 120px; }
    .a-reset-styles .store-one__photo:before {
      padding-top: 53.84615%; }
      .a-reset-styles .thx__details {
        grid-template: auto/repeat(4, 1fr);
        grid-gap: 30px; }
      .card__in-cart {
        display: none; }
    .card__slider {
      overflow: hidden; }
    .card-add {
      padding: 12px 20px;
      z-index: 20; }
    .card-add__title {
      margin: 0 0 16px;
      text-transform: uppercase;
      color: #717171;
      font: 400 0.8125rem/1.25rem "Roboto", "Helvetica", "Arial", sans-serif; }
    .card-add .card-add__list {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: center;
      flex-wrap: wrap;
      margin: -8px -15px; }
      .card-add__link {
        padding: 8px 10px;
        color: #333333;
        font: 1rem "Roboto", "Helvetica", "Arial", sans-serif;
        transition: opacity 0.25s; }
  .mod-no-lg {
    display: none !important; }
      .item-detail__title {
        line-height: 2rem; }
        .loyalty__promo-head {
          max-width: 80%; }
      .loyalty__promo {
        padding: 210px 0; } }

@media screen and (pointer: fine) and (min-width: 1280px) {
  .card:hover .card-add {
    opacity: 1;
    transform: translateY(-100%); }
  .card:hover .card__hvr-dots:not(.card-no-hover-dots) {
    bottom: 90px;
    transition-duration: .25s; } }

@media screen and (min-width: 1410px) {
          .item-detail__row--title .item-detail__fav {
            margin-top: 0.5625rem; }
          .item-detail__row--title .item-detail__fav span {
            display: inline-block; } }

@media screen and (min-width: 1680px) {
    .a-reset-styles .cart-item__basic {
      width: 60%; }
      .a-reset-styles .cart-item__info {
        width: 22%; }
      .a-reset-styles .cart__container {
        grid-column-gap: 175px; }
        .a-reset-styles .profile__field.m-second {
          margin-bottom: 30px; }
      .a-reset-styles .profile__form .btn {
        margin-top: 30px; }
    .look-card {
      grid-template: auto max-content/155fr 630fr; }
      .search__container {
        justify-content: center; }
      .search__empty {
        width: 25%; } }

@media only screen and (min-width: 1930px) {
    .item-detail {
      grid-template-columns: 67.75rem 600px;
      grid-column-gap: 9.725rem; } }

@media (max-width: 1980px) {
  .custom-slider__arrow--prev.swiper-button-prev {
    left: -30px; }
  .custom-slider__arrow--next.swiper-button-next {
    right: -30px; }
  [data-retailrocket-markup-block] .swiper-prev {
    left: -30px !important; }
  [data-retailrocket-markup-block] .swiper-next {
    right: -30px !important; } }

@media (max-width: 1780px) {
  .care-guide-swiper {
    max-width: calc(100% - 160px); }
  .care-guide-slider .swiper-navigation {
    left: 0;
    right: 0; } }

@media (max-width: 1599px) {
  #similar-products .swiper-slide {
    max-width: calc(100%/4);
    margin-right: 20px; } }

@media (max-width: 90.625rem) {
  .scrolled .nav-ul__item--tel {
    display: none; } }

@media (max-width: 1390px) and (min-width: 1025px) {
  .slder-module .card__old-price,
  .slder-module .card__price {
    margin-right: 0 !important; }
  .slder-module .card__row {
    gap: 9px; }
  .slder-module .card__row--big-m span:not(:last-child) {
    margin-right: 0; }
  .slder-module .card__price {
    font-size: 1.45vw; }
  .slder-module .card__old-price {
    font-size: 1.25vw; }
  .slder-module .card__discount {
    min-width: 4.175vw;
    padding: 0.125vw 0.25vw;
    font-size: 1.2vw; }
  .slder-module .card__label {
    font-size: 1.5vw; } }

@media (max-width: 1366px) {
  .about-welcome__left {
    flex-basis: 50%; }
  .about-welcome__text {
    max-width: none; }
  .about-welcome {
    justify-content: flex-start; }
  .page__section--acquaintance {
    padding-top: 60px; }
  .about-acquaintance__right {
    padding-top: 48px; }
  .about-acquaintance {
    gap: 48px; }
  .about-acquaintance__title {
    font-size: 38px; }
  .about-acquaintance__text {
    font-size: 18px; }
  .about-acquaintance__left {
    display: flex;
    align-items: center; }
  .about-triple__item {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 240px;
    padding-bottom: 240px; }
  .page__section--details {
    padding-top: 80px;
    padding-bottom: 80px; }
  .about-details__title {
    font-size: 52px;
    margin-bottom: 24px; }
  .about-details__text {
    font-size: 24px;
    margin-bottom: 64px; }
  .about-details-grid__content {
    padding-left: 24px;
    padding-right: 24px; }
  .about-details-grid__item {
    gap: 24px; }
    .about-details-grid__item img {
      max-width: 50%; }
  .about-details-grid__title {
    font-size: 34px; }
  .about-details-grid__text {
    font-size: 20px; }
  .page__section--keys {
    padding-top: 80px;
    padding-bottom: 80px; }
  .about-keys__key-title {
    font-size: 56px; }
  .about-keys__key-text {
    font-size: 20px; }
  .about-keys__key {
    padding: 32px; }
  .about-keys__items {
    gap: 32px; }
  .about-keys__key-pos {
    font-size: 28px; }
  .about-keys__bottom {
    padding-top: 72px; }
  .about-keys__bottom-title {
    font-size: 34px;
    max-width: 800px; }
  .about-keys__bottom-text {
    font-size: 20px; }
  .page__section--reviews {
    padding-top: 120px;
    padding-bottom: 120px; }
  .about-reviews__title {
    font-size: 38px; }
  .about-reviews__text {
    font-size: 24px; }
  .about-reviews-block__img {
    width: 110px;
    height: 110px; }
  .about-reviews-block__star {
    font-size: 30px; }
  .about-reviews-block__descr {
    font-size: 20px; }
  .about-production__title {
    font-size: 42px;
    padding-right: 80px;
    padding-top: 24px;
    font-size: 38px;
    margin-bottom: 32px; }
  .about-production-block__title {
    font-size: 38px;
    margin-bottom: 8px; }
  .about-production-block__text {
    font-size: 20px; }
  .about-production-block__group + .about-production-block__group {
    margin-top: 32px; }
  .about-production-block + .about-production-block {
    margin-top: 80px; }
  .about-production-block--1 {
    align-items: center; }
  .about-production-block__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .about-production + .about-production {
    margin-top: 80px; }
  .about-map__title {
    padding-top: 140px;
    font-size: 42px;
    margin-bottom: 64px; }
  .about-map {
    min-height: 400px;
    padding-bottom: 240px; }
  .about-map-keys__key {
    font-size: 56px; }
  .about-map-keys__value {
    font-size: 22px; }
  .page__section--gallery {
    padding-top: 80px;
    padding-bottom: 80px; }
  .about-gallery__title {
    font-size: 42px; }
  .about-gallery__text {
    font-size: 20px; }
  .about-gallery + .about-gallery {
    margin-top: 80px; }
  .page__section--education {
    padding-top: 80px;
    padding-bottom: 80px; }
  .about-education__text {
    font-size: 20px; }
    .about-education__text p:last-child {
      margin-bottom: 0; }
  .about-education__title {
    font-size: 42px;
    max-width: 900px;
    margin-bottom: 32px; }
  .page__section--success {
    padding-top: 80px;
    padding-bottom: 80px; }
  .about-success__text {
    font-size: 22px;
    margin-bottom: 48px; }
  .page__section--history {
    padding-top: 80px;
    padding-bottom: 80px; }
  .about-history__title {
    font-size: 42px;
    margin-bottom: 24px; }
  .about-history__text {
    font-size: 20px;
    margin-bottom: 48px; }
  .about-history-item {
    gap: 32px; }
  .about-history-item__title {
    font-size: 64px; }
  .about-history-item__text {
    font-size: 20px; }
  .about-history-thumbs-swiper {
    padding-left: 0; }
    .about-history-thumbs-swiper .swiper-slide {
      width: 80px;
      height: 80px; }
  .about-history-item__content {
    padding-bottom: 100px; }
  .page__section--social {
    padding-top: 64px;
    padding-bottom: 64px; }
  .about-social__title {
    font-size: 28px;
    margin-bottom: 32px; }
  .about-social__links-circle {
    width: 64px;
    height: 64px; } }

@media screen and (max-width: 1279px) {
    .a-reset-styles .aside[data-open] {
      transform: translateX(0); }
    .a-reset-styles .filter[data-open] {
      transform: translateX(0); }
    .a-reset-styles .cart-item__basic {
      flex-grow: 1; }
        .a-reset-styles .ch-order__item--address {
          margin-bottom: 30px; }
    .a-reset-styles .addresses__button.btn--st1 {
      max-width: 100%; }
      .a-reset-styles .address-item .checkbox > label.field-label {
        padding-left: 10px; }
    .main-banner__video.m-only-lg, .main-banner__video-item.m-only-lg {
      display: none; }
      .look-module__price > span {
        display: block; }
        .search__list .card:nth-child(n + 6) {
          display: none; }
    .a-reset-styles .item-zoom {
      display: none; }
    .card-add {
      display: none;
      padding: 0; }
    .card-add__title {
      font: 500 1.3125rem/1.5rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif;
      text-align: left;
      margin: 0 0 32px; }
    .card-add .card-add__list {
      max-height: 198px;
      overflow-x: hidden;
      overflow-y: visible;
      -webkit-overflow-scrolling: touch; }
      .card-add__link {
        font: 0.875rem/1rem "Roboto", "Helvetica", "Arial", sans-serif;
        padding: 16px 0;
        border-top: thin solid #d4d4d4;
        text-align: left; }
    .card-add__close {
      position: absolute;
      top: 32px;
      right: 18px; }
    .card-add__bg {
      position: fixed;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(33, 37, 41, 0.4); }
    .card-add__wrap {
      background: white;
      padding: 32px 20px; }
    .card-add[data-show] {
      display: block;
      position: fixed;
      bottom: 0;
      width: 100vw;
      transform: none;
      opacity: 1;
      visibility: visible;
      background: white; }
      .card-add[data-show] .card-add {
        z-index: 1000; }
  .mod-only-lg {
    display: none !important; } }

@media (max-width: 1240px) {
  .custom-slider__arrow--prev.swiper-button-prev {
    left: 10px; }
  .custom-slider__arrow--next.swiper-button-next {
    right: 10px; }
  [data-retailrocket-markup-block] .swiper-prev {
    left: 10px !important; }
  [data-retailrocket-markup-block] .swiper-next {
    right: 10px !important; } }

@media only screen and (max-width: 75rem) {
      .nav-ul__item--tel {
        display: none; }
  .nav-ul {
    align-items: center;
    gap: 24px; }
    .nav-ul .basket-circl,
    .nav-ul .fav-circl {
      width: 16px;
      height: 16px;
      right: 0px;
      bottom: 1px;
      line-height: 18px; }
    .nav-ul__icon {
      width: 30px;
      height: 30px; }
      .nav-ul__icon svg {
        width: 100%;
        height: 100%; }
    .nav-ul__item {
      margin-right: 0 !important;
      width: 30px !important;
      flex-shrink: 0;
      margin-left: 0 !important; } }

@media (max-width: 1199px) {
  #similar-products .swiper-slide {
    max-width: calc(100%/3);
    margin-right: 42px; } }

@media only screen and (max-width: 1025px) {
  .hide-tab {
    display: none; }
  .visible-lg {
    display: none; }
  * {
    outline: none; }
    .full-size-block--st1 {
      text-align: center !important; }
      .full-size-block--st1 .full-size-block__title {
        margin-top: 2.65rem; }
  [data-js-menu-content] {
    display: none; }
  [data-menu-nav="1"] .mob-menu-links,
  [data-menu-nav="2"] .mob-menu-links {
    display: none; }
  [data-acc-list-mob-item],
  [data-acc-f-mob-item] {
    cursor: pointer; }
  .custom-slider__arrow--prev.swiper-button-prev {
    left: 0.75rem; }
  .custom-slider__arrow--next.swiper-button-next {
    right: 1.25rem; }
    .def-section--tab-fix {
      padding-bottom: 3.7rem;
      padding-top: 2.9375rem; }
    .section-cats .container {
      padding-left: 0;
      padding-right: 0; }
      .form-subscribe__btn {
        margin-bottom: 0.5rem;
        padding: .7375rem 4.5375rem !important; }
    .menu-category {
      flex-direction: column;
      border-bottom: 0.0625rem solid #959595; }
    .menu-category__container {
      border-bottom: 0.0625rem solid #cccccc; }
    .logo-link svg {
      fill: #333333; }
    .cart-inner {
      fill: #000000; }
      .main-slider .swiper-button-prev,
      .main-slider .swiper-button-next {
        display: none; }
  body:not([with-smartbanner="true"]) .main-slider {
    margin-top: 60px; }
  .footer-links {
    padding: 3.8rem  0 3rem;
    border-top: 0.0625rem solid #959595;
    border-bottom: 0.0625rem solid #959595; }
    .copy-block {
      padding: 3.7rem 0; }
    .a-reset-styles .btn,
    .btn {
      padding: 0.7375rem 1.4375rem; }
      .a-reset-styles .btn--big,
      .btn--big {
        padding: 13px 24px; }
  .card-module__content {
    max-width: 46rem; }
      .title-def--st2 {
        margin-bottom: 2.9rem; }
  .slder-module .card__image:after {
    padding-bottom: 136.5%; }
  .slder-module .card__title {
    margin: 0.3rem 0 0.375rem; }
  .slder-module .card__fav {
    margin-right: 0.3125rem; }
  .slder-module .card__old-price {
    font-size: 1rem; }
  .menu-category .image-link {
    margin: 0.9375rem 0 0.75rem; }
    .menu-category .image-link__title {
      margin-top: 0;
      font-weight: 400;
      font-size: 0.9375rem;
      line-height: 1.25rem;
      letter-spacing: 0.01em;
      color: #333333;
      text-transform: initial;
      text-align: left; }
  .logo-link__img {
    width: 6.75rem;
    height: 2.25rem; }
  .header {
    top: 0;
    position: fixed;
    width: 100%; }
    .header__nav {
      max-height: calc(100vh - 9.0625rem); }
    .header__left .nav-ul {
      position: absolute;
      left: calc(100% - 7.3rem); }
      .header__left .nav-ul__item {
        margin: 0; }
        .header__left .nav-ul__item:before {
          display: none; }
      .header__left .nav-ul__link {
        font-size: 0; }
    .header__right .nav-ul__link {
      font-size: 0; }
    .header__left {
      align-items: center; }
    .header__right {
      display: flex;
      align-items: center; }
  .m-banner {
    text-align: center; }
    .m-banner__title {
      font-size: 0.75rem; }
  .full-size-block {
    text-align: left; }
    .full-size-block__title {
      margin-top: 1.65rem;
      font-size: 1.5rem;
      text-transform: uppercase;
      font-weight: 500;
      margin-bottom: 0.5rem; }
    .full-size-block--mb {
      margin-bottom: 0; }
  .product-list__col-left {
    display: none; }
  .product-list__col-right {
    margin-left: 0; }
  .f-sort {
    height: 100%; }
    .f-sort__title {
      display: none; }
  .t-prod-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0.625rem;
    align-items: stretch; }
  .f-select__btn, .f-select {
    width: 100%;
    height: 100%; }
  .active-cat {
    margin-bottom: 1.25rem; }
  .promo-card {
    max-width: 100%; }
  .newsletter-form {
    margin-top: 2.45rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-bottom: 0;
    flex-direction: column;
    padding: 2.075rem 1.5rem; }
    .newsletter-form__title {
      margin-bottom: 1.25rem; }
    .newsletter-form__input {
      max-width: 100%; }
  .a-btn {
    font-size: 0.875rem; }
  .i-block {
    display: block;
    padding: 1.875rem 0 1.1rem; }
    .i-block__item {
      margin-bottom: 1.25rem; }
    .i-block__title {
      display: flex;
      align-items: center;
      text-align: left;
      font-size: 1.125rem;
      margin-bottom: .4rem; }
      .i-block__title svg {
        width: 2.625rem;
        height: 2.625rem;
        margin-right: .5rem; }
    .i-block__descr {
      text-align: left; }
      .i-block__descr p {
        margin: 0;
        line-height: 1.4; }
  .f-title {
    margin-top: 0; }
  .search-box {
    position: relative;
    left: 2.8rem; }
    .search-box__btn svg {
      width: 2.1375rem;
      height: 2.1375rem; }
  .t-prod-list {
    margin-bottom: 0;
    padding-bottom: 1.05rem; }
  .card-list__item {
    padding: 1.075rem 1.85rem 2.15rem; }
  .see-more--pt {
    padding-top: 0.55rem; }
  .card-list--mb {
    margin-bottom: .65rem; }
  .l-list__item {
    line-height: 1.2;
    margin-bottom: 0.69375rem; }
  .soc-list__item {
    margin: 0.625rem 0 0.45rem; }
  .header__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0.8rem; }
  .header__nav {
    display: block;
    padding-bottom: 1.5rem; }
  .header__bottom {
    position: absolute;
    z-index: 9;
    background: #ffffff;
    width: 100%;
    left: 0;
    overflow: auto;
    top: 3.4125rem;
    border-top: 0.0625rem solid #cccccc;
    padding: 0 1.25rem; }
  .menu-category__container {
    display: none; }
    .menu-category__container .container {
      padding: 0; }
  .mob-modal {
    position: fixed;
    right: 0;
    top: 0;
    display: none;
    bottom: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    z-index: 8;
    background: #ffffff; }
    .mob-modal__inner {
      padding: 2.875rem 1.25rem 0;
      display: flex;
      flex-direction: column;
      height: 100%; }
    .mob-modal__footer {
      margin-top: auto;
      margin-left: -1.25rem;
      margin-right: -1.25rem; }
    .mob-modal__btn {
      width: 100%;
      padding-top: 0.875rem;
      padding-bottom: 0.875rem; }
  .cat-list__title {
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 1.05rem; }
  .cat-list__body {
    padding-top: 0.75rem; }
  .mob-modal [data-acc-f-mob-item] {
    border-top: 0.0625rem solid #959595; }
  .mob-modal [data-acc-f-mob-btn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0; }
  .f-list:first-child {
    border-top: none; }
  .f-list,
  .catalog-f-price {
    margin-top: 0 !important; }
  .f-list__title,
  .catalog-f-price__title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem; }
  .catalog-f-price {
    max-width: 100%; }
  [data-acc-f-mob-sub] {
    display: none; }
  [data-acc-f-mob-btn] {
    padding: 0.6875rem 0.75rem 0.6875rem 0; }
  .m-filter-tags-area__item {
    margin-bottom: 1.25rem;
    margin-right: 1.25rem;
    padding: 0.2rem 0; }
  .cat-f-container {
    padding-bottom: 3rem;
    padding-top: 0; }
  .catalog-f-price__range {
    padding-right: 1rem;
    padding-left: 0.5rem; }
  .active-cat {
    font-size: 0.875rem;
    font-weight: 500; }
  .search-box__btn {
    right: .4rem; }
  .mob-modal .m-list {
    margin-top: 0.3125rem;
    margin-bottom: 1.25rem; }
  .mob-menu-links .nav-ul {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem; }
    .mob-menu-links .nav-ul__icon {
      height: 1.9rem;
      width: 2rem;
      justify-content: flex-start;
      margin: 0; }
    .mob-menu-links .nav-ul__item {
      margin: 0; }
    .mob-menu-links .nav-ul__link {
      font-weight: 400;
      font-size: 0.75rem;
      text-transform: initial;
      line-height: 1.25rem;
      color: #959595; }
  .menu-category__title {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25rem; }
  .active + .menu-sub-category__container {
    margin-bottom: -0.6875rem; }
  .menu-sub-category {
    padding-top: 0; }
    .menu-sub-category__link {
      font-size: 0.9375rem;
      line-height: 1.25rem;
      padding: 0.32rem 0; }
  .tab-soc .l-block {
    padding-top: 3.05rem;
    padding-bottom: 2.6875rem;
    display: flex;
    flex-wrap: wrap;
    max-width: 49.7rem;
    margin: 0 auto;
    justify-content: space-between; }
    .tab-soc .l-block__col {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center; }
  .nav-ul__icon use:nth-child(1) {
    display: block !important; }
  .nav-ul__icon use:nth-child(2) {
    display: none !important; }
  .item-not-empty {
    padding: 0;
    display: contents; }
    .item-not-empty .menu-category__link {
      display: none; }
    .item-not-empty .menu-category__title {
      cursor: pointer; }
    .item-not-empty [data-js-menu-content="1"] {
      display: block !important; }
  .m-container {
    padding: 0; }
  .menu-category__container {
    border: none; }
  .menu-category__link {
    text-decoration: none !important; }
  .menu-category__title {
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    letter-spacing: 0.01em;
    color: #333333; }
  .menu-category__title, .menu-category__link {
    padding: 0.9375rem 0; }
  .menu-category__sub--big {
    padding: 0; }
  .header__nav {
    padding-top: 1rem; }
  .main-banner__image {
    height: calc(var(--vh, 1vh) * 100 - 5.9125rem);
    min-height: auto; }
  [data-menu-nav] {
    display: none; }
  .nav-ul__item:nth-child(2) {
    order: -1; }
  .nav-ul__item:nth-child(3) {
    order: 1 !important; }
  .nav-ul__item:nth-child(4) {
    order: 0; }
  .nav-ul__item:nth-child(5) {
    order: 4; }
  .nav-ul__item:not(:last-child) {
    margin-right: 1.46rem; } }

@media (max-width: 1024px) {
  header .header__wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .about-welcome {
    padding: 0;
    flex-direction: column;
    padding-top: 32px; }
    .about-welcome .corner {
      display: none; }
  .page__section--welcome {
    padding: 0; }
  .about-welcome__text {
    font-size: 16px;
    margin-top: 16px; }
  .about-acquaintance {
    margin-left: 0;
    width: 100%;
    flex-direction: column-reverse;
    gap: 24px; }
  .about-details-grid__item {
    flex-direction: column;
    width: 100%;
    margin-left: 0; }
    .about-details-grid__item img {
      max-width: 100%;
      margin-right: auto;
      margin-left: auto;
      width: 100%;
      max-width: 860px; }
    .about-details-grid__item + .about-details-grid__item {
      margin-top: 32px; }
  .about-keys {
    margin-left: 0;
    width: 100%;
    flex-direction: column; }
  .about-keys__right {
    padding: 0;
    max-width: 100%;
    margin-top: 32px; }
  .about-keys__images {
    justify-content: center;
    align-items: center; }
    .about-keys__images img {
      max-width: 100%; }
  .about-reviews-block__img {
    width: 72px;
    height: 72px; }
  .about-reviews-blocks {
    flex-wrap: wrap;
    gap: 24px; }
  .about-production__title {
    max-width: 100%;
    font-size: 24px;
    padding: 0;
    line-height: 1.3; }
    .about-production__title .corner {
      display: none; }
  .about-production-block__group {
    flex-direction: column !important; }
  .about-map-keys {
    gap: 24px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
  .about-production-block__title {
    font-size: 28px;
    text-wrap: pretty; }
  .about-keys__key-title {
    font-size: 32px;
    margin-bottom: 8px; }
  .about-welcome__title {
    font-size: 32px; }
  .about-welcome__subtitle {
    font-size: 20px;
    margin-bottom: 16px; }
  .about-welcome__left {
    flex-basis: 100%; }
  .about-welcome__right {
    flex-basis: 100%;
    max-width: 100%; }
  .about-welcome-swiper {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 72px; }
    .about-welcome-swiper .swiper-button-next {
      display: none; }
    .about-welcome-swiper .swiper-button-prev {
      display: none; }
    .about-welcome-swiper .swiper-pagination {
      display: flex;
      margin-top: 24px;
      align-items: center;
      justify-content: center;
      width: 100%;
      gap: 12px; }
      .about-welcome-swiper .swiper-pagination .swiper-pagination-bullet {
        background-color: #0C0C0C;
        opacity: 0.3; }
      .about-welcome-swiper .swiper-pagination .swiper-pagination-bullet-active {
        opacity: 1; }
  .page__section--acquaintance {
    padding-top: 48px;
    padding-bottom: 2.5rem; }
  .about-acquaintance__right {
    padding: 0; }
    .about-acquaintance__right .corner {
      display: none; }
  .about-acquaintance__title {
    font-size: 32px;
    margin-bottom: 8px;
    max-width: 860px; }
  .about-triple__item {
    padding: 120px 8px 72px;
    justify-content: flex-start;
    min-width: 160px; }
  .about-triple__logo {
    width: 100px;
    max-width: 80%; }
  .about-triple__text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.3; }
  .about-triple {
    flex-wrap: wrap; }
  .page__section--details {
    padding-top: 48px;
    padding-bottom: 48px; }
  .about-details__title {
    font-size: 32px;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 16px;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto; }
  .about-details__text {
    text-align: left;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 24px; }
  .about-details-grid__title {
    font-size: 24px; }
  .about-details-grid__text {
    font-size: 16px;
    line-height: 1.4; }
  .about-details-grid__text + .about-details-grid__title {
    margin-top: 24px; }
  .about-details-grid__content {
    align-items: flex-start;
    text-align: left;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    max-width: 860px; }
    .about-details-grid__content + img {
      order: -1; }
  .page__section--keys {
    padding-top: 48px;
    padding-bottom: 48px; }
  .about-keys__left {
    padding: 0; }
  .about-keys__key {
    padding: 24px; }
  .corner {
    border-width: 2px;
    width: 24px;
    height: 24px; }
  .about-keys__items {
    gap: 16px; }
  .about-keys__key-text {
    font-size: 16px; }
  .about-keys__key-pos {
    font-size: 16px; }
  .about-keys__key-pos + .about-keys__key-pos {
    margin-top: 8px; }
  .about-keys__bottom {
    padding-top: 32px;
    padding-left: 0;
    padding-right: 0;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto; }
  .about-keys__bottom-title {
    font-size: 24px;
    margin-bottom: 16px; }
  .about-reviews__text {
    font-size: 16px;
    margin-bottom: 24px; }
  .about-keys__bottom-text {
    font-size: 16px; }
  .page__section--reviews {
    padding-top: 48px;
    padding-bottom: 48px; }
  .about-reviews__title {
    font-size: 24px; }
  .about-reviews-block__star {
    font-size: 22px; }
    .about-reviews-block__star img {
      width: 24px;
      height: 24px; }
  .about-reviews-block__descr {
    font-size: 16px; }
  .about-reviews-block {
    gap: 16px; }
  .about-production-block {
    flex-direction: column;
    gap: 32px; }
  .about-production-block__image {
    width: 100%; }
    .about-production-block__image img {
      max-height: 640px; }
      .about-production-block__image img:nth-child(2) {
        display: none; }
  .about-production-block__body {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%; }
  .about-production-block__text {
    font-size: 16px; }
  .about-production-block__group + .about-production-block__group {
    margin-top: 24px; }
  .about-production-block__text + .about-production-block__text {
    margin-top: 24px; }
  .about-production-block + .about-production-block {
    margin-top: 48px; }
  .about-production + .about-production {
    margin-top: 48px; }
  .about-production-block--3 .about-production-block__group {
    gap: 24px; }
  .about-map {
    min-height: 0;
    padding-bottom: 80px; }
  .about-map__title {
    padding-top: 64px;
    font-size: 32px;
    margin-bottom: 32px;
    margin-top: 0; }
  .about-map-keys__key {
    font-size: 30px; }
  .about-map-keys__value {
    font-size: 16px; }
  .about-map-keys__item {
    flex-basis: 33.333%; }
  .page__section--gallery {
    padding-top: 48px;
    padding-bottom: 48px; }
  .about-gallery__title {
    font-size: 32px;
    margin-bottom: 16px;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto; }
  .about-gallery__text {
    font-size: 16px;
    margin-bottom: 24px;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto; }
  .about-gallery-wrapper {
    --gap: 16px; }
    .about-gallery-wrapper img {
      max-width: 50vw; }
  .about-gallery-container {
    --gap: 16px; }
  .about-gallery + .about-gallery {
    margin-top: 48px; }
  .page__section--education {
    padding-top: 48px;
    padding-bottom: 48px; }
  .about-education__title {
    font-size: 28px;
    margin-bottom: 24px; }
  .about-education__text {
    font-size: 16px; }
  .page__section--success {
    padding-top: 48px;
    padding-bottom: 48px; }
  .about-success__text {
    font-size: 16px;
    margin-bottom: 24px; }
  .page__section--history {
    padding-top: 48px;
    padding-bottom: 48px; }
  .about-history__title {
    font-size: 32px;
    margin-bottom: 16px;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto; }
  .about-history__text {
    font-size: 16px;
    margin-bottom: 24px;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto; }
  .about-history-item {
    flex-direction: column;
    gap: 24px;
    width: 100%; }
    .about-history-item img {
      max-width: 100%;
      flex-basis: auto; }
  .about-history-item__content {
    padding-bottom: 0;
    flex-basis: 100%;
    max-width: 100%;
    height: auto; }
  .about-history-swiper {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: -16px;
    margin-right: -16px; }
    .about-history-swiper .swiper-button-next {
      top: 30%; }
    .about-history-swiper .swiper-button-prev {
      top: 30%; }
  .about-history-thumbs-swiper {
    position: relative;
    left: 0;
    width: 100%;
    margin-top: 16px; }
    .about-history-thumbs-swiper .swiper-slide {
      width: 64px;
      height: 64px; }
  .about-history-item__title {
    font-size: 42px; }
  .about-history-item__text {
    font-size: 16px; }
  .acquaintance-grid__item {
    margin-left: 0;
    flex-basis: calc(50% - 5px); }
  .acquaintance-grid {
    gap: 10px;
    margin-left: auto;
    margin-right: auto; }
  .page__section--social {
    padding-top: 48px;
    padding-bottom: 48px; }
  .about-social__title {
    font-size: 20px;
    margin-bottom: 24px; }
  .about-social__links-circle {
    width: 48px;
    height: 48px; }
    .about-social__links-circle img {
      width: 24px;
      height: 24px; }
  .about-social__links {
    gap: 16px; }
  .about-social__links-item span {
    font-size: 16px;
    margin-top: 12px; }
  .about-acquaintance__text {
    max-width: 860px; }
  .about-reviews {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto; }
  .about-production {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto; }
  .about-production-block--2 {
    flex-direction: column-reverse; }
  .about-production-block__group-image {
    width: 100%; }
  .about-education {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto; }
  .about-success {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto; }
  .about-history-container {
    display: flex;
    flex-direction: column-reverse; }
  .about-history-item__content {
    flex-basis: auto; }
  .about-history-item img {
    height: auto !important;
    width: 100% !important;
    aspect-ratio: auto; }
  .about-history-thumbs-swiper {
    margin-top: 0;
    margin-bottom: 16px; }
  .care-guide-hero {
    padding-top: 70px;
    padding-bottom: 55px; }
  .care-guide-hero__container > img {
    width: 170px; }
  .care-guide-hero__container h1 {
    font-size: 24px;
    margin-top: 20px; }
  .care-guide-hero__logo {
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px; }
  .care-guide-hero__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .care-guide-sublead {
    margin-top: 45px;
    font-size: 20px; }
  .care-guide-lead {
    font-size: 24px;
    max-width: 700px;
    margin-top: 48px; }
  .care-guide__divider {
    margin-top: 60px;
    margin-bottom: 60px; }
  .care-guide__section h2 {
    font-size: 24px;
    margin-bottom: 40px; }
  .care-guide__row {
    gap: 15px;
    margin-bottom: 60px; }
  .care-guide__col {
    flex-basis: calc((100% - 15px*3) / 4);
    max-width: calc((100% - 15px*3) / 4); }
  .care-guide__card-title {
    font-size: 16px;
    line-height: 1.1875; }
  .care-guide__card-link {
    font-size: 12px;
    bottom: 40px; }
  .care-guide-detail {
    margin-top: 90px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    padding-top: 210px;
    position: relative;
    margin-bottom: 80px; }
  .care-guide-detail__aside {
    flex-basis: auto;
    width: 130px;
    height: 160px;
    position: absolute;
    top: 0;
    left: 0; }
  .care-guide-detail__aside img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain; }
  .care-guide-detail__main {
    flex-basis: auto; }
  .care-guide-detail__main h1 {
    position: absolute;
    left: 160px;
    top: 0;
    height: 160px;
    display: flex;
    align-items: center;
    margin-bottom: 0; }
  .care-guide-slider {
    margin-bottom: 80px; }
  .care-guide-slider .swiper-button-prev, .care-guide-slider .swiper-button-next {
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: contain; }
  .care-guide-swiper {
    max-width: calc(100% - 80px); }
  .app-banner {
    display: flex; }
  .cookie-popup {
    bottom: 10px; } }

@media only screen and (max-width: 64rem) {
  .nav-ul__item--geo {
    display: none; } }

@media screen and (max-width: 1024px) {
      .main-banner__video {
        height: calc(var(--vh, 1vh) * 100 - 5.9125rem);
        min-height: auto; }
      .main-banner__video-item {
        height: calc(var(--vh, 1vh) * 100 - 5.9125rem);
        min-height: auto; } }

@media screen and (max-width: 1023px) {
        .a-reset-styles .ch-order__field.m-select .select__list {
          top: 3rem; }
      .a-reset-styles .ch-order__field .field-label {
        display: none; }
      .a-reset-styles .ch-order__wrap.m-two > :nth-child(3) {
        padding-top: 10px; }
      .a-reset-styles .ch-order__address-wrap > [data-content="delivery-address"] {
        padding: 16px 0 32px; }
        .a-reset-styles .ch-order__pickup-btn {
          max-width: 100% !important; }
      .a-reset-styles .ch-order .input__error {
        grid-column: auto; }
      .a-reset-styles .ch-order-radio__title {
        flex-direction: column; }
      .a-reset-styles .ch-order-radio__price {
        margin-top: 10px; }
        .a-reset-styles .ch-order-radio__price .ds-delivery-delimiter {
          display: none; }
      .a-reset-styles .popup-search .select__list {
        grid-column: auto; }
      .a-reset-styles .profile__subscription {
        justify-content: space-between; }
      .a-reset-styles .order-result .btn {
        width: 100%;
        max-width: 100%; }
  .look-module__container {
    display: grid;
    grid-template: auto/1fr;
    grid-gap: 20px;
    margin-top: 48px;
    align-items: start; }
  .look-module__right {
    display: grid;
    grid-template: auto/1fr;
    grid-gap: 20px;
    list-style: none; }
      .look-card__sizes {
        grid-column: 1/span 2; }
        .loyalty__promo-head-bg {
          background-position: 85%; } }

@media only screen and (max-width: 48rem) {
  .nav-ul__item:not(:last-child) {
    margin-right: 1.56rem; }
  .nav-ul__item--fav + .hide-mob {
    display: none; } }

@media only screen and (max-width: 768px) {
  .hide-md {
    display: none; } }

@media (max-width: 767px) {
  .custom-slider__arrow--prev.swiper-button-prev,
  .custom-slider__arrow--next.swiper-button-next {
    display: none; }
  #similar-products .swiper-slide {
    max-width: calc(100%/2);
    margin-right: 20px; }
  .history-cart__item-in {
    display: none; } }

@media screen and (max-width: 767px) {
    .a-reset-styles .aside {
      display: none; }
      .a-reset-styles .catalog__tags {
        display: none; }
      .a-reset-styles .catalog__button {
        display: none; }
      .a-reset-styles .catalog__select {
        display: none; }
    .a-reset-styles .catalog-result {
      display: none;
      margin-bottom: 5px; }
      .a-reset-styles .color-field__element {
        width: 25%; }
      .a-reset-styles .ch-order__note {
        padding-top: 10px; }
      .a-reset-styles .ch-order__deliveries {
        padding: 0.625rem 0; }
      .a-reset-styles .ch-order__payments {
        padding: 0.625rem 0; }
      .popup-store__sizes.m-none {
        display: none; }
    .a-reset-styles .popup-pickup__map {
      height: calc(100vh - 160px); }
      .a-reset-styles .popup-pickup__shops {
        overflow-y: visible; }
      .a-reset-styles .popup-pickup__title {
        margin-right: 15px; }
    .a-reset-styles .popup-pickup__main[data-active] .popup-pickup__list {
      display: block; }
      .a-reset-styles .popup-pickup__list {
        display: none;
        margin-top: 32px; }
  .a-reset-styles .popup-cities__body {
    height: 100vh; }
  .a-reset-styles .popup-location-cities__body {
    height: 100%; }
      .a-reset-styles .profile__fields > :nth-child(2n) {
        margin-bottom: 10px; }
      .a-reset-styles .profile__fields > :last-child {
        margin-bottom: 0; }
  .a-reset-styles .order-item__info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between; }
    .a-reset-styles .order-item__details {
      margin-bottom: 10px;
      flex-direction: column; }
      .a-reset-styles .order-item__product_slider .product__slide {
        width: 185px;
        min-width: 185px; }
      .a-reset-styles .order-item__product_slider__pagination {
        display: flex;
        bottom: 0 !important;
        position: relative;
        margin-top: 8px;
        justify-content: center; }
        .a-reset-styles .order-item__product_slider__pagination .swiper-pagination-bullet {
          width: 8px;
          height: 8px;
          background-color: #D9D9D9;
          opacity: 1; }
        .a-reset-styles .order-item__product_slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background-color: #717171;
          opacity: 1; }
      .a-reset-styles .order-item__product_slider__btn-prev, .a-reset-styles .order-item__product_slider__btn-next {
        display: none; }
      .a-reset-styles .account__title.m-no-sm {
        display: none; }
    .a-reset-styles .account-aside {
      width: calc(100% + 40px);
      margin-left: -20px; }
      .a-reset-styles .account-aside__item {
        display: none; }
      .a-reset-styles .account-aside__item--menu {
        display: block;
        background: #F8F8F8;
        padding: 0; }
        .a-reset-styles .account-aside__item--menu[open] > .account-aside__head:after {
          transform: translateY(-50%) rotate(180deg); }
      .a-reset-styles .account-aside__link {
        border-bottom: thin solid #D4D4D4;
        padding: 14px 20px 13px;
        width: 100%;
        font-weight: 500; }
        .a-reset-styles .account-aside__link:last-child {
          border-bottom: none; }
  .a-reset-styles .address-new__controls {
    margin-top: 10px; }
  .a-reset-styles .address-new__controls.m-second {
    margin-top: 0; }
    .main-banner__video.m-only-md, .main-banner__video-item.m-only-md {
      display: none; }
        .search__list .card:nth-child(n + 5) {
          display: none; }
          .search__list .card__discount.discount {
            position: relative;
            top: auto;
            right: auto; }
    .sales__pagination {
      display: none; }
    .a-reset-styles .lookbook__second, .a-reset-styles .lookbook__third, .a-reset-styles .lookbook__item.m-first {
      width: calc(100% + 40px);
      margin-left: -20px; }
      .a-reset-styles .lookbook__second .lookbook__links, .a-reset-styles .lookbook__third .lookbook__links, .a-reset-styles .lookbook__item.m-first .lookbook__links {
        padding: 0 20px; }
    .a-reset-styles .lookbook__item.m-stretch {
      padding: 0 10px; }
      .a-reset-styles .lookbook-main__container {
        transition-property: min-height, height;
        transition-duration: .4s; }
      .a-reset-styles .lookbook-main__container.m-basic {
        height: 375px;
        max-height: 375px; }
      .a-reset-styles .lookbook-main__button {
        order: 5;
        margin-bottom: auto; }
        .a-reset-styles .lookbook-main__button > span {
          display: flex;
          flex-direction: row;
          align-items: flex-end;
          justify-content: flex-start; }
      .a-reset-styles .lookbook-main__content {
        height: 375px; }
      .a-reset-styles .lookbook-main__content:not(.m-basic) {
        margin-top: 122px; }
      .a-reset-styles .lookbook-main__link {
        max-width: 100%;
        margin-top: 30px; }
  .a-reset-styles .faq__title.account__title {
    margin-top: 30px; }
    .a-reset-styles .delivery-filter__radio:checked + .delivery-filter__label {
      font-weight: 600;
      background: #F8F8F8; }
    .a-reset-styles .delivery-filter__label {
      padding: 14px 20px 13px 20px;
      background: #F8F8F8;
      border-bottom: thin solid #D4D4D4;
      font: 500 0.875rem/1.25rem "Montserrat", "Roboto", "Helvetica", "Arial", sans-serif; }
  .a-reset-styles .content-aside {
    display: none; }
    .a-reset-styles .content-aside__item {
      display: block; }
    .a-reset-styles .stores__map {
      height: calc(100vh - 200px);
      max-height: 410px; }
  .a-reset-styles .store-one__main {
    height: auto;
    margin-top: 30px; }
    .a-reset-styles .store-one__list {
      max-height: unset; }
      .a-reset-styles .thx .btn {
        width: 100%;
        max-width: 100%; }
    .card__price.price:not(:last-child) {
      margin-right: 0; }
      .card__discount {
        position: absolute;
        top: 6px;
        right: 5px;
        padding: 2px 3px;
        z-index: 40; }
      .card__hvr-dot {
        width: 5px;
        height: 5px;
        margin: 5px 3px 0; }
        .loyalty__button-center .btn, .loyalty__button-center_modified .btn {
          max-width: 100%;
          width: 100%; } }

@media (max-width: 45.3125rem) {
  .tab-soc .l-block {
    flex-direction: column;
    align-items: flex-start; }
    .tab-soc .l-block__col {
      text-align: left;
      align-items: flex-start; } }

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none; } }

@media only screen and (max-width: 40rem) {
  .hide-640 {
    display: none; } }

@media (max-width: 576px) {
  .care-guide-hero {
    padding-top: 30px;
    padding-bottom: 8px; }
  .care-guide-hero__container > img {
    width: 90px; }
  .care-guide-hero__container h1 {
    font-size: 16px;
    margin-top: 12px;
    text-align: center;
    max-width: 300px; }
  .care-guide-sublead {
    margin-top: 40px;
    font-size: 16px; }
  .care-guide-lead {
    font-size: 20px;
    margin-bottom: 60px; }
  .care-guide__divider {
    margin-bottom: 30px;
    margin-top: 30px;
    height: 1px; }
  .care-guide__section h2 {
    font-size: 16px;
    margin-bottom: 25px; }
  .care-guide__col {
    flex-basis: calc((100% - 15px * 1) / 2);
    max-width: calc((100% - 15px * 1) / 2); }
  .care-guide__card-title {
    font-size: 14px;
    max-width: 180px; }
  .care-guide__card-link {
    font-size: 13px; }
  .care-guide-detail {
    margin-top: 45px;
    padding-top: 108px;
    margin-bottom: 40px; }
  .care-guide-detail__aside {
    width: 65px;
    height: 83px; }
  .care-guide-detail__main h1 {
    left: 88px;
    height: 83px;
    font-size: 16px; }
  .care-guide-detail__main ul {
    margin-left: 20px; }
  .care-guide-detail__main {
    font-size: 14px; }
  .care-guide-slider .swiper-button-prev, .care-guide-slider .swiper-button-next {
    width: 24px;
    height: 24px; }
  .care-guide-slider {
    margin-bottom: 60px; }
  .care-guide-hero__logo {
    width: 20px;
    height: 20px;
    top: 12px;
    right: 12px; }
  .care-guide__card-link {
    bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center; }
  .care-guide-swiper {
    max-width: calc(100% - 30px); }
  .care-guide-slider .swiper-navigation {
    left: -20px;
    right: -20px; }
  .care-guide__card-title {
    padding-top: 40px;
    padding-bottom: 40px; } }

@media only screen and (max-width: 576px) {
  .hide-mob {
    display: none; }
    .full-size-block--st1 .full-size-block__title {
      margin-top: 1.45rem; }
    .custom-slider__arrow--prev,
    .custom-slider__arrow--next {
      display: none; }
      .full-size-btn--st1 {
        padding-top: 2rem; }
    .def-section--tab-fix {
      padding: 1.325rem 0 3.5rem !important; }
    .discount {
      font-size: 0.625rem;
      min-width: 2.375rem;
      line-height: 0.55rem; }
  [data-acc-list-mob-sub] {
    display: none; }
  .slder-module .card__fav {
    margin-top: 0.9375rem; }
      .item-detail__row .color-list {
        margin-top: 1.5625rem;
        margin-bottom: 1.875rem; }
      .item-detail__row .size-block {
        margin: 1.4375rem 0 1.875rem; }
      .item-detail__detail {
        padding-top: 0.75rem;
        padding-bottom: 0; }
      .item-detail .item-detail-list__item {
        margin-bottom: 0; }
  .mob-all-w {
    width: 100%; } }

@media (max-width: 35.9375rem) {
  .def-mob-section {
    padding-top: 1.7rem; }
  .logo-link__img {
    width: 4.125rem;
    height: 1.375rem; }
  li.nav-ul__item.nav-ul__item--fav {
    margin-left: -0.4375rem; }
  .header__left-inner {
    position: relative;
    top: 0.1875rem; }
  .header__logo {
    top: 1.125rem; }
  .header__left .nav-ul {
    left: calc(100% - 5.7rem); }
  .header__wrapper {
    padding: .6875rem 1.75rem .85rem 1.4rem; }
  .header__logo {
    transform: none;
    left: 4.3125rem; }
  .search-box__btn {
    right: 1.3rem; }
  .full-size-block__title {
    margin-top: 1.35rem;
    margin-bottom: 0.4rem;
    line-height: 1.3; }
  .active-cat {
    margin-bottom: 1.5rem; }
  .t-prod-list {
    padding-bottom: 1.25rem;
    grid-template-columns: 7rem 1fr; }
  .card-list {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    padding-top: 1.1rem; }
    .card-list__item {
      padding: 0 0.625rem 3.025rem; }
  .p-card__descr {
    padding-top: 0; }
  .card-list--mb {
    margin-bottom: 0; }
  .newsletter-form {
    padding: 1.875rem 1.25rem; }
    .newsletter-form__title {
      line-height: 1.27; }
  .i-block__item {
    margin-bottom: 1.35rem; }
  .see-more--pt {
    padding-top: 1.35rem; }
  .i-block__title {
    margin-bottom: 0.5rem;
    line-height: 1.25rem; }
  .i-block__descr {
    line-height: 1.25rem; }
  .i-block__item:last-child {
    margin-top: -0.5rem; }
  .footer-links {
    border-bottom: none;
    display: flex;
    flex-direction: column; }
  .l-block__title {
    padding: 0.95rem 0;
    margin: 0;
    font-size: 1rem;
    line-height: 1.25rem; }
    .l-block__title:after {
      right: 0; }
  .l-block__descr {
    padding-top: 0.4375rem;
    padding-bottom: 1.1625rem; }
  .form-subscribe__container {
    padding: 1.7875rem 0 1.4875rem 0; }
  .f-title {
    margin-top: 0.9375rem; }
  .footer-links {
    padding: 0;
    border-top: none;
    border-bottom: 0.0625rem solid #959595; }
    .footer-links .l-block__title {
      padding: 1.75rem 0;
      border-top: 0.0625rem solid #959595; }
  .footer-icons__img {
    width: 9.75rem;
    height: 2.5rem; }
  .copy-block {
    padding-bottom: 0; }
  .main-banner__image {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    padding-bottom: 4.375rem; }
  .main-banner__sub-title {
    margin-top: 1.0625rem; }
  .main-banner__btn {
    margin-top: 2.925rem; }
  .p-card__title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.25rem; }
  .cats-b-list {
    grid-row-gap: 2.175rem; }
  .def-section {
    padding: 1.325rem 0; }
  .title-def {
    padding: .125rem 0 0.8125rem;
    margin-bottom: 1.525rem; }
    .title-def span + i {
      line-height: 1; }
    .title-def--mob {
      font-size: 1.5rem; }
  .card-module__img {
    object-fit: cover;
    min-height: 20.9375rem; }
  .card-module__btn {
    margin: 1.5125rem auto 0.4rem;
    max-width: 100%; }
  .label {
    font-size: 0.85rem; }
  .title-def--st-1 {
    font-size: 1.5rem;
    line-height: 2.25rem;
    text-transform: none; }
  .card-module__inner-descr {
    padding: 3.325rem 1.025rem 1.3rem; }
  .card-module__txt {
    margin-bottom: 2.5rem; }
  .card-module__footer.card-module__footer--st-1 a {
    margin: 2.5rem 0 1.7rem; }
  /*
   .menu-category {
      display: block;
      &__arrow-mob {
          position: relative;
          //transition: .3s ease-in-out;
          display: block;
          background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.40501 15.3757C2.1707 15.6101 1.7908 15.6101 1.55649 15.3757L0.874459 14.6937C0.640145 14.4594 0.640145 14.0795 0.87446 13.8452L6.29538 8.42427C6.52969 8.18995 6.52969 7.81005 6.29538 7.57574L0.874459 2.15482C0.640144 1.92051 0.640144 1.54061 0.874459 1.30629L1.55648 0.624266C1.7908 0.389952 2.1707 0.389952 2.40501 0.624267L9.35649 7.57574C9.5908 7.81005 9.5908 8.18995 9.35649 8.42427L2.40501 15.3757Z' fill='%23001022'/%3E%3C/svg%3E%0A");
          width: 1.025rem;
          right: 0;
          transform: none;
          height: 1.025rem;
          background-repeat: no-repeat;
          background-size: contain;
          margin: 0;
          bottom: initial;
          left: initial;
          border: none;
      }
      &__link {
          font-weight: 700;
          font-size: 1rem;

          &:before,
          &:after
          {
              display: none;
          }

      }
      &__item {

          padding: 0 !important;


      }
      &__wrap {
          display: flex;
          justify-content: space-between;
          padding: 1.125rem .75rem 1.125rem 0;
          line-height: rem(20);
          border-bottom: rem(1) solid $light-gray;
          text-transform: uppercase;
          &.active {
              justify-content: flex-start;
              background:$smooth-gary;
              margin: 0 rem(-20);
              padding-left: 1.35rem;
              .menu-category__arrow-mob {
                  order: -1;
                  margin-right: 0.8125rem;
                  transform: scale(-1);
                  top: rem(3);
              }
          }
      }

  }

  */
  .section-detail-product .container--fluide {
    padding: 0; }
  .item-detail__right {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media (max-width: 480px) {
  .about-triple__item {
    flex-basis: 100%; }
  .cookie-popup {
    max-width: calc(100% - 20px);
    padding: 16px; }
  .cookie-popup__content {
    font-size: 12px; } }

@media only screen and (max-width: 422px) {
    .title-def {
      align-items: flex-start; } }

@media (max-width: 380px) {
  .care-guide__card-link {
    bottom: 10px; } }

@media screen and (max-width: 374px) {
      .a-reset-styles .cart-item__image {
        min-width: 100px; } }

@media screen and (pointer: fine) {
    .a-reset-styles button:hover {
      transition-duration: 0.15s; }
      .a-reset-styles .checkbox__link:hover,
      .checkbox__link:hover {
        opacity: .7;
        transition-duration: 0.15s; }
      .a-reset-styles .aside__tab:hover {
        opacity: .6;
        transition-duration: 0.15s; }
      .a-reset-styles .aside__link:hover {
        opacity: .7;
        transition-duration: 0.15s; }
      .a-reset-styles .catalog__tag:hover {
        opacity: .6;
        transition-duration: 0.15s; }
      .a-reset-styles .catalog-result__item:hover {
        opacity: .6;
        transition: opacity 0.15s; }
        .a-reset-styles .color-field__item input:hover {
          background: rgba(255, 255, 255, 0.3);
          transition: opacity 0.25s; }
      .a-reset-styles .filter__title:hover {
        opacity: .7;
        transition: opacity 0.15s; }
        .multi-field__item label:hover {
          opacity: .7;
          transition: opacity 0.15s; }
    .a-reset-styles .pagination__link:hover {
      opacity: .7;
      transition-duration: 0.15s; }
      .a-reset-styles .cart-item__close:hover {
        opacity: .5; }
      .ch-order-pickup__link:hover {
        opacity: .7;
        transition-duration: 0.15s; }
        .popup-store__title a:hover,
        .popup-store__title button:hover {
          opacity: 0.75;
          transition: opacity 0.15s; }
      .a-reset-styles .popup-pickup__item:hover {
        background: #F9F9F9; }
      .a-reset-styles .popup-pickup__back:hover {
        text-decoration-color: transparent;
        transition-duration: 0.15s; }
    .a-reset-styles .popup-cities__city:hover {
      opacity: .7;
      transition-duration: 0.15s; }
    .a-reset-styles .popup-location-cities__city:hover {
      opacity: .7;
      transition-duration: 0.15s; }
      .a-reset-styles .popup-filter__variant:hover {
        opacity: .6;
        transition: opacity 0.15s; }
      .a-reset-styles .qs-overlay .qs-overlay-month:hover {
        color: #F01237; }
      .a-reset-styles .account__link:hover {
        opacity: .7;
        transition-duration: 0.15s; }
      .a-reset-styles .account-aside__link:hover {
        font-weight: 600; }
      .a-reset-styles .basket-item__title:hover {
        opacity: .75;
        transition: opacity 0.15s; }
      .a-reset-styles .order-total__link:hover {
        opacity: .7;
        transition-duration: 0.15s; }
      .a-reset-styles .order-total__help:hover {
        opacity: .7;
        text-decoration: none;
        transition-duration: 0.15s; }
    .a-reset-styles .btn:hover,
    .btn:hover {
      background: #ffffff;
      color: #212529;
      border-color: #f2f2f2;
      transition-duration: 0.15s; }
      .a-reset-styles .btn--st1:hover,
      .btn--st1:hover {
        background: #D4D4D433;
        color: #212529;
        border-color: #212529; }
      .a-reset-styles .btn--st2:hover,
      .btn--st2:hover {
        background: #212529;
        color: #ffffff; }
      .a-reset-styles .btn--white:hover,
      .btn--white:hover {
        color: #212529; }
      .a-reset-styles .btn--black:hover,
      .btn--black:hover {
        background: #212529;
        color: #ffffff;
        border-color: #ffffff; }
      .a-reset-styles .btn--black-bg:hover,
      .btn--black-bg:hover {
        background: #ffffff;
        color: #212529; }
      .a-reset-styles .select__item:hover {
        background: #F9F9F9; }
      .search__more:hover {
        color: #333333;
        transition: color 0.15s; }
        .search__input svg:hover {
          stroke: #333333; }
    .search .search-history__item:hover,
    .search .search-tips__item:hover {
      opacity: .6;
      transition: opacity 0.15s; }
        .a-reset-styles .contacts__info a:hover {
          opacity: .7;
          transition-duration: 0.15s; }
      .a-reset-styles .contacts-details__list a:hover {
        opacity: .7;
        transition-duration: 0.15s; }
      .a-reset-styles .lookbook__link:hover > span {
        text-decoration-color: transparent;
        transition-duration: 0.15s; }
        .a-reset-styles .lookbook__more > summary:hover {
          opacity: .5;
          transition-duration: 0.15s; }
      .card-add__link:hover {
        opacity: .6;
        transition-duration: 0.15s; } }

/*# sourceMappingURL=main.css.map */
