@charset "UTF-8";

/* Импортные CSS / SCSS файлы, плагины, модули */

/* Обнуление стилей */

/*! 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;
}

/* Анимации */

/* Choises: select */

/* ===============================
=            Choices            =
=============================== */

.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: none;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-open {
  overflow: visible;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}

.choices[data-type*=select-one] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}

.choices[data-type*=select-one] .choices__button:hover,
.choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*=select-one] .choices__button:focus {
  -webkit-box-shadow: 0 0 0 2px #00bcd4;
          box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}

.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333 transparent;
  margin-top: -7.5px;
}

.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}

.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}

.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
  visibility: visible;
}

.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

[dir=rtl] .choices__list--dropdown .choices__item,
[dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input:focus {
  outline: 0;
}

.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
  display: none;
}

.choices__input::-ms-clear,
.choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/* =====  End of Choices  ====== */

/* Slider: swiper */

/* Переменные */

:root {
  --red: #dd291a;
  --red-light: #f7494e;
  --dark: #2c2c2c;
  --dark-2: #1f1f1f;
  --black: #000000;
  --background-body: #FFFFFF;
  --white: #FFFFFF;
  --blue: #4e3fa1;
  --green: #6bb431;
  --grey: #eeeeee;
}

/* Миксины */

/* Адаптивность */

/* Подключение шрифта вручную */

/* Работа с типографией */

/* Удобная Сетка */

/* Обнуление стилей */

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

html {
  font-size: 0.0625vw;
}

html,
body {
  background: var(--background-body);
  scroll-behavior: smooth;
}

body {
  overflow-y: scroll;
  font-family: Montserrat;
  color: var(--dark);
  font-size: 18rem;
  font-weight: 400;
  font-style: normal;
  position: relative;
}

.img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Шрифты */

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

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

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

/* Типографика */

h1 {
  font-size: 50rem;
  line-height: 54rem;
  margin: 0;
}

h2 {
  font-size: 30rem;
  line-height: 34rem;
  font-weight: 600;
  text-align: center;
}

h2 a,
h3 a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

h2 a:hover,
h3 a:hover {
  opacity: 1;
}

a {
  display: inline-block;
  color: var(--dark);
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  text-underline-offset: 2rem;
}

a:hover {
  opacity: 0.85;
}

address {
  font-style: normal;
}

p,
span {
  line-height: 1.35;
}

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

/* Анимации */

@-webkit-keyframes moveTop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moveTop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes btn {
  from {
    left: -100rem;
  }

  to {
    left: 300%;
  }
}

@keyframes btn {
  from {
    left: -100rem;
  }

  to {
    left: 300%;
  }
}

/* Компоненты */

/* Кнопки */

/* Кнопка: перейти */

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-property: background-color, color, border-color, -webkit-box-shadow;
  transition-property: background-color, color, border-color, -webkit-box-shadow;
  -o-transition-property: background-color, color, box-shadow, border-color;
  transition-property: background-color, color, box-shadow, border-color;
  transition-property: background-color, color, box-shadow, border-color, -webkit-box-shadow;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  text-decoration: none;
}

.btn--gradient {
  background-image: -o-linear-gradient(74deg, #271787 0%, #6a5db1 48%, #665c9b 100%);
  background-image: linear-gradient(16deg, #271787 0%, #6a5db1 48%, #665c9b 100%);
  color: var(--white);
  -webkit-transition: -webkit-filter 0.3s linear;
  transition: -webkit-filter 0.3s linear;
  -o-transition: filter 0.3s linear;
  transition: filter 0.3s linear;
  transition: filter 0.3s linear, -webkit-filter 0.3s linear;
}

.btn--gradient:hover {
  opacity: 1;
  -webkit-filter: brightness(115%);
          filter: brightness(115%);
}

.btn--size-big,
.btn--size-xxl {
  height: 92rem;
  border-radius: 46rem;
  padding: 0 50rem;
  text-transform: uppercase;
  font-size: 29rem;
  line-height: 31rem;
  font-weight: 500;
}

.btn--size-min,
.btn--size-xs {
  font-size: 14rem;
  line-height: 16rem;
  height: 36rem;
  border-radius: 10rem;
  width: 100%;
}

.btn--size-sm {
  font-size: 21rem;
  line-height: 1;
  font-weight: 400;
  height: 54rem;
  border-radius: 10rem;
  padding: 0 20rem;
}

.btn--large,
.btn--size-lg {
  font-size: 24rem;
  line-height: 26rem;
  height: 66rem;
  border-radius: 30rem;
  padding: 0 26rem;
}

.btn--large-2 {
  height: 52rem;
  border-radius: 10rem;
  padding: 0 32rem;
  font-size: 20rem;
  line-height: 22rem;
}

/* Контейнер */

.container {
  padding: 0 100rem;
}

/* Icon */

.icon {
  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;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.icon--basket svg {
  width: 26rem;
  height: 24rem;
  min-width: 26rem;
  min-height: 24rem;
}

.icon--basket svg path {
  stroke: var(--black);
}

.icon--search svg {
  width: 18rem;
  height: 18rem;
  min-width: 18rem;
  min-height: 18rem;
}

.icon--search svg path {
  stroke: var(--black);
}

.icon--heart {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.8824 12.9557L10.5021 19.3071C11.2981 20.2067 12.7019 20.2067 13.4979 19.3071L19.1176 12.9557C20.7905 11.0649 21.6596 8.6871 20.4027 6.41967C18.9505 3.79992 16.2895 3.26448 13.9771 5.02375C13.182 5.62861 12.5294 6.31934 12.2107 6.67771C12.1 6.80224 11.9 6.80224 11.7893 6.67771C11.4706 6.31934 10.818 5.62861 10.0229 5.02375C7.71053 3.26448 5.04945 3.79992 3.59728 6.41967C2.3404 8.6871 3.20947 11.0649 4.8824 12.9557Z' stroke='%23323232' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 26rem;
  height: 24rem;
  min-width: 26rem;
  min-height: 24rem;
}

.icon--heart-grey svg {
  width: 26rem;
  height: 24rem;
  min-width: 26rem;
  min-height: 24rem;
}

.icon--heart-grey svg path {
  stroke: #D9D9D9;
  fill: transparent;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: stroke, fill;
  -o-transition-property: stroke, fill;
  transition-property: stroke, fill;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.icon--telegram {
  background-image: url("../img/icons/ic-telegram.svg");
  width: 30rem;
  height: 30rem;
  min-width: 30rem;
  min-height: 30rem;
}

.icon--whatsapp {
  background-image: url("../img/icons/ic-whatsapp.svg");
  width: 30rem;
  height: 30rem;
  min-width: 30rem;
  min-height: 30rem;
}

.icon--vk {
  background-image: url("../img/icons/ic-vk.svg");
  width: 30rem;
  height: 30rem;
  min-width: 30rem;
  min-height: 30rem;
}

.icon--arrow-down-dark {
  background-image: url("../img/icons/arrow-down-dark.png");
  width: 17rem;
  height: 10rem;
  min-width: 17rem;
  min-height: 10rem;
}

.icon--arrow-down-white {
  background-image: url("../img/icons/arrow-down-white.png");
  width: 17rem;
  height: 10rem;
  min-width: 17rem;
  min-height: 10rem;
}

.icon--phone {
  background-image: url("../img/icons/phone.png");
  width: 35rem;
  height: 23rem;
  min-width: 34rem;
  min-height: 23rem;
}

.icon--arrow-left-white {
  background-image: url("../img/icons/arrow-left-white.png");
  width: 26rem;
  height: 46rem;
  min-width: 26rem;
  min-height: 46rem;
}

.icon--arrow-right-white {
  background-image: url("../img/icons/arrow-right-white.png");
  width: 26rem;
  height: 46rem;
  min-width: 26rem;
  min-height: 46rem;
}

.icon--arrow-left-dark {
  background-image: url("../img/icons/arrow-left-dark.png");
  width: 26rem;
  height: 46rem;
  min-width: 26rem;
  min-height: 46rem;
}

.icon--arrow-right-dark {
  background-image: url("../img/icons/arrow-right-dark.png");
  width: 26rem;
  height: 46rem;
  min-width: 26rem;
  min-height: 46rem;
}

.icon--advan1 {
  background-image: url("../img/icons/advan1.png");
  width: 64rem;
  height: 64rem;
  min-width: 64rem;
  min-height: 64rem;
}

.icon--advan2 {
  background-image: url("../img/icons/advan2.png");
  width: 65rem;
  height: 64rem;
  min-width: 65rem;
  min-height: 64rem;
}

.icon--advan3 {
  background-image: url("../img/icons/advan3.png");
  width: 53rem;
  height: 64rem;
  min-width: 53rem;
  min-height: 64rem;
}

.icon--advan4 {
  background-image: url("../img/icons/advan4.png");
  width: 64rem;
  height: 50rem;
  min-width: 64rem;
  min-height: 50rem;
}

.icon--plus {
  background-image: url("../img/icons/plus.png");
  width: 15rem;
  height: 15rem;
  min-width: 15rem;
  min-height: 15rem;
}

.icon--minus {
  background-image: url("../img/icons/minus.png");
  width: 15rem;
  height: 15rem;
  min-width: 15rem;
  min-height: 15rem;
}

.icon--play svg {
  width: 26rem;
  height: 32rem;
  min-width: 26rem;
  min-height: 32rem;
}

.icon--play svg path {
  fill: #DCDCDC;
}

.icon--quote {
  background-image: url("../img/icons/quote.png");
  width: 29rem;
  height: 22rem;
  min-width: 29rem;
  min-height: 22rem;
}

.icon--arrow-right-blue {
  background-image: url("../img/icons/arrow-right-blue.png");
  width: 9rem;
  height: 14rem;
  min-width: 9rem;
  min-height: 14rem;
}

.icon--link-top svg {
  width: 32rem;
  height: 32rem;
  min-width: 32rem;
  min-height: 32rem;
}

.icon--link-top svg polyline {
  stroke: var(--white);
}

.icon--chevron-down {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAMCAYAAABm+U3GAAAAdUlEQVQ4ja3MwQmAMAyF4V+8iuPYsZzEgyP00FXEdRxAFCUFLbS2qQ8CgZd8SCZgBQb0uX4Xse70wCGzAUaBGvn1TucLW4GHqH2WLeAUeIg6sV4pxbPQUrwIzcVV6BdehabwajSG/4LG8Cy0KcBH2WdgT14DJ5WGSN7t8js8AAAAAElFTkSuQmCC);
  width: 22rem;
  height: 12rem;
  min-width: 22rem;
  min-height: 12rem;
}

.icon--arrow-to-down svg,
.icon--arrow-to-top svg {
  width: 22rem;
  height: 22rem;
  min-width: 22rem;
  min-height: 22rem;
}

.icon--arrow-to-down path,
.icon--arrow-to-top path {
  stroke: var(--blue);
}

.icon--burger-menu svg {
  width: 24rem;
  height: 24rem;
  min-width: 24rem;
  min-height: 24rem;
}

.icon--burger-menu path {
  stroke: var(--dark);
}

.icon--columns svg {
  width: 24rem;
  height: 24rem;
  min-width: 24rem;
  min-height: 24rem;
}

.icon--columns path {
  fill: var(--dark);
}

.icon--circle-arrow-right svg {
  width: 26rem;
  height: 26rem;
  min-width: 26rem;
  min-height: 26rem;
}

.icon--circle-arrow-right path {
  fill: var(--dark);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 10001;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.modal__dialog {
  position: relative;
  margin: 0 auto;
  z-index: 9998;
}

.modal__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: 0;
}

.modal .modal__close {
  position: absolute;
  z-index: 10;
}

.modal .modal__close:hover {
  cursor: pointer;
}

.modal .modal__icon--close svg {
  stroke: #000;
  width: 24rem;
  height: 24rem;
}

.modal--addmenu {
  background-color: #fff;
  -webkit-transform: translateX(-100vw);
      -ms-transform: translateX(-100vw);
          transform: translateX(-100vw);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
}

.modal--addmenu .modal__dialog {
  width: 100%;
  max-height: 100%;
  height: 100%;
  position: relative;
  z-index: 100;
  overflow-y: auto;
}

.modal--addmenu .modal__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal--addmenu .modal__wrap-catalog > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12rem;
     -moz-column-gap: 12rem;
          column-gap: 12rem;
  height: 46rem;
  border-radius: 10rem;
  padding: 0 14rem;
  text-transform: uppercase;
}

.modal--addmenu .modal__wrap-catalog > a:hover {
  opacity: 1;
}

.modal--addmenu .modal__wrapper-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
}

.modal--addmenu .modal__wrapper-address > a {
  font-size: 13rem;
  line-height: 15rem;
  color: var(--blue);
  border-bottom: 1rem dashed var(--blue);
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  text-decoration: none;
}

.modal--addmenu .modal__address-dropdown > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
  font-weight: 600;
  font-size: 14rem;
  line-height: 16rem;
  text-decoration: none;
}

.modal--addmenu .modal__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8rem;
}

.modal--addmenu .modal__info > span {
  font-size: 14rem;
  line-height: 16rem;
}

.modal--addmenu .modal__phone {
  color: var(--red);
  font-size: 18rem;
  line-height: 20rem;
  text-decoration: none;
  font-weight: 600;
}

.modal--addmenu .modal__mail {
  color: var(--blue);
  border-bottom: 1rem dashed var(--blue);
  font-size: 16rem;
  line-height: 18rem;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  text-decoration: none;
}

.modal--addmenu .modal__menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12rem;
  list-style: none;
}

.modal--addmenu .modal__menu > ul > li > a {
  font-size: 16rem;
  line-height: 18rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  text-decoration: none;
  color: var(--dark);
}

.modal--addmenu.modal--visibleLeft {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.modal--addmenu.modal--fadeLeft {
  opacity: 0;
  pointer-events: none;
}

.navigation > [data-dropdown] {
  position: relative;
  top: 1rem;
}

.navigation > [data-dropdown]::after {
  position: absolute;
  content: "";
  bottom: -12.5rem;
  left: 0;
  width: 100%;
  height: 16rem;
}

.navigation > [data-dropdown-clicked] {
  font-size: 16rem;
  border-bottom: unset;
  margin: 0;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

[data-dropdown-clicked] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}

[data-dropdown] > [data-dropdown-items] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 280rem;
}

[data-dropdown-items] ul {
  padding: 8rem 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-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
}

[data-dropdown] [data-dropdown] {
  position: static;
  width: 100%;
}

[data-dropdown] ul .navigation__link {
  font-size: 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8rem 16rem;
  text-decoration: none;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

[data-dropdown] ul .navigation__link:hover {
  color: var(--red);
  opacity: 1;
}

[data-dropdown] ul .navigation__link > i {
  width: 13rem;
  height: 8rem;
  min-width: 13rem;
  min-height: 8rem;
}

[data-dropdown] [data-dropdown].active::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  left: 290rem;
  height: 490rem;
  top: 0;
}

[data-dropdown] li[data-dropdown] > [data-dropdown-items] {
  top: 0;
  left: 290rem;
  max-height: 460rem;
  overflow: auto;
}

[data-dropdown].active > [data-dropdown-items] {
  opacity: 1;
  pointer-events: all;
  background-color: #fff;
  left: 0rem;
  top: 46rem;
  border-radius: 8rem;
  z-index: 100;
  -webkit-box-shadow: 0 0 16rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 16rem rgba(0, 0, 0, 0.25);
}

[data-dropdown].active > [data-dropdown-clicked]::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

