@charset "UTF-8";

@font-face {
  font-family: Ermilov;
  font-display: swap;
  src: url('../fonts/Ermilov-bold.woff2') format('woff2'),
    url('../fonts/Ermilov-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Mont;
  font-display: swap;
  src: url('../fonts/Mont-Bold.woff2') format('woff2'),
    url('../fonts/Mont-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

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

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

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

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

[class*='_icon-']:before {
  font-family: 'icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*='_icon-']:before {
  display: block;
}

._icon-back:before {
  content: '\e906';
}

._icon-plus:before {
  content: '\e900';
}

._icon-minus:before {
  content: '\e904';
}

._icon-logo:before {
  content: '\e905';
}

._icon-close:before {
  content: '\e920';
}

._icon-chevron:before {
  content: '\e921';
}

._icon-search:before {
  content: '\e922';
}

._icon-fire:before {
  content: '\e923';
}

._icon-checkbox:before {
  content: '\e924';
}

._icon-yaotube:before {
  content: '\e925';
}

._icon-whatsapp:before {
  content: '\e926';
}

._icon-viber:before {
  content: '\e927';
}

._icon-telegram:before {
  content: '\e928';
}

._icon-settings:before {
  content: '\e929';
}

._icon-facebook:before {
  content: '\e92a';
}

._icon-checked:before {
  content: '\e92b';
}

._icon-car:before {
  content: '\e901';
}

._icon-call:before {
  content: '\e902';
}

._icon-arrow:before {
  content: '\e903';
}

:root {
  --black: #000000;
  --red: #e5000a;
  --red-dark: #c6141b;
  --gray-easy: #eeeeee;
  --gray-light: #8c8d8d;
  --gray-light2: #d9d9d9;
  --gray-light3: #f2f2f2;
  --dark: #050505;
  --gray-dark: #8e8e8e;
  --gray-dark2: #444444;
  --white: #ffffff;
  --inverse-background: #131313;
  --inverse-background-form: #151515;
  --gray-gradient: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 18.23%,
    #000 88.54%,
    #000 100%
  );
  --dark-gradient: linear-gradient(
      180deg,
      #000 30.21%,
      rgba(0, 0, 0, 0) 72.92%,
      #000 95.31%
    ),
    rgba(211, 211, 211, 0) 50%;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #000;
  line-height: 1;
  font-family: 'Mont';
  font-size: 0.875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: 'Mont';
  font-size: inherit;
  line-height: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}

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

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

html,
body {
  min-height: 100vh;
  height: auto;
}

body {
  line-height: 1.2;
}

.lock body,
.lg-on body,
.filters-open body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.lock body,
.filters-open body {
  pointer-events: none;
}

.wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

.wrapper > main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

.page {
  padding-top: 6.875rem;
}

.page-home {
  background: var(--black);
  color: var(--white);
}

.page-archive {
  background: var(--gray-easy);
  color: var(--black);
  padding-bottom: 5.625rem;
}

.page-product {
  background: var(--gray-easy);
  color: var(--black);
  padding-top: 9.375rem;
  padding-bottom: 5.625rem;
}

.page::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: var(--black);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.menu-open .page::before,
.filters-open .page::before {
  opacity: 0.4;
}

/*
(i) Стилі будуть застосовуватись до
всіх класів, що містять *__container
Наприклад header__container, main__container і т.п.
Сніппет (HTML): cnt
*/

[class*='__container'] {
  max-width: 79.375rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

body::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  -webkit-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background-color: #eee;
  padding: 20px;
  width: 100%;
  max-width: 900px;
  border-radius: 20px;
}

.lock .popup__content {
  visibility: visible;
}

[class*='-ibg'] {
  position: relative;
}

[class*='-ibg'] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

[class*='-ibg--contain'] img {
  -o-object-fit: contain;
  object-fit: contain;
}

ul.list {
  padding-left: 0.3125rem;
}

ul.list li {
  padding-left: 0.625rem;
  position: relative;
}

ul.list li::before {
  content: '';
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background-color: var(--gray-dark);
}

button {
  outline: none;
}

a:focus {
  outline: 0.0625rem solid var(--gray-dark);
}

.square-button {
  min-height: 1.5625rem;
  font-size: 0.75rem;
  padding: 0.3125rem 0.625rem;
  width: 100%;
  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-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
  color: var(--black);
  font-weight: 700;
  min-height: 1.5625rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 0.1875rem;
}

.btn-red {
  background: var(--red);
}

.btn-border {
  border: 1px solid var(--gray-dark);
  color: var(--gray-dark) !important;
}

.btn-border:hover {
  background: var(--gray-dark);
  color: var(--white) !important;
}

.page-home .btn-red {
  background: var(--red-dark);
}

.btn-red-rounded {
  background: var(--red);
  color: var(--white);
  border-radius: 1.375rem;
  min-height: 2.75rem;
  min-width: 10rem;
  padding: 0.5rem 0.625rem;
  font-size: 0.875rem;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: all 0.2s;
  transition: all 0.2s;
}

.page-home .btn-red-rounded {
  background: var(--red-dark);
}

.btn-gray {
  background: var(--inverse-background);
  color: var(--gray-dark);
}

.show-more {
  min-height: 2.875rem;
  text-transform: uppercase;
  border-radius: 0.3125rem;
  font-size: 1.25rem;
}

.product-type {
  font-size: 0.75rem;
  font-weight: 700;
  padding-bottom: 0.4375rem;
}

.archive-products .product-type {
  color: var(--black);
}

.product-name {
  text-transform: uppercase;
  color: var(--red);
  font-size: 1.25rem;
  font-weight: 700;
}

.page-home .product-name {
  color: var(--red-dark);
}

.section-title {
  text-transform: uppercase;
  color: var(--red);
  font-size: 2.5rem;
  font-weight: 700;
}

.page-home .section-title {
  color: var(--red-dark);
}

.power {
  text-align: center;
  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: 0.625rem;
}

.power i {
  font-size: 3.375rem;
  color: var(--red);
}

.power span {
  font-size: 0.75rem;
  font-weight: 700;
  font-family: 'Ermilov';
}

.header {
  background: var(--black);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  pointer-events: all;
}

.header__logo {
  margin-top: -1.9%;
  display: inline-block;
  max-width: 9.875rem;
  width: 100%;
}

.header__logo img {
  width: 100%;
}

.header_tel {
  font-weight: 700;
  color: var(--red-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
}

.header_tel span {
  position: relative;
  letter-spacing: 0.03375rem;
  white-space: nowrap;
  font-size: 1.125rem;
}

.header_tel span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: var(--red-dark);
}

.header_tel i {
  font-size: 1.375rem;
}

.header__wrapper {
  background: var(--black);
  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;
  -webkit-column-gap: 0.9375rem;
  -moz-column-gap: 0.9375rem;
  column-gap: 0.9375rem;
  padding: 1.25rem 0;
  min-height: 6.25rem;
  position: relative;
  z-index: 10;
}

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

.menu {
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: var(--gray-dark);
}

.menu ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.875rem;
  -moz-column-gap: 1.875rem;
  column-gap: 1.875rem;
  row-gap: 0.25rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu ul li {
  padding: 0;
}

.menu ul li::before {
  display: none;
}

.menu ul li a {
  position: relative;
  display: inline-block;
  padding: 0.25rem 0;
}

.menu ul li a::before {
  content: '';
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: var(--gray-dark);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
}

.menu ul li a.active::before {
  opacity: 1;
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.25rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 24.375rem;
  position: relative;
}

.search::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  border: 0.0625rem solid var(--gray-dark);
  pointer-events: none;
}

.search__btn:hover,
.search__btn:focus {
  outline: none !important;
  border: none;
}

.search__input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.6875rem;
}

