@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -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;
}

/* Fonts */
/* Обычный */
@font-face {
  font-family: 'OpenSans';
  src: local("OpenSans"), url("../assets/fonts/OpenSans.ttf");
}
/* Для заголовков */
@font-face {
  font-family: 'Bounded';
  src: local("Bounded"), url("../assets/fonts/Bounded.ttf");
}
/* Для жирный */
@font-face {
  font-family: 'AR_ZOZH';
  src: local("AR_ZOZH"), url("../assets/fonts/AR_ZOZH.ttf");
}
/* Color */
/* Font-family */
/* Стили */
.popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  z-index: 999999999999;
}
.popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup__aligner {
  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: 100%;
  height: 100%;
}
.popup__wrapper {
  max-width: 650px;
  width: 100%;
  background: #F4F4F4;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 40px 60px;
  position: relative;
}
.popup__close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 50%;
  top: 20px;
  right: 20px;
  position: absolute;
  -webkit-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
}
.popup__close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.popup__close::before, .popup__close::after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #333333;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.popup__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.popup__form-title p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  margin: 0 0 30px;
}
.popup__form-title p strong {
  font-weight: 700;
  font-size: 25px;
  line-height: 110%;
  text-align: center;
  color: #333333;
}
.popup-form {
  /* Кастомный селект */
  /* Обычные поля */
}
.popup-form .device-selection-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.popup-form .custom-select-wrapper {
  position: relative;
  display: block;
}
.popup-form .custom-select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup-form .custom-select select {
  width: 100%;
  border-radius: 5px;
  padding: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  background: #FFFFFF;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  color: #333333;
  border: 1px solid transparent;
}
.popup-form .custom-select select.invalid {
  border-color: #ed1c24;
}
.popup-form .custom-select select:focus {
  outline: none;
  border-color: #27AFC9;
}
.popup-form .custom-select-arrow {
  position: absolute;
  right: 15px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  width: 14px;
  height: 14px;
  background: url(../assets/images/icons/arrow-list.svg) center center no-repeat;
  background-size: contain;
}
.popup-form .form-group input,
.popup-form .form-group textarea {
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 130%;
  background: #FFFFFF;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  color: #333333;
  border: 1px solid transparent;
}
.popup-form .form-group input::-webkit-input-placeholder,
.popup-form .form-group textarea::-webkit-input-placeholder {
  color: #333333;
}
.popup-form .form-group input:-ms-input-placeholder,
.popup-form .form-group textarea:-ms-input-placeholder {
  color: #333333;
}
.popup-form .form-group input::-ms-input-placeholder,
.popup-form .form-group textarea::-ms-input-placeholder {
  color: #333333;
}
.popup-form .form-group input::placeholder,
.popup-form .form-group textarea::placeholder {
  color: #333333;
}
.popup-form .form-group input.invalid,
.popup-form .form-group textarea.invalid {
  border-color: #ed1c24;
}
.popup-form .form-group input:focus,
.popup-form .form-group textarea:focus {
  outline: none;
  border-color: #27AFC9;
}
.popup-form .form-hint {
  display: block;
  font-weight: 400;
  font-size: 11px;
  line-height: 110%;
  color: #656565;
  margin-top: 5px;
}
.popup-form .form-section-title {
  font-weight: 600;
  font-size: 13px;
  line-height: 110%;
  color: #333333;
  margin: 0;
}
.popup-form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.popup-form .form-row .form-group {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 48%;
          flex: 1 1 48%;
  min-width: 200px;
}
.popup-form .form-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.popup-form .form-consent .form-error {
  position: absolute;
  left: 0;
  bottom: 30px;
}
.popup-form .form-error {
  color: #ed1c24;
  font-weight: 400;
  font-size: 13px;
  line-height: 154%;
  display: none;
}
.popup-form .checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #656565;
  cursor: pointer;
}
.popup-form .checkbox-label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 20px;
  height: 20px;
}
.popup-form .checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #333333;
  border-radius: 4px;
  margin-right: 10px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.popup-form .checkbox-label input[type="checkbox"]:checked + .checkmark::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 13px;
  height: 10px;
  background: url(../assets/images/icons/check-black.svg) center center no-repeat;
  background-size: contain;
}
.popup-form .checkbox-label a {
  color: #27AFC9;
  text-decoration: underline;
}
.popup-form .btn-submit {
  width: 100%;
  max-width: 305px;
  padding: 17px;
  background: #27AFC9;
  color: #FFFFFF;
  border: none;
  border-radius: 1000px;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin: 0 auto;
}
.popup-form .btn-submit:hover {
  background: #F3A527;
}
.popup__title p {
  font-family: "Bounded", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 20px;
}
.popup__title p span {
  color: #F3A527;
}
.popup__text {
  margin: 0 0 15px;
}
.popup__text:last-child {
  margin: 0;
}
.popup__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  margin: 0 0 15px;
}
.popup__text p:last-child {
  margin: 0;
}
.popup__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.popup__buttons a {
  border-radius: 1000px;
  padding: 15px 40px;
  font-weight: 600;
  font-size: 15px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  max-width: 250px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup__buttons a:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.popup__buttons .button__back {
  background: #27AFC9;
}
.popup__buttons .button__basket {
  background: #F3A527;
}
.popup__lk .popup__wrapper {
  max-width: 485px;
}
.popup__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
  margin: 0 0 25px;
}
.popup__field {
  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;
  position: relative;
}
.popup__input {
  border-radius: 5px;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid transparent;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #333333;
}
.popup__input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #333333;
}
.popup__input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #333333;
}
.popup__input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #333333;
}
.popup__input::placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #333333;
}
.popup__input.invalid {
  border-color: #ed1c24;
}
.popup__input:focus {
  outline: none;
  border-color: #27AFC9;
}
.popup__toggle-password {
  width: 15px;
  height: 13px;
  background: url(../assets/images/icons/password-hide.svg) center center no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
}
.popup__toggle-password.open {
  width: 15px;
  height: 13px;
  background: url(../assets/images/icons/password.svg) center center no-repeat;
}
.popup__error {
  color: #ed1c24;
  font-weight: 400;
  font-size: 13px;
  line-height: 154%;
  display: none;
}
.popup__pass .popup__error {
  position: absolute;
  left: 0;
  bottom: -18px;
}
.popup__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 25px;
}
.popup__link span {
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  text-align: center;
}
.popup__link a {
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #27AFC9;
}
.popup__link a:hover {
  color: #F3A527;
}
.popup__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  margin: 0 0 15px;
}
.popup__button:last-child {
  margin: 0;
}
.popup__btn {
  border-radius: 1000px;
  padding: 15px 60px;
  background: #27AFC9;
  font-weight: 600;
  font-size: 20px;
  line-height: 128%;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border: none;
  cursor: pointer;
}
.popup__btn:hover {
  background: #F3A527;
}
.popup__btn-lk {
  border-radius: 1000px;
  padding: 10px 30px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
  border: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #FFFFFF;
}
.popup__btn-lk:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.popup__btn-no {
  background: #656565;
}
.popup__btn-del {
  background: #f16c3d;
}
.popup__footnote small {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  text-align: center;
}
.popup__footnote small a {
  text-decoration: none;
  color: #27AFC9;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.popup__footnote small a:hover {
  color: #F3A527;
}
.popup__textarea {
  border-radius: 5px;
  padding: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  color: #333333;
  min-height: 120px;
  border: 1px solid transparent;
}
.popup__textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  color: #333333;
}
.popup__textarea:-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  color: #333333;
}
.popup__textarea::-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  color: #333333;
}
.popup__textarea::placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  color: #333333;
}
.popup__textarea:focus {
  outline: none;
  border-color: #27AFC9;
}

@media (max-width: 1440px) {
  #popup-device .popup__aligner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 430px) {
  .popup__title p {
    font-size: 18px;
    margin: 0 0 15px;
  }

  #popup-device .popup__aligner {
    padding: 0;
  }
}
@media (max-width: 430px) {
  .popup__close {
    top: 9.38vw;
    right: 3.13vw;
  }
  .popup__wrapper {
    padding: 18.75vw 3.13vw 12.50vw;
    overflow: auto;
    height: 100vh;
    border-radius: 0;
  }
  .popup__form-title p {
    font-size: 4.69vw;
    margin: 0 0 6.25vw;
  }
  .popup__form-title p strong {
    font-size: 6.25vw;
  }
  .popup-form form {
    gap: 4.69vw;
  }
  .popup-form .custom-select select {
    padding: 4.69vw;
    font-size: 3.75vw;
  }
  .popup-form .custom-select-arrow {
    right: 4.69vw;
  }
  .popup-form .form-group input,
  .popup-form .form-group textarea {
    padding: 4.69vw;
    font-size: 3.75vw;
  }
  .popup-form .form-hint {
    font-size: 3.13vw;
    margin-top: 1.56vw;
  }
  .popup-form .form-section-title {
    font-size: 3.75vw;
  }
  .popup-form .checkbox-label {
    font-size: 3.13vw;
  }
  .popup-form .checkmark {
    margin-right: 2.50vw;
    width: 6.25vw;
    height: 6.25vw;
  }
  .popup-form .checkbox-label input[type="checkbox"] {
    width: 6.25vw;
    height: 6.25vw;
  }
  .popup-form .btn-submit {
    max-width: 81.25vw;
    padding: 4.69vw 0;
    font-size: 4.69vw;
  }
  .popup-form .form-consent .form-error {
    bottom: 7.81vw;
  }
  .popup-form .form-error {
    font-size: 3.13vw;
  }
  .popup__title p {
    font-size: 5vw;
    margin: 0 0 4.69vw;
  }
  .popup__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.13vw;
  }
  .popup__buttons a {
    max-width: 100%;
    font-size: 4.38vw;
    padding: 3.13vw 6.25vw;
  }
  .popup__text {
    margin: 0 0 4.69vw;
  }
  .popup__text p {
    font-size: 4.38vw;
  }
  .popup__fields {
    gap: 4.69vw;
    margin: 0 0 4.69vw;
  }
  .popup__input {
    padding: 4.69vw;
    font-size: 4.38vw;
  }
  .popup__input::-webkit-input-placeholder {
    font-size: 4.38vw;
  }
  .popup__input:-ms-input-placeholder {
    font-size: 4.38vw;
  }
  .popup__input::-ms-input-placeholder {
    font-size: 4.38vw;
  }
  .popup__input::placeholder {
    font-size: 4.38vw;
  }
  .popup__error {
    font-size: 3.13vw;
  }
  .popup__toggle-password {
    width: 4.38vw;
    height: 3.75vw;
    background-size: contain;
    right: 4.69vw;
  }
  .popup__toggle-password.open {
    width: 4.38vw;
    height: 3.75vw;
    background-size: contain;
  }
  .popup__link {
    margin: 0 0 4.69vw;
  }
  .popup__link span {
    font-size: 3.75vw;
  }
  .popup__link a {
    font-size: 3.75vw;
  }
  .popup__button {
    margin: 0 0 4.69vw;
  }
  .popup__btn {
    font-size: 4.38vw;
    padding: 4.69vw 18.75vw;
  }
  .popup__btn-lk {
    padding: 3.13vw 9.38vw;
    font-size: 4.38vw;
  }
  .popup__footnote small {
    font-size: 3.13vw;
  }
  .popup__textarea {
    padding: 4.69vw;
    min-height: 31.25vw;
    font-size: 4.38vw;
  }
  .popup__textarea::-webkit-input-placeholder {
    font-size: 4.38vw;
  }
  .popup__textarea:-ms-input-placeholder {
    font-size: 4.38vw;
  }
  .popup__textarea::-ms-input-placeholder {
    font-size: 4.38vw;
  }
  .popup__textarea::placeholder {
    font-size: 4.38vw;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "OpenSans", sans-serif;
  color: #333333;
}
body img {
  width: auto;
  max-width: 100%;
}

.body {
  overflow: hidden;
  max-width: 100%;
}

.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

._pt {
  padding-top: 120px;
}

._pb {
  padding-bottom: 120px;
}

._mt {
  margin-top: 120px;
}

._mb {
  margin-bottom: 120px;
}

.title h1, .title h2, .entry-header h1, .entry-header h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  text-transform: uppercase;
  font-family: "Bounded", sans-serif;
  max-width: 750px;
  margin: 0 0 40px;
}
.title h1 span, .title h2 span, .entry-header h1 span, .entry-header h2 span {
  color: #F3A527;
}
.title__check::before, .entry-header__check::before {
  content: '';
  width: 34px;
  height: 34px;
  background: url(../assets/images/icons/title-check.svg) center center no-repeat;
  background-size: contain;
}
.title__light::before, .entry-header__light::before {
  content: '';
  width: 34px;
  height: 34px;
  background: url(../assets/images/icons/title-light.svg) center center no-repeat;
  background-size: contain;
}
.title__scales::before, .entry-header__scales::before {
  content: '';
  width: 34px;
  height: 34px;
  background: url(../assets/images/icons/title-scales.svg) center center no-repeat;
  background-size: contain;
}

