.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;
}
@charset "UTF-8";
/*! 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.
 */
/* line 11, _normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, _normalize.scss */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, _normalize.scss */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, _normalize.scss */
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.
 */
/* line 53, _normalize.scss */
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.
 */
/* line 64, _normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, _normalize.scss */
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.
 */
/* line 85, _normalize.scss */
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.
 */
/* line 95, _normalize.scss */
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.
 */
/* line 105, _normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
/* line 116, _normalize.scss */
small {
  font-size: 80%; }

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

/* line 133, _normalize.scss */
sub {
  bottom: -0.25em; }

/* line 137, _normalize.scss */
sup {
  top: -0.5em; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, _normalize.scss */
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.
 */
/* line 176, _normalize.scss */
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.
 */
/* line 187, _normalize.scss */
button,
select {
  /* 1 */
  text-transform: none; }

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

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 208, _normalize.scss */
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.
 */
/* line 220, _normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
/* line 231, _normalize.scss */
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.
 */
/* line 242, _normalize.scss */
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.
 */
/* line 255, _normalize.scss */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 263, _normalize.scss */
textarea {
  overflow: auto; }

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 282, _normalize.scss */
[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.
 */
/* line 292, _normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 301, _normalize.scss */
[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.
 */
/* line 310, _normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

/*
 * Add the correct display in all browsers.
 */
/* line 330, _normalize.scss */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 341, _normalize.scss */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
/* line 349, _normalize.scss */
[hidden] {
  display: none; }

/* line 353, _normalize.scss */
a {
  text-decoration: none;
  color: var(--accent-color); }

/* line 358, _normalize.scss */
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0; }

/* line 367, _normalize.scss */
*,
input,
:before,
:after {
  box-sizing: border-box; }

/* line 25, _variables.scss */
:root {
  --accent-color: #333436;
  --accent-color-hover: #4c4d50;
  --red-color: #ff4f33;
  --grey-color: #707070;
  --light-grey-color: #9a9a9a;
  --border-color: #ececec;
  --dark-border-color: lightgray;
  --beige-color: #f8f7f5;
  --dark-beige-color: #bbb0a8;
  --white-color: #fff;
  --border-radius: 0px;
  --opacity-hover: 0.75;
  --hover-transition: 0.3s;
  --font-family-hs: -apple-system, BlinkMacSystemFont, "Aeonik Pro", Roboto, Open Sans, Helvetica Neue, Noto Sans Armenian, Noto Sans Bengali, Noto Sans Cherokee, Noto Sans Devanagari, Noto Sans Ethiopic, Noto Sans Georgian, Noto Sans Hebrew, Noto Sans Kannada, Noto Sans Khmer, Noto Sans Lao, Noto Sans Osmanya, Noto Sans Tamil, Noto Sans Telugu, Noto Sans Thai, sans-serif;
  --max-width-small: 900px; }

/* line 15, _mixin.scss */
a {
  cursor: pointer;
  transition: all 0.3s ease 0s; }
  /* line 9, _mixin.scss */
  a:hover, a:focus {
    opacity: var(--opacity-hover); }

/* line 1, _body.scss */
body {
  font-family: var(--font-family-hs);
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  color: var(--accent-color);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeSpeed;
  background: var(--white-color); }

/* line 13, _body.scss */
button,
input {
  outline: none;
  border: 0;
  appearance: none; }

/* line 20, _body.scss */
img {
  max-width: 100%;
  max-height: 100%; }

/* line 43, _slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

/* line 57, _slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  /* line 64, _slick.scss */
  .slick-list:focus {
    outline: none; }
  /* line 68, _slick.scss */
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

/* line 74, _slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* line 80, _slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  /* line 86, _slick.scss */
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  /* line 92, _slick.scss */
  .slick-track:after {
    clear: both; }
  /* line 96, _slick.scss */
  .slick-loading .slick-track {
    visibility: hidden; }

/* line 101, _slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  /* line 106, _slick.scss */
  [dir="rtl"] .slick-slide {
    float: right; }
  /* line 110, _slick.scss */
  .slick-slide img {
    display: block; }
  /* line 114, _slick.scss */
  .slick-slide.slick-loading img {
    display: none; }
  /* line 120, _slick.scss */
  .slick-slide.dragging img {
    pointer-events: none; }
  /* line 124, _slick.scss */
  .slick-initialized .slick-slide {
    display: block; }
  /* line 128, _slick.scss */
  .slick-loading .slick-slide {
    visibility: hidden; }
  /* line 132, _slick.scss */
  .slick-vertical .slick-slide {
    display: block;
    height: auto; }

/* line 138, _slick.scss */
.slick-arrow.slick-hidden {
  display: none; }

/*================ Slick Slider Theme ================*/
/* Arrows */
/* line 146, _slick.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none; }
  /* line 163, _slick.scss */
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    background: transparent;
    color: transparent; }
    /* line 168, _slick.scss */
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  /* line 173, _slick.scss */
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  /* line 177, _slick.scss */
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick-icons, sans-serif";
    font-size: 20px;
    line-height: 1;
    color: #333436;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

/* line 188, _slick.scss */
.slick-prev {
  left: -25px; }
  /* line 191, _slick.scss */
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  /* line 196, _slick.scss */
  .slick-prev:before {
    padding-right: 8px;
    content: "‹"; }
    /* line 200, _slick.scss */
    [dir="rtl"] .slick-prev:before {
      content: "›"; }

/* line 206, _slick.scss */
.slick-next {
  right: -25px; }
  /* line 209, _slick.scss */
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  /* line 214, _slick.scss */
  .slick-next:before {
    padding-left: 8px;
    content: "›"; }
    /* line 218, _slick.scss */
    [dir="rtl"] .slick-next:before {
      content: "‹"; }

/* Dots */
/* line 226, _slick.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

/* line 230, _slick.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  /* line 240, _slick.scss */
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    /* line 249, _slick.scss */
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      /* line 263, _slick.scss */
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 1; }
      /* line 268, _slick.scss */
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: "slick-icons, sans-serif";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: var(--white-color);
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    /* line 286, _slick.scss */
    .slick-dots li.slick-active button:before {
      color: #fff;
      opacity: 0.75; }

/* line 297, _slick.scss */
.slick-slider .slick-dots li,
.slick-slider .slick-dots li button {
  width: 10px;
  height: 10px; }
/* line 303, _slick.scss */
.slick-slider .slick-dots li button::before {
  width: 10px;
  height: 10px;
  border-radius: 100%; }
/* line 310, _slick.scss */
.slick-slider .slick-dots li.slick-active,
.slick-slider .slick-dots li.slick-active button,
.slick-slider .slick-dots li.slick-active button::before {
  width: 12px;
  height: 12px; }

/* line 319, _slick.scss */
.hero .slick-dots {
  bottom: 20px; }
  /* line 322, _slick.scss */
  .hero .slick-dots li button::before {
    background-color: var(--white-color); }

/* line 329, _slick.scss */
.hero.slick-dotted {
  margin-bottom: 0; }

/* line 333, _slick.scss */
.slick-track {
  cursor: pointer;
  cursor: -webkit-grab; }
  /* line 338, _slick.scss */
  [data-slide-count="1"] .slick-track {
    cursor: default; }
    /* line 341, _slick.scss */
    [data-slide-count="1"] .slick-track:active {
      cursor: default; }
  /* line 346, _slick.scss */
  .slick-track:active {
    cursor: -webkit-grabbing; }

/* line 353, _slick.scss */
.slick-prev,
.slick-next {
  width: auto;
  height: auto;
  top: 50%;
  z-index: 20;
  transform: translateY(-50%); }
  /* line 361, _slick.scss */
  .slick-prev:before,
  .slick-next:before {
    color: var(--white-color);
    font-size: 75px;
    line-height: 60px;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.3);
    height: 70px;
    width: 70px;
    display: block;
    border-radius: 50%;
    text-align: center; }

/* line 375, _slick.scss */
.slick-prev {
  left: 5px; }
  /* line 378, _slick.scss */
  [dir="rtl"] .slick-prev {
    right: 5px; }
  @media (max-width: 767px) {
    /* line 375, _slick.scss */
    .slick-prev {
      left: 24px; }
      /* line 384, _slick.scss */
      [dir="rtl"] .slick-prev {
        right: 24px; } }

/* line 390, _slick.scss */
.slick-next {
  right: 5px; }
  /* line 393, _slick.scss */
  [dir="rtl"] .slick-next {
    left: 5px; }
  @media (max-width: 767px) {
    /* line 390, _slick.scss */
    .slick-next {
      right: 24px; }
      /* line 399, _slick.scss */
      [dir="rtl"] .slick-next {
        left: 24px; } }

/* line 405, _slick.scss */
.slick-slider .slick-dots li button::before {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--accent-color) !important; }

/* line 412, _slick.scss */
.slick-slider .slick-dots li.slick-active,
.slick-slider .slick-dots li.slick-active button,
.slick-slider .slick-dots li.slick-active button::before {
  width: 10px;
  height: 10px; }

/* line 1, _button.scss */
.button,
.co-button,
.picker-button {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: -0.494px;
  text-decoration: none;
  text-align: center;
  color: var(--white-color);
  border: 0;
  border-radius: var(--border-radius);
  outline: none;
  background-color: var(--accent-color);
  padding: 12px 16px;
  cursor: pointer;
  transition: all 0.3s ease 0s; }
  /* line 9, _mixin.scss */
  .button:hover, .button:focus,
  .co-button:hover,
  .co-button:focus,
  .picker-button:hover,
  .picker-button:focus {
    opacity: var(--opacity-hover); }
  /* line 18, _button.scss */
  .button:hover, .button:focus,
  .co-button:hover,
  .co-button:focus,
  .picker-button:hover,
  .picker-button:focus {
    background-color: var(--accent-color);
    box-shadow: none; }
  /* line 24, _button.scss */
  .button--white,
  .co-button--white,
  .picker-button--white {
    background: var(--white-color);
    color: var(--accent-color); }
    /* line 28, _button.scss */
    .button--white:hover, .button--white:focus,
    .co-button--white:hover,
    .co-button--white:focus,
    .picker-button--white:hover,
    .picker-button--white:focus {
      background: var(--white-color); }
  /* line 34, _button.scss */
  .button[disabled],
  .co-button[disabled],
  .picker-button[disabled] {
    color: #717171 !important;
    background-color: #f6f6f6 !important;
    pointer-events: none; }
    /* line 39, _button.scss */
    .button[disabled]:hover, .button[disabled]:focus,
    .co-button[disabled]:hover,
    .co-button[disabled]:focus,
    .picker-button[disabled]:hover,
    .picker-button[disabled]:focus {
      background-color: #f6f6f6 !important; }
  /* line 45, _button.scss */
  .button.disabled,
  .co-button.disabled,
  .picker-button.disabled {
    opacity: 0.5;
    pointer-events: none; }
  /* line 50, _button.scss */
  .button--full,
  .co-button--full,
  .picker-button--full {
    width: 100%; }

/* line 1, _page.scss */
.page-width {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px; }
  @media (max-width: 767px) {
    /* line 1, _page.scss */
    .page-width {
      padding: 0 16px; } }

/* line 11, _page.scss */
.page {
  margin-bottom: 60px; }
  /* line 14, _page.scss */
  .page-title {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -0.364px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      /* line 14, _page.scss */
      .page-title {
        font-size: 28px; } }
  /* line 28, _page.scss */
  .page-404 .text-wrapper {
    position: relative; }
    /* line 31, _page.scss */
    .page-404 .text-wrapper:before {
      content: "404";
      font-weight: 600;
      font-size: 280px;
      line-height: 130%;
      color: var(--accent-color);
      opacity: 0.06;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      pointer-events: none; }
      @media (max-width: 991px) {
        /* line 31, _page.scss */
        .page-404 .text-wrapper:before {
          font-size: 230px; } }
      @media (max-width: 767px) {
        /* line 31, _page.scss */
        .page-404 .text-wrapper:before {
          display: none; } }
  /* line 57, _page.scss */
  .page-404 h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 130%;
    margin: 0 0 16px;
    color: var(--accent-color); }
    @media (max-width: 767px) {
      /* line 57, _page.scss */
      .page-404 h2 {
        text-align: center;
        font-size: 28px; } }
  /* line 71, _page.scss */
  .page-404 p {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: var(--accent-color);
    margin: 0 0 80px; }
    @media (max-width: 767px) {
      /* line 71, _page.scss */
      .page-404 p {
        text-align: center;
        font-size: 18px;
        margin-bottom: 60px; } }
  @media (max-width: 767px) {
    /* line 86, _page.scss */
    .page-404 .button {
      display: block; } }
  /* line 92, _page.scss */
  .page-404 .page-width {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 767px) {
      /* line 92, _page.scss */
      .page-404 .page-width {
        flex-direction: column-reverse;
        justify-content: center; } }
  /* line 103, _page.scss */
  .page-404__left {
    flex: 1 0 auto; }
  /* line 107, _page.scss */
  .page-404__right {
    margin-left: 60px; }
    @media (max-width: 767px) {
      /* line 107, _page.scss */
      .page-404__right {
        margin-bottom: 30px;
        margin-left: 0; } }
    /* line 115, _page.scss */
    .page-404__right img {
      max-width: 100%;
      max-height: 100%; }
      @media (max-width: 767px) {
        /* line 115, _page.scss */
        .page-404__right img {
          max-width: 290px; } }

/* line 44, _input.scss */
textarea.input, textarea.co-input-field {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.2px;
  color: var(--accent-color);
  border: 1px solid rgba(60, 60, 60, 0.2);
  border-radius: var(--border-radius);
  padding: 12px 16px;
  transition: all var(--hover-transition) ease 0s; }
  @media (max-width: 767px) {
    /* line 44, _input.scss */
    textarea.input, textarea.co-input-field {
      font-size: 14px;
      line-height: 16px; } }
  /* line 19, _input.scss */
  textarea.input:active, textarea.input:hover, textarea.co-input-field:active, textarea.co-input-field:hover {
    border: 1px solid var(--accent-color); }
  /* line 24, _input.scss */
  textarea.input:-webkit-autofill, textarea.input:autofill, textarea.co-input-field:-webkit-autofill, textarea.co-input-field:autofill {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.2px;
    background: none; }
    @media (max-width: 767px) {
      /* line 24, _input.scss */
      textarea.input:-webkit-autofill, textarea.input:autofill, textarea.co-input-field:-webkit-autofill, textarea.co-input-field:autofill {
        font-size: 14px;
        line-height: 16px; } }
  /* line 38, _input.scss */
  textarea.input::placeholder, textarea.co-input-field::placeholder {
    color: rgba(60, 60, 60, 0.7); }

/* line 52, _input.scss */
.input[type="text"], .input[type="url"], .input[type="tel"], .input[type="email"],
.co-input-field[type="text"],
.co-input-field[type="url"],
.co-input-field[type="tel"],
.co-input-field[type="email"] {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.2px;
  color: var(--accent-color);
  border: 1px solid rgba(60, 60, 60, 0.2);
  border-radius: var(--border-radius);
  padding: 12px 16px;
  transition: all var(--hover-transition) ease 0s; }
  @media (max-width: 767px) {
    /* line 52, _input.scss */
    .input[type="text"], .input[type="url"], .input[type="tel"], .input[type="email"],
    .co-input-field[type="text"],
    .co-input-field[type="url"],
    .co-input-field[type="tel"],
    .co-input-field[type="email"] {
      font-size: 14px;
      line-height: 16px; } }
  /* line 19, _input.scss */
  .input[type="text"]:active, .input[type="text"]:hover, .input[type="url"]:active, .input[type="url"]:hover, .input[type="tel"]:active, .input[type="tel"]:hover, .input[type="email"]:active, .input[type="email"]:hover,
  .co-input-field[type="text"]:active,
  .co-input-field[type="text"]:hover,
  .co-input-field[type="url"]:active,
  .co-input-field[type="url"]:hover,
  .co-input-field[type="tel"]:active,
  .co-input-field[type="tel"]:hover,
  .co-input-field[type="email"]:active,
  .co-input-field[type="email"]:hover {
    border: 1px solid var(--accent-color); }
  /* line 24, _input.scss */
  .input[type="text"]:-webkit-autofill, .input[type="text"]:autofill, .input[type="url"]:-webkit-autofill, .input[type="url"]:autofill, .input[type="tel"]:-webkit-autofill, .input[type="tel"]:autofill, .input[type="email"]:-webkit-autofill, .input[type="email"]:autofill,
  .co-input-field[type="text"]:-webkit-autofill,
  .co-input-field[type="text"]:autofill,
  .co-input-field[type="url"]:-webkit-autofill,
  .co-input-field[type="url"]:autofill,
  .co-input-field[type="tel"]:-webkit-autofill,
  .co-input-field[type="tel"]:autofill,
  .co-input-field[type="email"]:-webkit-autofill,
  .co-input-field[type="email"]:autofill {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.2px;
    background: none; }
    @media (max-width: 767px) {
      /* line 24, _input.scss */
      .input[type="text"]:-webkit-autofill, .input[type="text"]:autofill, .input[type="url"]:-webkit-autofill, .input[type="url"]:autofill, .input[type="tel"]:-webkit-autofill, .input[type="tel"]:autofill, .input[type="email"]:-webkit-autofill, .input[type="email"]:autofill,
      .co-input-field[type="text"]:-webkit-autofill,
      .co-input-field[type="text"]:autofill,
      .co-input-field[type="url"]:-webkit-autofill,
      .co-input-field[type="url"]:autofill,
      .co-input-field[type="tel"]:-webkit-autofill,
      .co-input-field[type="tel"]:autofill,
      .co-input-field[type="email"]:-webkit-autofill,
      .co-input-field[type="email"]:autofill {
        font-size: 14px;
        line-height: 16px; } }
  /* line 38, _input.scss */
  .input[type="text"]::placeholder, .input[type="url"]::placeholder, .input[type="tel"]::placeholder, .input[type="email"]::placeholder,
  .co-input-field[type="text"]::placeholder,
  .co-input-field[type="url"]::placeholder,
  .co-input-field[type="tel"]::placeholder,
  .co-input-field[type="email"]::placeholder {
    color: rgba(60, 60, 60, 0.7); }