.search__input input {
  color: var(--white);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  padding: 0.1875rem 0.625rem;
  background: transparent;
  outline: none;
  -webkit-box-shadow: inset 0 0 0 3.125rem var(--black);
  box-shadow: inset 0 0 0 3.125rem var(--black);
}

.search__input > i {
  font-size: 0.9375rem;
  color: var(--white);
}

.search button {
  border-radius: 1.25rem 0 0 1.25rem !important;
}

.icon-menu {
  display: none;
}

.rounded-btn {
  border-radius: 1.25rem;
  min-width: 5.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.3125rem 0.625rem;
  height: 2.25rem;
  background: var(--gray-dark);
  color: var(--dark);
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  outline: none;
  overflow: hidden;
}

.icon-menu {
  display: none;
  margin-left: 0.625rem;
  width: 2.099375rem;
  height: 2.099375rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2.099375rem;
  flex: 0 0 2.099375rem;
}

.footer {
  padding: 6.5rem 0;
  background: var(--gray-light);
  color: var(--white);
  font-size: 1rem;
  font-weight: 600;
}

.footer ul {
  padding: 0;
}

.footer ul li {
  padding: 0;
}

.footer__body {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(5, auto);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 1.875rem;
}

.footer__logo {
  margin-top: -6%;
}

.footer__social {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.footer__social ul {
  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-column-gap: 0.9375rem;
  -moz-column-gap: 0.9375rem;
  column-gap: 0.9375rem;
  font-size: 1.5rem;
}

.footer__social ul li {
  padding: 0;
  margin: 0;
}

.footer__social ul li::before {
  display: none;
}

.footer__menu ul li:not(:last-child) {
  margin-bottom: 0.25rem;
}

.footer__menu a {
  position: relative;
  display: inline-block;
  padding: 0.0625rem 0;
}

.footer__menu a::before {
  content: '';
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: var(--white);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
}

.footer__menu a.active::before {
  opacity: 1;
}

.footer__address {
  line-height: 1.4;
}

.footer__address p:not(:last-child) {
  margin-bottom: 0.25rem;
}

.footer__contacts ul li:not(:last-child) {
  margin-bottom: 0.25rem;
}

.footer__contacts ul li a {
  position: relative;
  display: inline-block;
  padding: 0.0625rem 0;
}

.footer__contacts ul li a::before {
  content: '';
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: var(--white);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
}

.footer__contacts ul li a.active::before {
  opacity: 1;
}

.product-card {
  border-radius: 0.625rem;
  background: var(--inverse-background);
  color: var(--gray-dark);
}

.archive-products .product-card {
  background: var(--white);
}

.product-card.product-archive {
  min-height: 15.75rem;
}

.product-card__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 1.5625rem;
}

.popular-products .product-card__wrapper {
  -ms-grid-columns: 0.9fr 1fr;
  grid-template-columns: 0.9fr 1fr;
}

