

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* h1 {
	margin:  0;
} */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*# sourceMappingURL=vendor.css.map */
/* End */


/* Start:/local/templates/basic/css/jquery-ui.min.css?17388523972330*/
/*! jQuery UI - v1.13.2 - 2023-10-05
* http://jqueryui.com
* Includes: core.css, slider.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
  display:none
}
.ui-helper-hidden-accessible {
  border:0;
  clip:rect(0 0 0 0);
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px
}
.ui-helper-reset {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  line-height:1.3;
  text-decoration:none;
  font-size:100%;
  list-style:none
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content:"";
  display:table;
  border-collapse:collapse
}
.ui-helper-clearfix:after {
  clear:both
}
.ui-helper-zfix {
  width:100%;
  height:100%;
  top:0;
  left:0;
  position:absolute;
  opacity:0;
  -ms-filter:"alpha(opacity=0)"
}
.ui-front {
  z-index:100
}
.ui-state-disabled {
  cursor:default!important;
  pointer-events:none
}
.ui-icon {
  display:inline-block;
  vertical-align:middle;
  margin-top:-.25em;
  position:relative;
  text-indent:-99999px;
  overflow:hidden;
  background-repeat:no-repeat
}
.ui-widget-icon-block {
  left:50%;
  margin-left:-8px;
  display:block
}
.ui-widget-overlay {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%
}
.ui-slider {
  position:relative;
  text-align:left
}
.ui-slider .ui-slider-handle {
  position:absolute;
  z-index:2;
  width:1.2em;
  height:1.2em;
  cursor:pointer;
  -ms-touch-action:none;
  touch-action:none
}
.ui-slider .ui-slider-range {
  position:absolute;
  z-index:1;
  font-size:.7em;
  display:block;
  border:0;
  background-position:0 0
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter:inherit
}
.ui-slider-horizontal {
  height:.8em
}
.ui-slider-horizontal .ui-slider-handle {
  top:-.3em;
  margin-left:-.6em
}
.ui-slider-horizontal .ui-slider-range {
  top:0;
  height:100%
}
.ui-slider-horizontal .ui-slider-range-min {
  left:0
}
.ui-slider-horizontal .ui-slider-range-max {
  right:0
}
.ui-slider-vertical {
  width:.8em;
  height:100px
}
.ui-slider-vertical .ui-slider-handle {
  left:-.3em;
  margin-left:0;
  margin-bottom:-.6em
}
.ui-slider-vertical .ui-slider-range {
  left:0;
  width:100%
}
.ui-slider-vertical .ui-slider-range-min {
  bottom:0
}
.ui-slider-vertical .ui-slider-range-max {
  top:0
}

/* End */