/* line 3, _checkout.scss */
.co-basket_item {
  position: relative;
  align-items: unset; }
  /* line 7, _checkout.scss */
  .co-basket_item-description {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: var(--accent-color);
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      /* line 7, _checkout.scss */
      .co-basket_item-description {
        flex: 1; } }
  /* line 19, _checkout.scss */
  .co-basket_item-image {
    padding-bottom: 0;
    border-radius: 0;
    background: none;
    height: auto; }
    /* line 25, _checkout.scss */
    .co-basket_item-image img {
      position: relative;
      transform: none;
      max-width: unset;
      max-height: unset;
      width: 100% !important;
      height: auto;
      top: 0;
      left: 0; }
  /* line 37, _checkout.scss */
  .co-basket_item-total {
    position: absolute;
    bottom: 0;
    right: 0; }
/* line 44, _checkout.scss */
.co-basket_subtotal-list {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color); }
/* line 50, _checkout.scss */
.co-sidebar {
  box-shadow: none; }
  /* line 53, _checkout.scss */
  .co-sidebar-toggler {
    background: var(--beige-color);
    align-items: center; }
    /* line 57, _checkout.scss */
    .co-sidebar-toggler .co-icon {
      font-size: 16px; }
    /* line 61, _checkout.scss */
    .co-sidebar-toggler_title {
      font-size: 20px;
      line-height: 26px;
      margin: 0 8px; }
/* line 70, _checkout.scss */
.co-price--current {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: var(--accent-color); }
/* line 80, _checkout.scss */
.co-section--checkout_header {
  padding-top: 0; }

/* line 89, _checkout.scss */
.co-delivery_adress-form {
  gap: 16px; }
  /* line 92, _checkout.scss */
  .co-delivery_adress-form .co-input + .co-input {
    margin-top: 0; }

/* line 97, _checkout.scss */
.co-delivery_adress-form {
  gap: 16px; }
  /* line 100, _checkout.scss */
  .co-delivery_adress-form .co-input + .co-input {
    margin-top: 0; }

/* line 105, _checkout.scss */
a:not([class]):focus,
.picker-input--active:not([class]),
a:not([class]):hover,
.link:focus,
.link.picker-input--active,
.link:hover,
.co-link:focus,
.co-link.picker-input--active,
.co-link:hover {
  color: unset; }

/* line 117, _checkout.scss */
.co-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -1px;
  color: var(--accent-color);
  text-align: left;
  margin-bottom: 8px; }
  @media (max-width: 767px) {
    /* line 117, _checkout.scss */
    .co-title {
      font-size: 22px;
      line-height: 28px; } }

/* line 132, _checkout.scss */
.co-checkout-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  text-align: left;
  letter-spacing: -1px;
  color: var(--accent-color);
  margin-bottom: 0px; }
  @media (max-width: 767px) {
    /* line 132, _checkout.scss */
    .co-checkout-title {
      font-size: 22px;
      line-height: 28px;
      margin-bottom: 16px;
      margin-top: 16px; } }

/* line 149, _checkout.scss */
.co-checkout-block {
  margin-bottom: 16px; }

/* line 153, _checkout.scss */
.co-input--promocode {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border-color); }

/* line 164, _checkout.scss */
#promocode-fake-field {
  flex: 1 0 auto;
  width: unset; }

/* line 170, _checkout.scss */
.co-input--promocode:after {
  content: unset; }

/* line 175, _checkout.scss */
.co-basket_subtotal-list {
  padding: 16px 0;
  margin-bottom: 16px; }

/* line 180, _checkout.scss */
.co-section--checkout_header {
  padding-bottom: 0; }

/* line 184, _checkout.scss */
.co-tabs-content {
  margin-bottom: 16px; }

/* line 188, _checkout.scss */
.co-checkout-block {
  letter-spacing: -0.4px; }

/* line 192, _checkout.scss */
.co-basket_subtotal-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  color: var(--accent-color);
  letter-spacing: -0.4px; }

/* line 204, _checkout.scss */
.co-basket_total-title {
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.4px;
  color: var(--accent-color); }

/* line 211, _checkout.scss */
.co-basket_item-total,
.co-price--current,
.co-basket_item-count {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.4px;
  text-align: right; }

/* line 222, _checkout.scss */
.co-section--checkout_order {
  width: 55%; }
  @media (max-width: 767px) {
    /* line 222, _checkout.scss */
    .co-section--checkout_order {
      width: 100%; } }

/* line 229, _checkout.scss */
.co-sidebar {
  width: 40%;
  left: 60%;
  overflow-x: hidden; }
  @media (max-width: 767px) {
    /* line 229, _checkout.scss */
    .co-sidebar {
      width: 100%;
      left: 0; } }

/* line 240, _checkout.scss */
.co-basket-order {
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    /* line 240, _checkout.scss */
    .co-basket-order {
      display: none; } }

@media (min-width: 768px) {
  /* line 248, _checkout.scss */
  .hide-pc {
    display: none; } }

/* line 254, _checkout.scss */
.section--checkout {
  padding-top: 16px; }

/* line 258, _checkout.scss */
.co-modal--pick_up_modal .co-pick_up-button-active {
  background-color: var(--accent-color); }

/* line 262, _checkout.scss */
.co-modal--pick_up_modal .co-pick_up-button-for-switcher,
.co-modal--pick_up_modal .co-pick_up-button-list,
.co-modal--pick_up_modal .co-pick_up-button-map {
  color: var(--accent-color); }

/* line 268, _checkout.scss */
.co-modal--pick_up_modal .co-pick_up-button-map {
  color: var(--white-color); }

/* line 272, _checkout.scss */
.co-modal--pick_up_modal .co-pick_up-input,
.co-modal--pick_up_modal .co-pick_up-button,
.co-modal--pick_up_modal .co-pick_up-button-for-switcher,
.co-modal--pick_up_modal .co-pick_up-button-list,
.co-modal--pick_up_modal .co-pick_up-button-map,
.co-modal--pick_up_modal .co-pick_up-button-details,
.co-modal--pick_up_modal .co-pick_up-button-select,
.co-modal--pick_up_modal .co-pick_up-tariff_select {
  border: 1px solid var(--accent-color); }

/* line 283, _checkout.scss */
.co-modal-close:hover {
  color: var(--accent-color); }

/* line 287, _checkout.scss */
.co-modal--pick_up_modal .co-pick_up-button-select {
  background-color: var(--accent-color);
  color: var(--white-color); }

/* line 292, _checkout.scss */
.co-modal--pick_up_modal .co-pick_up-button:hover,
.co-modal--pick_up_modal .co-pick_up-button-for-switcher:hover,
.co-modal--pick_up_modal .co-pick_up-button-list:hover,
.co-modal--pick_up_modal .co-pick_up-button-map:hover,
.co-modal--pick_up_modal .co-pick_up-button-select:hover,
.co-modal--pick_up_modal .co-pick_up-button-details:hover {
  box-shadow: unset; }

/* line 301, _checkout.scss */
#checkout_result_field_24240626 {
  display: none; }

/* line 1, _breadcrumbs.scss */
.breadcrumbs {
  margin-bottom: 20px;
  line-height: 17px;
  font-size: 14px; }
  @media (max-width: 1060px) {
    /* line 1, _breadcrumbs.scss */
    .breadcrumbs {
      font-size: 13px; } }
  @media (min-width: 768px) and (max-width: 1129px) {
    /* line 1, _breadcrumbs.scss */
    .breadcrumbs {
      margin-top: 20px; } }
  @media (max-width: 768px) {
    /* line 1, _breadcrumbs.scss */
    .breadcrumbs {
      font-size: 12px;
      margin-bottom: 8px; } }
  @media (max-width: 375px) {
    /* line 1, _breadcrumbs.scss */
    .breadcrumbs {
      font-size: 11px; } }
  /* line 23, _breadcrumbs.scss */
  .breadcrumbs-page {
    color: var(--accent-color);
    padding: 0 3px;
    cursor: pointer;
    transition: all 0.3s ease 0s; }
    /* line 9, _mixin.scss */
    .breadcrumbs-page:hover, .breadcrumbs-page:focus {
      opacity: var(--opacity-hover); }
    /* line 28, _breadcrumbs.scss */
    .breadcrumbs-page--home {
      color: var(--accent-color);
      padding: 0 2px 0 0; }

/* line 35, _breadcrumbs.scss */
span.breadcrumbs-page {
  color: var(--light-grey-color); }

/* line 1, _dynannounce.scss */
.dynannounce--opening {
  height: 0; }

/* line 5, _dynannounce.scss */
.dynannounce--opening .dynannounce__text {
  opacity: 1; }

/* line 9, _dynannounce.scss */
.dynannounce {
  overflow: hidden;
  position: relative;
  transition: height 0.5s cubic-bezier(0, 0, 0.38, 1) 0s;
  z-index: 100;
  text-align: center;
  width: 100%;
  top: 0;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--accent-color);
  color: #fff;
  padding: 8px;
  line-height: 1.3; }

/* line 26, _dynannounce.scss */
a.dynannounce__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff; }
  /* line 32, _dynannounce.scss */
  a.dynannounce__link:hover {
    color: #fff; }
  /* line 36, _dynannounce.scss */
  a.dynannounce__link.no-timer {
    justify-content: center; }

/* line 41, _dynannounce.scss */
#dynannounce_timer-div {
  transition: opacity 0.75s ease 0.5s;
  opacity: 0; }

/* line 46, _dynannounce.scss */
#dynannounce_timer {
  width: auto; }

/* line 50, _dynannounce.scss */
.dynannounce__text {
  opacity: 0;
  text-align: center;
  transition: opacity 0.75s ease 0.5s;
  padding: 0; }

@media (max-width: 1024px) {
  /* line 59, _dynannounce.scss */
  a.dynannounce__link {
    flex-direction: column;
    padding: 0; }

  /* line 64, _dynannounce.scss */
  #dynannounce_timer {
    width: auto;
    margin-left: 0; }

  /* line 68, _dynannounce.scss */
  #dynannounce_timer-div {
    margin-top: 4px; } }
@media (min-width: 1025px) {
  /* line 74, _dynannounce.scss */
  .dynannounce__text {
    text-align: left;
    min-width: 365px; }

  /* line 78, _dynannounce.scss */
  a.dynannounce__link.no-timer .dynannounce__text {
    text-align: center; } }
/* line 1, _mega-nav.scss */
.mega-nav {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  z-index: 101;
  transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
  transition: opacity 250ms, visibility 250ms;
  background: var(--white-color); }
  /* line 15, _mega-nav.scss */
  .mega-nav__content {
    padding-top: 10px;
    padding-bottom: 30px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1); }
    /* line 21, _mega-nav.scss */
    .mega-nav__content > .page-width {
      display: flex;
      justify-content: space-between;
      width: 100%;
      padding-left: 184px; }
      @media (max-width: 1024px) {
        /* line 21, _mega-nav.scss */
        .mega-nav__content > .page-width {
          padding-left: 144px; } }
    /* line 31, _mega-nav.scss */
    .mega-nav__content--links {
      display: flex;
      flex-basis: calc(66.666% - 20px); }
      /* line 35, _mega-nav.scss */
      .mega-nav__content--links-list {
        margin: 0;
        padding: 0;
        list-style: none; }
        /* line 40, _mega-nav.scss */
        .mega-nav__content--links-list + .mega-nav__content--links-list, .mega-nav__content--links-list + .left {
          margin-left: 55px; }
          @media (max-width: 1024px) {
            /* line 40, _mega-nav.scss */
            .mega-nav__content--links-list + .mega-nav__content--links-list, .mega-nav__content--links-list + .left {
              margin-left: 45px; } }
        /* line 50, _mega-nav.scss */
        .mega-nav__content--links-list li h3 {
          font-weight: 600;
          font-size: 14px;
          line-height: 100%;
          color: var(--accent-color);
          margin: 0; }
        /* line 59, _mega-nav.scss */
        .mega-nav__content--links-list li a {
          font-weight: normal;
          font-size: 14px;
          line-height: 100%;
          opacity: 0.54;
          color: var(--accent-color);
          letter-spacing: -0.364px;
          cursor: pointer;
          transition: all 0.3s ease 0s; }
          /* line 9, _mixin.scss */
          .mega-nav__content--links-list li a:hover, .mega-nav__content--links-list li a:focus {
            opacity: var(--opacity-hover); }
        /* line 69, _mega-nav.scss */
        .mega-nav__content--links-list li + li {
          margin-top: 12px; }
    /* line 76, _mega-nav.scss */
    .mega-nav__content .left {
      display: flex;
      flex-direction: column;
      gap: 24px; }
      /* line 81, _mega-nav.scss */
      .mega-nav__content .left .mega-nav__content--links-list {
        margin: 0 !important; }

/* line 1, _header-desktop.scss */
header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--white-color);
  border-bottom: 1px solid var(--border-color); }
  @media (min-width: 1130px) {
    /* line 9, _header-desktop.scss */
    header + :not(.section--index, [type="page.faq"], [type="page.contacts"]) {
      margin-top: 20px; } }

/* line 16, _header-desktop.scss */
.header-desktop__bottom {
  display: flex;
  align-items: center; }
  @media (max-width: 991px) {
    /* line 16, _header-desktop.scss */
    .header-desktop__bottom {
      justify-content: space-between; } }
  /* line 24, _header-desktop.scss */
  .header-desktop__bottom--logo {
    display: flex;
    width: 120px; }
    @media (max-width: 1024px) {
      /* line 24, _header-desktop.scss */
      .header-desktop__bottom--logo {
        width: 100px; } }
    @media (max-width: 991px) {
      /* line 24, _header-desktop.scss */
      .header-desktop__bottom--logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%); } }
    /* line 38, _header-desktop.scss */
    .header-desktop__bottom--logo a {
      display: flex; }
      /* line 41, _header-desktop.scss */
      .header-desktop__bottom--logo a svg {
        max-width: 100%;
        max-height: 100%; }
  /* line 48, _header-desktop.scss */
  .header-desktop__bottom--menu {
    display: flex;
    padding: 0;
    margin: 0 0 0 40px;
    list-style-type: none; }
    @media (max-width: 1024px) {
      /* line 48, _header-desktop.scss */
      .header-desktop__bottom--menu {
        margin: 0 0 0 20px; } }
    @media (max-width: 991px) {
      /* line 59, _header-desktop.scss */
      .header-desktop__bottom--menu:not(.header-desktop__bottom--links) {
        display: none; } }
    /* line 64, _header-desktop.scss */
    .header-desktop__bottom--menu-item {
      padding: 16px 0; }
      /* line 68, _header-desktop.scss */
      .header-desktop__bottom--menu-item:hover .mega-nav {
        opacity: 1;
        visibility: visible; }
      /* line 74, _header-desktop.scss */
      .header-desktop__bottom--menu-item-link {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: var(--accent-color);
        opacity: 0.54;
        cursor: pointer;
        transition: all 0.3s ease 0s; }
        /* line 9, _mixin.scss */
        .header-desktop__bottom--menu-item-link:hover, .header-desktop__bottom--menu-item-link:focus {
          opacity: var(--opacity-hover); }
        @media (max-width: 1024px) {
          /* line 74, _header-desktop.scss */
          .header-desktop__bottom--menu-item-link {
            font-size: 13px; } }
      /* line 88, _header-desktop.scss */
      .header-desktop__bottom--menu-item + .header-desktop__bottom--menu-item {
        margin-left: 20px; }
        @media (max-width: 1024px) {
          /* line 88, _header-desktop.scss */
          .header-desktop__bottom--menu-item + .header-desktop__bottom--menu-item {
            margin-left: 15px; } }
  @media (max-width: 991px) {
    /* line 101, _header-desktop.scss */
    .header-desktop__bottom--links .header-desktop__bottom--menu-item-link:not(.icon) {
      display: none; } }
  @media (min-width: 992px) {
    /* line 98, _header-desktop.scss */
    .header-desktop__bottom--links {
      margin-left: auto; } }
  /* line 111, _header-desktop.scss */
  .header-desktop__bottom--links .icon {
    display: flex;
    align-items: center;
    position: relative; }

/* line 1, _header-mobile.scss */
.header-mobile {
  padding: 0 !important;
  max-width: 400px; }
  /* line 5, _header-mobile.scss */
  .header-mobile__show {
    display: flex;
    justify-content: center;
    align-content: center; }
    @media (min-width: 992px) {
      /* line 5, _header-mobile.scss */
      .header-mobile__show {
        display: none; } }
  /* line 14, _header-mobile.scss */
  .header-mobile__close {
    display: flex;
    justify-content: flex-end;
    padding: 0; }
    /* line 19, _header-mobile.scss */
    .header-mobile__close-button {
      border: 0;
      background: 0;
      outline: none;
      cursor: pointer;
      padding: 0;
      cursor: pointer;
      transition: all 0.3s ease 0s; }
      /* line 9, _mixin.scss */
      .header-mobile__close-button:hover, .header-mobile__close-button:focus {
        opacity: var(--opacity-hover); }
  /* line 29, _header-mobile.scss */
  .header-mobile__header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 54px;
    background: var(--white-color);
    margin-bottom: 0;
    padding: 0 20px;
    width: 100%; }
  /* line 41, _header-mobile.scss */
  .header-mobile__scrollable {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    overflow: hidden;
    overflow-y: auto;
    padding: 15px 20px 0; }