[data-dropdown].active > [data-dropdown-clicked] i {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

[data-dropdown] [data-dropdown] > [data-dropdown-clicked] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

[data-dropdown] [data-dropdown].active > [data-dropdown-clicked]::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10rem;
  width: 10rem;
  height: 460rem;
}

[data-dropdown] li[data-dropdown] > [data-dropdown-items] ul {
  position: relative;
  z-index: 1;
}

.nav {
  position: relative;
}

.nav > [data-dropdown].active > [data-dropdown-items] {
  top: 24rem;
  left: 0;
}

.header__address,
.modal__address-dropdown {
  position: relative;
}

.header__address [data-dropdown].active > [data-dropdown-items],
.modal__address-dropdown [data-dropdown].active > [data-dropdown-items] {
  top: 24rem;
  left: 0;
}

.header__address [data-dropdown] > [data-dropdown-items],
.modal__address-dropdown [data-dropdown] > [data-dropdown-items] {
  width: 190rem;
}

.header__address ul,
.modal__address-dropdown ul {
  row-gap: 4rem;
}

.header__address ul li,
.modal__address-dropdown ul li {
  padding: 0 16rem;
}

.header__address ul a,
.modal__address-dropdown ul a {
  text-decoration: none;
  font-size: 14rem;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.header__address ul a:hover,
.modal__address-dropdown ul a:hover {
  opacity: 1;
  color: var(--red);
}

.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 77rem;
  width: 77rem;
  background-color: #eeeeee;
  border-radius: 10rem;
  height: 36rem;
  padding: 0 7rem;
}

.counter .counter__value {
  width: 100%;
  text-align: center;
  font-size: 20rem;
  line-height: 22rem;
  color: var(--black);
  outline: none;
  border: none;
  background-color: transparent;
}

.counter .counter__btn {
  cursor: pointer;
  outline: none;
  border: none;
  background-color: transparent;
}

.counter--product {
  height: 52rem;
  width: 108rem;
  min-width: 108rem;
  padding: 0 9rem;
}

.counter--product .counter__value {
  font-size: 28rem;
  line-height: 30rem;
}

.counter--product .counter__btn i {
  width: 21rem;
  height: 21rem;
  min-width: 21rem;
  min-height: 21rem;
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 28rem;
  list-style: none;
  padding-top: 20rem;
  padding-bottom: 20rem;
  position: relative;
}

.list:after {
  content: "";
  position: absolute;
  width: 270rem;
  height: 1rem;
  top: 0;
  left: 0;
  background-color: var(--red);
}

.list:before {
  content: "";
  position: absolute;
  width: 270rem;
  height: 1rem;
  bottom: 0;
  left: 0;
  background-color: var(--red);
}

.list li {
  color: var(--red);
  font-size: 17rem;
  line-height: 24rem;
}

.list li::before {
  content: "";
  background-image: url("../img/icons/list-check.png");
  background-repeat: no-repeat;
  width: 19rem;
  height: 19rem;
  min-width: 19rem;
  min-height: 19rem;
  display: inline;
  padding-right: 32rem;
}

.list-number {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24rem;
  padding-top: 20rem;
  padding-bottom: 20rem;
  position: relative;
}

.list-number:after {
  content: "";
  position: absolute;
  width: 270rem;
  height: 1rem;
  top: 0;
  left: 0;
  background-color: var(--red);
}

.list-number:before {
  content: "";
  position: absolute;
  width: 270rem;
  height: 1rem;
  bottom: 0;
  left: 0;
  background-color: var(--red);
}

.list-number li {
  font-size: 17rem;
  line-height: 19rem;
  color: var(--red);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
  position: relative;
  padding-left: 36rem;
}

.list-number li::before {
  content: counter(my-counter) ". ";
  counter-increment: my-counter;
  position: absolute;
  left: 0;
  font-size: 24rem;
  line-height: 24rem;
  font-weight: 700;
  text-align: right;
}

.breadcrumbs {
  font-size: 15rem;
  line-height: 17rem;
  padding: 30rem 0;
}

.breadcrumbs a,
.breadcrumbs span {
  display: inline;
  font-size: inherit;
  line-height: inherit;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.breadcrumbs a {
  position: relative;
  color: var(--blue);
  text-decoration: underline;
}

.breadcrumbs a::after {
  content: ">";
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  font-family: Montserrat;
  font-weight: inherit;
  color: var(--dark);
  font-weight: 600;
  margin: 0 8rem 0 10rem;
  pointer-events: none;
}

.breadcrumbs span {
  color: var(--dark);
}

.logo-narodnyy-feyerverk {
  width: 131rem;
  height: 61rem;
  min-width: 131rem;
  min-height: 61rem;
}

.logo-russkiy-feyerverk {
  width: 138rem;
  height: 56rem;
  min-width: 138rem;
  min-height: 56rem;
}

.logo-ognennyy-tsvetok {
  width: 130rem;
  height: 36rem;
  min-width: 130rem;
  min-height: 36rem;
}

.logo-russkiy-salyut {
  width: 140rem;
  height: 58rem;
  min-width: 140rem;
  min-height: 58rem;
}

.logo-feyerlend {
  width: 87rem;
  height: 92rem;
  min-width: 87rem;
  min-height: 92rem;
}

.logo-russkaya-pirotekhnika {
  width: 120rem;
  height: 67rem;
  min-width: 120rem;
  min-height: 67rem;
}

.logo-super-salyut {
  width: 141rem;
  height: 58rem;
  min-width: 141rem;
  min-height: 58rem;
}

.logo-tsz {
  width: 125rem;
  height: 68rem;
  min-width: 125rem;
  min-height: 68rem;
}

.logo-triumf {
  width: 95rem;
  height: 111rem;
  min-width: 95rem;
  min-height: 111rem;
}

.logo-upz {
  width: 113rem;
  height: 56rem;
  min-width: 113rem;
  min-height: 56rem;
}

.logo-fire-flower {
  width: 149rem;
  height: 57rem;
  min-width: 149rem;
  min-height: 57rem;
}

.wrap-input {
  position: relative;
  width: 100%;
}

.wrap-input input {
  display: block;
  width: 100%;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  font-weight: 500;
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.wrap-input input::-webkit-input-placeholder {
  font-size: inherit;
  line-height: inherit;
  color: var(--dark);
}

.wrap-input input::-moz-placeholder {
  font-size: inherit;
  line-height: inherit;
  color: var(--dark);
}

.wrap-input input:-ms-input-placeholder {
  font-size: inherit;
  line-height: inherit;
  color: var(--dark);
}

.wrap-input input::-ms-input-placeholder {
  font-size: inherit;
  line-height: inherit;
  color: var(--dark);
}

.wrap-input input::placeholder {
  font-size: inherit;
  line-height: inherit;
  color: var(--dark);
}

.wrap-input input::-webkit-outer-spin-button,
.wrap-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.wrap-input--size-xs input {
  border-width: 1rem;
  height: 40rem;
  font-size: 18rem;
  line-height: 20rem;
  border-radius: 6rem;
  padding: 0 8rem;
}

.wrap-input--size-xxs input {
  border: 1rem solid var(--black);
  border-radius: 4rem;
  border-color: var(--black);
  height: 36rem;
  padding: 0 12rem;
  font-size: 18rem;
  line-height: 1;
  color: var(--dark);
  font-weight: 400;
}

.wrap-input--border-red input {
  border-color: var(--red);
}

.wrap-input--range-from input,
.wrap-input--range-to input {
  text-align: right;
}

.wrap-checkbox {
  position: relative;
}

.wrap-checkbox input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
}

.wrap-checkbox label {
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 400;
  font-size: 16rem;
}

.wrap-checkbox label:hover {
  cursor: pointer;
}

.wrap-checkbox input:checked + .wrap-checkbox__name::before {
  background-color: #0075FF;
  border-color: #0075FF;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' role='img' preserveAspectRatio='xMidYMid meet'%3E%3Cpath fill='%23ffffff' d='M34.459 1.375a2.999 2.999 0 0 0-4.149.884L13.5 28.17l-8.198-7.58a2.999 2.999 0 1 0-4.073 4.405l10.764 9.952s.309.266.452.359a2.999 2.999 0 0 0 4.15-.884L35.343 5.524a2.999 2.999 0 0 0-.884-4.149z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 8rem;
}

.wrap-checkbox input:hover + .wrap-checkbox__name::before {
  cursor: pointer;
}

.wrap-checkbox__name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-column-gap: 12rem;
     -moz-column-gap: 12rem;
          column-gap: 12rem;
  font-size: inherit;
}

.wrap-checkbox__name::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 14rem;
  min-width: 14rem;
  height: 14rem;
  min-height: 14rem;
  border-radius: 4rem;
  background-color: var(--white);
  border: 1rem solid var(--white);
  -webkit-transition-property: border-color, background-color;
  -o-transition-property: border-color, background-color;
  transition-property: border-color, background-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  position: relative;
  top: 4rem;
}

.wrap-checkbox--filter .wrap-checkbox__name {
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}

.wrap-checkbox--filter .wrap-checkbox__name::before {
  width: 20rem;
  min-width: 20rem;
  height: 19rem;
  min-height: 19rem;
  border-color: #B0B0B0;
  top: 1rem;
}

.wrap-checkbox--filter input:checked + .wrap-checkbox__name::before {
  background-color: var(--blue);
  border-color: var(--blue);
  background-size: 10rem;
  background-repeat: no-repeat;
  background-position: center 3rem;
}

.tabs__tab {
  overflow: hidden;
}

.tabs__tab-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tabs__tab-button:hover {
  cursor: pointer;
}

.tabs__tab-button .icon {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  position: relative;
  top: 4rem;
}

.tabs__tab-button.active .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tabs__tab-content {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  pointer-events: all;
  -webkit-transition-property: height, opacity, -webkit-transform;
  transition-property: height, opacity, -webkit-transform;
  -o-transition-property: height, opacity, transform;
  transition-property: height, opacity, transform;
  transition-property: height, opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.tabs:not(.tabs--start-large) .tabs__tab-content:not(.active) {
  -webkit-transform: translateY(-100rem);
      -ms-transform: translateY(-100rem);
          transform: translateY(-100rem);
  height: 0 !important;
  opacity: 0;
  pointer-events: none;
}

.tabs--start-large .tabs__tab-button .icon {
  display: none;
}

.link-top {
  position: fixed;
  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;
  bottom: 88rem;
  right: 36rem;
  z-index: 999;
  width: 36rem;
  height: 36rem;
  border-radius: 50%;
  z-index: 100;
  text-decoration: none;
  background-color: var(--red);
  -webkit-animation: moveTop 2s infinite ease-in-out;
          animation: moveTop 2s infinite ease-in-out;
  display: none;
}

.link-top .icon svg {
  width: 100%;
  height: 100%;
}

.link-top:hover {
  opacity: 1;
}

.number-range__input-range {
  margin-bottom: 12rem;
  height: 22rem;
}

.number-range__input-range .noUi-connect {
  background-color: var(--blue);
  position: relative;
  z-index: 1;
  border-radius: 6rem;
}

.number-range__input-range .noUi-handle {
  background-color: var(--blue);
  border-radius: 50%;
  width: 22rem;
  height: 22rem;
  border: 2rem solid var(--white);
  right: 0;
  top: 0;
  cursor: default;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
}

.number-range__input-range .noUi-connect,
.number-range__input-range .noUi-connects::after {
  height: 12rem;
}

.number-range__input-range .noUi-connects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% + 21rem);
  position: relative;
}

.number-range__input-range .noUi-connects::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  border-radius: 6rem;
  background-color: #C2C2C2;
  z-index: 0;
}

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

.number-range__input-range .noUi-target,
.number-range__input-range .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.number-range__input-range .noUi-base {
  width: calc(100% - 21rem);
}

.number-range__input-range .noUi-connect,
.number-range__input-range .noUi-origin {
  width: 100%;
  will-change: transform;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

.number-range__input-range .noUi-origin {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  right: -21rem;
}

.number-range__wrap-inputs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 102rem 1fr 102rem 54rem;
  grid-template-columns: 102rem 1fr 102rem 54rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.number-range__wrap-inputs .wrap-input {
  width: 102rem;
}

.number-range__separator {
  text-align: center;
  color: var(--black);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.number-range__param {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: left;
  padding-left: 16rem;
  color: var(--black);
}

.number-range--range-red .number-range__input-range .noUi-connect {
  background-color: var(--red);
}

.page-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16rem;
     -moz-column-gap: 16rem;
          column-gap: 16rem;
}

.page-pagination__title {
  font-size: 16rem;
  line-height: 1;
  color: var(--dark);
}

.page-pagination__bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
}

.page-pagination__separator {
  margin: 0 2rem;
  position: relative;
  top: 3rem;
}

.page-pagination__separator,
.page-pagination__bullet {
  font-size: 16rem;
  line-height: 1;
  color: var(--dark);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 600;
}

.page-pagination__bullet {
  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;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 30rem;
  height: 30rem;
  border-radius: 4rem;
  background-color: #d9d9d9;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.page-pagination__bullet:hover,
.page-pagination__bullet.active {
  opacity: 1;
  background-color: var(--blue);
  color: var(--white);
}

/* Блоки */

/* Шапка сайта */

.header {
  position: fixed;
  height: 185rem;
  z-index: 999;
  width: 100%;
  max-width: 100%;
  left: 0;
  top: 0;
  -webkit-transition-property: height, padding-top, top, -webkit-box-shadow;
  transition-property: height, padding-top, top, -webkit-box-shadow;
  -o-transition-property: box-shadow, height, padding-top, top;
  transition-property: box-shadow, height, padding-top, top;
  transition-property: box-shadow, height, padding-top, top, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: var(--white);
  text-decoration: none;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16rem;
     -moz-column-gap: 16rem;
          column-gap: 16rem;
  padding-top: 10rem;
  padding-bottom: 14rem;
}

.header__wrapper-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24rem;
     -moz-column-gap: 24rem;
          column-gap: 24rem;
}

.header__wrapper-address > a {
  font-size: 15rem;
  line-height: 17rem;
  color: var(--blue);
  border-bottom: 1rem dashed var(--blue);
  text-decoration: none;
  -webkit-transition: border-bottom 0.3s linear;
  -o-transition: border-bottom 0.3s linear;
  transition: border-bottom 0.3s linear;
}

.header__wrapper-address > a:hover {
  opacity: 1;
  border-bottom: 1rem dashed transparent;
}

.header__address-dropdown > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12rem;
     -moz-column-gap: 12rem;
          column-gap: 12rem;
  font-weight: 600;
  font-size: 15rem;
  line-height: 17rem;
  text-decoration: none;
}

.header__menu {
  margin-left: auto;
}

.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 18rem;
     -moz-column-gap: 18rem;
          column-gap: 18rem;
  list-style: none;
}

.header__menu ul > li > a {
  font-weight: 600;
  font-size: 15rem;
  line-height: 17rem;
  text-decoration: none;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.header__menu ul > li > a:hover {
  opacity: 1;
  color: var(--red);
}

.header__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}

.header__socials-mob {
  display: none;
}

.header__wrapper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -10rem;
  left: -5rem;
}

.header__logo img {
  width: 282rem;
}

.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16rem;
     -moz-column-gap: 16rem;
          column-gap: 16rem;
}

.header__wrap-catalog > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12rem;
     -moz-column-gap: 12rem;
          column-gap: 12rem;
  height: 46rem;
  border-radius: 10rem;
  padding: 0 14rem;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: -webkit-filter 0.3s linear;
  transition: -webkit-filter 0.3s linear;
  -o-transition: filter 0.3s linear;
  transition: filter 0.3s linear;
  transition: filter 0.3s linear, -webkit-filter 0.3s linear;
}