/* Start:/local/templates/basic/css/main.css?1738852397130992*/
@font-face {
  font-family: "ProximaNova";
  src: url("/local/templates/basic/fonts/ProximaNovaT-Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url("/local/templates/basic/fonts/ProximaNova-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url("/local/templates/basic/fonts/ProximaNova-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url("/local/templates/basic/fonts/ProximaNova-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url("/local/templates/basic/fonts/ProximaNova-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

img, svg {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */
a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

address {
  font-style: normal;
}

ul {
  list-style: none;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

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

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

html {
  scrollbar-color: var(--gold) var(--black);
  scrollbar-width: thin;
}
html::-webkit-scrollbar {
  width: 3px;
}
html::-webkit-scrollbar-track {
  background-color: var(--black);
}
html::-webkit-scrollbar-thumb {
  background-color: var(--white);
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 73.25rem;
  padding: 0 16px;
}
.container.container--big {
  max-width: 125rem;
  padding: 0 2.5rem;
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  color: var(--black);
  font-family: "ProximaNova", sans-serif;
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.25rem;
}
.page__body.menu-open {
  overflow: hidden;
}
@media (max-width: 768px) {
  .page__body {
    font-size: 14px;
  }
}

.title-h1 {
  margin-bottom: 1.5rem;
}
.title-h1 > * {
  color: var(--black-light);
  text-align: center;
  font-size: 2rem;
  font-weight: 100;
  line-height: 2.375rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .title-h1 {
    margin-bottom: 16px;
  }
  .title-h1 > * {
    font-size: 24px;
    line-height: 32px;
  }
}

.hidden-title {
  position: absolute;
  left: -9999px;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: color var(--hover-transition), background-color var(--hover-transition), border-color var(--hover-transition);
  transition: color var(--hover-transition), background-color var(--hover-transition), border-color var(--hover-transition);
  cursor: pointer;
  color: var(--black);
  font-weight: 600;
  border: 1px solid var(--black);
  background-color: var(--white);
  padding: 0.875rem;
  min-width: 10.625rem;
  max-height: 3rem;
}
.btn:disabled {
  opacity: 0.33;
}
@media (max-width: 769px) {
  .btn:hover {
    background-color: var(--black);
    color: var(--white);
  }
}
.btn.btn--black {
  color: var(--white);
  background-color: var(--black);
}
.btn.btn--black:hover {
  color: var(--black);
  background-color: var(--white);
}
.btn.btn--img {
  text-align: left;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.btn.btn--img img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}
@media (max-width: 768px) {
  .btn {
    font-weight: 400;
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  /*height: 3rem;*/
  height: 1.3125rem;
}
.logo > * {
  height: 100%;
    /*width: 100%;*/
  -o-object-fit: contain;
  object-fit: contain;
}

.banner {
  padding: 0 1.625rem;
  overflow: hidden;
}
.banner__link {
  display: block;
  position: relative;
  margin: 0 -1.875rem;
}
.banner__link img, .banner__link video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner__link::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 39.4%;
}
.banner-subs__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3.5rem 2.5rem;
  border: 1px solid var(--black);
  background-color: var(--white);
}
.banner-subs__container .title-h1 {
  margin-bottom: 0;
}
.banner-subs__form {
  margin-left: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 29.6875rem;
  width: 100%;
}
.banner-subs__form .input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: -1px;
  margin-bottom: 0 !important;
}
.banner-subs__form .input > * {
  max-height: 3rem;
}
.banner-subs__form .input__error {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  right: 0;
}
@media (max-width: 776px) {
  .banner {
    padding: 0 16px;
  }
  .banner__link {
    margin: 0 -20px;
  }
  .banner-subs__container {
    padding: 24px 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner-subs__container .title-h1 {
    margin-bottom: 16px;
  }
  .banner-subs__form {
    margin-left: unset;
    max-width: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner-subs__form .input {
    margin-right: 0;
    width: 100%;
    margin-bottom: 6px !important;
  }
  .banner-subs__form .input.is-error {
    margin-bottom: 25px !important;
  }
  .banner-subs__form .btn {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .banner__link::before {
    padding-top: 111.4%;
  }
}

.tag {
  position: absolute;
  left: 1.875rem;
  bottom: 1.25rem;
  z-index: 2;
  pointer-events: none;
}
.tag span {
  color: var(--black);
  padding: 0.5625rem 2.5rem;
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 768px) {
  .tag {
    left: 20px;
    right: 20px;
    text-align: center;
    font-size: 14px;
  }
  .tag span {
    padding: 9px;
  }
}

.favorite, .remove {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background-color: var(--white);
  right: 0.75rem;
  top: 0.75rem;
  z-index: 2;
}
.favorite > * , .remove > * {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.favorite svg path , .remove svg path {
  -webkit-transition: fill var(--hover-transition);
  transition: fill var(--hover-transition);
  fill: var(--white);
}
.favorite:hover svg path:last-child , .remove:hover svg path:last-child{
  fill: var(--gray);
}
.favorite.is-added svg path:last-child , .remove.is-added svg path:last-child {
  fill: var(--black);
}

.cards-slider {
  margin-bottom: 2.5rem;
}
.cards-slider__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 1rem;
  margin-top: 2.5rem;
  border-top: 1px solid var(--gray);
}
.cards-slider__bottom .section-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cards-slider__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cards-slider__btns-prev {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cpath d="M14 16L10 12L14 8" stroke="black" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
}
.cards-slider__btns-next {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cpath d="M10 8L14 12L10 16" stroke="black" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
}
.cards-slider__btns > * {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.cards-slider__btns > *:not(:last-child) {
  margin-right: 3rem;
}
.cards-slider__btns > *::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.cards-slider + .banner-subs {
  margin-top: 7.5rem;
}
.cards-slider .swiper-slide {
  height: auto;
}
@media (max-width: 768px) {
  .cards-slider__bottom {
    margin-top: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cards-slider__bottom .section-arrow {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .cards-slider__btns {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.swiper .care__item {
  height: 100%;
}

.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.swiper-button-lock {
  opacity: 0;
  visibility: hidden;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2.5rem;
}
.socials li {
  line-height: 0;
}
.socials li:not(:last-child) {
  margin-right: 1rem;
}
.socials li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0;
  color: var(--black);
  -webkit-transition: color var(--hover-transition);
  transition: color var(--hover-transition);
}
.socials li a span {
  display: block;
  margin-left: 0.5rem;
}
.socials li a svg, .socials li a img {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.socials li:last-child a svg {
  width: 28px;
  height: 28px;
}
.socials li a svg path, .socials li a img path {
  -webkit-transition: fill var(--hover-transition);
  transition: fill var(--hover-transition);
}
.socials li a:hover {
  color: var(--red);
}
.socials li a:hover svg path {
  fill: var(--red);
}
@media (max-width: 768px) {
  .socials {
    margin: 32px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.message-marquee {
  padding: 0.375rem 0;
  text-align: center;
  background: var(--black);
  position: relative;
  z-index: 100;
}
.message-marquee .marquee {
  overflow: hidden;
}
.message-marquee .marquee_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.message-marquee .marquee_content > * {
  margin-right: 6.5rem;
  position: relative;
}
.message-marquee .marquee_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--white);
  text-align: center;
  font-family: "League Spartan", sans-serif;
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 1.25rem;
}
.message-marquee .marquee_unit > *:not(:last-child) {
  margin-right: 6.5rem;
}
@media (max-width: 768px) {
  .message-marquee .marquee_content > * {
    margin-right: 1.5rem;
  }
  .message-marquee .marquee_unit > *:not(:last-child) {
    margin-right: 0.4375rem;
  }
}

.burger {
  position: relative;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.burger-line {
  background-color: var(--black);
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.burger::before, .burger::after {
  content: "";
  background-color: var(--black);
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.burger::before {
  top: 19%;
}
.burger::after {
  bottom: 20%;
}
.burger.burger-open .burger-line {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.burger.burger-open::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0.9375rem;
}
.burger.burger-open::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0.4375rem;
}
@media (max-width: 768px) {
  .burger {
    width: 20px;
    height: 20px;
  }
  .burger.burger-open::before {
    top: 10px;
  }
  .burger.burger-open::after {
    bottom: 8px;
  }
}

.sale-red {
  color: var(--red) !important;
  text-transform: uppercase;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
}
.breadcrumb li {
  white-space: nowrap;
  color: var(--black);
  letter-spacing: 1px;
  text-transform: capitalize;
}
.breadcrumb li:not(:last-child) {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  position: relative;
}
.breadcrumb li:not(:last-child)::after {
  content: "/";
  right: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--gray);
  position: absolute;
}
.breadcrumb li a {
  color: var(--gray);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.breadcrumb li a:hover {
  color: var(--red);
}
@media (max-width: 768px) {
  .breadcrumb {
    margin-bottom: 16px;
  }
  .breadcrumb li:not(:first-child) {
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

.form-sort {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.form-sort .input__dropdown {
  text-align: center;
}
.form-sort .input__dropdown li {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .form-sort {
    margin-top: -20px;
    z-index: 20;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin-left: auto;
  }
  .form-sort .input .output_text {
    font-size: 14px;
  }
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.form__row:not(:last-child) {
  margin-bottom: 2.5rem;
}
.form__row > * {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.form__row > *:not(:last-child) {
  margin-right: 0.375rem;
}
.form__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.form__btns > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.form__btns > *:not(:last-child) {
  margin-right: 0.5rem;
}
.form__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form__flex a {
  color: var(--red);
  text-decoration: underline;
  -webkit-transition: color var(--hover-transition);
  transition: color var(--hover-transition);
}
.form__flex a:hover {
  color: var(--black);
}
.form__block-title {
  margin-bottom: 1.5rem;
}
.form__block-title > * {
  font-size: 1.25rem;
  font-weight: 700;
}
.form__block:not(:last-child) {
  margin-bottom: 5rem;
}
.form.form-register .form__flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form.form-register .form__flex span {
  display: block;
  margin-right: 0.5rem;
}
.form.form-password .form-password__responce {
  font-weight: 300;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form__row:not(:last-child) {
    margin-bottom: 25px;
  }
  .form__row > * {
    width: 100%;
  }
  .form__row > *:not(:last-child) {
    margin-right: 0;
  }
  .form__block:not(:last-child) {
    margin-bottom: 40px;
  }
  .form__block-title {
    margin-bottom: 16px;
  }
  .form__block-title > * {
    font-size: 18px;
  }
  .form__btns {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form__btns > :not(:last-child) {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .form__btns > * {
    width: 100%;
  }
}

.pagination {
  padding-top: 2.5rem;
  margin: 2.5rem auto 0;
  border-top: 1px solid var(--gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 11.875rem;
}
.pagination > *:not(:last-child) {
  margin-right: 1rem;
}
.pagination__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  color: var(--black);
  -webkit-transition: color var(--hover-transition);
  transition: color var(--hover-transition);
}
.pagination__item svg {
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.pagination__item svg path {
  -webkit-transition: stroke var(--hover-transition);
  transition: stroke var(--hover-transition);
}
.pagination__item svg:hover path {
  stroke: var(--red);
}
.pagination__item:hover {
  color: var(--red);
}
.pagination__item.active {
  color: var(--gray);
  cursor: default;
}
.pagination__prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .pagination {
    max-width: unset;
    margin-top: 24px;
    padding-top: 24px;
  }
}

.accordion__content {
  display: none;
}

.coupon__enter {
  font-weight: 600;
  line-height: 1.25rem;
  display: block;
  margin-bottom: 0.5rem;
}
.coupon__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5625rem;
}
.coupon__form .input {
  max-width: 11.25rem;
  width: 100%;
  margin-right: 0.375rem;
  margin-bottom: 0 !important;
}
.coupon__form .input input {
  padding-top: 0.65625rem;
  padding-bottom: 0.65625rem;
}
.coupon__form .input.is-error {
  margin-bottom: 0 !important;
}
.coupon__form .input.is-error .input__message {
  display: none;
}
.coupon > span:not(.coupon__enter) {
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  line-height: 1.125rem;
}
@media (max-width: 768px) {
  .coupon {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .coupon__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .coupon__form .input {
    max-width: unset;
    margin-right: 0;
    margin-bottom: 10px !important;
  }
  .coupon__form .input.is-error {
    margin-bottom: 10px !important;
  }
}

.quantity__amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quantity__amount > * {
  width: 2.625rem;
  height: 2.625rem;
  border: 1px solid var(--black);
}
.quantity__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.quantity__btn > * {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.quantity__input {
  text-align: center;
  border-left: unset;
  border-right: unset;
}
.quantity > span {
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
}
@media (max-width: 768px) {
  .quantity__amount > * {
    width: 36px;
    height: 36px;
  }
}

.ui-slider-horizontal {
  height: 1px;
}
.ui-slider-horizontal .ui-slider-range {
  background: var(--black);
}
.ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  margin-left: -0.625rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ui-slider .ui-slider-handle {
  width: 1.25rem;
  height: 1.25rem;
  background: var(--white);
  border: 1px solid var(--black);
  border-radius: 50%;
  outline: 0 none !important;
}

.fancybox__container {
  --fancybox-bg: rgba(0, 0, 0, 0.70);
}

.fancybox__content {
  color: var(--black);
}
.fancybox__content > .f-button.is-close-btn {
  display: none;
}

.popup {
  position: relative;
  max-width: 63.625rem;
  width: 100%;
  padding: 2.5rem 4.125rem;
}
.popup__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cpath d="M18 18L6 6M18 6L6 18" stroke="%23333333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--black);
  padding: 2.5rem 1.125rem;
}
.popup__inner {
  max-width: 27.375rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.popup__inner .section-text:not(:last-child) {
  margin-bottom: 0;
}
.popup__inner .section-text p {
  color: var(--black-light);
  text-align: center;
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.5rem;
}
.popup__inner.popup__inner--big {
  max-width: unset;
}
.popup__inner .title-h1 {
  margin-bottom: 1rem;
}
.popup__ico {
  margin-bottom: 1.5rem;
  width: 6.1875rem;
  height: 4.8125rem;
}
.popup__ico > * {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.popup__title {
  color: var(--black-light);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.375rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.popup__form {
  margin-top: 2.5rem;
  width: 100%;
}
.popup__form .input:not(:last-child) {
  margin-bottom: 0.5rem;
}
.popup__form .btn {
  display: block;
  width: 100%;
  margin-top: 2rem;
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.25rem;
}
.popup__btns {
  width: 100%;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.popup__btns > * {
  max-width: 23.5rem;
  width: 100%;
}
.popup__btns > *:not(:last-child) {
  margin-bottom: 0.5rem;
}
.popup.popup-card .popup__wrapper {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.popup.popup-card .popup-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.popup.popup-card .popup-card__btn {
  margin-top: 5rem;
}
.popup.popup-card .popup-card__btn > * {
  min-width: 15.625rem;
  min-height: 3.875rem;
}
.popup.popup-card .product__gallery {
  margin-bottom: 0;
}
.popup.popup-card .product__gallery-main {
  width: 21.4375rem;
}
.popup.popup-card .product__gallery-main__item::before {
  padding-top: 151.3%;
}
.popup.popup-card .product__gallery-next {
  width: 4.125rem;
}
.popup.popup-card .product__gallery-next__item {
  height: 6.3125rem;
}
.popup.popup-card .product__content {
  padding-left: 0.375rem;
}
.popup.popup-card .product__title {
  margin-bottom: 0.5rem;
}
.popup.popup-card .product__info-top {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.popup.popup-card .product__info-inner {
  margin-bottom: 0;
}
.popup.popup--small {
  max-width: 44rem;
}
.popup.popup--small .popup__inner .title-h1 {
  margin-bottom: 1rem;
}
.popup.popup--small .popup__form .btn {
  margin-top: 5rem;
}
.popup#popup-success-personal .popup__btns {
  margin-top: 1.875rem;
}
.popup .cart__container {
  width: 100%;
}
.popup .cart__bottom-inner {
  margin-bottom: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.popup .auth__form {
  max-width: 23.5rem;
}
.popup .auth__form .section-text {
  margin-bottom: 1.5rem;
}
.popup .auth__form .section-text p {
  text-align: left;
  color: inherit;
}
.popup .auth__form .form__btns {
  margin-bottom: 0;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .popup {
    padding: 40px 16px;
    width: calc(100% - 32px);
  }
  .popup__wrapper {
    padding: 24px 16px;
  }
  .popup__close {
    right: 8px;
    top: 8px;
  }
  .popup__title {
    font-size: 22px;
    line-height: 34px;
  }
  .popup__form {
    margin-top: 24px;
  }
  .popup__inner .section-text p {
    font-size: 14px;
    line-height: 20px;
  }
  .popup__btns {
    margin-top: 40px;
  }
  .popup.popup--small .popup__inner .title-h1 {
    margin-bottom: 8px;
    text-align: center;
  }
  .popup.popup--small .popup__inner .title-h1 > * {
    font-size: 32px;
    line-height: 38px;
  }
  .popup.popup--small .popup__form .btn {
    margin-top: 40px;
  }
  .popup .cart__bottom-inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .popup .cart-item__remove {
    position: absolute;
    right: 17px;
    width: 20px;
    height: 20px;
  }
  .popup .auth__form .form__btns {
    margin-top: 24px;
  }
  .popup.popup-card .popup-card__row {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .popup.popup-card .popup__wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .popup.popup-card .product__gallery {
    margin-bottom: 10px;
    width: 100%;
  }
  .popup.popup-card .product__gallery-main {
    width: 100%;
  }
  .popup.popup-card .product__content {
    width: 100%;
  }
  .popup.popup-card .product__info-top {
    overflow-x: auto;
  }
  .popup.popup-card .product__info-top > * {
    white-space: nowrap;
  }
  .popup.popup-card .popup-card__btn {
    margin-top: 30px;
    width: 100%;
  }
  .popup.popup-card .popup-card__btn > * {
    min-width: unset;
    min-height: unset;
    width: 100%;
  }
}

.return .section-text, .payment .section-text {
  font-weight: 400;
}

.map-site__list {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.map-site__list > li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  width: 185px;
}
.map-site__list > li > a {
  font-weight: 600;
}
.map-site__list > li:not(:last-child) {
  margin-bottom: 1rem;
}
.map-site__list > li ul {
  padding-left: 1.75rem;
  padding-top: 1rem;
}
.map-site__list > li ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.map-site__list a {
  color: var(--black);
  -webkit-transition: color var(--hover-transition);
  transition: color var(--hover-transition);
}
.map-site__list a:hover {
  color: var(--red);
}
@media (max-width: 768px) {
  .map-site__list > li {
    width: 160px;
  }
}

.table {
  border: 1px solid var(--gray-light);
}
.table__head {
  padding: 1rem;
  border-bottom: 1px solid var(--gray-light);
}
.table__head .table__item > * {
  font-weight: 600;
}
.table__body .table__item {
  padding: 1rem;
}
.table__body .table__item:not(:last-child) {
  border-bottom: 1px solid var(--gray-light);
}
.table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.table__item > *:nth-child(1) {
  width: 12%;
  min-width: 12%;
}
.table__item > *:nth-child(2) {
  width: 10%;
  min-width: 10%;
}
.table__item > *:nth-child(3) {
  width: 16%;
  min-width: 16%;
}
.table__item > *:nth-child(4) {
  white-space: nowrap;
  width: 14%;
  min-width: 14%;
}
.table__item > *:nth-child(5) {
  width: 22%;
  min-width: 22%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.table__item > *:nth-child(6) {
  width: 24%;
}
.table__item > * {
  padding: 0 0.625rem;
}
.table__item > *:first-child {
  padding-left: 0;
}
.table__item > *:last-child {
  padding-right: 0;
}
@media (max-width: 768px) {
  .table {
    overflow-x: auto;
  }
  .table__head, .table__body {
    width: 700px;
  }
}

.scroll-block {
  max-height: 200px;
  overflow-y: auto;
  scrollbar-color: var(--gray-light) var(--black-light);
  scrollbar-width: thin;
}
.scroll-block::-webkit-scrollbar {
  width: 3px;
}
.scroll-block::-webkit-scrollbar-track {
  background-color: var(--black-light);
  border-radius: 0;
}
.scroll-block::-webkit-scrollbar-thumb {
  background-color: var(--gray-light);
  border-radius: 0;
}

.accordion {
  border-bottom: 1px solid var(--gray);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.accordion__head {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}
.accordion__head::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"%3E%3Cpath d="M5 10H15M10 15L10 5" stroke="black" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform var(--hover-transition);
  transition: -webkit-transform var(--hover-transition);
  transition: transform var(--hover-transition);
  transition: transform var(--hover-transition), -webkit-transform var(--hover-transition);
}
.accordion__content {
  margin-top: 0.625rem;
}
.accordion:last-child {
  margin-bottom: 0;
}
.accordion.is-open .accordion__head::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .mobile-hide {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .mobile-show {
    display: none !important;
  }
}

@media (max-width: 1280px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 1080px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
:root {
  --white: #fff;
  --black: #000;
  --black-light: #333;
  --gray: #A6A6A6;
  --gray-light: #A3A3A3;
  --red: #F00;
  --green: #27AE60;
  --hover-transition: 0.3s ease-in-out;
}

.header {
  margin-bottom: 1.5rem;
  position: sticky;
  z-index: 99;
  top: 0;
  background: var(--white);
}
.header .logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 2;
  -webkit-transition: opacity var(--hover-transition), visibility var(--hover-transition);
  transition: opacity var(--hover-transition), visibility var(--hover-transition);
}
.header__container {
  border-bottom: 1px solid var(--black);
  background-color: var(--white);
  position: relative;
}
.header__container .container {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__block:last-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header__block > *:not(:last-child) {
  margin-right: 1rem;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 0;
  position: relative;
}
.header__nav li.has-child {
  position: static;
  padding-bottom: 1.5625rem;
  margin-bottom: -1.5625rem;
}
.header__nav li.has-child > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__nav li.has-child > a::after {
  display: block;
  margin-left: 0.375rem;
  content: "";
  width: 1rem;
  height: 1rem;
  -webkit-transition: -webkit-transform var(--hover-transition);
  transition: -webkit-transform var(--hover-transition);
  transition: transform var(--hover-transition);
  transition: transform var(--hover-transition), -webkit-transform var(--hover-transition);
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"%3E%3Cpath d="M4 6L8 10L12 6" stroke="black" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.header__nav li.has-child:hover > a::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.header__nav li.has-child:hover > a::before {
  width: 75%;
}
.header__nav li.has-child:hover .header__dropdown {
  opacity: 1;
  visibility: visible;
}
.header__nav li:not(:last-child) {
  margin-right: 3.5rem;
}
.header__nav a {
  color: var(--black);
  position: relative;
}
.header__nav a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--black);
  -webkit-transition: width var(--hover-transition);
  transition: width var(--hover-transition);
}
.header__nav a.sale-red::before {
  background-color: var(--red);
}
.header__nav a:hover {
  text-shadow: 0px 0px 0 var(--black), 0px 0px 0 var(--black);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header__nav a:hover::before {
  width: 100%;
}
.header__btn {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: relative;
  cursor: pointer;
}
.header__btn > *:not(span) {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.header__btn-num {
  position: absolute;
  right: -0.4375rem;
  top: -0.125rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  font-size: 10px;
  background-color: var(--red);
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__dropdown {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: var(--white);
  padding: 1.5rem 0;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  -webkit-transition: opacity var(--hover-transition), visibility var(--hover-transition);
  transition: opacity var(--hover-transition), visibility var(--hover-transition);
  min-height: 34.125rem;
  -webkit-transform: translateY(calc(100% - 1px));
  -ms-transform: translateY(calc(100% - 1px));
  transform: translateY(calc(100% - 1px));
}
.header__dropdown-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 71.25rem;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.header__dropdown-inner ul {
  width: 59.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.header__dropdown-inner a.is-view::before {
  width: 100%;
}
.header__dropdown-images {
  position: relative;
  width: 40.7% !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}
.header__dropdown-images img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: opacity var(--hover-transition);
  transition: opacity var(--hover-transition);
}
.header__dropdown-images img:not(:first-child) {
  opacity: 0;
}
.header__dropdown-images::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 105%;
}
.header__dropdown ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.header__menu {
  padding: 4.375rem;
  height: 100vh;
  background-color: var(--white);
  -webkit-transition: opacity var(--hover-transition), visibility var(--hover-transition), -webkit-transform var(--hover-transition);
  transition: opacity var(--hover-transition), visibility var(--hover-transition), -webkit-transform var(--hover-transition);
  transition: transform var(--hover-transition), opacity var(--hover-transition), visibility var(--hover-transition);
  transition: transform var(--hover-transition), opacity var(--hover-transition), visibility var(--hover-transition), -webkit-transform var(--hover-transition);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  z-index: -1;
}
.header__menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__menu > ul:first-child {
  position: relative;
  z-index: 2;
}
.header__menu.is-active {
  -webkit-transform: translateY(calc(100% + 1px));
  -ms-transform: translateY(calc(100% + 1px));
  transform: translateY(calc(100% + 1px));
  opacity: 1;
  visibility: visible;
}
.header__menu ul:not(.socials) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header__menu ul:not(.socials) li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  max-width: 10rem;
  background-color: var(--white);
}
.header__menu ul:not(.socials) li > *:not(.header__menu-line) {
  padding: 0.625rem 0;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: var(--black);
  width: 100%;
}
.header__menu ul:not(.socials) li a {
  position: relative;
  left: 0;
  -webkit-transition: left var(--hover-transition);
  transition: left var(--hover-transition);
}
.header__menu ul:not(.socials) li.has-child {
  position: relative;
}
.header__menu ul:not(.socials) li.has-child.is-open .header__menu-line {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.header__menu ul:not(.socials) li.has-child.is-open .header__menu-line::before {
  top: -2px;
  left: -4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__menu ul:not(.socials) li.has-child.is-open .header__menu-line::after {
  top: -3px;
  right: -3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 769px) {
  .header__menu ul:not(.socials) li.has-child.is-open .header__menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media (min-width: 769px) {
  .header__menu ul:not(.socials) li:hover > a {
    left: 1.25rem;
  }
}
.header__menu ul:not(.socials):not(:last-child) {
  margin-right: 4.375rem;
}
.header__menu-contacts {
  margin-left: auto;
}
.header__menu-contacts .socials {
  margin-top: 1.5625rem;
}
.header__menu-contacts a {
  color: var(--black);
  font-size: 1.5rem;
  line-height: 2.375rem;
  font-weight: 600;
  -webkit-transition: color var(--hover-transition);
  transition: color var(--hover-transition);
}
.header__menu-contacts a:hover {
  color: var(--red);
}
.header__menu-languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.5625rem;
}
.header__menu-languages--active {
  color: var(--gray) !important;
  pointer-events: none;
}
.header__menu-languages a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: var(--black);
}
.header__menu-languages a:not(:last-child) {
  margin-right: 0.625rem;
}
.header__menu-languages::before {
  content: "";
  margin-right: 1.25rem;
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url(/local/templates/basic/images/header/planet-ico.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.header__menu-line {
  display: block;
  height: 1.25rem;
  width: 2px;
  background-color: var(--black);
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0 1.25rem;
}
.header__menu-line::before {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: -0.375rem;
  background-color: var(--black);
  height: 0.625rem;
  width: 2px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header__menu-line::after {
  content: "";
  position: absolute;
  top: 0.3125rem;
  right: -0.375rem;
  background-color: var(--black);
  height: 0.625rem;
  width: 2px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header__menu-box {
  padding-left: 6.25rem !important;
  background-color: var(--white);
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 0;
  visibility: hidden;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  z-index: 1;
  -webkit-transition: opacity var(--hover-transition), visibility var(--hover-transition), -webkit-transform var(--hover-transition);
  transition: opacity var(--hover-transition), visibility var(--hover-transition), -webkit-transform var(--hover-transition);
  transition: opacity var(--hover-transition), visibility var(--hover-transition), transform var(--hover-transition);
  transition: opacity var(--hover-transition), visibility var(--hover-transition), transform var(--hover-transition), -webkit-transform var(--hover-transition);
}
.header__menu-box ul {
  border-left: 1px solid var(--gray);
}
.header__menu-box a {
  padding-left: 1.25rem !important;
  font-size: max(1rem, 10px) !important;
  font-weight: 400 !important;
  line-height: normal !important;
  text-transform: none !important;
}
.header__search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: 1.25rem;
}
.header__search-input {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0%;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #000;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  z-index: 10;
  -webkit-transition: opacity var(--hover-transition), visibility var(--hover-transition), width var(--hover-transition);
  transition: opacity var(--hover-transition), visibility var(--hover-transition), width var(--hover-transition);
}
.header__search-input > * {
  width: 100%;
  background-color: var(--white);
  padding: 0.5rem 1rem;
}
.header__search-input.is-open {
  width: 37.7%;
  opacity: 1;
  visibility: visible;
}
/*
.header__search-input .input__dropdown {
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: auto;
  border-top: unset;
  padding: 1rem;
}
*/
.header__search-input .input__dropdown ul {
  padding: 0;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
  max-height: 16.5rem;
  overflow-y: auto;
  scrollbar-color: var(--gray-light) #EDEDED;
  scrollbar-width: thin;
}
.header__search-input .input__dropdown ul::-webkit-scrollbar {
  width: 2px;
}
.header__search-input .input__dropdown ul::-webkit-scrollbar-track {
  background-color: #EDEDED;
}
.header__search-input .input__dropdown ul::-webkit-scrollbar-thumb {
  background-color: var(--gray-light);
}
.header__search-input .input__dropdown li {
  text-shadow: none !important;
  cursor: default;
  width: 100%;
}
.header__search-input .input__dropdown li::after {
  width: 0% !important;
}
.header__search-input .input__dropdown a {
  color: var(--black);
}
.header__search-input .input__dropdown .section-arrow {
  margin-top: 1rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header__search-close {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/local/templates/basic/images/header/search-close-ico.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 768px) {
  .header {
    margin-bottom: 16px;
  }
  .header .logo {
    left: 48px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .header__block > *:not(:last-child) {
    margin-right: 12px;
  }
  .header__search {
    margin-left: 10px;
  }
  .header__search-input.is-open {
    width: 100%;
  }
  .header__search-input .input__dropdown {
    min-width: unset;
    padding: 12px 8px;
  }
  .header__search-close {
    width: 20px;
    height: 20px;
  }
  .header__btn {
    width: 20px;
    height: 20px;
  }
  .header__menu {
    padding: unset;
    height: calc(100vh - 52px);
    overflow-y: unset;
  }
  .header__menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 300px;
    background: var(--white);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  .header__menu-inner {
    padding: 30px 30px 130px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    height: 100%;
  }
  .header__menu ul:not(.socials) {
    height: auto;
  }
  .header__menu ul:not(.socials) li {
    max-width: unset;
  }
  .header__menu ul:not(.socials) li > *:not(.header__menu-line) {
    padding: 8px 0;
    font-size: 18px;
    line-height: normal;
  }
  .header__menu ul:not(.socials) li.has-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header__menu ul:not(.socials):not(:last-child) {
    margin-right: 0;
  }
  .header__menu ul:not(.socials):not(:last-child):not(:first-child) {
    margin-bottom: auto;
  }
  .header__menu-contacts {
    margin-left: unset;
    margin-top: 30px;
  }
  .header__menu-contacts a {
    font-size: 16px;
    line-height: normal;
  }
  .header__menu-contacts .socials {
    margin: 20px 0;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .header__menu-contacts .socials li a {
    width: 20px;
    height: 20px;
  }
  .header__menu-languages {
    margin-top: 0;
  }
  .header__menu-languages::before {
    width: 20px;
    height: 20px;
    margin-right: 12px;
  }
  .header__menu-box {
    display: none;
    padding-left: 0 !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    position: static;
    z-index: unset;
  }
  .header__menu-box ul {
    border-left: unset;
    max-width: 136px;
  }
  .header__menu-box ul:not(:last-child) {
    margin-right: 10px !important;
  }
  .header__menu-box a {
    padding-left: 0 !important;
    font-size: 14px;
  }
  .header__menu-line {
    margin: 0;
    position: absolute;
    right: 0;
    top: 10px;
  }
}

.category {
  padding-top: 1.6875rem;
  padding-bottom: 2.5rem;
}
.category__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -3px -0.375rem;
}
.category__container > * {
  width: calc(33.3333333333% - 6px);
  margin: 0 3px 0.375rem;
}
.category-card {
  display: block;
  position: relative;
  overflow: hidden;
}
.category-card__img {
  position: relative;
}
.category-card__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.category-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 133%;
}
.category-card__img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .category {
    padding-top: 40px;
  }
  .category__container > * {
    width: calc(50% - 6px);
  }
  .category-card__img {
    max-height: 450px;
  }
  .category-card__img::before {
    padding-top: 164%;
  }
}

.catalog__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog__aside {
  max-width: 11.5625rem;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.25rem;
}
.catalog__aside-title {
  color: var(--black);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25rem;
  margin-bottom: 1rem;
}
.catalog__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.catalog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -6px -1.5rem;
}
.catalog__list .product-card {
  height: unset;
}
.catalog__list > * {
  width: calc(33.3333333333% - 12px);
  margin: 0 6px 1.5rem;
}
.catalog__bottom {
  margin-top: 2.5rem;
  text-align: center;
}
.catalog__accordion {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}
.catalog__form-btns {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.catalog__form-btns > *:not(.btn) {
  margin-top: 1rem;
  text-decoration: underline;
  -webkit-transition: color var(--hover-transition);
  transition: color var(--hover-transition);
}
.catalog__form-btns > *:not(.btn):hover {
  color: var(--red);
}
.catalog__form-btns .btn {
  width: 100%;
}
.catalog__filter
{
  position: relative;
}
.catalog__filter.is-open .catalog__filter-name::before {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"%3E%3Cpath d="M5 10H15" stroke="black" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
}
.catalog__filter.is-open .catalog__filter-name > span {
  text-shadow: 0px 0px 0 var(--black), 0px 0px 0 var(--black);
}
.catalog__filter.is-open .catalog__filter-name > span::before {
  width: 100%;
}
.catalog__filter.catalog__filter-price .catalog__filter-content {
  padding-left: 0;
}
.catalog__filter:not(:last-child) {
  margin-bottom: 1rem;
}
.catalog__filter-name {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.catalog__filter-name::before {
  content: "";
  pointer-events: none;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"%3E%3Cpath d="M5 10H15M10 15L10 5" stroke="black" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.catalog__filter-name > span {
  position: relative;
  display: inline-block;
}
.catalog__filter-name > span::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--black);
  -webkit-transition: width var(--hover-transition), text-shadow var(--hover-transition);
  transition: width var(--hover-transition), text-shadow var(--hover-transition);
}
.catalog__filter-name > span:hover::before {
  width: 100%;
}
.catalog__filter-content {
  display: none;
  margin-top: 0.9375rem;
  padding-left: 1.75rem;
}
.catalog__filter-content .input--checkbox:not(:last-child) {
  margin-bottom: 0.5rem;
}
.input--checkbox.disabled, input[type=checkbox]:disabled + span{
  color: #d3d3d3;
}
.catalog__filter-slider__inner {
  margin: 0.59375rem 0;
  padding: 0 0.625rem;
  background-color: var(--gray);
}
.catalog__filter-slider__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.25rem;
}
.catalog__filter-slider__inputs .input:not(.input--checkbox):not(:last-child) {
  margin-bottom: 0;
}
.catalog__filter-slider__inputs > *:not(:last-child) {
  margin-right: 0.4375rem;
}
.catalog__filter-slider__inputs > * > * {
  padding: 0.5rem 0.625rem !important;
}
@media (max-width: 768px) {
  .catalog__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog__list {
    margin: 0 -6px -16px;
  }
  .catalog__list .product-card__img::before {
    padding-top: 167%;
  }
  .catalog__list > * {
    width: calc(50% - 12px);
    margin: 0 6px 16px;
  }
  .catalog__accordion {
    margin: 80px 0;
  }
  .catalog__aside {
    max-width: unset;
    margin-right: 0;
    position: relative;
  }
  .catalog__aside-title {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }
  .catalog__form {
    position: absolute;
    z-index: 3;
    background-color: var(--white);
    left: 0;
    right: 0;
    padding: 16px 0 30px 16px;
    display: none;
  }
  .catalog__form-btns > * {
    width: 100%;
  }
  .catalog__filter-content {
    max-height: 270px;
    overflow-y: auto;
  }
}

.blog__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px 2.5rem;
  border-bottom: 1px solid var(--gray-light);
}
.blog__container > * {
  width: calc(50% - 24px);
  margin: 0 12px 2.5rem;
}
.blog__article {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--gray-light);
}
.blog__article .articles-card__img {
  width: 50%;
}
.blog__article .articles-card__img::before {
  padding-top: 80.4%;
}
.blog__article .articles-card__info {
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
}
.blog__article .articles-card__info .section-arrow {
  margin-top: 3.875rem;
}
.blog__article .articles-card__date {
  font-size: max(1rem, 10px);
  margin-bottom: 2.5rem;
}
.blog__img {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}
.blog__img > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 83.9%;
}
.blog__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.blog__author span {
  font-weight: 300;
}
.blog__author-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog__author-wrapper img {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog__author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 1rem;
}
.blog__author-info span {
  line-height: 1.25rem;
  font-weight: 300;
}
.blog__author-info span:first-child {
  font-weight: 600;
}
.blog__author-info span:last-child {
  font-size: max(0.75rem, 10px);
  text-align: right;
}
.blog__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog__nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--black);
  -webkit-transition: color var(--hover-transition);
  transition: color var(--hover-transition);
}
.blog__nav a:first-child {
  color: var(--gray-light);
}
.blog__nav a svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}
.blog__nav a svg path {
  -webkit-transition: stroke var(--hover-transition);
  transition: stroke var(--hover-transition);
}
.blog__nav a:hover {
  color: var(--red);
}
.blog__nav a:hover svg path {
  stroke: var(--red);
}
.blog .blog-single__inner {
  max-width: 47.375rem;
  margin: 0 auto 7.5rem;
}
.blog .title-h1 {
  max-width: 47.375rem;
  margin: 0 auto 1.5rem;
}
.blog .socials {
  margin: 5rem 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .blog .title-h1 {
    margin-bottom: 16px;
  }
  .blog .blog-single__inner {
    max-width: unset;
    margin: 0;
    margin-bottom: 35px;
  }
  .blog .socials {
    margin: 30px 0;
  }
  .blog__article {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .blog__article .articles-card__img {
    width: 100%;
  }
  .blog__article .articles-card__date {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .blog__article .articles-card__info .section-arrow {
    margin-top: 10px;
  }
  .blog__container {
    margin: 0;
    border-bottom: unset;
  }
  .blog__container > * {
    width: 100%;
    margin: 0;
  }
  .blog__container > *:not(:last-child) {
    margin-bottom: 16px;
  }
  .blog__author {
    margin-bottom: 16px;
  }
  .blog__img {
    max-height: 450px;
    overflow: hidden;
  }
}

.cart-item {
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid var(--gray-light);
}
.cart-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cart-item__info {
  width: 100%;
}
.cart-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.cart-item__inner > * {
  margin: 0 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.cart-item__inner ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.cart-item__inner ul span {
  font-weight: 300;
}
.cart-item__inner ul span:first-child {
  font-weight: 600;
}
.cart-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.625rem;
}
.cart-item__title {
  color: var(--black);
  font-size: 1.25rem;
  font-weight: 600;
  -webkit-transition: color var(--hover-transition);
  transition: color var(--hover-transition);
}
.cart-item__title:hover {
  color: var(--red);
}
.cart-item__img {
  max-width: 5.625rem;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.375rem;
  position: relative;
  display: block;
}
.cart-item__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cart-item__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 152.4%;
}
.cart-item__remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cpath d="M18 18L6 6M18 6L6 18" stroke="black" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.cart-item .product-card__price {
  margin-top: unset;
}
.cart-item .mobile-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cart__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cart__price > span {
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.cart__price.cart-total .product-card__price--new {
  font-size: 1.25rem;
}
.cart__price .product-card__price {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}
.cart__price .product-card__price--old {
  font-weight: 300;
}
.cart__price .product-card__price > *:not(:last-child) {
  margin-right: 0;
  margin-bottom: 0.5rem;
}
.cart__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.cart__bottom .btn {
  min-width: 15.25rem;
}
.cart__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 2.5rem;
  width: 100%;
}
.cart.cart-empty {
  padding-bottom: 8.125rem;
}
.cart.cart-empty .cart-empty__container {
  text-align: center;
}
.cart__img {
  max-width: 30.375rem;
  width: 100%;
  position: relative;
  margin: 2.5rem auto 0;
}
.cart__img > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cart__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 64%;
}
@media (max-width: 768px) {
  .cart-item {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .cart-item__wrapper {
    margin-bottom: 16px;
  }
  .cart-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .cart-item__inner ul {
    margin-bottom: 0;
  }
  .cart-item__inner ul li:not(:last-child) {
    margin-bottom: 4px;
  }
  .cart-item__inner .quantity {
    margin: 15px 0;
  }
  .cart-item__inner > * {
    margin: 0;
  }
  .cart-item__img {
    margin-right: 6px;
  }
  .cart-item__title {
    font-size: 16px;
    margin-right: 8px;
  }
  .cart-item__top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cart__bottom-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .cart__bottom .btn {
    width: 100%;
    max-width: 400px;
  }
  .cart__price .product-card__price--old {
    font-size: 14px;
  }
  .cart__price .product-card__price > *:not(:last-child) {
    margin-bottom: 0;
  }
  .cart__price.cart-total .product-card__price--new {
    font-size: 16px;
  }
  .cart.cart-empty {
    padding-bottom: 0;
  }
  .cart__img {
    margin-top: 20px;
  }
}

.auth {
  min-height: min(57.963vh, 39.125rem);
}
.auth__container {
  max-width: 23.5rem;
  width: 100%;
  margin: 0 auto;
}
.auth__form .btn--img {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.auth__form .section-text {
  margin-bottom: 1.5rem;
}
.auth__links {
  margin-top: 5rem;
}
.auth__links-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.5rem;
}
.auth__links-btns > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.auth__links-btns > *:not(:last-child) {
  margin-right: 0.375rem;
}
.auth .btn {
  font-weight: 400;
}
@media (max-width: 768px) {
  .auth {
    min-height: unset;
  }
  .auth #error_auth {
    max-width: 23.5rem;
    padding: 0 1px;
    margin: 0 auto;
  }
  .auth__form .btn--img {
    min-height: 45px;
  }
  .auth__links {
    margin-top: 35px;
  }
  .auth__links-btns {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .auth__links-btns > * {
    width: 100%;
  }
  .auth__links-btns > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 8px;
  }
}

.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 7.5rem;
}
.about__container > * {
  width: 50%;
}
.about__img {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 0.375rem;
}
.about__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 149.8%;
}
.about__subtitle {
  font-size: 2rem;
  font-weight: 250 !important;
  line-height: 2.375rem;
  text-transform: uppercase;
  display: inline-block !important;
  padding-bottom: 0.125rem;
  -webkit-transform: translateY(11%);
  -ms-transform: translateY(11%);
  transform: translateY(11%);
  margin-right: 0.3125rem;
}
.about .section-text > * {
  font-weight: 400;
}
@media (max-width: 768px) {
  .about__container {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about__container > * {
    width: 100%;
  }
  .about__img {
    margin-left: 0;
    margin-top: 20px;
  }
  .about__img::before {
    padding-top: 140%;
  }
  .about__subtitle {
    font-size: 24px;
  }
}

.cooperation__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cooperation__form {
  max-width: 29.4375rem;
  width: 100%;
}
.cooperation__form-captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2.5rem;
}
.cooperation__form-captcha img {
  margin: 8px 0;
  max-width: 11.25rem;
  width: 100%;
  height: 2.5rem;
}
.cooperation__form-btn {
  text-align: right;
}
.cooperation__form-btn > * {
  min-width: 11.5625rem;
}
.cooperation__form input {
  font-family: "ProximaNova", sans-serif !important;
}
.cooperation .section-text {
  max-width: 35.4375rem;
  width: 100%;
  margin-right: 6.375rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .cooperation__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cooperation__form {
    max-width: unset;
  }
  .cooperation .section-text {
    width: 100%;
    max-width: unset;
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.contact__map {
  position: relative;
  margin-bottom: 7.5rem;
}
.contact__map > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contact__map::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 36.6%;
}
.contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -6px 1rem;
}
.contact__info-block {
  margin: 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  text-align: center;
  font-weight: 300;
}
.contact__info-block span:not(.contact__info-title) {
  display: block;
}
.contact__info-block span:not(.contact__info-title):not(:last-child) {
  margin-bottom: 0.5rem;
}
.contact__info-block a {
  display: inline-block;
  color: #000;
  -webkit-transition: color var(--hover-transition);
  transition: color var(--hover-transition);
}
.contact__info-block a:not(:last-child) {
  margin-bottom: 0.5rem;
}
.contact__info-block a:hover {
  color: var(--red);
}
.contact__info-title {
  margin-bottom: 1rem;
  display: block;
  font-weight: 600;
}
.contact__form {
  margin-bottom: 1.875rem;
}
.contact__form .form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3px;
  max-height: 3rem;
}
.contact__form .form > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  margin: 0 3px;
}
.contact__form .form .input:not(:last-child) {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .contact__info {
    margin: 0 0 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact__info-block {
    margin: 0;
  }
  .contact__info-block:not(:last-child) {
    margin-bottom: 16px;
  }
  .contact__info-title {
    margin-bottom: 8px;
  }
  .contact__map {
    margin-bottom: 35px;
  }
  .contact__map::before {
    padding-top: 90%;
  }
  .contact__form .form {
    margin: 0;
    max-height: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact__form .form > * {
    margin: 0;
  }
  .contact__form .form .input:not(:last-child) {
    margin-bottom: 8px;
  }
}

.care__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -3px -2.5rem;
}
.care__container > * {
  width: calc(33.3333333333% - 6px);
  margin: 0 3px 2.5rem;
}
.care__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.care__item-img {
  position: relative;
  margin-bottom: 1rem;
}
.care__item-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.care__item-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 74.5%;
}
.care__item-about {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.care__item .section-arrow {
  margin-top: auto;
}
.care__item .section-text > *:not(:last-child) {
  margin-bottom: 0.5rem;
}
.care-single .blog__img::before {
  padding-top: 73.4%;
}
@media (max-width: 768px) {
  .care {
    margin: 0;
  }
  .care__container > * {
    width: 100%;
    margin: 0;
  }
  .care__container > *:not(:last-child) {
    margin-bottom: 25px;
  }
  .care__item-img {
    max-height: 400px;
    overflow: hidden;
  }
  .care__item-about {
    height: auto;
  }
  .care__item .section-arrow {
    margin-top: unset;
  }
  .care__item .section-text:not(:last-child) {
    margin-bottom: 16px;
  }
}

.feedback__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -10px -2.5rem;
}
.feedback__container > * {
  margin: 0 10px 2.5rem;
}
.feedback__item {
  max-width: 29.5rem;
  width: 100%;
}
.feedback__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.feedback__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feedback__item-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1rem;
}
.feedback__item-avatar > * {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.feedback__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 5.5625rem;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--black);
  -webkit-transition: color var(--hover-transition);
  transition: color var(--hover-transition);
}
.feedback__item-link:hover {
  color: var(--red);
}
.feedback__item-about {
  margin-right: 0.4375rem;
}
.feedback__item-img {
  position: relative;
  width: 100%;
  margin-bottom: 0.25rem;
}
.feedback__item-img > * {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.feedback__item-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 123%;
}
.feedback__item-descr > * {
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  line-height: 1.125rem; /* 150% */
}
.feedback__item-user {
  display: block;
  font-weight: 600;
}
.feedback__item-time {
  display: block;
  margin-bottom: 0.4375rem;
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  line-height: 1.125rem;
}
.feedback__item .section-text {
  font-weight: 400;
}
@media (max-width: 768px) {
  .feedback__item {
    max-width: unset;
  }
  .feedback__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .feedback__item-link {
    margin-left: 0;
    max-width: unset;
    margin-bottom: 15px;
  }
  .feedback__item-about {
    margin-right: 0;
  }
  .feedback__item-img {
    max-height: 450px;
    overflow: hidden;
  }
  .feedback__item-img::before {
    padding-top: 100%;
  }
}

.personal {
  margin-bottom: 7.5rem;
}
.personal__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: min(71.481vh, 48.25rem);
}
.personal__tabs {
  /*padding-right: 2rem;*/
  margin-right: 2rem;
  /*border-right: 1px solid var(--gray-light);*/
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 220px;
}
.personal__tabs-inner {
  margin-bottom: 5rem;
}
.personal__tabs-inner > * {
  display: block;
  color: #000;
  -webkit-transition: text-shadow var(--hover-transition);
  transition: text-shadow var(--hover-transition);
  position: relative;
}
.personal__tabs-inner > *::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--black);
  -webkit-transition: width var(--hover-transition);
  transition: width var(--hover-transition);
}
.personal__tabs-inner > *.is-active {
  pointer-events: none;
  text-shadow: 0px 0px 0 var(--black), 0px 0px 0 var(--black);
}
.personal__tabs-inner > *.is-active::before {
  width: 100%;
}
.personal__tabs-inner > *:not(:last-child) {
  margin-bottom: 1rem;
}
.personal__tabs-inner > *:hover {
  text-shadow: 0px 0px 0 var(--black), 0px 0px 0 var(--black);
}
.personal__tabs-inner > *:hover::before {
  width: 100%;
}
.personal__tabs a {
  color: var(--gray-light);
  -webkit-transition: color var(--hover-transition);
  transition: color var(--hover-transition);
}
.personal__tabs a:hover {
  color: var(--red);
}
.personal__content {
  width: 100%;
}
.personal__wrapper {
  display: none;
}
.personal__wrapper .cart__img {
  margin: 3.1875rem 0 0;
}
.personal__form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.personal__form-btn > * {
  min-width: 11.5625rem;
}
.personal__form .input input {
  border: unset;
  border-bottom: 1px solid var(--black);
  padding: 0;
  padding: 0.375rem 0;
}
.personal__form .input:not(.input--checkbox):not(:last-child) {
  margin-bottom: 0;
}
.personal__form .input > label {
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  line-height: 1.125rem; /* 150% */
  display: block;
}
.personal__form .input__dropdown {
  left: 0;
}
.personal__favorites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -3px -0.9375rem;
}
.personal__favorites > * {
  width: calc(33.3333333333% - 6px);
  margin: 0 3px 0.9375rem;
}
@media (max-width: 768px) {
  .personal {
    margin-bottom: 40px;
  }
  .personal__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .personal__tabs {
    padding-right: 0;
    margin-right: 0;
    border-right: unset;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  .personal__tabs-inner {
    margin-bottom: 16px;
  }
  .personal__form .input:not(.input--checkbox):not(:last-child) {
    margin-bottom: 25px;
  }
  .personal__favorites {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
  .personal__favorites > * {
    width: 100%;
    margin: 0;
  }
  .personal__favorites > *:not(:last-child) {
    margin-bottom: 20px;
  }
}

.product {
  margin-bottom: 9.375rem;
}
.product__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product__left {
  max-width: 35.4375rem;
  width: 100%;
}
.product__content {
  padding-left: 3.5rem;
  position: sticky;
  top: 6.875rem;
}
.product__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.product__gallery-next {
  width: 5.625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.375rem;
  position: relative;
  padding-right: 1px;
}
.product__gallery-next .swiper {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 1px;
}
.product__gallery-next__item {
  position: relative;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-transition: border-color var(--hover-transition);
  transition: border-color var(--hover-transition);
  width: 100%;
  height: 8.5rem;
}
.product__gallery-next__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product__gallery-next__item.swiper-slide-thumb-active {
  border-color: 1px solid var(--black);
}
.product__gallery-main {
  position: relative;
  width: calc(100% - 6rem);
}
.product__gallery-main .favorite {
  top: 1rem;
  right: 1rem;
}
.product__gallery-main__item {
  position: relative;
  cursor: pointer;
}
.product__gallery-main__item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product__gallery-main__item::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 168.2%;
}
.product__gallery-btns {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 16px;
  right: 16px;
  position: absolute;
  z-index: 1;
}
.product__gallery-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #F2F2F2;
}
.product__gallery-btn > * {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}
.product__title {
  margin-bottom: 0.5rem;
}
.product__title > * {
  text-align: left;
}
.product__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1rem;
}
.product__about span {
  display: block;
}
.product__about-article {
  font-weight: 300;
  margin-bottom: 0.5rem;
  display: block;
}
.product__about-stock {
  color: var(--green);
  font-weight: 300;
  line-height: 1.25rem;
  margin-bottom: 1rem;
}
.product__about-text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25rem;
  display: flex;
}
.product__about-text .product-card__price--old {
  font-size: 1rem;
}
.product__about-subtext {
  margin-top: 4px;
  font-size: 1rem;
  font-weight: 300;
  color: var(--black-light);
  line-height: 1rem;
}
.product__radio input:checked + span {
  background-color: var(--black);
  color: var(--white);
}
.product__radio span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6px;
  text-align: center;
  min-width: 3.125rem;
  min-height: 3.125rem;
  text-transform: uppercase;
  background-color: var(--white);
  border: 1px solid var(--black);
  font-size: max(1rem, 10px);
  font-weight: 300;
  line-height: 1.375rem;
  -webkit-transition: outline var(--hover-transition), color var(--hover-transition), border var(--hover-transition), background-color var(--hover-transition);
  transition: outline var(--hover-transition), color var(--hover-transition), border var(--hover-transition), background-color var(--hover-transition);
}
.product__radio.not-available {
  cursor: not-allowed;
}
.product__radio.not-available span {
  pointer-events: none;
  position: relative;
  border: 3px solid var(--white) !important;
  outline: 2px solid var(--black);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='6'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}
/*
.product__radio.not-available span::after {
  content: "";
  position: absolute;
  width: 125%;
  height: 1px;
  background-color: var(--black);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
*/
.product__radio.is-error span {
  border-color: var(--red);
}
.product__radio.is-error .input__message {
  display: none;
}
.product__variations:not(:last-child) {
  margin-bottom: 1rem;
}
.product__variations > span {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 300;
  line-height: 1.125rem;
}
.product__variations-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.75rem;
  row-gap: 0.75rem;
}
.product__variations-row li:not(:last-child) {
  margin-right: 1rem;
}
.product__variations.product__variations--color .product__variations-row li:not(:last-child) {
  margin-right: 0.75rem;
}
.product__variations.product__variations--color .product__radio input:checked + span {
  border: 3px solid var(--white);
  outline: 2px solid var(--black);
}
.product__variations.product__variations--color .product__radio span {
  border-radius: 50%;
  min-width: 1.5rem;
  min-height: 1.5rem;
  border: 1px solid #DCDCDC;
}
.product__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5rem;
}
.product__submit > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.product__submit > *:not(:last-child) {
  margin-right: 0.375rem;
}
.product__info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--gray-light);
  margin: 0 -5px 2.5rem;
}
.product__info-top > * {
  font-weight: 300;
  margin: 0 5px;
  -webkit-transition: text-shadow var(--hover-transition);
  transition: text-shadow var(--hover-transition);
}
.product__info-top > *.is-active {
  text-shadow: 0px 0px 0 var(--black), 0px 0px 0 var(--black);
}
.product__info-top > *:hover {
  text-shadow: 0px 0px 0 var(--black), 0px 0px 0 var(--black);
}
.product__info-inner {
  margin-bottom: 5rem;
}
.product__info-inner__item {
  display: none;
}
.product__info-form {
  position: relative;
}
.product__info-form .input textarea {
  min-height: unset;
  border: unset;
  border-bottom: 1px solid var(--gray-light);
  padding: 0 7.5rem 0.5rem 0;
  height: 1.875rem;
}
.product__info-form .input textarea:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.product__info-form button[type=submit] {
  position: absolute;
  right: 0;
  bottom: 0.5rem;
  font-weight: 600;
}
.product__list {
  max-width: 17.5625rem;
  width: 100%;
}
.product__list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -13.5px -2.5rem;
}
.product__list-container > * {
  width: calc(50% - 27px);
  margin: 0 13.5px 2.5rem;
}
.product__list > span {
  font-weight: 600;
  display: block;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}
.product__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  column-gap: 12px;
}
.product__list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.product__list li > * {
  font-weight: 300;
}
.product__delivery:not(:last-child) {
  margin-bottom: 2.5rem;
}
.product__delivery > span {
  font-weight: 600;
  display: block;
  margin-bottom: 1rem;
}
.product__delivery li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
}
.product__delivery li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.product__delivery li img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 0.375rem;
}
.product__feedback > span {
  font-weight: 600;
  display: block;
  margin-bottom: 1rem;
}
.product__feedback .feedback__item {
  max-width: unset;
}
.product__feedback .feedback__item-img {
  margin-left: auto;
  margin-bottom: 0;
  max-width: 5.5625rem;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.product__feedback .feedback__item:not(:last-child) {
  margin-bottom: 2.75rem;
}
.product__text > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  line-height: 1.125rem;
}
.product__text span {
  margin-left: 0.5rem;
  display: block;
}
.product.not-stock .product__about-stock {
  color: var(--red);
}
.product.not-stock .product__submit {
  opacity: 0.5;
  cursor: not-allowed;
}
.product.not-stock .product__submit > * {
  pointer-events: none;
}
.product.not-stock .product__variations {
  display: none;
}
.product.not-stock .product__radio {
  pointer-events: none;
}
@media (max-width: 768px) {
  .product {
    margin-bottom: 80px;
  }
  .product__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product__left {
    max-width: unset;
    margin-bottom: 8px;
  }
  .product__right {
    margin-bottom: 40px;
  }
  .product__gallery {
    margin-bottom: 0;
  }
  .product__gallery-main {
    width: 100%;
  }
  .product__gallery-main__item {
    max-height: 600px;
    overflow: hidden;
  }
  .product__gallery-main__item::before {
    padding-top: 146.7%;
  }
  .product__gallery .favorite {
    top: 12px;
    right: 12px;
  }
  .product__content {
    padding-left: 0;
    position: static;
  }
  .product__about-article {
    margin-bottom: 5px;
  }
  .product__about-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
  }
  .product__variations-row li:not(:last-child) {
    margin-right: 6px;
  }
  .product__variations > span {
    font-weight: 400;
    line-height: 20px;
  }
  .product__submit {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product__submit > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 6px;
  }
  .product__radio span {
    min-width: 46px;
    min-height: 46px;
  }
  .product__info-form {
    text-align: center;
    margin-top: 80px;
  }
  .product__info-form .input textarea {
    padding: 0 0 8px 0;
  }
  .product__info-form button[type=submit] {
    font-size: 16px;
    line-height: 20px;
    position: static;
  }
  .product__list {
    max-width: unset;
  }
  .product__list:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .product__list li > * {
    font-weight: 400;
  }
  .product__list > span {
    margin-bottom: 8px;
  }
  .product__delivery:not(:last-child) {
    margin-bottom: 24px;
  }
  .product__delivery li {
    font-weight: 400;
  }
  .product__accordion .accordion__head {
    font-weight: 400;
    -webkit-transition: text-shadow var(--hover-transition);
    transition: text-shadow var(--hover-transition);
  }
  .product__accordion .accordion.is-open .accordion__head {
    text-shadow: 0px 0px 0 var(--black), 0px 0px 0 var(--black);
  }
  .product__feedback .feedback__item {
    max-width: unset;
    position: relative;
  }
  .product__feedback .feedback__item-inner {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
  }
  .product__feedback .feedback__item-link {
    margin-left: unset;
    max-width: unset;
    margin-bottom: 15px;
  }
  .product__feedback .feedback__item-img {
    max-height: unset;
    overflow: unset;
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
    height: 40px;
    margin-left: 0;
  }
  .product__feedback .feedback__item-time {
    margin-bottom: 18px;
  }
}

.order__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.order__info {
  max-width: 17.1875rem;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.375rem;
  border-right: 1px solid var(--gray-light);
  margin-right: 8.75rem;
}
.order__form {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.order__form .form__row {
  margin-bottom: 0.5rem;
}
.order__form .form__row .input:not(:last-child) {
  margin-bottom: 0;
}
.order__form .form__block {
  margin-bottom: 2.5rem;
}
.order__form .form__block-title {
  margin-bottom: 0.5rem;
}
.order__form .form__block-title > * {
  font-size: max(1rem, 10px);
  font-weight: 600;
}
.order__form .input textarea {
  min-height: unset;
}
.order__items .cart-item {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.order__items .cart-item__title {
  font-size: max(1rem, 10px);
  font-weight: 600;
  line-height: 1.25rem;
  margin-bottom: 1rem;
  display: block;
}
.order__items .cart-item__price > span {
  font-weight: 400;
}
.order__items .product-card__price > :not(:last-child) {
  margin-bottom: 0;
}
.order__coupon {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--gray-light);
}
.order__coupon .coupon {
  margin-bottom: 1.5rem;
}
.order__coupon .coupon__form {
  height: 2.625rem;
}
.order__coupon .coupon__form > * {
  height: 100%;
}
.order__coupon .coupon__form .input {
  max-width: unset;
  margin-right: 0;
  margin-bottom: 0 !important;
}
.order__coupon .coupon__form .input > * {
  height: 100%;
}
.order__coupon .coupon__btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2.625rem;
  height: 2.625rem;
  background-color: var(--black);
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cpath d="M5 12H19M19 12L13 6M19 12L13 18" stroke="white" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  background-size: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
}
.order__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.order__list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.order__list span {
  font-weight: 300;
}
.order__list span:first-child {
  font-weight: 600;
}
.order__submit > span {
  display: block;
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  line-height: max(1.125rem, 10px);
  margin-top: 2.5rem;
  margin-bottom: 1.125rem;
}
.order__submit .btn {
  width: 100%;
}
.order.order-success .order-success__info {
  margin-top: 2.5rem;
}
.order.order-success .order-success__info img {
  width: auto;
  height: auto;
  margin: 1.5rem 0 1rem 0;
}
.order.order-success .order-success__info p:not(:first-child) {
  margin-top: 0.5rem;
}
.order.order-success .order-success__container {
  width: 100%;
  max-width: 43.5rem;
}
.order.order-success .order-success__container .section-text {
  font-weight: 400;
}
.order.order-success .order-success__link {
  margin-top: 2.5rem;
}
.order.order-success .order-success__link .btn {
  min-width: 17.1875rem;
}
.order.order-success .order-success__auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--gray-light);
  margin-bottom: 2.5rem;
}
.order.order-success .order-success__auth .btn {
  margin-left: 0.625rem;
  min-width: 17.1875rem;
}
@media (max-width: 768px) {
  .order__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .order__info {
    max-width: unset;
    margin-right: 0;
  }
  .order__form .form__row .input:not(:last-child) {
    margin-bottom: 8px !important;
  }
  .order__coupon .coupon__form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .order.order-success .order-success__auth {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .order.order-success .order-success__auth .btn {
    margin-left: 0;
    min-width: unset;
    margin-top: 15px;
    width: 100%;
  }
}

.footer {
  margin-top: 8.75rem;
  padding: 2.5rem 0;
  border-top: 1px solid var(--gray);
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__container a {
  color: var(--black);
  -webkit-transition: color var(--hover-transition);
  transition: color var(--hover-transition);
}
.footer__container a:hover {
  color: var(--red);
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__copy {
  max-width: 8.1875rem;
  width: 100%;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
  margin-bottom: 0;
  border: unset;
}
.footer__nav ul {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 4.875rem;
  -moz-column-gap: 4.875rem;
  column-gap: 4.875rem;
}
.footer__nav li {
  max-width: 9.8125rem;
}
.footer__nav li:not(:last-child) {
  margin-bottom: 1rem;
}
.footer__work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__work span {
  display: block;
}
.footer__work span:not(.footer__work-title) {
  margin-bottom: 0.5rem;
}
.footer__work-title {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #171414;
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto -8px -1rem;
  max-width: 124px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.footer__pay > * {
  width: auto;
  height: 1.25rem;
  margin: 0 8px 1rem;
}
.footer .accordion__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .footer {
    margin-top: 80px;
    padding: 24px 0;
  }
  .footer__container {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__container .accordion__head {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__container .accordion__head::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    -webkit-transition: -webkit-transform var(--hover-transition);
    transition: -webkit-transform var(--hover-transition);
    transition: transform var(--hover-transition);
    transition: transform var(--hover-transition), -webkit-transform var(--hover-transition);
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"%3E%3Cpath d="M13.3334 8.33398L10.0001 11.6673L6.66675 8.33398" stroke="black" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .footer__container .accordion__content {
    display: none;
    margin-top: 8px;
  }
  .footer__container .accordion.is-open .accordion__head::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 32px;
  }
  .footer__nav ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: unset;
    -moz-column-gap: unset;
    column-gap: unset;
  }
  .footer__nav ul:not(:last-child) {
    margin-bottom: 8px;
  }
  .footer__nav li {
    max-width: unset;
  }
  .footer__nav li:not(:last-child) {
    margin-bottom: 8px;
  }
  .footer .logo {
    margin-bottom: 32px;
  }
  .footer__work-item:not(:last-child) {
    margin-bottom: 32px;
  }
  .footer__work-title {
    margin-bottom: 10px;
  }
  .footer__pay {
    margin: 0;
    max-width: unset;
    margin-bottom: 32px;
  }
  .footer__pay > * {
    margin: 0;
  }
  .footer__pay > *:not(:last-child) {
    margin-right: 16px;
  }
  .footer__copy {
    max-width: unset;
  }
}

.input {
  position: relative;
}
.input input,
.input textarea,
.input .output_text,
.input .output_name {
  width: 100%;
  outline: none;
  color: var(--black);
  border: 1px solid var(--black);
  background: var(--white);
  padding: 0.85rem 1.5rem;
  line-height: 1.25rem;
}
.input input:focus,
.input textarea:focus,
.input .output_text:focus,
.input .output_name:focus {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.input + .form__row {
  margin-top: 1rem;
}
.input:not(.input--checkbox):not(:last-child) {
  margin-bottom: 0.5rem;
}
.input textarea {
  resize: none;
  min-height: 12.9375rem;
}

.input__dropdown {
  display: none;
  position: absolute;
  right: 0;
  min-width: 13.6875rem;
  width: 100%;
  bottom: -0.5rem;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  border: 1px solid var(--black);
  background-color: var(--white);
  z-index: 999;
  overflow: hidden;
}
.input__dropdown ul {
  padding: 1rem;
}
.input__dropdown li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  color: var(--black);
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
  -webkit-transition: text-shadow 0.5s ease-in-out;
  transition: text-shadow 0.5s ease-in-out;
}
.input__dropdown li::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--black);
  -webkit-transition: width var(--hover-transition);
  transition: width var(--hover-transition);
}
.input__dropdown li:not(:last-child) {
  margin-bottom: 1rem;
}
.input__dropdown li.is-selected, .input__dropdown li:hover {
  text-shadow: 0px 0px 0 var(--black), 0px 0px 0 var(--black);
}
.input__dropdown li.is-selected::after, .input__dropdown li:hover::after {
  width: 100%;
}
.input.input--select .output_text {
  cursor: pointer;
}
.input.input--select::after {
  position: absolute;
  right: 0.75rem;
  bottom: 0.625rem;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  content: "";
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cpath d="M16 10L12 14L8 10" stroke="black" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform var(--hover-transition);
  transition: -webkit-transform var(--hover-transition);
  transition: transform var(--hover-transition);
  transition: transform var(--hover-transition), -webkit-transform var(--hover-transition);
  pointer-events: none;
}
.input.input--select.is-open::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.input.input--dropdown .input__label {
  position: relative;
  padding-right: 2rem;
  cursor: pointer;
}
.input.input--dropdown .input__label .output_text {
  padding: 0;
  border: unset;
}
.input.input--dropdown .input__label::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"%3E%3Cpath d="M13.3332 8.33301L9.99984 11.6663L6.6665 8.33301" stroke="black" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-transition: -webkit-transform var(--hover-transition);
  transition: -webkit-transform var(--hover-transition);
  transition: transform var(--hover-transition);
  transition: transform var(--hover-transition), -webkit-transform var(--hover-transition);
}
.input.input--dropdown.is-open .input__label::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.input.input--checkbox {
  position: relative;
  display: block;
  cursor: pointer;
}
.input.input--checkbox input:checked + span::after {
  opacity: 1;
}
.input.input--checkbox input:checked + span {
  text-shadow: 0px 0px 0 var(--black), 0px 0px 0 var(--black);
}
.input.input--checkbox > span {
  position: relative;
  padding-left: 1.75rem;
  -webkit-transition: text-shadow var(--hover-transition), color var(--hover-transition);
  transition: text-shadow var(--hover-transition), color var(--hover-transition);
}
.input.input--checkbox > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.9375rem;
  height: 0.9375rem;
  border: 1px solid var(--black);
  border-radius: 2px;
  -webkit-transition: border-color var(--hover-transition);
  transition: border-color var(--hover-transition);
}
.input.input--checkbox > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.9375rem;
  height: 0.9375rem;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"%3E%3Cmask id="mask0_528_1447" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="1" width="14" height="14"%3E%3Cmask id="mask1_528_1447" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="16" height="16"%3E%3Cpath d="M11.3336 5.5L6.88916 10.5L4.66667 8M15.5 3.16663V12.8333C15.5 13.7667 15.5002 14.2335 15.3185 14.59C15.1587 14.9036 14.9034 15.1585 14.5898 15.3183C14.2333 15.5 13.7669 15.5 12.8335 15.5H3.16683C2.23341 15.5 1.76635 15.5 1.40983 15.3183C1.09623 15.1585 0.841445 14.9036 0.681656 14.59C0.5 14.2335 0.5 13.7667 0.5 12.8333V3.16663C0.5 2.23321 0.5 1.76655 0.681656 1.41003C0.841445 1.09643 1.09623 0.841445 1.40983 0.681656C1.76635 0.5 2.23341 0.5 3.16683 0.5H12.8335C13.7669 0.5 14.2333 0.5 14.5898 0.681656C14.9034 0.841445 15.1587 1.09643 15.3185 1.41003C15.5002 1.76655 15.5 2.23321 15.5 3.16663Z" stroke="black" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/mask%3E%3Cg mask="url(%23mask1_528_1447)"%3E%3Crect x="1.5" y="1.5" width="13" height="13" fill="black"/%3E%3C/g%3E%3C/mask%3E%3Cg mask="url(%23mask0_528_1447)"%3E%3Crect width="16" height="16" fill="black"/%3E%3C/g%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity var(--hover-transition);
  transition: opacity var(--hover-transition);
}
.input.input--checkbox.is-error {
  margin-bottom: 0 !important;
}
.input.input--checkbox.is-error > span {
  color: var(--red);
}
.input.input--checkbox.is-error > span::before {
  border-color: var(--red);
}
.input.input--checkbox.is-error .input__message {
  display: none;
}
.input.input--radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input.input--radio input:checked + span::after {
  opacity: 1;
  visibility: visible;
}
.input.input--radio input:checked + span::before {
  opacity: 0;
  visibility: hidden;
}
.input.input--radio span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 1.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.input.input--radio span::after, .input.input--radio span::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  -webkit-transition: opacity var(--hover-transition), visibility var(--hover-transition);
  transition: opacity var(--hover-transition), visibility var(--hover-transition);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.input.input--radio span::before {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"%3E%3Ccircle cx="8" cy="8" r="7.5" stroke="black"/%3E%3C/svg%3E');
}
.input.input--radio span::after {
  opacity: 0;
  visibility: hidden;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"%3E%3Ccircle cx="8" cy="8" r="7.5" stroke="black"/%3E%3Ccircle cx="7.99999" cy="8.0013" r="5.33333" fill="black"/%3E%3C/svg%3E');
}
.input.input--radio p {
  margin-left: 0.375rem;
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  line-height: 1.125rem;
}
.input.input--descr {
  display: block;
}
.input.input--descr:not(:last-child) {
  margin-bottom: 1.5rem;
}
.input.input--descr input {
  padding: 0;
  padding-bottom: 6px;
  border: unset;
  border-bottom: 1px solid var(--black);
}
.input.input--descr input:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.input.input--descr > span {
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  line-height: 1.125rem;
  display: block;
  margin-bottom: 0.5rem;
}
.input.is-error {
  margin-bottom: 1.875rem !important;
}
.input.is-error input,
.input.is-error textarea,
.input.is-error .output_name {
  border-color: var(--red);
}
.input.is-error .input__message {
  display: block;
  /*position: absolute;*/
  left: 0;
  bottom: 0rem;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  color: var(--red);
  line-height: 1.3125rem;
  font-size: max(0.875rem, 10px);
}
@media (max-width: 768px) {
  .input input,
  .input textarea,
  .input .output_text,
  .input .output_name {
    font-size: 16px;
  }
  .input.input--radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .input.input--radio p {
    margin-left: 0;
    margin-top: 5px;
  }
}