/* line 9, _mobile-nav.scss */
.mobile-nav {
  margin: -20px;
  margin-top: -16px;
  margin-bottom: 0; }
  /* line 14, _mobile-nav.scss */
  .mobile-nav__parent {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    margin: 0;
    list-style: none; }
    /* line 22, _mobile-nav.scss */
    .mobile-nav__parent li {
      display: flex;
      text-align: center;
      margin-bottom: 0;
      flex: 1; }
    /* line 30, _mobile-nav.scss */
    .mobile-nav__parent-title {
      font-weight: 400;
      font-size: 17px;
      line-height: 24px;
      width: 100%;
      padding: 12px 0;
      transition: opacity var(--hover-transition) ease 0s; }
      /* line 4, _mobile-nav.scss */
      .mobile-nav__parent-title:hover {
        opacity: 0.75; }
      /* line 39, _mobile-nav.scss */
      .mobile-nav__parent-title:not([aria-selected="true"]) {
        color: rgba(0, 0, 0, 0.55); }
      /* line 43, _mobile-nav.scss */
      .mobile-nav__parent-title[aria-selected="true"] {
        font-weight: 500;
        color: var(--accent-color); }
  /* line 50, _mobile-nav.scss */
  .mobile-nav__children {
    display: flex;
    flex-direction: column; }
    /* line 54, _mobile-nav.scss */
    .mobile-nav__children-categories {
      display: flex;
      flex-direction: column;
      padding: 16px 25px; }
      /* line 59, _mobile-nav.scss */
      .mobile-nav__children-categories.top {
        padding-top: 0; }
      /* line 63, _mobile-nav.scss */
      .mobile-nav__children-categories--link {
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.7px;
        text-transform: uppercase;
        color: var(--accent-color);
        padding: 0;
        flex: 1;
        transition: opacity var(--hover-transition) ease 0s; }
        /* line 4, _mobile-nav.scss */
        .mobile-nav__children-categories--link:hover {
          opacity: 0.75; }
        /* line 76, _mobile-nav.scss */
        .mobile-nav__children-categories--link.sub {
          font-weight: 400;
          font-size: 14px;
          line-height: 24px; }
        /* line 82, _mobile-nav.scss */
        .mobile-nav__children-categories--link + .mobile-nav__children-categories--link {
          margin-top: 2px; }
    /* line 88, _mobile-nav.scss */
    .mobile-nav__children-links {
      display: flex;
      flex-direction: column;
      margin: 0;
      list-style: none;
      padding: 0; }
      /* line 95, _mobile-nav.scss */
      .mobile-nav__children-links--item {
        margin: 0;
        display: flex;
        flex-direction: column; }
        /* line 100, _mobile-nav.scss */
        .mobile-nav__children-links--item[aria-selected] {
          font-weight: 500; }
          /* line 103, _mobile-nav.scss */
          .mobile-nav__children-links--item[aria-selected] svg[data-status="closed"] {
            display: none; }
        /* line 109, _mobile-nav.scss */
        .mobile-nav__children-links--item:not([aria-selected]) svg[data-status="open"] {
          display: none; }
        /* line 114, _mobile-nav.scss */
        .mobile-nav__children-links--item-parent {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 0 25px;
          font-size: 18px;
          line-height: 24px;
          letter-spacing: 0.7px;
          text-transform: uppercase;
          color: var(--accent-color);
          transition: opacity var(--hover-transition) ease 0s; }
          /* line 4, _mobile-nav.scss */
          .mobile-nav__children-links--item-parent:hover {
            opacity: 0.75; }
          /* line 128, _mobile-nav.scss */
          .mobile-nav__children-links--item-parent .dropdown {
            display: flex;
            justify-content: center;
            align-items: center;
            padding-right: 25px; }
        /* line 136, _mobile-nav.scss */
        .mobile-nav__children-links--item-children {
          transition: height 0ms ease 0s;
          animation-fill-mode: forwards;
          overflow: hidden;
          height: 0; }
          /* line 142, _mobile-nav.scss */
          .mobile-nav__children-links--item-children-links {
            display: flex;
            flex-direction: column;
            padding: 0 25px;
            list-style: none;
            margin: 0; }
            /* line 149, _mobile-nav.scss */
            .mobile-nav__children-links--item-children-links-item {
              display: block;
              margin: 0; }
              /* line 153, _mobile-nav.scss */
              .mobile-nav__children-links--item-children-links-item:first-child {
                margin-top: 8px; }
              /* line 157, _mobile-nav.scss */
              .mobile-nav__children-links--item-children-links-item a {
                display: block;
                font-style: normal;
                font-weight: 400;
                font-size: 14px;
                line-height: 24px;
                text-transform: uppercase;
                margin-left: 16px;
                color: var(--accent-color);
                transition: opacity var(--hover-transition) ease 0s; }
                /* line 4, _mobile-nav.scss */
                .mobile-nav__children-links--item-children-links-item a:hover {
                  opacity: 0.75; }
        /* line 174, _mobile-nav.scss */
        .mobile-nav__children-links--item + .mobile-nav__children-links--item {
          margin-top: 4px; }
  /* line 181, _mobile-nav.scss */
  .mobile-nav [hidden] {
    display: none; }

/* line 1, _stories.scss */
.col-stories {
  border-bottom: 1px solid var(--border-color); }
  /* line 4, _stories.scss */
  .col-stories + :not(.index-banner, .partners, .faq, .page-contacts) {
    margin-top: 20px; }
  /* line 8, _stories.scss */
  .col-stories__wrapper {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 0 20px; }
    /* line 18, _stories.scss */
    .col-stories__wrapper::-webkit-scrollbar {
      display: none; }
  /* line 23, _stories.scss */
  .col-stories__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 65px;
    cursor: pointer;
    scroll-snap-align: start;
    scroll-margin-left: 20px; }
    @media (min-width: 768px) {
      /* line 23, _stories.scss */
      .col-stories__item {
        width: 72px; } }
    /* line 36, _stories.scss */
    .col-stories__item + .col-stories__item {
      margin-left: 15.5px; }
    /* line 40, _stories.scss */
    .col-stories__item--img {
      height: 65px;
      width: 65px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0; }
      @media (min-width: 768px) {
        /* line 40, _stories.scss */
        .col-stories__item--img {
          width: 72px;
          height: 72px; } }
      /* line 56, _stories.scss */
      .col-stories__item--img img {
        max-width: 100%;
        max-height: 100%;
        background: var(--white-color);
        padding: 2px;
        border-radius: 50%;
        line-height: 100%;
        display: block;
        width: 100%;
        height: 100%;
        outline: none;
        border: 0px; }
    /* line 71, _stories.scss */
    .col-stories__item--text {
      font-style: normal;
      font-weight: normal;
      font-size: 11.5px;
      line-height: 13px;
      text-align: center;
      margin-top: 4px; }

/* line 82, _stories.scss */
.page-stories {
  padding: 10px 0; }

@media (min-width: 726px) {
  /* line 87, _stories.scss */
  .col-stories__wrapper {
    justify-content: center; } }
@media (min-width: 1130px) {
  /* line 93, _stories.scss */
  .col-stories {
    display: none; } }
/* line 1, _side-popup.scss */
.side-popup {
  position: fixed;
  z-index: 1001;
  top: 0;
  right: -150%;
  bottom: 0;
  width: 100%;
  max-width: 480px;
  overflow-y: auto;
  padding: 24px 20px;
  background: var(--white-color);
  transition-duration: 0.5s; }
  /* line 14, _side-popup.scss */
  .side-popup.opened {
    right: 0; }
  /* line 18, _side-popup.scss */
  .side-popup.left {
    left: -150%;
    right: auto !important; }
    /* line 22, _side-popup.scss */
    .side-popup.left.opened {
      left: 0; }

/* line 3, _cart.scss */
.cart-popup__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px; }
  /* line 9, _cart.scss */
  .cart-popup__title--h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.229412px;
    line-height: 24px;
    color: var(--accent-color);
    margin: 0; }
    /* line 19, _cart.scss */
    .cart-popup__title--h4 .clear-all {
      color: var(--accent-color);
      font-size: 14px;
      margin-left: 8px;
      font-weight: 400;
      letter-spacing: -0.285714px;
      transition: all 0.3s ease 0s; }
      /* line 27, _cart.scss */
      .cart-popup__title--h4 .clear-all:hover {
        color: var(--accent-color); }
  /* line 33, _cart.scss */
  .cart-popup__title .button-close {
    cursor: pointer;
    transition: all 0.3s ease 0s; }
    /* line 9, _mixin.scss */
    .cart-popup__title .button-close:hover, .cart-popup__title .button-close:focus {
      opacity: var(--opacity-hover); }
/* line 38, _cart.scss */
.cart-popup__items {
  display: flex;
  flex-direction: column; }
  /* line 42, _cart.scss */
  .cart-popup__items--empty {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
    right: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    /* line 54, _cart.scss */
    .cart-popup__items--empty svg {
      max-width: 100%;
      max-height: 100%;
      margin-bottom: 16px; }
    /* line 60, _cart.scss */
    .cart-popup__items--empty h4 {
      font-weight: normal;
      font-size: 22px;
      line-height: 27px;
      margin: 0 0 15px; }
    /* line 67, _cart.scss */
    .cart-popup__items--empty span {
      display: block;
      font-weight: normal;
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      margin-bottom: 40px;
      color: var(--grey-color); }
    /* line 78, _cart.scss */
    .cart-popup__items--empty .button {
      width: 100%; }
  /* line 83, _cart.scss */
  .cart-popup__items--product {
    display: flex;
    padding: 24px 0;
    position: relative;
    border-bottom: 1px solid var(--border-color); }
    /* line 89, _cart.scss */
    .cart-popup__items--product-image {
      width: 100px;
      margin-right: 16px; }
      /* line 93, _cart.scss */
      .cart-popup__items--product-image img {
        width: 100px;
        height: 100%; }
    /* line 99, _cart.scss */
    .cart-popup__items--product-info {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex: 1; }
      /* line 106, _cart.scss */
      .cart-popup__items--product-info--title {
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        color: var(--accent-color);
        max-width: 90%;
        margin-bottom: 10px;
        cursor: pointer;
        transition: all 0.3s ease 0s; }
        /* line 9, _mixin.scss */
        .cart-popup__items--product-info--title:hover, .cart-popup__items--product-info--title:focus {
          opacity: var(--opacity-hover); }
      /* line 117, _cart.scss */
      .cart-popup__items--product-info--actions {
        display: flex;
        justify-content: space-between;
        align-items: flex-end; }
        /* line 122, _cart.scss */
        .cart-popup__items--product-info--actions-price {
          display: flex;
          align-items: center;
          font-weight: 500;
          font-size: 14px;
          line-height: 19px;
          text-align: right;
          color: var(--accent-color); }
        /* line 134, _cart.scss */
        .cart-popup__items--product-info--actions-quantity {
          display: flex;
          border: 1px solid var(--border-color);
          padding: 4px 12px; }
          @media (max-width: 767px) {
            /* line 134, _cart.scss */
            .cart-popup__items--product-info--actions-quantity {
              padding: 4px 8px; } }
          /* line 142, _cart.scss */
          .cart-popup__items--product-info--actions-quantity.is-wait {
            opacity: 0.5;
            pointer-events: none; }
          /* line 147, _cart.scss */
          .cart-popup__items--product-info--actions-quantity input {
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            font-weight: normal;
            font-size: 16px;
            line-height: 20px;
            color: var(--accent-color);
            outline: none;
            border: none;
            background: none;
            width: 40px; }
          /* line 164, _cart.scss */
          .cart-popup__items--product-info--actions-quantity button {
            display: flex;
            justify-content: center;
            align-items: center;
            outline: none;
            border: none;
            background: none;
            padding: 0;
            text-decoration: none !important;
            cursor: pointer; }
/* line 183, _cart.scss */
.cart-popup__bottom {
  margin-top: 8px; }
  /* line 186, _cart.scss */
  .cart-popup__bottom-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: var(--accent-color); }
    /* line 195, _cart.scss */
    .cart-popup__bottom-total--left {
      display: flex;
      align-items: center;
      font-weight: 500;
      font-size: 16px;
      line-height: 20px;
      color: var(--accent-color); }
    /* line 206, _cart.scss */
    .cart-popup__bottom-total--right {
      font-weight: 500; }
/* line 212, _cart.scss */
.cart-popup__remove {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 10;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 0.3s ease 0s; }
  /* line 9, _mixin.scss */
  .cart-popup__remove:hover, .cart-popup__remove:focus {
    opacity: var(--opacity-hover); }
  /* line 228, _cart.scss */
  .cart-popup__remove svg {
    pointer-events: none; }
/* line 233, _cart.scss */
.cart-popup__coupon {
  display: flex;
  flex-direction: column;
  margin-top: 16px; }
  /* line 238, _cart.scss */
  .cart-popup__coupon[data-cart-discounts-ajax="true"] {
    display: none; }
  /* line 242, _cart.scss */
  .cart-popup__coupon-input {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  /* line 248, _cart.scss */
  .cart-popup__coupon--btn {
    background: var(--beige-color);
    color: var(--accent-color);
    height: 44px;
    padding: 12px 20px; }
    /* line 254, _cart.scss */
    .cart-popup__coupon--btn:hover, .cart-popup__coupon--btn:focus {
      background: var(--beige-color);
      color: var(--accent-color);
      opacity: var(--opacity-hover); }
    /* line 261, _cart.scss */
    .cart-popup__coupon--btn:focus {
      opacity: 0.5; }
  /* line 266, _cart.scss */
  .cart-popup__coupon--input {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: var(--accent-color);
    flex: 1 1 auto;
    padding: 12px 20px;
    border: 1px solid var(--border-color);
    border-radius: 0;
    width: 100%;
    appearance: none;
    margin-right: 16px;
    outline: none; }
    @media (max-width: 568px) {
      /* line 266, _cart.scss */
      .cart-popup__coupon--input {
        margin-right: 8px; } }
    /* line 285, _cart.scss */
    .cart-popup__coupon--input::placeholder {
      font-weight: normal;
      font-size: 14px;
      line-height: 18px;
      color: var(--grey-color); }
  /* line 293, _cart.scss */
  .cart-popup__coupon--btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    flex: 2 1 auto;
    cursor: pointer;
    transition: all 0.3s ease 0s; }
    /* line 9, _mixin.scss */
    .cart-popup__coupon--btn:hover, .cart-popup__coupon--btn:focus {
      opacity: var(--opacity-hover); }
/* line 305, _cart.scss */
.cart-popup__errors {
  margin-top: 24px; }
  /* line 308, _cart.scss */
  .cart-popup__errors .insales-ui-discount-error {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    color: var(--red-color); }
/* line 318, _cart.scss */
.cart-popup .insales-ui-discount-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  gap: 4px; }
  /* line 325, _cart.scss */
  .cart-popup .insales-ui-discount-item .insales-ui-discount-description {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: var(--accent-color); }
  /* line 336, _cart.scss */
  .cart-popup .insales-ui-discount-item .insales-ui-discount-amount {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--accent-color);
    flex: 1 0 auto; }
/* line 350, _cart.scss */
.cart-popup [data-coupon-remove],
.cart-popup [data-promocode-remove] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  outline: none;
  border: 0;
  background: none;
  margin-top: 8px;
  margin-left: auto;
  padding: 0;
  font-size: 14px;
  color: var(--grey-color);
  cursor: pointer;
  transition: all 0.3s ease 0s; }
  /* line 9, _mixin.scss */
  .cart-popup [data-coupon-remove]:hover, .cart-popup [data-coupon-remove]:focus,
  .cart-popup [data-promocode-remove]:hover,
  .cart-popup [data-promocode-remove]:focus {
    opacity: var(--opacity-hover); }
  /* line 367, _cart.scss */
  .cart-popup [data-coupon-remove][disabled],
  .cart-popup [data-promocode-remove][disabled] {
    opacity: 0.5;
    cursor: not-allowed; }
/* line 373, _cart.scss */
.cart-popup [data-promocode-empty="true"] {
  opacity: 0;
  margin-top: -21px;
  pointer-events: none; }
  /* line 378, _cart.scss */
  .cart-popup [data-promocode-empty="true"][disabled] {
    opacity: 0; }
/* line 383, _cart.scss */
.cart-popup__submit {
  display: block;
  margin-bottom: 60px;
  margin-top: 40px;
  width: 100%; }
/* line 390, _cart.scss */
.cart-popup-wrapper {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.5s;
  background-color: var(--accent-color); }
  /* line 404, _cart.scss */
  .cart-popup-wrapper.active {
    visibility: visible;
    opacity: 0.5; }
/* line 412, _cart.scss */
.cart-item .cart-delete {
  top: 15px;
  right: 0;
  position: absolute; }
  /* line 417, _cart.scss */
  .cart-item .cart-delete svg {
    width: 16px;
    height: 16px; }
  /* line 422, _cart.scss */
  .cart-item .cart-delete button {
    background: none;
    border: none;
    cursor: pointer; }
/* line 430, _cart.scss */
.cart-link__bubble {
  display: block;
  position: absolute;
  top: 0;
  right: -4px;
  width: 15px;
  height: 15px;
  background-color: var(--red-color);
  border: 2px solid var(--white-color);
  border-radius: 50%;
  opacity: 0; }
  /* line 442, _cart.scss */
  .cart-link__bubble--visible {
    opacity: 1; }

/* line 1, _giftbox.scss */
.ajaxcart-giftbox {
  display: flex;
  align-items: center;
  padding: 20px 24px 0; }
  /* line 6, _giftbox.scss */
  .ajaxcart-giftbox__wrapper {
    overflow: hidden;
    transition: height 0.2s ease 0s;
    height: 0; }
  /* line 12, _giftbox.scss */
  .ajaxcart-giftbox__title {
    font-size: 16px;
    letter-spacing: 0;
    margin-left: 16px; }
    @media (max-width: 374px) {
      /* line 12, _giftbox.scss */
      .ajaxcart-giftbox__title {
        letter-spacing: -0.285714px;
        line-height: 16px;
        font-size: 15px; } }
  /* line 24, _giftbox.scss */
  .ajaxcart-giftbox__input {
    --width: 40vmin;
    --height: 20vmin;
    --padding: 3vmin;
    --background: #e3e3e3;
    --background-active: var(--accent-color);
    --color: white;
    --color-active: white; }
    /* line 35, _giftbox.scss */
    .ajaxcart-giftbox__input input {
      opacity: 0;
      pointer-events: none;
      position: absolute; }
      /* line 40, _giftbox.scss */
      .ajaxcart-giftbox__input input + label {
        --width: 2.5rem;
        --height: 1.5rem;
        --padding: 0.25rem;
        --ball-size: calc(var(--height) - (var(--padding) * 2));
        display: inline-flex;
        align-items: center;
        width: var(--width);
        height: var(--height);
        background-color: var(--background, black);
        border-radius: 100px;
        cursor: pointer;
        transition: 0.25s ease;
        margin: 0; }
        /* line 55, _giftbox.scss */
        .ajaxcart-giftbox__input input + label:after {
          content: "";
          width: var(--ball-size);
          height: var(--ball-size);
          background-color: var(--color, white);
          border-radius: 50%;
          margin-left: calc((var(--height) - var(--ball-size)) / 2);
          transition: 0.25s ease;
          transform: translateX(0); }
      /* line 67, _giftbox.scss */
      .ajaxcart-giftbox__input input:checked + label {
        background-color: var(--background-active, black); }
        /* line 70, _giftbox.scss */
        .ajaxcart-giftbox__input input:checked + label:after {
          background-color: var(--color-active, white);
          transform: translateX(calc(var(--width) - var(--ball-size) - var(--padding) * 2)); }

/* line 1, _index-title.scss */
.index-title {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 130%; }
  @media (max-width: 767px) {
    /* line 1, _index-title.scss */
    .index-title {
      font-size: 28px; } }