.header__wrap-catalog > a:hover {
  opacity: 1;
  -webkit-filter: brightness(115%);
          filter: brightness(115%);
}

.header__search {
  position: relative;
  width: 348rem;
  height: 46rem;
  border-radius: 10rem;
}

.header__search input {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border: 2rem solid var(--black);
  outline: none;
  border-radius: 10rem;
  padding-right: 40rem;
  padding-left: 16rem;
  font-size: 15rem;
  line-height: 17rem;
}

.header__search input::-webkit-input-placeholder {
  font-size: 15rem;
  line-height: 17rem;
  color: var(--dark);
}

.header__search input::-moz-placeholder {
  font-size: 15rem;
  line-height: 17rem;
  color: var(--dark);
}

.header__search input:-ms-input-placeholder {
  font-size: 15rem;
  line-height: 17rem;
  color: var(--dark);
}

.header__search input::-ms-input-placeholder {
  font-size: 15rem;
  line-height: 17rem;
  color: var(--dark);
}

.header__search input::placeholder {
  font-size: 15rem;
  line-height: 17rem;
  color: var(--dark);
}

.header__search button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10rem;
  border: unset;
  background-color: transparent;
  height: 100%;
  width: 30rem;
  cursor: pointer;
}

.header__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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  row-gap: 4rem;
}

.header__info > span {
  font-size: 12rem;
  line-height: 14rem;
}

.header__phone {
  color: var(--red);
  font-size: 18rem;
  line-height: 20rem;
  font-weight: 600;
  text-decoration: none;
}

.header__mail {
  color: var(--blue);
  border-bottom: 1rem dashed var(--blue);
  font-size: 12rem;
  text-decoration: none;
  line-height: 14rem;
  -webkit-transition: border-bottom 0.3s linear;
  -o-transition: border-bottom 0.3s linear;
  transition: border-bottom 0.3s linear;
}

.header__mail:hover {
  border-bottom: 1rem dashed transparent;
  opacity: 1;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50rem;
     -moz-column-gap: 50rem;
          column-gap: 50rem;
}

.header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}

.header__item:hover {
  opacity: 1;
}

.header__item:hover > span {
  color: var(--red);
}

.header__item > span {
  font-size: 15rem;
  line-height: 17rem;
  font-weight: 600;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.header__wrap-icon {
  position: relative;
  min-height: 26rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.header__wrap-icon > span {
  position: absolute;
  top: -6rem;
  right: -12rem;
  background-color: var(--red);
  border-radius: 50%;
  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;
  font-size: 11rem;
  line-height: 11rem;
  padding-top: 2rem;
  color: var(--white);
  font-weight: 600;
  min-width: 22rem;
  min-height: 22rem;
}

.header__bottom {
  background-color: var(--red);
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
  top: -10rem;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.header__list ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 22rem;
     -moz-column-gap: 22rem;
          column-gap: 22rem;
}

.header__list ul > li > a {
  color: var(--white);
  font-weight: 600;
  font-size: 15rem;
  line-height: 17rem;
  text-decoration: none;
  -webkit-transition: -webkit-text-decoration 0.3s linear;
  transition: -webkit-text-decoration 0.3s linear;
  -o-transition: text-decoration 0.3s linear;
  transition: text-decoration 0.3s linear;
  transition: text-decoration 0.3s linear, -webkit-text-decoration 0.3s linear;
}

.header__list ul > li > a:hover {
  text-decoration: underline;
  opacity: 1;
}

.header__wrapper-hamburger {
  display: none;
  width: 28rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  row-gap: 4rem;
  background-color: transparent;
  border: unset;
}

.header__wrapper-hamburger:hover {
  opacity: 0.8;
}

.header__wrapper-hamburger::after,
.header__wrapper-hamburger::before {
  content: "";
}

.header__wrapper-hamburger span,
.header__wrapper-hamburger::after,
.header__wrapper-hamburger::before {
  width: 100%;
  border: 2rem solid #000;
}

.header--fixed {
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
  height: 150rem;
}

.header--fixed .header__bottom {
  opacity: 0;
}

.fix-height {
  margin-top: 185rem;
}

/* Подвал сайта */

.footer {
  padding: 30rem 0;
}

.footer ul {
  padding: 0;
  list-style: none;
}

.footer__grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer__column:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.footer__column:nth-child(2) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  padding-left: 30rem;
  padding-right: 110rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 40rem;
     -moz-column-gap: 40rem;
          column-gap: 40rem;
}

.footer__bottom {
  padding-top: 64rem;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}

.footer__address-items,
.footer__address-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__address-items {
  row-gap: 16rem;
}

.footer__address-item {
  row-gap: 6rem;
}

.footer__address-item strong {
  font-size: 18rem;
  line-height: 24rem;
  font-weight: 600;
  color: var(--dark-2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 16rem;
     -moz-column-gap: 16rem;
          column-gap: 16rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__address-item strong a {
  color: var(--red);
  text-decoration: none;
}

.footer__address-item span {
  font-size: 14rem;
  line-height: 1;
}

.footer__menu-title {
  font-size: 30rem;
  line-height: 38rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 18rem;
}

.footer__menu-title a {
  text-decoration: none;
}

.footer__menu-title .icon {
  display: none;
}

.footer__menu a,
.footer__bottom-menu a,
.footer__wrap-copy a a {
  font-size: 15rem;
  line-height: 1;
  color: var(--dark);
  text-decoration: underline;
  text-underline-offset: 2rem;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.footer__menu a:hover,
.footer__bottom-menu a:hover,
.footer__wrap-copy a a:hover {
  opacity: 1;
  color: var(--red);
}

.footer__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10rem;
}

.footer__paylist {
  padding-top: 10rem;
}

.footer__paylist img {
  width: 187rem;
  height: 35rem;
}

.footer__bottom-menu {
  margin-bottom: 14rem;
}

.footer__bottom-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20rem;
     -moz-column-gap: 20rem;
          column-gap: 20rem;
}

.footer__wrap-copy {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90rem 420rem;
  grid-template-columns: 90rem 420rem;
  -webkit-column-gap: 20rem;
     -moz-column-gap: 20rem;
          column-gap: 20rem;
}

.footer__wrap-copy > a {
  display: block;
  width: 100%;
  text-decoration: none;
}

.footer__wrap-copy img {
  width: 100%;
}

.footer__wrap-copy span {
  display: inline-block;
  font-size: 14rem;
  line-height: 18rem;
  color: var(--black);
}

.block-form__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2] 234rem;
  grid-template-columns: repeat(2, 1fr) 234rem;
  -webkit-column-gap: 16rem;
     -moz-column-gap: 16rem;
          column-gap: 16rem;
  margin-bottom: 6rem;
}

.block-form__control {
  width: 100%;
}

.product-card {
  padding: 12rem 28rem 28rem;
  border-radius: 10rem;
 border: 1px #ccc solid;
  background-color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
  text-align: center;
  position: relative;
}

.product-card__img {
  height: 190rem;
  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;
}

.product-card__img:hover {
  opacity: 1;
}

.product-card__img img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-card__tag {
  color: var(--red);
  -webkit-filter: drop-shadow(0 0 10.5rem #dd291a);
          filter: drop-shadow(0 0 10.5rem #dd291a);
  font-size: 16rem;
  line-height: 18rem;
  font-weight: 600;
  height: 20rem;
}

.product-card__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-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  row-gap: 4rem;
  height: 49rem;
  margin-bottom: 10rem;
}

.product-card__price span {
  text-decoration: line-through;
  font-size: 16rem;
  line-height: 18rem;
}

.product-card__price b {
  font-weight: 600;
  font-size: 22rem;
  line-height: 24rem;
}

.product-card__price--sela b {
  color: var(--red);
}

.product-card__desc {
  height: 43rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8rem;
  font-weight: 600;
  font-size: 16rem;
  line-height: 18rem;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  text-decoration: none;
}

.product-card__desc:hover {
  opacity: 1;
  color: var(--red);
}

.product-card__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
  height: 30rem;
  margin-bottom: 18rem;
}

.product-card__quantity span {
  font-size: 16rem;
  line-height: 18rem;
}

.product-card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
  width: 100%;
  margin-bottom: 20rem;
}

.product-card__text {
  font-size: 14rem;
  line-height: 16rem;
  color: var(--green);
}

.product-card__text--green span {
  color: var(--green);
}

.product-card__text--red span {
  color: var(--red);
}

.product-card__favorites {
  position: absolute;
  top: 12rem;
  left: 16rem;
}

.product-card__favorites:hover {
  opacity: 1;
}

.product-card__favorites:hover i svg path {
  stroke: var(--red);
  fill: var(--red);
}

.product-card__favorites--active i svg path {
  stroke: var(--red);
  fill: var(--red);
}

.product-card__sela {
  position: absolute;
  top: 10rem;
  right: 18rem;
  width: 48rem;
  height: 48rem;
  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;
  color: var(--white);
  background-color: var(--red);
  border-radius: 50%;
  font-size: 16rem;
  line-height: 16rem;
  font-weight: 600;
}

.hidden-lg-content__button {
  display: none;
}

.hidden-lg-content__wrap-relative {
  position: relative;
  height: 100%;
}

.hidden-lg-content__wrapper-content {
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hidden-lg-content--visible .hidden-lg-content__wrapper-content {
  left: 0;
}

.hidden-lg-content--visible .hidden-lg-content__button button i {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.catalog-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12rem;
}

.catalog-nav__menu-title a {
  font-size: 16rem;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 600;
  color: var(--dark);
  text-decoration: none;
}

.catalog-nav__menu-title .tabs__tab-button .icon {
  width: 14.66rem;
  height: 8rem;
  min-width: 14.66rem;
  min-height: 8rem;
}

.catalog-nav__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8rem;
  padding-top: 16rem;
  padding-bottom: 24rem;
}

.catalog-nav__menu li {
  line-height: 1;
  position: relative;
  padding-left: 32rem;
}

.catalog-nav__menu li::after {
  content: "";
  display: block;
  width: 20rem;
  height: 19rem;
  border-radius: 3rem;
  background-color: var(--blue);
  position: absolute;
  left: 0;
  top: 1rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 36 36' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' role='img' preserveAspectRatio='xMidYMid meet'%3E%3Cpath fill='%23ffffff' d='M34.459 1.375a2.999 2.999 0 0 0-4.149.884L13.5 28.17l-8.198-7.58a2.999 2.999 0 1 0-4.073 4.405l10.764 9.952s.309.266.452.359a2.999 2.999 0 0 0 4.15-.884L35.343 5.524a2.999 2.999 0 0 0-.884-4.149z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 10rem;
  background-repeat: no-repeat;
  background-position: center 4rem;
}

.catalog-nav__menu li.active::after {
  opacity: 1;
}

.catalog-nav__menu a {
  font-size: 16rem;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: var(--dark);
}

.catalog-filters__title {
  font-size: 26rem;
  line-height: 32rem;
  color: var(--dark);
  font-weight: 600;
  margin-bottom: 30rem;
}

.catalog-filters__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40rem;
}

.catalog-filters__item-name {
  font-size: 16rem;
  line-height: 1;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 12rem;
}

.catalog-filters__item-name--red {
  color: var(--red);
}

.catalog-filters__item--checkboxes {
  padding-top: 32rem;
}

.catalog-filters__item--checkboxes .catalog-filters__item-name {
  margin-bottom: 18rem;
}

.catalog-filters__checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6rem;
  padding-left: 6rem;
}

/* Страницы */

/* Страница: Главная */

.sc-main {
  position: relative;
  height: 600rem;
}

.sc-main::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.sc-main__background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -294rem;
  height: 100%;
}

.sc-main__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  text-align: center;
}

.sc-main__item {
  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;
  color: var(--white);
  padding-top: 150rem;
}

.sc-main__item > .btn {
  position: relative;
  z-index: 10;
}

.sc-main__item-content {
  position: relative;
  z-index: 10;
  margin-bottom: 80rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10rem;
  max-width: 1040rem;
}

.sc-main__item-content::after {
  position: absolute;
  content: "";
  background-image: url("../img/main/bg-text.png");
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1195rem;
  min-height: 291rem;
  height: 291rem;
  z-index: -1;
}

.sc-main__text p {
  font-size: 30rem;
  line-height: 36rem;
}

.sc-main .arrow-prev,
.sc-main .arrow-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.sc-main .arrow-prev.swiper-button-disabled,
.sc-main .arrow-next.swiper-button-disabled {
  opacity: 0.4;
}

.sc-main .arrow-prev {
  left: 36rem;
}

.sc-main .arrow-next {
  right: 36rem;
}

.sc-advantages {
  padding-top: 38rem;
  padding-bottom: 46rem;
}

.sc-advantages__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 30rem;
     -moz-column-gap: 30rem;
          column-gap: 30rem;
}

.sc-advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24rem;
     -moz-column-gap: 24rem;
          column-gap: 24rem;
}

.sc-advantages__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4rem;
}

.sc-advantages__item-content span {
  font-size: 30rem;
  line-height: 34rem;
  font-weight: 600;
}

.sc-advantages__item-content p {
  font-size: 18rem;
  line-height: 20rem;
}

.sc-catalog {
  padding-top: 52rem;
  padding-bottom: 36rem;
}

.sc-catalog__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 18rem;
     -moz-column-gap: 18rem;
          column-gap: 18rem;
  row-gap: 30rem;
}

.sc-catalog__item {
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.sc-catalog__item--first {
  height: 297rem;
  padding-left: 150rem;
}

.sc-catalog__item--second {
  height: 307rem;
  padding-left: 160rem;
}

.sc-catalog__item--third {
  height: 322rem;
  padding-left: 188rem;
}

.sc-catalog__item--fourth {
  height: 325rem;
}

.sc-catalog__item--fifth {
  height: 322rem;
}

.sc-catalog__item--sixth {
  height: 324rem;
}

.sc-catalog__item--first,
.sc-catalog__item--second,
.sc-catalog__item--third {
  padding-top: 36rem;
  padding-right: 20rem;
}

.sc-catalog__item--first .sc-catalog__item-content,
.sc-catalog__item--second .sc-catalog__item-content,
.sc-catalog__item--third .sc-catalog__item-content {
  max-width: 235rem;
}

.sc-catalog__item--fourth,
.sc-catalog__item--fifth,
.sc-catalog__item--sixth {
  padding-top: 52rem;
  padding-left: 52rem;
  padding-right: 120rem;
}

.sc-catalog__item--fourth .sc-catalog__item-content,
.sc-catalog__item--fifth .sc-catalog__item-content,
.sc-catalog__item--sixth .sc-catalog__item-content {
  max-width: 262rem;
}

.sc-catalog__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24rem;
  position: relative;
}

.sc-catalog__item-content span {
  font-size: 26rem;
  line-height: 32rem;
  font-weight: 600;
}

.sc-catalog__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12rem;
}