input[type=checkbox], input[type=radio] {
  position: absolute;
  left: -9999px;
}

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

input {
  border-radius: 0 !important;
}

.section-text {
  font-weight: 300;
}
.section-text > *:not(:last-child) {
  margin-bottom: 1rem;
}
.section-text p strong {
  font-weight: 600;
}
.section-text a {
  color: var(--black);
  text-decoration: underline;
  -webkit-transition: color var(--hover-transition);
  transition: color var(--hover-transition);
}
.section-text a:hover {
  color: var(--red);
}
.section-text span {
  font-weight: 600;
  display: inline-block;
}
.section-text ul li {
  list-style-type: disc;
  margin-left: 1rem;
}
.section-text ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.section-text:not(:last-child) {
  margin-bottom: 1.5rem;
}
.section-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-arrow span {
  color: #000;
}
.section-arrow::after {
  pointer-events: none;
  position: relative;
  content: "";
  display: block;
  margin-left: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  left: 0;
  -webkit-transition: left var(--hover-transition);
  transition: left var(--hover-transition);
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cpath d="M3 12H21M21 12L16 7M21 12L16 17" stroke="black" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.section-arrow:hover::after {
  left: 0.625rem;
}

.product-card {
  position: relative;
  /*height: 100%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-card__img {
  position: relative;
  display: block;
  z-index: 1;
}
.product-card__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: opacity var(--hover-transition), visibility var(--hover-transition);
  transition: opacity var(--hover-transition), visibility var(--hover-transition);
}
.product-card__img img:last-child {
  opacity: 0;
  visibility: hidden;
}
.product-card__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 152.3%;
}
.product-card__info {
  margin-top: 0.625rem;
  color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.product-card__title {
  color: var(--black);
  display: block;
  margin-bottom: 0.5rem;
  -webkit-transition: color var(--hover-transition);
  transition: color var(--hover-transition);
}
.product-card__title:hover {
  color: var(--red);
}
.product-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  /*margin-top: auto;*/
}
.product-card__price > *:not(:last-child) {
  margin-right: 0.625rem;
}
.product-card__price--old {
  color: var(--gray);
  text-decoration: line-through;
}
.product-card__remove {
  display: none;
}
.product-card__wrapper {
  overflow: hidden;
  position: relative;
}
.product-card__wrapper:hover .product-card__img img:first-child {
  opacity: 0;
  visibility: hidden;
}
.product-card__wrapper:hover .product-card__img img:last-child {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 769px) {
  .product-card__wrapper:hover .product-card__btn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .product-card__wrapper:hover .product-card__btn .btn.btn--black:hover {
    color: var(--white);
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.product-card__btn {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity var(--hover-transition), visibility var(--hover-transition), -webkit-transform var(--hover-transition);
  transition: opacity var(--hover-transition), visibility var(--hover-transition), -webkit-transform var(--hover-transition);
  transition: opacity var(--hover-transition), visibility var(--hover-transition), transform var(--hover-transition);
  transition: opacity var(--hover-transition), visibility var(--hover-transition), transform var(--hover-transition), -webkit-transform var(--hover-transition);
}
.product-card__btn > * {
  width: 100%;
}
.product-card__tag {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  pointer-events: none;
  background-color: var(--black);
  z-index: 2;
  color: var(--white);
  padding: 0.1875rem 0.8125rem;
  font-size: max(0.875rem, 10px);
  text-transform: uppercase;
}
.product-card.card-remove .favorite svg:first-child {
  display: none;
}
.product-card.card-remove .product-card__remove {
  display: block;
  width: 50%;
  height: 50%;
}
.product-card.no-hover .product-card__img img:last-child {
  opacity: 1;
  visibility: visible;
}
.product-card.product-card--small {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.product-card.product-card--small .product-card__img {
  width: 3.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1rem;
}
.product-card.product-card--small .product-card__info {
  margin-top: 0;
}
.product-card.product-card--small .product-card__title {
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .product-card__img::before {
    padding-top: 129.9%;
  }
  .product-card__price {
    font-size: 16px;
  }
  .product-card__tag {
    padding: 0px 7px;
    font-size: 12px;
  }
  .product-card__btn {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    opacity: 1;
    visibility: visible;
  }
  .product-card__btn > * {
    background-color: rgba(0, 0, 0, 0.7) !important;
    color: var(--white) !important;
  }
  .product-card.product-card--small .product-card__img {
    margin-right: 8px;
  }
  .product-card.product-card--small .product-card__title {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .product-card.product-card--small .product-card__price--new {
    font-size: 14px;
  }
}

.articles-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.articles-card__img {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.5rem;
  width: 16.375rem;
}
.articles-card__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.articles-card__img::before {
  content: "";
  display: block;
  padding-top: 100%;
  width: 100%;
}
.articles-card__date {
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  line-height: 1.125rem;
  display: block;
  margin-bottom: 1rem;
}
.articles-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.articles-card__info .section-arrow {
  margin-top: 0.625rem;
}
.articles-card__blog-title {
  font-size: 2rem;
  font-weight: 100;
  line-height: 2.375rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 768px) {
  .articles-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .articles-card__img {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
    max-height: 350px;
    overflow: hidden;
  }
  .articles-card__date {
    margin-bottom: 10px;
  }
  .articles-card__blog-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px !important;
  }
  .articles-card .section-text p:not(:last-child) {
    margin-bottom: 8px;
  }
}
/*# sourceMappingURL=main.css.map */

/* стиль для напису у відгуках */
.no_reviews {
  margin-bottom: 1.5rem;
  text-align: center;
  color: var(--black);
  font-size: 1.5rem;
  line-height: 2.375rem;
}
.feed-add-post-form
{
  border: 1px solid var(--gray-light);
}

/* Catalog Filter popup */
.bx-filter-popup-result {
  position: absolute;
  text-decoration: none;
  z-index: 9999; 
  left: 90%;
  width: 90%;
  text-align: center;
  transform: translate(0, -18px);
}
.bx-filter-popup-result:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: var(--white);
  -webkit-transform: rotate(45deg) translateX(-50%) translateY(-50%);
  -moz-transform: rotate(45deg) translateX(-50%) translateY(-50%);
  -ms-transform: rotate(45deg) translateX(-50%) translateY(-50%);
  -o-transform: rotate(45deg) translateX(-50%) translateY(-50%);
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: -4px;
  border-bottom: 1px solid var(--black);
  border-left: 1px solid var(--black);
  z-index: 999;
}
.bx-filter-popup-result div{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  background-color: var(--white);
  color: var(--black);
  padding: 9px 19px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 6px;
  border: 1px solid var(--black);
}
.bx-filter-popup-result a{
  color: var(--black);
  margin-top: 1rem;
  text-decoration: underline;
  -webkit-transition: color var(--hover-transition);
  transition: color var(--hover-transition);
}
@media (max-width: 768px) {
  .bx-filter-popup-result {
    left: 50%;
    width: 50%;
  }
}

.input.input--checkbox span {
  display: inline-block;
}

.contact__text {
  max-height: 300px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -webkit-transition: max-height .3s;
  -o-transition: max-height .3s;
  -moz-transition: max-height .3s;
  font-size: 15.28px;
  letter-spacing: .82px;
  margin-top: 40px;
  transition: all 0.3s;
}

.contact__text.active {
  max-height: 1000vh;
  padding-bottom: 10px;
  transition: all .3s;
}

.contact__text:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  display: block;
  background: 0 0;
  background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 0, 0, 0.1)), color-stop(100%, rgba(255, 255, 255, 0.9)));
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), to(rgba(255, 255, 255, 0.1)));
  background: -webkit-linear-gradient(bottom, white 0, rgba(255, 255, 255, 0.1) 100%);
  background: -moz- oldlinear-gradient(bottom, white 0, rgba(255, 255, 255, 0.1) 100%);
  background: -o-linear-gradient(bottom, white 0, rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(to top, white 0, rgba(255, 255, 255, 0.1) 100%);
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s;
}