/* line 1, _index-banner.scss */
.index-banner {
  position: relative;
  min-height: 550px;
  background: var(--background-pc);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    /* line 1, _index-banner.scss */
    .index-banner {
      background: none;
      min-height: unset; } }
  /* line 15, _index-banner.scss */
  .index-banner[data-dark="1"] h2,
  .index-banner[data-dark="1"] p {
    color: var(--white-color); }
  /* line 20, _index-banner.scss */
  .index-banner[data-dark="1"] .button {
    background: var(--white-color);
    color: var(--accent-color); }
  @media (min-width: 768px) {
    /* line 26, _index-banner.scss */
    .index-banner .page-width {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      right: 0; } }
  @media (max-width: 767px) {
    /* line 26, _index-banner.scss */
    .index-banner .page-width {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 24px 16px; } }
  /* line 45, _index-banner.scss */
  .index-banner__content h2 {
    font-weight: 500;
    font-size: 42px;
    letter-spacing: -0.364px;
    line-height: 130%;
    margin: 0 0 10px; }
    @media (max-width: 767px) {
      /* line 45, _index-banner.scss */
      .index-banner__content h2 {
        font-size: 1.6em;
        text-align: center; } }
  /* line 58, _index-banner.scss */
  .index-banner__content p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.364px;
    line-height: 130%;
    margin: 0 0 24px; }
    @media (max-width: 767px) {
      /* line 58, _index-banner.scss */
      .index-banner__content p {
        font-size: 16px;
        margin-bottom: 16px;
        text-align: center; } }
  /* line 72, _index-banner.scss */
  .index-banner__content .button {
    display: block; }
    @media (min-width: 767px) {
      /* line 72, _index-banner.scss */
      .index-banner__content .button {
        display: inline-block; } }
  /* line 80, _index-banner.scss */
  .index-banner__content h2,
  .index-banner__content p {
    display: block; }
  /* line 86, _index-banner.scss */
  .index-banner__bg {
    background: var(--background-mobile);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 320px;
    width: 100%; }
    @media (min-width: 768px) {
      /* line 86, _index-banner.scss */
      .index-banner__bg {
        display: none; } }

/* line 1, _index-features.scss */
.index-features {
  background: var(--white-color);
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    /* line 1, _index-features.scss */
    .index-features {
      margin-bottom: 48px; } }
  /* line 8, _index-features.scss */
  .index-features p {
    line-height: normal;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    text-align: center;
    letter-spacing: -0.02em; }
  /* line 17, _index-features.scss */
  .index-features img {
    height: 32px;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto 24px; }
  /* line 26, _index-features.scss */
  .index-features > .page-width:not(.slick-initialized) div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  /* line 33, _index-features.scss */
  .index-features > .page-width:not(.slick-initialized) div + div {
    margin-top: 16px; }
  @media (min-width: 768px) {
    /* line 24, _index-features.scss */
    .index-features > .page-width {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 100%; }
      /* line 45, _index-features.scss */
      .index-features > .page-width div {
        margin: 0 35px;
        text-align: center;
        width: 33.33% !important; } }
  /* line 53, _index-features.scss */
  .index-features .slick-dotted.slick-slider {
    margin-bottom: 30px; }
  /* line 57, _index-features.scss */
  .index-features .slick-dots {
    position: relative; }

/* line 1, _index-category-cards.scss */
.category-cards {
  margin: 0 0 60px; }
  @media (max-width: 767px) {
    /* line 1, _index-category-cards.scss */
    .category-cards {
      margin-bottom: 48px; } }
  /* line 7, _index-category-cards.scss */
  .category-cards-title {
    text-align: center;
    margin: 0 0 60px; }
    @media (max-width: 767px) {
      /* line 7, _index-category-cards.scss */
      .category-cards-title {
        margin-bottom: 24px; } }

/* line 17, _index-category-cards.scss */
.cards__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2px; }
  @media (min-width: 1440px) {
    /* line 17, _index-category-cards.scss */
    .cards__wrapper {
      grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 767px) {
    /* line 17, _index-category-cards.scss */
    .cards__wrapper {
      grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); } }
  @media (max-width: 600px) {
    /* line 17, _index-category-cards.scss */
    .cards__wrapper {
      grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); } }
  @media (max-width: 440px) {
    /* line 17, _index-category-cards.scss */
    .cards__wrapper {
      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); } }
  /* line 38, _index-category-cards.scss */
  .cards__wrapper .card {
    transition: 0.2s all ease-in-out; }
    /* line 41, _index-category-cards.scss */
    .cards__wrapper .card:hover {
      opacity: var(--opacity-hover); }
    /* line 45, _index-category-cards.scss */
    .cards__wrapper .card .card__link {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 400px;
      border: none;
      text-align: center;
      font-weight: 500;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    /* line 58, _index-category-cards.scss */
    .cards__wrapper .card .card__title {
      color: var(--accent-color);
      font-size: 24px;
      margin-top: 24px;
      padding: 0 10px; }
    /* line 65, _index-category-cards.scss */
    .cards__wrapper .card .card__subtitle {
      font-size: 18px;
      color: var(--accent-color);
      opacity: 0.54;
      margin-bottom: 24px;
      padding: 0 10px; }

@media only screen and (max-width: 420px) {
  /* line 77, _index-category-cards.scss */
  .cards__wrapper .card .card__link {
    height: 300px; }
  /* line 81, _index-category-cards.scss */
  .cards__wrapper .card .card__title {
    font-size: 18px; }
  /* line 85, _index-category-cards.scss */
  .cards__wrapper .card .card__subtitle {
    font-size: 14px; } }
/* line 1, _index-section.scss */
.index-section {
  padding: 60px 0; }
  @media (max-width: 767px) {
    /* line 1, _index-section.scss */
    .index-section {
      padding: 48px 0; } }

/* line 1, _soc-reviews.scss */
.soc-reviews {
  position: relative;
  background-color: var(--white-color);
  margin-bottom: 0; }
  /* line 6, _soc-reviews.scss */
  .soc-reviews h1 {
    text-align: center;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      /* line 6, _soc-reviews.scss */
      .soc-reviews h1 {
        margin-bottom: 24px; } }
  /* line 15, _soc-reviews.scss */
  .soc-reviews .soc-carousel-list {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      /* line 15, _soc-reviews.scss */
      .soc-reviews .soc-carousel-list {
        margin-bottom: 0; } }
    /* line 21, _soc-reviews.scss */
    .soc-reviews .soc-carousel-list .soc-carousel-list__item {
      width: 300px;
      margin: 0 8px 6px;
      overflow: hidden;
      border-radius: 0.375rem;
      background-color: var(--white-color);
      -webkit-box-shadow: 0 0.1875rem 0.375rem 0 rgba(173, 173, 173, 0.28);
      box-shadow: 0 0.1875rem 0.375rem 0 rgba(173, 173, 173, 0.28);
      position: relative;
      cursor: grab; }
      /* line 32, _soc-reviews.scss */
      .soc-reviews .soc-carousel-list .soc-carousel-list__item .review-image {
        width: 100%; }
      /* line 36, _soc-reviews.scss */
      .soc-reviews .soc-carousel-list .soc-carousel-list__item .review-user {
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 16px; }
        /* line 43, _soc-reviews.scss */
        .soc-reviews .soc-carousel-list .soc-carousel-list__item .review-user .review-user__photo {
          width: 3.125rem;
          height: 3.125rem;
          margin-right: 0.5rem;
          border-radius: 50%; }
        /* line 50, _soc-reviews.scss */
        .soc-reviews .soc-carousel-list .soc-carousel-list__item .review-user .review-user__info {
          display: flex;
          flex-direction: column;
          justify-content: center;
          font-size: 0.875rem; }
          /* line 56, _soc-reviews.scss */
          .soc-reviews .soc-carousel-list .soc-carousel-list__item .review-user .review-user__info .review-user__info--name {
            line-height: 1.445;
            margin-bottom: 0;
            color: var(--accent-color);
            font-weight: 400;
            font-size: 16px; }
          /* line 64, _soc-reviews.scss */
          .soc-reviews .soc-carousel-list .soc-carousel-list__item .review-user .review-user__info .review-user__info--profile {
            line-height: 1.445;
            margin-bottom: 0;
            color: var(--accent-color);
            font-weight: 300;
            font-size: 16px; }
      /* line 74, _soc-reviews.scss */
      .soc-reviews .soc-carousel-list .soc-carousel-list__item .review-text {
        padding: 0 1rem 1.5rem;
        margin-bottom: 0;
        overflow: hidden;
        line-height: 1.3;
        text-overflow: ellipsis;
        font-size: 1rem;
        font-weight: 300;
        cursor: auto;
        user-select: text;
        color: var(--accent-color); }
      /* line 87, _soc-reviews.scss */
      .soc-reviews .soc-carousel-list .soc-carousel-list__item .review-watermark {
        position: absolute;
        top: 16px;
        right: 14px;
        width: 26px; }
      /* line 94, _soc-reviews.scss */
      .soc-reviews .soc-carousel-list .soc-carousel-list__item .review-watermark_top36 {
        top: 29px; }
  /* line 100, _soc-reviews.scss */
  .soc-reviews .flex {
    display: flex;
    justify-content: center; }
    /* line 104, _soc-reviews.scss */
    .soc-reviews .flex .button {
      min-width: 160px; }

/* line 1, _ready-to-sleep.scss */
.ready-to-sleep {
  background: var(--accent-color);
  color: var(--white-color);
  padding: 60px 0; }
  @media (max-width: 767px) {
    /* line 1, _ready-to-sleep.scss */
    .ready-to-sleep {
      padding: 48px 0; } }
  /* line 10, _ready-to-sleep.scss */
  .ready-to-sleep .page-width {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: var(--max-width-small); }
  /* line 18, _ready-to-sleep.scss */
  .ready-to-sleep .section-header__title {
    text-align: center;
    margin: 0 0 24px; }
  /* line 23, _ready-to-sleep.scss */
  .ready-to-sleep .ready-to-sleep__img {
    max-width: 100%;
    margin-bottom: 60px; }
  /* line 28, _ready-to-sleep.scss */
  .ready-to-sleep p {
    margin-bottom: 32px;
    text-align: center; }

@media (max-width: 767px) {
  /* line 2, _collection.scss */
  .collection .breadcrumbs {
    display: none; } }
/* line 8, _collection.scss */
.collection__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -16px; }
  @media (max-width: 767px) {
    /* line 8, _collection.scss */
    .collection__grid {
      margin-left: -20px;
      margin-right: -16px; } }
  /* line 18, _collection.scss */
  .collection__grid--item {
    width: 25%;
    padding-left: 8px;
    margin-bottom: 48px; }
    @media (max-width: 767px) {
      /* line 18, _collection.scss */
      .collection__grid--item {
        width: 50%;
        padding-left: 4px;
        margin-bottom: 24px; } }
/* line 31, _collection.scss */
.collection-title {
  font-weight: 400;
  font-size: 38px;
  text-align: center;
  letter-spacing: -0.364px;
  margin: 0 0 8px;
  color: var(--accent-color); }
  @media (max-width: 767px) {
    /* line 31, _collection.scss */
    .collection-title {
      font-size: 27px;
      line-height: 130%;
      margin-bottom: 4px; } }
/* line 47, _collection.scss */
.collection--empty, .collection-description {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.2px;
  color: var(--grey-color);
  margin: 0 auto 30px;
  max-width: 800px; }
  @media (max-width: 767px) {
    /* line 47, _collection.scss */
    .collection--empty, .collection-description {
      font-size: 16px; } }
/* line 63, _collection.scss */
.collection--empty {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.2px;
  color: var(--grey-color);
  max-width: 800px; }
  @media (max-width: 767px) {
    /* line 63, _collection.scss */
    .collection--empty {
      font-size: 14px; } }

/* line 1, _pagination.scss */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  list-style: none;
  letter-spacing: 0.025em;
  line-height: 1.5;
  margin: 0;
  padding: 60px 0 0;
  text-align: center;
  font-size: 0.88235em; }
  @media (max-width: 767px) {
    /* line 1, _pagination.scss */
    .pagination {
      padding-top: 48px; } }
  /* line 19, _pagination.scss */
  .pagination-page {
    padding: 8px 12px; }
    /* line 22, _pagination.scss */
    .pagination-page .pagination-node--current {
      color: var(--light-grey-color); }

/* line 1, _tabset.scss */
.tabset {
  width: 100%;
  padding: 0; }
  /* line 5, _tabset.scss */
  .tabset .tabs {
    height: auto;
    overflow: auto;
    display: flex;
    justify-content: center; }
    /* line 11, _tabset.scss */
    .tabset .tabs .tab {
      font-weight: 400;
      font-size: 16px;
      line-height: 16px;
      letter-spacing: 0.025em;
      text-align: center;
      color: var(--grey-color);
      border-bottom: 2px solid var(--border-color);
      flex: 1;
      margin: 0;
      padding: 12px 0; }
      /* line 25, _tabset.scss */
      .tabset .tabs .tab-active {
        color: var(--accent-color);
        border-color: var(--accent-color);
        cursor: default; }
  /* line 34, _tabset.scss */
  .tabset .tabcontentwrapper .tabcontentdiv {
    border: 0;
    display: none;
    overflow: auto; }
    /* line 39, _tabset.scss */
    .tabset .tabcontentwrapper .tabcontentdiv-active {
      display: block; }
  /* line 44, _tabset.scss */
  .tabset .tabcontentwrapper .tabcontentdiv,
  .tabset .tabcontentwrapper p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.019rem;
    padding: 16px 0;
    font-weight: 400; }
  /* line 53, _tabset.scss */
  .tabset .tabcontentwrapper p {
    padding: 0;
    margin-bottom: 16px; }
  /* line 59, _tabset.scss */
  .tabset .no-js .tabcontentdiv {
    display: block; }
  /* line 63, _tabset.scss */
  .tabset .no-js .tabs {
    display: none; }

/* line 1, _product-preview.scss */
.product-preview {
  position: relative; }
  /* line 4, _product-preview.scss */
  .product-preview-tag {
    position: absolute;
    top: 12px;
    right: 16px;
    border-radius: var(--border-radius);
    background-color: var(--accent-color);
    color: var(--white-color);
    z-index: 120;
    font-size: 1em;
    padding: 6px 14px;
    letter-spacing: 0.025em;
    font-weight: 500; }
    @media (max-width: 767px) {
      /* line 4, _product-preview.scss */
      .product-preview-tag {
        font-size: 0.76471em;
        line-height: 1;
        padding: 8px; } }
  /* line 27, _product-preview.scss */
  .product-preview > a:hover {
    opacity: 1; }
  /* line 32, _product-preview.scss */
  .product-preview-mask {
    position: relative;
    overflow: hidden; }
    /* line 38, _product-preview.scss */
    .product-preview-mask.multiple:hover .image-2 {
      opacity: 1; }
    @media (max-width: 767px) {
      /* line 44, _product-preview.scss */
      .product-preview-mask.multiple .image-2 {
        display: none; } }
    /* line 50, _product-preview.scss */
    .product-preview-mask:before {
      content: "";
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 133.33%; }
  /* line 59, _product-preview.scss */
  .product-preview img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
    /* line 68, _product-preview.scss */
    .product-preview img.image-1 {
      z-index: 100; }
    /* line 72, _product-preview.scss */
    .product-preview img.image-2 {
      z-index: 110;
      opacity: 0;
      transition: all 0.3s ease 0s; }
  /* line 79, _product-preview.scss */
  .product-preview-meta {
    padding: 12px 0 4px;
    line-height: 1.4; }
    @media (max-width: 767px) {
      /* line 79, _product-preview.scss */
      .product-preview-meta {
        padding-left: 10px;
        padding-right: 10px; } }
  /* line 89, _product-preview.scss */
  .product-preview-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.364px; }
    @media (max-width: 767px) {
      /* line 89, _product-preview.scss */
      .product-preview-title {
        font-size: 16px;
        line-height: 21px; } }
  /* line 101, _product-preview.scss */
  .product-preview-prices {
    font-size: 14px;
    margin-top: 4px; }
    /* line 105, _product-preview.scss */
    .product-preview-prices .prices-old {
      color: var(--grey-color);
      text-decoration: line-through; }
    @media (min-width: 576px) {
      /* line 101, _product-preview.scss */
      .product-preview-prices {
        margin: 4px auto 7px; } }

/* line 2, _product-page.scss */
.product-page-breadcrumbs {
  margin-bottom: 16px; }
  @media (max-width: 589px) {
    /* line 2, _product-page.scss */
    .product-page-breadcrumbs {
      margin-bottom: 8px; }
      /* line 7, _product-page.scss */
      .product-page-breadcrumbs .breadcrumbs {
        display: block; } }
/* line 13, _product-page.scss */
.product-page-grid {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    /* line 13, _product-page.scss */
    .product-page-grid {
      margin-bottom: 24px; } }
  /* line 19, _product-page.scss */
  .product-page-grid.product-page-new {
    max-width: 100%; }
  /* line 23, _product-page.scss */
  .product-page-grid:after {
    content: "";
    display: table;
    clear: both; }
  /* line 29, _product-page.scss */
  .product-page-grid__left {
    padding: 0 2px;
    width: 100%;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      /* line 29, _product-page.scss */
      .product-page-grid__left {
        overflow-x: hidden; } }
    @media (min-width: 590px) {
      /* line 29, _product-page.scss */
      .product-page-grid__left {
        padding: 0 40px; } }
    @media (min-width: 768px) {
      /* line 29, _product-page.scss */
      .product-page-grid__left {
        position: sticky;
        top: 46px;
        padding: 0;
        width: calc(60%);
        float: left;
        margin-bottom: 0; } }
  /* line 53, _product-page.scss */
  .product-page-grid__right {
    padding: 0 20px; }
    @media (min-width: 590px) {
      /* line 53, _product-page.scss */
      .product-page-grid__right {
        padding: 0 40px; } }
    @media (min-width: 768px) {
      /* line 53, _product-page.scss */
      .product-page-grid__right {
        top: 73px;
        float: left;
        width: calc(40%);
        max-width: 560px;
        padding: 0 30px; } }
    /* line 69, _product-page.scss */
    .product-page-grid__right--tabs {
      margin-bottom: 48px; }

/* line 2, _product-single.scss */
.product-single__title {
  font-size: 24px;
  font-weight: 400;
  color: var(--accent-color);
  margin-bottom: 8px;
  word-wrap: break-word;
  letter-spacing: 0;
  line-height: 130%; }