.title-center h2 {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.header {
  border-radius: 20px;
  padding: 20px 0;
  background: #F4F4F4;
  max-width: 1832px;
  width: 100%;
  margin: 10px auto 20px;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.header__address {
  position: relative;
}
.header__address.active span:after {
  background: url(../assets/images/icons/arrow-list-active.svg) center center no-repeat;
  background-size: contain;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.header__address.active .header__map {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.header__address span {
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  text-align: center;
  position: relative;
  padding: 0 15px 0 30px;
  cursor: pointer;
}
.header__address span::before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../assets/images/icons/address.svg) center center no-repeat;
}
.header__address span::after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 40%;
  background: url(../assets/images/icons/arrow-list.svg) center center no-repeat;
  background-size: contain;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header__map {
  position: absolute;
  top: 180%;
  left: 0;
  border-radius: 20px;
  padding: 20px;
  background: #FFFFFF;
  width: 600px;
  z-index: 3;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  height: auto;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px 39px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 39px 0 rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.header__map-inner {
  border-radius: 20px;
  overflow: hidden;
}
.header__map p {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #000000;
  margin: 0 0 15px;
}
.header__time span {
  max-width: 171px;
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  position: relative;
  padding: 0 0 0 30px;
}
.header__time span::before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../assets/images/icons/time.svg) center center no-repeat;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header__phone {
  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;
  top: 20%;
  gap: 10px;
  position: relative;
  padding: 15px 25px 15px 10px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header__phone.active {
  background: #FFFFFF;
  border-radius: 5px;
  -webkit-box-shadow: 4px 4px 39px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 39px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
.header__phone.active .header__phone-hidden {
  opacity: 1;
}
.header__phone.active span:after {
  background: url(../assets/images/icons/arrow-list-active.svg) center center no-repeat;
  background-size: contain;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.header__phone-hidden {
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header__phone a {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  color: #333333;
  padding: 0 0 0 25px;
  position: relative;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header__phone a:hover {
  color: #27AFC9;
}
.header__phone a::before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../assets/images/icons/phone.svg) center center no-repeat;
}
.header__phone span {
  width: 10px;
  height: 10px;
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 22%;
}
.header__phone span::after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../assets/images/icons/arrow-list.svg) center center no-repeat;
  background-size: contain;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.header__soc a {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header__soc a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__category {
  position: relative;
}
.header__category-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  width: 318px;
  border-radius: 5px;
  padding: 12px 20px;
  background: #F3A527;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  text-align: center;
  color: #FFFFFF;
}
.header__category-menu {
  width: 100%;
  margin: 10px 0 0 0;
  position: absolute;
  border-radius: 0 20px 20px 20px;
  padding: 10px 10px 30px 10px;
  -webkit-box-shadow: 4px 4px 39px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 39px 0 rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  z-index: 99;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
}
.header__category-menu.active {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.header__category-menu.submenu-open {
  border-radius: 0 0 0 20px;
}
.header__category-sub-menu {
  position: absolute;
  top: 0;
  right: -120%;
  height: 100%;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  width: 120%;
  z-index: 2;
  height: 100%;
  background: #FFFFFF;
  padding: 10px 10px 10px 20px;
  border-radius: 0 20px 20px 0;
  margin: 0;
  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-shadow: 70px 4px 39px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 70px 4px 39px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
}
.header__category-sub-menu.active {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.header__category-sub-menu li {
  list-style: none;
}
.header__category-sub-menu li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  color: #333333;
  text-decoration: none;
  border-radius: 5px;
  padding: 15px 45px 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
}
.header__category-sub-menu li a:hover {
  color: #27AFC9;
}
.header__category-list {
  max-width: 100%;
  margin: 0 0 15px;
}
.header__category-list > ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__category-list > ul > li {
  list-style: none;
}
.header__category-list > ul > li:has(ul.header__category-sub-menu) > a::after {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 7px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F4F4F4 url(../assets/images/icons/arrow-list-black.svg) center center no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  background-size: 65%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header__category-list > ul > li:has(ul.header__category-sub-menu) > a.active {
  background: rgba(39, 175, 201, 0.3);
}
.header__category-list > ul > li:has(ul.header__category-sub-menu) > a.active::after {
  background: #27AFC9 url(../assets/images/icons/arrow-list-white.svg) center center no-repeat;
  background-size: 65%;
}
.header__category-list > ul > li > a {
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  color: #333333;
  text-decoration: none;
  border-radius: 5px;
  padding: 15px 45px 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
}
.header__category-list > ul > li > a:hover {
  background: rgba(39, 175, 201, 0.3);
}
.header__category-list > ul > li > a:hover::after {
  background: #27AFC9 url(../assets/images/icons/arrow-list-white.svg) center center no-repeat;
  background-size: 65%;
}
.header__category-link a {
  padding: 0 0 0 40px;
  font-weight: 600;
  font-size: 15px;
  line-height: 110%;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #27AFC9;
}
.header__category-link a:hover {
  color: #F3A527;
}
.header__nav nav ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.header__nav nav ul li {
  list-style: none;
}
.header__nav nav ul li a {
  text-decoration: none;
  color: #333333;
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header__nav nav ul li a:hover {
  color: #27AFC9;
}
.header__nav-toogle {
  display: none;
}
.header__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.header__wischlist, .header__basket, .header__account {
  position: relative;
}
.header__wischlist > a, .header__basket > a, .header__account > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
}
.header__wischlist > a:hover, .header__basket > a:hover, .header__account > a:hover {
  color: #27AFC9;
}
.header__wischlist .control__number, .header__wischlist .control__number-wish, .header__basket .control__number, .header__basket .control__number-wish, .header__account .control__number, .header__account .control__number-wish {
  border-radius: 50%;
  background: #27AFC9;
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 10px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 20%;
}
.header__wischlist .wischlist__list, .header__wischlist .basket__list, .header__basket .wischlist__list, .header__basket .basket__list, .header__account .wischlist__list, .header__account .basket__list {
  position: absolute;
  top: 50px;
  left: -215px;
  width: 300px;
  border-radius: 10px;
  padding: 15px 10px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
}
.header__wischlist .wischlist__list.open, .header__wischlist .basket__list.open, .header__basket .wischlist__list.open, .header__basket .basket__list.open, .header__account .wischlist__list.open, .header__account .basket__list.open {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.header__wischlist .wischlist__items, .header__wischlist .basket__items, .header__basket .wischlist__items, .header__basket .basket__items, .header__account .wischlist__items, .header__account .basket__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #F4F4F4;
}
.header__wischlist .wischlist__item, .header__wischlist .basket__item, .header__basket .wischlist__item, .header__basket .basket__item, .header__account .wischlist__item, .header__account .basket__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header__wischlist .wischlist__img, .header__wischlist .basket__img, .header__basket .wischlist__img, .header__basket .basket__img, .header__account .wischlist__img, .header__account .basket__img {
  max-width: 50px;
}
.header__wischlist .wischlist__img img, .header__wischlist .basket__img img, .header__basket .wischlist__img img, .header__basket .basket__img img, .header__account .wischlist__img img, .header__account .basket__img img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.header__wischlist .wischlist__info, .header__wischlist .basket__info, .header__basket .wischlist__info, .header__basket .basket__info, .header__account .wischlist__info, .header__account .basket__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  max-width: 90%;
  width: 100%;
}
.header__wischlist .wischlist__title, .header__wischlist .basket__title, .header__basket .wischlist__title, .header__basket .basket__title, .header__account .wischlist__title, .header__account .basket__title {
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #333333;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header__wischlist .wischlist__title:hover, .header__wischlist .basket__title:hover, .header__basket .wischlist__title:hover, .header__basket .basket__title:hover, .header__account .wischlist__title:hover, .header__account .basket__title:hover {
  color: #27AFC9;
}
.header__wischlist .wischlist__price span, .header__wischlist .basket__price span, .header__basket .wischlist__price span, .header__basket .basket__price span, .header__account .wischlist__price span, .header__account .basket__price span {
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
}
.header__wischlist .wischlist__link a, .header__wischlist .basket__link a, .header__basket .wischlist__link a, .header__basket .basket__link a, .header__account .wischlist__link a, .header__account .basket__link a {
  border-radius: 1000px;
  padding: 10px 20px;
  background: #27AFC9;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 183%;
  text-align: center;
  color: #FFFFFF;
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header__wischlist .wischlist__link a:hover, .header__wischlist .basket__link a:hover, .header__basket .wischlist__link a:hover, .header__basket .basket__link a:hover, .header__account .wischlist__link a:hover, .header__account .basket__link a:hover {
  background: #F3A527;
}
.header__wischlist .wischlist__del span, .header__wischlist .basket__del span, .header__basket .wischlist__del span, .header__basket .basket__del span, .header__account .wischlist__del span, .header__account .basket__del span {
  display: block;
  max-width: 15px;
  cursor: pointer;
}
.header__wischlist .wischlist__del span img, .header__wischlist .basket__del span img, .header__basket .wischlist__del span img, .header__basket .basket__del span img, .header__account .wischlist__del span img, .header__account .basket__del span img {
  max-width: 100%;
  width: 100%;
}
.header__account a.authorized img {
  width: 36px;
}
.header__account a.authorized span {
  display: none;
}

.hero {
  max-width: 1832px;
  margin: 0 auto 20px;
}
.hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.hero__title {
  max-width: 100%;
  width: 100%;
  border-radius: 20px;
  background: #F4F4F4;
  padding: 40px 0 60px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero__title h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  font-family: "Bounded", sans-serif;
  max-width: 765px;
  margin: 0 0 84px;
}
.hero__title h1 span {
  color: #F3A527;
}
.hero__title ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.hero__title ul li {
  list-style: disc;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  margin: 0 0 10px;
}
.hero__title ul li:last-child {
  margin: 0;
}
.hero__pday {
  max-width: 43%;
  width: 100%;
  border-radius: 20px;
  background: #F4F4F4;
  padding: 40px 288px 40px 106px;
  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;
}
.hero__timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin: 0 0 25px;
}
.hero__timer-title h2 {
  font-family: "Bounded", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  margin: 0;
}
.hero__slider {
  max-width: 400px;
}
.hero__slider .slick-arrow {
  position: absolute;
  top: 50%;
  text-indent: -99999px;
  border: none;
  background: url(../assets/images/icons/arrow-nav.svg) center center no-repeat;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.hero__slider .slick-prev {
  left: -40px;
}
.hero__slider .slick-next {
  right: -40px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.hero__slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  position: relative;
  gap: 15px;
}
.hero__shield {
  border-radius: 1000px;
  padding: 5px 15px;
  background: #F3A527;
  font-weight: 600;
  font-size: 13px;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
}
.hero__img {
  max-width: 300px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 200px;
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
}
.hero__img img {
  max-width: 100%;
  height: 200px;
}
.hero__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.hero__info a:first-child {
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  color: #333333;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.hero__info a:first-child:hover {
  color: #27AFC9;
}
.hero__basket {
  border-radius: 1000px;
  padding: 5px 25px 5px 63px;
  background: #F3A527;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 183%;
  text-align: center;
  color: #FFFFFF;
  max-width: 162px;
  margin: 0 auto;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
}
.hero__basket::before {
  content: '';
  width: 24px !important;
  height: 24px !important;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../assets/images/icons/basket-white.svg) center center no-repeat !important;
}
.hero__basket:hover {
  background: #27AFC9;
}

.timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 11px;
}
.timer > div {
  border-radius: 5px;
  width: 40px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  position: relative;
}
.timer > div:last-child::after {
  content: none;
}
.timer > div::after {
  content: ':';
  position: absolute;
  right: -7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
}
.timer > div > div {
  font-family: "AR_ZOZH", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  color: #F3A527;
}

.search {
  max-width: 1832px;
  border-radius: 20px;
  padding: 40px 0;
  background: #F4F4F4;
  margin: 0 auto 20px;
}
.search__wrapper {
  max-width: 900px;
  margin: 0 auto;
  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;
  gap: 20px;
}
.search__title span {
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  margin: 0;
}
.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.search-form__error {
  font-size: 15px;
  line-height: 133%;
  text-align: center;
  color: #c9272a;
  border-radius: 5px;
  padding: 10px;
  background: #FFFFFF;
  max-width: 500px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 20%;
  margin: 5px 0 0 0;
  display: none;
}
.search-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  border-radius: 10000px;
  background: #FFFFFF;
  width: 75%;
  position: relative;
  border: 1px solid transparent;
}
.search-form__row.invalid {
  border: 1px solid #c9272a;
}
.search-form__select {
  position: relative;
  width: 263px;
}
.search-form__select-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  width: 100%;
  max-width: 263px;
  min-width: 0;
  height: 48px;
  padding: 15px 25px 15px 30px;
  border: 1px solid #FFFFFF;
  border-radius: 1000px;
  background-color: #333;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.search-form__select-trigger .search-form__select-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.search-form__select-trigger .search-form__select-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10px;
  height: 7px;
  background: url(../assets/images/icons/arrow-white.svg) center center no-repeat;
  background-size: contain;
}
.search-form__select-options {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  border-radius: 10px;
  overflow-y: auto;
  max-height: 430px;
  z-index: 10;
  opacity: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  visibility: hidden;
  height: auto;
  -webkit-box-shadow: 4px 4px 39px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 39px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.search-form__select-options-item {
  padding: 12px 16px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.search-form__select-options-item:hover {
  color: #27AFC9;
}
.search-form__select-options::-webkit-scrollbar {
  width: 20px;
}
.search-form__select-options::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.search-form__select-options::-webkit-scrollbar-thumb {
  background-color: #27AFC9;
  border-radius: 4px;
  border: 9px solid transparent;
  background-clip: content-box;
}
.search-form__select-options::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
}
.search-form__select-options--open {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.search-form__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search-form__input input {
  font-weight: 400;
  font-size: 15px;
  color: #656565;
  border: none;
  height: 100%;
  width: 100%;
  border-radius: 1000px;
}
.search-form__input input:focus {
  outline: none;
}
.search-form__error-message {
  margin-top: 4px;
  color: #ff4d4f;
  font-size: 12px;
  display: none;
}
.search-form__button {
  width: 25%;
  height: -webkit-fill-available;
  background-color: #27AFC9;
  border: none;
  border-radius: 1000px;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: -webkit-transition;
  transition: -webkit-transition;
  transition: transition;
  transition: transition, -webkit-transition;
}
.search-form__button:hover {
  background-color: #F3A527;
}
.search__help {
  width: 100%;
  padding: 0 0 0 50px;
}
.search__help p {
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  text-align: left;
  color: #656565;
  margin: 0;
}

.cats__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.cats__item {
  max-width: calc(25% - 15px);
  width: 100%;
  border-radius: 20px;
  padding: 20px;
  background: #F4F4F4;
  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;
  gap: 20px;
  text-decoration: none;
  color: #333333;
}
.cats__img {
  height: 100%;
  max-height: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cats__info h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0 0 10px;
}
.cats__info p {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
  margin: 0;
}

.advantages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.advantages__item {
  max-width: calc(25% - 23px);
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
.advantages__img {
  border-radius: 5px;
  width: 75px;
  height: 75px;
  background: #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advantages__info p {
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  margin: 0 0 10px;
}
.advantages__info p span {
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
}
.advantages__info p:last-child {
  margin: 0;
}
.advantages__price {
  margin: 20px 0 0 0;
  border-radius: 20px;
  padding: 20px;
  background: #F4F4F4;
  padding: 40px 30px;
}
.advantages__price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.advantages__price-info {
  max-width: 50%;
  width: 100%;
}
.advantages__price-img {
  max-width: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advantages__price-info p {
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  margin: 0 0 30px;
}
.advantages__price-info p strong {
  font-weight: 700;
  font-size: 26px;
  line-height: 130%;
}
.advantages__price-info p a {
  color: #27AFC9;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.advantages__price-info p a:hover {
  color: #F3A527;
}
.advantages__price-info p:last-child {
  margin: 0;
}
.advantages__price-info ul {
  margin: 0 0 30px;
  padding: 0 0 0 20px;
}
.advantages__price-info ul li {
  list-style: disc;
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  margin: 0 0 15px;
}
.advantages__price-info ul li:last-child {
  margin: 0;
}

.brands {
  max-width: 1700px;
  border-radius: 20px;
  padding: 60px 0px;
  background: #F4F4F4;
  margin: 0 auto;
}
.brands__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 30px;
}
.brands__item {
  max-width: 16.666%;
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.brands__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.brands__button a {
  border-radius: 1000px;
  padding: 17px 60px;
  background: #27AFC9;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  margin: 0 auto;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.brands__button a:hover {
  background: #F3A527;
}

.carts__items {
  margin: 0 -10px;
}
.carts__items .slick-arrow {
  position: absolute;
  top: 50%;
  text-indent: -99999px;
  border: none;
  background: url(../assets/images/icons/arrow-nav.svg) center center no-repeat;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.carts__items .slick-prev {
  left: -40px;
}
.carts__items .slick-next {
  right: -40px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.carts__items.slick-slider {
  overflow: hidden;
  position: relative;
}
.carts__items.slick-slider .slick-list {
  overflow: hidden;
  position: relative;
}
.carts__items.slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.carts__items.slick-slider .slick-slide {
  height: auto;
  float: none;
}
.carts__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.carts__img {
  height: 175px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.carts__img img {
  max-width: 100%;
  height: 175px;
}
.carts__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.carts__available {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: left;
  color: #F3A527;
}
.carts__available.nostock {
  color: #333333;
}
.carts__available.onbackorder {
  color: #ed1c24;
}
.carts__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #333333;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.carts__title:hover {
  color: #27AFC9;
}
.carts__specs {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.carts__specs ul {
  padding: 0;
  margin: 0;
}
.carts__specs ul li {
  list-style: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  margin: 0 0 5px;
}
.carts__specs ul li:last-child {
  margin: 0;
}
.carts__specs ul li span {
  color: #656565;
}
.carts__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.carts__price {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
}
.carts__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.carts__wischlist {
  border-radius: 10px;
  padding: 20px;
  width: 36px;
  height: 36px;
  background: #F4F4F4;
  position: relative;
  cursor: pointer;
}
.carts__wischlist:hover::before {
  background: url(../assets/images/icons/heart-full.svg) center center no-repeat;
}
.carts__wischlist::before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../assets/images/icons/heart.svg) center center no-repeat;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.carts__basket {
  border-radius: 1000px;
  padding: 5px 38px 5px 20px;
  background: #27AFC9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.carts__basket span {
  font-weight: 500;
  font-size: 14px;
  line-height: 183%;
  text-align: center;
  color: #FFFFFF;
}
.carts__basket:hover {
  background: #F3A527;
}
.carts__basket::before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../assets/images/icons/pluse.svg) center center no-repeat;
}
.carts-more__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.carts-more__item {
  max-width: calc(33.333% - 20px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  border-radius: 20px;
  padding: 20px;
  background: #F4F4F4;
}
.carts-more__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  padding: 5px;
  background: #FFFFFF;
  max-width: 155px;
}
.carts-more__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;
}
.carts-more__title span {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.02em;
  margin: 0 0 20px;
}
.carts-more__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.carts-more__category {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.02em;
}
.carts-more__link a {
  display: block;
  border-radius: 10px;
  width: 36px;
  height: 36px;
  background: #FFFFFF;
  position: relative;
}
.carts-more__link a:hover::before {
  background: url(../assets/images/icons/arrow-blue.svg) center center no-repeat;
}
.carts-more__link a:before {
  content: '';
  width: 20px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../assets/images/icons/arrow-black.svg) center center no-repeat;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.btn-buy.active {
  background: #F3A527;
}
.btn-buy.active::before {
  background: url(../assets/images/icons/arrow-list-white.svg) center center no-repeat;
  background-size: contain;
  width: 17px;
  height: 12px;
  right: 15px;
}
.btn-wischlist.active::before {
  background: url(../assets/images/icons/heart-full.svg) center center no-repeat !important;
}

.content__wrapper h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.content__wrapper h2 span {
  color: #F3A527;
}
.content__wrapper h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  margin: 0 0 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.content__wrapper p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  margin: 0 0 15px;
}
.content__wrapper p a {
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #27AFC9;
}
.content__wrapper p a:hover {
  color: #F3A527;
}
.content__wrapper p:last-child {
  margin: 0;
}
.content__wrapper ul {
  margin: 0 0 20px;
  padding: 0 0 0 25px;
}
.content__wrapper ul li {
  list-style: disc;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  margin: 0 0 20px;
}
.content__wrapper ul li:last-child {
  margin: 0;
}
.content__wrapper ol {
  margin: 0 0 20px;
  padding: 0 0 0 25px;
}
.content__wrapper ol li {
  list-style: decimal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  margin: 0 0 20px;
}
.content__wrapper ol li:last-child {
  margin: 0;
}
.content__wrapper img {
  border-radius: 20px;
  margin: 0 0 20px;
}
.content__wrapper figcaption {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  margin: 0 0 20px;
}
.content__tables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content__tables table {
  max-width: 50%;
  width: 100%;
  border-collapse: collapse;
}
.content__tables table tr:first-child {
  border-bottom: 1px solid #cfcfcf;
}
.content__tables table tr td, .content__tables table tr td {
  width: 50%;
}
.content__tables table tr th {
  padding: 25px 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  text-align: left;
}
.content__tables table tr td {
  padding: 20px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}

.banner {
  max-width: 1700px;
  margin: 0 auto;
  background: linear-gradient(137deg, #f3a527 0%, #e58e01 100%);
  border-radius: 20px;
  padding: 60px 145px;
  position: relative;
}
.banner::after {
  content: '';
  width: 673px;
  height: 359px;
  position: absolute;
  right: 148px;
  top: 0;
  background: url(../assets/images/banner/img.png) center center no-repeat;
}
.banner__info {
  max-width: 770px;
}
.banner__info h2 {
  font-family: "Bounded", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 15px;
}
.banner__info p {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  margin: 0 auto 30px;
  max-width: 540px;
}
.banner__info a {
  border-radius: 1000px;
  padding: 17px 60px;
  background: #27AFC9;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 230px;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border: 1px solid #27AFC9;
}
.banner__info a:hover {
  background: #F3A527;
}

.faq__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.faq__col {
  max-width: calc(50% - 30px);
  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;
  gap: 15px;
}
.faq__question {
  position: relative;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background: #F4F4F4;
  border-radius: 20px;
  padding: 30px 60px 30px 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.02em;
  margin: 0 0 5px;
}
.faq__question::after {
  content: '';
  position: absolute;
  width: 21px;
  height: 12px;
  right: 30px;
  top: 43%;
  background: url(../assets/images/icons/arrow-list.svg) center center no-repeat;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.faq__row--active .faq__question::after {
  background: url(../assets/images/icons/arrow-list-active.svg) center center no-repeat;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.faq__answer {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform-origin: top;
          transform-origin: top;
  border-radius: 20px;
  background: #F4F4F4;
  height: 0;
  padding: 0;
}
.faq__answer p {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.02em;
  margin: 0 0 15px;
}
.faq__answer p:last-child {
  margin: 0;
}
.faq__row--active .faq__answer {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 30px;
}

.footer {
  border-radius: 20px 20px 0 0;
  padding: 40px 20px;
  background: #333333;
  z-index: 2;
  position: relative;
}
.footer__wrapper {
  max-width: 1700px;
  margin: 0 auto;
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 40px;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 170px;
  padding: 0 0 40px;
  border-bottom: 1px solid #656565;
}
.footer__title span {
  display: block;
  font-family: "Bounded", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #EAEAEA;
  margin: 0 0 15px;
}
.footer__nav ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 30px;
  max-height: 240px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__nav ul li {
  list-style: none;
  max-width: 240px;
}
.footer__nav ul li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #EAEAEA;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.footer__nav ul li a:hover {
  color: #F3A527;
}
.footer__contacts {
  max-width: 420px;
}
.footer__address {
  margin: 0 0 15px;
  padding: 0 0 0 30px;
}
.footer__address span {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
  position: relative;
}
.footer__address span::before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../assets/images/icons/address.svg) center center no-repeat;
}
.footer__time {
  margin: 0 0 15px;
  padding: 0 0 0 30px;
}
.footer__time span {
  max-width: 171px;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
  position: relative;
}
.footer__time span::before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../assets/images/icons/time.svg) center center no-repeat;
}
.footer__email {
  margin: 0 0 15px;
  padding: 0 0 0 30px;
}
.footer__email a {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.footer__email a:hover {
  color: #F3A527;
}
.footer__email a::before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../assets/images/icons/email.svg) center center no-repeat;
}
.footer__phone {
  margin: 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
.footer__phone a {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  padding: 0 0 0 30px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.footer__phone a:hover {
  color: #F3A527;
}
.footer__phone a::before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../assets/images/icons/phone.svg) center center no-repeat;
}
.footer__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer__soc a {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.footer__soc a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.footer__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  padding: 40px;
  border-bottom: 1px solid #656565;
}
.footer__sub-title {
  max-width: 405px;
}
.footer__sub-title span {
  display: block;
  font-family: "Bounded", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 130%;
  text-transform: uppercase;
  color: #F3A527;
  margin: 0;
}
.footer__sub form {
  width: 100%;
}
.footer__sub-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  width: 100%;
}
.footer__sub-form input[type="email"] {
  background: none;
  border: none;
  border-bottom: 1px solid #656565;
  padding: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #656565;
  max-width: 300px;
  width: 100%;
}
.footer__sub-form input[type="email"]:focus {
  outline: none;
}
.footer__sub-checkbox {
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 0.5vw;
  cursor: pointer;
  width: 18px;
  height: 18px;
}
.footer__sub-checkbox + label::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 1px solid #eaeaea;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  margin-right: 5px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  position: relative;
  top: 0.2vw;
}
.footer__sub-checkbox:checked + label::before {
  background: url(../assets/images/icons/check-blue.svg) center center no-repeat;
  background-size: 80%;
}
.footer__sub .wpcf7 {
  width: 100%;
}
.footer__sub-agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  max-width: 360px;
  position: relative;
}
.footer__sub-agreement label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 1px solid #EAEAEA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  margin-right: 5px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  position: relative;
  top: 0.2vw;
}
.footer__sub-agreement p {
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #EAEAEA;
  margin: 0;
}
.footer__sub-agreement p a {
  color: #EAEAEA;
  text-decoration: underline;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.footer__sub-agreement p a:hover {
  color: #F3A527;
}
.footer__sub input[type="submit"] {
  border-radius: 1000px;
  padding: 17px 0;
  background: #27AFC9;
  font-weight: 600;
  font-size: 15px;
  line-height: 171%;
  text-align: center;
  color: #FFFFFF;
  border: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  cursor: pointer;
  max-width: 200px;
  width: 100%;
}
.footer__sub input[type="submit"]:hover {
  background: #F3A527;
}
.footer__bottom {
  padding: 40px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__copyright span {
  font-weight: 400;
  font-size: 14px;
  color: #EAEAEA;
}
.footer__page a {
  font-weight: 400;
  font-size: 14px;
  color: #EAEAEA;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.footer__page a:hover {
  color: #F3A527;
}
.footer__pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.footer__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}

.reviews__slider {
  margin: 0 -10px 30px;
}
.reviews__slider .slick-arrow {
  position: absolute;
  top: -4vw;
  right: 0;
  text-indent: -99999px;
  border: none;
  background: #F4F4F4;
  border-radius: 11px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding: 0;
}
.reviews__slider .slick-arrow::before {
  content: '';
  width: 21px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../assets/images/icons/arrow-black.svg) center center no-repeat;
}
.reviews__slider .slick-prev {
  right: 4vw;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.reviews__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.reviews__slider .slick-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews__slider .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.reviews__slide {
  border-radius: 20px;
  padding: 20px;
  background: #F4F4F4;
  margin: 0 10px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 20px;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.reviews__info {
  border-radius: 10px;
  padding: 10px;
  background: #FFFFFF;
  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-negative: 0;
      flex-shrink: 0;
}
.reviews__title {
  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;
  margin: 0 0 20px;
}
.reviews__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
}
.reviews__date {
  font-weight: 400;
  font-size: 13px;
  line-height: 130%;
  color: #656565;
}
.reviews__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  margin: 0 0 10px;
}
.reviews__product {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.reviews__product a {
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #333333;
}
.reviews__product a:hover {
  color: #F3A527;
}
.reviews__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reviews__text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  margin: 0;
}
.reviews__text p a {
  color: #F3A527;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.reviews__text p a:hover {
  color: #27AFC9;
}
.reviews__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reviews__link a {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #333333;
  position: relative;
  padding: 0 45px 0 0;
}
.reviews__link a:hover {
  color: #27AFC9;
}
.reviews__link a:hover::after {
  background: #F4F4F4 url(../assets/images/icons/arrow-blue.svg) center center no-repeat;
}
.reviews__link a::after {
  content: '';
  width: 35px;
  height: 35px;
  border-radius: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F4F4F4 url(../assets/images/icons/arrow-black.svg) center center no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.breadcrumps {
  margin: 0 0 25px;
}
.breadcrumps__wrapper ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumps__wrapper ul li {
  list-style: none;
  position: relative;
}
.breadcrumps__wrapper ul li:after {
  content: '>';
  font-size: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -14px;
}
.breadcrumps__wrapper ul li:last-child::after {
  content: none;
}
.breadcrumps__wrapper ul li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #333333;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.breadcrumps__wrapper ul li a:hover {
  color: #27AFC9;
}
.breadcrumps__wrapper ul li a.active {
  font-weight: 600;
  cursor: default;
  pointer-events: none;
}

.more-buttons__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.more-buttons__item {
  max-width: calc(50% - 13px);
  width: 100%;
  border-radius: 20px;
  padding: 30px;
  background: #F4F4F4;
  position: relative;
}
.more-buttons__item:first-child .more-buttons__img {
  right: -5%;
  top: -20%;
}
.more-buttons__item:nth-child(2) .more-buttons__img {
  right: -10%;
  top: -10%;
}
.more-buttons__info {
  max-width: 385px;
}
.more-buttons__info p {
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  margin: 0 0 20px;
}
.more-buttons__info p span {
  font-family: "Bounded", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
  text-transform: uppercase;
}
.more-buttons__info a {
  border-radius: 1000px;
  padding: 10px 20px;
  background: #F3A527;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 155px;
  width: 100%;
  margin: 40px 0 0;
}
.more-buttons__info a:hover {
  background: #27AFC9;
}
.more-buttons__img {
  position: absolute;
}