.contact__text.active:before {
  opacity: 0;
}

.contact__text:after {
  content: '>';
  position: absolute;
  -webkit-transform: rotate(90deg) scale(0.6, 1);
  -moz-transform: rotate(90deg) scale(0.6, 1);
  -ms-transform: rotate(90deg) scale(0.6, 1);
  -o-transform: rotate(90deg) scale(0.6, 1);
  transform: rotate(90deg) scale(0.6, 1);
  bottom: -8px;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: -o-transform .3s;
  -moz-transition: transform .3s, -moz-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
}

.contact__text.active:after {
  -webkit-transform: rotate(-90deg) scale(0.6, 1);
  -moz-transform: rotate(-90deg) scale(0.6, 1);
  -ms-transform: rotate(-90deg) scale(0.6, 1);
  -o-transform: rotate(-90deg) scale(0.6, 1);
  transform: rotate(-90deg) scale(0.6, 1);
  bottom: -7px;
}

.contact__text h2, .contact__text h3 {
  line-height: 1.2em;
  margin-bottom: 0.26em;
  word-wrap: break-word;
  font-weight: 700;
  color: #333333;
}
.contact__text h2 {
  font-size: 24px;
}
.contact__text h3 {
  font-size: 1.17em;
}

.contact__text p {
  font-weight: 300;
}