/* line 12, _product-single.scss */
.product-single__included {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 8px; }
/* line 18, _product-single.scss */
.product-single__prices {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px; }
  /* line 26, _product-single.scss */
  .product-single__prices-old {
    display: inline-block;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    text-decoration: line-through;
    padding-right: 5px;
    color: var(--grey-color); }
  /* line 37, _product-single.scss */
  .product-single__prices-current {
    font-weight: 400;
    font-size: 21px;
    line-height: 24px; }
/* line 44, _product-single.scss */
.product-single__giftcard {
  font-weight: 400;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 8px; }

/* line 2, _option.scss */
.option-values {
  margin-bottom: 0;
  margin-top: 8px;
  grid-gap: 1rem; }
/* line 8, _option.scss */
.option-value {
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.025em;
  text-transform: none;
  text-align: center;
  cursor: pointer; }
  /* line 27, _option.scss */
  .option-value[disabled] {
    opacity: 0.5;
    cursor: not-allowed; }
  /* line 32, _option.scss */
  .option-value .variant-size__title {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px; }
  /* line 38, _option.scss */
  .option-value .variant-size__subtitle {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    opacity: 0.6; }
/* line 47, _option.scss */
.option.is-span .option-values {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); }
/* line 52, _option.scss */
.option.is-span .option-value {
  padding: 8px 0; }
  /* line 55, _option.scss */
  .option.is-span .option-value:not(.is-active, .is-current) {
    color: var(--accent-color);
    background: var(--white-color); }
  /* line 60, _option.scss */
  .option.is-span .option-value.is-active {
    color: var(--white-color);
    background-color: var(--accent-color); }
  /* line 65, _option.scss */
  .option.is-span .option-value.is-current {
    color: var(--white-color) !important;
    background-color: var(--accent-color) !important; }
  /* line 70, _option.scss */
  .option.is-span .option-value:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid var(--dark-border-color);
    z-index: 1; }
  /* line 81, _option.scss */
  .option.is-span .option-value input {
    position: absolute; }
/* line 88, _option.scss */
.option.is-color .option-values {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr)); }
  /* line 92, _option.scss */
  .option.is-color .option-values .option-value {
    background: var(--color-url);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-indent: -9999px;
    height: 26px; }
    /* line 100, _option.scss */
    .option.is-color .option-values .option-value:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 0;
      z-index: 5; }
    /* line 111, _option.scss */
    .option.is-color .option-values .option-value:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 1px solid var(--border-color);
      z-index: 1;
      transition: all 0.3s ease 0s; }
    /* line 124, _option.scss */
    .option.is-color .option-values .option-value.is-active {
      outline: 2px solid var(--accent-color); }
      /* line 127, _option.scss */
      .option.is-color .option-values .option-value.is-active:after {
        border: 1px solid var(--white-color); }
    /* line 132, _option.scss */
    .option.is-color .option-values .option-value.is-current {
      outline: 2px solid var(--accent-color) !important; }
      /* line 135, _option.scss */
      .option.is-color .option-values .option-value.is-current:after {
        border: 1px solid var(--white-color) !important; }
/* line 143, _option.scss */
.option + .option {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--dark-border-color); }
/* line 149, _option.scss */
.option:last-child {
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--dark-border-color); }

/* line 1, _product-form.scss */
.product-form {
  margin-top: 24px; }
  /* line 4, _product-form.scss */
  .product-form label {
    font-weight: 400;
    font-size: 12px;
    color: var(--accent-color);
    margin-bottom: 0; }

/* line 2, _page-about.scss */
.page-about .b-intro {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
  margin: 0 auto 60px;
  max-width: 80%; }
  @media (max-width: 767px) {
    /* line 2, _page-about.scss */
    .page-about .b-intro {
      flex-direction: column;
      max-width: 100%;
      margin-bottom: 48px; } }
  /* line 19, _page-about.scss */
  .page-about .b-intro > div {
    width: 50%; }
    @media (max-width: 767px) {
      /* line 19, _page-about.scss */
      .page-about .b-intro > div {
        width: 100%; } }
  /* line 27, _page-about.scss */
  .page-about .b-intro .bio-copy {
    text-align: center; }
    /* line 30, _page-about.scss */
    .page-about .b-intro .bio-copy h2 {
      font-weight: 500;
      font-size: 28px;
      line-height: 130%;
      margin-bottom: 16px; }
      @media (max-width: 767px) {
        /* line 30, _page-about.scss */
        .page-about .b-intro .bio-copy h2 {
          font-size: 18px; } }
    /* line 42, _page-about.scss */
    .page-about .b-intro .bio-copy i {
      font-style: italic; }
    /* line 46, _page-about.scss */
    .page-about .b-intro .bio-copy p {
      font-weight: 300;
      font-size: 18px;
      line-height: 1.5;
      letter-spacing: 0.025em;
      text-align: center;
      color: var(--accent-color); }
      @media (max-width: 767px) {
        /* line 46, _page-about.scss */
        .page-about .b-intro .bio-copy p {
          font-size: 14px; } }
    /* line 60, _page-about.scss */
    .page-about .b-intro .bio-copy p + p {
      margin-top: 16px; }
/* line 66, _page-about.scss */
.page-about .full-w {
  padding: 60px 0;
  max-width: 100%;
  width: 100%;
  background: #fafafa;
  margin: 0 auto 60px; }
  @media (max-width: 767px) {
    /* line 66, _page-about.scss */
    .page-about .full-w {
      padding: 30px 0;
      max-width: 100%;
      margin: 0 auto 48px; } }
  /* line 79, _page-about.scss */
  .page-about .full-w img {
    display: block;
    max-width: 800px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      /* line 79, _page-about.scss */
      .page-about .full-w img {
        max-width: 100%; } }
/* line 90, _page-about.scss */
.page-about .h2-about {
  font-weight: 500;
  font-size: 28px;
  line-height: 130%;
  text-align: center;
  margin: 0 auto 12px;
  max-width: 800px; }
  @media (max-width: 767px) {
    /* line 90, _page-about.scss */
    .page-about .h2-about {
      font-size: 18px;
      max-width: 100%; } }
/* line 105, _page-about.scss */
.page-about .sub-p {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  margin: 0 auto 40px;
  max-width: 800px; }
  @media (max-width: 767px) {
    /* line 105, _page-about.scss */
    .page-about .sub-p {
      font-size: 14px;
      margin-bottom: 28px;
      max-width: 100%; } }
/* line 121, _page-about.scss */
.page-about .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px; }
  @media (max-width: 767px) {
    /* line 121, _page-about.scss */
    .page-about .grid {
      grid-template-columns: 1fr;
      gap: 40px; } }
  /* line 131, _page-about.scss */
  .page-about .grid .grid__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; }
    /* line 137, _page-about.scss */
    .page-about .grid .grid__item img {
      margin-bottom: 8px; }
    /* line 141, _page-about.scss */
    .page-about .grid .grid__item h4 {
      font-weight: 500;
      font-size: 18px;
      line-height: 1.5;
      text-align: center;
      margin-bottom: 8px; }
    /* line 150, _page-about.scss */
    .page-about .grid .grid__item p {
      font-weight: 400;
      font-size: 16px;
      line-height: 130%;
      text-align: center;
      max-width: 380px;
      margin-top: auto; }
      /* line 159, _page-about.scss */
      .page-about .grid .grid__item p.match {
        font-weight: 300;
        margin: 0 auto 16px; }
      @media (max-width: 767px) {
        /* line 150, _page-about.scss */
        .page-about .grid .grid__item p {
          font-size: 14px; } }

/* line 2, _page-contacts.scss */
.page-contacts__header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #f1f1f1;
  padding: 50px 20px;
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    /* line 2, _page-contacts.scss */
    .page-contacts__header {
      margin-bottom: 48px;
      padding: 28px 20px; } }
  /* line 16, _page-contacts.scss */
  .page-contacts__header h1 {
    font-weight: 600;
    font-size: 42px;
    line-height: 130%;
    text-align: center;
    color: var(--accent-color);
    margin: 0; }
    @media (max-width: 767px) {
      /* line 16, _page-contacts.scss */
      .page-contacts__header h1 {
        font-size: 28px;
        margin-bottom: 4px; } }
  /* line 31, _page-contacts.scss */
  .page-contacts__header h2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: var(--accent-color);
    margin: 0 0 48px; }
    @media (max-width: 767px) {
      /* line 31, _page-contacts.scss */
      .page-contacts__header h2 {
        font-size: 16px; } }
  /* line 45, _page-contacts.scss */
  .page-contacts__header .button {
    display: block;
    margin-bottom: 12px; }
  /* line 50, _page-contacts.scss */
  .page-contacts__header p {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #6e6e6e;
    margin: 0; }
    @media (max-width: 767px) {
      /* line 50, _page-contacts.scss */
      .page-contacts__header p {
        font-size: 14px; } }
/* line 65, _page-contacts.scss */
.page-contacts__cards {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    /* line 65, _page-contacts.scss */
    .page-contacts__cards {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 40px; } }
  /* line 79, _page-contacts.scss */
  .page-contacts__cards--item {
    flex: 1;
    max-width: 460px; }
    /* line 83, _page-contacts.scss */
    .page-contacts__cards--item h3 {
      margin-bottom: 16px; }
    /* line 87, _page-contacts.scss */
    .page-contacts__cards--item p {
      margin: 0; }
/* line 95, _page-contacts.scss */
.page-contacts__payments h3, .page-contacts__cards h3 {
  font-weight: 400;
  font-size: 36px;
  line-height: 130%;
  letter-spacing: -1.6px;
  text-align: center;
  color: var(--accent-color);
  margin: 0; }
  @media (max-width: 767px) {
    /* line 95, _page-contacts.scss */
    .page-contacts__payments h3, .page-contacts__cards h3 {
      font-size: 24px; } }