.products__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  position: relative;
}
.products__filter {
  border-radius: 20px;
  padding: 20px;
  background: #F4F4F4;
  width: 315px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
.products__filter > span {
  font-weight: 700;
  font-size: 24px;
  line-height: 117%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.products__filter > span::before {
  content: '';
  width: 31px;
  height: 31px;
  border-radius: 8px;
  padding: 7px;
  background: #FFFFFF url(../assets/images/icons/filter.svg) center center no-repeat;
}
.products__filter-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.products__filter .filter-statuses label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 183%;
}
.products__filter .filter-statuses label:last-child {
  margin: 0;
}
.products__filter .filter-statuses label input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #333333;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.products__filter .filter-statuses label input[type="checkbox"]:checked {
  border-color: #27AFC9;
}
.products__filter .filter-statuses label input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #27AFC9;
  background: url(../assets/images/icons/check-blue.svg) center center no-repeat;
  background-size: contain;
}
.products__filter .price-filter > label {
  display: block;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
  margin-bottom: 5px;
}
.products__filter .price-filter .price-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.products__filter .price-filter .price-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  padding: 10px 10px;
  background: #FFFFFF;
}
.products__filter .price-filter .price-field .price-label {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.01em;
}
.products__filter .price-filter .price-field input {
  width: 80px;
  border: none;
  outline: none;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.01em;
  color: #838383;
  text-align: center;
  text-align: center;
  background: transparent;
}
.products__filter .price-filter .price-field input::-webkit-input-placeholder {
  font-size: 15px;
  color: #838383;
}
.products__filter .price-filter .price-field input:-ms-input-placeholder {
  font-size: 15px;
  color: #838383;
}
.products__filter .price-filter .price-field input::-ms-input-placeholder {
  font-size: 15px;
  color: #838383;
}
.products__filter .price-filter .price-field input::placeholder {
  font-size: 15px;
  color: #838383;
}
.products__filter .price-filter .price-field .currency {
  font-size: 15px;
}
.products__filter .filter-category .filter-category-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
}
.products__filter .filter-category .filter-category-header::before {
  content: "";
  width: 12px;
  height: 7px;
  background: url(../assets/images/icons/arrow-list.svg) center center no-repeat;
  background-size: contain;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.products__filter .filter-category .filter-category-header.active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.products__filter .filter-category .filter-category-body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
.products__filter .filter-category .filter-category-body.active {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
.products__filter .filter-category .filter-category-body label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 8px 0;
  cursor: pointer;
}
.products__filter .filter-category .filter-category-body label input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #333333;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.products__filter .filter-category .filter-category-body label input[type="checkbox"]:checked {
  border-color: #27AFC9;
}
.products__filter .filter-category .filter-category-body label input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #27AFC9;
  background: url(../assets/images/icons/check-blue.svg) center center no-repeat;
  background-size: contain;
}
.products__filter .filter-category .filter-category-body .hidden-checkbox {
  display: none;
}
.products__filter .filter-category .filter-category-body .show-more {
  display: none;
  color: #27AFC9;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: -0.03em;
  cursor: pointer;
  margin-top: 10px;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.products__filter .filter-category .filter-category-body .show-more:hover {
  color: #F3A527;
}
.products__filter .filter-category .filter-category-body.show-all .hidden-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products__filter .filter-category .filter-category-body.show-all .show-more {
  display: block;
}
.products__filter .filter-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.products__filter .filter-actions .btn {
  border-radius: 1000px;
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border: none;
  max-width: calc(50% - 13px);
  width: 100%;
}
.products__filter .filter-actions .btn-apply {
  background-color: #27AFC9;
  color: #FFFFFF;
}
.products__filter .filter-actions .btn-apply:hover {
  background-color: #F3A527;
}
.products__filter .filter-actions .btn-reset {
  background-color: #27AFC9;
  color: #FFFFFF;
}
.products__filter .filter-actions .btn-reset:hover {
  background-color: #F3A527;
}
.products__filter .filter-actions .btn-reset.disabled {
  border: 1px solid #cfcfcf;
  background: transparent;
  color: #cfcfcf;
  cursor: default;
  pointer-events: none;
}
.products__carts {
  width: 100%;
}
.products__carts-controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 30px;
}
.products__carts--columns .carts__img {
  max-width: 250px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.products__carts--columns .carts__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: 0;
}
.products__carts--columns .carts__item {
  max-width: calc(33.333% - 14px);
  width: 100%;
  margin: 0;
}
.products__carts--columns .carts__basket {
  padding: 5px 20px 5px 20px;
}
.products__carts--columns .carts__basket::before {
  content: none;
}
.products__carts--list .carts__img {
  max-width: 200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products__carts--list .carts__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin: 0;
}
.products__carts--list .carts__item {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 40px;
  margin: 0;
}
.products__carts--list .carts__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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 18px;
  max-width: 191px;
  width: 100%;
}
.products__carts--list .carts__basket {
  padding: 5px 15px 5px 15px;
}
.products__carts--list .carts__basket::before {
  content: none;
}
.products__carts--list .carts__title {
  min-height: auto;
}
.products__carts--list .carts__info {
  width: 56%;
}
.products__change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.products__change a {
  width: 30px;
  height: 30px;
  position: relative;
}
.products__change-list {
  background: url(../assets/images/icons/list.svg) center center no-repeat;
  background-size: contain;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.products__change-list.active {
  background: url(../assets/images/icons/list-active.svg) center center no-repeat;
  background-size: contain;
}
.products__change-list:hover {
  background: url(../assets/images/icons/list-active.svg) center center no-repeat;
  background-size: contain;
}
.products__change-columns {
  background: url(../assets/images/icons/columns.svg) center center no-repeat;
  background-size: contain;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.products__change-columns.active {
  background: url(../assets/images/icons/columns-active.svg) center center no-repeat;
  background-size: contain;
}
.products__change-columns:hover {
  background: url(../assets/images/icons/columns-active.svg) center center no-repeat;
  background-size: contain;
}

.custom-select {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  font-size: 14px;
  color: #333333;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.custom-select:hover {
  color: #333;
}
.custom-select.open .select-options {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.custom-select .select-label {
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
}
.custom-select .select-value {
  font-weight: 600;
  font-size: 15px;
  line-height: 130%;
}
.custom-select .select-arrow {
  display: block;
  width: 8px;
  height: 8px;
}
.custom-select .select-arrow::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../assets/images/icons/arrow-list.svg) center center no-repeat;
  background-size: contain;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.custom-select.open .select-arrow::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.custom-select .select-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  border-radius: 6px;
  -webkit-box-shadow: 4px 4px 39px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 39px 0 rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  visibility: hidden;
  height: auto;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-radius: 5px;
  overflow: hidden;
}
.custom-select .select-options li {
  padding: 8px 16px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.custom-select .select-options li:hover {
  background: #27AFC9;
  color: #FFFFFF;
}
.custom-select .select-options li.selected {
  background: #27AFC9;
  color: #FFFFFF;
  font-weight: 600;
}

.page-iternal .title h1, .page-iternal .title h2, .page-category .title h1, .page-category .title h2, .page-sub-category .title h1, .page-sub-category .title h2 {
  max-width: 100%;
}
.page-iternal .advantages__items, .page-category .advantages__items, .page-sub-category .advantages__items {
  gap: 40px;
}
.page-iternal .advantages__item, .page-category .advantages__item, .page-sub-category .advantages__item {
  max-width: calc(33.333% - 27px);
}

.page-iternal .content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
.page-iternal .content__wrapper h2 {
  text-transform: inherit;
  margin: 50px 0 20px;
}
.page-iternal .content__wrapper table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 20px;
}
.page-iternal .content__wrapper table tr {
  border-bottom: 1px solid #cfcfcf;
}
.page-iternal .content__wrapper table tr td {
  padding: 15px 0;
  font-size: 18px;
  line-height: 130%;
  border: none;
}
.page-iternal .content__wrapper table tr:last-child {
  border: none;
}
.page-iternal .content__wrapper blockquote {
  margin: 0 0 20px;
  position: relative;
  padding: 20px 20px 20px 78px;
  border-radius: 20px;
}
.page-iternal .content__inner {
  max-width: 1050px;
  width: 100%;
}
.page-iternal .content__banner {
  max-width: 315px;
  border-radius: 20px;
  padding: 200px 30px 30px;
  position: relative;
  background: #F4F4F4;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
.page-iternal .content__banner-img {
  position: absolute;
  top: -8.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-iternal .content__banner-title p {
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  text-align: center;
  margin: 0 0 20px;
}
.page-iternal .content__banner-title p span {
  font-family: "Bounded", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 130%;
  text-align: center;
}
.page-iternal .content__banner-title p:last-child {
  margin: 0 0 40px;
}
.page-iternal .content__banner-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-iternal .content__banner-link a {
  border-radius: 1000px;
  padding: 10px 20px;
  background: #F3A527;
  font-weight: 600;
  font-size: 15px;
  line-height: 171%;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.page-iternal .content__banner-link a:hover {
  background: #27AFC9;
}
.page-iternal .quote__orange {
  background: rgba(243, 165, 39, 0.1);
}
.page-iternal .quote__orange::before {
  content: '';
  width: 34px;
  height: 34px;
  position: absolute;
  top: 15px;
  left: 20px;
  background: url(../assets/images/icons/attention.svg) center center no-repeat;
  background-size: contain;
}
.page-iternal .pay__wrapper p {
  font-size: 18px;
  line-height: 130%;
  margin: 0 0 20px;
}
.page-iternal .pay__wrapper h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 130%;
  margin: 0 0 20px;
}
.page-iternal .pay__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 50px;
}
.page-iternal .pay__item {
  max-width: calc(25% - 10px);
  width: 100%;
  border-radius: 20px;
  background: #F4F4F4;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-iternal .pay__item span {
  font-family: "AR_ZOZH", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
}
.page-iternal .sert .title h2 {
  text-transform: uppercase;
}
.page-iternal .sert__slider .slick-arrow {
  position: absolute;
  top: -16%;
  right: 0;
  text-indent: -99999px;
  border: none;
  background: #F4F4F4;
  border-radius: 11px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding: 0;
}
.page-iternal .sert__slider .slick-arrow::before {
  content: '';
  width: 21px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../assets/images/icons/arrow-black.svg) center center no-repeat;
}
.page-iternal .sert__slider .slick-prev {
  right: 4vw;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-iternal .sert__slide {
  margin: 0 10px;
}
.page-iternal .sert__slide img {
  margin: 0;
}

.page-order .basket__summary {
  display: block !important;
}

.page-cart .title h1, .page-cart .title h2, .page-reviews .title h1, .page-reviews .title h2 {
  max-width: 100%;
}
.page-cart.cart-not-available .cart-fixed, .page-reviews.cart-not-available .cart-fixed {
  display: none;
}
.page-cart.cart-not-available .cart__article span.cart__shield, .page-reviews.cart-not-available .cart__article span.cart__shield {
  background: #656565;
}
.page-cart.cart-sub-order .cart__article span.cart__shield, .page-reviews.cart-sub-order .cart__article span.cart__shield {
  background: #ed1c24;
}
.page-cart .subscription__title h2, .page-reviews .subscription__title h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  text-align: center;
  margin: 0 0 20px;
}
.page-cart .subscription__form, .page-reviews .subscription__form {
  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;
  gap: 20px;
}
.page-cart .subscription__field, .page-reviews .subscription__field {
  width: 100%;
}
.page-cart .subscription__input, .page-reviews .subscription__input {
  width: 100%;
  border-radius: 5px;
  padding: 20px;
  border: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #333333;
  border: 1px solid transparent;
}
.page-cart .subscription__input.invalid, .page-reviews .subscription__input.invalid {
  border-color: #ed1c24;
}
.page-cart .subscription__input::-webkit-input-placeholder, .page-reviews .subscription__input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #333333;
}
.page-cart .subscription__input:-ms-input-placeholder, .page-reviews .subscription__input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #333333;
}
.page-cart .subscription__input::-ms-input-placeholder, .page-reviews .subscription__input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #333333;
}
.page-cart .subscription__input::placeholder, .page-reviews .subscription__input::placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #333333;
}
.page-cart .subscription__input:focus, .page-reviews .subscription__input:focus {
  outline: none;
  border-color: #27AFC9;
}
.page-cart .subscription__error, .page-reviews .subscription__error {
  color: #ed1c24;
  font-weight: 400;
  font-size: 13px;
  line-height: 154%;
  display: none;
}
.page-cart .subscription__button, .page-reviews .subscription__button {
  border: none;
  border-radius: 1000px;
  padding: 12px 20px;
  background: #27AFC9;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.page-cart .subscription__button:hover, .page-reviews .subscription__button:hover {
  background: #F3A527;
}
.page-cart .cart-fixed, .page-reviews .cart-fixed {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  padding: 10px 0;
  background: #F4F4F4;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.page-cart .cart-fixed.active, .page-reviews .cart-fixed.active {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.page-cart .cart-fixed__wrapper, .page-reviews .cart-fixed__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  max-width: 1150px;
  margin: 0 auto;
}
.page-cart .cart-fixed__info, .page-reviews .cart-fixed__info {
  max-width: calc(50% - 25px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.page-cart .cart-fixed__img img, .page-reviews .cart-fixed__img img {
  max-width: 75px;
  height: auto;
}
.page-cart .cart-fixed__title span, .page-reviews .cart-fixed__title span {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
}
.page-cart .cart-fixed__price, .page-reviews .cart-fixed__price {
  max-width: calc(50% - 25px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.page-cart .cart-fixed .price__buttons, .page-reviews .cart-fixed .price__buttons {
  max-width: 300px;
  width: 100%;
}
.page-cart .cart__inner, .page-reviews .cart__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  margin: 0 0 40px;
}
.page-cart .cart__col, .page-reviews .cart__col {
  max-width: calc(33.333% - 20px);
  width: 100%;
}
.page-cart .cart__slider, .page-reviews .cart__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.page-cart .cart__slider-nav, .page-reviews .cart__slider-nav {
  margin: 0 -8px;
}
.page-cart .cart__slider-nav .slick-list, .page-reviews .cart__slider-nav .slick-list {
  padding: 0 !important;
}
.page-cart .cart__slider-nav .slick-slide, .page-reviews .cart__slider-nav .slick-slide {
  max-width: 100px;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  margin: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  overflow: hidden;
}
.page-cart .cart__slider-nav .slick-slide.slick-current, .page-reviews .cart__slider-nav .slick-slide.slick-current {
  border: 1px solid #f3a527;
}
.page-cart .cart__slider-for .slick-slide, .page-reviews .cart__slider-for .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-cart .cart__slider-for .slick-slide img, .page-reviews .cart__slider-for .slick-slide img {
  max-height: 447px;
}
.page-cart .cart__info, .page-reviews .cart__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.page-cart .cart__article-rating, .page-reviews .cart__article-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-cart .cart__article, .page-reviews .cart__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}
.page-cart .cart__article span, .page-reviews .cart__article span {
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #656565;
}
.page-cart .cart__article span.cart__shield, .page-reviews .cart__article span.cart__shield {
  border-radius: 100px;
  padding: 5px 20px;
  background: #F3A527;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #FFFFFF;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page-cart .cart__rating, .page-reviews .cart__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.page-cart .cart__stars, .page-reviews .cart__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3px;
}
.page-cart .cart__reviews a, .page-reviews .cart__reviews a {
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  text-decoration: none;
  color: #27AFC9;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.page-cart .cart__reviews a:hover, .page-reviews .cart__reviews a:hover {
  color: #F3A527;
}
.page-cart .cart__description p, .page-reviews .cart__description p {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  margin: 0 0 15px;
}
.page-cart .cart__description p:last-child, .page-reviews .cart__description p:last-child {
  margin: 0;
}
.page-cart .cart__price, .page-reviews .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;
  gap: 20px;
}
.page-cart .cart__compatibility, .page-reviews .cart__compatibility {
  border-radius: 20px;
  padding: 20px 30px;
  background: #F4F4F4;
  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;
  margin: 0 0 40px;
}
.page-cart .cart__tabs, .page-reviews .cart__tabs {
  border-radius: 20px;
  padding: 30px 60px;
  background: #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: relative;
}
.page-cart .cart__tabs nav, .page-reviews .cart__tabs nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  background: #F4F4F4;
  z-index: 2;
}
.page-cart .cart__tabs nav a, .page-reviews .cart__tabs nav a {
  padding: 16px 26px;
  text-decoration: none;
  font-weight: 500;
  font-size: 22px;
  line-height: 127%;
  text-align: center;
  color: #737d8b;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
}
.page-cart .cart__tabs nav a.active, .page-reviews .cart__tabs nav a.active {
  color: #27AFC9;
}
.page-cart .cart__tabs nav a.active::before, .page-reviews .cart__tabs nav a.active::before {
  content: '';
  width: 100%;
  height: 2px;
  background: #27AFC9;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-cart .cart__tabs nav a:hover, .page-reviews .cart__tabs nav a:hover {
  color: #27AFC9;
}
.page-cart .cart__tabs nav a:hover::before, .page-reviews .cart__tabs nav a:hover::before {
  content: '';
  width: 100%;
  height: 2px;
  background: #27AFC9;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-cart .cart__tab, .page-reviews .cart__tab {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.page-cart .cart__tab.active, .page-reviews .cart__tab.active {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  position: relative;
}
.page-cart .cart__tab-description p, .page-reviews .cart__tab-description p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  margin: 0 0 15px;
}
.page-cart .cart__tab-description p:last-child, .page-reviews .cart__tab-description p:last-child {
  margin: 0;
}
.page-cart .cart__tab-description h3, .page-reviews .cart__tab-description h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  margin: 0 0 15px;
}
.page-cart .cart__tab-description ul, .page-reviews .cart__tab-description ul {
  margin: 0 0 15px;
  padding: 0 0 0 30px;
}
.page-cart .cart__tab-description ul li, .page-reviews .cart__tab-description ul li {
  font-size: 18px;
  line-height: 130%;
  margin: 0 0 10px;
}
.page-cart .cart__tab-description ul li:last-child, .page-reviews .cart__tab-description ul li:last-child {
  margin: 0;
}
.page-cart .cart__tab-reviews, .page-reviews .cart__tab-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
}
.page-cart .cart__tab .spec__title h3, .page-reviews .cart__tab .spec__title h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  margin: 0 0 15px;
}
.page-cart .spec__title h3, .page-reviews .spec__title h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  margin: 0 0 15px;
}
.page-cart .spec__title h4, .page-reviews .spec__title h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  margin: 0 0 15px;
}
.page-cart .spec__list, .page-reviews .spec__list {
  margin: 0 0 15px;
  max-width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.page-cart .spec__item, .page-reviews .spec__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.page-cart .spec__item dt, .page-reviews .spec__item dt {
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  color: #656565;
  white-space: nowrap;
  margin-right: 5px;
}
.page-cart .spec__item dd, .page-reviews .spec__item dd {
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  white-space: break-spaces;
  margin-left: 5px;
  max-width: 47%;
  text-align: right;
}
.page-cart .spec__link a, .page-reviews .spec__link a {
  font-weight: 600;
  font-size: 15px;
  line-height: 133%;
  text-decoration: none;
  color: #27AFC9;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.page-cart .spec__link a:hover, .page-reviews .spec__link a:hover {
  color: #F3A527;
}
.page-cart .spec__row, .page-reviews .spec__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}
.page-cart .spec__col, .page-reviews .spec__col {
  max-width: calc(33.333% - 20px);
  width: 100%;
}
.page-cart .dotted-line, .page-reviews .dotted-line {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  border-top: 1px dotted #999;
  margin: 0 5px;
  position: relative;
}
.page-cart .dotted-line::after, .page-reviews .dotted-line::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 1;
}
.page-cart .price__wrapper, .page-reviews .price__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  border-radius: 20px;
  padding: 30px 40px;
  background: #F4F4F4;
}
.page-cart .price__main, .page-reviews .price__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-cart .price__main-value, .page-reviews .price__main-value {
  font-weight: 700;
  font-size: 26px;
  line-height: 130%;
}
.page-cart .price__value, .page-reviews .price__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.page-cart .price__sale-value, .page-reviews .price__sale-value {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  text-decoration: line-through;
  color: #656565;
}
.page-cart .price__persent, .page-reviews .price__persent {
  border-radius: 4px;
  padding: 4px 8px;
  background: rgba(243, 39, 39, 0.15);
  font-weight: 700;
  font-size: 12px;
  line-height: 133%;
  color: #ed1c24;
}
.page-cart .price__wischlist, .page-reviews .price__wischlist {
  border-radius: 3px;
  background: #FFFFFF;
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}
.page-cart .price__wischlist::before, .page-reviews .price__wischlist::before {
  content: '';
  width: 29px;
  height: 29px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../assets/images/icons/heart.svg) center center no-repeat;
  background-size: contain;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.page-cart .price__wischlist:hover::before, .page-reviews .price__wischlist:hover::before {
  width: 29px;
  height: 29px;
  background: url(../assets/images/icons/heart-full.svg) center center no-repeat;
  background-size: contain;
}
.page-cart .price__checkbox, .page-reviews .price__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.page-cart .price__checkbox label, .page-reviews .price__checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 183%;
}
.page-cart .price__checkbox label input[type="checkbox"], .page-reviews .price__checkbox label input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #333333;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.page-cart .price__checkbox label input[type="checkbox"]:checked, .page-reviews .price__checkbox label input[type="checkbox"]:checked {
  border-color: #27AFC9;
}
.page-cart .price__checkbox label input[type="checkbox"]:checked::after, .page-reviews .price__checkbox label input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #27AFC9;
  background: url(../assets/images/icons/check-blue.svg) center center no-repeat;
  background-size: contain;
}
.page-cart .price__checkbox-pluse b, .page-reviews .price__checkbox-pluse b {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #333333;
}
.page-cart .price__checkbox-pluse span, .page-reviews .price__checkbox-pluse span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #656565;
}
.page-cart .price__buttons, .page-reviews .price__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.page-cart .price__buttons a, .page-reviews .price__buttons a {
  border-radius: 1000px;
  padding: 12px 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.page-cart .price__buttons a:hover, .page-reviews .price__buttons a:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.page-cart .price__buttons a:first-child, .page-reviews .price__buttons a:first-child {
  background: #27AFC9;
}
.page-cart .price__buttons a:nth-child(2), .page-reviews .price__buttons a:nth-child(2) {
  background: #F3A527;
}
.page-cart .delivery__title h3, .page-reviews .delivery__title h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  margin: 0 0 10px;
}
.page-cart .delivery__info ul, .page-reviews .delivery__info ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.page-cart .delivery__info ul li, .page-reviews .delivery__info ul li {
  padding: 0 0 0 35px;
  list-style: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  position: relative;
}
.page-cart .delivery__info ul li:first-child::before, .page-reviews .delivery__info ul li:first-child::before {
  content: '';
  width: 34px;
  height: 34px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../assets/images/icons/auto.svg) center center no-repeat;
}
.page-cart .delivery__info ul li:nth-child(2)::before, .page-reviews .delivery__info ul li:nth-child(2)::before {
  content: '';
  width: 34px;
  height: 34px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../assets/images/icons/map.svg) center center no-repeat;
}
.page-cart .delivery__info ul li:nth-child(3)::before, .page-reviews .delivery__info ul li:nth-child(3)::before {
  content: '';
  width: 34px;
  height: 34px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../assets/images/icons/globus.svg) center center no-repeat;
}
.page-cart .pay__title h3, .page-reviews .pay__title h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  margin: 0 0 10px;
}
.page-cart .pay__info ul, .page-reviews .pay__info ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.page-cart .pay__info ul li, .page-reviews .pay__info ul li {
  padding: 0 0 0 35px;
  max-width: calc(50% - 5px);
  width: 100%;
  list-style: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  position: relative;
}
.page-cart .pay__info ul li:first-child::before, .page-reviews .pay__info ul li:first-child::before {
  content: '';
  width: 34px;
  height: 34px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../assets/images/icons/cash.svg) center center no-repeat;
}
.page-cart .pay__info ul li:nth-child(2)::before, .page-reviews .pay__info ul li:nth-child(2)::before {
  content: '';
  width: 34px;
  height: 34px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../assets/images/icons/bank.svg) center center no-repeat;
}
.page-cart .pay__info ul li:nth-child(3)::before, .page-reviews .pay__info ul li:nth-child(3)::before {
  content: '';
  width: 34px;
  height: 34px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../assets/images/icons/cart.svg) center center no-repeat;
}
.page-cart .pay__info ul li:nth-child(4)::before, .page-reviews .pay__info ul li:nth-child(4)::before {
  content: '';
  width: 34px;
  height: 34px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../assets/images/icons/money.svg) center center no-repeat;
}
.page-cart .compatibility__wrapper, .page-reviews .compatibility__wrapper {
  max-width: 1105px;
  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;
  gap: 20px;
}
.page-cart .compatibility__title h2, .page-reviews .compatibility__title h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #333333;
  margin: 0;
}
.page-cart .compatibility__title h3, .page-reviews .compatibility__title h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  color: #333333;
  margin: 0 0 15px;
}
.page-cart .compatibility__title h4, .page-reviews .compatibility__title h4 {
  font-size: 16px;
  line-height: 110%;
  color: #333333;
  margin: 0 0 15px;
}
.page-cart .compatibility__form, .page-reviews .compatibility__form {
  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;
  gap: 20px;
}
.page-cart .compatibility__fields, .page-reviews .compatibility__fields {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.page-cart .compatibility__field, .page-reviews .compatibility__field {
  max-width: calc(50% - 15px);
  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;
  gap: 5px;
}
.page-cart .compatibility__field--model, .page-cart .compatibility__field--part-number, .page-reviews .compatibility__field--model, .page-reviews .compatibility__field--part-number {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-cart .compatibility__label, .page-reviews .compatibility__label {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
}
.page-cart .compatibility__input, .page-reviews .compatibility__input {
  border-radius: 4px;
  padding: 15px 10px;
  border: none;
  background: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid transparent;
}
.page-cart .compatibility__input:focus, .page-reviews .compatibility__input:focus {
  outline: none;
  border-color: #27AFC9;
}
.page-cart .compatibility__input::-webkit-input-placeholder, .page-reviews .compatibility__input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #656565;
}
.page-cart .compatibility__input:-ms-input-placeholder, .page-reviews .compatibility__input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #656565;
}
.page-cart .compatibility__input::-ms-input-placeholder, .page-reviews .compatibility__input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #656565;
}
.page-cart .compatibility__input::placeholder, .page-reviews .compatibility__input::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #656565;
}
.page-cart .compatibility__button, .page-reviews .compatibility__button {
  border-radius: 1000px;
  padding: 15px 60px;
  background: #333333;
  border: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.page-cart .compatibility__button:hover, .page-reviews .compatibility__button:hover {
  background: #27AFC9;
}
.page-cart .compatibility__result, .page-reviews .compatibility__result {
  border-radius: 5px;
  padding: 15px 10px;
  width: 100%;
  background: #FFFFFF;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.page-cart .compatibility__result-products h3, .page-reviews .compatibility__result-products h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  margin: 0 0 15px;
}
.page-cart .compatibility__result--active, .page-reviews .compatibility__result--active {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  position: relative;
}
.page-cart .compatibility__result ul, .page-reviews .compatibility__result ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.page-cart .compatibility__result ul li, .page-reviews .compatibility__result ul li {
  list-style: disc;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}
.page-cart .compatibility__result ul li a, .page-reviews .compatibility__result ul li a {
  text-decoration: none;
  color: #333333;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.page-cart .compatibility__result ul li a:hover, .page-reviews .compatibility__result ul li a:hover {
  color: #27AFC9;
}
.page-cart .compatibility__row, .page-reviews .compatibility__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.page-cart .compatibility__col, .page-reviews .compatibility__col {
  max-width: calc(50% - 20px);
  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;
  gap: 15px;
}
.page-cart .compatibility__items, .page-reviews .compatibility__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 30px;
  margin: 0 0 20px;
}
.page-cart .compatibility__item, .page-reviews .compatibility__item {
  padding: 5px 0;
  max-width: calc(25% - 23px);
  width: 100%;
  background: #FFFFFF;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-cart .compatibility__item span, .page-reviews .compatibility__item span {
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
}
.page-cart .compatibility__link-more a, .page-reviews .compatibility__link-more a {
  font-weight: 600;
  font-size: 15px;
  line-height: 133%;
  color: #27AFC9;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.page-cart .compatibility__link-more a:hover, .page-reviews .compatibility__link-more a:hover {
  color: #F3A527;
}
.page-cart .reviews__title h3, .page-reviews .reviews__title h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  margin: 0;
}
.page-cart .reviews__title h2, .page-reviews .reviews__title h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  margin: 0;
}
.page-cart .reviews__rating-summary, .page-reviews .reviews__rating-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 0 0 15px;
}
.page-cart .reviews__rating-bars, .page-reviews .reviews__rating-bars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  margin: 0 0 50px;
}
.page-cart .reviews__graph, .page-reviews .reviews__graph {
  max-width: 36%;
  width: 100%;
}
.page-cart .reviews__list, .page-reviews .reviews__list {
  max-width: 60%;
  width: 100%;
}
.page-cart .reviews__btn-submit, .page-reviews .reviews__btn-submit {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 1000px;
  padding: 12px 20px;
  background: #27AFC9;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.page-cart .reviews__btn-submit:hover, .page-reviews .reviews__btn-submit:hover {
  background: #F3A527;
}
.page-cart .reviews__items, .page-reviews .reviews__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  width: 100%;
  margin: 0 0 15px;
}
.page-cart .reviews__more-link, .page-reviews .reviews__more-link {
  font-weight: 500;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #27AFC9;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.page-cart .reviews__more-link.active::after, .page-reviews .reviews__more-link.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-cart .reviews__more-link::after, .page-reviews .reviews__more-link::after {
  content: "";
  width: 10px;
  height: 6px;
  background: url(../assets/images/icons/arrow-list-blue.svg) center center no-repeat;
  background-size: contain;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
}
.page-cart .reviews__rating-overall, .page-reviews .reviews__rating-overall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin: 0 0 40px;
}
.page-cart .review-item, .page-reviews .review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-top: 30px;
  border-top: 1px solid #cfcfcf;
}
.page-cart .review-item:first-child, .page-reviews .review-item:first-child {
  border: none;
  padding: 0;
}
.page-cart .review-item--hidden, .page-reviews .review-item--hidden {
  display: none;
}
.page-cart .review-header, .page-reviews .review-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.page-cart .review-header span, .page-reviews .review-header span {
  font-weight: 500;
  font-size: 17px;
  line-height: 118%;
  color: #656565;
}
.page-cart .review-stars, .page-reviews .review-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3px;
}
.page-cart .review-author, .page-reviews .review-author {
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
}
.page-cart .review-date, .page-reviews .review-date {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #656565;
}
.page-cart .review-text p, .page-reviews .review-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 111%;
  margin: 0 0 15px;
}
.page-cart .review-text p:last-child, .page-reviews .review-text p:last-child {
  margin: 0;
}
.page-cart .review-meta, .page-reviews .review-meta {
  font-weight: 500;
  font-size: 13px;
  line-height: 154%;
  color: #656565;
}
.page-cart .review-rating, .page-reviews .review-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  margin: 20px 0;
}
.page-cart .review-admin, .page-reviews .review-admin {
  padding: 0 0 0 20px;
}
.page-cart .review-admin span, .page-reviews .review-admin span {
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #737d8b;
  display: inline-block;
  margin: 0 0 5px;
}
.page-cart .review-admin p, .page-reviews .review-admin p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  margin: 0 0 15px;
}
.page-cart .review-admin p:last-child, .page-reviews .review-admin p:last-child {
  margin: 0;
}
.page-cart .rating-score, .page-reviews .rating-score {
  font-weight: 700;
  font-size: 22px;
  line-height: 73%;
  color: #F3A527;
  padding: 17px 9px;
  background: #FFFFFF;
  border-radius: 5px;
}
.page-cart .rating-stars-count, .page-reviews .rating-stars-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.page-cart .rating-stars, .page-reviews .rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3px;
}
.page-cart .rating-count, .page-reviews .rating-count {
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #656565;
}
.page-cart .rating-bar, .page-reviews .rating-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.page-cart .rating-bar-label, .page-reviews .rating-bar-label {
  font-weight: 500;
  font-size: 15px;
  line-height: 110%;
  color: #737d8b;
}
.page-cart .rating-bar-progress, .page-reviews .rating-bar-progress {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 13px;
  background-color: #FFFFFF;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
}
.page-cart .rating-bar-fill, .page-reviews .rating-bar-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #737d8b;
  border-radius: 100px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.page-cart .rating-bar-percent, .page-reviews .rating-bar-percent {
  width: 30px;
  font-weight: 500;
  font-size: 15px;
  line-height: 110%;
  color: #737d8b;
}
.page-cart .rating__num, .page-reviews .rating__num {
  width: 75px;
  height: 75px;
  border-radius: 15px;
  background: #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
}
.page-cart .rating__list table tr, .page-reviews .rating__list table tr {
  margin: 0 0 8px;
}
.page-cart .rating__list table tr:last-child, .page-reviews .rating__list table tr:last-child {
  margin: 0;
}
.page-cart .rating__list table tr td, .page-reviews .rating__list table tr td {
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
}
.page-cart .rating__list table tr td:first-child, .page-reviews .rating__list table tr td:first-child {
  padding: 0 20px 0 0;
}
.page-cart .rating-overall, .page-reviews .rating-overall {
  max-width: 845px;
  border-radius: 20px;
  padding: 30px;
  background: #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page-cart .rating-overall__title h2, .page-reviews .rating-overall__title h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 130%;
  margin: 0 0 30px;
}
.page-cart .rating-overall__info, .page-reviews .rating-overall__info {
  max-width: 295px;
}
.page-cart .rating-overall__num-stars, .page-reviews .rating-overall__num-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin: 0 0 15px;
}
.page-cart .rating-overall__num, .page-reviews .rating-overall__num {
  border-radius: 10px;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.8);
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-cart .rating-overall__stars, .page-reviews .rating-overall__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3px;
}
.page-cart .rating-overall__stars img, .page-reviews .rating-overall__stars img {
  width: 34px;
}
.page-cart .rating-overall__footnotes small, .page-reviews .rating-overall__footnotes small {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #737d8b;
}
.page-cart .rating-overall__list table, .page-reviews .rating-overall__list table {
  border-collapse: collapse;
}
.page-cart .rating-overall__list table tr, .page-reviews .rating-overall__list table tr {
  border-bottom: 1px solid #cfcfcf;
}
.page-cart .rating-overall__list table tr td, .page-reviews .rating-overall__list table tr td {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  padding: 10px 0;
}
.page-cart .rating-overall__list table tr td:nth-child(2), .page-reviews .rating-overall__list table tr td:nth-child(2) {
  font-weight: 700;
  font-size: 18px;
  line-height: 96%;
  padding: 10px 32px;
  text-align: center;
}
.page-cart .rating-overall__link a, .page-reviews .rating-overall__link a {
  border-radius: 1000px;
  padding: 10px 20px;
  background: #27AFC9;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.page-cart .rating-overall__link a:hover, .page-reviews .rating-overall__link a:hover {
  background: #F3A527;
}