.contact__text ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .product__list li span:last-child {
    /*max-width: 45%;*/
    text-align: right;
    white-space: nowrap;
  }
}

.title__text.report_availability_text {
  color: var(--black-light);
  text-align: center;
  font-size: 2rem;
  font-weight: 100;
  line-height: 2.375rem;
  text-transform: uppercase;
}

.popup .popup__wrap {
  border: 1px solid var(--black);
  padding: 2.5rem 1.125rem;
}

.popup__form.report_availability_form {
  max-width: 27.375rem;
  width: 100%;
  margin: 2.5rem auto;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
  height: 1em;
}

.hidden-block {
  position: absolute;
  left: -99999em;
  top: -99999em;
}

.products_operation_links {
  margin: 10px 0;
}

.products_operation_links .report__availability span {
  font-weight: 300;
  background: #fff;
  color: #000;
  position: relative;
  font-size: 16px;
  line-height: 1.27;
}

.products_operation_links .report__availability svg {
  display: block;
  fill: #ccc;
  width: 30px;
  height: 30px;
  margin-left: 5px;
}
@media (max-width: 769px) {
  .basket-nums
  {
    height: 0px;
    display: inline-block;
    position: relative;
    bottom: 0px;
    left: 10%;
  }
}
.search__dropdown {
  border: 1px solid var(--black);
  z-index: 999;
  overflow: hidden;
  position: absolute;
}
@media (max-width: 769px) {
  .search__dropdown {
    width: 100% !important;
    left: 0 !important;
  }
}
div.title-search-result{
  z-index: 9999 !important;
  max-width: 556px;
}
table.title-search-result{
  width: initial !important;
}