.archive-products .product-card__wrapper {
  -ms-grid-columns: 0.7fr 1fr;
  grid-template-columns: 0.7fr 1fr;
  -webkit-box-shadow: 0.125rem 0.125rem 0.3125rem 0px rgba(0, 0, 0, 0);
  box-shadow: 0.125rem 0.125rem 0.3125rem 0px rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.popular-products .product-card__image {
  background: var(--gray-gradient);
}

.product-archive .popular-products .product-card__image {
  padding: 1.25rem;
}

.product-card__image-ibg {
  padding-bottom: 86.27451%;
  border-radius: 0.3125rem;
  height: 100%;
}

.popular-products .product-card__image-ibg {
  background: var(--gray-gradient);
}

.product-card__image-ibg img {
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 90%;
  max-width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

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

.product-card__name {
  line-height: 1.5;
}

.product-card__details {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.product-card__price {
  font-size: 1.25rem;
  font-weight: 700;
  padding-top: 0.6875rem;
  padding-bottom: 0.5rem;
  border-top: 0.0625rem solid var(--gray-dark);
  border-bottom: 0.0625rem solid var(--gray-dark);
}

.archive-products .product-card__price {
  color: var(--black);
}

.product-card__properties {
  padding: 0.625rem 0 0.625rem 0rem;
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
}

.archive-products .product-card__properties ul {
  color: var(--black);
}

.product-card__properties ul li {
  font-weight: 600;
  line-height: 1.4;
  font-size: 0.75rem;
}

.product-archive .product-card__properties ul {
  padding-right: 3.75rem;
}

.product-archive .product-card__properties {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.archive-products .product-card__btn {
  color: var(--white) !important;
}

.power {
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

.archive-products .power {
  -ms-grid-column-align: end;
  justify-self: end;
  margin-top: -3.125rem;
}

.archive-products .power span {
  color: var(--gray-light);
}

.hero-slider {
  position: relative;
}

.hero-slide {
  overflow: hidden;
}

.hero-slide__wrapper {
  position: relative;
}

.hero-slide {
  width: 100%;
  /* aspect-ratio: 1440 / 670; */
  grid-column: 1/2;
  grid-row: 1/2;
}

.hero-slider {
  .swiper-slide {
    transition: opacity 0.8s !important;
    opacity: 0;
  }
  .swiper-slide:nth-child(1) {
    opacity: 1;
  }
}

.hero-slider.swiper-initialized {
  .swiper-slide {
    opacity: 0 !important;
  }
  .swiper-slide-active {
    opacity: 1 !important;
  }
}

.hero-slider {
  .swiper-slide:nth-child(1) {
    opacity: 1 !important;
  }
}

.hero-slider__wrapper {
  display: grid !important;
}

.hero-slide__image-ibg {
  padding-bottom: 46.527778%;
  /* aspect-ratio: 1440 / 670; */
  /* 670/1440 */
  overflow: hidden;
}

.hero-slide__image-ibg img {
  width: 101%;
  height: 101%;
  top: -0.5%;
  left: -0.5%;
}

.hero-slide__image-ibg canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  pointer-events: none;
}

.hero-slide__image-ibg > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8vw;
  min-width: 6.875rem;
  padding-bottom: 120%;
  display: none;
  pointer-events: none;
  -webkit-animation: blink-1 3s alternate infinite;
  animation: blink-1 3s alternate infinite;
}

.hero-slide__image-ibg > span img {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  color: var(--black);
}

@-webkit-keyframes blink-1 {
  0%,
  50%,
  100% {
    -webkit-filter: drop-shadow(0 0 25px #e75931) drop-shadow(0 0 5px #e75931);
    filter: drop-shadow(0 0 25px #e75931) drop-shadow(0 0 5px #e75931);
  }

  25%,
  75% {
    -webkit-filter: drop-shadow(0 0 30px #e75931) drop-shadow(0 0 10px #e75931);
    filter: drop-shadow(0 0 30px #e75931) drop-shadow(0 0 10px #e75931);
  }
}

@keyframes blink-1 {
  0%,
  50%,
  100% {
    -webkit-filter: drop-shadow(0 0 25px #e75931) drop-shadow(0 0 5px #e75931);
    filter: drop-shadow(0 0 25px #e75931) drop-shadow(0 0 5px #e75931);
  }

  25%,
  75% {
    -webkit-filter: drop-shadow(0 0 30px #e75931) drop-shadow(0 0 10px #e75931);
    filter: drop-shadow(0 0 30px #e75931) drop-shadow(0 0 10px #e75931);
  }
}

.hero-slide.main-slide .hero-slide__image-ibg canvas,
.hero-slide.main-slide .hero-slide__image-ibg > span {
  display: block;
}

.hero-slide__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-slide__title {
  font-weight: 800;
}

.hero-slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.375rem;
  -moz-column-gap: 0.375rem;
  column-gap: 0.375rem;
  position: absolute;
  bottom: 1.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hero-slider-pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  border: 0.0625rem solid var(--gray-dark);
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.hero-slider-pagination .swiper-pagination-bullet-active {
  background: var(--gray-dark);
}

.popular {
  padding: 4.375rem 0 5rem 0;
}

.popular__title {
  text-align: center;
  margin-bottom: 2.5rem;
}

.popular__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

.about {
  color: var(--gray-dark);
  padding: 5rem 0;
}

.row-about {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  font-size: 1rem;
  line-height: 1.6;
}

.row-about:not(:last-child) {
  margin-bottom: 2.5rem;
}

.row-about__image {
  height: 100%;
}

.row-about__img {
  min-height: 18rem;
  height: 100%;
  position: relative;
}

.row-about__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.row-about h2 {
  font-weight: 700;
}

.row-about__content {
  font-weight: 600;
}

.row-about__content p:not(:last-child) {
  margin-bottom: 0.5rem;
}

.advantages {
  color: var(--gray-dark);
  padding-bottom: 5rem;
}

.advantages__wrapper {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  gap: 0.9375rem;
}

.advantages__item {
  -ms-grid-column-align: center;
  justify-self: center;
  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: 1rem;
}

.advantages__item i {
  font-size: 2rem;
  color: var(--red);
}

.page-home .advantages__item i {
  color: var(--red-dark);
}

.advantages__item span {
  font-weight: 700;
}

.feedback {
  color: var(--gray-dark);
  position: relative;
}

.feedback::before {
  content: '';
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--dark-gradient);
}

.feedback > img,
.feedback > picture,
.feedback > canvas {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.feedback > picture img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.feedback > canvas {
  z-index: 10;
}

.feedback__wrapper {
  position: relative;
  z-index: 15;
  padding: 5rem 0;
}

.feedback .section-title {
  text-align: center;
  margin-bottom: 1.4375rem;
}

.form-feedback {
  max-width: 38.125rem;
  margin: 0 auto;
  padding: 1.5625rem;
  background: var(--inverse-background-form);
  border-radius: 0.5rem;
}

.form-feedback__columns {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-bottom: 1.5625rem;
}

.form-feedback__input {
  border-radius: 0.3125rem;
  display: block;
}

.form-feedback__input input,
.form-feedback__input textarea {
  background: var(--dark);
  -webkit-box-shadow: inset 0 0 0 3.125rem var(--dark);
  box-shadow: inset 0 0 0 3.125rem var(--dark);
  border-radius: 0.3125rem;
  min-width: 0;
  width: 100%;
  padding: 0.625rem;
  color: var(--white);
}

.form-feedback__input input {
  height: 2.875rem;
}

.form-feedback__input textarea {
  height: 12.6875rem;
  resize: none;
}

.form-feedback__input-area {
  margin-bottom: 1.5625rem;
}

.form-feedback input,
.form-feedback textarea {
  outline: none;
  border: 0.0625rem solid transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.form-feedback input:focus,
.form-feedback textarea:focus {
  border-color: var(--gray-dark);
}

.form-feedback button {
  line-height: normal;
  height: 3.1875rem;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.archive-wrapper {
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

.archive-filters {
  position: relative;
  pointer-events: all;
}

.archive-filters__body {
  background: var(--gray-easy);
  width: 100%;
}

.archive-filters__open {
  position: absolute;
  right: 0;
  top: 3.75rem;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background: var(--gray-easy);
  font-size: 0.8125rem;
  padding: 0.625rem 0.3125rem;
  font-weight: 600;
  border-radius: 0 0.5rem 0.5rem 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: none;
}

.archive-filters__open span {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  color: var(--inverse-background-form);
  pointer-events: none;
}

.archive-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.25rem 0;
  border-bottom: 0.0625rem solid var(--gray-light2);
}

.archive-header__title {
  font-size: 1rem;
  font-weight: 700;
}

.archive-header__filter {
  font-size: 0.75rem;
  min-height: 2.1875rem;
  min-width: 11.625rem;
}

.archive-products {
  padding-top: 1.25rem;
}

.archive-products__wrapper {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.3125rem;
}

.popup {
  z-index: 999;
}

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

.popup__header:not(:last-child) {
  margin-bottom: 1.875rem;
}

.popup__header h3 {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}

.popup__header button {
  width: 1.25rem;
  height: 1.25rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.25rem;
  flex: 0 0 1.25rem;
  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;
}

.popup__header button[hidden] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.popup__container {
  width: 100%;
}

.popup__content {
  max-width: 52.5rem;
  border-radius: 0.625rem;
  width: 100%;
  position: relative;
  padding: 1.875rem;
  background: var(--white);
}

.popup__back {
  color: var(--red) !important;
  font-size: 2rem !important;
}

.popup__back > * {
  pointer-events: none;
}

.popup__close {
  color: var(--red) !important;
  font-size: 1rem;
}

.footer-popup {
  padding: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0.625rem;
}

.footer-popup button {
  width: auto;
  min-width: 6.25rem;
  color: var(--white);
}

.filters-block__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.filters-block__body:not(:last-child) {
  margin-bottom: 1.25rem;
}

.filters-block__body-radio {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.filters-block__body-radio:not(:last-child) {
  margin-bottom: 1.25rem;
}

.filters-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}

.filters-card__content {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.filters-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.filters-card__image {
  background: var(--gray-light3);
  border-radius: 0.625rem;
}

.filters-card__img {
  text-align: center;
  padding: 0.625rem;
  height: 11.0625rem;
}

.filters-card__img img {
  height: 100%;
}

.popup__content button,
.popup__content label {
  color: var(--white);
  cursor: pointer;
}

.filters-card__footer button > *,
.filters-card__footer label > * {
  pointer-events: none !important;
}

.filters-card__footer label {
  position: relative;
}

.filters-card__footer label input {
  display: none;
  opacity: 0;
  position: absolute;
  visibility: hidden;
}

.filters-card__footer button[disabled] {
  pointer-events: none;
  opacity: 0.5;
}

.filter-range {
  max-width: 100%;
}

.filter-range__name {
  font-size: 0.875rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter-range__name > span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.filter-range__name input {
  width: 3.125rem;
  height: 1.375rem;
  text-align: center;
  border-radius: 0.25rem;
  border: 0.0625rem solid var(--gray-dark);
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.1875rem 0.1875rem 0 0.1875rem;
  outline: none;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.filter-range__name input:focus {
  border-color: var(--dark);
}

.filter-range__name input::-webkit-outer-spin-button,
.filter-range__name input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.filter-range__params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.5625rem;
  -moz-column-gap: 0.5625rem;
  column-gap: 0.5625rem;
}

.filter-range__range {
  padding: 0.9375rem 0;
  margin: 0 0.4375rem;
}

.filter-range .noUi-target {
  border-radius: 0.25rem;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.filter-range .noUi-connect {
  background: var(--red);
  cursor: pointer;
}

.filter-range .noUi-horizontal {
  height: 0.5625rem;
  padding: 0.25rem 0;
}

.filter-range .noUi-base {
  background: #cccccc;
}

.filter-range .noUi-horizontal .noUi-handle {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background-color: #cccccc;
  border: none;
  right: -0.4375rem;
  top: -6px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.filter-range .noUi-horizontal .noUi-handle::before,
.filter-range .noUi-horizontal .noUi-handle::after {
  display: none;
}

.spollers {
  display: -ms-grid;
  display: grid;
  gap: 15px;
}

.filter {
  font-size: 1.25rem;
}

.filter__title {
  width: 100%;
  cursor: pointer;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--red);
  font-weight: 700;
  color: var(--white);
  padding: 0.5rem 0.4375rem 0.375rem 0.4375rem;
  min-height: 2.1875rem;
  border-radius: 0.3125rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  border-radius: 0.3125rem;
  position: relative;
  list-style: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

._spoller-init .filter__title {
  cursor: pointer;
}

._spoller-init .filter__title::before,
._spoller-init .filter__title::after {
  margin-top: -0.0625rem;
  content: '';
  position: absolute;
  top: 50%;
  background-color: var(--white);
  height: 2px;
  width: 9px;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

._spoller-init .filter__title::before {
  right: 9px;
  border-radius: 0 0.1875rem 0.1875rem 0;
  -webkit-transform: translate(-75%, -50%) rotate(40deg);
  -ms-transform: translate(-75%, -50%) rotate(40deg);
  transform: translate(-75%, -50%) rotate(40deg);
}

._spoller-init .filter__title::after {
  right: 10px;
  border-radius: 0.1875rem 0 0 0.1875rem;
  -webkit-transform: translate(0, -50%) rotate(-40deg);
  -ms-transform: translate(0, -50%) rotate(-40deg);
  transform: translate(0, -50%) rotate(-40deg);
}

._spoller-init .filter__title._spoller-active {
  background-color: var(--gray-light);
}

._spoller-init .filter__title._spoller-active::before {
  -webkit-transform: translateX(-75%) rotate(-40deg);
  -ms-transform: translateX(-75%) rotate(-40deg);
  transform: translateX(-75%) rotate(-40deg);
}

._spoller-init .filter__title._spoller-active::after {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.filter__body {
  padding: 1.25rem 0;
  border-radius: 0.3125rem;
}

.filter__block {
  padding: 0.5625rem 0;
  border-bottom: 0.0625rem solid #d9d9d9;
  max-width: 21.875rem;
}

.filter__block:first-child {
  border-top: 0.0625rem solid #d9d9d9;
}

.filter__name {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--black);
}

.filter__range {
  padding: 0.6875rem 0;
}

.filter__col {
  padding-top: 0.5625rem;
}

.filter__col > span {
  color: #444;
  font-size: 0.875rem;
  font-weight: 700;
  display: block;
}

.filter__col > span:not(:last-child) {
  margin-bottom: 0.5625rem;
}

.col-3 .filter__elements {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(5rem, 1fr));
  grid-auto-flow: row;
  -webkit-column-gap: 0.5625rem;
  -moz-column-gap: 0.5625rem;
  column-gap: 0.5625rem;
}

.filter-checkbox {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
}

.filter-checkbox:not(:last-child) {
  margin-bottom: 0.5625rem;
}

.filter-checkbox label {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
}

.filter-checkbox input {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.filter-checkbox input:checked ~ .c-checkbox {
  border-color: var(--red);
  background: var(--red);
}

.filter-checkbox span.c-checkbox {
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid var(--gray-dark);
  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: all 0.1s;
  transition: all 0.1s;
  background: var(--white);
}

.filter-checkbox span.c-checkbox i {
  font-size: 0.5625rem;
  color: var(--white);
}

.filter-checkbox span:last-of-type {
  color: #444;
}

.filter-checkbox--bold span:last-of-type {
  font-weight: 700;
  color: var(--black);
}

.filter-radio {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
}

.filter-radio:not(:last-child) {
  margin-bottom: 0.5625rem;
}

.filter-radio label {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
}

.filter-radio input {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.filter-radio input:checked ~ .c-radio::before {
  opacity: 1;
}

.filter-radio span.c-radio {
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid var(--gray-dark);
  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: all 0.1s;
  transition: all 0.1s;
  background: var(--white);
  border-radius: 50%;
}

.filter-radio span.c-radio::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--red);
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  opacity: 0;
}

.filter-radio span {
  color: #444;
}

.single-params {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.single-params:not(:last-child) {
  margin-bottom: 4.375rem;
}

.single-params .product-name {
  font-size: 2.375rem;
}

.single-params .product-price {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: normal;
}

.single-params .single-tabs-header nav:not(:last-child) {
  margin-bottom: 0.5rem;
}

.single-params .single-tabs-header,
.single-params .single-images-header {
  padding: 0.5rem 0;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

.single-description__text p {
  font-size: 0.75rem;
  font-weight: 500;
  font-family: inherit !important;
}

/*     */

.single-description__text p:not(:last-child) {
  margin-bottom: 0.625rem;
}

.single-description__text ul {
  font-size: 0.75rem;
  font-weight: 500;
}

.single-description__text ul:not(:last-child) {
  margin-bottom: 0.625rem;
}

.single-description__text ul li {
  padding-left: 0.625rem;
  position: relative;
}

.single-description__text ul li::before {
  content: '';
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background-color: var(--gray-dark);
}

.single-bottom-title {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2.0625rem;
}

.single-bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.single-more-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.single-buttons {
  padding-top: 1.25rem;
}

.single-buttons button,
.single-buttons a {
  height: 2.25rem;
  color: var(--white);
  font-size: 1.25rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 600;
}

.single-buttons--log-in {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.single-buttons__btn--pdf button,
.single-buttons__btn--pdf a {
  background-color: var(--red);
}

.single-buttons__btn--save button,
.single-buttons__btn--save a {
  background-color: var(--gray-light);
}

.single-images {
  min-width: 0;
}

.single-images {
  /* padding: 0.625rem; */
  background: var(--white);
}

.single-photos__image-ibg {
  position: relative;
  padding-bottom: 78.688525%;
}

.single-photos__image-ibg img {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  -o-object-fit: contain;
  object-fit: contain;
}

.single-tabs {
  color: var(--gray-dark2);
}

.single-tabs__content {
  height: 100%;
}

.single-tabs-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.75rem;
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
  position: relative;
}

.single-tabs-navigation::before {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: #ccc;
}

.single-tabs-navigation__title {
  position: relative;
  z-index: 3;
  padding: 0.25rem 0.625rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--gray-dark);
  text-transform: uppercase;
  border-radius: 0.3125rem 0.3125rem 0 0;
  border: 0.0625rem solid #ccc;
  background: #eeeeee;
  -webkit-transition: border-bottom-color 0.3s, color 0.3s;
  transition: border-bottom-color 0.3s, color 0.3s;
}

.single-tabs-navigation__title._tab-active {
  border-bottom-color: transparent;
  color: var(--red);
}

.single-tab {
  position: relative;
}

.single-tab--full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.single-tab--full[hidden] {
  display: none;
}

.product-options {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

.product-options-1 {
  -ms-grid-columns: 1fr 0.8fr;
  grid-template-columns: 1fr 0.8fr;
}

.product-options-1 .options-col:nth-child(1) {
  padding-right: 1.5625rem;
  border-right: 0.0625rem solid #d9d9d9;
}

.product-options-1 .options-col:nth-child(2) {
  padding-left: 1.5625rem;
}

.product-options-2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.product-internal-options {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 0.0625rem solid #d9d9d9;
  padding-bottom: 0.625rem;
}

.options-el {
  padding: 0.5rem 0;
}

.options-el-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 0.625rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.options-el:not(:last-child) {
  border-bottom: 0.0625rem solid #d9d9d9;
}

.options-el__name {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--black);
}

.options-el__name:not(:last-child) {
  margin-bottom: 0.5625rem;
}

.options-el__name span {
  font-size: 0.75rem;
  font-weight: 600;
  color: #444;
  display: inline-block;
}

.options-el__name div {
  display: inline-block;
}

.options-el__subtitle {
  margin-bottom: 0.5rem;
}

.options-el__elements > ul:not(:last-child) {
  margin-bottom: 0.5rem;
}

.options-el__other {
  display: block;
}

.options-el__other:not(:last-child) {
  margin-bottom: 0.5rem;
}

.options-el__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3125rem;
}

.options-el__quantity .options-el__other {
  margin: 0;
}

.product-table {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.product-table__row {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 2.75rem;
  -moz-column-gap: 2.75rem;
  column-gap: 2.75rem;
  padding: 0.125rem 0;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.product-table__row:not(:last-child) {
  border-bottom: 0.0625rem solid #ccc;
}

.product-table-download {
  padding-top: 0.625rem;
}

.product-table-download span {
  font-size: 0.75rem;
  font-weight: 600;
  display: block;
}

.product-table-download span:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.product-table-download button {
  color: var(--white);
  font-size: 1.25rem;
  min-height: 2.25rem;
}

.quantity {
  width: 4.25rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.25rem;
  border: 1px solid #8e8e8e;
  background: var(--white);
}

.quantity__button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.375rem;
  flex: 0 0 1.375rem;
  position: relative;
  cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #8e8e8e;
  width: 9px;
  height: 1px;
}

.quantity__button--plus::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.quantity__input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 0.875rem;
  font-weight: 600;
  padding-top: 0.1875rem;
  width: 100%;
  padding: 0 0.3125rem;
  text-align: center;
  color: #444;
  -webkit-transition: outline 0.3s !important;
  transition: outline 0.3s !important;
}

.quantity__input input:focus {
  outline: 0.0625rem solid #8e8e8e;
}

.accessories-popup {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.accessories-popup.popup_show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.accessories-popup__content {
  background: var(--white);
  padding: 2.5rem;
  height: 100%;
}

.accessories-popup__wrapper {
  height: 100%;
}

.accessories-popup__element {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.3125rem;
}

.accessories-popup__element:not(:last-child) {
  margin-bottom: 1.25rem;
}

.accessories-popup__image {
  max-width: 18.75rem;
}

.accessories-popup__img-ibg {
  padding-bottom: 55.11811%;
  /* 140/254 */
}

.accessories-popup__img-ibg img {
  -o-object-fit: contain;
  object-fit: contain;
}

.accessories-popup__text {
  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: 0.4375rem;
  padding-bottom: 0.625rem;
}

.accessories-popup__text h4 {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
}

.accessories-popup__text p {
  font-size: 0.75rem;
  font-weight: 500;
}

.accessories-popup__text ul {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.accessories-popup__text ul li {
  font-size: 0.75rem;
  font-weight: 500;
}

.accessories-popup__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-top: -1.875rem;
}

.accessories-popup .simplebar-track.simplebar-vertical {
  width: 0.1875rem;
  right: 0.0625rem;
}

.accessories-popup .simplebar-scrollbar::before {
  width: 100%;
  left: 0;
  right: 0;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.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;
}

.noUi-target {
  position: relative;
}

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

/* Wrapper for all connect elements.
 */

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

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

/* Offset direction
 */

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

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */

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

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

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

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

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

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

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 18px;
}

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

.noUi-vertical {
  width: 18px;
}

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

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

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

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

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

/* Handles and cursors;
 */

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

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

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb,
    0 3px 6px -3px #bbb;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd,
    0 3px 6px -3px #bbb;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Handle stripes;
 */

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

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

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

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

/* Disabled state;
 */

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

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

/* Base;
 *
 */

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

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

/* Values;
 *
 */

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

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

/* Markings;
 *
 */

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

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

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

/* Horizontal layout;
 *
 */

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

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

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

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

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

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

/* Vertical layout;
 *
 */

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

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

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

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

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

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

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

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

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

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

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

.swiper {
  overflow: hidden;
}

.swiper-initialized {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

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

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

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0.5s linear;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */

[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

@media (min-width: 47.99875em) {
  .row-about--reverse .row-about__image {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }

  .row-about--reverse .row-about__content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }

  .single-buttons__btn--pdf {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }

  .single-buttons__btn--save {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}

@media (min-width: 77.5em) {
  .popular-products .product-card__wrapper {
    gap: 1.5625rem;
  }

  .popular-products .product-card__wrapper {
    padding: 1.5625rem;
  }

  .archive-products .product-card__wrapper {
    gap: 1.5625rem;
  }

  .archive-products .product-card__wrapper {
    padding: 1.25rem;
  }

  .hero-slide__title {
    padding-top: 8.75rem;
  }

  .hero-slide__title {
    padding-left: 6.25rem;
  }

  .hero-slide__title {
    font-size: 4rem;
  }

  .advantages__item span {
    font-size: 2.25rem;
  }
}

@media (max-width: 75em) {
  .header__logo {
    max-width: 8.625rem;
  }

  .menu ul {
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
  }

  .search {
    max-width: 30rem;
    width: 100%;
  }
}

@media (max-width: 35em) {
  .footer__body {
    display: block;
    text-align: center;
  }

  .footer__body > * {
    display: block;
  }

  .footer__body > *:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .footer__menu {
    text-align: center;
  }

  .footer__menu ul li:not(:last-child) {
    margin-bottom: 0;
  }

  .footer__menu ul {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    row-gap: 0.4375rem;
  }

  .footer__contacts * {
    text-align: center !important;
  }
}

@media (max-width: 30em) {
  .hero-slide__title {
    padding-top: 2.5rem;
  }

  .hero-slide__title {
    padding-left: 1.25rem;
  }

  .hero-slide__title {
    font-size: 1.75rem;
  }
}

@media (max-width: 25em) {
  .popup__content {
    padding: 1.875rem 1.25rem;
  }
}

@media (max-width: 77.5em) {
  .archive-wrapper {
    -ms-grid-columns: 12.5rem 1fr;
    grid-template-columns: 12.5rem 1fr;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .archive-products__wrapper {
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }

  .col-3 .filter__col:last-child ul {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 0.5625rem;
    -moz-column-gap: 0.5625rem;
    column-gap: 0.5625rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .col-3 .filter__elements {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 68.75em) {
  .single-images {
    max-width: 43.75rem;
    width: 100%;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  .single-images:not(:last-child) {
    margin-bottom: 1.4375rem;
  }

  .accessories-popup {
    position: fixed;
    top: 5rem;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 1.875rem;
    padding-bottom: 0.9375rem;
    background: rgba(0, 0, 0, 0.4);
  }

  .accessories-popup__content {
    border-radius: 0.5rem;
    padding-bottom: 0;
    padding-bottom: 4.25rem;
  }

  .accessories-popup__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--white);
    padding: 0.625rem 0.9375rem;
    margin-top: 0;
    border-radius: 0 0 0.5rem 0.5rem;
  }
}

@media (max-width: 61.99875em) {
  .page-archive {
    padding-top: 5rem;
  }

  .page-product {
    padding-top: 7.5rem;
  }

  .section-title {
    font-size: 2.1875rem;
  }

  .header__wrapper {
    min-height: 5rem;
  }

  .header__menu {
    background: var(--black);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    position: absolute;
    z-index: 1;
    top: 5rem;
    left: 0;
    width: 100%;
    min-height: 3.75rem;
    padding: 0.625rem 0.9375rem 0.9375rem 0.9375rem;
    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: 1.25rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu-open .header__menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .header__menu > * {
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }

  .menu-open .header__menu > * {
    opacity: 1;
  }

  .header__actions {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }

  .icon-menu {
    display: block;
  }

  .icon-menu svg path {
    fill: #fff;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }

  .menu-open .icon-menu svg path:nth-child(2),
  .menu-open .icon-menu svg path:nth-child(4),
  .menu-open .icon-menu svg path:nth-child(6),
  .menu-open .icon-menu svg path:nth-child(8) {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .footer {
    padding: 3.75rem 0;
  }

  .footer__body {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .footer__logo {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }

  .footer__social {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }

  .footer__menu {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    text-align: left;
  }

  .footer__address {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    text-align: center;
  }

  .footer__contacts {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    text-align: right;
  }

  .archive-products .product-card__wrapper {
    gap: 0.625rem;
  }

  .popular-products .product-card__image {
    min-height: 15rem;
  }

  .popular {
    padding: 3.75rem 0 3.75rem 0;
  }

  .popular__title {
    margin-bottom: 1.875rem;
  }

  .about {
    padding: 3.75rem 0;
  }

  .advantages {
    padding-bottom: 3.75rem;
  }

  .feedback__wrapper {
    padding: 3.75rem 0;
  }

  .archive-wrapper {
    display: block;
  }

  .archive-filters {
    position: fixed;
    z-index: 50;
    top: 5rem;
    width: 18.875rem;
    left: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .filters-open .archive-filters {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .archive-filters__spollers {
    overflow: auto;
    height: 100%;
    padding: 1.875rem;
  }

  .archive-filters::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vw;
    z-index: -100;
    background: rgba(0, 0, 0, 0.2823529412);
  }

  .archive-filters .simplebar-track.simplebar-vertical {
    width: 0.1875rem;
    left: 0.0625rem;
    right: auto;
  }

  .archive-filters .simplebar-scrollbar::before {
    width: 100%;
    left: 0;
    right: 0;
  }

  .archive-filters__body {
    height: 100%;
  }

  .archive-filters__open {
    display: block;
  }

  .single-params {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .single-params .single-tabs-header {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }

  .accessories-popup {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    top: 3.75rem;
  }
}

@media (max-width: 49.375em) {
  .popular-products .product-card__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .archive-products .product-card__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 47.99875em) {
  .section-title {
    font-size: 1.875rem;
  }

  .icon-menu {
    margin-left: 0;
  }

  .popular-products .product-card__wrapper {
    gap: 0.9375rem;
  }

  .popular-products .product-card__wrapper {
    padding: 0.9375rem;
  }

  .archive-products .product-card__wrapper {
    padding: 0.9375rem;
  }

  .popular-products .product-card__image {
    padding: 0.625rem;
  }

  .product-card__image-ibg {
    padding-bottom: 70%;
  }

  .archive-products .product-card__btn {
    min-height: 2.1875rem;
  }

  .home-hero__container {
    padding: 0;
  }

  .hero-slide__image-ibg {
    min-height: 25rem;
  }

  .popular {
    padding: 3.75rem 0 2.5rem 0;
  }

  .popular__items {
    row-gap: 0.9375rem;
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
  }

  .about {
    padding: 2.5rem 0;
  }

  .row-about {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .row-about__image {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }

  .row-about__content {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }

  .advantages {
    padding-bottom: 2.5rem;
  }

  .advantages__item span {
    font-size: 1.5625rem;
  }

  .feedback__wrapper {
    padding: 2.5rem 0 3.75rem 0;
  }

  .archive-products__wrapper {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .filters-block__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .single-bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .single-buttons button {
    font-size: 1.125rem;
  }

  .single-buttons--log-in {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .accessories-popup {
    padding: 0;
    top: 5rem;
  }

  .accessories-popup__content {
    border-radius: 0;
  }
}

@media (max-width: 37.5em) {
  .archive-products .product-card__wrapper {
    -ms-grid-columns: 0.7fr 1fr;
    grid-template-columns: 0.7fr 1fr;
  }

  .form-feedback__columns {
    margin-bottom: 1.25rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form-feedback__input-area {
    margin-bottom: 1.25rem;
  }

  .archive-products__wrapper {
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }

  .archive-products__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 34.375em) {
  .product-archive .product-card__properties ul {
    padding-right: 0rem;
  }

  .archive-products .power {
    margin-top: 0rem;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  .archive-products .power i {
    font-size: 2.1875rem;
  }

  .advantages__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .advantages__item:last-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }

  .filters-card__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .accessories-popup__content {
    padding: 1.875rem;
    padding-bottom: 4.25rem;
  }
}

@media (max-width: 33.125em) {
  .popular__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 29.99875em) {
  .section-title {
    font-size: 1.5625rem;
  }

  .header__logo {
    max-width: 6.875rem;
  }

  .header_tel span {
    font-size: 0.9375rem;
    letter-spacing: 0rem;
  }

  .footer {
    padding: 3.125rem 0;
  }

  .archive-products .product-card__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form-feedback {
    padding: 1.25rem;
  }

  .form-feedback button {
    font-size: 1.25rem;
    height: 2.875rem;
  }

  .archive-filters {
    width: 18.125rem;
  }

  .archive-header__filter {
    min-width: 9.125rem;
  }

  .popup__header h3 {
    font-size: 1.125rem;
  }

  #popup-filters {
    padding: 0;
  }

  #popup-filters .popup__content {
    border-radius: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 0;
  }

  #popup-filters .popup__text {
    height: 100%;
  }

  #popup-filters .body-popup {
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* #popup-filters .body-popup[hidden] {
    display: none;
  } */

  #popup-filters .popup__header {
    margin-bottom: 0;
    padding: 1.25rem;
  }

  #popup-filters .filters-block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto;
    padding: 0.9375rem 1.25rem 0 1.25rem;
  }

  .single-params:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .single-bottom-title:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .product-options-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product-options-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product-table__row {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.5625rem;
    -moz-column-gap: 1.5625rem;
    column-gap: 1.5625rem;
  }

  .accessories-popup__content {
    padding: 1.875rem 0.9375rem 4.25rem 1.875rem;
  }

  .accessories-popup__element {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .accessories-popup__image {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}

@media (max-width: 28.125em) {
  .single-params {
    gap: 0rem;
  }

  .single-tabs-navigation {
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }

  .single-tabs-navigation__title {
    font-size: 0.75rem;
    padding: 0.4375rem 0.5rem;
  }
}

@media (max-width: 26.25em) {
  .archive-products .product-card__btn {
    min-height: 2.1875rem;
  }
}

@media (max-width: 24.375em) {
  .form-feedback {
    padding: 0.9375rem;
  }

  .form-feedback__columns {
    margin-bottom: 0.9375rem;
    gap: 0.9375rem;
  }

  .form-feedback__input-area {
    margin-bottom: 0.9375rem;
  }
}

@media (max-width: 23.125em) {
  .section-title {
    font-size: 1.375rem;
  }
}

@media (max-width: 21.875em) {
  .archive-header__filter {
    min-width: 7.25rem;
  }
}

@media (min-width: 47.99875em) and (max-width: 77.5em) {
  @supports (
    gap: clamp(0.9375rem, -0.0793795814rem + 2.1185542985vw, 1.5625rem)
  ) {
    .popular-products .product-card__wrapper {
      gap: clamp(0.9375rem, -0.0793795814rem + 2.1185542985vw, 1.5625rem);
    }
  }

  @supports not (
    gap: clamp(0.9375rem, -0.0793795814rem + 2.1185542985vw, 1.5625rem)
  ) {
    .popular-products .product-card__wrapper {
      gap: calc(0.9375rem + 0.625 * (100vw - 47.99875rem) / 29.50125);
    }
  }

  @supports (
    padding: clamp(0.9375rem, -0.0793795814rem + 2.1185542985vw, 1.5625rem)
  ) {
    .popular-products .product-card__wrapper {
      padding: clamp(0.9375rem, -0.0793795814rem + 2.1185542985vw, 1.5625rem);
    }
  }

  @supports not (
    padding: clamp(0.9375rem, -0.0793795814rem + 2.1185542985vw, 1.5625rem)
  ) {
    .popular-products .product-card__wrapper {
      padding: calc(0.9375rem + 0.625 * (100vw - 47.99875rem) / 29.50125);
    }
  }

  @supports (
    padding: clamp(0.9375rem, 0.4290602093rem + 1.0592771493vw, 1.25rem)
  ) {
    .archive-products .product-card__wrapper {
      padding: clamp(0.9375rem, 0.4290602093rem + 1.0592771493vw, 1.25rem);
    }
  }

  @supports not (
    padding: clamp(0.9375rem, 0.4290602093rem + 1.0592771493vw, 1.25rem)
  ) {
    .archive-products .product-card__wrapper {
      padding: calc(0.9375rem + 0.3125 * (100vw - 47.99875rem) / 29.50125);
    }
  }

  @supports (
    font-size: clamp(1.5625rem, 0.4439324605rem + 2.3304097284vw, 2.25rem)
  ) {
    .advantages__item span {
      font-size: clamp(1.5625rem, 0.4439324605rem + 2.3304097284vw, 2.25rem);
    }
  }

  @supports not (
    font-size: clamp(1.5625rem, 0.4439324605rem + 2.3304097284vw, 2.25rem)
  ) {
    .advantages__item span {
      font-size: calc(1.5625rem + 0.6875 * (100vw - 47.99875rem) / 29.50125);
    }
  }
}

@media (min-width: 61.99875em) and (max-width: 77.5em) {
  @supports (
    gap: clamp(0.625rem, -3.1246220063rem + 6.047899363vw, 1.5625rem)
  ) {
    .archive-products .product-card__wrapper {
      gap: clamp(0.625rem, -3.1246220063rem + 6.047899363vw, 1.5625rem);
    }
  }

  @supports not (
    gap: clamp(0.625rem, -3.1246220063rem + 6.047899363vw, 1.5625rem)
  ) {
    .archive-products .product-card__wrapper {
      gap: calc(0.625rem + 0.9375 * (100vw - 61.99875rem) / 15.50125);
    }
  }
}

@media (min-width: 26.25em) and (max-width: 48em) {
  @supports (
    padding: clamp(0.9375rem, -0.1939655172rem + 4.3103448276vw, 1.875rem)
  ) {
    .archive-products .product-card__wrapper {
      padding: clamp(0.9375rem, -0.1939655172rem + 4.3103448276vw, 1.875rem);
    }
  }

  @supports not (
    padding: clamp(0.9375rem, -0.1939655172rem + 4.3103448276vw, 1.875rem)
  ) {
    .archive-products .product-card__wrapper {
      padding: calc(0.9375rem + 0.9375 * (100vw - 26.25rem) / 21.75);
    }
  }
}

@media (min-width: 20em) and (max-width: 26.25em) {
  @supports (padding: clamp(0.9375rem, -2.0625rem + 15vw, 1.875rem)) {
    .archive-products .product-card__wrapper {
      padding: clamp(0.9375rem, -2.0625rem + 15vw, 1.875rem);
    }
  }

  @supports not (padding: clamp(0.9375rem, -2.0625rem + 15vw, 1.875rem)) {
    .archive-products .product-card__wrapper {
      padding: calc(0.9375rem + 0.9375 * (100vw - 20rem) / 6.25);
    }
  }
}

@media (min-width: 30em) and (max-width: 77.5em) {
  @supports (
    padding-top: clamp(2.5rem, -1.4473684211rem + 13.1578947368vw, 8.75rem)
  ) {
    .hero-slide__title {
      padding-top: clamp(2.5rem, -1.4473684211rem + 13.1578947368vw, 8.75rem);
    }
  }

  @supports not (
    padding-top: clamp(2.5rem, -1.4473684211rem + 13.1578947368vw, 8.75rem)
  ) {
    .hero-slide__title {
      padding-top: calc(2.5rem + 6.25 * (100vw - 30rem) / 47.5);
    }
  }

  @supports (
    padding-left: clamp(1.25rem, -1.9078947368rem + 10.5263157895vw, 6.25rem)
  ) {
    .hero-slide__title {
      padding-left: clamp(1.25rem, -1.9078947368rem + 10.5263157895vw, 6.25rem);
    }
  }

  @supports not (
    padding-left: clamp(1.25rem, -1.9078947368rem + 10.5263157895vw, 6.25rem)
  ) {
    .hero-slide__title {
      padding-left: calc(1.25rem + 5 * (100vw - 30rem) / 47.5);
    }
  }

  @supports (
    font-size: clamp(1.75rem, 0.3289473684rem + 4.7368421053vw, 4rem)
  ) {
    .hero-slide__title {
      font-size: clamp(1.75rem, 0.3289473684rem + 4.7368421053vw, 4rem);
    }
  }

  @supports not (
    font-size: clamp(1.75rem, 0.3289473684rem + 4.7368421053vw, 4rem)
  ) {
    .hero-slide__title {
      font-size: calc(1.75rem + 2.25 * (100vw - 30rem) / 47.5);
    }
  }
}

@media (any-hover: hover) {
  .btn-red:hover {
    background: var(--gray-dark);
  }

  .btn-red-rounded:hover,
  .btn-red-rounded:focus {
    background: var(--gray-dark);
  }

  .btn-gray:hover,
  .btn-gray:focus {
    background: var(--red);
    color: var(--black);
  }

  .page-home .btn-gray:hover,
  .page-home .btn-gray:focus {
    background: var(--red-dark);
  }

  .menu ul li a:hover::before {
    opacity: 0.7;
  }

  .rounded-btn:hover,
  .rounded-btn:focus {
    background: var(--red-dark);
  }

  .footer__menu a:hover::before {
    opacity: 0.7;
  }

  .footer__contacts ul li a:hover::before {
    opacity: 0.7;
  }

  .archive-products .product-card__wrapper:hover {
    -webkit-box-shadow: 0.125rem 0.125rem 0.3125rem 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0.125rem 0.125rem 0.3125rem 0px rgba(0, 0, 0, 0.2);
  }

  .single-buttons__btn--pdf button:hover,
  .single-buttons__btn--pdf a:hover {
    background-color: var(--gray-light);
  }

  .single-buttons__btn--save button:hover,
  .single-buttons__btn--save a:hover {
    background-color: var(--red);
  }

  .quantity__button:hover::before,
  .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