.page-not-found .not-found__wrapper {
  border-radius: 20px;
  padding: 60px 0 450px;
  background: #F4F4F4 url(../assets/images/not-found/bg.png) bottom 60px center no-repeat;
  background-size: contain;
}
.page-not-found .not-found__title {
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
}
.page-not-found .not-found__title h1 {
  font-family: "Bounded", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 20px;
}
.page-not-found .not-found__title p {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  margin: 0 0 15px;
}
.page-not-found .not-found__title p:last-child {
  margin: 0;
}
.page-not-found .not-found__title a {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  text-decoration: none;
  border-radius: 1000px;
  padding: 17px 60px;
  background: #27AFC9;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.page-not-found .not-found__title a:hover {
  background: #F3A527;
}

.page-thanks .thanks__wrapper {
  border-radius: 20px;
  padding: 60px 0px;
  background: #F4F4F4;
}
.page-thanks .thanks__inner {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
}
.page-thanks .thanks__title h1 {
  font-family: "Bounded", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
}
.page-thanks .thanks__title p {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  margin: 0 0 40px;
}
.page-thanks .thanks__buttons {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.page-thanks .thanks__buttons a {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 1000px;
  padding: 17px 60px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.page-thanks .thanks__buttons a:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.page-thanks .thanks__buttons a:first-child {
  background: #27AFC9;
}
.page-thanks .thanks__buttons a:nth-child(2) {
  background: #F3A527;
}

.review-form__wrapper {
  background-color: #F4F4F4;
  padding: 30px 40px;
  border-radius: 20px;
  max-width: 935px;
  margin: 0 auto;
}
.review-form__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  text-align: center;
  margin: 0 0 40px;
}
.review-form__ratings {
  max-width: 390px;
  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;
  gap: 15px;
  margin: 0 0 40px;
}
.review-form__ratings .review-form__rating {
  max-width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
.review-form__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 24px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.review-form__rating-label {
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
}
.review-form__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
.review-form__star-input {
  width: 23px;
  height: 23px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.review-form__star-input:checked ~ .review-form__star {
  background: url(../assets/images/icons/cart-star.svg) center center no-repeat;
}
.review-form__star {
  cursor: pointer;
  width: 23px;
  height: 23px;
  background: url(../assets/images/icons/cart-star-empty.svg) center center no-repeat;
}
.review-form__star:hover {
  background: url(../assets/images/icons/cart-star.svg) center center no-repeat;
}
.review-form__section {
  margin: 0 0 40px;
  position: relative;
}
.review-form__section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0 0 10px;
}
.review-form__section-title {
  font-weight: 600;
  font-size: 21px;
  line-height: 110%;
  margin: 0;
}
.review-form__hint {
  background-color: #FFFFFF;
  border-radius: 1000px;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 110%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
.review-form__hint a {
  font-weight: 400;
  font-size: 12px;
  line-height: 110%;
  color: #333333;
  text-decoration: none;
  border-radius: 500px;
  background: #F4F4F4;
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.review-form__textarea {
  width: 100%;
  min-height: 200px;
  padding: 15px 30px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #333333;
  resize: vertical;
  background-color: #FFFFFF;
  border: none;
  border: 1px solid transparent;
}
.review-form__textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #333333;
}
.review-form__textarea:-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #333333;
}
.review-form__textarea::-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #333333;
}
.review-form__textarea::placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #333333;
}
.review-form__textarea:focus {
  outline: none;
  border-color: #27AFC9;
}
.review-form__upload-area {
  background-color: #FFFFFF;
  border: none;
  border-radius: 5px;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  min-height: 200px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.review-form__upload-area:active {
  background-color: #e0f7fa;
}
.review-form__upload-icon {
  margin-bottom: 12px;
}
.review-form__upload-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
}
.review-form__upload-link {
  color: #27AFC9;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.review-form__upload-link:hover {
  color: #F3A527;
}
.review-form__upload-input {
  display: none;
}
.review-form__submit {
  border-radius: 1000px;
  padding: 17px 60px;
  background-color: #27AFC9;
  color: #FFFFFF;
  border: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.review-form__submit:hover {
  background-color: #F3A527;
}
.review-form__policy {
  max-width: 230px;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #656565;
  margin-top: 10px;
}
.review-form__policy-link {
  color: #27AFC9;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.review-form__policy-link:hover {
  color: #F3A527;
}
.review-form__file-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.review-form__file-item {
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  max-width: 150px;
  position: relative;
}
.review-form__file-item:hover .review-form__file-remove {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.review-form__file-preview {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5;
  border-radius: 4px;
  overflow: hidden;
}
.review-form__file-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-form__file-preview span {
  font-size: 16px;
}
.review-form__file-name {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80px;
}
.review-form__file-remove {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ff5722;
  color: white;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.review-form__file-remove:hover {
  background-color: #e64a19;
}

.hint-popup {
  position: absolute;
  top: 0;
  right: 20%;
  border-radius: 20px;
  padding: 40px 30px 30px;
  background: #F4F4F4;
  max-width: 500px;
  width: 100%;
  -webkit-box-shadow: 4px 4px 39px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 39px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.hint-popup.active {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.hint-popup__close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
.hint-popup h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  color: #333;
  margin: 0 0 20px;
}
.hint-popup h2:last-child {
  margin: 0;
}
.hint-popup h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  margin: 0 0 20px;
}
.hint-popup h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  margin: 0 0 10px;
}
.hint-popup ul {
  margin: 0 0 15px;
  padding: 0 0 0 30px;
}
.hint-popup ul li {
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  margin: 0 0 7px;
}
.hint-popup ul li:last-child {
  margin: 0;
}
.hint-popup p {
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  margin: 0 0 15px;
}
.hint-popup p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.hint-popup p:last-child {
  margin: 0;
}

.pagination {
  width: 100%;
}
.pagination ul {
  margin: 30px 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination ul li {
  list-style: none;
}
.pagination ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #cfcfcf;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.pagination ul li a:hover {
  color: #333333;
}
.pagination ul li a.pagination__current {
  color: #333333;
  cursor: default;
  pointer-events: none;
}
.pagination ul li a.pagination__dots {
  cursor: default;
  pointer-events: none;
}
.pagination__nav {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background: #F4F4F4;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.pagination__nav:hover {
  background: #27AFC9;
}
.pagination__nav:hover::before {
  background: url(../assets/images/icons/arrow-white-hover.svg) center center no-repeat;
  background-size: contain;
}
.pagination__nav::before {
  content: '';
  width: 21px;
  height: 12px;
  background: url(../assets/images/icons/arrow-black.svg) center center no-repeat;
  background-size: contain;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.pagination__prev::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.contacts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  margin: 0 0 20px;
}
.contacts__info {
  max-width: calc(50% - 10px);
  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;
  gap: 20px;
}
.contacts__form {
  max-width: calc(50% - 10px);
  width: 100%;
}
.contacts__items {
  border-radius: 20px;
  padding: 30px;
  background: #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contacts__item {
  max-width: calc(50% - 10px);
  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;
  gap: 10px;
}
.contacts__item span {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
.contacts__item a {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #333333;
  text-decoration: none;
}
.contacts__item a:hover {
  color: #F3A527;
}
.contacts__title h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  margin: 0;
}
.contacts__address {
  padding: 0 0 0 30px;
  position: relative;
}
.contacts__address::before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../assets/images/icons/address.svg) center center no-repeat;
}
.contacts__time {
  padding: 0 0 0 30px;
  position: relative;
}
.contacts__time::before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../assets/images/icons/time.svg) center center no-repeat;
}
.contacts__phone {
  padding: 0 0 0 30px;
  position: relative;
}
.contacts__phone::before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../assets/images/icons/phone.svg) center center no-repeat;
}
.contacts__email {
  padding: 0 0 0 30px;
  position: relative;
}
.contacts__email::before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../assets/images/icons/email.svg) center center no-repeat;
}
.contacts__details {
  padding: 0 0 0 30px;
  position: relative;
}
.contacts__details::before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../assets/images/icons/details.svg) center center no-repeat;
}
.contacts__road {
  border-radius: 20px;
  padding: 30px;
  background: #F4F4F4;
}
.contacts__road .contacts__title h3 {
  margin: 0 0 10px;
}
.contacts__road p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  margin: 0 0 15px;
}
.contacts__road p:last-child {
  margin: 0;
}
.contacts__form {
  border-radius: 20px;
  padding: 30px;
  background: #F3A527;
}
.contacts__form-title {
  max-width: 80%;
  margin: 0 auto;
}
.contacts__form-title h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  text-align: center;
  margin: 0 0 30px;
}
.contacts__form-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.contacts__form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
}
.contacts__form-error {
  color: #ed1c24;
  font-weight: 400;
  font-size: 13px;
  line-height: 154%;
  display: none;
}
.contacts__form input, .contacts__form textarea {
  border: none;
  border-radius: 5px;
  padding: 20px;
  background: #FFFFFF;
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  width: 100%;
  border: 1px solid transparent;
}
.contacts__form input::-webkit-input-placeholder, .contacts__form textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  color: #333333;
}
.contacts__form input:-ms-input-placeholder, .contacts__form textarea:-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  color: #333333;
}
.contacts__form input::-ms-input-placeholder, .contacts__form textarea::-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  color: #333333;
}
.contacts__form input::placeholder, .contacts__form textarea::placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  color: #333333;
}
.contacts__form input:focus, .contacts__form textarea:focus {
  outline: none;
  border-color: #27AFC9;
}
.contacts__form textarea {
  min-height: 80px;
}
.contacts__checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #333333;
  cursor: pointer;
  position: relative;
}
.contacts__checkbox-label .contacts__form-error {
  position: absolute;
  left: 0;
  bottom: -20px;
}
.contacts__checkbox-label p {
  margin: 0;
}
.contacts__checkbox-label a {
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.contacts__checkbox-label a:hover {
  color: #27AFC9;
}
.contacts__checkbox-label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 20px;
  height: 20px;
}
.contacts__checkbox-label input[type="checkbox"]:checked + .contacts__checkmark::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 13px;
  height: 10px;
  background: url(../assets/images/icons/check-black.svg) center center no-repeat;
  background-size: contain;
}
.contacts__checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #333333;
  background: #F4F4F4;
  border-radius: 4px;
  margin-right: 10px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contacts input[type="submit"] {
  border: none;
  border-radius: 1000px;
  padding: 17px 60px;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  cursor: pointer;
  background: #27AFC9;
  border: 1px solid #27AFC9;
  max-width: 350px;
}
.contacts input[type="submit"]:hover {
  background: #F3A527;
  border: 1px solid #27AFC9;
}
.contacts__map {
  border-radius: 20px;
  overflow: hidden;
}

.favorites-empty__text {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.favorites-empty__text h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 15px;
}
.favorites-empty__text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  margin: 0 0 40px;
}
.favorites-empty__text p a {
  color: #27AFC9;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-underline-position: under;
}
.favorites-empty__text p a:hover {
  color: #F3A527;
}
.favorites-empty__link {
  border-radius: 1000px;
  padding: 17px 60px;
  background: #27AFC9;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #FFFFFF;
  max-width: 310px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-weight: 600;
  font-size: 20px;
  line-height: 128%;
  text-align: center;
}
.favorites-empty__link:hover {
  background: #F3A527;
}
.favorites__header {
  border-radius: 10px;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #F4F4F4;
  margin: 0 0 40px;
}
.favorites__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.favorites__total span {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
}
.favorites__label-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
}
.favorites__btn button {
  border: none;
  border-radius: 1000px;
  padding: 17px 60px;
  background: #F3A527;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  line-height: 128%;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.favorites__btn button:hover {
  background: #27AFC9;
}
.favorites__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.item {
  border-radius: 10px;
  padding: 15px 30px;
  background: #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 42px;
  position: relative;
}
.item-image {
  border-radius: 10px;
  background: #FFFFFF;
  padding: 0 25px;
  max-width: 223px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  max-height: 140px;
}
.item-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-width: 170px;
  width: 100%;
}
.item-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}
.item-article span {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #656565;
}
.item-article span.item-stock {
  color: #FFFFFF;
  border-radius: 100px;
  padding: 5px 20px;
  background: #F3A527;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  text-align: center;
}
.item-article span.item-stock.out-of-stock {
  background: #656565;
}
.item-article span.item-stock.onbackorder {
  background: #ed1c24;
}
.item-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.item-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.item-stars img {
  max-width: 18px;
}
.item-reviews {
  font-weight: 400;
  font-size: 14px;
  line-height: 133%;
  text-decoration: none;
  color: #27AFC9;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.item-reviews:hover {
  color: #F3A527;
}
.item-title {
  max-width: 596px;
  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;
  gap: 10px;
}
.item-title a {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #333333;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.item-title a:hover {
  color: #27AFC9;
}
.item-title .checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
}
.item-title .checkmark {
  width: 18px;
  height: 18px;
}
.item-shield {
  font-weight: 500;
  font-size: 15px;
  line-height: 111%;
  color: #F3A527;
}
.item-specs ul {
  margin: 0;
  padding: 0;
}
.item-specs ul li {
  list-style: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #656565;
}
.item-specs ul li span {
  color: #333333;
}
.item-quantity {
  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;
  gap: 15px;
}
.item-price {
  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;
  gap: 10px;
  max-width: 145px;
  width: 100%;
}
.item-price span {
  font-weight: 700;
  font-size: 26px;
  line-height: 108%;
}
.item-price button {
  border: none;
  border-radius: 1000px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 183%;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background: #27AFC9;
}
.item-price button:hover {
  background: #F3A527;
}
.item-price strike {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  text-decoration: line-through;
  color: #656565;
}
.item-delete {
  border-left: 3px solid #F3A527;
}
.item-delete .item-image {
  max-width: 64px;
  padding: 0;
}
.item-link-del {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #656565;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.item-link-del:hover {
  color: #27AFC9;
}
.item-return p {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #656565;
  margin: 0 0 5px;
}
.item-return a {
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  line-height: 171%;
  color: #333333;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.item-return a:hover {
  color: #27AFC9;
}
.item-close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.quantity__nav a {
  text-decoration: none;
  border-radius: 2px;
  border: 0.20px solid #cfcfcf;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  color: #333333;
}
.quantity__num {
  width: 28px;
  text-align: center;
}
.quantity__num span {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
}
.quantity__delete a {
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #656565;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.quantity__delete a:hover {
  color: #27AFC9;
}

.checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #333333;
  cursor: pointer;
}
.checkbox-label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 20px;
  height: 20px;
}
.checkbox-label input[type="checkbox"]:checked + .checkmark {
  background: #F3A527;
  border: none;
}
.checkbox-label input[type="checkbox"]:checked + .checkmark::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 13px;
  height: 10px;
  background: url(../assets/images/icons/check-black.svg) center center no-repeat;
  background-size: contain;
}
.checkbox-label p {
  margin: 0;
}

.checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #333333;
  background: #F4F4F4;
  border-radius: 4px;
  margin-right: 10px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.basket-empty__text {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  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;
}
.basket-empty__text img {
  margin: 0 0 30px;
}
.basket-empty__text h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 15px;
}
.basket-empty__text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  margin: 0 0 40px;
}
.basket-empty__text p a {
  color: #27AFC9;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-underline-position: under;
}
.basket-empty__text p a:hover {
  color: #F3A527;
}
.basket-empty__link {
  border-radius: 1000px;
  padding: 17px 60px;
  background: #27AFC9;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #FFFFFF;
  max-width: 310px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-weight: 600;
  font-size: 20px;
  line-height: 128%;
  text-align: center;
}
.basket-empty__link:hover {
  background: #F3A527;
}
.basket__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
.basket__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.basket__header {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.basket__delete a {
  font-weight: 500;
  font-size: 15px;
  line-height: 133%;
  color: #333333;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.basket__delete a:hover {
  color: #27AFC9;
}
.basket__carts {
  max-width: 1046px;
  width: 100%;
}
.basket__summary {
  margin: 40px 0 0 0;
  max-width: 334px;
  width: 100%;
  border-radius: 10px;
  padding: 30px 20px;
  background: #F4F4F4;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
.basket__summary-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.basket__summary-item dt {
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  white-space: nowrap;
  margin-right: 5px;
}
.basket__summary-item dd {
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  white-space: nowrap;
  margin-left: 5px;
}
.basket__summary .dotted-line {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  border-top: 1px dotted #999;
  margin: 0 5px;
  position: relative;
}
.basket__title h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  margin: 0 0 20px;
}
.basket__list {
  margin: 0 0 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.basket__footnotes small {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #656565;
}
.basket__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0 40px;
}
.basket__total:last-child {
  margin: 20px 0 0;
}
.basket__total span {
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
}
.basket__button a {
  padding: 15px;
  max-width: 100%;
  width: 100%;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 128%;
  text-align: center;
  color: #FFFFFF;
  background: #27AFC9;
  border-radius: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.basket__button a:hover {
  background: #F3A527;
}
.basket__text {
  margin: 60px 0 0;
}
.basket__text h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.basket__text p {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  margin: 0 0 40px;
}
.basket__text p a {
  text-decoration: none;
  color: #27AFC9;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.basket__text p a:hover {
  color: #F3A527;
}
.basket-delete__link {
  border-radius: 1000px;
  padding: 17px 60px;
  background: #27AFC9;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 128%;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.basket-delete__link:hover {
  background: #F3A527;
}
.basket__cart-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: 0 0 20px;
}
.basket__cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #333333;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.basket__cart-item:hover {
  color: #27AFC9;
}
.basket__cart-item img {
  max-width: 56px;
  height: 100%;
}
.basket__cart-item span {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}