/* line 110, _page-contacts.scss */
.page-contacts__payments p, .page-contacts__cards p {
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  text-align: center;
  color: var(--accent-color);
  margin: 0; }
  /* line 119, _page-contacts.scss */
  .page-contacts__payments p a, .page-contacts__cards p a {
    color: #0d4fbf; }
  @media (max-width: 767px) {
    /* line 110, _page-contacts.scss */
    .page-contacts__payments p, .page-contacts__cards p {
      font-size: 14px; } }
/* line 129, _page-contacts.scss */
.page-contacts__payments {
  display: flex;
  flex-direction: column;
  gap: 40px; }
  /* line 134, _page-contacts.scss */
  .page-contacts__payments > div {
    padding: 28px;
    border: 1px solid var(--border-color); }
    @media (max-width: 767px) {
      /* line 134, _page-contacts.scss */
      .page-contacts__payments > div {
        padding: 20px; } }
    /* line 142, _page-contacts.scss */
    .page-contacts__payments > div h3 {
      margin-bottom: 20px;
      text-align: left; }
    /* line 147, _page-contacts.scss */
    .page-contacts__payments > div svg + p {
      margin-top: 20px;
      margin-bottom: 0; }
    /* line 152, _page-contacts.scss */
    .page-contacts__payments > div p {
      text-align: left; }
      /* line 155, _page-contacts.scss */
      .page-contacts__payments > div p:not(.last) {
        margin-bottom: 20px; }

/* line 1, _partners.scss */
.partners {
  --max-width-partners: 1100px; }
  @media (max-width: 589px) {
    /* line 1, _partners.scss */
    .partners {
      padding-top: 0; } }
  @media (max-width: 767px) {
    /* line 8, _partners.scss */
    .partners .breadcrumbs {
      display: none; } }
  /* line 14, _partners.scss */
  .partners__card {
    position: relative;
    max-width: var(--max-width-partners);
    margin: 0 auto 80px; }
    @media (min-width: 768px) {
      /* line 14, _partners.scss */
      .partners__card {
        margin-top: 40px;
        margin-bottom: 60px; } }
    /* line 35, _partners.scss */
    .partners__card--image-wrapper {
      display: flex; }
      @media (max-width: 767px) {
        /* line 35, _partners.scss */
        .partners__card--image-wrapper {
          margin: 0 -20px;
          margin-bottom: 20px; } }
      @media (min-width: 590px) and (max-width: 767px) {
        /* line 35, _partners.scss */
        .partners__card--image-wrapper {
          margin: 0 -40px; } }
    @media (min-width: 768px) {
      /* line 34, _partners.scss */
      .partners__card--image {
        border-radius: 20px; } }
    /* line 51, _partners.scss */
    .partners__card--h2 {
      font-weight: 600;
      font-size: 46px;
      line-height: 52px;
      text-align: center;
      letter-spacing: -1px;
      color: var(--accent-color);
      margin: 0; }
      @media (max-width: 767px) {
        /* line 51, _partners.scss */
        .partners__card--h2 {
          font-size: 22px;
          line-height: 28px;
          color: var(--accent-color); } }
      /* line 68, _partners.scss */
      .partners__card--h2 + .partners__card--h2 {
        margin-bottom: 40px; }
        @media (max-width: 767px) {
          /* line 68, _partners.scss */
          .partners__card--h2 + .partners__card--h2 {
            margin-bottom: 30px; } }
    /* line 77, _partners.scss */
    .partners__card--btn {
      padding-left: 40px;
      padding-right: 40px; }
      /* line 91, _partners.scss */
      .partners__card--btn-wrapper {
        display: flex;
        justify-content: center; }
  /* line 98, _partners.scss */
  .partners__text {
    margin: 0 auto 120px; }
    @media (min-width: 768px) {
      /* line 98, _partners.scss */
      .partners__text {
        max-width: 580px; } }
    @media (max-width: 767px) {
      /* line 98, _partners.scss */
      .partners__text {
        margin-bottom: 60px; } }
    /* line 109, _partners.scss */
    .partners__text--h3 {
      font-weight: 600;
      font-size: 36px;
      line-height: 46px;
      text-align: center;
      letter-spacing: -1px;
      color: var(--accent-color);
      margin: 0 0 16px; }
      @media (max-width: 767px) {
        /* line 109, _partners.scss */
        .partners__text--h3 {
          font-size: 22px;
          line-height: 28px; } }
    /* line 125, _partners.scss */
    .partners__text--p {
      font-weight: 400;
      font-size: 18px;
      line-height: 32px;
      text-align: center;
      letter-spacing: -0.2px;
      color: var(--accent-color);
      margin: 0; }
      @media (max-width: 767px) {
        /* line 125, _partners.scss */
        .partners__text--p {
          font-size: 16px;
          line-height: 24px; } }
  /* line 142, _partners.scss */
  .partners__advantages {
    margin-bottom: 80px; }
    @media (max-width: 870px) {
      /* line 142, _partners.scss */
      .partners__advantages {
        margin: 0 -20px;
        background: var(--beige-color);
        padding: 60px 0 40px;
        margin-bottom: 60px; } }
    @media (min-width: 590px) and (max-width: 870px) {
      /* line 142, _partners.scss */
      .partners__advantages {
        margin: 0 -40px; } }
    /* line 155, _partners.scss */
    .partners__advantages--h3 {
      font-weight: 600;
      font-size: 36px;
      line-height: 46px;
      text-align: center;
      letter-spacing: -1px;
      color: var(--accent-color);
      margin: 0 0 40px; }
      @media (max-width: 767px) {
        /* line 155, _partners.scss */
        .partners__advantages--h3 {
          font-size: 22px;
          line-height: 28px;
          margin-bottom: 16px; } }
    /* line 172, _partners.scss */
    .partners__advantages--cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px; }
      @media (max-width: 870px) {
        /* line 172, _partners.scss */
        .partners__advantages--cards {
          gap: 0;
          grid-template-columns: 1fr; } }
      /* line 182, _partners.scss */
      .partners__advantages--cards-item {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background: var(--beige-color);
        padding: 60px 40px; }
        @media (max-width: 1020px) {
          /* line 182, _partners.scss */
          .partners__advantages--cards-item {
            padding: 40px 20px; } }
        /* line 193, _partners.scss */
        .partners__advantages--cards-item span {
          font-weight: 500;
          font-size: 14px;
          line-height: 20px;
          text-align: center;
          letter-spacing: -0.2px;
          text-transform: uppercase;
          max-width: 210px;
          color: var(--accent-color); }
  /* line 208, _partners.scss */
  .partners__bestsellers {
    margin-bottom: 80px; }
    @media (max-width: 870px) {
      /* line 208, _partners.scss */
      .partners__bestsellers {
        padding: 60px 0 40px;
        margin-bottom: 0px; } }
    /* line 215, _partners.scss */
    .partners__bestsellers--h3 {
      font-weight: 600;
      font-size: 36px;
      line-height: 46px;
      text-align: center;
      letter-spacing: -1px;
      color: var(--accent-color);
      margin: 0 0 40px; }
      @media (max-width: 767px) {
        /* line 215, _partners.scss */
        .partners__bestsellers--h3 {
          font-size: 22px;
          line-height: 28px;
          margin-bottom: 16px; } }
    /* line 232, _partners.scss */
    .partners__bestsellers--cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px; }
      /* line 237, _partners.scss */
      .partners__bestsellers--cards-item {
        display: flex;
        flex-direction: column;
        transition: all var(--hover-transition) ease 0s; }
        /* line 242, _partners.scss */
        .partners__bestsellers--cards-item:hover {
          opacity: 0.9; }
        /* line 246, _partners.scss */
        .partners__bestsellers--cards-item img {
          margin-bottom: 12px; }
        /* line 250, _partners.scss */
        .partners__bestsellers--cards-item span {
          font-size: 18px;
          font-weight: 500;
          text-align: left;
          line-height: 1.2;
          color: var(--accent-color); }
          @media (max-width: 767px) {
            /* line 250, _partners.scss */
            .partners__bestsellers--cards-item span {
              font-size: 14px;
              line-height: 20px; } }
  /* line 267, _partners.scss */
  .partners__call {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 40px; }
    @media (max-width: 767px) {
      /* line 267, _partners.scss */
      .partners__call {
        padding: 40px 0; } }
    /* line 277, _partners.scss */
    .partners__call--h3 {
      font-weight: 600;
      font-size: 46px;
      line-height: 52px;
      text-align: center;
      letter-spacing: -1px;
      color: var(--accent-color);
      margin: 0 0 40px;
      max-width: 680px; }
      @media (max-width: 767px) {
        /* line 277, _partners.scss */
        .partners__call--h3 {
          font-size: 22px;
          line-height: 28px;
          margin-bottom: 20px; } }
    /* line 295, _partners.scss */
    .partners__call--btn {
      margin-bottom: 8px; }
  /* line 300, _partners.scss */
  .partners .section-header__title {
    margin: 20px auto 0;
    text-align: center;
    letter-spacing: -1px; }
  /* line 306, _partners.scss */
  .partners__form {
    max-width: 1100px;
    margin: 0 auto; }
    /* line 310, _partners.scss */
    .partners__form--success {
      display: flex;
      justify-content: center;
      align-items: center; }
      /* line 315, _partners.scss */
      .partners__form--success p {
        font-weight: 400;
        font-size: 18px;
        line-height: 32px;
        text-align: center;
        letter-spacing: -0.2px;
        color: var(--accent-color);
        margin: 0; }
        @media (max-width: 767px) {
          /* line 315, _partners.scss */
          .partners__form--success p {
            font-size: 16px;
            line-height: 24px; } }
    /* line 332, _partners.scss */
    .partners__form--fieldset {
      border: none;
      padding: 0;
      margin-top: 60px; }
      @media (max-width: 767px) {
        /* line 332, _partners.scss */
        .partners__form--fieldset {
          margin-top: 40px; } }
      /* line 340, _partners.scss */
      .partners__form--fieldset h2 {
        font-weight: 600;
        font-size: 18px;
        line-height: 20px;
        letter-spacing: -1px;
        text-transform: uppercase;
        color: var(--accent-color);
        margin: 0 0 24px; }
        @media (max-width: 767px) {
          /* line 340, _partners.scss */
          .partners__form--fieldset h2 {
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 20px; } }
        /* line 356, _partners.scss */
        .partners__form--fieldset h2 + p {
          margin-top: -14px;
          max-width: 600px; }
      /* line 362, _partners.scss */
      .partners__form--fieldset p {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: -0.2px;
        color: var(--accent-color);
        margin: 0 0 16px; }
        @media (max-width: 767px) {
          /* line 362, _partners.scss */
          .partners__form--fieldset p {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 8px; } }
      /* line 377, _partners.scss */
      .partners__form--fieldset-company {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px; }
        @media (max-width: 768px) {
          /* line 377, _partners.scss */
          .partners__form--fieldset-company {
            gap: 16px;
            grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); } }
        /* line 387, _partners.scss */
        .partners__form--fieldset-company label {
          display: none; }
        /* line 392, _partners.scss */
        .partners__form--fieldset-company > div input {
          width: 100%; }
      /* line 398, _partners.scss */
      .partners__form--fieldset-file {
        position: relative;
        margin-top: 30px; }
        /* line 402, _partners.scss */
        .partners__form--fieldset-file label {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          padding: 40px;
          border: 1px dashed rgba(60, 60, 60, 0.2);
          border-radius: 0px; }
          /* line 411, _partners.scss */
          .partners__form--fieldset-file label svg {
            margin-bottom: 20px; }
          /* line 415, _partners.scss */
          .partners__form--fieldset-file label .button {
            margin-bottom: 8px; }
          /* line 419, _partners.scss */
          .partners__form--fieldset-file label span {
            font-weight: 400;
            font-size: 16px;
            line-height: 1;
            text-align: center;
            letter-spacing: -0.2px;
            color: var(--accent-color); }
      /* line 431, _partners.scss */
      .partners__form--fieldset-type {
        display: flex;
        flex-direction: column;
        gap: 12px; }
        @media (max-width: 767px) {
          /* line 431, _partners.scss */
          .partners__form--fieldset-type {
            gap: 6px; } }
        /* line 440, _partners.scss */
        .partners__form--fieldset-type > div {
          display: flex;
          align-items: center; }
        /* line 445, _partners.scss */
        .partners__form--fieldset-type label {
          display: flex;
          cursor: pointer;
          position: relative;
          padding-left: 25px;
          margin-right: 0;
          user-select: none;
          font-weight: 400;
          font-size: 16px;
          line-height: 1;
          letter-spacing: -0.2px;
          color: var(--accent-color); }
          @media (max-width: 767px) {
            /* line 445, _partners.scss */
            .partners__form--fieldset-type label {
              font-size: 14px; } }
          /* line 464, _partners.scss */
          .partners__form--fieldset-type label:before {
            content: "";
            display: inline-block;
            width: 17px;
            height: 17px;
            position: absolute;
            left: 0;
            bottom: 0;
            background: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='16' height='16' rx='8' fill='white'/%3E%3Crect x='0.5' y='0.5' width='16' height='16' rx='8' stroke='%233C3C3C'/%3E%3C/svg%3E%0A") 0 0 no-repeat;
            transition: all var(--hover-transition) ease 0s; }
            @media (max-width: 767px) {
              /* line 464, _partners.scss */
              .partners__form--fieldset-type label:before {
                width: 14px;
                height: 14px;
                background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='16' height='16' rx='8' fill='white'/%3E%3Crect x='0.5' y='0.5' width='16' height='16' rx='8' stroke='%233C3C3C'/%3E%3C/svg%3E%0A") 0 0 no-repeat; } }
          /* line 483, _partners.scss */
          .partners__form--fieldset-type label:hover:before {
            filter: brightness(120%); }
        /* line 488, _partners.scss */
        .partners__form--fieldset-type input[type="radio"]:checked + label:before {
          background: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.5' y='2.5' width='12' height='12' rx='6' fill='white'/%3E%3Crect x='2.5' y='2.5' width='12' height='12' rx='6' stroke='%233C3C3C' stroke-width='5'/%3E%3C/svg%3E%0A") 0 0 no-repeat; }
          @media (max-width: 767px) {
            /* line 488, _partners.scss */
            .partners__form--fieldset-type input[type="radio"]:checked + label:before {
              background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.5' y='2.5' width='12' height='12' rx='6' fill='white'/%3E%3Crect x='2.5' y='2.5' width='12' height='12' rx='6' stroke='%233C3C3C' stroke-width='5'/%3E%3C/svg%3E%0A") 0 0 no-repeat; } }
      /* line 499, _partners.scss */
      .partners__form--fieldset input[type="file"] {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        cursor: pointer;
        opacity: 0; }
        /* line 508, _partners.scss */
        .partners__form--fieldset input[type="file"]:focus {
          outline: none; }
      /* line 513, _partners.scss */
      .partners__form--fieldset input[type="radio"] {
        display: none; }
    /* line 519, _partners.scss */
    .partners__form--submit {
      display: block;
      margin: 60px auto 0; }

/* line 1, _care.scss */
.care {
  position: relative;
  margin-bottom: 80px; }

/* line 6, _care.scss */
.care__bg {
  background: var(--background);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  border-radius: 16px;
  height: 510px; }

/* line 15, _care.scss */
.care__text {
  display: flex;
  flex-direction: column;
  justify-content: center; }

/* line 21, _care.scss */
.care__text--h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -0.8px;
  color: var(--accent-color);
  margin-bottom: 24px; }

/* line 31, _care.scss */
.care__text--h3 {
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
  color: var(--accent-color); }

/* line 39, _care.scss */
.care-grid {
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 45, _care.scss */
.care-grid-img {
  flex: 1; }

/* line 49, _care.scss */
.care-grid-text {
  flex: 1; }
  /* line 52, _care.scss */
  .care-grid-text + .care-grid-img {
    margin-left: 105px; }

/* line 57, _care.scss */
.care-grid-img + .care-grid-text {
  margin-left: 105px; }

/* line 61, _care.scss */
.care-grid-text--h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -1.6px;
  margin-bottom: 16px; }

/* line 70, _care.scss */
.care-grid-text--ul {
  list-style-type: none;
  font-size: 18px;
  line-height: 32px;
  margin-left: 0;
  padding: 0; }

/* line 78, _care.scss */
.care-grid-text--icons {
  display: flex;
  margin-top: 28px; }
  /* line 82, _care.scss */
  .care-grid-text--icons i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: var(--beige-color);
    border-radius: 12px; }
    /* line 91, _care.scss */
    .care-grid-text--icons i + i {
      margin-left: 16px; }

/* line 97, _care.scss */
.care-grid-img {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #f2f2f2;
  padding: 50px; }
  /* line 105, _care.scss */
  .care-grid-img.no-padding {
    padding: 0; }
    /* line 108, _care.scss */
    .care-grid-img.no-padding img {
      object-fit: cover;
      border-radius: 12px;
      width: 100%;
      height: 100%; }
  /* line 116, _care.scss */
  .care-grid-img img {
    max-width: 100%;
    max-height: 100%; }

/* line 122, _care.scss */
.care-grid + .care-grid {
  margin-top: 80px; }

/* line 126, _care.scss */
.care-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  border-radius: 12px;
  margin-bottom: 80px;
  margin-top: 80px; }

/* line 139, _care.scss */
.care-bottom--h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
  margin-top: 54px;
  margin-bottom: 0; }

/* line 152, _care.scss */
.care-bottom--h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  letter-spacing: -1px;
  color: var(--accent-color);
  margin-top: 4px;
  margin-bottom: 40px; }

@media (min-width: 968px) {
  /* line 165, _care.scss */
  .care {
    margin-top: 25px; }

  /* line 169, _care.scss */
  .care__text {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-width: 380px;
    margin-left: 48px; } }
@media (max-width: 967px) {
  /* line 180, _care.scss */
  .care__bg {
    height: 380px;
    border-radius: 0; }

  /* line 185, _care.scss */
  .care__text {
    padding: 0 20px;
    margin-top: 32px; }

  /* line 190, _care.scss */
  .care__text--h1 {
    font-size: 32px;
    line-height: 39px;
    text-align: center; }

  /* line 196, _care.scss */
  .care__text--h3 {
    font-size: 18px;
    line-height: 22px;
    text-align: center; }

  /* line 202, _care.scss */
  .care-grid-text + .care-grid-img,
  .care-grid-img + .care-grid-text {
    margin-left: 50px; }

  /* line 207, _care.scss */
  .care-grid-text--h2 {
    letter-spacing: -1.25px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 500; }

  /* line 214, _care.scss */
  .care-grid-text--ul {
    font-size: 16px;
    line-height: 32px; }

  /* line 219, _care.scss */
  .care-grid-text--icons {
    margin-top: 20px; } }
@media (max-width: 860px) {
  /* line 225, _care.scss */
  .care-grid-text + .care-grid-img,
  .care-grid-img + .care-grid-text {
    margin-left: 40px; } }
@media (min-width: 768px) {
  /* line 232, _care.scss */
  .hide--pc {
    display: none; } }
@media (max-width: 767px) {
  /* line 238, _care.scss */
  .page-width.care-width {
    padding: 0; }

  /* line 242, _care.scss */
  .care-grid {
    flex-direction: column; }
    /* line 245, _care.scss */
    .care-grid.reverse {
      flex-direction: column-reverse; }

  /* line 250, _care.scss */
  .care-grid-text + .care-grid-img {
    margin-top: 48px;
    margin-left: 0; }

  /* line 255, _care.scss */
  .care-grid-img {
    border-radius: 0; }
    /* line 256, _care.scss */
    .care-grid-img + .care-grid-text {
      margin-top: 48px;
      margin-left: 0; }

  /* line 264, _care.scss */
  .care-grid-text {
    padding: 0 24px; }

  /* line 268, _care.scss */
  .care-bottom {
    border-radius: 0;
    margin-bottom: 0; }

  /* line 273, _care.scss */
  .care-bottom--h4 {
    font-size: 14px;
    line-height: 20px;
    padding: 0 8px; }

  /* line 279, _care.scss */
  .care-bottom--h2 {
    font-size: 28px;
    line-height: 32px;
    padding: 0 8px; }

  /* line 286, _care.scss */
  .care-bottom .button {
    margin-bottom: 40px; }

  /* line 291, _care.scss */
  .hide--mobile {
    display: none; } }
@media (max-width: 767px) and (max-width: 767px) {
  /* line 298, _care.scss */
  .care-grid.reverse .care-grid-text + .care-grid-img,
  .care-grid.reverse .care-grid-img + .care-grid-text {
    margin-bottom: 48px;
    margin-top: 0; } }
/* line 1, _faq.scss */
.faq {
  background-color: var(--dark-beige-color);
  padding: 60px 0;
  color: var(--white-color); }
  @media (max-width: 767px) {
    /* line 1, _faq.scss */
    .faq {
      padding: 24px 0; } }
  /* line 10, _faq.scss */
  .faq .faq__title h3 {
    display: block;
    font-weight: 500;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    letter-spacing: -1px;
    color: var(--white-color);
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      /* line 10, _faq.scss */
      .faq .faq__title h3 {
        font-size: 22px;
        line-height: 28px; } }
  /* line 28, _faq.scss */
  .faq .faq__questions-wrapper {
    max-width: var(--max-width-small);
    margin: 0 auto; }
    /* line 32, _faq.scss */
    .faq .faq__questions-wrapper .faq__question {
      font-size: 16px;
      border-bottom: 1px solid var(--white-color); }
      /* line 37, _faq.scss */
      .faq .faq__questions-wrapper .faq__question[aria-selected] .collapsible-content {
        margin-bottom: 20px; }
      /* line 41, _faq.scss */
      .faq .faq__questions-wrapper .faq__question[aria-selected] .icon-plus {
        transform: rotate(45deg); }
      /* line 46, _faq.scss */
      .faq .faq__questions-wrapper .faq__question .collapsible-content {
        height: 0;
        overflow: hidden;
        transition: all 0.3s ease 0s; }
      /* line 52, _faq.scss */
      .faq .faq__questions-wrapper .faq__question .faq__q__title {
        font-weight: 500;
        font-size: 17px;
        text-align: left;
        letter-spacing: 0;
        padding: 0 0 20px;
        margin-top: 20px;
        position: relative;
        cursor: pointer;
        display: flex;
        justify-content: space-between; }
        /* line 64, _faq.scss */
        .faq .faq__questions-wrapper .faq__question .faq__q__title .icon-plus {
          font-size: 25px;
          font-weight: 400;
          line-height: 0.8;
          transition: all 0.25s; }

@media only screen and (max-width: 992px) {
  /* line 77, _faq.scss */
  .faq .faq__questions-wrapper {
    padding-left: 20px;
    padding-right: 20px; } }
/* line 1, _slider.scss */
.slider {
  margin: 0 0 60px; }
  @media (max-width: 767px) {
    /* line 1, _slider.scss */
    .slider {
      margin-bottom: 48px; } }
  /* line 8, _slider.scss */
  .slider .section-header__title {
    display: block;
    text-align: center;
    margin: 0 0 60px; }
    @media (max-width: 767px) {
      /* line 8, _slider.scss */
      .slider .section-header__title {
        margin-bottom: 48px; } }

/* blog */
/* line 4, _blog.scss */
.blog-article_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 8px; }
  @media (max-width: 767px) {
    /* line 4, _blog.scss */
    .blog-article_list {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } }
  @media (max-width: 425px) {
    /* line 4, _blog.scss */
    .blog-article_list {
      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); } }
  /* line 17, _blog.scss */
  .blog-article_list .article_preview {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px; }

/* line 1, _article.scss */
.article {
  max-width: var(--max-width-small);
  margin: 0 auto; }
  /* line 5, _article.scss */
  .article-image {
    margin: 0 1em 1em 0; }
  /* line 12, _article.scss */
  .article-note {
    opacity: 0.7; }
  /* line 16, _article.scss */
  .article-content {
    display: inline-block;
    margin-bottom: 50px;
    width: 100%; }
    @media (max-width: 460px) {
      /* line 16, _article.scss */
      .article-content {
        margin-bottom: 0; } }
    /* line 25, _article.scss */
    .article-content p {
      margin: 0 0 1em; }
  /* line 33, _article.scss */
  .article-sidebar--title {
    font-size: 22px;
    margin-bottom: 25px; }
    @media (max-width: 768px) {
      /* line 33, _article.scss */
      .article-sidebar--title {
        font-size: 18px;
        margin-top: 30px; } }
    @media (max-width: 460px) {
      /* line 33, _article.scss */
      .article-sidebar--title {
        font-size: 16px; } }
  /* line 47, _article.scss */
  .article-products {
    margin-top: 100px; }
    @media (max-width: 460px) {
      /* line 47, _article.scss */
      .article-products {
        margin-top: 20px;
        margin-bottom: 20px; } }

/* line 61, _article.scss */
.article_preview-img {
  position: relative;
  overflow: hidden;
  display: flex; }
  /* line 66, _article.scss */
  .article_preview-img:before {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 66.66%; }
  /* line 74, _article.scss */
  .article_preview-img img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

/* line 2, _section.scss */
.section--content:not(.section--index,
.section--product,
.section--product,
[type="product.kit"],
[type="page.faq"],
[type="page.contacts"]
) {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    /* line 2, _section.scss */
    .section--content:not(.section--index,
    .section--product,
    .section--product,
    [type="product.kit"],
    [type="page.faq"],
    [type="page.contacts"]
    ) {
      margin-bottom: 40px; }
      /* line 15, _section.scss */
      .section--content:not(.section--index,
      .section--product,
      .section--product,
      [type="product.kit"],
      [type="page.faq"],
      [type="page.contacts"]
      )[type="page.care"] {
        margin-bottom: 0; } }