.sc-catalog__item-link a {
  font-size: 16rem;
  line-height: 18rem;
  text-decoration: underline;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.sc-catalog__item-link a:hover {
  color: var(--red);
  opacity: 1;
}

.sc-products {
  padding-top: 54rem;
  padding-bottom: 40rem;
  position: relative;
}

.sc-products__title {
  margin-bottom: 20rem;
}

.sc-products__wrap-swiper {
  position: relative;
}

.sc-products__wrap-swiper .swiper-wrapper {
  padding-top: 30rem;
  padding-bottom: 30rem;
}

.sc-products .swiper {
  padding-left: 30rem;
  padding-right: 30rem;
  margin-left: -30rem;
  margin-right: -30rem;
}

.sc-products .swiper-slide {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.sc-products .swiper-slide-visible {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.sc-products .swiper-wrapper {
  padding-top: 30rem;
  padding-bottom: 30rem;
}

.sc-products .arrow-prev,
.sc-products .arrow-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.sc-products .arrow-prev.swiper-button-disabled,
.sc-products .arrow-next.swiper-button-disabled {
  opacity: 0.4;
}

.sc-products .arrow-prev {
  left: -72rem;
}

.sc-products .arrow-next {
  right: -72rem;
}

.sc-reviews {
  position: relative;
  background-color: var(--black);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 40rem;
  padding-bottom: 40rem;
}

.sc-reviews__wrap-content {
  color: var(--white);
  margin-bottom: 30rem;
  position: relative;
  width: 100%;
}

.sc-reviews__title {
  height: 117rem;
  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;
}

.sc-reviews__wrap-rating {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 56rem;
     -moz-column-gap: 56rem;
          column-gap: 56rem;
}

.sc-reviews__rating {
  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;
}

.sc-reviews__rating span {
  font-size: 18rem;
  line-height: 20rem;
  margin-bottom: 6rem;
}

.sc-reviews__rating b {
  font-size: 24rem;
  line-height: 26rem;
}

.sc-reviews__rating-img {
  height: 50rem;
  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;
  margin-bottom: 8rem;
}

.sc-reviews__wrap-swiper {
  margin-bottom: 30rem;
  position: relative;
}

.sc-reviews__item {
  background-color: var(--white);
  height: 293rem;
  padding: 18rem 36rem 34rem 16rem;
}

.sc-reviews__item-content {
  padding-left: 44rem;
  padding-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20rem;
}

.sc-reviews__item-content span {
  color: var(--red-light);
  font-weight: 600;
  font-size: 20rem;
  line-height: 24rem;
}

.sc-reviews__item-text {
  height: 131rem;
  overflow: auto;
}

.sc-reviews__item-text p {
  font-style: italic;
  color: #2d2e2e;
  font-size: 18rem;
  line-height: 26rem;
}

.sc-reviews__item-text .simplebar-track.simplebar-vertical {
  width: 21rem;
  z-index: 20;
}

.sc-reviews__item-text .simplebar-track.simplebar-vertical::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12rem;
  height: 100%;
  background-color: #C2C2C2;
  z-index: 0;
  border-radius: 6rem;
}

.sc-reviews__item-text .simplebar-scrollbar {
  width: 100%;
  z-index: 1;
}

.sc-reviews__item-text .simplebar-scrollbar:before {
  width: 100%;
  border-radius: 10rem;
  background-color: #994242;
  opacity: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.sc-reviews__item-text .simplebar-content {
  padding-right: 32rem !important;
}

.sc-reviews__item-text * {
  outline: none;
}

.sc-reviews__inner {
  position: relative;
  width: 100%;
}

.sc-reviews__inner .btn {
  margin: 0 auto;
}

.sc-reviews__link {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 64rem;
}

.sc-reviews__link a {
  font-weight: 600;
  font-size: 24rem;
  line-height: 26rem;
  text-decoration: underline;
  color: var(--white);
}

.sc-reviews__link a:hover {
  opacity: 1;
  text-decoration: none;
}

.sc-reviews .arrow-prev,
.sc-reviews .arrow-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.sc-reviews .arrow-prev.swiper-button-disabled,
.sc-reviews .arrow-next.swiper-button-disabled {
  opacity: 0.4;
}

.sc-reviews .arrow-prev {
  left: -72rem;
}

.sc-reviews .arrow-next {
  right: -72rem;
}

.sc-banner {
  height: 370rem;
  padding: 20rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.sc-banner .container {
  height: 100%;
}

.sc-banner__wrap-content {
  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;
  height: 100%;
}

.sc-banner__wrap-content .btn {
  position: relative;
  z-index: 10;
}

.sc-banner__title {
  text-align: center;
  max-width: 1010rem;
  margin-bottom: 36rem;
  position: relative;
}

.sc-banner__title::after {
  position: absolute;
  content: "";
  background-image: url("../img/main/bg-text.png");
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1195rem;
  min-height: 291rem;
  height: 291rem;
  z-index: 2;
}

.sc-banner__title span {
  position: relative;
  z-index: 10;
  font-size: 50rem;
  line-height: 54rem;
  color: var(--white);
  font-weight: 600;
}

.sc-about {
  padding-bottom: 60rem;
}

.sc-about__title {
  max-width: 1100rem;
  margin: 0 auto;
  margin-bottom: 36rem;
}

.sc-about__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24rem;
  margin-bottom: 24rem;
}

.sc-about__desc p {
  font-size: 17rem;
  line-height: 24rem;
}

.sc-about a {
  color: var(--blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
  border-bottom: 1rem dashed var(--blue);
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  font-size: 17rem;
  line-height: 19rem;
  text-decoration: none;
  -webkit-transition: border-bottom 0.3s linear;
  -o-transition: border-bottom 0.3s linear;
  transition: border-bottom 0.3s linear;
}

.sc-about a:hover {
  opacity: 1;
  border-bottom: 1rem dashed transparent;
}

.sc-article {
  padding-bottom: 60rem;
}

.sc-article__title {
  margin-bottom: 44rem;
}

.sc-article__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 24rem;
     -moz-column-gap: 24rem;
          column-gap: 24rem;
  margin-bottom: 42rem;
}

.sc-article__item {
  height: 292rem;
  border-radius: 10rem;
  -webkit-filter: drop-shadow(0 0 16px rgba(160, 160, 160, 0.18));
          filter: drop-shadow(0 0 16px rgba(160, 160, 160, 0.18));
  background-color: var(--white);
  padding: 34rem 18rem 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sc-article__item p {
  font-size: 17rem;
  line-height: 24rem;
}

.sc-article__item > a {
  color: var(--blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
  border-bottom: 1rem dashed var(--blue);
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  font-size: 17rem;
  line-height: 19rem;
  margin-top: auto;
  text-decoration: none;
  -webkit-transition: border-bottom 0.2s linear;
  -o-transition: border-bottom 0.2s linear;
  transition: border-bottom 0.2s linear;
}

.sc-article__item > a:hover {
  opacity: 1;
  border-bottom: 1rem dashed transparent;
}

.sc-article__item-title > a {
  color: var(--blue);
  font-size: 20rem;
  line-height: 24rem;
  font-weight: 600;
  margin-bottom: 20rem;
  text-decoration: none;
}

.sc-article__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sc-article__link a {
  font-weight: 600;
  font-size: 24rem;
  line-height: 26rem;
  text-decoration: underline;
  color: var(--blue);
}

.sc-article__link a:hover {
  text-decoration: none;
  opacity: 1;
}

.sc-brands {
  padding-top: 36rem;
  padding-bottom: 40rem;
}

.sc-brands__title {
  margin-bottom: 6rem;
}

.sc-brands__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 36.75rem;
     -moz-column-gap: 36.75rem;
          column-gap: 36.75rem;
  row-gap: 24rem;
}

.sc-brands__item {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
  text-decoration: none;
  row-gap: 10rem;
}

.sc-brands__item:nth-child(3) .sc-brands__img {
  padding-top: 24rem;
}

.sc-brands__item:nth-child(4) .sc-brands__img,
.sc-brands__item:nth-child(6) .sc-brands__img,
.sc-brands__item:nth-child(10) .sc-brands__img,
.sc-brands__item:nth-child(11) .sc-brands__img {
  padding-top: 16rem;
}

.sc-brands__item:nth-child(7) .sc-brands__img {
  padding-top: 20rem;
}

.sc-brands__item:nth-child(8) span {
  margin-right: auto;
  padding-left: 28rem;
}

.sc-brands__item span {
  font-size: 16rem;
  font-weight: 600;
  line-height: 1;
  color: var(--dark);
}

.sc-brands__img {
  width: 100%;
  min-height: 92rem;
  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;
}

.sc-brands__img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.sc-feedback {
  padding: 30rem 0 56rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.sc-feedback__wrap-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-grid-columns: 480rem 1fr;
  grid-template-columns: 480rem 1fr;
  -webkit-column-gap: 80rem;
     -moz-column-gap: 80rem;
          column-gap: 80rem;
}

.sc-feedback__title,
.sc-feedback__desc {
  color: var(--white);
}

.sc-feedback__title {
  font-size: 30rem;
  line-height: 38rem;
  font-weight: 600;
  margin-bottom: 12rem;
}

.sc-feedback__desc {
  font-size: 17rem;
  line-height: 24rem;
}

.sc-feedback__block-form {
  max-width: 772rem;
  position: relative;
  top: 2rem;
}

.sc-feedback__block-form .block-form__wrap {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.sc-feedback__block-form .block-form__control:nth-child(1),
.sc-feedback__block-form .block-form__control:nth-child(2) {
  padding-bottom: 4rem;
}

.sc-feedback .wrap-checkbox .wrap-checkbox__name {
  color: var(--white);
}

.sc-product-page {
  counter-reset: my-counter;
}

.sc-product-page__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 540rem 1fr;
  grid-template-columns: 540rem 1fr;
  -webkit-column-gap: 46rem;
     -moz-column-gap: 46rem;
          column-gap: 46rem;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  padding-top: 15rem;
}

.sc-product-page__title {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20rem;
     -moz-column-gap: 20rem;
          column-gap: 20rem;
  margin-bottom: 30rem;
}

.sc-product-page__title h1 {
  font-weight: 600;
  font-size: 36rem;
  line-height: 40rem;
}

.sc-product-page__tag {
  color: var(--red);
  -webkit-filter: drop-shadow(0 0 10.5rem #dd291a);
          filter: drop-shadow(0 0 10.5rem #dd291a);
  font-size: 16rem;
  line-height: 18rem;
  font-weight: 600;
  height: 20rem;
  padding-top: 2rem;
}

.sc-product-page__left {
  -ms-grid-row: 1;
  -ms-grid-row-span: 6;
  grid-row: 1/7;
  -ms-grid-column: 1;
  grid-column: 1;
}

.sc-product-page__gallery-slide {
  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;
  position: relative;
  height: 380rem;
}

.sc-product-page__gallery-slide img {
  width: 330rem;
}

.sc-product-page__gallery-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sc-product-page__gallery-icons img {
  width: 140rem;
}

.sc-product-page__wrapper-swiper .swiper-wrapper {
  max-width: 526rem;
  margin: unset;
}

.sc-product-page__wrapper-swiper .swiper-slide {
  width: 110rem;
  margin-right: 0 !important;
  height: 110rem;
}

.sc-product-page__wrapper-swiper .swiper-slide-thumb-active .sc-product-page__product-mingallery {
  border-color: var(--blue);
}

.sc-product-page__product-mingallery {
  border-radius: 4rem;
  height: 100%;
  width: 100%;
  padding: 12rem 8rem;
  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;
  position: relative;
  cursor: pointer;
  border: 3rem solid transparent;
}

.sc-product-page__product-mingallery i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: drop-shadow(0 0 8.5rem rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0 0 8.5rem rgba(0, 0, 0, 0.8));
}

.sc-product-page__product-mingallery i svg {
  width: 34rem;
  height: 30rem;
  min-width: 34rem;
  min-height: 30rem;
}

.sc-product-page__product-mingallery i svg path {
  fill: #D9D9D9;
}

.sc-product-page__product-mingallery img {
  height: 100%;
  width: 100%;
}

.sc-product-page__right {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 2;
  grid-column: 2;
}

.sc-product-page__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-column-gap: 24rem;
     -moz-column-gap: 24rem;
          column-gap: 24rem;
  margin-bottom: 52rem;
}

.sc-product-page__inner i:hover svg path {
  stroke: var(--red);
  fill: var(--red);
}

.sc-product-page__inner i svg {
  width: 30rem;
  height: 28rem;
  min-width: 30rem;
  min-height: 28rem;
}

.sc-product-page__wrapper-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sc-product-page__wrapper-price b {
  font-size: 42rem;
  line-height: 44rem;
  color: var(--red);
  font-weight: 600;
}

.sc-product-page__wrap-sela {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
}

.sc-product-page__wrap-sela span {
  text-decoration: line-through;
  color: #949494;
  font-size: 16rem;
  line-height: 18rem;
}

.sc-product-page__sela {
  font-size: 20rem;
  line-height: 22rem;
  color: var(--red);
  font-weight: 600;
}

.sc-product-page__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12rem;
     -moz-column-gap: 12rem;
          column-gap: 12rem;
}

.sc-product-page__button {
  position: relative;
}

.sc-product-page__button b {
  position: absolute;
  bottom: -26rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14rem;
  line-height: 16rem;
  color: var(--green);
  font-weight: 400;
  white-space: nowrap;
}

.sc-product-page__button b span {
  color: var(--red);
}

.sc-product-page__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 34rem;
     -moz-column-gap: 34rem;
          column-gap: 34rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sc-product-page__left-content {
  min-width: 390rem;
}

.sc-product-page__left-content > span {
  font-size: 16rem;
  line-height: 18rem;
  color: #ba1404;
}

.sc-product-page__line {
  width: 2rem;
  background-color: #eeeeee;
  display: block;
}

.sc-product-page__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12rem;
  margin-bottom: 40rem;
}

.sc-product-page__description-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: relative;
}

.sc-product-page__description-text::after {
  position: absolute;
  content: "";
  bottom: 10rem;
  left: 0;
  width: 100%;
  height: 1rem;
  background-color: var(--red);
}

.sc-product-page__description-text span {
  position: relative;
  z-index: 10;
  font-size: 16rem;
  line-height: 18rem;
}

.sc-product-page__description-text span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--white);
  top: 0;
  left: 0rem;
  z-index: -1;
}

.sc-product-page__description-text span:nth-child(1) {
  padding-right: 12rem;
}

.sc-product-page__description-text span:nth-child(2) {
  padding-left: 12rem;
}

.sc-product-page__description-link {
  position: relative;
  z-index: 10;
  padding-left: 12rem;
}

.sc-product-page__description-link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--white);
  top: 0;
  left: 0rem;
  z-index: -1;
}

.sc-product-page__description-link a {
  font-size: 16rem;
  line-height: 18rem;
  border-bottom: 1rem dashed var(--blue);
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  color: var(--blue);
  text-decoration: none;
}

.sc-product-page__right-content {
  min-width: 350rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 26rem;
  text-align: center;
}

.sc-product-page__wrap-pickup {
  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;
  row-gap: 12rem;
}

.sc-product-page__wrap-pickup address {
  font-size: 16rem;
  line-height: 20rem;
  color: #919191;
 /* max-width: 220rem;*/
}

.sc-product-page__wrap-pickup span {
  font-size: 12rem;
  line-height: 14rem;
  color: #919191;
}

.sc-product-page__text-pickup {
  font-size: 16rem;
  line-height: 18rem;
  color: var(--black);
  font-weight: 500;
}

.sc-product-page__text-pickup a {
  color: var(--blue);
  border-bottom: 1rem dashed var(--blue);
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  font-weight: 400;
  padding-bottom: 2rem;
  text-decoration: none;
}

.sc-product-page__wrap-delivery {
  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;
  row-gap: 14rem;
}

.sc-product-page__wrap-delivery b {
  font-size: 16rem;
  line-height: 18rem;
  color: var(--black);
  font-weight: 400;
}

.sc-product-page__wrap-delivery span {
  font-size: 12rem;
  line-height: 15rem;
  color: #919191;
  max-width: 256rem;
}

.sc-product-page__wrapper-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12rem;
     -moz-column-gap: 12rem;
          column-gap: 12rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.sc-product-page__wrapper-select a {
  color: var(--blue);
  border-bottom: 1rem dashed var(--blue);
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  font-weight: 400;
  font-size: 16rem;
  line-height: 18rem;
  padding-bottom: 2rem;
  text-decoration: none;
}