#popup-discount .input.is-error .input__message {
  bottom: 0;
}

.platnosci .container ol {
  padding-left: 32px;
}

.polityka-tittle {
  color: var(--black-light);
  text-align: center;
  font-size: 2rem;
  font-weight: 100;
  line-height: 2.375rem;
  text-transform: uppercase;
}

.polityka-subtitle {
  text-align: center;
  margin-bottom: 2rem;
}

.polityka h3 {
  text-align: center;
  font-weight: 600;
  margin-top: 2rem;
}

.polityka ol {
  list-style-type: lower-latin;
}

.polityka ol.number {
  list-style-type: decimal;
}

/*.polityka ol.number ol {*/
/*  padding-left: 24px;*/
/*}*/

.polityka ol {
  padding-left: 24px;
}

.polityka ol ul {
  padding-left: 10px;
}
.polityka ol ul li {
  margin-bottom: 0 !important;
}

.product__delivery.--delivery-inpost li img {
  max-height: 30px;
}

.product__delivery.--delivery-system li img {
  max-height: 22px;
}

@media (max-width: 769px) {
  .header .logo {
    width: calc(100% - 190px);
  }
}

.order__form.form .not-call .input {
  position: relative;
}

.order__form.form .not-call .input input[type=checkbox] {
  display: block;
  top: 50%;
  left: 0;
  width: initial;
  transform: translateY(-50%);
}

.not-call .bx_block.r1x3.pt8:first-child {
  padding-left: 20px;
}
/* End */


/* Start:/local/templates/basic/components/bitrix/search.title/catalog_header/style.css?17388523972189*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	color: #000;
	padding-left:4px;
	padding-right:15px;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/basic/components/bitrix/search.title/catalog_header/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/* End */


/* Start:/local/templates/basic/components/bitrix/main.map/automatic_relinking/style.css?1738852397222*/
.flex-block {
  display: flex;
  justify-content: center;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 500px;
}
.flex-container > div {
  margin: 10px;
  text-align: center;
}
/* End */
/* /local/templates/basic/css/vendor.css?17388523976293 */
/* /local/templates/basic/css/jquery-ui.min.css?17388523972330 */
/* /local/templates/basic/css/main.css?1738852397130992 */
/* /local/templates/basic/components/bitrix/search.title/catalog_header/style.css?17388523972189 */
/* /local/templates/basic/components/bitrix/main.map/automatic_relinking/style.css?1738852397222 */