/* line 22, _section.scss */
.kit {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  align-items: flex-start;
  margin: 0 0 30px; }
  @media screen and (max-width: 767px) {
    /* line 22, _section.scss */
    .kit {
      grid-template-columns: 100%; } }
  /* line 32, _section.scss */
  .kit-images {
    position: relative; }
    /* line 35, _section.scss */
    .kit-images .image-wrap {
      display: none; }
      /* line 36, _section.scss */
      .kit-images .image-wrap.active {
        display: block; }
    /* line 43, _section.scss */
    .kit-images-label {
      position: absolute;
      top: 12px;
      right: 16px;
      padding: 7px 9px 7px 11px;
      background-color: #333436;
      color: #fff;
      z-index: 1;
      line-height: 1; }
    /* line 54, _section.scss */
    .kit-images .splide__pagination {
      display: none; }
    /* line 58, _section.scss */
    .kit-images .splide__slide {
      display: block; }
      /* line 61, _section.scss */
      .kit-images .splide__slide picture {
        display: block;
        width: 100%; }
        /* line 65, _section.scss */
        .kit-images .splide__slide picture img {
          display: block;
          width: 100%; }
    /* line 72, _section.scss */
    .kit-images .splide__arrow {
      width: 48px;
      height: 48px;
      left: 5px;
      background-color: rgba(0, 0, 0, 0.3);
      opacity: 0.75;
      transition: all 0.2s ease;
      cursor: pointer; }
      /* line 73, _section.scss */
      .kit-images .splide__arrow--next {
        left: auto !important;
        right: 5px; }
        @media screen and (max-width: 767px) {
          /* line 73, _section.scss */
          .kit-images .splide__arrow--next {
            right: 16px; } }
      /* line 82, _section.scss */
      .kit-images .splide__arrow:hover {
        opacity: 1; }
      @media screen and (max-width: 767px) {
        /* line 72, _section.scss */
        .kit-images .splide__arrow {
          left: 16px; } }
      /* line 98, _section.scss */
      .kit-images .splide__arrow svg {
        width: auto;
        height: 16px; }
    /* line 104, _section.scss */
    .kit-images-thumb {
      margin-top: 16px; }
      /* line 107, _section.scss */
      .kit-images-thumb .splide__list {
        align-items: flex-start; }
        /* line 110, _section.scss */
        .kit-images-thumb .splide__list .splide__slide.is-active {
          border-width: 2px; }
  /* line 118, _section.scss */
  .kit-info-tab {
    border-bottom: 1px solid #ddd; }
    /* line 121, _section.scss */
    .kit-info-tab-title {
      padding: 20px 0;
      cursor: pointer;
      font-weight: 700;
      display: flex;
      align-items: center; }
      /* line 122, _section.scss */
      .kit-info-tab-title.is-suc img {
        display: block; }
      /* line 126, _section.scss */
      .kit-info-tab-title img {
        width: 17px;
        height: auto;
        margin-right: 10px;
        display: none; }
    /* line 140, _section.scss */
    .kit-info-tab-content {
      padding-bottom: 20px;
      display: none; }
      /* line 141, _section.scss */
      .kit-info-tab-content.not-available {
        display: block !important; }
        /* line 144, _section.scss */
        .kit-info-tab-content.not-available .not-available {
          display: block !important; }
      /* line 153, _section.scss */
      .kit-info-tab-content .option:last-child {
        border-bottom: 1px solid transparent;
        margin-bottom: 0; }
      /* line 160, _section.scss */
      .kit-info-tab-content .option.is-span .option-value.is-active {
        color: unset;
        background: unset; }
      /* line 170, _section.scss */
      .kit-info-tab-content .option.is-color .option-values .option-value.is-active {
        outline: none; }
      /* line 176, _section.scss */
      .kit-info-tab-content .option.is-color img {
        width: 100%;
        position: absolute;
        object-fit: cover;
        top: 0;
        left: 0; }
  /* line 188, _section.scss */
  .kit-info-button {
    margin: 20px 0 0;
    -webkit-appearance: none;
    background-color: #333436;
    color: #fff;
    padding: 0 10px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    font-size: 16px; }
    /* line 189, _section.scss */
    .kit-info-button[disabled] {
      background-color: #f6f6f6;
      color: #717171;
      cursor: default; }
  /* line 210, _section.scss */
  .kit-info-previews {
    padding: 0;
    margin: 20px 0 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 16px;
    align-items: flex-start;
    list-style-type: none; }
    /* line 220, _section.scss */
    .kit-info-previews .item > div {
      height: 0;
      width: 100%;
      padding-top: 100%;
      position: relative;
      background-color: #fcfcfc;
      border: 1px solid #ddd;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      background-position: center !important; }
      /* line 231, _section.scss */
      .kit-info-previews .item > div > span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 13px; }
    /* line 240, _section.scss */
    .kit-info-previews .item > span {
      display: block;
      padding: 8px;
      text-align: center;
      font-size: 13px;
      line-height: 17px; }
      @media (max-width: 767px) {
        /* line 240, _section.scss */
        .kit-info-previews .item > span {
          font-size: 12px; } }
  /* line 255, _section.scss */
  .kit-slider {
    margin-bottom: 60px;
    background-color: #f8f7f5; }
    @media screen and (max-width: 767px) {
      /* line 257, _section.scss */
      .kit-slider .page-width {
        padding: 0; } }
    /* line 264, _section.scss */
    .kit-slider .splide__pagination {
      bottom: calc(50% - 150px);
      left: 245px;
      padding: 0; }
      @media screen and (max-width: 767px) {
        /* line 264, _section.scss */
        .kit-slider .splide__pagination {
          left: 0;
          bottom: 98px; } }
      /* line 273, _section.scss */
      .kit-slider .splide__pagination__page {
        background-color: #232323;
        opacity: 0.25;
        margin: 0 5px;
        width: 10px;
        height: 10px; }
        /* line 280, _section.scss */
        .kit-slider .splide__pagination__page.is-active {
          transform: none;
          opacity: 1;
          background-color: #232323; }
    /* line 288, _section.scss */
    .kit-slider .splide__slide {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      align-items: center; }
      @media screen and (max-width: 767px) {
        /* line 288, _section.scss */
        .kit-slider .splide__slide {
          grid-template-columns: 1fr;
          align-items: flex-start; } }
      /* line 297, _section.scss */
      .kit-slider .splide__slide .content {
        padding: 96px; }
        @media screen and (max-width: 767px) {
          /* line 297, _section.scss */
          .kit-slider .splide__slide .content {
            padding: 100px 36px 136px;
            text-align: center; } }
        /* line 304, _section.scss */
        .kit-slider .splide__slide .content .title {
          font-size: 30px;
          margin: 0 0 60px; }
          @media screen and (max-width: 767px) {
            /* line 304, _section.scss */
            .kit-slider .splide__slide .content .title {
              margin-bottom: 24px; } }
        /* line 312, _section.scss */
        .kit-slider .splide__slide .content .text {
          max-width: 345px;
          line-height: 28px;
          padding: 0 0 64px; }
  /* line 321, _section.scss */
  .kit-review {
    background-color: #f8f7f5;
    padding: 60px 0; }
    /* line 325, _section.scss */
    .kit-review .splide__arrow {
      width: 70px;
      height: 70px;
      left: 5px;
      background-color: transparent;
      opacity: 0.75;
      transition: all 0.2s ease;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        /* line 325, _section.scss */
        .kit-review .splide__arrow {
          display: none; } }
      /* line 330, _section.scss */
      .kit-review .splide__arrow--next {
        left: auto !important;
        right: 5px; }
        @media screen and (max-width: 767px) {
          /* line 330, _section.scss */
          .kit-review .splide__arrow--next {
            right: 20px; } }
      /* line 338, _section.scss */
      .kit-review .splide__arrow:hover {
        opacity: 1; }
      @media screen and (max-width: 767px) {
        /* line 325, _section.scss */
        .kit-review .splide__arrow {
          left: 20px; } }
      /* line 353, _section.scss */
      .kit-review .splide__arrow svg {
        width: auto;
        height: 30px; }
    /* line 359, _section.scss */
    .kit-review .splide__pagination {
      display: none; }
      @media screen and (max-width: 767px) {
        /* line 359, _section.scss */
        .kit-review .splide__pagination {
          display: flex; } }
      /* line 365, _section.scss */
      .kit-review .splide__pagination__page {
        background-color: #232323;
        opacity: 0.25;
        margin: 0 5px;
        width: 10px;
        height: 10px; }
        /* line 372, _section.scss */
        .kit-review .splide__pagination__page.is-active {
          transform: none;
          opacity: 1;
          background-color: #232323; }
    /* line 380, _section.scss */
    .kit-review .splide__slide {
      padding: 60px 75px 30px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        /* line 380, _section.scss */
        .kit-review .splide__slide {
          padding: 0; } }
      /* line 387, _section.scss */
      .kit-review .splide__slide .rating {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 20px; }
        /* line 393, _section.scss */
        .kit-review .splide__slide .rating img {
          width: auto;
          height: 18px;
          margin: 0 2.5px; }
      /* line 400, _section.scss */
      .kit-review .splide__slide .text {
        font-size: 24px;
        line-height: 1.33;
        margin: 0 0 20px;
        font-weight: 500; }
      /* line 407, _section.scss */
      .kit-review .splide__slide .name {
        color: #757575; }
  /* line 413, _section.scss */
  .kit-inst {
    background-color: #bbb0a8;
    padding-top: 80px;
    padding-bottom: 80px; }
    /* line 418, _section.scss */
    .kit-inst .title {
      font-size: 30px;
      color: #fff;
      margin: 0 0 30px; }
    /* line 424, _section.scss */
    .kit-inst .splide__slide {
      background-color: #fff;
      padding: 12px; }
      /* line 428, _section.scss */
      .kit-inst .splide__slide .head {
        display: flex;
        align-items: center;
        margin: 0 0 8px;
        font-size: 14px;
        font-weight: 700; }
        /* line 435, _section.scss */
        .kit-inst .splide__slide .head picture {
          width: 30px;
          height: 30px;
          margin-right: 10px; }
          /* line 440, _section.scss */
          .kit-inst .splide__slide .head picture img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            border-radius: 50%; }
      /* line 450, _section.scss */
      .kit-inst .splide__slide picture {
        display: block;
        width: 100%; }
        /* line 454, _section.scss */
        .kit-inst .splide__slide picture img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          aspec-ratio: 1/1.2; }

/* line 466, _section.scss */
#table-size {
  padding: 70px;
  max-width: 1300px; }
  @media screen and (max-width: 767px) {
    /* line 466, _section.scss */
    #table-size {
      padding: 5px 0; } }

/* line 474, _section.scss */
.table-item {
  /*TABLE*/
  /*TABLE*/ }
  /* line 475, _section.scss */
  .table-item + .table-item {
    margin-top: 40px; }
  /* line 479, _section.scss */
  .table-item-title {
    margin: 15px 0 4px 15px;
    font-weight: 600; }
  /* line 484, _section.scss */
  .table-item .m-table {
    display: none; }
    @media screen and (max-width: 767px) {
      /* line 484, _section.scss */
      .table-item .m-table {
        display: block; }
        /* line 488, _section.scss */
        .table-item .m-table table {
          display: block; }
        /* line 491, _section.scss */
        .table-item .m-table table {
          margin-bottom: 10px; }
        /* line 494, _section.scss */
        .table-item .m-table table thead tr {
          height: 40px; }
        /* line 497, _section.scss */
        .table-item .m-table table th {
          font-size: 12px;
          padding: 5px 5px 5px 5px; }
        /* line 501, _section.scss */
        .table-item .m-table table td {
          font-size: 12px;
          padding: 5px 5px 5px 5px; }
        /* line 505, _section.scss */
        .table-item .m-table table th:first-child {
          background: rgba(172, 170, 170, 0.5);
          text-align: left;
          padding: 5px 5px 5px 5px; }
        /* line 510, _section.scss */
        .table-item .m-table table td:first-child {
          background: rgba(172, 170, 170, 0.5);
          text-align: left;
          padding: 5px 5px 5px 5px; } }
  /* line 519, _section.scss */
  .table-item .m-table .grid__item {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    vertical-align: top;
    width: 100%; }
  /* line 527, _section.scss */
  .table-item .m-table .grid__item--header span {
    display: block;
    background-color: #eaf1ff;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #0e285b;
    height: 36px;
    line-height: 40px;
    padding: 0 18px; }
  /* line 549, _section.scss */
  .table-item .m-table .grid,
  .table-item .m-table .grid--gutter-30,
  .table-item .m-table .grid--rev,
  .table-item .m-table .grid--full,
  .table-item .m-table .grid-uniform {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  /* line 562, _section.scss */
  .table-item .m-table .one-half {
    width: 50%; }
  /* line 566, _section.scss */
  .table-item .m-table .grid__item--content .grid__item span {
    display: block;
    font-size: 13px !important;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased !important;
    -webkit-text-size-adjust: 100% !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    padding: 15px 10px 10px 18px; }
  /* line 579, _section.scss */
  .table-item .m-table .grid__item--content .grid__item.grid__item--size span {
    text-align: right;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-size: 14px; }
  /* line 594, _section.scss */
  .table-item table {
    width: 100%;
    border-spacing: 1px;
    position: relative;
    border: 0 none;
    background: #f0f1f3; }
    @media screen and (max-width: 767px) {
      /* line 594, _section.scss */
      .table-item table {
        display: none; } }
    /* line 604, _section.scss */
    .table-item table td,
    .table-item table th {
      border: 0 none;
      text-align: left;
      padding: 10px 15px;
      background: white; }

/* line 614, _section.scss */
.grid-related {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
  margin-top: 60px;
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    /* line 614, _section.scss */
    .grid-related {
      grid-template-columns: 1fr; } }
  /* line 619, _section.scss */
  .grid-related .title {
    font-size: 24px;
    grid-column: 1/-1;
    text-align: center;
    margin: 0 0 14px; }

/* line 633, _section.scss */
.option-label {
  font-size: 12px;
  margin: 0 0 8px; }
  /* line 637, _section.scss */
  .option-label.flex {
    display: flex; }
  /* line 641, _section.scss */
  .option-label .not-available {
    display: none;
    color: #e02715;
    margin-left: 4px; }
  /* line 647, _section.scss */
  .option-label a {
    margin-left: auto; }

/* line 1, _product-images-desktop.scss */
.product-images-desktop {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  /* line 13, _product-images-desktop.scss */
  .product-images-desktop::-webkit-scrollbar {
    display: none; }
  /* line 17, _product-images-desktop.scss */
  .product-images-desktop__item {
    position: relative;
    flex-basis: calc(50% - 2px);
    visibility: visible;
    opacity: 1;
    transition: visibility var(--hover-transition) linear, opacity var(--hover-transition) linear; }
    /* line 26, _product-images-desktop.scss */
    .product-images-desktop__item:not(:first-child) + .product-images-desktop__item {
      margin-top: 4px; }
    /* line 30, _product-images-desktop.scss */
    .product-images-desktop__item.hide-image {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      clip: rect(0 0 0 0);
      width: 1px;
      height: 1px;
      margin: -1px; }
  /* line 42, _product-images-desktop.scss */
  .product-images-desktop .video-wrap {
    position: relative; }
    /* line 45, _product-images-desktop.scss */
    .product-images-desktop .video-wrap:before {
      content: "";
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 133.33%; }
    /* line 53, _product-images-desktop.scss */
    .product-images-desktop .video-wrap video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  /* line 63, _product-images-desktop.scss */
  .product-images-desktop .image-wrap {
    position: relative; }
    /* line 66, _product-images-desktop.scss */
    .product-images-desktop .image-wrap:before {
      content: "";
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 133.33%; }
    /* line 74, _product-images-desktop.scss */
    .product-images-desktop .image-wrap img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }

@media only screen and (min-width: 768px) {
  /* line 86, _product-images-desktop.scss */
  [data-mobile-images],
  .kit-images,
  .product-images-mobile-nav {
    display: none; } }
@media only screen and (max-width: 767px) {
  /* line 94, _product-images-desktop.scss */
  [data-desktop-images] {
    display: none; } }
/* line 100, _product-images-desktop.scss */
.kit-gallery:not(.active) {
  display: none; }

/* line 4, _product-images-mobile.scss */
.product-images-mobile__item.hide-image,
.product-images-mobile-nav__item.hide-image {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px; }
/* line 16, _product-images-mobile.scss */
.product-images-mobile .image-wrap,
.product-images-mobile-nav .image-wrap {
  position: relative; }
  /* line 19, _product-images-mobile.scss */
  .product-images-mobile .image-wrap:before,
  .product-images-mobile-nav .image-wrap:before {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 133.33%; }
  /* line 27, _product-images-mobile.scss */
  .product-images-mobile .image-wrap img,
  .product-images-mobile-nav .image-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

/* line 38, _product-images-mobile.scss */
.product-images-mobile-nav {
  margin-top: 8px;
  /* the slides */
  /* the parent */ }
  /* line 42, _product-images-mobile.scss */
  .product-images-mobile-nav .slick-slide {
    margin: 0 4px; }
  /* line 47, _product-images-mobile.scss */
  .product-images-mobile-nav .slick-list {
    margin: 0 -4px; }

/* line 1, _footer.scss */
.footer {
  padding: 32px 0; }
  @media (max-width: 767px) {
    /* line 1, _footer.scss */
    .footer {
      padding: 24px 0; } }
  /* line 7, _footer.scss */
  .footer__links {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 66.66667%; }
    @media (max-width: 1100px) {
      /* line 7, _footer.scss */
      .footer__links {
        width: 83.33333%; } }
    @media (max-width: 767px) {
      /* line 7, _footer.scss */
      .footer__links {
        flex-direction: column;
        width: 100%; } }
    @media (min-width: 768px) {
      /* line 24, _footer.scss */
      .footer__links--menu + .footer__links--menu {
        padding-left: 20px; } }
    /* line 30, _footer.scss */
    .footer__links--menu ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      /* line 35, _footer.scss */
      .footer__links--menu ul a {
        text-decoration: none;
        font-size: 14px;
        line-height: 17px;
        color: var(--accent-color);
        cursor: pointer;
        transition: all 0.3s ease 0s; }
        /* line 9, _mixin.scss */
        .footer__links--menu ul a:hover, .footer__links--menu ul a:focus {
          opacity: var(--opacity-hover); }
      /* line 43, _footer.scss */
      .footer__links--menu ul li + li {
        margin-top: 8px; }
    /* line 48, _footer.scss */
    .footer__links--menu-h3 {
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      color: var(--accent-color);
      opacity: 0.6;
      margin-bottom: 16px; }
    @media (max-width: 767px) {
      /* line 59, _footer.scss */
      .footer__links--menu + .footer__links--menu {
        margin-top: 24px; } }
  /* line 66, _footer.scss */
  .footer__copyright {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    text-decoration: none;
    font-size: 14px;
    line-height: 17px;
    color: var(--accent-color); }
    @media (max-width: 767px) {
      /* line 66, _footer.scss */
      .footer__copyright {
        justify-content: flex-start; } }

/* line 1, _footer-form.scss */
.sp-force-hide {
  display: none; }

/* line 5, _footer-form.scss */
.sp-form-outer {
  width: 100%; }

/* line 9, _footer-form.scss */
.sp-form[sp-id="161098"] {
  background: var(--white-color);
  color: var(--accent-color);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  width: 100%;
  max-width: 553px;
  height: 100%;
  padding: 0;
  margin: 0 auto; }
  /* line 20, _footer-form.scss */
  .sp-form[sp-id="161098"]:not(.sp-show) {
    display: none; }
  /* line 24, _footer-form.scss */
  .sp-form[sp-id="161098"] .sp-form-fields-wrapper {
    height: 100%;
    width: 100%; }
  /* line 29, _footer-form.scss */
  .sp-form[sp-id="161098"] .sp-element-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%; }
    /* line 37, _footer-form.scss */
    .sp-form[sp-id="161098"] .sp-element-container .sp-field {
      padding: 0;
      min-height: unset;
      min-width: unset;
      height: 100%; }
      /* line 43, _footer-form.scss */
      .sp-form[sp-id="161098"] .sp-element-container .sp-field:first-child {
        width: 100%; }
        /* line 46, _footer-form.scss */
        .sp-form[sp-id="161098"] .sp-element-container .sp-field:first-child input {
          width: 100%; }
      /* line 51, _footer-form.scss */
      .sp-form[sp-id="161098"] .sp-element-container .sp-field input {
        background: unset;
        color: unset;
        border: unset;
        outline: 0;
        padding: 0 0 0 12px;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        height: 48px; }
        /* line 61, _footer-form.scss */
        .sp-form[sp-id="161098"] .sp-element-container .sp-field input::-moz-placeholder, .sp-form[sp-id="161098"] .sp-element-container .sp-field input:-ms-input-placeholder, .sp-form[sp-id="161098"] .sp-element-container .sp-field input::-ms-input-placeholder, .sp-form[sp-id="161098"] .sp-element-container .sp-field input::placeholder {
          font-style: normal;
          font-weight: 400;
          font-size: 18px;
          line-height: 22px; }
      /* line 72, _footer-form.scss */
      .sp-form[sp-id="161098"] .sp-element-container .sp-field.sp-button-container {
        min-width: unset; }
        /* line 75, _footer-form.scss */
        .sp-form[sp-id="161098"] .sp-element-container .sp-field.sp-button-container .sp-button {
          background: var(--accent-color);
          border-radius: var(--border-radius);
          padding: 4px;
          display: flex;
          justify-content: center;
          align-items: center;
          min-height: unset;
          min-width: unset;
          width: 40px;
          height: 40px;
          outline: none;
          border: 0;
          cursor: pointer;
          transition: all 0.3s ease 0s; }
          /* line 9, _mixin.scss */
          .sp-form[sp-id="161098"] .sp-element-container .sp-field.sp-button-container .sp-button:hover, .sp-form[sp-id="161098"] .sp-element-container .sp-field.sp-button-container .sp-button:focus {
            opacity: var(--opacity-hover); }
  /* line 95, _footer-form.scss */
  .sp-form[sp-id="161098"] .sp-button-messengers {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0; }
  /* line 101, _footer-form.scss */
  .sp-form[sp-id="161098"] .sp-message.sp-message-success {
    display: flex;
    align-items: center;
    margin: 0;
    transform: unset;
    padding: 15px 20px;
    height: 100%;
    animation: 0.3s show; }
    /* line 110, _footer-form.scss */
    .sp-form[sp-id="161098"] .sp-message.sp-message-success::before {
      content: var(--icon-check);
      margin-right: 8px;
      width: 24px;
      height: 24px; }
    /* line 117, _footer-form.scss */
    .sp-form[sp-id="161098"] .sp-message.sp-message-success p {
      color: var(--accent-color);
      text-align: left;
      margin-bottom: 0;
      font-style: normal;
      font-weight: 400;
      font-size: 17px;
      line-height: 21px; }

@media (min-width: 554px) {
  /* line 130, _footer-form.scss */
  .sp-form[sp-id="161098"] .sp-element-container .sp-field input {
    height: 64px; } }
@media (min-width: 554px) {
  /* line 136, _footer-form.scss */
  .sp-form[sp-id="161098"] .sp-element-container .sp-field.sp-button-container {
    padding: 8px; }
    /* line 139, _footer-form.scss */
    .sp-form[sp-id="161098"] .sp-element-container .sp-field.sp-button-container .sp-button {
      height: 48px;
      width: 48px; } }
@media (max-width: 553px) {
  /* line 149, _footer-form.scss */
  .sp-form[sp-id="161098"] .sp-element-container .sp-field input::-moz-placeholder, .sp-form[sp-id="161098"] .sp-element-container .sp-field input:-ms-input-placeholder, .sp-form[sp-id="161098"] .sp-element-container .sp-field input::-ms-input-placeholder, .sp-form[sp-id="161098"] .sp-element-container .sp-field input::placeholder {
    font-size: 14px;
    line-height: normal !important; }
  /* line 158, _footer-form.scss */
  .sp-form[sp-id="161098"] .sp-element-container .sp-field.sp-button-container {
    padding: 4px; } }
/* line 164, _footer-form.scss */
#sp-formal-161098 {
  border: 1px solid transparent; }
  /* line 167, _footer-form.scss */
  #sp-formal-161098.err {
    border-radius: 12px;
    border: 1px solid var(--red-color);
    color: var(--red-color); }
  /* line 173, _footer-form.scss */
  #sp-formal-161098:not(.sp-show) {
    animation: 0.3s hide; }
  /* line 177, _footer-form.scss */
  #sp-formal-161098.sp-hide {
    display: none; }
  /* line 182, _footer-form.scss */
  #sp-formal-161098.sp-show .sp-form {
    animation: 0.3s show; }