.sc-product-page__select {
  position: relative;
}

.sc-product-page__select::before {
  content: "";
  position: absolute;
  background-image: url("../img/icons/arrow-down-dark.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 16rem;
  width: 16rem;
  height: 100%;
  z-index: 10;
  right: 10rem;
  top: 1rem;
  pointer-events: none;
}

.sc-product-page__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4rem;
  height: 20rem;
  width: 20rem;
  background-color: var(--white);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

.sc-product-page__select select {
  width: 223rem;
  height: 32rem;
  border-radius: 4rem;
  font-size: 16rem;
  line-height: 18rem;
  padding-left: 10rem;
  outline: none;
}

.sc-product-page__wrap-content {
  margin-top: 26rem;
}

.sc-product-page__subtitle {
  font-weight: 600;
  font-size: 26rem;
  line-height: 30rem;
  margin-bottom: 24rem;
}

.sc-product-page__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24rem;
}

.sc-product-page__desc p {
  font-size: 17rem;
  line-height: 24rem;
}

.play-video__video {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.play-video--play .play-video__wrap {
  display: none;
}

.play-video--play .play-video__video {
  display: block;
}

.sc-page-catalog {
  padding: 24rem 0 80rem 0;
}

.sc-page-catalog__wrap-scrollbar .simplebar-track.simplebar-vertical {
  background-color: #c3c3c3;
  border-radius: 4rem;
  width: 12rem;
}

.sc-page-catalog__wrap-scrollbar .simplebar-scrollbar.simplebar-visible:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--blue);
  opacity: 1;
  border-radius: 4rem;
}

.sc-page-catalog__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 320rem 1fr;
  grid-template-columns: 320rem 1fr;
  -webkit-column-gap: 20rem;
     -moz-column-gap: 20rem;
          column-gap: 20rem;
}

.sc-page-catalog__breadcrumbs {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  padding: 0;
  margin-bottom: 24rem;
}

.sc-page-catalog__left {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
}

.sc-page-catalog__right {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  grid-column: 2;
}

.sc-page-catalog__left-content {
  height: 100%;
}

.sc-page-catalog__left-content .hidden-lg-content__wrapper-content,
.sc-page-catalog__left-content .hidden-lg-content__wrap-relative,
.sc-page-catalog__left-content .hidden-lg-content__wrap-sticky,
.sc-page-catalog__left-content .sc-page-catalog__wrap-scrollbar {
  height: 100%;
}

.sc-page-catalog__navigation {
  position: relative;
  height: 100%;
}

.sc-page-catalog__filters {
  position: sticky;
  top: 166rem;
  left: 0;
}

.sc-page-catalog__catalog-nav {
  margin-bottom: 48rem;
}

.sc-page-catalog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8rem;
  margin-bottom: 40rem;
}

.sc-page-catalog__wrap-title h1 {
  font-size: 30rem;
  line-height: 32rem;
  font-weight: 600;
  color: var(--dark);
}

.sc-page-catalog__wrap-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sc-page-catalog__wrap-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20rem;
     -moz-column-gap: 20rem;
          column-gap: 20rem;
}

.sc-page-catalog__sort-title {
  line-height: 1;
  color: var(--dark);
}

.sc-page-catalog__sort-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30rem;
     -moz-column-gap: 30rem;
          column-gap: 30rem;
}

.sc-page-catalog__sort-title,
.sc-page-catalog__sort-item {
  font-size: 16rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sc-page-catalog__sort-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--blue);
  position: relative;
  text-decoration: none;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.sc-page-catalog__sort-item::after {
  content: "";
  position: absolute;
  bottom: -4rem;
  display: block;
  left: 0;
  width: 100%;
  border: 1rem dashed var(--blue);
  -webkit-transition-property: border-style, border-color;
  -o-transition-property: border-style, border-color;
  transition-property: border-style, border-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.sc-page-catalog__sort-item span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 14rem;
}

.sc-page-catalog__sort-item span .icon {
  position: absolute;
  top: -11rem;
  left: -3rem;
}

.sc-page-catalog__sort-item span .icon path {
  -webkit-transition-property: stroke;
  -o-transition-property: stroke;
  transition-property: stroke;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.sc-page-catalog__sort-item span .icon:nth-child(2) {
  left: 8rem;
}

.sc-page-catalog__sort-item.double-icon span {
  min-width: 22rem;
}

.sc-page-catalog__sort-item:hover,
.sc-page-catalog__sort-item.active {
  color: var(--red);
}

.sc-page-catalog__sort-item:hover::after,
.sc-page-catalog__sort-item.active::after {
  border-style: solid;
  border-color: var(--red);
}

.sc-page-catalog__sort-item:hover span .icon path,
.sc-page-catalog__sort-item.active span .icon path {
  stroke: var(--red);
}

.sc-page-catalog__wrap-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}

.sc-page-catalog__button {
  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: 40rem;
  height: 40rem;
  border-radius: 4rem;
  background-color: transparent;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.sc-page-catalog__button:hover {
  opacity: 1;
}

.sc-page-catalog__button .icon path {
  -webkit-transition-property: stroke, fill;
  -o-transition-property: stroke, fill;
  transition-property: stroke, fill;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.sc-page-catalog__button.active {
  background-color: var(--blue);
}

.sc-page-catalog__button.active .icon.icon--columns path {
  fill: var(--white);
}

.sc-page-catalog__button.active .icon.icon--burger-menu path {
  stroke: var(--white);
}

.sc-page-catalog__body {
  margin-bottom: 72rem;
}

.sc-page-catalog__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 16rem;
     -moz-column-gap: 16rem;
          column-gap: 16rem;
  row-gap: 16rem;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable,
  .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 100px;
  }

  .choices__list--dropdown .choices__item--selectable::after,
  .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable,
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after,
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}