.order__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 80px;
}
.order__inner .basket__summary {
  max-width: 460px;
}
.order__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.order__title span {
  border-radius: 10000px;
  width: 31px;
  height: 31px;
  background: #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 130%;
  position: absolute;
  left: 0;
  z-index: 2;
}
.order__info {
  max-width: 850px;
  width: 100%;
  padding: 0 0 0 100px;
  position: relative;
}
.order__info::before {
  content: '';
  left: 15px;
  top: 30px;
  position: absolute;
  background: #F4F4F4;
  width: 1px;
  height: 100%;
}
.order__info .order-info,
.order__info .delivery-method {
  margin-bottom: 50px;
}
.order__info .order-info__auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.order__info .order-info__auth .order-info__text {
  font-weight: 400;
  font-size: 17px;
  line-height: 110%;
}
.order__info .order-info__auth .order-info__link {
  color: #27AFC9;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  line-height: 110%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.order__info .order-info__auth .order-info__link:hover {
  color: #F3A527;
}
.order__info .order-info__hint {
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  color: #737d8b;
  margin: 0 0 20px;
}
.order__info .order-info__fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.order__info .order-info__field {
  position: relative;
}
.order__info .order-info__field .input-help {
  position: absolute;
  z-index: 2;
  right: 0;
  border-radius: 10px;
  padding: 10px;
  background: #F4F4F4;
  -webkit-box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
}
.order__info .order-info__field .input-help span {
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  text-align: center;
  display: inline-block;
}
.order__info .order-info__input {
  width: 100%;
  border-radius: 5px;
  padding: 20px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  background: #F4F4F4;
  border: none;
  border: 1px solid transparent;
}
.order__info .order-info__input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #333333;
}
.order__info .order-info__input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #333333;
}
.order__info .order-info__input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #333333;
}
.order__info .order-info__input::placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #333333;
}
.order__info .order-info__input:focus {
  outline: none;
  border: 1px solid #27AFC9;
}
.order__info .order-info__input.invalid {
  border: 1px solid #ed1c24;
}
.order__info .order-info__input-help {
  border-radius: 1000px;
  display: block;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  position: absolute;
  top: 50%;
  right: 20px;
  cursor: pointer;
}
.order__info .order-info__input-help:hover + .input-help {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.order__info .order-info__error {
  color: #ed1c24;
  font-weight: 400;
  font-size: 13px;
  line-height: 154%;
  display: none;
}
.order__info .delivery-method__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 0 0 20px;
}
.order__info .delivery-method__option {
  border-radius: 5px;
  padding: 20px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  text-align: center;
  background: #F4F4F4;
  -webkit-transition: -webkit-transition;
  transition: -webkit-transition;
  transition: transition;
  transition: transition, -webkit-transition;
}
.order__info .delivery-method__option:hover {
  border: 1px solid #F3A527;
}
.order__info .delivery-method__option--active {
  border: 1px solid #F3A527;
}
.order__info .delivery-method__map {
  max-width: 320px;
  width: 100%;
}
.order__info .delivery-method__content {
  border-radius: 10px;
  padding: 20px;
  background: #F4F4F4;
  border-radius: 8px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  display: block;
}
.order__info .delivery-method__content strong {
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0 0 20px;
}
.order__info .delivery-method__content[hidden] {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.order__info .delivery-method__store {
  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;
}
.order__info .delivery-method__pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order__info .delivery-method__address {
  font-weight: 500;
  font-size: 17px;
  line-height: 110%;
  font-style: normal;
  margin: 0 0 20px;
}
.order__info .delivery-method__metro {
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
}
.order__info .delivery-method__map img {
  max-width: 316px;
  width: 100%;
  border-radius: 15px;
}
.order__info .delivery-method__price {
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
}
.order__info .delivery-method__subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  margin: 0 0 20px;
}
.order__info .delivery-method__option-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.order__info .delivery-method__radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}
.order__info .delivery-method__radio-label input[type="radio"]:checked + .delivery-method__radio-custom {
  border-color: #333333;
  background: #333333;
}
.order__info .delivery-method__radio-label input[type="radio"]:checked + .delivery-method__radio-custom::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
}
.order__info .delivery-method__radio {
  position: absolute;
  opacity: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 1;
  margin: 0;
  padding: 0;
}
.order__info .delivery-method__radio-custom {
  width: 20px;
  height: 20px;
  border: 1px solid #333333;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.order__info .delivery-method__radio-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
  font-size: 17px;
  line-height: 110%;
}
.order__info .delivery-method__radio-text p {
  font-size: 18px;
  line-height: 110%;
  color: #656565;
  margin: 0;
}
.order__info .delivery-method__radio-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  color: #656565;
  margin-top: 5px;
}
.order__info .delivery-method__note {
  margin-top: 20px;
}
.order__info .delivery-method__calc-link {
  display: block;
  color: #27AFC9;
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  text-decoration: none;
  margin: 20px 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.order__info .delivery-method__calc-link:hover {
  color: #F3A527;
}
.order__info .delivery-method__note-block input {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  border-radius: 5px;
  padding: 20px;
  background: #FFFFFF;
  width: 100%;
  border: none;
  margin: 0 0 20px;
}
.order__info .delivery-method__note-block input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
}
.order__info .delivery-method__note-block input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
}
.order__info .delivery-method__note-block input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
}
.order__info .delivery-method__note-block input::placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
}
.order__info .delivery-method__note-block input:focus {
  outline: none;
  border: 1px solid #27AFC9;
}
.order__info .delivery-method__note-block input.invalid {
  border: 1px solid #ed1c24;
}
.order__info .payment-method {
  margin: 0 0 30px;
}
.order__info .payment-method .order__title span::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 15px;
  width: 1px;
  height: 60vw;
  background: #FFFFFF;
}
.order__info .payment-method__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
.order__info .payment-method__option {
  border-radius: 5px;
  padding: 20px;
  background: #F4F4F4;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.order__info .payment-method__option:hover {
  border: 1px solid #F3A527;
}
.order__info .payment-method__option--active {
  border: 1px solid #F3A527;
}
.order__info .payment-method__textarea {
  border-radius: 5px;
  padding: 17px 20px;
  border: none;
  border-radius: 8px;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  width: 100%;
  min-height: 120px;
  resize: vertical;
  border: 1px solid transparent;
  background: #F4F4F4;
}
.order__info .payment-method__textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #333333;
}
.order__info .payment-method__textarea:-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #333333;
}
.order__info .payment-method__textarea::-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #333333;
}
.order__info .payment-method__textarea::placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #333333;
}
.order__info .payment-method__textarea:focus {
  outline: none;
  border-color: #27AFC9;
}
.order__info .order-confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.order__info .order-confirm__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #656565;
  cursor: pointer;
}
.order__info .order-confirm__label input[type="checkbox"]:checked + .order-confirm__checkmark::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 13px;
  height: 10px;
  background: url(../assets/images/icons/check-black.svg) center center no-repeat;
  background-size: contain;
}
.order__info .order-confirm__input {
  position: absolute;
  opacity: 0;
  width: 18px;
  height: 18px;
}
.order__info .order-confirm__checkmark {
  width: 18px;
  height: 18px;
  border: 1px solid #333333;
  background: #F4F4F4;
  border-radius: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.order__info .order-confirm__text a {
  color: #27AFC9;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.order__info .order-confirm__text a:hover {
  color: #F3A527;
}
.order__info .order-confirm__btn {
  border-radius: 1000px;
  padding: 17px 60px;
  color: #FFFFFF;
  border: none;
  font-size: 16px;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background: #27AFC9;
  max-width: 315px;
  margin: 0 auto;
}
.order__info .order-confirm__btn:hover {
  background: #F3A527;
}

.lk__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 120px;
}
.lk__tabs > nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.lk__tabs > nav a {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
}
.lk__tabs > nav a:hover, .lk__tabs > nav a.active {
  color: #F3A527;
}
.lk__tabs > nav a:hover:first-child::before, .lk__tabs > nav a.active:first-child::before {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../assets/images/icons/user.svg) left center no-repeat;
  background-size: contain;
}
.lk__tabs > nav a:hover:nth-child(2)::before, .lk__tabs > nav a.active:nth-child(2)::before {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../assets/images/icons/orders.svg) left center no-repeat;
  background-size: contain;
}
.lk__tabs > nav a:hover:nth-child(3)::before, .lk__tabs > nav a.active:nth-child(3)::before {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../assets/images/icons/reviews-store.svg) left center no-repeat;
  background-size: contain;
}
.lk__tabs > nav a:hover:nth-child(4)::before, .lk__tabs > nav a.active:nth-child(4)::before {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../assets/images/icons/reviews-star.svg) left center no-repeat;
  background-size: contain;
}
.lk__tabs > nav a:first-child::before {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../assets/images/icons/user-black.svg) left center no-repeat;
  background-size: contain;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.lk__tabs > nav a:nth-child(2)::before {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../assets/images/icons/orders-black.svg) left center no-repeat;
  background-size: contain;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.lk__tabs > nav a:nth-child(3)::before {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../assets/images/icons/reviews-store-black.svg) left center no-repeat;
  background-size: contain;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.lk__tabs > nav a:nth-child(4)::before {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../assets/images/icons/reviews-star-black.svg) left center no-repeat;
  background-size: contain;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.lk__tab {
  max-width: 750px;
  width: 100%;
  display: none;
}
.lk__tab.active {
  display: block;
}
.lk__title h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 80%;
  margin: 0 0 30px;
}
.lk__details .lk__info, .lk__details .lk__change-password {
  display: none;
}
.lk__details .lk__info.active, .lk__details .lk__change-password.active {
  display: block;
}
.lk__details .lk__fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 0 60px;
}
.lk__details .lk__field {
  position: relative;
}
.lk__details .lk__input {
  width: 100%;
  border-radius: 5px;
  padding: 20px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  background: #F4F4F4;
  border: none;
  border: 1px solid transparent;
}
.lk__details .lk__input.invalid {
  border: 1px solid #ed1c24;
}
.lk__details .lk__input:focus {
  outline: none;
  border: 1px solid #27AFC9;
}
.lk__details .lk__error {
  color: #ed1c24;
  font-weight: 400;
  font-size: 13px;
  line-height: 154%;
  display: none;
  position: absolute;
  left: 0;
  bottom: -18px;
}
.lk__details .lk__toggle-password {
  width: 15px;
  height: 13px;
  background: url(../assets/images/icons/password-hide.svg) center center no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
}
.lk__details .lk__toggle-password.open {
  width: 15px;
  height: 13px;
  background: url(../assets/images/icons/password.svg) center center no-repeat;
}
.lk__details .lk__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lk__details .lk__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}
.lk__details .lk__button {
  border-radius: 10px;
  padding: 10px 20px;
  background: #F4F4F4;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #656565;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.lk__details .lk__button:hover {
  color: #333333;
  background: rgba(39, 175, 201, 0.5);
}
.lk__details .lk__exit::before {
  content: '';
  width: 26px;
  height: 26px;
  background: url(../assets/images/icons/exit.svg) left center no-repeat;
  background-size: contain;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.lk__details .lk__exit:hover::before {
  background: url(../assets/images/icons/exit-black.svg) left center no-repeat;
  background-size: contain;
}
.lk__details .lk__delete {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #f16c3d;
}
.lk__details .lk__delete:hover {
  color: #27AFC9;
}
.lk__order-tabs > nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  margin: 0 0 30px;
}
.lk__order-tabs > nav a {
  border-radius: 5px;
  padding: 20px;
  background: #F4F4F4;
  font-weight: 500;
  font-size: 17px;
  line-height: 110%;
  text-align: center;
  color: #333333;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border: 1px solid transparent;
}
.lk__order-tabs > nav a:hover {
  border-color: #F3A527;
}
.lk__order-tabs > nav a.active {
  border-color: #F3A527;
}
.lk__order-tab {
  display: none;
}
.lk__order-tab.active {
  display: block;
}
.lk__order .order-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.lk__order .order-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  border-radius: 10px;
  padding: 0px 40px 40px;
  background: #F4F4F4;
}
.lk__order .order-status {
  border-radius: 0 0 5px 5px;
  padding: 7px 15px 8px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.lk__order .order-status span {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
}
.lk__order .order-status.pending {
  background: #F3A527;
}
.lk__order .order-status.cancelled {
  background: #f16c3d;
}
.lk__order .order-status.processing {
  background: #27AFC9;
}
.lk__order .order-status.completed {
  background: #737d8b;
}
.lk__order .order-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
.lk__order .order-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 45%;
  width: 100%;
}
.lk__order .order-number h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 109%;
  color: #656565;
  margin: 0;
}
.lk__order .order-address p {
  font-weight: 400;
  font-size: 16px;
  line-height: 112%;
  color: #656565;
  margin: 0;
}
.lk__order .order-price span {
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
}
.lk__order .order-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  max-width: 55%;
  width: 100%;
}
.lk__order .order-quantity small {
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: #656565;
}
.lk__order .order-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lk__order .order-product a {
  width: 69px;
  height: 55px;
}
.lk__order .order-product a img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lk__order .order-buying__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.lk__order .order-buying__item {
  padding: 20px 0 0 0;
  border-top: 1px solid #cfcfcf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.lk__order .order-buying__item:first-child {
  border: none;
  padding: 0;
}
.lk__order .order-buying__title {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.lk__order .order-buying__title:hover span {
  color: #27AFC9;
}
.lk__order .order-buying__title span {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #333333;
  max-width: 80%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.lk__order .order-buying__img {
  width: 88px;
  height: 70px;
}
.lk__order .order-buying__img img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lk__order .order-buying__link {
  border-radius: 1000px;
  padding: 10px 20px;
  background: #27AFC9;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  display: block;
  max-width: 167px;
}
.lk__order .order-buying__link:hover {
  background: #F3A527;
}
.lk__reviews-star .reviews-star__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.lk__reviews-star .reviews-star__item {
  padding: 20px 0 0 0;
  border-top: 1px solid #cfcfcf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.lk__reviews-star .reviews-star__item:first-child {
  border: none;
  padding: 0;
}
.lk__reviews-star .reviews-star__stars-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lk__reviews-star .reviews-star__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0;
}
.lk__reviews-star .reviews-star__date span {
  font-weight: 500;
  font-size: 13px;
  line-height: 154%;
  color: #656565;
}
.lk__reviews-star .reviews-star__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.lk__reviews-star .reviews-star__title:hover span {
  color: #27AFC9;
}
.lk__reviews-star .reviews-star__title span {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #333333;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.lk__reviews-star .reviews-star__img {
  width: 125px;
  height: 100px;
}
.lk__reviews-star .reviews-star__img img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lk__reviews-star .reviews-star__text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  margin: 0 0 15px;
}
.lk__reviews-star .reviews-star__text p:last-child {
  margin: 0;
}
.lk__reviews-star .reviews-star__link {
  border-radius: 1000px;
  padding: 10px 20px;
  background: #27AFC9;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  display: block;
  max-width: 167px;
}
.lk__reviews-star .reviews-star__link:hover {
  background: #F3A527;
}

.brands-general__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}
.brands-general__menu {
  max-width: 350px;
  width: 100%;
}
.brands-general__menu .header__category-menu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  position: relative;
  top: 0;
  left: 0;
  border-radius: 0 10px 10px 10px;
  z-index: 2;
  margin: 0;
}
.brands-general__menu .header__category-list > ul > li:has(ul.header__category-sub-menu) > a::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.brands-general__menu .header__category-list > ul > li:has(ul.header__category-sub-menu) > a.active::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.brands-general__menu .header__category-list > ul > li > a:hover::after {
  background: #27AFC9 url(../assets/images/icons/arrow-list-white.svg) center center no-repeat;
  background-size: 65%;
  -webkit-transform: translateY(-50%) rotate(-90deg) !important;
          transform: translateY(-50%) rotate(-90deg) !important;
}
.brands-general__menu .header__category-sub-menu {
  top: 0;
  left: 0;
  background: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  max-height: 365px;
  overflow: auto;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  visibility: visible;
  position: relative;
  display: none;
}
.brands-general__menu .header__category-sub-menu.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.brands-general__menu .header__category-sub-menu li a {
  padding: 15px;
}
.brands-general__menu .header__category-sub-menu::-webkit-scrollbar {
  width: 20px;
}
.brands-general__menu .header__category-sub-menu::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.brands-general__menu .header__category-sub-menu::-webkit-scrollbar-thumb {
  background-color: #27AFC9;
  border-radius: 4px;
  border: 9px solid transparent;
  background-clip: content-box;
}
.brands-general__menu .header__category-sub-menu::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
}
.brands-general__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
}
.brands-general__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.brands-general__sort span {
  font-weight: 600;
  font-size: 15px;
  line-height: 130%;
}
.brands-general__sort a {
  font-weight: 600;
  font-size: 17px;
  line-height: 130%;
  text-transform: uppercase;
  text-decoration: none;
  color: #27AFC9;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.brands-general__sort a:hover {
  color: #F3A527;
}
.brands-general__abc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.brands-general__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.brands-general__title h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  text-transform: uppercase;
  margin: 0 0 20px;
  color: #27AFC9;
}
.brands-general__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.brands-general__item {
  border-radius: 10px;
  padding: 10px;
  background: #F4F4F4;
  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-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-decoration: none;
  max-width: calc(20% - 16px);
  width: 100%;
  min-height: 120px;
}
.brands-general__item:hover span {
  color: #27AFC9;
}
.brands-general__item img {
  max-width: 70%;
  max-height: 65px;
}
.brands-general__item span {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #333333;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.wpcf7-spinner {
  display: none !important;
}