/* line 1, _footer-popup.scss */
.news-signup {
  position: relative;
  background: var(--beige-color);
  padding: 60px 0; }
  @media (max-width: 767px) {
    /* line 1, _footer-popup.scss */
    .news-signup {
      padding: 24px 0; } }
  /* line 10, _footer-popup.scss */
  .news-signup > .page-width {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: var(--max-width-small); }
  /* line 18, _footer-popup.scss */
  .news-signup #mc_embed_signup .button {
    background-color: var(--accent-color);
    height: 48px;
    line-height: 48px;
    border: 0;
    border-radius: 0;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease 0s; }
    /* line 9, _mixin.scss */
    .news-signup #mc_embed_signup .button:hover, .news-signup #mc_embed_signup .button:focus {
      opacity: var(--opacity-hover); }
  /* line 28, _footer-popup.scss */
  .news-signup #mc_embed_signup .button:hover {
    opacity: 0.8; }
  /* line 32, _footer-popup.scss */
  .news-signup #mc_embed_signup input.email {
    height: 48px;
    line-height: 48px;
    border: 0;
    border-radius: var(--border-radius);
    padding: 0 15px; }
  /* line 40, _footer-popup.scss */
  .news-signup .news-signup--info {
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -1px;
    color: var(--accent-color);
    margin-top: 12px;
    margin-bottom: 44px; }
    @media (max-width: 553px) {
      /* line 40, _footer-popup.scss */
      .news-signup .news-signup--info {
        font-size: 20px;
        line-height: 25px;
        margin-top: 9px;
        margin-bottom: 32px; } }
  /* line 59, _footer-popup.scss */
  .news-signup .news-signup--agreement {
    display: block;
    width: 100%;
    margin-top: 44px;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: var(--light-grey-color); }
    @media (max-width: 553px) {
      /* line 59, _footer-popup.scss */
      .news-signup .news-signup--agreement {
        margin-top: 32px;
        font-size: 15px;
        line-height: 20px;
        font-weight: normal; } }
  /* line 79, _footer-popup.scss */
  .news-signup span {
    max-width: 745px;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    letter-spacing: -0.2px; }
  /* line 87, _footer-popup.scss */
  .news-signup a {
    text-decoration: none;
    color: var(--accent-color); }

/* line 93, _footer-popup.scss */
.news-signup-popup,
.popup-success {
  display: flex;
  position: relative;
  width: 100%;
  padding: 0;
  background: transparent;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column; }
  /* line 104, _footer-popup.scss */
  .news-signup-popup #mc_embed_signup,
  .popup-success #mc_embed_signup {
    margin: 0 0 26px; }
  /* line 108, _footer-popup.scss */
  .news-signup-popup #mc_embed_signup_scroll,
  .popup-success #mc_embed_signup_scroll {
    text-align: left !important; }
  /* line 112, _footer-popup.scss */
  .news-signup-popup #mc_embed_signup .button,
  .popup-success #mc_embed_signup .button {
    background-color: var(--accent-color);
    height: 48px;
    line-height: 48px;
    border: 0;
    border-radius: 0;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease 0s; }
    /* line 9, _mixin.scss */
    .news-signup-popup #mc_embed_signup .button:hover, .news-signup-popup #mc_embed_signup .button:focus,
    .popup-success #mc_embed_signup .button:hover,
    .popup-success #mc_embed_signup .button:focus {
      opacity: var(--opacity-hover); }
  /* line 123, _footer-popup.scss */
  .news-signup-popup #mc_embed_signup form,
  .popup-success #mc_embed_signup form {
    padding: 0; }
  /* line 127, _footer-popup.scss */
  .news-signup-popup #mc_embed_signup .button:hover,
  .popup-success #mc_embed_signup .button:hover {
    opacity: 0.8; }
  /* line 131, _footer-popup.scss */
  .news-signup-popup #mc_embed_signup input.email,
  .popup-success #mc_embed_signup input.email {
    height: 48px;
    line-height: 48px;
    border: 1px solid var(--white-color);
    background: transparent;
    padding: 0 15px;
    color: var(--white-color); }
    /* line 139, _footer-popup.scss */
    .news-signup-popup #mc_embed_signup input.email::placeholder,
    .popup-success #mc_embed_signup input.email::placeholder {
      color: var(--white-color); }
  /* line 144, _footer-popup.scss */
  .news-signup-popup p,
  .popup-success p {
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    max-width: 637px;
    margin: 0;
    letter-spacing: -1px; }
  /* line 153, _footer-popup.scss */
  .news-signup-popup span,
  .popup-success span {
    max-width: 745px;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    letter-spacing: -0.2px; }
  /* line 161, _footer-popup.scss */
  .news-signup-popup a,
  .popup-success a {
    text-decoration: none !important;
    color: var(--accent-color); }

/* line 168, _footer-popup.scss */
#sp-form-outer-162908:not(.sp-show) {
  animation: 0.3s hide; }
/* line 172, _footer-popup.scss */
#sp-form-outer-162908.sp-hide {
  display: none; }
/* line 177, _footer-popup.scss */
#sp-form-outer-162908.sp-show .sp-form {
  animation: 0.3s show; }
/* line 182, _footer-popup.scss */
#sp-form-outer-162908.sp-popup-outer {
  background: rgba(36, 38, 41, 0.62);
  z-index: 10000; }

/* line 188, _footer-popup.scss */
.sp-popup-outer .sp-form[sp-id="162908"] {
  display: block;
  background: center no-repeat var(--white-color);
  padding: 0;
  width: 555px;
  max-width: 100%;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-size: auto;
  margin: 6vh auto;
  border: 0 solid transparent;
  position: relative; }
  /* line 202, _footer-popup.scss */
  .sp-popup-outer .sp-form[sp-id="162908"] .sp-btn-close {
    position: absolute;
    z-index: 3;
    border: none;
    content: "×";
    cursor: pointer;
    display: inline-block;
    top: 5px;
    right: -35px;
    background: unset;
    width: 24px;
    height: 24px;
    box-shadow: unset;
    padding: 1px;
    color: var(--grey-color);
    border-radius: 50%;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    transform: scale(1);
    cursor: pointer;
    transition: all 0.3s ease 0s; }
    /* line 9, _mixin.scss */
    .sp-popup-outer .sp-form[sp-id="162908"] .sp-btn-close:hover, .sp-popup-outer .sp-form[sp-id="162908"] .sp-btn-close:focus {
      opacity: var(--opacity-hover); }
    /* line 225, _footer-popup.scss */
    .sp-popup-outer .sp-form[sp-id="162908"] .sp-btn-close:hover {
      box-shadow: unset; }
  /* line 230, _footer-popup.scss */
  .sp-popup-outer .sp-form[sp-id="162908"] .wrapper-image {
    width: 100%;
    height: 332px;
    background: var(--footer-popup-bg) center no-repeat;
    background-size: cover; }
  /* line 237, _footer-popup.scss */
  .sp-popup-outer .sp-form[sp-id="162908"] .sp-form-fields-wrapper {
    margin: 0 auto;
    width: 455px;
    padding-bottom: 42px; }
  /* line 243, _footer-popup.scss */
  .sp-popup-outer .sp-form[sp-id="162908"] .sp-form-control {
    background: unset;
    color: unset;
    border: unset;
    outline: 0;
    height: 100%;
    background: unset;
    font-size: 15px;
    padding-left: 8.75px;
    padding-right: 8.75px;
    width: 100%;
    border: 1px solid var(--border-color); }
    /* line 256, _footer-popup.scss */
    .sp-popup-outer .sp-form[sp-id="162908"] .sp-form-control.err {
      border: 1px solid var(--red-color);
      color: var(--red-color); }
    /* line 261, _footer-popup.scss */
    .sp-popup-outer .sp-form[sp-id="162908"] .sp-form-control::-moz-placeholder, .sp-popup-outer .sp-form[sp-id="162908"] .sp-form-control:-ms-input-placeholder, .sp-popup-outer .sp-form[sp-id="162908"] .sp-form-control::-ms-input-placeholder, .sp-popup-outer .sp-form[sp-id="162908"] .sp-form-control::placeholder {
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      color: #969696;
      padding-left: 8px;
      line-height: normal !important; }
  /* line 274, _footer-popup.scss */
  .sp-popup-outer .sp-form[sp-id="162908"] .sp-fields {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  /* line 280, _footer-popup.scss */
  .sp-popup-outer .sp-form[sp-id="162908"] .sp-field {
    padding: 0;
    width: 100%; }
    /* line 284, _footer-popup.scss */
    .sp-popup-outer .sp-form[sp-id="162908"] .sp-field.input {
      height: 48px; }
    /* line 288, _footer-popup.scss */
    .sp-popup-outer .sp-form[sp-id="162908"] .sp-field.sp-button-container {
      width: 178px;
      margin-left: 12px; }
    /* line 293, _footer-popup.scss */
    .sp-popup-outer .sp-form[sp-id="162908"] .sp-field h3 {
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 25px;
      letter-spacing: -1px;
      color: var(--accent-color);
      margin-bottom: 8px;
      margin-top: 32px; }
    /* line 304, _footer-popup.scss */
    .sp-popup-outer .sp-form[sp-id="162908"] .sp-field h4 {
      font-style: normal;
      font-weight: 400;
      font-size: 17px;
      line-height: 21px;
      letter-spacing: -0.01em;
      color: var(--accent-color);
      margin-bottom: 28px; }
  /* line 321, _footer-popup.scss */
  .sp-popup-outer .sp-form[sp-id="162908"] .sp-button {
    background-color: var(--accent-color);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 10px;
    text-align: center;
    letter-spacing: -0.01em;
    color: var(--white-color);
    height: 100%;
    padding: 16px 24px;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    outline: 0 !important;
    width: auto;
    min-width: 50px;
    max-width: 100%;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease 0s; }
    /* line 9, _mixin.scss */
    .sp-popup-outer .sp-form[sp-id="162908"] .sp-button:hover, .sp-popup-outer .sp-form[sp-id="162908"] .sp-button:focus {
      opacity: var(--opacity-hover); }
  /* line 347, _footer-popup.scss */
  .sp-popup-outer .sp-form[sp-id="162908"] .sp-button-container {
    text-align: left; }
  /* line 351, _footer-popup.scss */
  .sp-popup-outer .sp-form[sp-id="162908"] .sp-message.sp-message-success {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.01em;
    margin: 0;
    color: var(--accent-color); }
  /* line 361, _footer-popup.scss */
  .sp-popup-outer .sp-form[sp-id="162908"] a.close {
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 10px;
    letter-spacing: -0.01em;
    color: var(--accent-color);
    margin-top: 20px;
    text-decoration: none; }

@media (max-width: 767px) {
  /* line 375, _footer-popup.scss */
  .sp-popup-outer .sp-form[sp-id="162908"] {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 90vw;
    margin: 2vh auto !important; }
    /* line 382, _footer-popup.scss */
    .sp-popup-outer .sp-form[sp-id="162908"] .sp-btn-close {
      right: 5px; }
    /* line 386, _footer-popup.scss */
    .sp-popup-outer .sp-form[sp-id="162908"] .wrapper-image {
      background: var(--footer-popup-bg-mobile) top center no-repeat;
      background-size: cover;
      height: 218px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    /* line 394, _footer-popup.scss */
    .sp-popup-outer .sp-form[sp-id="162908"] .sp-form-fields-wrapper {
      padding: 0 12px 12px;
      width: 100%; }
    /* line 400, _footer-popup.scss */
    .sp-popup-outer .sp-form[sp-id="162908"] .sp-form-control::-moz-placeholder, .sp-popup-outer .sp-form[sp-id="162908"] .sp-form-control:-ms-input-placeholder, .sp-popup-outer .sp-form[sp-id="162908"] .sp-form-control::-ms-input-placeholder, .sp-popup-outer .sp-form[sp-id="162908"] .sp-form-control::placeholder {
      font-weight: 400; }
    /* line 408, _footer-popup.scss */
    .sp-popup-outer .sp-form[sp-id="162908"] .sp-fields {
      flex-direction: column; }
    /* line 413, _footer-popup.scss */
    .sp-popup-outer .sp-form[sp-id="162908"] .sp-field.sp-button-container {
      width: 100%;
      margin-top: 16px;
      margin-left: 0; }
    /* line 419, _footer-popup.scss */
    .sp-popup-outer .sp-form[sp-id="162908"] .sp-field h3,
    .sp-popup-outer .sp-form[sp-id="162908"] .sp-field h4 {
      font-size: 17px;
      line-height: 21px;
      text-align: center; }
    /* line 427, _footer-popup.scss */
    .sp-popup-outer .sp-form[sp-id="162908"] .sp-button {
      width: 100%; }
    /* line 431, _footer-popup.scss */
    .sp-popup-outer .sp-form[sp-id="162908"] a.close {
      margin-top: 8px;
      height: 100%;
      padding: 16px 24px;
      width: 100%;
      text-align: center; } }
/* line 444, _footer-popup.scss */
.sp-popup-outer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  max-height: 100vh;
  overflow-y: auto; }

/* line 455, _footer-popup.scss */
.sp-form,
.sp-form-outer {
  max-width: 100%; }

/* line 461, _footer-popup.scss */
#sp-formal-162908:not(.sp-show) {
  animation: 0.3s hide; }
/* line 465, _footer-popup.scss */
#sp-formal-162908.sp-hide {
  display: none; }
/* line 470, _footer-popup.scss */
#sp-formal-162908.sp-show .sp-form {
  animation: 0.3s show; }