@media (min-width: 768px) {
  .hidden-lg-content--visible .hidden-lg-content__button {
    left: -40rem;
  }

  .hidden-lg-content--visible .hidden-lg-content__button button {
    -webkit-transform: translateX(-440rem) translateY(-50%);
        -ms-transform: translateX(-440rem) translateY(-50%);
            transform: translateX(-440rem) translateY(-50%);
    top: 50%;
    background: var(--blue);
    background: -o-linear-gradient(74deg, #271787 0%, #6a5db1 48%, #665c9b 100%);
    background: linear-gradient(16deg, #271787 0%, #6a5db1 48%, #665c9b 100%);
    width: 40rem;
    height: 40rem;
    min-width: 40rem;
    min-height: 40rem;
  }
}

@media (max-width: 1600px) {
  .header--fixed {
    height: 140rem;
  }

  .product-card {
    padding: 16rem 28rem 28rem;
  }

  .sc-main {
    height: 518rem;
  }

  .sc-main__background {
    background-position-y: -386rem;
  }

  .sc-main__item {
    padding-top: 130rem;
  }

  .sc-advantages__items {
    -webkit-column-gap: 20rem;
       -moz-column-gap: 20rem;
            column-gap: 20rem;
  }

  .sc-advantages__item {
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  .sc-advantages__item-content p {
    font-size: 17rem;
    line-height: 19rem;
  }

  .sc-catalog__item--first {
    height: 300rem;
  }

  .sc-catalog__item--second {
    height: 309rem;
  }

  .sc-catalog__item--third {
    height: 325rem;
  }

  .sc-catalog__item--fourth {
    height: 328rem;
  }

  .sc-catalog__item--fifth {
    height: 325rem;
  }

  .sc-catalog__item--sixth {
    height: 327rem;
  }
}

@media (max-width: 1440px) {
  html {
    font-size: 0.0694444444vw;
  }

  .container {
    padding: 0 40rem;
  }

  .icon--advan1 {
    width: 58rem;
    height: 58rem;
    min-width: 58rem;
    min-height: 58rem;
  }

  .icon--advan2 {
    width: 59rem;
    height: 58rem;
    min-width: 59rem;
    min-height: 58rem;
  }

  .icon--advan3 {
    width: 47rem;
    height: 58rem;
    min-width: 47rem;
    min-height: 58rem;
  }

  .icon--advan4 {
    width: 58rem;
    height: 44rem;
    min-width: 58rem;
    min-height: 44rem;
  }

  .link-top {
    right: 16rem;
  }

  .header__inner {
    -webkit-column-gap: 24rem;
       -moz-column-gap: 24rem;
            column-gap: 24rem;
  }

  .sc-main__background {
    background-position-y: -269rem;
  }

  .sc-main__item {
    padding-top: 150rem;
  }

  .sc-main__item-content {
    margin-bottom: 50rem;
  }

  .sc-advantages__item-content span {
    font-size: 28rem;
    line-height: 32rem;
  }

  .sc-catalog__item--first {
    height: 291rem;
  }

  .sc-catalog__item--second {
    height: 300rem;
  }

  .sc-catalog__item--third {
    height: 314rem;
  }

  .sc-catalog__item--fourth {
    height: 318rem;
  }

  .sc-catalog__item--fifth {
    height: 316rem;
  }

  .sc-catalog__item--sixth {
    height: 317rem;
  }

  .sc-catalog__item--first,
  .sc-catalog__item--second,
  .sc-catalog__item--third {
    padding-top: 26rem;
  }

  .sc-catalog__item--fourth,
  .sc-catalog__item--fifth,
  .sc-catalog__item--sixth {
    padding-top: 42rem;
  }

  .sc-catalog__item-content {
    row-gap: 16rem;
  }

  .sc-products .arrow-prev {
    left: -32rem;
  }

  .sc-products .arrow-next {
    right: -32rem;
  }

  .sc-reviews .arrow-prev {
    left: -32rem;
  }

  .sc-reviews .arrow-next {
    right: -32rem;
  }

  .sc-product-page__title h1 {
    font-size: 32rem;
    line-height: 38rem;
  }

  .sc-product-page__left-content {
    min-width: 360rem;
  }

  .sc-product-page__right-content {
    min-width: 300rem;
  }
}
  .filt_ok {
    background-color: #e1000f;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    width: 100%;
    max-width:150px;
    padding-bottom: 5px;
    color: #fff;
    display: none;
    line-height: 25px;
    border-radius: 5px;
    position: fixed;
    z-index: 5;
    /*left: 50%;*/
    left:50px;
    font-size:16px;
    margin-left: 0px;
    bottom: 23px;
  }
@media (max-width: 1024px) {
  html {
    font-size: 0.1302083333vw;
  }

  h1 {
    font-size: 36rem;
    line-height: 40rem;
  }

  h2 {
    font-size: 24rem;
    line-height: 28rem;
  }

  .btn--size-big,
  .btn--size-xxl {
    height: 64rem;
    font-size: 18rem;
    line-height: 20rem;
  }

  .btn--large,
  .btn--size-lg {
    font-size: 20rem;
    line-height: 22rem;
    height: 54rem;
  }

  .btn--large-2 {
    height: 46rem;
    border-radius: 8rem;
    font-size: 18rem;
    line-height: 20rem;
  }

  .icon--search svg {
    width: 24rem;
    height: 24rem;
    min-width: 24rem;
    min-height: 24rem;
  }

  .icon--heart {
    width: 24rem;
    height: 22rem;
    min-width: 24rem;
    min-height: 22rem;
  }

  .icon--phone {
    width: 32rem;
    height: 21rem;
    min-width: 31rem;
    min-height: 21rem;
  }

  .icon--arrow-left-white {
    width: 21rem;
    height: 40rem;
    min-width: 21rem;
    min-height: 40rem;
  }

  .icon--arrow-right-white {
    width: 21rem;
    height: 40rem;
    min-width: 21rem;
    min-height: 40rem;
  }

  .icon--arrow-left-dark {
    width: 21rem;
    height: 40rem;
    min-width: 21rem;
    min-height: 40rem;
  }

  .icon--arrow-right-dark {
    width: 21rem;
    height: 40rem;
    min-width: 21rem;
    min-height: 40rem;
  }

  .icon--advan1 {
    width: 50rem;
    height: 50rem;
    min-width: 50rem;
    min-height: 50rem;
  }

  .icon--advan2 {
    width: 50rem;
    height: 49rem;
    min-width: 50rem;
    min-height: 49rem;
  }

  .icon--advan3 {
    width: 42rem;
    height: 52rem;
    min-width: 42rem;
    min-height: 52rem;
  }

  .icon--advan4 {
    width: 54rem;
    height: 42rem;
    min-width: 54rem;
    min-height: 42rem;
  }

  .icon--quote {
    width: 25rem;
    height: 19rem;
    min-width: 25rem;
    min-height: 19rem;
  }

  .icon--chevron-down {
    width: 17.6rem;
    height: 9.6rem;
    min-width: 17.6rem;
    min-height: 9.6rem;
  }

  .modal .modal__close {
    right: 40rem;
    top: 30rem;
  }

  .modal--addmenu .modal__content {
    padding-top: 20rem;
    height: 100%;
  }

  .modal--addmenu .modal__container {
    padding: 0 40rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .modal--addmenu .modal__inner-content {
    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;
    height: 100%;
    margin: auto 0;
  }

  .modal--addmenu .modal__wrapper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 40rem;
  }

  .modal--addmenu .modal__logo a img {
    width: 260rem;
  }

  .modal--addmenu .modal__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .navigation > [data-dropdown]::after {
    display: none;
  }

  [data-dropdown-items] ul {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    row-gap: 6rem;
    padding: 0;
  }

  [data-dropdown] ul .navigation__link {
    padding: 4rem 10rem 4rem 4rem;
  }

  [data-dropdown] li[data-dropdown] > [data-dropdown-items] {
    max-height: 100%;
    left: 0rem;
    overflow: visible;
  }

  [data-dropdown].active > [data-dropdown-items] {
    padding: 6rem 0 0 6rem;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    background-color: transparent;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    overflow: unset;
    border-radius: unset;
    height: 100%;
  }

  [data-dropdown] [data-dropdown] > [data-dropdown-clicked] {
    font-size: 16rem;
    line-height: 18rem;
  }

  [data-dropdown] [data-dropdown] [data-dropdown] > [data-dropdown-clicked] {
    font-size: 16rem;
    line-height: 18rem;
  }

  [data-dropdown] [data-dropdown] > [data-dropdown-items] {
    row-gap: 8rem;
  }

  nav .navigation__item {
    overflow: hidden;
    margin: 0 auto 16px;
  }

  [data-dropdown] .navigation__item {
    width: 100%;
  }

  .counter--product {
    height: 46rem;
    width: 90rem;
    min-width: 90rem;
    border-radius: 8rem;
  }

  .counter--product .counter__value {
    font-size: 24rem;
    line-height: 26rem;
  }

  .counter--product .counter__btn i {
    width: 17rem;
    height: 17rem;
    min-width: 17rem;
    min-height: 17rem;
  }

  .list li {
    font-size: 15rem;
    line-height: 22rem;
  }

  .list-number li {
    font-size: 16rem;
    line-height: 18rem;
    padding-left: 30rem;
  }

  .breadcrumbs {
    padding: 20rem 0;
  }

  .logo-narodnyy-feyerverk {
    width: 109.16rem;
    height: 50.83rem;
    min-width: 109.16rem;
    min-height: 50.83rem;
  }

  .logo-russkiy-feyerverk {
    width: 115rem;
    height: 46.66rem;
    min-width: 115rem;
    min-height: 46.66rem;
  }

  .logo-ognennyy-tsvetok {
    width: 108.33rem;
    height: 30rem;
    min-width: 108.33rem;
    min-height: 30rem;
  }

  .logo-russkiy-salyut {
    width: 116.66rem;
    height: 48.33rem;
    min-width: 116.66rem;
    min-height: 48.33rem;
  }

  .logo-feyerlend {
    width: 72.5rem;
    height: 76.66rem;
    min-width: 72.5rem;
    min-height: 76.66rem;
  }

  .logo-russkaya-pirotekhnika {
    width: 100rem;
    height: 55.83rem;
    min-width: 100rem;
    min-height: 55.83rem;
  }

  .logo-super-salyut {
    width: 117.5rem;
    height: 48.33rem;
    min-width: 117.5rem;
    min-height: 48.33rem;
  }

  .logo-tsz {
    width: 104.16rem;
    height: 56.66rem;
    min-width: 104.16rem;
    min-height: 56.66rem;
  }

  .logo-triumf {
    width: 79.16rem;
    height: 92.5rem;
    min-width: 79.16rem;
    min-height: 92.5rem;
  }

  .logo-upz {
    width: 94.16rem;
    height: 46.66rem;
    min-width: 94.16rem;
    min-height: 46.66rem;
  }

  .logo-fire-flower {
    width: 124.16rem;
    height: 47.5rem;
    min-width: 124.16rem;
    min-height: 47.5rem;
  }

  .tabs--start-large .tabs__tab-button .icon {
    display: block;
  }

  .tabs--start-large .tabs__tab-content:not(.active) {
    -webkit-transform: translateY(-100rem);
        -ms-transform: translateY(-100rem);
            transform: translateY(-100rem);
    height: 0 !important;
    opacity: 0;
    pointer-events: none;
  }

  .link-top {
    bottom: 40rem;
    right: 16rem;
  }

  .link-top .icon svg {
    min-width: 32rem;
    min-height: 32rem;
  }

  .page-pagination {
    -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;
    row-gap: 10rem;
  }

  .header {
    height: 94rem;
  }

  .header__top {
    display: none;
  }

  .header__socials-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }

  .header__wrapper-content {
    padding-top: 14rem;
    padding-bottom: 14rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header__logo {
    top: 6rem;
    left: 0rem;
  }

  .header__logo img {
    width: 180rem;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .header__box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .header__wrap-catalog {
    display: none;
  }

  .header__search {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 44rem;
  }

  .header__search input {
    height: 44rem;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    width: 0;
    top: 0;
    right: 0;
    height: 46rem;
    -webkit-transition-property: opacity, width, right;
    -o-transition-property: opacity, width, right;
    transition-property: opacity, width, right;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
  }

  .header__search button {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .header__search--visible {
    position: relative;
  }

  .header__search--visible input {
    opacity: 1;
    width: 300rem;
    position: absolute;
    pointer-events: all;
    right: -8rem;
    top: 0;
    z-index: 10;
  }

  .header__search--visible button {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 20;
  }

  .header__info {
    display: none;
  }

  .header__inner {
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }

  .header__item > span {
    font-size: 13rem;
    line-height: 15rem;
  }

  .header__wrap-icon {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header__wrap-icon > span {
    min-width: 20rem;
    min-height: 20rem;
    font-size: 10rem;
    line-height: 10rem;
    top: -1rem;
    right: -10rem;
    padding-left: 1rem;
  }

  .header__bottom {
    display: none;
  }

  .header__wrapper-hamburger {
    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;
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .header--fixed {
    height: 94rem;
  }

  .fix-height {
    margin-top: 94rem;
  }

  .footer__grid {
    -webkit-column-gap: 40rem;
       -moz-column-gap: 40rem;
            column-gap: 40rem;
    -ms-grid-columns: 360rem 1fr;
    grid-template-columns: 360rem 1fr;
    -ms-grid-rows: 400rem auto;
    grid-template-rows: 400rem auto;
  }

  .footer__column:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16rem;
  }

  .footer__bottom {
    padding-top: 32rem;
  }

  .footer__address-item {
    row-gap: 4rem;
  }

  .footer__address-item strong {
    -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;
    font-size: 17rem;
    line-height: 23rem;
  }

  .footer__menu-title {
    font-size: 24rem;
    line-height: 32rem;
    margin-bottom: 0;
  }

  .footer__menu-title .icon {
    display: block;
    top: 12rem;
  }

  .footer__menu {
    padding-top: 10rem;
  }

  .footer__paylist {
    padding-top: 16rem;
  }

  .footer__bottom-menu ul {
    -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;
    row-gap: 10rem;
  }

  .footer__wrap-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .footer__wrap-copy > a {
    width: 90rem;
    min-width: 90rem;
  }

  .footer__wrap-copy span {
    font-size: 12rem;
    line-height: 16rem;
  }

  .product-card {
    padding: 16rem 16rem 20rem;
  }

  .product-card__price {
    height: 42rem;
    margin-bottom: 6rem;
  }

  .product-card__price span {
    font-size: 15rem;
    line-height: 17rem;
  }

  .product-card__price b {
    font-size: 18rem;
    line-height: 20rem;
  }

  .product-card__desc {
    margin-bottom: 6rem;
  }

  .product-card__quantity {
    margin-bottom: 10rem;
  }
  .product-card__favorites {
    position: absolute;
    top: 2rem;
    left: 6rem;
}
  .filt_ok {

    left:50px;
    margin-left: 0px;
    bottom:10px;
  }
.product-card__text {
    font-size: 11rem;
    line-height: 13rem;
    color: var(--green);
}
  .product-card__wrapper {
    margin-bottom: 0;
            gap: 5px;
    flex-direction: column;
    padding:5px;
  }
  .icon--heart-grey svg {
    width: 16rem;
    height: 14rem;
    min-width: 16rem;
    min-height: 14rem;
}

  .product-card__sela {
    height: 40rem;
    width: 40rem;
    font-size: 14rem;
    line-height: 14rem;
    right: 12rem;
  }

  .hidden-lg-content__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: var(--blue);
    background: -o-linear-gradient(74deg, #271787 0%, #6a5db1 48%, #665c9b 100%);
    background: linear-gradient(16deg, #271787 0%, #6a5db1 48%, #665c9b 100%);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    height: 100%;
    padding: 80rem 0;
    position: relative;
    z-index: 10;
    left: 0;
    top: 0;
    -webkit-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
  }

  .hidden-lg-content__button span {
    color: #fff;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-size: 16rem;
    line-height: 20rem;
    font-family: Montserrat;
    font-weight: 700;
    text-align: center;
  }

  .hidden-lg-content__button button {
    position: absolute;
    left: 50%;
    top: -40rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 32rem;
    height: 32rem;
    min-width: 32rem;
    min-height: 32rem;
    border-radius: 50%;
    -webkit-transition-property: width, height, min-width, min-height, top, -webkit-transform;
    transition-property: width, height, min-width, min-height, top, -webkit-transform;
    -o-transition-property: transform, width, height, min-width, min-height, top;
    transition-property: transform, width, height, min-width, min-height, top;
    transition-property: transform, width, height, min-width, min-height, top, -webkit-transform;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
    outline: none;
    border: none;
  }

  .hidden-lg-content__button button:hover {
    cursor: pointer;
  }

  .hidden-lg-content__button button i {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
  }

  .hidden-lg-content__title {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    position: sticky;
    top: calc(50vh - 30rem);
    left: 0;
    width: 100%;
    text-align: center;
  }

  .hidden-lg-content__wrapper {
    height: 100%;
    width: 100%;
  }

  .hidden-lg-content__wrapper-content {
    position: absolute;
    left: -100vw;
    top: 0;
    height: 100%;
    z-index: 9;
    -webkit-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
  }

  .hidden-lg-content__wrap-sticky {
    position: sticky;
    top: 0;
    left: 0;
    background-color: var(--white);
    height: 100%;
    max-height: 100dvh;
    padding: 8rem 0;
    height: 0;
  }

  .hidden-lg-content--visible .hidden-lg-content__wrap-relative {
    -webkit-box-shadow: 0 0 24rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 24rem rgba(0, 0, 0, 0.15);
  }

  .hidden-lg-content--visible .hidden-lg-content__wrapper-content {
    width: 370rem;
  }

  .hidden-lg-content--visible .hidden-lg-content__button button i path {
    fill: var(--white);
  }

  .catalog-nav {
    row-gap: 10rem;
  }

  .catalog-nav__menu ul {
    padding-top: 14rem;
    padding-bottom: 20rem;
  }

  .catalog-filters__title {
    margin-bottom: 16rem;
  }

  .catalog-filters__items {
    row-gap: 24rem;
  }

  .catalog-filters__item--checkboxes {
    padding-top: 0;
  }

  .sc-main {
    height: 400rem;
  }

  .sc-main__background {
    background-position-y: unset;
  }

  .sc-main__item {
    padding-top: 100rem;
  }

  .sc-main__item-content {
    max-width: 717rem;
    margin-bottom: 40rem;
  }

  .sc-main__item-content::after {
    width: 670rem;
    height: 164rem;
    min-height: 164rem;
    top: -27px;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
  }

  .sc-main__text p {
    font-size: 20rem;
    line-height: 26rem;
  }

  .sc-main .arrow-prev {
    left: 10rem;
  }

  .sc-main .arrow-next {
    right: 10rem;
  }

  .sc-advantages {
    padding-top: 36rem;
    padding-bottom: 36rem;
  }

  .sc-advantages__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20rem;
    margin: 0 auto;
  }

  .sc-advantages__item-content span {
    font-size: 20rem;
    line-height: 24rem;
  }

  .sc-advantages__item-content p {
    font-size: 15rem;
    line-height: 17rem;
  }

  .sc-catalog {
    padding-top: 36rem;
  }

  .sc-catalog__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20rem;
  }

  .sc-catalog__item--first {
    padding-left: 108rem;
    height: 219rem;
  }

  .sc-catalog__item--second {
    height: 228rem;
    padding-left: 120rem;
  }

  .sc-catalog__item--third {
    padding-left: 130rem;
    height: 239rem;
  }

  .sc-catalog__item--fourth {
    height: 241rem;
  }

  .sc-catalog__item--fifth {
    height: 240rem;
  }

  .sc-catalog__item--sixth {
    height: 240rem;
  }

  .sc-catalog__item--first,
  .sc-catalog__item--second,
  .sc-catalog__item--third {
    padding-top: 30rem;
  }

  .sc-catalog__item--fourth,
  .sc-catalog__item--fifth,
  .sc-catalog__item--sixth {
    padding-top: 30rem;
    padding-right: 100rem;
    padding-left: 40rem;
  }

  .sc-catalog__item-content {
    row-gap: 10rem;
  }

  .sc-catalog__item-content span {
    font-size: 16rem;
    line-height: 17rem;
  }

  .sc-catalog__item-link {
    row-gap: 8rem;
  }

  .sc-catalog__item-link a {
    font-size: 14rem;
    line-height: 16rem;
  }

  .sc-products {
    padding-top: 36rem;
    padding-bottom: 16rem;
  }

  .sc-products__title {
    margin-bottom: 10rem;
  }

  .sc-products__wrap-swiper .swiper-wrapper {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sc-products .swiper {
    padding-left: 20rem;
    padding-right: 20rem;
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sc-products .swiper-wrapper {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sc-reviews {
    padding-top: 36rem;
    padding-bottom: 36rem;
  }

  .sc-reviews__wrap-content {
    margin-bottom: 20rem;
  }

  .sc-reviews__title {
    height: 84rem;
  }

  .sc-reviews__wrap-rating {
    -webkit-column-gap: 20rem;
       -moz-column-gap: 20rem;
            column-gap: 20rem;
  }

  .sc-reviews__rating span {
    font-size: 14rem;
    line-height: 16rem;
  }

  .sc-reviews__rating b {
    font-size: 16rem;
    line-height: 18rem;
  }

  .sc-reviews__rating-img {
    height: 32rem;
  }

  .sc-reviews__rating-img img {
    width: 70rem;
  }

  .sc-reviews__wrap-swiper {
    margin-bottom: 20rem;
  }

  .sc-reviews__item {
    padding: 18rem 36rem 24rem 16rem;
    height: 250rem;
  }

  .sc-reviews__item-content {
    row-gap: 16rem;
    padding-left: 32rem;
  }

  .sc-reviews__item-content span {
    font-size: 18rem;
    line-height: 20rem;
  }

  .sc-reviews__item-text {
    height: 120rem;
  }

  .sc-reviews__item-text p {
    font-size: 16rem;
    line-height: 24rem;
  }

  .sc-reviews__link {
    right: 0;
  }

  .sc-reviews__link a {
    font-size: 16rem;
    line-height: 18rem;
  }

  .sc-banner {
    height: 320rem;
  }

  .sc-banner__title {
    margin-bottom: 24rem;
  }

  .sc-banner__title::after {
    width: 670rem;
    height: 164rem;
    min-height: 164rem;
    top: -27px;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
  }

  .sc-banner__title span {
    font-size: 36rem;
    line-height: 40rem;
  }

  .sc-about {
    padding-bottom: 36rem;
  }

  .sc-about__title {
    margin-bottom: 20rem;
  }

  .sc-about__desc p {
    font-size: 15rem;
    line-height: 22rem;
  }

  .sc-article {
    padding-bottom: 36rem;
  }

  .sc-article__title {
    margin-bottom: 20rem;
  }

  .sc-article__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20rem;
    margin-bottom: 24rem;
  }

  .sc-article__item {
    padding: 20rem 16rem 18rem;
    height: 280rem;
  }

  .sc-article__item p {
    font-size: 15rem;
    line-height: 22rem;
  }

  .sc-article__item-title > a {
    font-size: 16rem;
    line-height: 20rem;
    margin-bottom: 12rem;
  }

  .sc-article__link a {
    font-size: 18rem;
    line-height: 20rem;
  }

  .sc-brands__title {
    margin-bottom: 24rem;
  }

  .sc-brands__grid {
    -webkit-column-gap: 24rem;
       -moz-column-gap: 24rem;
            column-gap: 24rem;
    row-gap: 20rem;
  }

  .sc-brands__img {
    padding-top: 0;
    min-height: unset;
  }

  .sc-feedback {
    padding-bottom: 40rem;
  }

  .sc-feedback__wrap-grid {
    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;
    row-gap: 32rem;
  }

  .sc-feedback__block-form {
    top: 0;
  }

  .sc-product-page__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    padding-top: 0rem;
  }

  .sc-product-page__title {
    margin-bottom: 0;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .sc-product-page__title h1 {
    font-size: 28rem;
    line-height: 32rem;
  }

  .sc-product-page__left {
    -ms-grid-row: 2;
    grid-row: 2;
    width: 540rem;
    margin: 0 auto;
    margin-bottom: 40rem;
  }

  .sc-product-page__right {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }

  .sc-product-page__wrapper-price {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sc-product-page__wrapper-price b {
    font-size: 36rem;
    line-height: 38rem;
  }

  .sc-product-page__wrap-sela span {
    font-size: 15rem;
    line-height: 17rem;
  }

  .sc-product-page__sela {
    font-size: 18rem;
    line-height: 20rem;
  }

  .sc-product-page__left-content {
    min-width: 300rem;
  }

  .sc-product-page__text-pickup {
    font-size: 15rem;
    line-height: 17rem;
  }

  .sc-product-page__wrapper-select a {
    font-size: 15rem;
    line-height: 17rem;
  }

  .sc-product-page__select select {
    width: 200rem;
    font-size: 15rem;
    line-height: 17rem;
  }

  .sc-product-page__wrap-content {
    margin-top: 30rem;
  }

  .sc-product-page__desc p {
    font-size: 16rem;
    line-height: 22rem;
  }

  .sc-page-catalog {
    padding-bottom: 56rem;
    padding-top: 0;
  }

  .sc-page-catalog__container {
    padding: 10px;
  }

  .sc-page-catalog__wrap-scrollbar {
    padding: 0 35rem 0 15rem;
    max-height: calc(100vh - 94rem - 48rem);
  }

  .sc-page-catalog__grid {
    -ms-grid-columns: 40rem 1fr;
    grid-template-columns: 40rem 1fr;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }

  .sc-page-catalog__breadcrumbs {
    -ms-grid-column: 2;
    grid-column: 2;
    padding-top: 24rem;
  }

  .sc-page-catalog__left {
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }

  .sc-page-catalog__right {
    padding-bottom: 32rem;
  }

  .sc-page-catalog__filters {
    position: relative;
    top: 0;
  }

  .sc-page-catalog__catalog-nav {
    margin-bottom: 24rem;
  }

  .sc-page-catalog__header {
    margin-bottom: 24rem;
  }

  .sc-page-catalog__wrap-sort {
    -webkit-column-gap: 12rem;
       -moz-column-gap: 12rem;
            column-gap: 12rem;
  }

  .sc-page-catalog__sort-items {
    -webkit-column-gap: 16rem;
       -moz-column-gap: 16rem;
            column-gap: 16rem;
  }

  .sc-page-catalog__sort-title,
  .sc-page-catalog__sort-item {
    font-size: 14rem;
  }

  .sc-page-catalog__body {
    margin-bottom: 32rem;
  }

  .sc-page-catalog__items {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 0.3125vw;
  }

  body {
    font-size: 16rem;
  }

  h1 {
    font-size: 24rem;
    line-height: 28rem;
  }

  h2 {
    font-size: 20rem;
    line-height: 24rem;
  }

  .btn--size-big,
  .btn--size-xxl {
    font-size: 15rem;
    line-height: 17rem;
    height: 46rem;
    padding: 0 16rem;
  }

  .btn--large-2 {
    height: 40rem;
    border-radius: 8rem;
    font-size: 16rem;
    line-height: 18rem;
    width: 100%;
  }

  .container {
    padding: 0 15rem;
  }

  .icon--basket svg {
    width: 22rem;
    height: 20rem;
    min-width: 22rem;
    min-height: 20rem;
  }

  .icon--search svg {
    width: 18rem;
    height: 18rem;
    min-width: 18rem;
    min-height: 18rem;
  }

  .icon--heart {
    width: 20rem;
    height: 18rem;
    min-width: 20rem;
    min-height: 18rem;
  }

  .icon--phone {
    width: 29rem;
    height: 18rem;
    min-width: 28rem;
    min-height: 18rem;
  }

  .icon--arrow-left-white {
    width: 14rem;
    height: 27rem;
    min-width: 14rem;
    min-height: 27rem;
  }

  .icon--arrow-right-white {
    width: 14rem;
    height: 27rem;
    min-width: 14rem;
    min-height: 27rem;
  }

  .icon--arrow-left-dark {
    width: 14rem;
    height: 27rem;
    min-width: 14rem;
    min-height: 27rem;
  }

  .icon--arrow-right-dark {
    width: 14rem;
    height: 27rem;
    min-width: 14rem;
    min-height: 27rem;
  }

  .icon--advan1 {
    width: 40rem;
    height: 40rem;
    min-width: 40rem;
    min-height: 40rem;
  }

  .icon--advan2 {
    width: 40rem;
    height: 39rem;
    min-width: 40rem;
    min-height: 39rem;
  }

  .icon--advan3 {
    width: 33rem;
    height: 40rem;
    min-width: 33rem;
    min-height: 40rem;
  }

  .icon--advan4 {
    width: 44rem;
    height: 34rem;
    min-width: 44rem;
    min-height: 34rem;
  }

  .icon--quote {
    width: 21rem;
    height: 16rem;
    min-width: 21rem;
    min-height: 16rem;
  }

  .icon--arrow-right-blue {
    width: 7rem;
    height: 10rem;
    min-width: 7rem;
    min-height: 10rem;
  }

  .icon--arrow-to-down svg,
  .icon--arrow-to-top svg {
    width: 16rem;
    height: 16rem;
    min-width: 16rem;
    min-height: 16rem;
  }

  .icon--circle-arrow-right svg {
    width: 22rem;
    height: 22rem;
    min-width: 22rem;
    min-height: 22rem;
  }

  .modal .modal__close {
    top: 20rem;
    right: 20rem;
  }

  .modal .modal__icon--close svg {
    width: 20rem;
    height: 20rem;
  }

  .modal--addmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .modal--addmenu .modal__content {
    padding-bottom: 20rem;
    padding-top: 14rem;
    display: block;
  }

  .modal--addmenu .modal__container {
    padding: 0 15rem;
  }

  .modal--addmenu .modal__inner-content {
    padding-bottom: 86rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .modal--addmenu .modal__wrapper-content {
    row-gap: 16rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .modal--addmenu .modal__logo a img {
    width: 160rem;
  }

  .modal--addmenu .modal__wrap-catalog > a {
    height: 40rem;
    font-size: 16rem;
    border-radius: 8rem;
  }

  .modal--addmenu .modal__address-dropdown > a i {
    width: 13rem;
    height: 8rem;
    min-width: 13rem;
    min-height: 8rem;
  }

  .modal--addmenu .modal__menu > ul {
    row-gap: 12rem;
  }

  .modal--addmenu .modal__menu > ul > li > a {
    font-size: 14rem;
    line-height: 16rem;
  }

  .modal--addmenu .modal__socials {
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .modal--addmenu .modal__socials i {
    width: 30rem;
    height: 30rem;
    min-width: 30rem;
    min-height: 30rem;
  }

  [data-dropdown] ul .navigation__link {
    font-size: 13rem;
  }

  [data-dropdown] [data-dropdown].active::after {
    display: none;
  }

  [data-dropdown] [data-dropdown] > [data-dropdown-clicked] {
    font-size: 13rem;
    line-height: 15rem;
  }

  [data-dropdown] .navigation__item {
    width: 100%;
  }

  .header__address ul,
  .modal__address-dropdown ul {
    padding: 2rem 0;
  }

  .header__address ul li,
  .modal__address-dropdown ul li {
    padding: 0;
  }

  .counter--product {
    height: 40rem;
    border-radius: 6rem;
  }

  .counter--product .counter__value {
    font-size: 20rem;
    line-height: 22rem;
  }

  .list {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .list {
    row-gap: 16rem;
  }

  .list:after {
    width: 200rem;
  }

  .list:before {
    width: 200rem;
  }

  .list li {
    font-size: 14rem;
    line-height: 20rem;
  }

  .list-number {
    padding-top: 16rem;
    padding-bottom: 16rem;
    row-gap: 16rem;
  }

  .list-number:after {
    width: 200rem;
  }

  .list-number:before {
    width: 200rem;
  }

  .list-number li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    font-size: 14rem;
    line-height: 16rem;
    padding-left: 26rem;
  }

  .list-number li::before {
    font-size: 20rem;
    line-height: 20rem;
  }

  .breadcrumbs {
    padding: 16rem 0;
    white-space: wrap;
    font-size: 12rem;
    line-height: 16rem;
  }

  .breadcrumbs a::after {
    margin: 0 2rem 0 4rem;
  }

  .logo-narodnyy-feyerverk {
    width: 87.3333333333rem;
    height: 40.6666666667rem;
    min-width: 87.3333333333rem;
    min-height: 40.6666666667rem;
  }

  .logo-russkiy-feyerverk {
    width: 92rem;
    height: 37.3333333333rem;
    min-width: 92rem;
    min-height: 37.3333333333rem;
  }

  .logo-ognennyy-tsvetok {
    width: 86.6666666667rem;
    height: 24rem;
    min-width: 86.6666666667rem;
    min-height: 24rem;
  }

  .logo-russkiy-salyut {
    width: 93.3333333333rem;
    height: 38.6666666667rem;
    min-width: 93.3333333333rem;
    min-height: 38.6666666667rem;
  }

  .logo-feyerlend {
    width: 58rem;
    height: 61.3333333333rem;
    min-width: 58rem;
    min-height: 61.3333333333rem;
  }

  .logo-russkaya-pirotekhnika {
    width: 80rem;
    height: 44.6666666667rem;
    min-width: 80rem;
    min-height: 44.6666666667rem;
  }

  .logo-super-salyut {
    width: 94rem;
    height: 38.6666666667rem;
    min-width: 94rem;
    min-height: 38.6666666667rem;
  }

  .logo-tsz {
    width: 83.3333333333rem;
    height: 45.3333333333rem;
    min-width: 83.3333333333rem;
    min-height: 45.3333333333rem;
  }

  .logo-triumf {
    width: 63.3333333333rem;
    height: 74rem;
    min-width: 63.3333333333rem;
    min-height: 74rem;
  }

  .logo-upz {
    width: 75.3333333333rem;
    height: 37.3333333333rem;
    min-width: 75.3333333333rem;
    min-height: 37.3333333333rem;
  }

  .logo-fire-flower {
    width: 99.3333333333rem;
    height: 38rem;
    min-width: 99.3333333333rem;
    min-height: 38rem;
  }

  .wrap-input--size-xs input {
    font-size: 16rem;
    line-height: 18rem;
  }

  .wrap-input--size-xxs input {
    font-size: 16rem;
    line-height: 18rem;
    height: 32rem;
  }

  .wrap-checkbox label {
    font-size: 13rem;
  }

  .link-top {
    bottom: 16rem;
    width: 30rem;
    height: 30rem;
    right: 8rem;
  }

  .link-top .icon svg {
    min-width: 28rem;
    min-height: 28rem;
  }

  .number-range__input-range {
    margin-bottom: 8rem;
  }

  .number-range__wrap-inputs {
    -ms-grid-columns: 90rem 32rem 90rem 28rem;
    grid-template-columns: 90rem 32rem 90rem 28rem;
  }

  .number-range__wrap-inputs .wrap-input {
    width: 90rem;
  }

  .number-range__separator {
    font-size: 14rem;
  }

  .number-range__param {
    padding-left: 8rem;
    font-size: 14rem;
  }

  .page-pagination__title {
    font-size: 14rem;
  }

  .page-pagination__bullets {
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }

  .page-pagination__separator,
  .page-pagination__bullet {
    font-size: 14rem;
  }

  .page-pagination__bullet {
    width: 24rem;
    height: 24rem;
  }

  .header {
    height: 54rem;
  }

  .header__socials-mob {
    display: none;
  }

  .header__wrapper-content {
    padding-top: 10rem;
    padding-bottom: 10rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .header__logo {
    top: 4rem;
  }

  .header__logo img {
    width: 100rem;
  }

  .header__box {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .header__search {
    height: 32rem;
  }

  .header__search input {
    height: 32rem;
    border-radius: 6rem;
    padding-left: 12rem;
    font-size: 13rem;
    line-height: 15rem;
  }

  .header__search input::-webkit-input-placeholder {
    font-size: 13rem;
    line-height: 15rem;
  }

  .header__search input::-moz-placeholder {
    font-size: 13rem;
    line-height: 15rem;
  }

  .header__search input:-ms-input-placeholder {
    font-size: 13rem;
    line-height: 15rem;
  }

  .header__search input::-ms-input-placeholder {
    font-size: 13rem;
    line-height: 15rem;
  }

  .header__search input::placeholder {
    font-size: 13rem;
    line-height: 15rem;
  }

  .header__search button {
    right: 4rem;
  }

  .header__search--visible input {
    width: 220rem;
    right: -4rem;
  }

  .header__inner {
    margin-left: auto;
  }

  .header__item > span {
    display: none;
  }

  .header__wrap-icon > span {
    min-width: 16rem;
    min-height: 16rem;
    font-size: 9rem;
    line-height: 9rem;
    padding-left: 0.5rem;
    padding-bottom: 1rem;
  }

  .header__wrapper-hamburger {
    row-gap: 2.5rem;
    width: 20rem;
  }

  .header--fixed {
    height: 54rem;
  }

  .fix-height {
    margin-top: 54rem;
  }

  .footer {
    padding: 24rem 0 16rem 0;
  }

  .footer__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 20rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__column:nth-child(2) {
    width: 100%;
    row-gap: 16rem;
  }

  .footer__bottom {
    padding-top: 0;
  }

  .footer__address-item strong {
    font-size: 14rem;
    line-height: 16rem;
    row-gap: 4rem;
  }

  .footer__address-item span {
    font-size: 12rem;
  }

  .footer__menu-title {
    font-size: 20rem;
    line-height: 24rem;
  }

  .footer__menu-title .icon {
    top: 8rem;
  }

  .footer__menu a,
  .footer__bottom-menu a,
  .footer__wrap-copy a a {
    font-size: 12rem;
  }

  .footer__menu {
    padding-top: 6rem;
  }

  .footer__menu ul {
    row-gap: 6rem;
  }

  .footer__paylist img {
    width: 149.6rem;
    height: 28rem;
  }

  .footer__bottom-menu {
    margin-bottom: 10rem;
  }

  .footer__bottom-menu ul {
    row-gap: 4rem;
  }

  .footer__wrap-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10rem;
  }

  .footer__wrap-copy span {
    font-size: 10rem;
    line-height: 14rem;
  }

  .block-form__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16rem;
  }

  .block-form .btn {
    width: 100%;
  }
      .product-card {
        padding:0;
    }
  .product-card__img img

 {
    width: 80%;
    -o-object-fit: contain;
    object-fit: contain;
}
  .product-card__img {
    height: 100rem;
  }

.product-card__desc {
    height: 43rem;

    font-size: 11rem;
    line-height: 13rem;

}
.product-card__quantity span {
    font-size: 11rem;
    line-height: 13rem;
}
.product-card__price {
        height: auto;
        margin-bottom: 6rem;
        flex-direction: row;
        gap: 10px;
    }
    .product-card__price span {
        font-size: 8rem;
        line-height: 13rem;
    }
    .product-card__price b
 {
        font-size: 11rem;
        line-height: 14rem;
    }
    .product-card__tag {
    color: var(--red);
    -webkit-filter: drop-shadow(0 0 10.5rem #dd291a);
    filter: drop-shadow(0 0 10.5rem #dd291a);
    font-size: 10rem;
    line-height: 12rem;
    font-weight: 600;
    height: 12rem;
    }
  .hidden-lg-content__button span {
    font-size: 12rem;
    line-height: 16rem;
    font-family: Montserrat;
  }

  .hidden-lg-content__wrapper-content {
    max-width: 100vw;
    width: 100vw;
  }

  .hidden-lg-content__wrap-sticky {
    padding-left: 40rem;
  }

  .hidden-lg-content--visible .hidden-lg-content__wrapper-content {
    width: 100dvw;
  }

  .hidden-lg-content--visible .hidden-lg-content__button button i path {
    fill: var(--dark);
  }

  .catalog-nav__menu-title a {
    font-size: 14rem;
  }

  .catalog-nav__menu-title .tabs__tab-button .icon {
    width: 12.21rem;
    height: 6.66rem;
    min-width: 12.21rem;
    min-height: 6.66rem;
  }

  .catalog-nav__menu ul {
    padding-top: 8rem;
    padding-bottom: 6rem;
    row-gap: 5rem;
  }

  .catalog-nav__menu li {
    padding-left: 24rem;
  }

  .catalog-nav__menu li::after {
    top: 2rem;
    width: 16rem;
    height: 15rem;
    background-size: 8rem;
    background-position: center 3rem;
  }

  .catalog-nav__menu a {
    font-size: 12rem;
  }

  .catalog-filters__title {
    margin-bottom: 12rem;
  }

  .catalog-filters__items {
    row-gap: 16rem;
  }

  .catalog-filters__item-name {
    font-size: 14rem;
    margin-bottom: 8rem;
  }

  .catalog-filters__item--checkboxes .catalog-filters__item-name {
    margin-bottom: 12rem;
  }

  .sc-main {
    height: 300rem;
  }

  .sc-main__item {
    padding-top: 50rem;
  }

  .sc-main__item-content {
    max-width: unset;
    margin-bottom: 20rem;
  }

  .sc-main__item-content::after {
    width: 280rem;
    height: 70rem;
    min-height: 70rem;
    top: -4px;
  }

  .sc-main__text p {
    font-size: 14rem;
    line-height: 18rem;
    -webkit-filter: drop-shadow(10rem 0rem 10.5rem #dd291a);
            filter: drop-shadow(10rem 0rem 10.5rem #dd291a);
  }

  .sc-main__text p br {
    display: none;
  }

  .sc-main .arrow-prev {
    left: 4rem;
  }

  .sc-main .arrow-next {
    right: 4rem;
  }

  .sc-advantages {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sc-advantages__items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 14rem;
  }

  .sc-advantages__item {
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .sc-advantages__item-icon {
    width: 55rem;
    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;
  }

  .sc-advantages__item-content span {
    font-size: 18rem;
    line-height: 20rem;
  }

  .sc-advantages__item-content p {
    font-size: 14rem;
    line-height: 16rem;
  }

  .sc-catalog {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sc-catalog__grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 14rem;
  }

  .sc-catalog__item--first {
    height: 191rem;
    padding-left: 90rem;
  }

  .sc-catalog__item--second {
    height: 198rem;
    padding-left: 100rem;
  }

  .sc-catalog__item--third {
    height: 207rem;
    padding-left: 110rem;
  }

  .sc-catalog__item--fourth {
    height: 209rem;
  }

  .sc-catalog__item--fifth {
    height: 207rem;
  }

  .sc-catalog__item--sixth {
    height: 208rem;
  }

  .sc-catalog__item--first,
  .sc-catalog__item--second,
  .sc-catalog__item--third {
    padding-top: 20rem;
    padding-right: 20rem;
  }

  .sc-catalog__item--fourth,
  .sc-catalog__item--fifth,
  .sc-catalog__item--sixth {
    padding-top: 24rem;
    padding-left: 24rem;
  }

  .sc-catalog__item-content {
    row-gap: 6rem;
  }

  .sc-catalog__item-link {
    row-gap: 6rem;
  }

  .sc-catalog__item-link a {
    font-size: 12rem;
    line-height: 14rem;
  }

  .sc-products {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sc-products .swiper {
    padding-left: 15rem;
    padding-right: 15rem;
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .sc-products .arrow-prev {
    left: 4rem;
  }

  .sc-products .arrow-next {
    right: 4rem;
  }

  .sc-products--sela .sc-products__title {
    max-width: 160rem;
    margin: 0 auto;
    text-align: center;
  }

  .sc-reviews {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sc-reviews__wrap-content {
    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;
    row-gap: 14rem;
    margin-bottom: 14rem;
  }

  .sc-reviews__title {
    height: unset;
  }

  .sc-reviews__wrap-rating {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .sc-reviews__rating span {
    margin-bottom: 4rem;
  }

  .sc-reviews__rating-img {
    margin-bottom: 4rem;
  }

  .sc-reviews__item {
    padding: 18rem 20rem 20rem 16rem;
    height: 210rem;
  }

  .sc-reviews__item-content {
    row-gap: 14rem;
    padding-left: 30rem;
    padding-top: 0;
  }

  .sc-reviews__item-content span {
    font-size: 16rem;
    line-height: 18rem;
  }

  .sc-reviews__item-text p {
    font-size: 14rem;
    line-height: 22rem;
  }

  .sc-reviews__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sc-reviews__link {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .sc-reviews .arrow-prev i,
  .sc-reviews .arrow-next i {
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }

  .sc-reviews .arrow-prev {
    left: 4rem;
  }

  .sc-reviews .arrow-next {
    right: 4rem;
  }

  .sc-banner {
    height: 280rem;
  }

  .sc-banner__title {
    margin-bottom: 20rem;
  }

  .sc-banner__title::after {
    width: 280rem;
    height: 70rem;
    min-height: 70rem;
    top: -4px;
  }

  .sc-banner__title span {
    font-size: 24rem;
    line-height: 28rem;
  }

  .sc-about {
    padding-bottom: 24rem;
  }

  .sc-about__desc {
    row-gap: 16rem;
    margin-bottom: 16rem;
  }

  .sc-about__desc p {
    font-size: 14rem;
    line-height: 20rem;
  }

  .sc-about a {
    font-size: 15rem;
    line-height: 17rem;
  }

  .sc-article {
    padding-bottom: 24rem;
  }

  .sc-article__grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 14rem;
    margin-bottom: 20rem;
  }

  .sc-article__item p {
    font-size: 14rem;
    line-height: 20rem;
  }

  .sc-article__item > a {
    font-size: 15rem;
    line-height: 17rem;
  }

  .sc-article__item-title > a {
    margin-bottom: 8rem;
  }

  .sc-article__link a {
    font-size: 16rem;
    line-height: 18rem;
  }

  .sc-brands {
    padding: 28rem 0 16rem 0;
  }

  .sc-brands__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 15rem;
       -moz-column-gap: 15rem;
            column-gap: 15rem;
    row-gap: 15rem;
  }

  .sc-brands__item {
    row-gap: 16rem;
  }

  .sc-brands__item:nth-child(8) span {
    padding-left: 0;
    margin-right: 0;
  }

  .sc-brands__item span {
    font-size: 14rem;
    min-height: 30rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .sc-feedback {
    padding-bottom: 30rem;
  }

  .sc-feedback__wrap-grid {
    row-gap: 20rem;
  }

  .sc-feedback__title {
    font-size: 24rem;
    line-height: 32rem;
    margin-bottom: 8rem;
  }

  .sc-feedback__desc {
    font-size: 14rem;
    line-height: 21rem;
  }

  .sc-feedback__block-form .block-form__wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .sc-feedback__block-form .block-form__control:nth-child(1),
  .sc-feedback__block-form .block-form__control:nth-child(2) {
    padding-bottom: 0;
  }

  .sc-product-page__title {
    -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: start;
    row-gap: 10rem;
    margin-bottom: 14rem;
  }

  .sc-product-page__title h1 {
    font-size: 20rem;
    line-height: 24rem;
  }

  .sc-product-page__left {
    width: 270rem;
    margin-bottom: 30rem;
  }

  .sc-product-page__gallery-slide {
    height: 220rem;
  }

  .sc-product-page__gallery-slide img {
    width: 180rem;
  }

  .sc-product-page__gallery-icons img {
    width: 80rem;
  }

  .sc-product-page__wrapper-swiper .swiper-wrapper {
    max-width: unset;
  }

  .sc-product-page__wrapper-swiper .swiper-slide {
    width: 70rem;
    height: 70rem;
  }

  .sc-product-page__product-mingallery {
    padding: 5rem;
  }

  .sc-product-page__product-mingallery i svg {
    width: 28rem;
    height: 26rem;
    min-width: 28rem;
    min-height: 26rem;
  }

  .sc-product-page__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 35rem;
    grid-template-columns: 1fr 35rem;
    row-gap: 14rem;
    -webkit-column-gap: 14rem;
       -moz-column-gap: 14rem;
            column-gap: 14rem;
    margin-bottom: 40rem;
  }

  .sc-product-page__wrapper-price {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .sc-product-page__wrapper-price b {
    font-size: 26rem;
    line-height: 28rem;
  }

  .sc-product-page__wrap-sela span {
    font-size: 13rem;
    line-height: 14rem;
  }

  .sc-product-page__sela {
    font-size: 14rem;
    line-height: 16rem;
  }

  .sc-product-page__box {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }

  .sc-product-page__button {
    width: 100%;
  }

  .sc-product-page__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 14rem;
  }

  .sc-product-page__left-content {
    min-width: unset;
    width: 100%;
  }

  .sc-product-page__left-content > span {
    font-size: 14rem;
    line-height: 16rem;
  }

  .sc-product-page__line {
    width: 100%;
    height: 1rem;
  }

  .sc-product-page__description {
    margin-bottom: 20rem;
  }

  .sc-product-page__description-text::after {
    bottom: 7rem;
  }

  .sc-product-page__description-text span {
    font-size: 14rem;
    line-height: 16rem;
  }

  .sc-product-page__description-link a {
    font-size: 14rem;
    line-height: 16rem;
  }

  .sc-product-page__right-content {
    min-width: unset;
    width: 100%;
    row-gap: 16rem;
  }

  .sc-product-page__wrap-pickup {
    row-gap: 8rem;
  }

  .sc-product-page__wrap-pickup address {
    font-size: 14rem;
    line-height: 16rem;
  }

  .sc-product-page__text-pickup {
    font-size: 14rem;
    line-height: 16rem;
  }

  .sc-product-page__wrap-delivery {
    row-gap: 12rem;
  }

  .sc-product-page__wrap-delivery b {
    font-size: 14rem;
    line-height: 16rem;
  }

  .sc-product-page__wrapper-select a {
    font-size: 14rem;
    line-height: 16rem;
  }

  .sc-product-page__select::before {
    background-size: 14rem;
    width: 14rem;
  }

  .sc-product-page__select select {
    width: 180rem;
    font-size: 14rem;
    line-height: 16rem;
  }

  .sc-product-page__wrap-content {
    margin-top: 20rem;
  }

  .sc-product-page__subtitle {
    font-size: 18rem;
    line-height: 22rem;
    margin-bottom: 16rem;
  }

  .sc-product-page__desc {
    row-gap: 16rem;
  }

  .sc-product-page__desc p {
    font-size: 14rem;
    line-height: 20rem;
  }

  .sc-page-catalog {
    padding-bottom: 24rem;
  }

  .sc-page-catalog__container {
    padding-left: 10px;
  }

  .sc-page-catalog__wrap-scrollbar {
    max-height: calc(100vh - 54rem - 24rem);
    padding-right: 20rem;
  }

  .sc-page-catalog__breadcrumbs {
    padding-top: 12rem;
    margin-bottom: 12rem;
  }

  .sc-page-catalog__right {
    padding-bottom: 24rem;
  }

  .sc-page-catalog__catalog-nav {
    margin-bottom: 16rem;
  }

  .sc-page-catalog__wrap-title {
    margin-bottom: 4rem;
  }

  .sc-page-catalog__wrap-title h1 {
    font-size: 24rem;
    line-height: 26rem;
  }

  .sc-page-catalog__wrap-nav {
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .sc-page-catalog__wrap-sort {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 8rem;
  }

  .sc-page-catalog__sort-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 8rem;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }

  .sc-page-catalog__sort-title,
  .sc-page-catalog__sort-item {
    font-size: 12rem;
  }

  .sc-page-catalog__sort-item::after {
    bottom: -2rem;
  }

  .sc-page-catalog__sort-item span {
    min-width: 11rem;
  }

  .sc-page-catalog__sort-item span .icon {
    top: -8rem;
    left: -2rem;
  }

  .sc-page-catalog__sort-item span .icon:nth-child(2) {
    left: 5rem;
  }

  .sc-page-catalog__sort-item.double-icon span {
    min-width: 17rem;
  }

  .sc-page-catalog__wrap-buttons {
    margin-top: auto;
    position: relative;
    top: 2rem;
  }

  .sc-page-catalog__button {
    width: 32rem;
    height: 32rem;
  }

  .sc-page-catalog__body {
    margin-bottom: 24rem;
  }

  .sc-page-catalog__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 5rem;
  }
}
	.second_text ul
	 {
  padding-left: 20px;

  margin-top: 30px;
  list-style:none;
  margin-bottom: 30px;
}
.second_text h1
{
 font-size:36px;
	}
.second_text h2
{
 font-size:28px;
	}

.second_text ul li
{
  position: relative;

}

.second_text ul li:not(:last-child)
{
  margin-bottom: 10px;
}
.otst
{
 padding-top:20px;
	}
.second_text ul li::before
{
  content: '';
  position: absolute;
  background-image: url('../img/check.svg');
  background-position: center;
  background-size: contain;
  top: 3px;
  width: 25px;
  height: 25px;
  left: -25px;
}
 .second_text ol {
	width: 90%;

  margin: 0 auto;
  list-style-type: none;
  counter-reset: num;
  position: relative;
  margin-left: 40px;
  padding: 15px 10px 5px 0px;
  font-size: 16px;
}
.second_text ol li
 {
    position: relative;
    margin: 0 0 0 0;

    margin-bottom: 10px;
    font-size: 16px;
    padding-top: 0px;
    padding: 10px;
    line-height: 1.4;
    padding-bottom:20px;
    border-bottom: 1px solid var(--orange);
}
.second_text ol li:last-child {

 border:0;

}
.second_text ol li:after {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -42px;
  width: 30px;
  height: 30px;
  line-height: 24px;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid var(--orange);
}


.second_text ol li:last-child:before {

  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -38px;
  width: 28px;
  background: #fff;

}
.second_text p
{
	margin-top:20px;
	margin-bottom:20px;
	}
@media (max-width: 1198px)
{

.second_text ul
{

    margin-top: 30px;
    margin-bottom: 30px;
  }

  .second_text ul li
  {
    position: relative;

  }

  .second_text ul li:not(:last-child)
  {
    margin-bottom: 10px;
  }

  .second_text ul li::before
  {

    position: absolute;
    background-image: url('../img/check.svg');
    background-position: center;
    background-size: contain;

  }
  .second_text h1
{
 font-size:30px;
	}
.second_text h2
{
 font-size:22px;
	}
}


@media (max-width: 768px)
{
.second_text ul
{

    margin-top: 30px;
    margin-bottom: 30px;
  }
  .second_text
  {
      word-wrap: break-word;
  	}
  .second_text h1
{
 font-size:26px;
	}
.second_text h2
{
 font-size:20px;
	}
 .otst
{
 padding-top:0px;
	}
  .second_text ul li
  {
    position: relative;

  }

  .second_text ul li:not(:last-child),
 {
    margin-bottom: 10px;
  }

  .second_text ul li::before
  {
    content: '';
    position: absolute;
    background-image: url('../img/check.svg');
    background-position: center;
    background-size: contain;

  }
}
.bask_col {
    display: flex;
    gap: 20px;
}
.baskt_form
{
 max-width:600px;
 width:100%;
	}
.basket-card {
    padding: 0;

    -webkit-filter: drop-shadow(0 0 16px rgba(160, 160, 160, 0.18));
    filter: drop-shadow(0 0 16px rgba(160, 160, 160, 0.18));
    background-color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    gap:30px;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
}
.b-r
{
 width:100%;
     display: flex;
    flex-direction: column;
    gap: 20px;
    flex-wrap: wrap;
    align-content: flex-start;
	}
.b-c
{
 display:flex;
 gap:20px;
	}
.bc
{
	font-size:20px  !important;
	text-decoration:none !important;
	line-height:20px !important;
}
.b-t2
{
font-size:24px; text-decoration:none; font-weight:600;
}
@media (max-width: 998px)
{

 .b-t2
{
font-size:14px; text-decoration:none; font-weight:600;
}
.bc
{
	font-size:14px !important;
	line-height:14px !important;
}
}
@media (max-width: 768px)
{

.bask_col {
    display: flex;
    flex-direction:column;
    gap: 20px;
}
.basket-card
{
gap:10px;
	}
.b-r
{
gap:10px;
	}
.b-c
{
 gap:20px;
	}
}