/* Laptops & Mobile */
@media (max-width: 1440px) {
  .container {
    padding: 0 15px;
  }

  .hero {
    padding: 0 20px;
  }
  .hero__title {
    padding: 40px;
  }
  .hero__pday {
    padding: 40px;
  }

  .search {
    margin: 20px 20px;
  }

  .brands {
    margin: 0 20px;
  }

  .banner {
    margin: 0 20px;
  }
  .banner:after {
    right: -6vw;
    background-size: 80%;
  }

  .footer__inner {
    gap: 80px;
  }
}
@media (max-width: 1280px) {
  .page-iternal .content__inner {
    max-width: 78%;
  }
  .page-iternal .content__banner {
    max-width: 20%;
    padding: 150px 30px 15px;
  }
  .page-iternal .content__banner-title h2 {
    font-size: 22px;
  }
  .page-iternal .content__banner-title p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  ._pt {
    padding-top: 90px;
  }

  ._pb {
    padding-bottom: 90px;
  }

  ._mt {
    margin-top: 90px;
  }

  ._mb {
    margin-bottom: 90px;
  }

  .container {
    max-width: 984px;
  }

  .header__info, .header__nav {
    display: none;
  }
  .header__nav-toogle {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
  }
  .header__nav-toogle input {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
  }
  .header__nav-toogle input:checked ~ span:nth-child(2) {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(-0.1vw, -0.2vw);
    transform: rotate(45deg) translate(-0.1vw, -0.2vw);
  }
  .header__nav-toogle input:checked ~ span:nth-child(3) {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.2, 0.2);
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  .header__nav-toogle input:checked ~ span:nth-child(4) {
    opacity: 1;
    -webkit-transform: rotate(-45deg) translate(0px, -0.3vw);
    transform: rotate(-45deg) translate(0px, -0.3vw);
  }
  .header__nav-toogle input:checked ~ .header__menu {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    right: -2vw;
  }
  .header__nav-toogle input:checked ~ .header__menu-bg {
    opacity: 0.7;
    visibility: visible;
  }
  .header__nav-toogle > span {
    display: block;
    width: 36px;
    height: 3px;
    position: relative;
    background: #333333;
    border-radius: 3px;
    z-index: 1;
    -webkit-transform-origin: 4px 0px;
    transform-origin: 4px 0px;
    -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  .header__menu {
    position: absolute;
    max-width: 330px;
    width: 100vw;
    top: -15px;
    padding: 20px;
    right: -100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 15px;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-shadow: 4px 4px 39px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 4px 4px 39px 0 rgba(0, 0, 0, 0.1);
  }
  .header__menu-bg {
    position: absolute;
    top: -11vw;
    left: -100vw;
    width: 1000vw;
    height: 2000vh;
    background: #333333;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    visibility: hidden;
  }
  .header__menu-list ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .header__menu-list ul li {
    list-style: none;
    margin: 0;
  }
  .header__menu-list ul li a {
    text-decoration: none;
    font-size: 15px;
    line-height: 110%;
    color: #333333;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .header__menu-list ul li a:hover {
    color: #27AFC9;
  }
  .header__menu-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .header__menu-address {
    padding: 0 0 0 30px;
  }
  .header__menu-address span {
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
    position: relative;
  }
  .header__menu-address span::before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../assets/images/icons/address.svg) center center no-repeat;
  }
  .header__menu-time {
    padding: 0 0 0 30px;
    max-width: 180px;
  }
  .header__menu-time span {
    font-weight: 400;
    font-size: 15px;
    line-height: 110%;
    position: relative;
  }
  .header__menu-time span::before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../assets/images/icons/time.svg) center center no-repeat;
  }
  .header__menu-phone {
    padding: 0 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .header__menu-phone a {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    color: #333333;
    position: relative;
  }
  .header__menu-phone a::before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../assets/images/icons/phone.svg) center center no-repeat;
  }
  .header__menu-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .header__menu-soc a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header__menu-soc a:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  .hero__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero__title, .hero__pday {
    max-width: 100%;
  }

  .cats__items {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .cats__item {
    max-width: calc(33.333% - 15px);
  }

  .advantages__item {
    max-width: calc(50% - 16px);
  }

  .brands__item {
    max-width: 33.333%;
  }

  .carts__items .slick-prev {
    left: -2vw;
  }
  .carts__items .slick-next {
    right: -2vw;
  }

  .banner {
    padding: 60px 40px 92px;
  }
  .banner::after {
    right: 0;
    bottom: 0;
    top: auto;
    background: url(../assets/images/banner/img-1024.png) center center no-repeat;
    width: 434px;
    height: 289px;
  }
  .banner__info {
    max-width: 430px;
  }
  .banner__info h2, .banner__info p {
    text-align: left;
  }
  .banner__info a {
    margin: 0;
  }

  .footer__inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer__sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0;
  }
  .footer__sub-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__bottom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    position: relative;
  }
  .footer__pay {
    position: absolute;
    right: 20px;
    top: 40px;
  }

  .products__carts--columns .carts__item {
    max-width: calc(50% - 10px);
  }
  .products__carts--list .carts__item {
    gap: 20px;
  }

  .reviews__text {
    height: 210px;
  }

  .page-cart .cart-fixed__wrapper {
    gap: 20px;
  }
  .page-cart .cart-fixed__info {
    gap: 15px;
  }
  .page-cart .cart-fixed__price {
    gap: 15px;
  }
  .page-cart .cart-fixed__title span {
    font-size: 14px;
  }
  .page-cart .cart-fixed__price .price__buttons {
    max-width: 180px;
  }
  .page-cart .cart__inner {
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-cart .cart__col:first-child, .page-cart .cart__col:nth-child(2) {
    max-width: calc(50% - 8px);
  }
  .page-cart .cart__col:nth-child(3) {
    max-width: 100%;
  }
  .page-cart .cart__img {
    margin: 0 0 15px;
  }
  .page-cart .cart__price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
  }
  .page-cart .cart__tabs {
    padding: 20px 15px;
  }
  .page-cart .cart__tabs nav a {
    padding: 10px 20px;
    font-size: 18px;
  }
  .page-cart .price__delivery, .page-cart .price__pay {
    max-width: calc(50% - 7.5px);
    width: 100%;
  }

  .page-not-found .not-found__wrapper {
    padding: 40px 20px 350px;
  }

  .page-iternal .sert__slider .slick-prev {
    right: 7vw;
  }
  .page-iternal .content__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-iternal .content__inner {
    max-width: 100%;
  }
  .page-iternal .content__banner {
    max-width: 100%;
    width: 100%;
    padding: 0 15px 30px;
  }
  .page-iternal .content__banner-img {
    position: relative;
    top: 0;
  }

  .favorites__header {
    padding: 15px;
  }

  .item {
    padding: 15px;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  .item-checkbox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .item-image {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    max-width: 14vw;
    padding: 0;
  }
  .item-details {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 100%;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .item-article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 25vw;
  }
  .item-quantity {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .item-title {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    max-width: 52vw;
  }
  .item-price {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    max-width: 15vw;
  }
  .item-delete .item-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .item-delete .item-return {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .basket__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .basket__header {
    margin: 0 0 6.25vw;
  }
  .basket__delete {
    font-size: 3.44vw;
  }
  .basket__items {
    gap: 6.25vw;
  }
  .basket__summary {
    max-width: 100%;
  }
  .basket .item-title {
    max-width: 37vw;
  }
  .basket .item-price {
    max-width: 13vw;
  }

  .order__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .order__inner .basket__summary {
    max-width: 100%;
    margin: 0;
  }
  .order__info {
    padding: 0;
    max-width: 100%;
  }
  .order__info::before {
    content: none;
  }
  .order__info .payment-method .order__title span::before {
    content: none;
  }
  .order__title span {
    position: relative;
    left: 0;
    top: 0;
  }

  .lk__tabs {
    gap: 50px;
  }
  .lk__tab {
    max-width: 73%;
  }

  .brands-general__menu {
    display: none;
  }
}
@media (max-width: 960px) {
  .page-cart .cart-fixed {
    display: none;
  }
}
@media (max-width: 768px) {
  ._pt {
    padding-top: 70px;
  }

  ._pb {
    padding-bottom: 70px;
  }

  ._mt {
    margin-top: 70px;
  }

  ._mb {
    margin-bottom: 70px;
  }

  .container {
    max-width: 100%;
    padding: 0 20px;
  }

  .title h1, .title h2, .entry-header h1, .entry-header h2 {
    font-size: 26px;
    margin: 0 0 30px;
  }

  .header {
    padding: 15px 0;
    margin: 0 0 20px;
    border-radius: 0 0 20px 20px;
  }
  .header__phone {
    top: 1.5vw;
    padding: 5px 25px 5px 5px;
    gap: 7px;
  }
  .header__phone span {
    top: 1.2vw;
  }
  .header__category-button {
    padding: 12px 30px;
    font-size: 18px;
    gap: 15px;
  }

  .hero__title {
    padding: 30px;
  }
  .hero__title h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    margin: 0 0 30px;
  }
  .hero__title ul li {
    font-size: 15px;
  }
  .hero__pday {
    padding: 30px;
  }
  .hero__info a:first-child {
    font-size: 15px;
  }

  .search {
    padding: 30px 10px;
  }
  .search__title span {
    font-size: 20px;
  }
  .search-form {
    gap: 10px;
  }
  .search-form__error {
    max-width: 300px;
  }
  .search-form__row {
    gap: 15px;
  }
  .search-form__select {
    width: 238px;
    font-size: 14px;
  }
  .search-form__select-trigger {
    padding: 15px;
  }
  .search-form__select-options-item {
    padding: 10px;
  }
  .search-form__input input {
    font-size: 14px;
  }
  .search-form__button {
    max-width: 129px;
    font-size: 14px;
  }
  .search__help {
    padding: 0 0 0 30px;
  }
  .search__help p {
    font-size: 14px;
  }

  .cats__item {
    padding: 20px 10px;
  }
  .cats__info h3 {
    font-size: 18px;
  }
  .cats__info p {
    font-size: 15px;
  }

  .advantages__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
  }
  .advantages__img {
    width: 55px;
    height: 55px;
  }
  .advantages__info {
    max-width: 75%;
  }
  .advantages__info p {
    font-size: 15px;
  }
  .advantages__info p span {
    font-size: 18px;
  }

  .brands__items {
    margin: 0 0 30px;
  }
  .brands__item {
    height: 100px;
  }
  .brands__button a {
    font-size: 15px;
  }

  .carts__items .slick-arrow {
    top: 44%;
  }
  .carts__title {
    font-size: 15px;
  }
  .carts__price {
    font-size: 18px;
  }
  .carts-more__items {
    gap: 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .carts-more__item {
    max-width: calc(50% - 8px);
  }

  .banner {
    padding: 60px 10px 92px;
  }
  .banner::after {
    right: -3vw;
    bottom: -10vw;
  }
  .banner__info h2 {
    font-size: 26px;
  }
  .banner__info a {
    max-width: 203px;
    font-size: 15px;
  }

  .faq__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .faq__col {
    max-width: 100%;
  }

  .footer__inner {
    gap: 20px;
  }
  .footer__title h3 {
    font-size: 16px;
  }
  .footer__nav ul {
    gap: 10px 15px;
  }
  .footer__sub {
    gap: 15px;
  }
  .footer__sub-form {
    gap: 15px;
  }
  .footer__sub-form input[type="text"] {
    max-width: 350px;
  }

  .content__tables {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content__tables table {
    max-width: 100%;
  }
  .content__tables table th {
    font-size: 18px;
  }

  .products__filter {
    position: absolute;
    top: -1vw;
    left: 0;
    max-width: 229px;
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 10;
  }
  .products__filter > span {
    font-weight: 600;
    font-size: 15px;
    line-height: 130%;
    cursor: pointer;
  }
  .products__filter > span::before {
    width: 25px;
    height: 25px;
    padding: 5px;
  }
  .products__filter-inner {
    display: none;
  }
  .products__filter-inner.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 10px 0;
  }
  .products__filter .filter-statuses label {
    font-size: 12px;
  }
  .products__filter .filter-statuses label input[type="checkbox"] {
    width: 15px;
    height: 15px;
  }
  .products__filter .price-filter > label {
    font-size: 15px;
  }
  .products__filter .price-filter .price-fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .products__filter .price-filter .price-field {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .products__filter .filter-category .filter-category-header {
    font-size: 15px;
    padding: 5px 0;
  }
  .products__filter .filter-category .filter-category-body label {
    font-size: 12px;
  }
  .products__filter .filter-category .filter-category-body label input[type="checkbox"] {
    width: 15px;
    height: 15px;
  }
  .products__filter .filter-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .products__filter .filter-actions .btn {
    max-width: 100%;
  }
  .products__carts-controls {
    padding: 0 0 0 35vw;
  }
  .products__carts--columns .carts__item {
    max-width: calc(33.333% - 14px);
  }
  .products__carts--columns .carts__bottom {
    -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;
    gap: 18px;
  }

  .advantages__price {
    padding: 30px 20px;
  }
  .advantages__price-info {
    max-width: 100%;
  }
  .advantages__price-img {
    display: none;
  }

  .reviews__slider .slick-arrow {
    top: -12vw;
  }
  .reviews__slider .slick-prev {
    right: 10vw;
  }
  .reviews__name {
    font-size: 15px;
  }
  .reviews__text {
    height: 150px;
  }
  .reviews__text p {
    font-size: 15px;
  }
  .reviews__product {
    font-size: 14px;
  }

  .more-buttons__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .more-buttons__item {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .more-buttons__item:first-child .more-buttons__img {
    top: 0;
    right: 0;
  }
  .more-buttons__item:nth-child(2) .more-buttons__img {
    top: 0;
    right: 0;
  }
  .more-buttons__img {
    position: relative;
  }

  .breadcrumps ul {
    gap: 5px 18px;
  }

  .page-category .advantages__items, .page-sub-category .advantages__items {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
  .page-category .advantages__item, .page-sub-category .advantages__item {
    max-width: calc(50% - 10px);
  }

  .page-iternal .content__wrapper h2 {
    font-size: 26px;
  }
  .page-iternal .content__wrapper table tr td {
    max-width: 50%;
    width: 100%;
  }
  .page-iternal .pay__item {
    gap: 10px;
  }
  .page-iternal .pay__item img {
    max-width: 60px;
  }
  .page-iternal .pay__item span {
    font-size: 9px;
  }
  .page-iternal .sert__slider .slick-prev {
    right: 9vw;
  }

  .page-cart.cart-not-available .subscription__title h2, .page-reviews.cart-not-available .subscription__title h2 {
    font-size: 20px;
  }
  .page-cart .cart-fixed__price .price__buttons, .page-reviews .cart-fixed__price .price__buttons {
    max-width: 100px;
  }
  .page-cart .cart-fixed__price .price__buttons a, .page-reviews .cart-fixed__price .price__buttons a {
    text-indent: -99999px;
    padding: 5px;
    position: relative;
    gap: 3px;
  }
  .page-cart .cart-fixed__price .price__buttons a:after, .page-reviews .cart-fixed__price .price__buttons a:after {
    content: '';
    width: 12px;
    height: 12px;
    background: url(../assets/images/icons/pluse.svg) right center no-repeat;
  }
  .page-cart .cart__slider-nav, .page-reviews .cart__slider-nav {
    margin: 0 -7.5px;
  }
  .page-cart .cart__slider-nav .slick-slide, .page-reviews .cart__slider-nav .slick-slide {
    max-width: 60px;
    margin: 0 7.5px;
  }
  .page-cart .cart__description p, .page-reviews .cart__description p {
    font-size: 15px;
    line-height: 160%;
  }
  .page-cart .cart__tabs nav, .page-reviews .cart__tabs nav {
    gap: 20px;
  }
  .page-cart .cart__tabs nav a, .page-reviews .cart__tabs nav a {
    padding: 10px;
  }
  .page-cart .cart__tab-description p, .page-reviews .cart__tab-description p {
    font-size: 15px;
  }
  .page-cart .cart__tab-description h3, .page-reviews .cart__tab-description h3 {
    font-size: 18px;
  }
  .page-cart .cart__tab-description ul li, .page-reviews .cart__tab-description ul li {
    font-size: 15px;
  }
  .page-cart .cart__tab-reviews, .page-reviews .cart__tab-reviews {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-cart .spec__title h3, .page-reviews .spec__title h3 {
    font-size: 18px;
  }
  .page-cart .spec__row, .page-reviews .spec__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-cart .spec__col, .page-reviews .spec__col {
    max-width: calc(50% - 20px);
  }
  .page-cart .price__wrapper, .page-reviews .price__wrapper {
    padding: 20px;
  }
  .page-cart .delivery__title h3, .page-cart .pay__title h3, .page-reviews .delivery__title h3, .page-reviews .pay__title h3 {
    font-size: 18px;
  }
  .page-cart .compatibility__title h2, .page-reviews .compatibility__title h2 {
    font-size: 20px;
  }
  .page-cart .compatibility__title h3, .page-reviews .compatibility__title h3 {
    height: 35px;
  }
  .page-cart .compatibility__row, .page-reviews .compatibility__row {
    gap: 40px;
  }
  .page-cart .compatibility__items, .page-reviews .compatibility__items {
    gap: 15px 10px;
  }
  .page-cart .compatibility__item, .page-reviews .compatibility__item {
    max-width: calc(33.333% - 7px);
  }
  .page-cart .reviews__graph, .page-reviews .reviews__graph {
    max-width: 70%;
  }
  .page-cart .reviews__list, .page-reviews .reviews__list {
    max-width: 100%;
  }
  .page-cart .review-text p, .page-reviews .review-text p {
    font-size: 15px;
  }
  .page-cart .review-admin p, .page-reviews .review-admin p {
    font-size: 15px;
  }
  .page-cart .rating-overall__title h2, .page-reviews .rating-overall__title h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
  }
  .page-cart .rating-overall__num, .page-reviews .rating-overall__num {
    width: 70px;
    height: 70px;
    font-size: 30px;
    line-height: 100%;
  }
  .page-cart .rating-overall__stars, .page-reviews .rating-overall__stars {
    gap: 0;
  }

  .page-not-found .not-found__wrapper {
    padding: 40px 20px 280px;
  }
  .page-not-found .not-found__title h1 {
    font-size: 26px;
  }
  .page-not-found .not-found__title p {
    font-size: 18px;
  }

  .page-thanks .thanks__wrapper {
    padding: 40px 30px;
  }
  .page-thanks .thanks__title h1 {
    font-size: 26px;
  }
  .page-thanks .thanks__title p {
    font-size: 18px;
  }
  .page-thanks .thanks__buttons a {
    font-size: 15px;
  }

  .review-form__wrapper {
    padding: 30px;
  }
  .review-form__title {
    font-size: 26px;
    margin: 0 0 30px;
  }
  .review-form__submit {
    font-size: 18px;
  }

  .hint-popup {
    right: 8%;
  }

  .contacts__title h3 {
    font-size: 20px;
  }
  .contacts__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts__info {
    max-width: 100%;
  }
  .contacts__form {
    max-width: 100%;
  }
  .contacts__items {
    padding: 20px;
  }
  .contacts__road {
    padding: 20px;
  }

  .favorites-empty__text h2 {
    font-size: 26px;
  }
  .favorites-empty__text p {
    font-size: 18px;
  }
  .favorites-empty__link {
    font-size: 18px;
  }

  .item {
    gap: 20px;
  }
  .item-article {
    gap: 17vw;
  }
  .item-image img {
    max-height: 110px;
  }
  .item-title {
    max-width: 44vw;
  }
  .item-title a {
    font-size: 15px;
  }
  .item-specs ul li {
    font-size: 12px;
  }
  .item-price {
    max-width: 20vw;
  }
  .item-price span {
    font-size: 26px;
  }

  .basket-empty__text h2 {
    font-size: 26px;
  }
  .basket-empty__text p {
    font-size: 18px;
  }
  .basket-empty__link {
    font-size: 18px;
  }
  .basket__text {
    margin: 30px 0 0;
  }
  .basket__text h2 {
    font-size: 26px;
    margin: 0 0 15px;
  }
  .basket__text p {
    font-size: 18px;
  }

  .order__title {
    font-size: 26px;
    gap: 10px;
  }

  .lk__tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .lk__tabs > nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .lk__tabs > nav a {
    font-size: 15px;
  }
  .lk__tab {
    max-width: 100%;
  }
  .lk__title h2 {
    font-size: 26px;
  }
  .lk__details .lk__fields {
    margin: 0 0 40px;
  }

  .brands-general__title h2 {
    font-size: 30px;
    line-height: 130%;
    margin: 0 0 10px;
  }
  .brands-general__list {
    gap: 20px;
  }
  .brands-general__item img {
    max-height: 40px;
  }
  .brands-general__item span {
    font-size: 15px;
  }
}
@media (max-width: 430px) {
  ._pt {
    padding-top: 15.63vw;
  }

  ._pb {
    padding-bottom: 15.63vw;
  }

  ._mt {
    margin-top: 15.63vw;
  }

  ._mb {
    margin-bottom: 15.63vw;
  }

  .container {
    padding: 0 4.69vw;
  }

  .title h1, .title h2, .entry-header h1, .entry-header h2 {
    font-size: 5.63vw;
    margin: 0 0 9.38vw;
  }
  .title__check::before, .title__light::before, .title__scales::before, .entry-header__check::before, .entry-header__light::before, .entry-header__scales::before {
    width: 7.81vw;
    height: 7.81vw;
    background-size: contain;
  }

  .header {
    padding: 4.69vw 0;
    margin: 0 0 4.69vw;
  }
  .header__logo {
    max-width: 50vw;
  }
  .header__phone, .header__soc {
    display: none;
  }
  .header__nav-toogle input:checked ~ .header__menu {
    padding: 4.69vw;
    right: -3vw;
  }
  .header__menu {
    gap: 6.25vw;
  }
  .header__menu-list ul {
    gap: 4.69vw;
  }
  .header__menu-list ul li a {
    font-size: 4.06vw;
  }
  .header__menu-address, .header__menu-time {
    padding: 0 0 0 7.81vw;
  }
  .header__menu-address span, .header__menu-time span {
    font-size: 3.75vw;
  }
  .header__menu-address span::before, .header__menu-time span::before {
    width: 6.25vw;
    height: 6.25vw;
    left: -7.81vw;
    background-size: contain;
  }
  .header__menu-time {
    max-width: 46.88vw;
  }
  .header__menu-phone {
    padding: 0 0 0 7.81vw;
    gap: 3.13vw;
  }
  .header__menu-phone a {
    font-size: 3.75vw;
  }
  .header__menu-phone a::before {
    width: 5.63vw;
    height: 5.63vw;
    left: -7.81vw;
    background-size: contain;
  }
  .header__menu-soc {
    gap: 4.69vw;
  }
  .header__menu-soc img {
    width: 9.38vw;
  }
  .header-contacts {
    gap: 6.25vw;
  }
  .header__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.69vw;
  }
  .header__category {
    width: 100%;
  }
  .header__category-button {
    max-width: 100%;
    width: 100%;
    font-size: 4.69vw;
    gap: 3.13vw;
  }
  .header__category-button img {
    width: 7.81vw;
  }
  .header__category-menu {
    margin: 3.13vw 0 0 0;
    padding: 3.13vw 3.13vw 6.25vw 3.13vw;
  }
  .header__category-menu.submenu-open {
    border-radius: 0 20px 20px 20px;
  }
  .header__category-sub-menu {
    right: 0;
  }
  .header__category-sub-menu.active {
    position: relative;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
  }
  .header__category-list {
    margin: 0 0 4.69vw;
  }
  .header__category-list ul li a {
    font-size: 4.06vw;
    padding: 3.75vw 10.94vw 3.75vw 3.75vw;
  }
  .header__category-list ul li a::after {
    width: 7.50vw;
    height: 7.50vw;
  }
  .header__category-link a {
    font-size: 3.75vw;
  }
  .header__control {
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .header__wischlist img, .header__basket img, .header__account img {
    width: 6.25vw;
  }
  .header__wischlist span, .header__basket span, .header__account span {
    display: none;
  }
  .header__wischlist .control__number, .header__wischlist .control__number-wish, .header__basket .control__number, .header__basket .control__number-wish, .header__account .control__number, .header__account .control__number-wish {
    width: 3.75vw;
    height: 3.75vw;
    right: -25%;
    font-size: 2.50vw;
  }
  .header__account a.authorized img {
    width: 6.25vw;
  }

  .hero {
    padding: 0 4.69vw;
    margin: 0 0 6.25vw;
  }
  .hero__wrapper {
    gap: 6.25vw;
  }
  .hero__title {
    padding: 6.25vw;
  }
  .hero__title h1 {
    font-size: 5.63vw;
    margin: 0 0 6.25vw;
  }
  .hero__title ul li {
    font-size: 4.69vw;
    margin: 0 0 2.50vw;
  }
  .hero__pday {
    padding: 6.25vw;
  }
  .hero__timer {
    gap: 4.69vw;
    margin: 0 0 4.69vw;
  }
  .hero__timer-title h2 {
    font-size: 5vw;
  }
  .hero__slider {
    max-width: 100%;
  }
  .hero__slider .slick-arrow {
    z-index: 2;
  }
  .hero__slider .slick-prev {
    left: -5vw;
  }
  .hero__slider .slick-next {
    right: -5vw;
  }
  .hero__slide {
    gap: 4.69vw;
  }
  .hero__shield {
    padding: 1.56vw 0;
    max-width: 38.44vw;
    width: 100%;
    font-size: 4.06vw;
  }
  .hero__img img {
    height: 46.88vw;
  }
  .hero__info {
    gap: 3.13vw;
  }
  .hero__info a:first-child {
    font-size: 4.69vw;
    text-align: center;
  }
  .hero__basket {
    padding: 1.56vw 0;
    max-width: 50.63vw;
    width: 100%;
    font-size: 4.38vw;
  }
  .hero__basket::before {
    left: 6.25vw;
    width: 7.50vw;
    height: 7.50vw;
  }

  .timer {
    gap: 3.44vw;
  }
  .timer > div {
    width: 9.69vw;
    height: 7.81vw;
  }
  .timer > div > div {
    font-size: 4.38vw;
  }

  .search {
    padding: 6.25vw 0;
    margin: 0 4.69vw 4.69vw;
  }
  .search__warpper {
    gap: 6.25vw;
  }
  .search__title span {
    font-size: 6.25vw;
  }
  .search-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.13vw;
  }
  .search-form__error {
    max-width: 100%;
    left: 0;
    padding: 1.56vw;
    font-size: 3.75vw;
  }
  .search-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: none;
    width: 100%;
    gap: 3.13vw;
  }
  .search-form__row.invalid {
    border: none;
  }
  .search-form__row.invalid .search-form__input input {
    border: 1px solid #c9272a;
  }
  .search-form__select {
    width: 100%;
  }
  .search-form__select-trigger {
    border: none;
    padding: 4.69vw;
    font-size: 4.69vw;
    gap: 1.56vw;
    max-width: 100%;
  }
  .search-form__select-trigger::after {
    width: 3.13vw;
    height: 2.19vw;
  }
  .search-form__select-options-item {
    padding: 3.13vw;
    font-size: 4.69vw;
  }
  .search-form__input input {
    padding: 3.13vw;
    font-size: 4.69vw;
    text-align: center;
    border: 1px solid transparent;
  }
  .search-form__button {
    max-width: 100%;
    width: 100%;
    padding: 3.13vw;
    font-size: 4.69vw;
    max-height: 15vw;
  }
  .search__help {
    padding: 0;
  }
  .search__help p {
    font-size: 4.06vw;
    text-align: center;
  }

  .cats__items {
    gap: 4.69vw;
  }
  .cats__item {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.13vw;
    padding: 3.13vw;
  }
  .cats__img {
    width: 28.13vw;
  }
  .cats__info {
    max-width: 65%;
  }
  .cats__info h3 {
    font-size: 5.63vw;
    text-align: left;
    margin: 0 0 2.50vw;
  }
  .cats__info p {
    font-size: 4.69vw;
    text-align: left;
  }

  .advantages__items {
    gap: 6.25vw;
  }
  .advantages__item {
    max-width: 100%;
    gap: 4.69vw;
  }
  .advantages__img {
    width: 17.19vw;
    height: 17.19vw;
  }
  .advantages__info p {
    font-size: 4.69vw;
    margin: 0 0 3.13vw;
  }
  .advantages__info p span {
    font-size: 5.63vw;
  }

  .brands {
    padding: 12.50vw 0;
    margin: 0 4.69vw;
  }
  .brands__item {
    max-width: 50%;
  }
  .brands__item img {
    max-width: 80%;
  }

  .reviews .title h1, .reviews .title h2 {
    margin: 0 0 6.25vw;
  }
  .reviews__slider {
    margin: 0 -3.13vw 6.25vw;
  }
  .reviews__slider .slick-arrow {
    top: -14vw;
    width: 9.38vw;
    height: 9.38vw;
  }
  .reviews__slider .slick-prev {
    right: 15vw;
  }
  .reviews__slide {
    padding: 4.69vw;
    margin: 0 3.13vw;
  }
  .reviews__info {
    padding: 2.19vw;
  }
  .reviews__title {
    margin: 0 0 3.13vw;
  }
  .reviews__name {
    font-size: 3.75vw;
  }
  .reviews__date {
    font-size: 3.13vw;
  }
  .reviews__rating {
    gap: 0.94vw;
    margin: 0 0 3.13vw;
  }
  .reviews__product {
    font-size: 3.75vw;
  }
  .reviews__text {
    height: 25vw;
  }
  .reviews__text p {
    font-size: 3.44vw;
  }
  .reviews__link a {
    font-size: 4.38vw;
    padding: 0 9.38vw 0 0;
  }
  .reviews__link a::after {
    width: 9.38vw;
    height: 9.38vw;
  }

  .carts__items {
    margin: 0 -3.13vw;
    overflow: hidden;
    position: relative;
  }
  .carts__items.slick-slider .slick-list {
    overflow: hidden;
    position: relative;
  }
  .carts__items.slick-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .carts__items.slick-slider .slick-slide {
    height: auto;
    float: none;
  }
  .carts__items .slick-arrow {
    top: 32%;
  }
  .carts__items .slick-prev {
    left: -3vw;
  }
  .carts__items .slick-next {
    right: -3vw;
  }
  .carts__item {
    gap: 3.13vw;
    margin: 0 3.13vw;
  }
  .carts__available {
    font-size: 3.75vw;
  }
  .carts__img {
    height: 31.25vw;
  }
  .carts__img img {
    height: 31.25vw;
  }
  .carts__title {
    font-size: 4.06vw;
  }
  .carts__info {
    gap: 3.13vw;
  }
  .carts__specs ul li {
    font-size: 3.75vw;
    margin: 0 0 1.56vw;
  }
  .carts__bottom {
    -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;
    gap: 3.75vw;
  }
  .carts__price {
    font-size: 5.63vw;
  }
  .carts__links {
    gap: 3.13vw;
    width: 100%;
  }
  .carts__wischlist {
    padding: 1.88vw;
    width: 11.25vw;
    height: 11.25vw;
  }
  .carts__basket {
    width: 65%;
    padding: 1.56vw 7.81vw 1.56vw 0;
  }
  .carts__basket::before {
    width: 3.75vw;
    height: 3.75vw;
    right: 7.81vw;
    background-size: contain;
  }
  .carts-more__img {
    width: 37.50vw;
  }
  .carts-more__items {
    gap: 4.69vw;
  }
  .carts-more__item {
    max-width: 100%;
    padding: 3.13vw;
    gap: 4.69vw;
  }
  .carts-more__title span {
    font-size: 4.38vw;
    margin: 0 0 4.69vw;
  }
  .carts-more__category {
    font-size: 3.75vw;
  }
  .carts-more__link a {
    width: 7.81vw;
    height: 7.81vw;
  }
  .carts-more__link a::before {
    width: 4.69vw;
    height: 2.50vw;
  }

  .page-iternal .content__wrapper h3 {
    font-size: 6.25vw;
    margin: 0 0 6.25vw;
    gap: 3.13vw;
  }
  .page-iternal .content__wrapper p {
    font-size: 4.69vw;
    margin: 0 0 4.69vw;
  }
  .page-iternal .content__wrapper ul, .page-iternal .content__wrapper ol {
    padding: 0 0 0 6.25vw;
  }
  .page-iternal .content__wrapper ul li, .page-iternal .content__wrapper ol li {
    font-size: 4.69vw;
    margin: 0 0 3.13vw;
  }
  .page-iternal .content__tables table tr th {
    padding: 4.69vw 0;
    font-size: 4.69vw;
  }
  .page-iternal .content__tables table tr td {
    padding: 3.13vw 0;
    font-size: 4.69vw;
  }
  .page-iternal .content__banner-img {
    margin: 0 0 4.69vw;
  }
  .page-iternal .content__banner-title p {
    font-size: 4.38vw;
    margin: 0 0 4.69vw;
  }
  .page-iternal .content__banner-title p span {
    font-size: 6.25vw;
  }
  .page-iternal .content__banner-title p:last-child {
    margin: 0 0 4.69vw;
  }
  .page-iternal .content__banner-link a {
    width: 100%;
    font-size: 4.38vw;
    padding: 3.13vw;
  }

  .banner {
    margin: 0 4.69vw;
    padding: 12.50vw 0 41.88vw;
  }
  .banner::after {
    width: 62vw;
    height: 48vw;
    background-size: contain;
  }
  .banner__info {
    max-width: 100%;
  }
  .banner__info h2 {
    font-size: 5.63vw;
    margin: 0 0 4.69vw;
  }
  .banner__info p {
    font-size: 5.63vw;
    margin: 0 0 9.38vw;
  }
  .banner__info a {
    max-width: 62.50vw;
    padding: 4.69vw 0;
    font-size: 4.69vw;
  }

  .faq__col {
    gap: 4.69vw;
  }
  .faq__question {
    padding: 4.69vw 12.50vw 4.69vw 4.69vw;
    font-size: 4.5vw;
    margin: 0 0 1.56vw;
  }
  .faq__answer p {
    font-size: 4.06vw;
    margin: 0 0 4.69vw;
  }
  .faq__row--active .faq__answer {
    padding: 4.69vw;
  }

  .footer {
    padding: 9.38vw 4.69vw;
  }
  .footer .text-center {
    text-align: left;
  }
  .footer__logo {
    max-width: 90.63vw;
  }
  .footer__title span {
    font-size: 4.38vw;
    margin: 0 0 3.13vw;
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9.38vw;
    padding: 0 0 9.38vw;
  }
  .footer__nav ul {
    max-height: none;
    gap: 3.13vw;
  }
  .footer__nav ul li {
    max-width: 100%;
  }
  .footer__nav ul li a {
    font-size: 4.38vw;
  }
  .footer__contacts {
    max-width: 100%;
  }
  .footer__address {
    margin: 0 0 4.69vw;
    padding: 0 0 0 9.38vw;
  }
  .footer__address span {
    font-size: 5vw;
  }
  .footer__address span::before {
    width: 7.50vw;
    height: 7.50vw;
    left: -9.38vw;
    background-size: contain;
  }
  .footer__time {
    margin: 0 0 4.69vw;
    padding: 0 0 0 9.38vw;
  }
  .footer__time span {
    font-size: 5vw;
    max-width: 57.50vw;
  }
  .footer__time span::before {
    width: 7.50vw;
    height: 7.50vw;
    left: -9.38vw;
    background-size: contain;
  }
  .footer__email {
    margin: 0 0 4.69vw;
    padding: 0 0 0 9.38vw;
  }
  .footer__email a {
    font-size: 5vw;
  }
  .footer__email a::before {
    width: 7.50vw;
    height: 7.50vw;
    left: -9.38vw;
    background-size: contain;
  }
  .footer__phone {
    margin: 0 0 4.69vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.69vw;
  }
  .footer__phone a {
    font-size: 5vw;
    padding: 0 0 0 9.38vw;
  }
  .footer__phone a::before {
    width: 7.50vw;
    height: 7.50vw;
    left: 0;
    background-size: contain;
  }
  .footer__soc {
    gap: 3.13vw;
  }
  .footer__soc img {
    width: 9.38vw;
  }
  .footer__sub {
    padding: 9.38vw 0;
    gap: 3.13vw;
  }
  .footer__sub-title span {
    font-size: 4.38vw;
    text-align: center;
  }
  .footer__sub-form {
    gap: 3.13vw;
  }
  .footer__sub-form input[type="text"] {
    max-width: 100%;
    padding: 4.69vw;
    font-size: 4.69vw;
  }
  .footer__sub-agreement {
    gap: 1.56vw;
  }
  .footer__sub-agreement label::before {
    width: 6.25vw;
    height: 6.25vw;
  }
  .footer__sub-agreement p {
    font-size: 4.06vw;
  }
  .footer__sub-checkbox {
    width: 6.25vw;
    height: 6.25vw;
  }
  .footer__sub button {
    max-width: 62.50vw;
    padding: 4.69vw 0;
    font-size: 4.69vw;
  }
  .footer__bottom {
    padding: 9.38vw 0 0;
    gap: 3.13vw;
  }
  .footer__copyright span {
    font-size: 4.06vw;
  }
  .footer__page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.13vw;
  }
  .footer__page a {
    font-size: 4.06vw;
  }
  .footer__pay {
    position: relative;
    top: 0;
    right: auto;
    gap: 1.56vw;
  }
  .footer__pay img {
    width: 16.56vw;
  }

  .breadcrumps {
    margin: 7.81vw 0;
  }
  .breadcrumps__wrapper ul {
    gap: 1.56vw 4.69vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .breadcrumps__wrapper ul li:after {
    font-size: 4.06vw;
    right: -3.75vw;
  }
  .breadcrumps__wrapper ul li a {
    font-size: 4.06vw;
  }

  .products__filter {
    max-width: 40.63vw;
    padding: 1.56vw 2.50vw;
    gap: 4.69vw;
  }
  .products__filter > span {
    font-size: 3.75vw;
  }
  .products__filter-inner {
    gap: 4.69vw;
    padding: 0 0 3.13vw 0;
  }
  .products__filter .filter-statuses label {
    font-size: 2.81vw;
    line-height: 110%;
    margin: 0 0 3.13vw;
  }
  .products__filter .filter-statuses label input[type="checkbox"] {
    min-width: 3.75vw;
    width: 3.75vw;
    height: 3.75vw;
  }
  .products__filter .price-filter > label {
    font-size: 3.75vw;
    margin: 0 0 1.56vw;
  }
  .products__filter .price-filter .price-fields {
    gap: 3.13vw;
  }
  .products__filter .price-filter .price-field {
    padding: 2.50vw;
  }
  .products__filter .price-filter .price-field input {
    font-size: 3.44vw;
  }
  .products__filter .price-filter .price-field .price-label {
    font-size: 3.44vw;
  }
  .products__filter .price-filter .price-field .currency {
    font-size: 3.44vw;
  }
  .products__filter .filter-category .filter-category-header {
    padding: 1.56vw 0 1.56vw 4.69vw;
    font-size: 3.75vw;
  }
  .products__filter .filter-category .filter-category-header::before {
    width: 3.13vw;
    height: 1.56vw;
    position: absolute;
    left: 2.50vw;
  }
  .products__filter .filter-category .filter-category-body label {
    font-size: 2.81vw;
    line-height: 110%;
    margin: 0 0 3.13vw;
  }
  .products__filter .filter-category .filter-category-body .show-more {
    font-size: 2.81vw;
    margin: 3.13vw 0 0 0;
  }
  .products__filter .filter-actions {
    gap: 3.13vw;
  }
  .products__filter .filter-actions .btn {
    padding: 3.13vw;
    font-size: 3.75vw;
  }
  .products__change {
    display: none;
  }
  .products__carts-controls {
    padding: 0 0 0 55%;
  }
  .products__carts--columns .carts__items {
    gap: 4.69vw;
  }
  .products__carts--columns .carts__item {
    max-width: calc(50% - 11px);
  }
  .products__carts--columns .carts__basket {
    padding: 1.56vw 7.81vw 1.56vw 0;
  }
  .products__carts--columns .carts__basket span {
    display: none;
  }
  .products__carts--columns .carts__basket::before {
    content: '';
    width: 3.75vw;
    height: 3.75vw;
    position: absolute;
    right: 7.81vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../assets/images/icons/pluse.svg) center center no-repeat;
    background-size: contain;
  }

  .custom-select {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .custom-select .select-label, .custom-select .select-value {
    font-size: 3.44vw;
  }
  .custom-select .select-options li {
    padding: 1.56vw 2.50vw;
    font-size: 3.44vw;
  }
  .custom-select .select-arrow {
    width: 2.19vw;
    height: 2.19vw;
  }

  .page-category .advantages__items, .page-sub-category .advantages__items {
    gap: 6.25vw;
  }
  .page-category .advantages__item, .page-sub-category .advantages__item {
    max-width: 100%;
  }
  .page-category .advantages__price, .page-sub-category .advantages__price {
    padding: 6.25vw;
    margin: 6.25vw 0 0 0;
  }
  .page-category .advantages__price-info p, .page-sub-category .advantages__price-info p {
    font-size: 4.69vw;
  }
  .page-category .advantages__price-info p strong, .page-sub-category .advantages__price-info p strong {
    font-size: 6.25vw;
    margin: 0 0 6.25vw;
  }
  .page-category .advantages__price-info ul, .page-sub-category .advantages__price-info ul {
    padding: 0 0 0 6.25vw;
  }
  .page-category .advantages__price-info ul li, .page-sub-category .advantages__price-info ul li {
    font-size: 4.69vw;
  }

  .page-iternal .content__wrapper {
    gap: 6.25vw;
  }
  .page-iternal .content__wrapper h2 {
    font-size: 5vw;
    margin: 9.38vw 0 6.25vw;
  }
  .page-iternal .content__wrapper blockquote {
    margin: 0 0 6.25vw;
    font-size: 4.69vw;
    padding: 4.69vw 4.69vw 4.69vw 15.63vw;
  }
  .page-iternal .content__wrapper table tr td {
    font-size: 4.69vw;
    padding: 2.50vw 0;
  }
  .page-iternal .pay__wrapper p {
    font-size: 4.69vw;
    margin: 0 0 3.13vw;
  }
  .page-iternal .pay__wrapper h2 {
    font-size: 5vw;
    margin: 0 0 6.25vw;
  }
  .page-iternal .pay__items {
    gap: 3.13vw;
  }
  .page-iternal .pay__item {
    max-width: calc(50% - 3.13vw);
    width: 100%;
    gap: 2.50vw;
  }
  .page-iternal .pay__item img {
    max-width: 12.50vw;
  }
  .page-iternal .pay__item span {
    font-size: 2.50vw;
  }
  .page-iternal .sert__slider {
    margin: 0 -4.69vw 0 0;
  }
  .page-iternal .sert__slider .slick-arrow {
    width: 12.50vw;
    height: 12.50vw;
    top: -24%;
  }
  .page-iternal .sert__slider .slick-prev {
    right: 17vw;
  }
  .page-iternal .sert__slide {
    margin: 0 1.56vw;
    width: 59.38vw !important;
  }
  .page-iternal .sert__slide img {
    width: 100%;
  }
  .page-iternal .quote__orange::before {
    top: 4.69vw;
    left: 4.69vw;
    width: 6.56vw;
    height: 6.56vw;
  }

  .more-buttons__items {
    gap: 6.25vw;
  }
  .more-buttons__item {
    padding: 4.69vw;
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.13vw;
  }
  .more-buttons__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .more-buttons__info p {
    font-size: 4.38vw;
    text-align: center;
    margin: 0 0 3.13vw;
  }
  .more-buttons__info p span {
    text-align: center;
    font-size: 5.63vw;
  }
  .more-buttons__info a {
    padding: 3.13vw;
    font-size: 3.75vw;
    margin: 6.25vw auto 0;
  }
  .more-buttons__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .page-cart.cart-not-available .subscription__title h2, .page-reviews.cart-not-available .subscription__title h2 {
    font-size: 5.63vw;
    margin: 0 0 4.69vw;
  }
  .page-cart.cart-not-available .subscription__form, .page-reviews.cart-not-available .subscription__form {
    gap: 4.69vw;
  }
  .page-cart.cart-not-available .subscription__input, .page-reviews.cart-not-available .subscription__input {
    font-size: 3.75vw;
    padding: 4.69vw 3.13vw;
  }
  .page-cart.cart-not-available .subscription__input::-webkit-input-placeholder, .page-reviews.cart-not-available .subscription__input::-webkit-input-placeholder {
    font-size: 3.75vw;
  }
  .page-cart.cart-not-available .subscription__input:-ms-input-placeholder, .page-reviews.cart-not-available .subscription__input:-ms-input-placeholder {
    font-size: 3.75vw;
  }
  .page-cart.cart-not-available .subscription__input::-ms-input-placeholder, .page-reviews.cart-not-available .subscription__input::-ms-input-placeholder {
    font-size: 3.75vw;
  }
  .page-cart.cart-not-available .subscription__input::placeholder, .page-reviews.cart-not-available .subscription__input::placeholder {
    font-size: 3.75vw;
  }
  .page-cart.cart-not-available .subscription__button, .page-reviews.cart-not-available .subscription__button {
    font-size: 3.75vw;
    padding: 4.69vw;
    max-width: 100%;
    width: 100%;
  }
  .page-cart.cart-not-available .subscription__error, .page-reviews.cart-not-available .subscription__error {
    font-size: 3.13vw;
  }
  .page-cart .cart__inner, .page-reviews .cart__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.69vw;
    margin: 0 0 7.81vw;
  }
  .page-cart .cart__col:first-child, .page-cart .cart__col:nth-child(2), .page-reviews .cart__col:first-child, .page-reviews .cart__col:nth-child(2) {
    max-width: 100%;
  }
  .page-cart .cart__img, .page-reviews .cart__img {
    margin: 0 0 4.69vw;
  }
  .page-cart .cart__slider, .page-reviews .cart__slider {
    gap: 6.25vw;
  }
  .page-cart .cart__slider-nav, .page-reviews .cart__slider-nav {
    margin: 0 -1.56vw;
  }
  .page-cart .cart__slider-nav .slick-slide, .page-reviews .cart__slider-nav .slick-slide {
    margin: 0 1.56vw;
    max-width: 18.75vw;
  }
  .page-cart .cart__info, .page-reviews .cart__info {
    gap: 4.69vw;
  }
  .page-cart .cart__article, .page-reviews .cart__article {
    gap: 1.56vw;
  }
  .page-cart .cart__article span, .page-reviews .cart__article span {
    font-size: 3.75vw;
  }
  .page-cart .cart__article span.cart__shield, .page-reviews .cart__article span.cart__shield {
    font-size: 3.75vw;
    padding: 1.56vw 4.69vw;
  }
  .page-cart .cart__rating, .page-reviews .cart__rating {
    gap: 1.56vw;
  }
  .page-cart .cart__stars, .page-reviews .cart__stars {
    gap: 0;
  }
  .page-cart .cart__stars img, .page-reviews .cart__stars img {
    max-width: 5vw;
  }
  .page-cart .cart__reviews a, .page-reviews .cart__reviews a {
    font-size: 3.75vw;
  }
  .page-cart .cart__spec, .page-reviews .cart__spec {
    margin: 0 0 4.69vw;
  }
  .page-cart .cart__description p, .page-reviews .cart__description p {
    font-size: 4.38vw;
  }
  .page-cart .cart__price, .page-reviews .cart__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.69vw;
  }
  .page-cart .cart__compatibility, .page-reviews .cart__compatibility {
    padding: 6.25vw 4.69vw;
    margin: 0 0 7.81vw;
  }
  .page-cart .cart__tabs, .page-reviews .cart__tabs {
    padding: 4.69vw;
  }
  .page-cart .cart__tabs nav, .page-reviews .cart__tabs nav {
    padding: 0 0 3.13vw;
    gap: 4.69vw;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
  }
  .page-cart .cart__tabs nav a, .page-reviews .cart__tabs nav a {
    padding: 3.13vw 1.56vw;
    font-size: 4.38vw;
  }
  .page-cart .cart__tab-description p, .page-reviews .cart__tab-description p {
    font-size: 4.38vw;
    margin: 0 0 4.38vw;
  }
  .page-cart .cart__tab-description h3, .page-reviews .cart__tab-description h3 {
    font-size: 5.63vw;
    margin: 0 0 4.38vw;
  }
  .page-cart .cart__tab-description ul, .page-reviews .cart__tab-description ul {
    margin: 0 0 4.38vw;
  }
  .page-cart .cart__tab-description ul li, .page-reviews .cart__tab-description ul li {
    font-size: 4.38vw;
    margin: 0 0 1.56vw;
  }
  .page-cart .cart__tab-reviews, .page-reviews .cart__tab-reviews {
    gap: 12.50vw;
  }
  .page-cart .cart__tab .spec__title h3, .page-reviews .cart__tab .spec__title h3 {
    font-size: 5vw;
    margin: 0 0 3.13vw;
  }
  .page-cart .spec__title h3, .page-reviews .spec__title h3 {
    font-size: 5.63vw;
    margin: 0 0 3.13vw;
  }
  .page-cart .spec__title h4, .page-reviews .spec__title h4 {
    font-size: 5vw;
    margin: 0 0 3.13vw;
  }
  .page-cart .spec__list, .page-reviews .spec__list {
    gap: 2.50vw;
    max-width: 100%;
  }
  .page-cart .spec__item dt, .page-reviews .spec__item dt {
    font-size: 4.38vw;
    margin-right: 1.56vw;
  }
  .page-cart .spec__item dd, .page-reviews .spec__item dd {
    font-size: 4.38vw;
    margin-left: 1.56vw;
  }
  .page-cart .spec__link a, .page-reviews .spec__link a {
    font-size: 4.38vw;
  }
  .page-cart .spec__row, .page-reviews .spec__row {
    gap: 6.25vw;
  }
  .page-cart .spec__col, .page-reviews .spec__col {
    max-width: 100%;
  }
  .page-cart .price__wrapper, .page-reviews .price__wrapper {
    padding: 6.25vw 4.69vw;
  }
  .page-cart .price__value, .page-reviews .price__value {
    gap: 2.50vw;
  }
  .page-cart .price__main-value, .page-reviews .price__main-value {
    font-size: 6.25vw;
  }
  .page-cart .price__sale-value, .page-reviews .price__sale-value {
    font-size: 3.75vw;
  }
  .page-cart .price__persent, .page-reviews .price__persent {
    font-size: 3.13vw;
    padding: 1.25vw;
  }
  .page-cart .price__buttons, .page-reviews .price__buttons {
    gap: 4.69vw;
  }
  .page-cart .price__delivery, .page-cart .price__pay, .page-reviews .price__delivery, .page-reviews .price__pay {
    max-width: 100%;
  }
  .page-cart .delivery__title h3, .page-cart .pay__title h3, .page-reviews .delivery__title h3, .page-reviews .pay__title h3 {
    font-size: 5.63vw;
    margin: 0 0 3.13vw;
  }
  .page-cart .delivery__info ul, .page-reviews .delivery__info ul {
    gap: 3.13vw;
  }
  .page-cart .delivery__info ul li, .page-reviews .delivery__info ul li {
    padding: 0 0 0 10.94vw;
    font-size: 4.06vw;
  }
  .page-cart .pay__info ul, .page-reviews .pay__info ul {
    gap: 3.13vw 1.56vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-cart .pay__info ul li, .page-reviews .pay__info ul li {
    padding: 0 0 0 10.94vw;
    font-size: 4.06vw;
  }
  .page-cart .pay__info ul li:nth-child(odd), .page-reviews .pay__info ul li:nth-child(odd) {
    max-width: 38%;
  }
  .page-cart .pay__info ul li:nth-child(even), .page-reviews .pay__info ul li:nth-child(even) {
    max-width: calc(63% - 3.13vw);
  }
  .page-cart .compatibility__wrapper, .page-reviews .compatibility__wrapper {
    gap: 6.25vw;
  }
  .page-cart .compatibility__title h2, .page-reviews .compatibility__title h2 {
    font-size: 5.63vw;
  }
  .page-cart .compatibility__title h3, .page-reviews .compatibility__title h3 {
    font-size: 5vw;
    margin: 0 0 3.13vw;
    height: auto;
  }
  .page-cart .compatibility__title h4, .page-reviews .compatibility__title h4 {
    font-size: 4.38vw;
    margin: 0 0 3.13vw;
  }
  .page-cart .compatibility__form, .page-reviews .compatibility__form {
    gap: 6.25vw;
  }
  .page-cart .compatibility__fields, .page-reviews .compatibility__fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.69vw;
  }
  .page-cart .compatibility__field, .page-reviews .compatibility__field {
    max-width: 100%;
    gap: 1.56vw;
  }
  .page-cart .compatibility__label, .page-reviews .compatibility__label {
    font-size: 3.75vw;
  }
  .page-cart .compatibility__input, .page-reviews .compatibility__input {
    font-size: 3.75vw;
    padding: 4.69vw 3.13vw;
  }
  .page-cart .compatibility__input::-webkit-input-placeholder, .page-reviews .compatibility__input::-webkit-input-placeholder {
    font-size: 3.75vw;
  }
  .page-cart .compatibility__input:-ms-input-placeholder, .page-reviews .compatibility__input:-ms-input-placeholder {
    font-size: 3.75vw;
  }
  .page-cart .compatibility__input::-ms-input-placeholder, .page-reviews .compatibility__input::-ms-input-placeholder {
    font-size: 3.75vw;
  }
  .page-cart .compatibility__input::placeholder, .page-reviews .compatibility__input::placeholder {
    font-size: 3.75vw;
  }
  .page-cart .compatibility__button, .page-reviews .compatibility__button {
    font-size: 3.75vw;
    padding: 4.69vw;
    max-width: 100%;
    width: 100%;
  }
  .page-cart .compatibility__row, .page-reviews .compatibility__row {
    gap: 6.25vw;
  }
  .page-cart .compatibility__col, .page-reviews .compatibility__col {
    max-width: 100%;
    gap: 3.13vw;
  }
  .page-cart .compatibility__items, .page-reviews .compatibility__items {
    gap: 4.69vw 3.13vw;
    margin: 0 0 6.25vw;
  }
  .page-cart .compatibility__item, .page-reviews .compatibility__item {
    max-width: calc(33.333% - 2.19vw);
    padding: 1.56vw;
    text-align: left;
  }
  .page-cart .compatibility__item span, .page-reviews .compatibility__item span {
    font-size: 3.38vw;
    text-align: left;
    word-wrap: break-word;
  }
  .page-cart .compatibility__link-more a, .page-reviews .compatibility__link-more a {
    font-size: 4.38vw;
  }
  .page-cart .reviews__graph, .page-reviews .reviews__graph {
    max-width: 100%;
  }
  .page-cart .reviews__title h2, .page-reviews .reviews__title h2 {
    font-size: 5.63vw;
  }
  .page-cart .reviews__title h3, .page-reviews .reviews__title h3 {
    font-size: 5.63vw;
  }
  .page-cart .reviews__rating-summary, .page-reviews .reviews__rating-summary {
    gap: 4.69vw;
    margin: 0 0 4.69vw;
  }
  .page-cart .reviews__rating-bars, .page-reviews .reviews__rating-bars {
    gap: 3.13vw;
    margin: 0 0 6.25vw;
  }
  .page-cart .reviews__btn-submit, .page-reviews .reviews__btn-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: 100%;
    padding: 2.81vw;
    font-size: 4.38vw;
  }
  .page-cart .reviews__items, .page-reviews .reviews__items {
    gap: 4.69vw;
  }
  .page-cart .reviews__more-link, .page-reviews .reviews__more-link {
    font-size: 4.38vw;
  }
  .page-cart .reviews__rating-overall, .page-reviews .reviews__rating-overall {
    margin: 0 0 6.25vw;
  }
  .page-cart .review-item, .page-reviews .review-item {
    gap: 3.13vw;
    padding-top: 3.13vw;
  }
  .page-cart .review-header, .page-reviews .review-header {
    gap: 3.13vw;
  }
  .page-cart .review-header span, .page-reviews .review-header span {
    font-size: 3.75vw;
  }
  .page-cart .review-stars, .page-reviews .review-stars {
    gap: 0;
  }
  .page-cart .review-stars img, .page-reviews .review-stars img {
    max-width: 5vw;
  }
  .page-cart .review-author, .page-cart .review-date, .page-reviews .review-author, .page-reviews .review-date {
    font-size: 3.75vw;
  }
  .page-cart .review-text p, .page-reviews .review-text p {
    font-size: 4.38vw;
  }
  .page-cart .review-meta, .page-reviews .review-meta {
    font-size: 3.75vw;
  }
  .page-cart .review-rating, .page-reviews .review-rating {
    margin: 4.69vw 0;
    gap: 4.69vw;
  }
  .page-cart .review-admin span, .page-reviews .review-admin span {
    font-size: 3.75vw;
  }
  .page-cart .review-admin p, .page-reviews .review-admin p {
    font-size: 4.38vw;
  }
  .page-cart .rating-score, .page-reviews .rating-score {
    font-size: 6.25vw;
    padding: 3.13vw 1.56vw;
  }
  .page-cart .rating-stars, .page-reviews .rating-stars {
    gap: 0;
  }
  .page-cart .rating-stars img, .page-reviews .rating-stars img {
    max-width: 6.25vw;
    width: 100%;
  }
  .page-cart .rating-stars-count, .page-reviews .rating-stars-count {
    gap: 1.56vw;
  }
  .page-cart .rating-count, .page-reviews .rating-count {
    font-size: 3.75vw;
  }
  .page-cart .rating-bar, .page-reviews .rating-bar {
    gap: 3.13vw;
  }
  .page-cart .rating-bar-label, .page-reviews .rating-bar-label {
    font-size: 4.38vw;
  }
  .page-cart .rating-bar-progress, .page-reviews .rating-bar-progress {
    height: 3.13vw;
  }
  .page-cart .rating-bar-percent, .page-reviews .rating-bar-percent {
    font-size: 4.38vw;
    width: 9.38vw;
  }
  .page-cart .rating__num, .page-reviews .rating__num {
    width: 20.31vw;
    height: 20.31vw;
    font-size: 5.63vw;
  }
  .page-cart .rating__list table tr, .page-reviews .rating__list table tr {
    margin: 0 0 2.50vw;
  }
  .page-cart .rating__list table tr td, .page-reviews .rating__list table tr td {
    font-size: 3.75vw;
  }
  .page-cart .rating__list table tr td:first-child, .page-reviews .rating__list table tr td:first-child {
    padding: 0 4.69vw 0 0;
  }
  .page-cart .rating-overall, .page-reviews .rating-overall {
    -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;
    padding: 4.69vw;
    gap: 4.69vw;
  }
  .page-cart .rating-overall__title h2, .page-reviews .rating-overall__title h2 {
    font-size: 5.63vw;
    margin: 0 0 4.69vw;
  }
  .page-cart .rating-overall__num-stars, .page-reviews .rating-overall__num-stars {
    gap: 4.69vw;
    margin: 0 0 4.69vw;
  }
  .page-cart .rating-overall__num, .page-reviews .rating-overall__num {
    width: 18.75vw;
    height: 18.75vw;
    font-size: 8.13vw;
  }
  .page-cart .rating-overall__stars img, .page-reviews .rating-overall__stars img {
    width: 6.56vw;
  }
  .page-cart .rating-overall__footnotes small, .page-reviews .rating-overall__footnotes small {
    font-size: 3.13vw;
  }
  .page-cart .rating-overall__list table tr td, .page-reviews .rating-overall__list table tr td {
    padding: 3.13vw 0;
    font-size: 3.75vw;
  }
  .page-cart .rating-overall__list table tr td:nth-child(2), .page-reviews .rating-overall__list table tr td:nth-child(2) {
    padding: 3.13vw 4.69vw;
    font-size: 3.75vw;
  }
  .page-cart .rating-overall__list table tr td img, .page-reviews .rating-overall__list table tr td img {
    width: 5vw;
  }
  .page-cart .rating-overall__link a, .page-reviews .rating-overall__link a {
    padding: 3.13vw 4.69vw;
    font-size: 4.38vw;
  }

  .page-not-found .not-found__wrapper {
    padding: 9.38vw 4.69vw 46.88vw;
    background: #F4F4F4 url(../assets/images/not-found/bg.png) bottom 12.5vw center no-repeat;
    background-size: contain;
  }
  .page-not-found .not-found__title h1 {
    font-size: 5vw;
    margin: 0 0 6.25vw;
  }
  .page-not-found .not-found__title p {
    font-size: 4.38vw;
    margin: 0 0 4.69vw;
  }
  .page-not-found .not-found__title a {
    margin: 9.38vw auto 0;
    font-size: 4.69vw;
    padding: 4.69vw 18.75vw;
  }

  .page-thanks .thanks__wrapper {
    padding: 9.38vw 4.69vw;
  }
  .page-thanks .thanks__title h1 {
    font-size: 5vw;
    margin: 0 0 6.25vw;
  }
  .page-thanks .thanks__title p {
    font-size: 4.38vw;
    margin: 0 0 9.38vw;
  }
  .page-thanks .thanks__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-thanks .thanks__buttons a {
    font-size: 4.38vw;
    padding: 4.69vw;
    max-width: 100%;
    width: 100%;
  }

  .review-form__wrapper {
    padding: 6.25vw 4.69vw;
  }
  .review-form__title {
    font-size: 5.63vw;
    margin: 0 0 6.25vw;
  }
  .review-form__ratings {
    gap: 3.13vw;
    margin: 0 0 9.38vw;
  }
  .review-form__rating {
    padding: 3.13vw;
    max-width: 100%;
    gap: 4.69vw;
    margin: 0 0 4.69vw;
  }
  .review-form__rating-label {
    font-size: 3.75vw;
  }
  .review-form__stars {
    gap: 0.94vw;
  }
  .review-form__star {
    width: 6.56vw;
    height: 6.56vw;
    background-size: contain;
  }
  .review-form__star-input {
    width: 6.56vw;
    height: 6.56vw;
  }
  .review-form__section {
    margin: 0 0 4.69vw;
  }
  .review-form__section-header {
    margin: 0 0 3.13vw;
  }
  .review-form__section-title {
    font-size: 4.38vw;
  }
  .review-form__hint {
    padding: 1.56vw;
    font-size: 2.50vw;
    gap: 0.94vw;
    max-width: 25.94vw;
    width: 100%;
  }
  .review-form__hint a {
    font-size: 3.13vw;
    width: 3.75vw;
    height: 3.75vw;
  }
  .review-form__textarea {
    padding: 4.69vw;
    min-height: 37.50vw;
    font-size: 3.75vw;
  }
  .review-form__textarea::-webkit-input-placeholder {
    font-size: 3.75vw;
  }
  .review-form__textarea:-ms-input-placeholder {
    font-size: 3.75vw;
  }
  .review-form__textarea::-ms-input-placeholder {
    font-size: 3.75vw;
  }
  .review-form__textarea::placeholder {
    font-size: 3.75vw;
  }
  .review-form__upload-text {
    font-size: 3.75vw;
  }
  .review-form__file-list {
    gap: 3.13vw;
  }
  .review-form__file-item {
    padding: 1.56vw 3.13vw;
    gap: 2.50vw;
  }
  .review-form__file-preview {
    width: 9.38vw;
    height: 9.38vw;
  }
  .review-form__file-name {
    font-size: 3.13vw;
  }
  .review-form__submit {
    font-size: 3.13vw;
    max-width: 100%;
    width: 100%;
    padding: 3.75vw;
  }
  .review-form__policy {
    margin-top: 3.13vw;
    font-size: 3.13vw;
    max-width: 100%;
  }

  .hint-popup {
    right: 0;
    padding: 6.25vw 4.69vw;
  }
  .hint-popup .popup__close {
    top: 6.25vw;
    right: 4.69vw;
  }
  .hint-popup h2 {
    font-size: 5.63vw;
    margin: 0 0 4.69vw;
  }
  .hint-popup h3 {
    font-size: 5vw;
    margin: 0 0 4.69vw;
  }
  .hint-popup h4 {
    font-size: 4.38vw;
    margin: 0 0 3.13vw;
  }
  .hint-popup ul {
    padding: 0 0 0 6.25vw;
    margin: 0 0 4.69vw;
  }
  .hint-popup ul li {
    font-size: 3.75vw;
  }
  .hint-popup p {
    font-size: 3.75vw;
    margin: 0 0 4.69vw;
  }
  .hint-popup p span {
    gap: 2.19vw;
  }

  .pagination ul {
    margin: 6.25vw 0 0 0;
    gap: 4.69vw;
  }
  .pagination ul li a {
    font-size: 4.38vw;
  }
  .pagination__nav {
    width: 9.38vw;
    height: 9.38vw;
  }

  .contacts__title h3 {
    font-size: 5vw;
  }
  .contacts__inner {
    gap: 6.25vw;
    margin: 0 0 6.25vw;
  }
  .contacts__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.69vw;
    padding: 4.69vw;
  }
  .contacts__item {
    max-width: 100%;
    gap: 3.13vw;
  }
  .contacts__item span {
    font-size: 3.75vw;
  }
  .contacts__item a {
    font-size: 3.75vw;
  }
  .contacts__address, .contacts__time, .contacts__phone, .contacts__email, .contacts__details {
    padding: 0 0 0 9.38vw;
  }
  .contacts__address::before, .contacts__time::before, .contacts__phone::before, .contacts__email::before, .contacts__details::before {
    width: 6.56vw;
    height: 6.56vw;
    background-size: contain;
  }
  .contacts__road {
    padding: 4.69vw;
  }
  .contacts__road .contacts__title h3 {
    margin: 0 0 3.13vw;
  }
  .contacts__road p {
    font-size: 3.75vw;
    margin: 0 0 4.69vw;
  }
  .contacts__form {
    padding: 6.25vw 4.69vw;
  }
  .contacts__form-title h2 {
    font-size: 5.63vw;
    margin: 0 0 4.69vw;
  }
  .contacts__form-form {
    gap: 4.69vw;
  }
  .contacts__form-group {
    gap: 3.13vw;
  }
  .contacts__form-error {
    font-size: 3.13vw;
  }
  .contacts__form input, .contacts__form textarea {
    font-size: 3.75vw;
    padding: 4.69vw;
  }
  .contacts__form input::-webkit-input-placeholder, .contacts__form textarea::-webkit-input-placeholder {
    font-size: 3.75vw;
  }
  .contacts__form input:-ms-input-placeholder, .contacts__form textarea:-ms-input-placeholder {
    font-size: 3.75vw;
  }
  .contacts__form input::-ms-input-placeholder, .contacts__form textarea::-ms-input-placeholder {
    font-size: 3.75vw;
  }
  .contacts__form input::placeholder, .contacts__form textarea::placeholder {
    font-size: 3.75vw;
  }
  .contacts__checkbox-label {
    font-size: 3.13vw;
  }
  .contacts__checkbox-label input[type="checkbox"] {
    width: 6.25vw;
    height: 6.25vw;
    top: 0;
  }
  .contacts__checkmark {
    margin-right: 2.50vw;
    width: 6.25vw;
    height: 6.25vw;
  }
  .contacts input[type="submit"] {
    max-width: 100%;
    width: 100%;
    padding: 4.69vw;
    font-size: 4.38vw;
  }

  .favorites-empty__text h2 {
    font-size: 5.63vw;
    margin: 0 0 4.69vw;
  }
  .favorites-empty__text p {
    font-size: 4.38vw;
    margin: 0 0 9.38vw;
  }
  .favorites-empty__link {
    font-size: 4.38vw;
    padding: 4.69vw 12.50vw;
  }
  .favorites__header {
    padding: 3.13vw;
    position: relative;
    margin: 0 0 4.69vw;
  }
  .favorites__btn {
    position: absolute;
    top: 3.13vw;
    right: 3.13vw;
  }
  .favorites__btn button {
    font-size: 4.38vw;
    padding: 3.13vw 6.25vw;
  }
  .favorites__summary {
    gap: 3.13vw;
  }
  .favorites__total {
    max-width: 50%;
  }
  .favorites__total span {
    font-size: 4.38vw;
  }
  .favorites__label-sort {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
  .favorites__label-sort label {
    max-width: 45%;
    width: 100%;
  }
  .favorites__sort {
    max-width: 50%;
    width: 100%;
  }
  .favorites__items {
    gap: 4.69vw;
  }

  .item {
    gap: 4.69vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 3.13vw;
  }
  .item-checkbox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .item-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 28%;
  }
  .item-image img {
    max-height: 21.88vw;
  }
  .item-shield span {
    font-size: 3.13vw;
  }
  .item-details {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.69vw;
    max-width: 50%;
  }
  .item-article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.13vw;
  }
  .item-article span {
    font-size: 3.75vw;
  }
  .item-article span.item-stock {
    padding: 1.56vw 4.69vw;
  }
  .item-rating {
    gap: 0.94vw;
  }
  .item-stars img {
    max-width: 4.38vw;
  }
  .item-reviews {
    font-size: 3.44vw;
  }
  .item-title {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    max-width: 100%;
    width: 100%;
    gap: 3.13vw;
  }
  .item-title a {
    font-size: 4.38vw;
  }
  .item-title ul li {
    font-size: 3.13vw;
  }
  .item-price {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .item-price span {
    font-size: 5.63vw;
  }
  .item-price button {
    font-size: 4.38vw;
    gap: 1.56vw;
    padding: 1.56vw 6.25vw;
  }
  .item-price strike {
    font-size: 3.44vw;
  }
  .item-delete .item-image {
    max-width: 15.94vw;
  }
  .item-link-del {
    width: 100%;
    text-align: center;
  }
  .item-return p {
    font-size: 3.13vw;
    margin: 0 0 1.56vw;
  }
  .item-return a {
    font-size: 3.75vw;
  }
  .item-close {
    right: 4.69vw;
  }
  .item-close img {
    max-width: 4.69vw;
  }

  .checkbox-label input[type="checkbox"] {
    width: 5.63vw;
    height: 5.63vw;
  }
  .checkbox-label p {
    font-size: 3.44vw;
  }

  .checkmark {
    margin-right: 2.50vw;
    width: 5.63vw;
    height: 5.63vw;
  }

  .basket-empty__text img {
    margin: 0 0 6.25vw;
    max-width: 71.88vw;
  }
  .basket-empty__text h2 {
    font-size: 5.63vw;
    margin: 0 0 4.69vw;
  }
  .basket-empty__text p {
    font-size: 4.38vw;
    margin: 0 0 9.38vw;
  }
  .basket-empty__link {
    font-size: 4.38vw;
    padding: 4.69vw 12.50vw;
  }
  .basket__items .item {
    gap: 3.13vw;
  }
  .basket__items .item-title {
    max-width: 54%;
  }
  .basket__items .item-quantity {
    max-width: calc(50% - 2.19vw);
    width: 100%;
    gap: 4.69vw;
  }
  .basket__items .item-price {
    max-width: calc(50% - 2.19vw);
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .basket__summary {
    margin: 0;
    padding: 4.69vw;
  }
  .basket__summary-item dt {
    font-size: 3.75vw;
    margin-right: 1.56vw;
  }
  .basket__summary-item dd {
    font-size: 3.75vw;
    margin-left: 1.56vw;
  }
  .basket__title h3 {
    font-size: 5.63vw;
    text-align: center;
    margin: 0 0 6.25vw;
  }
  .basket__list {
    gap: 3.13vw;
  }
  .basket__footnotes small {
    font-size: 3.13vw;
    margin: 0 0 4.69vw;
  }
  .basket__total {
    margin: 3.13vw 0 6.25vw;
  }
  .basket__total span {
    font-size: 5.63vw;
  }
  .basket__button a {
    padding: 4.69vw;
    font-size: 4.38vw;
  }
  .basket__text {
    margin: 9.38vw 0 0;
  }
  .basket__text h2 {
    font-size: 5.63vw;
    margin: 0 0 4.69vw;
  }
  .basket__text p {
    font-size: 3.75vw;
    margin: 0 0 9.38vw;
  }
  .basket-delete__link {
    font-size: 3.75vw;
    padding: 4.69vw;
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .basket__cart-items {
    margin: 0 0 4.69vw;
    gap: 3.13vw;
  }
  .basket__cart-item {
    gap: 3.13vw;
  }
  .basket__cart-item img {
    max-width: 17.50vw;
  }
  .basket__cart-item span {
    font-size: 3.75vw;
  }

  .quantity {
    gap: 1.56vw;
  }
  .quantity__nav a {
    width: 6.56vw;
    height: 6.56vw;
  }
  .quantity__num {
    width: 7.19vw;
  }
  .quantity__num span {
    font-size: 5.63vw;
  }

  .order__info {
    gap: 6.25vw;
  }
  .order__info .order-info,
  .order__info .order__info
  .delivery-method {
    margin-bottom: 9.38vw;
  }
  .order__info .order-info__auth {
    gap: 3.13vw;
    margin-bottom: 3.13vw;
  }
  .order__info .order-info__auth .order-info__icon img {
    width: 7.50vw;
  }
  .order__info .order-info__auth .order-info__text {
    font-size: 3.75vw;
  }
  .order__info .order-info__auth .order-info__link {
    font-size: 3.75vw;
  }
  .order__info .order-info__hint {
    font-size: 3.75vw;
    line-height: 120%;
  }
  .order__info .order-info__fields {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.75vw;
  }
  .order__info .order-info__field .input-help {
    padding: 3.13vw;
  }
  .order__info .order-info__field .input-help span {
    font-size: 3.75vw;
  }
  .order__info .order-info__input {
    padding: 4.69vw;
    font-size: 3.75vw;
  }
  .order__info .order-info__input::-webkit-input-placeholder {
    font-size: 3.75vw;
  }
  .order__info .order-info__input:-ms-input-placeholder {
    font-size: 3.75vw;
  }
  .order__info .order-info__input::-ms-input-placeholder {
    font-size: 3.75vw;
  }
  .order__info .order-info__input::placeholder {
    font-size: 3.75vw;
  }
  .order__info .order-info__input-help {
    width: 4.69vw;
    height: 4.69vw;
    font-size: 3.75vw;
    right: 4.69vw;
  }
  .order__info .order-info__error {
    font-size: 3.13vw;
  }
  .order__info .delivery-method__options {
    gap: 1.56vw;
    margin: 0 0 6.25vw;
  }
  .order__info .delivery-method__option {
    padding: 2.19vw 0.94vw;
    font-size: 3.75vw;
  }
  .order__info .delivery-method__map {
    max-width: 100%;
  }
  .order__info .delivery-method__content {
    padding: 3.13vw;
  }
  .order__info .delivery-method__pickup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.69vw;
  }
  .order__info .delivery-method__pickup strong {
    font-size: 5.63vw;
    gap: 3.13vw;
    margin: 0 0 4.69vw;
  }
  .order__info .delivery-method__address {
    font-size: 4.38vw;
    margin: 0 0 4.69vw;
  }
  .order__info .delivery-method__metro {
    font-size: 3.75vw;
    margin: 0 0 4.69vw;
  }
  .order__info .delivery-method__price {
    font-size: 4.38vw;
  }
  .order__info .delivery-method__map img {
    max-width: 100%;
  }
  .order__info .delivery-method__subtitle {
    font-size: 5.63vw;
    margin: 0 0 4.69vw;
  }
  .order__info .delivery-method__option-group {
    gap: 4.69vw;
  }
  .order__info .delivery-method__radio-label {
    gap: 3.13vw;
  }
  .order__info .delivery-method__radio-text {
    font-size: 4.38vw;
  }
  .order__info .delivery-method__radio-text p {
    font-size: 5vw;
  }
  .order__info .delivery-method__radio-desc {
    font-size: 3.75vw;
    margin-top: 1.56vw;
  }
  .order__info .delivery-method__calc-link {
    font-size: 4.38vw;
    margin: 4.69vw 0;
  }
  .order__info .delivery-method__note-block input {
    font-size: 3.75vw;
    padding: 3.13vw;
    margin: 0 0 4.69vw;
  }
  .order__info .delivery-method__note-block input::-webkit-input-placeholder {
    font-size: 2.4vw;
  }
  .order__info .delivery-method__note-block input:-ms-input-placeholder {
    font-size: 2.4vw;
  }
  .order__info .delivery-method__note-block input::-ms-input-placeholder {
    font-size: 2.4vw;
  }
  .order__info .delivery-method__note-block input::placeholder {
    font-size: 2.4vw;
  }
  .order__info .payment-method {
    margin: 0 0 6.25vw;
  }
  .order__info .payment-method__options {
    gap: 3.13vw;
    margin: 0 0 9.38vw;
  }
  .order__info .payment-method__option {
    padding: 3.13vw;
    font-size: 4.38vw;
  }
  .order__info .payment-method__textarea {
    padding: 4.69vw;
    font-size: 3.75vw;
    min-height: 31.25vw;
  }
  .order__info .payment-method__textarea::-webkit-input-placeholder {
    font-size: 3.75vw;
  }
  .order__info .payment-method__textarea:-ms-input-placeholder {
    font-size: 3.75vw;
  }
  .order__info .payment-method__textarea::-ms-input-placeholder {
    font-size: 3.75vw;
  }
  .order__info .payment-method__textarea::placeholder {
    font-size: 3.75vw;
  }
  .order__info .order-confirm {
    gap: 6.25vw;
  }
  .order__info .order-confirm__label {
    gap: 3.13vw;
    font-size: 3.13vw;
  }
  .order__info .order-confirm__input {
    width: 4.69vw;
    height: 4.69vw;
  }
  .order__info .order-confirm__checkmark {
    width: 4.69vw;
    height: 4.69vw;
  }
  .order__info .order-confirm__btn {
    max-width: 100%;
    width: 100%;
    padding: 4.69vw;
    font-size: 4.38vw;
  }
  .order__title {
    font-size: 5.63vw;
    gap: 3.13vw;
    margin: 0 0 6.25vw;
  }
  .order__title span {
    width: 7.81vw;
    height: 7.81vw;
    font-size: 4.38vw;
  }

  .lk__tabs {
    gap: 9.38vw;
  }
  .lk__tabs > nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6.25vw;
  }
  .lk__tabs > nav a {
    font-size: 3.75vw;
    gap: 1.56vw;
    max-width: calc(50% - 3.13vw);
    width: 100%;
    white-space: nowrap;
  }
  .lk__tabs > nav a:first-child::before, .lk__tabs > nav a:nth-child(2)::before, .lk__tabs > nav a:nth-child(3)::before, .lk__tabs > nav a:nth-child(4)::before {
    width: 6.88vw;
    height: 6.88vw;
  }
  .lk__tabs > nav a.active:first-child::before, .lk__tabs > nav a.active:nth-child(2)::before, .lk__tabs > nav a.active:nth-child(3)::before, .lk__tabs > nav a.active:nth-child(4)::before {
    width: 6.88vw;
    height: 6.88vw;
  }
  .lk__title h2 {
    font-size: 5.63vw;
    margin: 0 0 4.69vw;
  }
  .lk__details .lk__fields {
    margin: 0 0 7.81vw;
    grid-template-columns: repeat(1, 1fr);
    gap: 3.13vw;
  }
  .lk__details .lk__input {
    padding: 4.69vw;
    font-size: 3.75vw;
  }
  .lk__details .lk__input::-webkit-input-placeholder {
    font-size: 3.75vw;
  }
  .lk__details .lk__input:-ms-input-placeholder {
    font-size: 3.75vw;
  }
  .lk__details .lk__input::-ms-input-placeholder {
    font-size: 3.75vw;
  }
  .lk__details .lk__input::placeholder {
    font-size: 3.75vw;
  }
  .lk__details .lk__error {
    font-size: 3.13vw;
  }
  .lk__details .lk__toggle-password {
    width: 4.38vw;
    height: 3.75vw;
    background-size: contain;
    right: 4.69vw;
  }
  .lk__details .lk__toggle-password.open {
    width: 4.38vw;
    height: 3.75vw;
    background-size: contain;
  }
  .lk__details .lk__links {
    gap: 3.13vw;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .lk__details .lk__buttons {
    gap: 3.13vw;
    width: 100%;
  }
  .lk__details .lk__button {
    padding: 1.56vw 3.13vw;
    font-size: 2.81vw;
    max-width: calc(33.333% - 1.56vw);
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .lk__details .lk__exit {
    gap: 1.56vw;
  }
  .lk__details .lk__exit::before {
    width: 5.63vw;
    height: 5.63vw;
  }
  .lk__details .lk__delete {
    font-size: 3.13vw;
  }
  .lk__order-tabs > nav {
    gap: 3.13vw;
    margin: 0 0 6.25vw;
  }
  .lk__order-tabs > nav a {
    padding: 3.13vw;
    font-size: 3.75vw;
  }
  .lk__order .order-items {
    gap: 6.25vw;
  }
  .lk__order .order-item {
    gap: 6.25vw;
    padding: 0 4.69vw 4.69vw;
  }
  .lk__order .order-status {
    font-size: 4.38vw;
    padding: 1.56vw 3.13vw;
  }
  .lk__order .order-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.69vw;
  }
  .lk__order .order-info {
    gap: 3.13vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .lk__order .order-number {
    font-size: 4.69vw;
  }
  .lk__order .order-address p {
    font-size: 3.75vw;
  }
  .lk__order .order-price span {
    font-size: 5.63vw;
  }
  .lk__order .order-products {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    gap: 3.13vw;
  }
  .lk__order .order-quantity small {
    font-size: 3.44vw;
  }
  .lk__order .order-product {
    gap: 1.56vw;
  }
  .lk__order .order-product a {
    width: 18.75vw;
    height: 15.63vw;
  }
  .lk__order .order-buying__items {
    gap: 4.69vw;
  }
  .lk__order .order-buying__item {
    gap: 4.69vw;
    padding: 4.69vw 0 0 0;
  }
  .lk__order .order-buying__title {
    gap: 3.13vw;
  }
  .lk__order .order-buying__title span {
    font-size: 3.75vw;
    max-width: 70%;
  }
  .lk__order .order-buying__img {
    width: 21.25vw;
    height: 15.63vw;
  }
  .lk__order .order-buying__link {
    max-width: 43.75vw;
    padding: 3.13vw 4.69vw;
    font-size: 4.38vw;
  }
  .lk__reviews-star .reviews-star__items {
    gap: 6.25vw;
  }
  .lk__reviews-star .reviews-star__item {
    gap: 4.69vw;
  }
  .lk__reviews-star .reviews-star__stars img {
    width: 5.63vw;
  }
  .lk__reviews-star .reviews-star__date span {
    font-size: 3.13vw;
  }
  .lk__reviews-star .reviews-star__title {
    gap: 3.13vw;
  }
  .lk__reviews-star .reviews-star__title span {
    font-size: 3.75vw;
    max-width: 70%;
  }
  .lk__reviews-star .reviews-star__img {
    width: 21.25vw;
    height: 15.63vw;
  }
  .lk__reviews-star .reviews-star__text p {
    font-size: 3.75vw;
  }
  .lk__reviews-star .reviews-star__link {
    max-width: 43.75vw;
    padding: 3.13vw 4.69vw;
    font-size: 4.38vw;
  }

  .brands-general__sort {
    -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;
    gap: 3.13vw;
  }
  .brands-general__abc {
    gap: 3.13vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .brands-general__lists {
    gap: 6.25vw;
  }
  .brands-general__list {
    gap: 6.25vw;
  }
  .brands-general__title h2 {
    font-size: 7.81vw;
    margin: 0 0 3.13vw;
  }
  .brands-general__items {
    gap: 3.13vw;
  }
  .brands-general__item {
    max-width: calc(33.333% - 2.19vw);
    padding: 3.13vw;
    gap: 3.13vw;
    min-height: 25vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .brands-general__item img {
    max-height: 12.50vw;
    max-width: 100%;
  }
  .brands-general__item span {
    font-size: 3.75vw;
  }

  .btn-buy.active::before {
    width: 5.31vw;
    height: 3.75vw;
    right: 5.63vw;
  }
}
