@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Bebas+Neue:regular&display=swap&subset=cyrillic-ext);

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

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

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

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

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

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

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

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

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

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

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

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

body {
  line-height: 1;
  font-family: "Onest";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Onest";
}

.search-header__result .loader {
  position: fixed;
    width: 100%;
    height: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    /* margin: 0 auto; */
    text-align: center;
    z-index: 99999;
  
}
.search-header__result .loader img{
    width:30px;
    
}

._loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border: 5px solid #FFF;
  border-bottom-color: #6E7FFC;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;

}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

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

button {
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

.quantity,
.quantity * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.lg-thumb-outer.lg-grab,
.lg-backdrop {
    backdrop-filter: none !important;
    background: rgba(0, 0, 0, 0.3) !important; /* Adjust opacity if needed */
}
.lg-item img {
    height: auto !important;  /* Ensures images keep their aspect ratio */
    max-height: 90vh !important; /* Prevents the image from being too tall */
}

body {
  color: #262A2D;
  font-size: 16px;
  line-height: 1.2;
}

body._search-open {
  overflow: hidden;
}

body._search-open .main-search-header__close {
  display: block;
}

/*body._lock {*/
/*  overflow: hidden;*/
/*}*/

.wrapper {
  width: 100%;
  min-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;

}

._container {
  padding: 0px 20px;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
}

.product-cart__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;

}

.proposals__items {
  display: flex;
  flex-direction: row;

}

.coupon-side-cart__content {
  display: flex;
  flex-direction: column;

}

.promo_code_info {
  color: red;
  display: flex;
  font-size: 14px;
  padding: 10px 10px 10px 0px;
}

.cart__side-left {

  z-index: 800 !important;
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}

.promo_code_use {
  color: black;
  font-size: 14px;
  padding: 10px 10px 10px 0px;
}

.proposals__items .category__item {
  max-width: 200px;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 0px;
}

.btn._fw {
  width: 100%;
}

.cart__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.select {
  position: relative;
}

.select__item {
  position: relative;
}

.coupon-side-cart__value {
  color: red;
}
.add_to_cart.disabled{
  pointer-events:none;
  background-color:gray;
}
.select__title {
  color: #262A2D;
  border-radius: 2px;
  background: #F1F1F1;
  cursor: pointer;
  border: 1px solid #F1F1F1;
}

.page-text__text {
  margin-top: 1.25rem;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
  hyphens: auto;
}

.page-text__text p img {
  width: auto;
  max-width:100%;
 
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 50px;
  padding: 0px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.select__value span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.select__value:before {
  content: "";
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  background: url("../img/icons/select.svg") center/100% no-repeat;
}

.header-placeholder {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 1000;
  display: none;
  border-bottom: 1px solid #ddd;
}

.language {
  position: relative;
}

.language__head {
  padding: 12px 16px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  min-height: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  border-radius: 200px;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.language__head._active .language__arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.catalog-banner__arrow {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.language__arrow {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12px;
  flex: 0 0 12px;
  height: 12px;
  width: 12px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.description-card__video {
  width: 100%;
  max-width: 625px;
  margin: 0px auto;
}

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.item {
  cursor: pointer;
}

.video video,
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-sticky {
  position: fixed;
  z-index: 900;
  top: 70px;
  left: 0;
  right: 0;
  background: #fff;
  padding: 10px 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
  box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
  transition: all 0.3s ease 0s;
}

.product-sticky:not(._active) {
  top: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.language__arrow img,
.language__arrow svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12px;
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
}

.language__body {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  max-width: 100%;
  background: #F5F5F5;
  border-radius: 8px;
  padding: 8px 0px;
  display: none;
  z-index: 999;
}

.language__item {
  padding: 5px 15px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  color: #FF5C05;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: #262A2D;
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  border-radius: 8px;
  -webkit-box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
  box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  overflow-y: auto;
  max-height: 350px;
  min-width: 160px;
}

.catalog__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 20px 0px;
}

.main-catalog-tabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}

.main-catalog-tabel__item {
  border-radius: 16px;
  background: #FFF;
  border: 1px solid #E8E6E6;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
  flex: 0 0 calc((100% - 30px * 2) / 3);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-catalog-tabel__item:hover {
  -webkit-box-shadow: 0px 8px 18px 6px rgba(24, 39, 75, 0.12);
  box-shadow: 0px 8px 18px 6px rgba(24, 39, 75, 0.12);
}

.main-catalog-tabel__image {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding-bottom: 61%;
}

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

.main-catalog-tabel__body {
  padding: 20px;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  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: 8px;
}

.main-catalog-tabel__name {
  color: #4A3934;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-catalog-tabel__count {
  color: #A3A09A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.select__option {
  cursor: pointer;
  padding: 12px 20px;
  margin: 0px 0px 0px 0px;
}

.select._active {
  z-index: 5;
}

.select._active .select__title {
  border-color: #FF5C05;
}

.contact_phone {
  color: white;
  font-size: 44px;
  font-weight: 900;
  text-decoration: none;
}

.cart_bottom_checkout {
  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: 10px;
}

.select._active .select__value:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  border-radius: 2px;
  color: #8A8C8D;
  background: #fff;
  width: 100%;
  display: block;
  padding: 5px 20px;
  min-height: 52px;
  border: 1px solid #fff;
  width: 100%;
  max-width: 100%;
  min-width: 0px;
  font-size: 16px;
}

.input::-webkit-input-placeholder {
  color: #8A8C8D;
}

.input::-moz-placeholder {
  color: #8A8C8D;
}

.input:-ms-input-placeholder {
  color: #8A8C8D;
}

.input::-ms-input-placeholder {
  color: #8A8C8D;
}

.input::placeholder {
  color: #8A8C8D;
}

.input:focus {
  border-color: #FF5C05;
}

.input._focus {
  color: #262A2D;
}

.error_body {
  position: relative;
  display: none;
}

.error_close {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
}

.error_close svg {
  width: 30px;
  height: 40px;
}

.not_accept,
.error_promo {
  border: 2px solid orange;
  background-color: yellow;
  border-radius: 6px;
  color: orange;
  padding: 10px;

}

._error,
.select__title._error,
.input._error {
  border-color: #F00;
  color: #F00;
}

textarea.input {
  resize: none;
  padding: 15px 20px;
  height: 100px;
}

.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.checkbox__input:checked+.checkbox__content::before {
  background: url("../img/icons/check.svg") center/cover no-repeat, #0FA0FD;
  border-color: #0FA0FD;
}

.pulse {
  animation: pulse 0.5s ease-in-out infinite;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  25%,
  50%,
  75% {
    transform: scale(1.1);
  }
}

.checkbox__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #262A2D;
  font-size: 16px;
  font-weight: 400;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  cursor: pointer;
}

.checkbox__content::before {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid #DBDBDB;
  background: #F1F1F1;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
}

.checkbox a {
  color: #FF5C05;
  text-decoration: underline;
}

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

.checkbox__count {
  color: #949494;
}

.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  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: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.options__item {
  position: relative;
  cursor: pointer;
}

.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}

.options__input:checked+.options__text:before {
  border: 2px solid #FF5C05;
}

.options__input:checked+.options__text:after {
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.options__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #262A2D;
  font-size: 18px;
  font-weight: 400;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.options__text:before {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 1px solid #D7D7D7;
}

.options__text:after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FF5C05;
  position: absolute;
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
}

.rating-block {
  display: table;
  font-size: 0;
}

.rating {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.info-delivery {
  position: relative;
  cursor: pointer;
}

.info-delivery__body {
  position: absolute;
  top: calc(100% + 10px);
  right: -200px;
  width: 400px;
  background: #fff;
  padding: 20px;
  z-index: 3;
  border-radius: 16px;
  -webkit-box-shadow: 0px 14px 64px -4px rgba(24, 39, 75, 0.12), 0px 8px 22px -6px rgba(24, 39, 75, 0.12);
  box-shadow: 0px 14px 64px -4px rgba(24, 39, 75, 0.12), 0px 8px 22px -6px rgba(24, 39, 75, 0.12);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  line-height: 1.2;
}

.info-delivery__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  color: #000;
}

.info-delivery__body._open {
  opacity: 1;
  visibility: visible;

}

.rating.edit .star {
  cursor: pointer;
}

.rating .star {
  width: 17px;
  height: 14px;
  display: inline-block;
  position: relative;
  z-index: 3;
}

.cart-header__products {
  height: 100%;
  max-height: 500px;
  overflow-y: hidden;
}

.rating__line {
  position: absolute;
  width: 85px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating.svg") 0 0 no-repeat;
  z-index: 1;
  background-size: 85px 100%;
}

.rating__activeline {
  position: absolute;
  width: 0px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating_active.svg") 0 0 no-repeat;
  z-index: 2;
  background-size: 85px 100%;
}

.rating__value {
  display: inline-block;
  color: #262A2D;
  font-size: 14px;
  line-height: 13px;
  vertical-align: middle;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 40px;
  line-height: 0.75;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
  opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
  cursor: pointer;
}

.rating__body {
  position: relative;
}

.rating__body::before {
  content: "";
  width: 200px;
  height: 32px;
  background: url(../img/icons/bg_rating.svg) center/auto no-repeat;
  display: block;
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating__active::before {
  content: "";
  position: absolute;
  background: url(../img/icons/bg_rating_active.svg) center/auto no-repeat;
  display: block;
  width: 200px;
  height: 32px;
  top: 0;
  left: 0;
}

.rating__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rating__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__value {
  font-size: 50%;
  line-height: 1;
  padding: 0px 0px 0px 10px;
  display: none;
}

.quantity {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #D7D7D7;
  border-radius: 4px;
  padding: 0px 10px;
}

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

.quantity__button::before,
.quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -6px;
  background-color: #949494;
  width: 12px;
  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%;
  font-size: 16px;
  color: #262A2D;
  background: none;
  width: 100%;
  text-align: center;
}

img,
svg {
  vertical-align: middle;
  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;
}

._btn {
  background: #FF5C05;
  border-radius: 4px;
  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: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  min-height: 48px;
  padding: 0px 15px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

._btn img,
._btn svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

._btn svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

._btn._blue {
  background: #0FA0FD;
}

._btn._stroke {
  border: 1px solid #FF5C05;
  background: transparent;
  color: #FF5C05;
  font-size: 16px;
  font-weight: 400;
}

._btn._stroke svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

._btn._stroke svg path[fill] {
  fill: #FF5C05;
}

._btn._stroke svg path[stroke] {
  stroke: #FF5C05;
}

._btn._stroke._gray {
  color: #949494;
  border-color: #949494;
}

._btn._opacity {
  background: #FFE7DA;
  color: #FF5C05;
}

.price {
  color: #262A2D;
}

/*.price span::after {*/
/*  content: " ₽";*/
/*}*/

.price span._now {
  color: #0FA0FD;
}

.price span._old {
  color: #85888B;
  font-size: 14px;
  font-weight: 500;
  text-decoration: line-through;
}

._title {
  font-size: 32px;
  color: #262A2D;
  font-weight: 700;
}

._like:not(._active) svg path {
  fill: #AAAAAA;
}

._like:not(._active) svg path._fill {
  display: none;
}

._compare:not(._active) svg path {
  fill: #AAAAAA;
}

._compare:not(._active) svg path._fill {
  display: none;
}

.paggination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.paggination .swiper-pagination-bullet {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8px;
  flex: 0 0 8px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #D7D7D7;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.d_none {
  display: none !important;
}

.bottom-promo__btn_checkout {
  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: 10px;

}

.paggination .swiper-pagination-bullet-active {
  background: #FF5C05;
}

._arrow-slider {
  width: 48px;
  height: 48px;
  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;
  border-radius: 99px;
  background: #FFF;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

._arrow-slider svg path {
  fill: #0FA0FD;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

._arrow-slider img,
._arrow-slider svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.viber svg,
.tg svg,
.viber svg path,
.tg svg path,
.tg svg path.tg_w {
  fill: #fff;
  color: #fff;
}

.viber:hover svg,
.viber:hover svg path {
  fill: #7360F2;
  color: #7360F2;
}

.tg:hover svg,
.tg:hover svg path,
.tg:hover svg path.tg_w {
  fill: #31A9DF;
  color: #31A9DF;
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

/*.rub:after {*/
/*  content: "₽";*/
/*}*/

ol.counter {
  list-style-type: none;
  counter-reset: item;
}

ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}

ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}

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

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.video video,
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.moretext {
  overflow: hidden;
}

.moretext__more {
  cursor: pointer;
}

.moretext__more span {
  font-style: normal;
}

.moretext__more span:first-child {
  display: block;
}

.moretext__more span:last-child {
  display: none;
}

.moretext__more.active span {
  font-style: normal;
}

.moretext__more.active span:first-child {
  display: none;
}

.moretext__more.active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}

._swiper .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.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

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

.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.slick-slider {
  position: relative;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slick-slider .slick-track {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slider .slick-slide {
  position: relative;
}

.tab__item {
  display: none;
}

.tab__item.active {
  display: block;
}

._tabs-block,
._tabs_2-block,
._tabs_3-block,
._tabs-block-2 {
  display: none;
}

._tabs-block._active,
._tabs-block-3._active,
._tabs_2-block._active,
._tabs_3-block._active,
._tabs-block-2._active {
  display: block;
}

.mirror {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

.gm-style-iw-chr {
  position: absolute;
  top: 0;
  right: 0;
}

.baloon {
  opacity: 1;
  right: -7px !important;
  bottom: 80px !important;
}

.baloon button {
  display: none !important;
}

.baloon:after {
  display: none !important;
}

.baloon-style {
  display: none;
}

.baloon-content.gm-style-iw {
  opacity: 1;
  border-radius: 0px !important;
  max-width: 300px !important;
  padding: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important;
}

.baloon-content.gm-style-iw>.gm-style-iw-d {
  overflow: hidden !important;
  max-width: none !important;
}

.baloon-content.gm-style-iw:after {
  display: none !important;
}

.baloon-close {
  top: 18px !important;
}

.gm-style-iw {
  padding: 0px !important;
  max-width: calc(100vw - 80px) !important;
}

.gm-style-iw-d {
  padding: 0px !important;
  overflow: auto !important;
}

.marker {
  border-radius: 8px;
  border: 1px solid #D7D7D7;
  background: #fff;
  padding: 12px;
  font-family: "Onest";
  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: 12px;
}

.marker__image {
  width: 100%;
  max-width: 150px;
  position: relative;
  border-radius: 4px;
  aspect-ratio: 150/105;
}

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

.marker__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: 10px;
}

.marker__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.marker__name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  height: 20px;
  width: 20px;
}

.marker__name img,
.marker__name svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.marker__value {
  color: #262A2D;
  font-size: 14px;
  font-weight: 400;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1.6;
}

.marker__value a {
  color: inherit;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}

._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

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

.pagging__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.pagging__item._active .pagging__link {
  background: #0FA0FD;
  color: #fff;
  font-weight: 700;
}

.pagging__item._more .pagging__link {
  width: auto;
  border: 0;
}

.pagging__link {
  width: 50px;
  height: 50px;
  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-align: center;
  color: #999;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #D7D7D7;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/*! nouislider - 14.6.0 - 6/27/2020 */

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

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* 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 {
  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;
  -o-transition: 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: 23px;
  height: 23px;
  right: -11.5px;
  top: -10px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -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 {
  height: 4px;
  background-color: #D7D7D7;
  margin: 30px 11px 12px;
  position: relative;
}

.noUi-target::before,
.noUi-target::after {
  content: "";
  background-color: #D7D7D7;
  width: 11px;
  height: 4px;
  position: absolute;
  top: 0;
}

.noUi-target::before {
  left: -10px;
}

.noUi-target::after {
  right: -10px;
}

.noUi-connect {
  background-color: #FF5C05;
}

/* Handles and cursors;
 */

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

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

.noUi-handle {
  border: 5px solid #fff;
  background-color: #FF5C05;
  border-radius: 50%;
  cursor: default;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(75, 75, 75, 0.25);
  box-shadow: 0px 2px 16px 0px rgba(75, 75, 75, 0.25);
}

/* 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 {
  color: #999999;
  font-size: 12px;
  position: absolute;
}

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

.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;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
  padding: 30px 20px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}

.popup::before {
  content: "";
  background: rgba(38, 42, 45, 0.35);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}

.popup.show {
  visibility: visible;
  overflow: auto;
}

.popup.show::before {
  opacity: 1;
}

.popup.show .popup__body {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.popup._active {
  overflow: auto;
  visibility: visible;
}

.popup._active::before {
  opacity: 1;
}

.popup._active .popup__body {
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.popup__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;
  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__body {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 8px;
  background: #FFF;
  padding: 40px;
  width: 100%;
  max-width: 515px;
}

.popup__close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close-g.svg") center/cover no-repeat;
}

.review-send__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: 20px;
}

.review-send__head {
  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: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-send__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 71px;
  flex: 0 0 71px;
  width: 71px;
  height: 71px;
  border-radius: 50%;
  background: #0FA0FD;
  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;
}

.review-send__icon img,
.review-send__icon svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37px;
  flex: 0 0 37px;
  width: 37px;
  height: 37px;
}

.review-send__title {
  color: #262A2D;
  font-size: 28px;
  font-weight: 700;
}

.review-send__text {
  color: #949494;
  font-size: 16px;
  font-weight: 400;
  margin-top: -5px;
}

.review-send__button {
  width: 100%;
  max-width: 100%;
}

.buy-click__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: 20px;
}

.buy-click__head {
  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: 20px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.buy-click__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 71px;
  flex: 0 0 71px;
  width: 71px;
  height: 71px;
  border-radius: 50%;
  background: #0FA0FD;
  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;
}

.buy-click__icon img,
.buy-click__icon svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37px;
  flex: 0 0 37px;
  width: 37px;
  height: 37px;
}

.buy-click__title {
  color: #262A2D;
  font-size: 28px;
  font-weight: 700;
}

.buy-click__text {
  color: #949494;
  font-size: 16px;
  font-weight: 400;
  margin-top: -5px;
}

.product-buy-click {
  padding: 12px;
  border: 1px solid #D7D7D7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.product-buy-click__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 92px;
  flex: 0 0 92px;
  aspect-ratio: 1/0.9;
  position: relative;
  overflow: hidden;
  border: 1px solid #D7D7D7;
  border-radius: 4px;
}

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

.product-buy-click__info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  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: 5px;
}

.product-buy-click__name {
  font-size: 14px;
  font-weight: 700;
  color: #262A2D;
}

.product-buy-click__text {
  color: #949494;
  font-size: 16px;
  font-weight: 400;
}

.product-buy-click__price {
  font-size: 16px;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-buy-click {
  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: 20px;
}

.form-buy-click__label {
  font-size: 16px;
  color: #262A2D;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
}

.form-buy-click__input {
  background: #F1F1F1;
}

.form-buy-click__button {
  width: 100%;
  max-width: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 999;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header__top {
  background: #fff;
  padding: 10px 0px;
}

.header__main {
  background: #262A2D;
  padding: 10px 0px;

}

.top-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

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

.top-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.top-header__fav {
  color: #262A2D;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;

}

.top-header__fav img,
.top-header__fav svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.top-header__fav svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.top-header__fav svg path[fill] {
  fill: #262A2D;
}

.top-header__fav svg path[stroke] {
  stroke: #262A2D;
}

.nav-top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.nav-top-header__link {
  color: #747474;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.nav-top-header__link._sale {
  padding: 4px 10px;
  border-radius: 4px;
  background: #FF5C05;
  color: #fff;
  font-weight: 500;
}

.language-top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.language-top-header__item {
  color: #989B9D;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.language-top-header__item._active {
  color: #262A2D;
}

.main-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.main-header__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 151px;
  flex: 0 0 151px;
  width: 151px;
}

.main-header__logo img,
.main-header__logo svg {
  width: 100%;
  max-width: 100%;
}

.main-header__search {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 925px;
  margin: 0px auto;
}

.main-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
}

.main-header__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.main-header__column._header-column-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.contacts-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.contacts-header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.contacts-header__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  height: 32px;
  width: 32px;
}

.contacts-header__icon img,
.contacts-header__icon svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
}

.contacts-header__num {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 124px;
  flex: 0 0 124px;
  width: 124px;
}

.contacts-header__num img,
.contacts-header__num svg {
  width: 100%;
  max-width: 100%;
}

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

.messangers-contacts-header__item {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
}

.messangers-contacts-header__item img,
.messangers-contacts-header__item svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.action-main-header {
  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;
  position: relative;
}

.action-main-header__icon {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
}

.action-main-header__icon img,
.action-main-header__icon svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.action-main-header__name {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.action-main-header__count {
  position: absolute;
  right: -3px;
  top: -8px;
  background: #FF5C05;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 1px 5px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 6px 6px -2px rgba(134, 84, 204, 0.3);
  box-shadow: 0px 6px 6px -2px rgba(134, 84, 204, 0.3);
}

.language-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.language-header__item {
  color: #989B9D;
  font-size: 14px;
  font-weight: 400;
}

.language-header__item._active {
  color: #fff;
}

.search-header._active .search-header__result {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.search-header__content {
  position: relative;
}

.search-header__content._result .search-header__result {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}

.search-header__result {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-search-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.main-search-header__wrapper {
  border-radius: 8px;
  background: #FFF;
  padding: 4px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 52px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.main-search-header__inp {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.main-search-header__input {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 0px;
  padding: 0px;
  border: none;
}

.main-search-header__button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
  background: none;
}

.main-search-header__button img,
.main-search-header__button svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.main-search-header__close {
  display: none;
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  cursor: pointer;
}

.main-search-header__close img,
.main-search-header__close svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
}

.result-search-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0px 0px 20px 20px;
  background: #FFF;
  -webkit-box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
  box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
  width: 100%;
  max-width: calc(100% - 42px);
  max-height: calc(100dvh - 130px);
  overflow: hidden;
}

.result-search-header__sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
}


.result-search-header__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.sidebar-result-search-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: 20px;
  overflow-y: auto;
  padding-bottom: 20px;
}

.sidebar-result-search-header::-webkit-scrollbar {
  width: 8px;
  background: #E4E4E4;
  border-radius: 20px;
}

.sidebar-result-search-header::-webkit-scrollbar-thumb {
  background: #464646;
  border-radius: 20px;
}

.sidebar-result-search-header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  color: #262A2D;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #EAEAEA;
  padding: 15px 20px;
}

.sidebar-result-search-header__name {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.sidebar-result-search-header__count {
  color: #949494;
}

.sidebar-result-search-header__more {
  margin: 0px 20px;
  border-radius: 0px;
}

.main-result-search-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-result-search-header__head {
  padding: 12px 15px;
  border-bottom: 1px solid #D7D7D7;
}

.main-result-search-header__title {
  color: #262A2D;
  font-size: 16px;
  font-weight: 700;
}

.main-result-search-header__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
}

.main-result-search-header__content::-webkit-scrollbar {
  width: 8px;
  background: #E4E4E4;
  border-radius: 20px;
}

.main-result-search-header__content::-webkit-scrollbar-thumb {
  background: #464646;
  border-radius: 20px;
}

.main-result-search-header__item {
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 12px 15px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-result-search-header__item:not(:last-child) {
  border-bottom: 1px solid #D7D7D7;
}

.main-result-search-header__image {
  border-radius: 4px;
  border: 1px solid #D7D7D7;
  aspect-ratio: 10/9;
  overflow: hidden;
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 92px;
  flex: 0 0 92px;
}

.main-result-search-header__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-result-search-header__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.main-result-search-header__info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  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: 5px;
}

.main-result-search-header__name {
  color: #262A2D;
  font-size: 14px;
  font-weight: 700;
}

.main-result-search-header__article {
  color: #949494;
  font-size: 16px;
  font-weight: 400;
}

.main-result-search-header__price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #262A2D;
  font-size: 16px;
  font-weight: 800;
}

.catalog-header {
  position: relative;
}

.catalog-header__button {
  min-height: 42px;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 8px;
}

.catalog-header__content {
  position: absolute;
  top: calc(100% + 25px);
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
  box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100svh - 150px);
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 2;
}

.catalog-header__content:not(._active) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.catalog-header__upper {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background: #FF5C05;
}

.catalog-header__upper img,
.catalog-header__upper svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.catalog-header__sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 310px;
  flex: 0 0 310px;
  width: 310px;
  background: #F5F5F5;
  max-height: 100%;
  overflow-y: auto;
}

.catalog-header__sidebar::-webkit-scrollbar {
  width: 8px;
  background: #E4E4E4;
  border-radius: 20px;
}

.catalog-header__sidebar::-webkit-scrollbar-thumb {
  background: #464646;
  border-radius: 20px;
}

.catalog-header__blocks {
  min-height: 100%;
  overflow: hidden;
}

.catalog-header__block {
  height: 100%;
  max-height: 100%;
}

.catalog-header__block._active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.catalog-header__main {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  width: 400px;
  padding: 30px;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  overflow-y: auto;
}

.catalog-header__main::-webkit-scrollbar {
  width: 8px;
  background: #E4E4E4;
  border-radius: 20px;
}

.catalog-header__main::-webkit-scrollbar-thumb {
  background: #464646;
  border-radius: 20px;
}

.catalog-header__body {
  margin-top: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.catalog-header__name {
  padding: 15px 20px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #262A2D;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.catalog-header__sublist .catalog-header__block._active {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 400px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  padding: 30px;
  max-height: 100%;
  overflow-y: auto;
  border-left: 1px solid #D7D7D7;
}

.catalog-header__sublist .catalog-header__block._active::-webkit-scrollbar {
  width: 8px;
  background: #E4E4E4;
  border-radius: 20px;
}

.catalog-header__sublist .catalog-header__block._active::-webkit-scrollbar-thumb {
  background: #464646;
  border-radius: 20px;
}

.sidebar-catalog-header__item {
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sidebar-catalog-header__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.sidebar-catalog-header__icon img,
.sidebar-catalog-header__icon svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.sidebar-catalog-header__name {
  color: #262A2D;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.head-catalog-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.head-catalog-header__back {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.head-catalog-header__back img,
.head-catalog-header__back svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.head-catalog-header__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.head-catalog-header__icon img,
.head-catalog-header__icon svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.head-catalog-header__name {
  color: #262A2D;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.head-catalog-header__close {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.head-catalog-header__close img,
.head-catalog-header__close svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.mobile-contact-header {
  position: relative;
}

.mobile-contact-header:not(._active) .mobile-contact-header__body {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.mobile-contact-header__button {
  width: 32px;
  height: 32px;
}

.mobile-contact-header__button img,
.mobile-contact-header__button svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
}

.mobile-contact-header__body {
  border-radius: 16px;
  padding: 12px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 16px 0px rgba(6, 7, 17, 0.1);
  box-shadow: 0px 6px 16px 0px rgba(6, 7, 17, 0.1);
  border: 1px solid #D7D7D7;
  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: 10px;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mobile-contact-header__item {
  border: 2px solid #FF5C05;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  padding: 0px 10px;
  min-height: 34px;
  border-radius: 20px;
}

.mobile-contact-header__item._violet {
  border-color: #7360F2;
}

.mobile-contact-header__item._violet .mobile-contact-header__name {
  color: #7360F2;
}

.mobile-contact-header__item._blue {
  border-color: #0FA0FD;
}

.mobile-contact-header__item._blue .mobile-contact-header__name {
  color: #0FA0FD;
}

.mobile-contact-header__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.mobile-contact-header__icon img,
.mobile-contact-header__icon svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.mobile-contact-header__name {
  color: #FF5C05;
  font-size: 14px;
  font-weight: 400;
}

.nav-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  background: #262A2D;
  z-index: 1000;
}

.nav-menu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-menu__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 5);
  flex: 0 0 calc(100% / 5);
  padding: 8px 0px calc(8px + env(safe-area-inset-bottom));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  row-gap: 5px;
}

.nav-menu__item._active .nav-menu__icon svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.nav-menu__item._compared .nav-menu__icon svg path[fill] {
  fill: #F5C20E;
}

.nav-menu__item._active .nav-menu__icon svg path[fill] {
  fill: #0FA0FD;
}

.nav-menu__item._active .nav-menu__icon svg path[stroke] {
  stroke: #0FA0FD;
}

.nav-menu__item._active .nav-menu__name {
  color: #0FA0FD;
}

.nav-menu__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
  position: relative;
}

.nav-menu__icon svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.nav-menu__icon svg path[stroke] {
  stroke: #fff;
}

.nav-menu__icon img,
.nav-menu__icon svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.nav-menu__name {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.nav-menu__count {
  position: absolute;
  top: -8px;
  right: -19px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 1px 5px;
  background: #FF5C05;
  border-radius: 50px;
}

.menu__content {
  width: 100%;
  max-width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100dvh;
  z-index: 2;
  padding: 0px 20px;
  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;
  max-height: 100dvh;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu__content:not(._active) {
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.menu__head {
  padding: 20px 0px 30px;
  border-bottom: 1px solid #D7D7D7;
}

.menu__body {
  padding: 30px 20px 90px;
  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: 30px;
  overflow-y: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0px -20px;
}

.head-menu {
  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: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.head-menu__title {
  color: #262A2D;
  font-size: 20px;
  font-weight: 700;
}

.language-head-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.language-head-menu__item {
  color: #949494;
  font-size: 14px;
  font-weight: 400;
}

.language-head-menu__item._active {
  color: #262A2D;
}

.list-menu {
  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: 30px;
}

.list-menu__link {
  color: #747474;
  font-size: 20px;
  font-weight: 400;
  display: block;
  width: 100%;
}

._sale,
.list-menu__link._sale {
  color: #fff;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 14px 12px -8px rgba(255, 92, 5, 0.3);
  box-shadow: 0px 14px 12px -8px rgba(255, 92, 5, 0.3);
  background: #FF5C05;
}

.contacts-menu {
  padding: 20px;
  background: #262A2D;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.contacts-menu__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.contacts-menu__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  height: 32px;
  width: 32px;
}

.contacts-menu__icon img,
.contacts-menu__icon svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
}

.contacts-menu__num {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 124px;
  flex: 0 0 124px;
  width: 124px;
}

.contacts-menu__num img,
.contacts-menu__num svg {
  width: 100%;
  max-width: 100%;
}

.messangers-contacts-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.messangers-contacts-menu__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  height: 32px;
  width: 32px;
}

.messangers-contacts-menu__item img,
.messangers-contacts-menu__item svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
}

.product-added {
  position: fixed;
  top: 90px;
  right: 20px;
  border-radius: 4px;
  background: #EFFCE9;
  -webkit-box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
  box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
  padding: 20px;
  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: 10px;
  z-index: 100;
  width: calc(100% - 40px);
  max-width: 450px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-added:not(._active) {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.product-added__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.product-added__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 20px;
  font-weight: 700;
  color: #262A2D;
}

.product-added__close {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.product-added__close img,
.product-added__close svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.product-added__link {
  color: #0FA0FD;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.product-added__link img,
.product-added__link svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12px;
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
}

.product-added-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.product-added-item__image {
  position: relative;
  aspect-ratio: 1/0.9;
  overflow: hidden;
  border: 1px solid #D7D7D7;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}

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

.product-added-item__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  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: 10px;
}

.product-added-item__name {
  color: #262A2D;
  font-size: 14px;
  font-weight: 700;
}

.product-added-item__text {
  color: #949494;
  font-size: 16px;
  font-weight: 400;
}

.cart-header {
  position: fixed;
  top: 125px;
  right: 20px;
  border-radius: 8px;
  border: 1px solid #D7D7D7;
  background: #FFF;
  -webkit-box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
  box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
  padding: 20px;
  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: 15px;
  z-index: 1000;
  width: calc(100% - 40px);
  max-width: 460px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.cart-header:not(._active) {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.cart-header__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D7D7D7;
}

.cart-header__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #262A2D;
  font-size: 20px;
  font-weight: 700;
}

.cart-header__close {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.cart-header__close img,
.cart-header__close svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.cart-header__product {
  padding: 15px 0px;
}

.cart-header__product:not(:last-child) {
  border-bottom: 1px solid #D7D7D7;
}

.cart-header__product:first-child {
  padding-top: 0;
}

.cart-header__product:last-child {
  padding-bottom: 0;
}

.cart-header__footer {
  border-top: 1px solid #D7D7D7;
  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: 15px;
  padding-top: 15px;
}

.cart-header__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.cart-header__clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  color: #262A2D;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.cart-header__clear img,
.cart-header__clear svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.cart-header__clear svg path {
  stroke: #949494;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.cart-header__button {
  width: 100%;
  max-width: 100%;
}

.product-cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.product-cart-header__image {
  position: relative;
  aspect-ratio: 1/0.9;
  overflow: hidden;
  border: 1px solid #D7D7D7;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}

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

.product-cart-header__info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  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: 10px;
}

.product-cart-header__name {
  color: #262A2D;
  font-size: 14px;
  font-weight: 700;
}

.product-cart-header__text {
  color: #949494;
  font-size: 16px;
  font-weight: 400;
}

.product-cart-header__price {
  font-size: 16px;
  font-weight: 800;
}

.product-cart-header__count {
  white-space: nowrap;
  color: #262A2D;
  font-size: 16px;
  font-weight: 400;
}

.product-cart-header__delete {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
  height: 18px;
  width: 18px;
}

.product-cart-header__delete img,
.product-cart-header__delete svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.product-cart-header__delete svg path {
  stroke: #949494;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.list-cart-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: 12px;
}

.list-cart-header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  color: #262A2D;
  font-size: 16px;
  font-weight: 400;
}

.list-cart-header__value {
  font-weight: 800;
}

.compare-header {
  position: fixed;
  top: 125px;
  right: 20px;
  border-radius: 8px;
  border: 1px solid #D7D7D7;
  background: #FFF;
  -webkit-box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
  box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 100;
  width: calc(100% - 40px);
  max-width: 460px;
  max-height: 460px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.compare-header:not(._active) {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.compare-header__products {
  padding: 15px;
  overflow-y: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-height:400px;
}

.compare-header__products::-webkit-scrollbar {
  width: 8px;
  background: #E4E4E4;
  border-radius: 20px;
}

.compare-header__products::-webkit-scrollbar-thumb {
  background: #464646;
  border-radius: 20px;
}

.compare-header__product {
  padding: 12px 0px;
}

.compare-header__product:not(:last-child) {
  border-bottom: 1px solid #D7D7D7;
}

.compare-header__product:first-child {
  padding-top: 0;
}

.compare-header__product:last-child {
  padding-bottom: 0;
}

.compare-header__bottom {
  padding: 15px;
  background: #fff;
  border-top: 1px solid #D7D7D7;
}

.head-compare-header {
  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: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 0px 0px 15px;
  border-bottom: 1px solid #D7D7D7;
}

.head-compare-header__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #262A2D;
  font-size: 20px;
  font-weight: 700;
}

.head-compare-header__close {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.head-compare-header__close img,
.head-compare-header__close svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.product-compare-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.product-compare-header__image {
  position: relative;
  aspect-ratio: 1/0.9;
  overflow: hidden;
  border: 1px solid #D7D7D7;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
}

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

.product-compare-header__info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  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: 5px;
}

.product-compare-header__name {
  color: #262A2D;
  font-size: 14px;
  font-weight: 700;
}

.product-compare-header__text {
  color: #949494;
  font-size: 16px;
  font-weight: 400;
}

.product-compare-header__price {
  font-size: 16px;
  font-weight: 800;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.product-compare-header__delete {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.product-compare-header__delete img,
.product-compare-header__delete svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.icon-menu {
  display: none;
}

.footer__main {
  background: #262A2D;
  padding: 50px 0px;
}

.footer__bottom {
  background: #15191B;
  padding: 15px 0px;
}

.main-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.main-footer__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 30px * 4) / 5);
  flex: 0 0 calc((100% - 30px * 4) / 5);
}

.main-footer__title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.main-footer__body {
  margin-top: 20px;
}

.main-footer__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: 15px;
}

.main-footer__item {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.main-footer__link {
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.info-main-footer {
  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: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info-main-footer__logo {
  width: 162px;
}

.info-main-footer__logo img,
.info-main-footer__logo svg {
  width: 100%;
  max-width: 100%;
}

.info-main-footer__text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.contacts-main-footer {
  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: 20px;
}

.contacts-main-footer__local {
  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: 5px;
}

.contacts-main-footer__local a {
  text-decoration: none;
  color: #fff;
}

.contacts-main-footer__label {
  color: #BBB;
  font-size: 14px;
  font-weight: 400;
}

.contacts-main-footer__text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.contacts-main-footer__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contacts-main-footer__phone img,
.contacts-main-footer__phone svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.contacts-main-footer__timework {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  color: #BBB;
  font-size: 14px;
  font-weight: 400;
}

.contacts-main-footer__timework::before {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8px;
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #09D781;
}

.social-contacts-main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.social-contacts-main-footer__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.social-contacts-main-footer__item svg path {
  fill: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.social-contacts-main-footer__item img,
.social-contacts-main-footer__item svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.bottom-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
}

.bottom-footer__copy {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.bottom-footer__dev {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.bottom-footer__dev svg path {
  fill: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.bottom-footer__dev img,
.bottom-footer__dev svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.contact-fixed {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #5BC76B), color-stop(150%, #1AA12D));
  background: -o-linear-gradient(top, #5BC76B 50%, #1AA12D 150%);
  background: linear-gradient(180deg, #5BC76B 50%, #1AA12D 150%);
  width: 60px;
  height: 60px;
  position: fixed;
  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;
  bottom: 20px;
  right: 50px;
}

.contact-fixed img,
.contact-fixed svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33px;
  flex: 0 0 33px;
  width: 33px;
  height: 33px;
}

.banner {
    position:relative;
  padding: 30px 0px 40px;
}

.banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.banner__sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 310px;
  flex: 0 0 310px;
}

.banner__catalog .sidebar-catalog-header {
  border-radius: 8px;
}

.banner__catalog .catalog-header__content {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: visible;
}

.banner__catalog .catalog-header__blocks {
  position: absolute;
  top: 0;
  left: calc(100% - 3px);

  background: #fff;
  border-radius: 0px 8px 8px 0px;
  z-index: -1;
}

.banner__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}

.banner__mini-catalog {
  margin: 0px 0px 20px;
}

.main-banner__slider {
  border-radius: 16px;
}

.main-banner__item {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1010/446;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

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

.main-banner__paggination {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.main-banner__paggination .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 20px;
  background: #CCC;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-banner__paggination .swiper-pagination-bullet-active {
  background: #262A2D;
}

.mini-catalog__slider {
  margin: 0px -20px;
  padding: 0px 20px;
}

.mini-catalog__item {
  padding: 6px;
  border-radius: 8px;
  background: #F5F5F5;
  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: 6px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 98px;
  flex: 0 0 98px;

}

.mini-catalog__item:not(:last-child) {
  margin-right: 10px;
}

.mini-catalog__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  height: 32px;
  width: 32px;
}

.mini-catalog__icon img,
.mini-catalog__icon svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
}

.mini-catalog__name {
  color: #262A2D;
  font-size: 12px;
  font-weight: 400;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  max-width: 86px;
}

.products-section {
  position: relative;
  padding: 40px 0px;
}

.products-section:first-child {
  z-index: 10;
}

.products-section,
.products-section__content {
  margin-top: 30px;
  position: relative;
}

.products-section__slider {
  overflow: visible;
}

.catalog__item,
.proposals__items .product,
.products-section__item {

  width: 260px;
  flex: 0 0 260px;
  height: 530px;

}

.products-section__slider .products-section__item:not(.swiper-slide-visible) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.products-section__item {
  margin-right: 10px;
}

.products-section__arrow {
  width: 48px;
  height: 48px;
  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;
  border-radius: 99px;
  background: #FFF;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.products-section__arrow svg path {
  fill: #0FA0FD;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.products-section__arrow.products-section-arrow-prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.products-section__arrow.products-section-arrow-next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.products-section__arrow img,
.products-section__arrow svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.products-section__paggination {
  margin-top: 12px;
}

.product {

  padding: 12px;
  border-radius: 8px;
  border: 1px solid #E8E6E6;
  background: #FFF;
  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: 15px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.top-header__fav._liked svg,
.top-header__fav._liked svg path,
.nav-menu__item._liked svg,
.nav-menu__item._liked svg path,
.product._liked ._like svg path {
  fill: #E31E24;
}

.top-header__fav._liked {
  color: #E31E24;
}

.nav-item__item._liked,
.product._liked ._like svg path._fill {
  display: block;
}

.main-header__action._compared svg,
.main-header__action._compared svg path {
  fill: #F5C20E;
}

.product._compared ._compare svg path {
  fill: #fff;
}

.main-header__action._compared .action-main-header__name {
  color: #F5C20E;
}

.product._compared ._compare svg path._fill {
  display: block;
  fill: #F5C20E;
}

.product._compared ._compare svg path._line {
  fill: #F5C20E;
}

.product__head {
  position: relative;
}

.product__image {
  width: 100%;
  aspect-ratio: 1/0.98;
  position: relative;
  display: block;
}

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

.product__mods {
  position: absolute;
  top: 0;
  left: 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: 10px;
  z-index: 1;
}
.product__mods_card{
    position: absolute;
  top: 20px;
  left: 20px;
  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: 10px;
  z-index: 1;
}
.product__mods_card .mod-product{
    padding:4px 6px;
    row-gap:4px;
}
.product__mods_card .mod-product__name{
    font-size:14px;
}

.product__mods_card .mod-product__value{
    font-size:16px;
}
.product__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  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: 10px;
}

.product_content_title {
  overflow: hidden;
}

.product__name {
  color: #262A2D;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;

}

.product__price {
  margin-top: auto;
}

.product__price .price span._old {
  font-size: 14px;
  text-decoration: none;
  position: relative;
}

.product__price .price span._old::before {
  content: "";
  width: 110%;
  height: 2px;
  background: #F00;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-10deg);
  -ms-transform: translate(-50%, -50%) rotate(-10deg);
  transform: translate(-50%, -50%) rotate(-10deg);
}

.product__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: end;
}

.product__actions {
  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: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.product__delete {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.product__delete svg path {
  stroke: #AAA;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product__delete img,
.product__delete svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.product__other {
  position: absolute;
  top: calc(100% - 5px);
  left: -1px;
  right: -1px;
  border-radius: 0px 0px 8px 8px;
  padding: 8px 12px;
  border: 1px solid #E8E6E6;
  background: #FFF;
  border-top: 0px;
  -webkit-box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12);
  box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12);
  opacity: 0;
  visibility: hidden;
  overflow: visible !important;
  pointer-events: none;
  z-index: 10;

}

.mod-product {
  background: #0FA0FD;
  border-radius: 4px;
  padding: 2px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.mod-product__name {
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.mod-product__value {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
}

.review-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
}

.review-product__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2px;
  -moz-column-gap: 2px;
  column-gap: 2px;
}

.review-product__star {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  width: 16px;
}

.review-product__star img,
.review-product__star svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}

.review-product__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.review-product__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.review-product__icon img,
.review-product__icon svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.review-product__icon svg path {
  fill: #949494;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.review-product__text {
  color: #949494;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.price-product {
  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: 8px;
}

.price-product__value {
  font-size: 18px;
  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-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.price-product__value span::after {
  font-size: 16px;
}

.price-product__credit {
  color: #0FA0FD;
  font-size: 16px;
  font-weight: 500;
  padding: 2px 10px;
  border-radius: 4px;
  background: #E7F6FF;
}

.list-product {
  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: 10px;
  /*max-height: 110px;*/
  height: 100%;

}

.list-product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #262A2D;
}

.list-product__name {
  -webkit-box-flex: 1;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;

  word-break: break-word;
}

.list-product__value {
  font-weight: 700;
  word-break: break-word;
}

.category {
  padding: 40px 0px;
}

.category__content {
  margin-top: 30px;
  position: relative;
}

.category__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 30px * 5) / 6);
  flex: 0 0 calc((100% - 30px * 5) / 6);
}

.category__item:not(:last-child) {
  margin-right: 30px;
}

.category__arrow.category-arrow-prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.category__arrow.category-arrow-next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.category__paggination {
  margin-top: 12px;
}

.item-category {
  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;
  vertical-align: middle;
  row-gap: 12px;
  padding: 20px;
  border-radius: 16px;
  background: #F5F5F5;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;

}

.item-category__image {
  aspect-ratio: 158/121;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.item-category__image img {
  width: 100%;
  height: 100%;
  max-width: 150px;
  max-height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.item-category__name {
  color: #262A2D;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  max-height: 38px;
  overflow-y: hidden;
}

.stock-banner {
  /*padding: 40px 0px;*/
}

.stock-banner__wrapper {
  position: relative;
}

.stock-banner__slider {
  border-radius: 16px;
  overflow: hidden;
}

/*._no-webp .stock-banner__item{*/
/*  background: url(../img/bg-stock-banner.png) bottom right/auto 100% no-repeat, -o-linear-gradient(357deg, #FD2919 2.49%, #FF5C05 95.32%); }*/

/*._no-webp .stock-banner__item{*/
/*  background: url(../img/bg-stock-banner.png) bottom right/auto 100% no-repeat, linear-gradient(93deg, #FD2919 2.49%, #FF5C05 95.32%); }*/

.stock-banner__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.stock-banner__item img {
  object-fit: fill;
  -ms-object-fit: fill;
}

.stock-banner__body {
  color: #fff;
  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: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.stock-banner__title {
  font-family: BebasNeue-Cyrillic;
  font-size: 52px;
  font-weight: 400;
  text-transform: uppercase;
}

.stock-banner__title span {
  font-family: "BebasNeue";
}

.stock-banner__text {
  font-size: 32px;
  font-weight: 600;
  font-family: "Inter";
}

.stock-banner__btn {
  padding: 5px 24px;
}

.stock-banner__image {
  width: 100%;
  max-width: 633px;
  position: absolute;
  top: 40%;
  right: 48px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.stock-banner__image img {
  width: 100%;
  max-width: 100%;
}

.stock-banner__arrow.stock-banner-arrow-prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.stock-banner__arrow.stock-banner-arrow-next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.stock-banner__paggination {
  margin-top: 12px;
}

.brands-section {
  padding: 40px 0px;
}

.brands-section__content {
  margin-top: 30px;
  position: relative;
}

.brands-section__item {
  padding: 10px;
  border-radius: 16px;
  background: #F5F5F5;
  aspect-ratio: 244/120;
  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-flex: 0;
  -ms-flex: 0 0 calc((100% - 30px * 4) / 5);
  flex: 0 0 calc((100% - 30px * 4) / 5);
  width: 244px;
  height: 120px;
}

.brands-section__item:not(:last-child) {
  margin-right: 30px;
}

.brands-section__item img,
.brands-section__item svg {
  max-height: 100%;
  max-width: 100%;
}

.brands-section__arrow.brands-section-arrow-prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.brands-section__arrow.brands-section-arrow-next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.brands-section__paggination {
  margin-top: 12px;
}

.benefits {
  padding: 40px 0px;
}

.benefits__content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 20px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.benefits__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 30px * 3) / 4);
  flex: 0 0 calc((100% - 30px * 3) / 4);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  border-radius: 16px;
  background: #F5F5F5;
}

.benefits__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #fff;
  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;
}

.benefits__icon img,
.benefits__icon svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
}

.benefits__name {
  color: #262A2D;
  font-size: 18px;
  font-weight: 500;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.breadcrums {
  padding: 30px 0px;
}

.breadcrums+section {
  padding-top: 0 !important;
}

.breadcrums__list {
  color: #A6A6A6;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.breadcrums__list a {
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.breadcrums__item:not(:last-child) {
  margin-right: 12px;
}

.breadcrums__item:not(:last-child)::after {
  content: "";
  width: 10px;
  height: 2px;
  background: #A6A6A6;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.catalog__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-top: 30px;
}

.catalog__filter {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
}

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

.catalog__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px;
}

.catalog__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 235px;
  flex: 0 0 235px;
  width: 235px;
}

.catalog__footer {
  margin-top: 30px;
}

.head-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.head-catalog__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.head-catalog__title {
  color: #262A2D;
  font-size: 32px;
  font-weight: 700;
}

.head-catalog__count {
  color: #A6A6A6;
  font-size: 16px;
  font-weight: 400;
}

.head-catalog__button {
  min-height: 36px;
  padding: 0px 20px;
  border-radius: 8px;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.head-catalog__sort {
  color: #949494;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.head-catalog__select {
  width: 180px;
}

.head-catalog__select .select__title {
  background: none;
  border: none;
}

.head-catalog__select .select__value {
  background: none;
  height: auto;
  padding: 0px;
}

.filter {
  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: 30px;
}

.filter__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: 30px;
}

.filter__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  cursor: pointer;
}

.filter__head._active .filter__arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filter__name {
  color: #262A2D;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.filter__arrow {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  height: 16px;
  width: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.filter__arrow img,
.filter__arrow svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}

.filter__body {
  margin-top: 20px;
  display: none;
}

.filter__footer {
  background: #FFF;
  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: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  padding: 10px 20px;
  margin: 0px -20px;
  border-top: 1px solid #D7D7D7;
}

.filter__reset {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  background: none;
}

.top-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.top-filter__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.top-filter__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.top-filter__icon img,
.top-filter__icon svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.top-filter__title {
  color: #262A2D;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.top-filter__reset {
  color: #949494;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: none;
}

.top-filter__close {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.top-filter__close img,
.top-filter__close svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.list-filter {
  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: 20px;
}

.slider-filter__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #DBDBDB;
  background: #F1F1F1;
}

.slider-filter__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 2);
  flex: 0 0 calc(100% / 2);
  padding: 0px 15px;
}

.slider-filter__column:first-child {
  border-right: 1px solid #DBDBDB;
}

.slider-filter__input {
  width: 100%;
  max-width: 100%;
  min-width: 0px;
  font-size: 16px;
  color: #949494;
  font-weight: 400;
  min-height: 52px;
  background: none;
}

.card {
  padding: 40px 0px;
}

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

.card__gallery {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}

.card__body {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 480px;
  flex: 0 0 480px;
}

.card__tabs {
  margin-top: 50px;
}

.gallery-card {
  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: 20px;
  position:relative;
}

.gallery-card__main {
  width: 100%;
  max-width: 100%;
}

.main-gallery-card {
  border: 1px solid #D7D7D7;
  border-radius: 8px;
  overflow: hidden;
}

.main-gallery-card__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  aspect-ratio: 810/660;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.main-gallery-card__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.thumbs-gallery-card__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  aspect-ratio: 130/112;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #D7D7D7;
  border-radius: 8px;
  cursor: pointer;
}

.thumbs-gallery-card__item:not(:last-child) {
  margin-right: 20px;
}

.thumbs-gallery-card__item.swiper-slide-thumb-active {
  border: 2px solid #FF5C05;
}

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

.body-card {
  border-radius: 8px;
}

.body-card__info {
  padding: 20px 30px;
  border: 1px solid #D7D7D7;
  background: #fff;
  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: 20px;
  border-radius: 8px 8px 0px 0px;
}

.body-card__title {
  color: #262A2D;
  font-size: 24px;
  font-weight: 700;
}

.body-card__inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
}

.body-card__art {
  color: #949494;
  font-size: 16px;
  font-weight: 400;
}

.body-card__brand {
  color: #0FA0FD;
  font-size: 16px;
  font-weight: 400;
}

.body-card__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.body-card__price {
  font-size: 28px;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.body-card__price span::after {
  font-size: 22px;
}

.body-card__price span._old {
  font-size: 18px;
  text-decoration: none;
  position: relative;
}

.body-card__price span._old::before {
  content: "";
  width: 110%;
  height: 2px;
  background: #F00;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-10deg);
  -ms-transform: translate(-50%, -50%) rotate(-10deg);
  transform: translate(-50%, -50%) rotate(-10deg);
}

.body-card__price span._old::after {
  font-size: 16px;
}

.body-card__do {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.body-card__compare {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.body-card__compare img,
.body-card__compare svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.body-card__like {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.body-card__like img,
.body-card__like svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.body-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
}

.body-card__quantity {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 112px;
  flex: 0 0 112px;
}

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

.body-card__fast-buy {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.credit-card__title {
  color: #262A2D;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.credit-card__content {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px;
}

.credit-card__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc((100% - 10px * 1) / 2);
  flex: 1 0 calc((100% - 10px * 1) / 2);
  padding: 12px;
  border-radius: 8px;
  background: #E7F6FF;
  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: 3px;
}

.credit-card__term {
  font-size: 16px;
  font-weight: 700;
  color: #262A2D;
}

.credit-card__pay {
  font-size: 16px;
  font-weight: 500;
  color: #262A2D;
}

.credit-card__sum {
  color: #262A2D;
  font-size: 14px;
  font-weight: 400;
}

.bottom-body-card {
  background: #262A2D;
  padding: 20px 30px;
  border-radius: 0px 0px 8px 8px;
}

.bottom-body-card__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: 15px;
}

.bottom-body-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.bottom-body-card__text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.bottom-body-card__text a {
  text-decoration: underline;
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tabs-card__blocks {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D7D7D7;
}

.tabs-card__description {
  font-size: 16px;
  font-weight: 400;
  color: #262A2D;
  line-height: 1.5;
}

.tabs-card__description>*:not(:last-child) {
  margin-bottom: 10px;
}

.nav-tabs-card {
  position: relative;
}

.nav-tabs-card::after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #D7D7D7;
  position: absolute;
  bottom: 0;
  left: 0;
}

.nav-tabs-card__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  overflow-x: auto;
  padding: 1px 0px 10px;
  width: 100%;
  position: relative;
}

.nav-tabs-card__item {
  color: #262A2D;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  z-index: 1;
}

.nav-tabs-card__item span {
  color: #FF5C05;
}

.nav-tabs-card__item._active::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #FF5C05;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  display: inline-block;
}

.about-card {
  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: 30px;
}

.about-card__image {
  width: 100%;
  max-width: 750px;
}

.about-card__image img {
  width: 100%;
  max-width: 100%;
}

.page-text__text p,
.tabs-card__about p,
.tabs-card__description p,
.about-card__description {
  font-size: 16px;
  font-weight: 400;
  color: #262A2D;
  line-height: 1.5;
}
.tabs-card__about img,
.tabs-card__about p img,
.tabs-card__description img,
.tabs-card__description p img{
    width:100%;
    max-width:100%;
}
.tabs-card__about iframe,
.tabs-card__about p iframe {
  text-align: center;
  margin: 0 auto;
}

.page-text__text ul li::before,
.tabs-card__about ul li::before,
.tabs-card__description ul li::before,
.about-card__description ul li::before {
  content: "- ";
}

.page-text__text ul li:not(:last-child),
.tabs-card__about ul li:not(:last-child),
.tabs-card__description ul li:not(:last-child),
.about-card__description ul li:not(:last-child) {
  margin-bottom: 5px;
}

.page-text__text>*:not(:last-child),
.tabs-card__about>*:not(:last-child),
.tabs-card__description>*:not(:last-child),
.about-card__description>*:not(:last-child) {
  margin-bottom: 10px;
}

.review-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 20px;
}

.review-card__list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 50px * 1) / 2);
  flex: 0 0 calc((100% - 50px * 1) / 2);
}

.review-card__form {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc((100% - 50px * 1) / 2);
  flex: 1 0 calc((100% - 50px * 1) / 2);
}

.list-review-card {
  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: 20px;
}

.list-review-card__item {
  padding: 30px;
  border-radius: 8px;
  background: #E7F6FF;
}

.list-review-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.list-review-card__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.list-review-card__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.list-review-card__icon img,
.list-review-card__icon svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.list-review-card__name {
  color: #262A2D;
  font-size: 18px;
  font-weight: 700;
}

.list-review-card__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.list-review-card__star {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  height: 20px;
  width: 20px;
}

.list-review-card__star img,
.list-review-card__star svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.list-review-card__body {
  margin-top: 10px;
}

.list-review-card__text {
  color: #262A2D;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.form-review-card {
  padding: 30px;
  border-radius: 8px;
  background: #E7F6FF;
  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: 20px;
}

.form-review-card__title {
  color: #262A2D;
  font-size: 20px;
  font-weight: 700;
}

.form-review-card__text {
  color: #262A2D;
  font-size: 16px;
  font-weight: 400;
}

.form-review-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;
  row-gap: 20px;
}

.form-review-card__label {
  color: #262A2D;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
}

.form-review-card__input {
  width: 100%;
  max-width: 100%;
  background: #fff;
}

.form-review-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 20px;
}

.form-review-card__rating {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
}

.form-review-card__button {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 260px;
}

.tabs-card_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tabs-card_content .characteristic-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  row-gap: 20px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  flex-direction: column;
}

.characteristic-card__column {
  -webkit-box-flex: 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: 30px;

}

.characteristic-card__column:not(:last-child) {
  margin-bottom: 20px;
  column-gap: 20px;
  box-sizing: border-box;
  /* Ensure padding and margins are included in the width */
}

.characteristic-card__column._left {
  float: left;

  clear: left;
}

.characteristic-card__column._right {
  float: right;

  clear: right;
}

.characteristic-card__section {
  border-radius: 16px;
  border: 1px solid #D7D7D7;
  overflow: hidden;
}

.characteristic-card__head {
  padding: 15px 20px;
}

.characteristic-card__title {
  color: #262A2D;
  font-size: 20px;
  font-weight: 500;
}

.list-characteristic-card__item {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  color: #262A2D;
  font-size: 16px;
  font-weight: 400;
}

.list-characteristic-card__item:nth-child(odd) {
  background: #F9F9F9;
}

.list-characteristic-card__item a {
  color: #0FA0FD;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.list-characteristic-card__item>* {
  padding: 15px 20px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.tabel-characteristic-card._triple .tabel-characteristic-card__top {
  -ms-grid-columns: (calc(100% / 4))[4];
  grid-template-columns: repeat(4, calc(100% / 4));
}

.tabel-characteristic-card._triple .list-characteristic-card__item {
  -ms-grid-columns: (calc(100% / 4))[4];
  grid-template-columns: repeat(4, calc(100% / 4));
}

.tabel-characteristic-card__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (calc(100% / 3))[3];
  grid-template-columns: repeat(3, calc(100% / 3));
  font-size: 16px;
  font-weight: 500;
  color: #262A2D;
  text-align: center;
}

.tabel-characteristic-card__top>span {
  padding: 15px 20px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.tabel-characteristic-card__body .list-characteristic-card__value {
  text-align: center;
}

.tabel-characteristic-card__body .list-characteristic-card__item {
  -ms-grid-columns: (calc(100% / 3))[3];
  grid-template-columns: repeat(3, calc(100% / 3));
}

.stores .list-stores__instock {
  display: none;
}

.stores__content {
  margin-top: 30px;
}

.stores__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  max-height: 755px;
}

.stores__list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 410px;
  flex: 0 0 410px;
  border: 1px solid #D7D7D7;
  border-radius: 8px;
  background: #fff;
  max-height: 100%;
  overflow: hidden;
}

.stores__map {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 8px;
  overflow: hidden;
  min-height: 100%;
}

.top-stores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
}

.top-stores__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px 20px;
  border-radius: 8px;
  border: 2px solid #0FA0FD;
  min-height: 36px;
}

.top-stores__item._active {
  background: #0FA0FD;
  color: #fff;
}

.top-stores__item._active .top-stores__icon svg path[fill] {
  fill: #fff;
}

.top-stores__item._active .top-stores__icon svg path[stroke] {
  stroke: #fff;
}

.top-stores__item._active .top-stores__name {
  color: #fff;
}

.top-stores__icon {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
}

.top-stores__icon img,
.top-stores__icon svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.top-stores__icon svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.top-stores__icon svg path[fill] {
  fill: #0FA0FD;
}

.top-stores__icon svg path[stroke] {
  stroke: #0FA0FD;
}

.top-stores__name {
  color: #0FA0FD;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.list-stores__content {
  padding: 20px;
  overflow-y: auto;
  max-height: 100%;
}

.list-stores__content::-webkit-scrollbar {
  width: 8px;
  background: #E4E4E4;
  border-radius: 20px;
}

.list-stores__content::-webkit-scrollbar-thumb {
  background: #464646;
  border-radius: 20px;
}

.list-stores__item {
  padding: 20px 0px;
  cursor: pointer;
}

.list-stores__item._active {
  margin: 0px -20px;
  padding: 20px;
  background: #E7F6FF;
}

.list-stores__item._active:first-child {
  margin-top: -20px;
  padding-top: 20px;
}

.list-stores__item._active:last-child {
  margin-bottom: -20px;
  padding-bottom: 20px;
}

.list-stores__item:not(:last-child) {
  border-bottom: 1px solid #D7D7D7;
}

.list-stores__item:first-child {
  padding-top: 0;
}

.list-stores__item:last-child {
  padding-bottom: 0;
}

.list-stores__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.list-stores__title {
  font-size: 18px;
  font-weight: 700;
  color: #262A2D;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product_content_cod{
    display: -webkit-box;
  display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
    flex-direction: row;
}
.product_content_cod .product_cod {
  font-size: 13px;
  color: #949494;
  font-weight: 400;
  display:flex;
}

.list-stores__instock {
  font-size: 16px;
  font-weight: 500;
  color: #262A2D;
}

.list-stores__forOrder {
  font-size: 16px;
  font-weight: 500;
  color: #E31E24;
}

.list-stores__instock._instock {
  color: #1AA12D;
}

.list-stores__instock._any {
  color: #C8940D;
}

.list-stores__instock._noinstock {
  color: #B2B2B2;
}

.list-stores__info {
  margin-top: 20px;
  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: 15px;
}

.list-stores__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.list-stores__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.list-stores__icon img,
.list-stores__icon svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.list-stores__value {
  color: #262A2D;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.list-stores__value a {
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.cart {
  padding: 40px 0px;
}

.cart__content {
  margin-top: 30px;
  border: 1px solid #D7D7D7;
  border-radius: 8px;
  background: #fff;
  padding: 30px;
  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: 15px;
}

.cart__products {
  padding-bottom: 15px;
  border-bottom: 1px solid #D7D7D7;
}

.cart__product {
  padding: 15px 0px;
}

.cart__product:first-child {
  padding-top: 0;
}

.cart__product:last-child {
  padding-bottom: 0;
}

.cart__product:not(:last-child) {
  border-bottom: 1px solid #D7D7D7;
}

.head-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
}

.head-cart__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.head-cart__back {
  color: #A6A6A6;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.head-cart__back svg path {
  fill: #A6A6A6;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.head-cart__back img,
.head-cart__back svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12px;
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
}

.head-cart__delete {
  color: #262A2D;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.head-cart__delete img,
.head-cart__delete svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.head-cart__delete svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  stroke: #949494;
}

.product-cart {
  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: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 10px;
}

.product-cart__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.product-cart__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  aspect-ratio: 10/9;
  border: 1px solid #D7D7D7;
  position: relative;
}

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

.product-cart__info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  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: 5px;
}

.product-cart__name {
  color: #262A2D;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-cart__code {
  color: #949494;
  font-size: 16px;
  font-weight: 400;
}

.product-cart__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  font-weight: 800;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}

.product-cart__quantity {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 112px;
  flex: 0 0 112px;
}

.product-cart__total {
  font-size: 16px;
  font-weight: 800;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}

.product-cart__delete {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
  height: 18px;
  width: 18px;
}

.product-cart__delete img,
.product-cart__delete svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.product-cart__delete svg path {
  stroke: #949494;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.side-cart {
  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: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;

}

.side-cart__coupon {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 800px;
}

.side-cart__other {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 365px;
  flex: 0 0 365px;
  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: 15px;
}

.coupon-side-cart {
  padding: 20px;
  border-radius: 8px;
  background: #E7F6FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.coupon-side-cart__text {
  color: #262A2D;
  font-size: 16px;
  font-weight: 500;
}

.coupon-side-cart__form {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
  background: #fff;
}

.coupon-side-cart__input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
  max-width: 100%;
  min-width: 0px;
}

.coupon-side-cart__button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.list-side-cart {
  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: 12px;
}

.list-side-cart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #262A2D;
}

.list-side-cart__name {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.list-side-cart__value {
  font-weight: 800;
}

.order__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  max-width: 1150px;
  margin-top: 30px;
}

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

.order__sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
}

.head-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 5px;
}

.head-order__back {
  color: #A6A6A6;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.head-order__back svg path {
  fill: #A6A6A6;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.head-order__back img,
.head-order__back svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12px;
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
}

.main-order {
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #D7D7D7;
}

.main-order__section {
  padding: 50px 0px;
}

.main-order__section:first-child {
  padding-top: 0;
}

.main-order__section:last-child {
  padding-bottom: 0;
}

.main-order__section:not(:last-child) {
  border-bottom: 1px solid #D7D7D7;
}

.main-order__title {
  color: #262A2D;
  font-size: 22px;
  font-weight: 700;
}

.main-order__body {
  margin-top: 30px;
}

.data-main-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 30px;
}

.data-main-order__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
  flex: 0 0 calc((100% - 20px * 1) / 2);
}

.data-main-order__item._full {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.data-main-order__label {
  color: #262A2D;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
}

.data-main-order__input {
  background: #F1F1F1;
}

.pickup-order__nav {
  border-bottom: 1px solid #CACACA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  padding-bottom: 10px;
}

.pickup-order__item {
  color: #262A2D;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.pickup-order__item._active {
  color: #FF5C05;
}

.pickup-order__item._active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #FF5C05;
  bottom: -11px;
  left: 0;
}

.pickup-order__blocks {
  margin-top: 30px;
}

.pickup-order__label {
  color: #262A2D;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
}

.pickup-order__select {
  width: 100%;
  max-width: 100%;
}

.pickup-order__store {
  margin-top: 30px;
}

.pickup-order__store:not(._active) {
  display: none;
}

.delivery-pickup-order {
  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: 30px;
}

.delivery-pickup-order__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 30px;
}

.delivery-pickup-order__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.delivery-pickup-order__label {
  color: #262A2D;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
}

.delivery-pickup-order__select {
  width: 100%;
  max-width: 100%;
}

.delivery-pickup-order__input {
  background: #F1F1F1;
}

.info-delivery-pickup-order {
  background: #E7F6FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 8px 20px;
}

.info-delivery-pickup-order__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.info-delivery-pickup-order__icon img,
.info-delivery-pickup-order__icon svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.info-delivery-pickup-order__body {
  color: #262A2D;
  font-size: 16px;
  font-weight: 400;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.info-delivery-pickup-order__body strong {
  font-weight: 800;
}

.info-delivery-pickup-order__body>*:not(:last-child) {
  margin-bottom: 8px;
}

.store-pickup-order {
  padding: 20px;
  border-radius: 8px;
  background: #F1F1F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.store-pickup-order__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 20px;
}

.store-pickup-order__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 40px * 1) / 2);
  flex: 0 0 calc((100% - 40px * 1) / 2);
}

.store-pickup-order__label {
  color: #8A8C8D;
  font-size: 14px;
  font-weight: 400;
}

.store-pickup-order__value {
  margin-top: 10px;
  color: #262A2D;
  font-size: 16px;
  font-weight: 400;
}

.store-pickup-order__value a {
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.store-pickup-order__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 150/105;
  position: relative;
}

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

.comment-main-order__label {
  color: #262A2D;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
}

.comment-main-order__textarea {
  width: 100%;
  max-width: 100%;
  background: #F1F1F1;
}

.sidebar-order__wrapper {
  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: 20px;
}

.sidebar-order__content {
  padding: 20px;
  border: 1px solid #D7D7D7;
  border-radius: 8px;
  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: 20px;
}

.sidebar-order__title {
  color: #262A2D;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.list-sidebar-order {
  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: 20px;
}

.list-sidebar-order__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  color: #262A2D;
  font-weight: 500;
}

.list-sidebar-order__item._total {
  padding-top: 20px;
  border-top: 1px solid #D7D7D7;
}

.list-sidebar-order__item._discount .list-sidebar-order__value {
  color: #0FA0FD;
}

.list-sidebar-order__name {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.list-sidebar-order__value {
  font-weight: 700;
}

.list-sidebar-order__value.price {
  font-weight: 800;
}

.list-sidebar-order__value.price span::after {
  font-size: 14px;
}

.coupon-sidebar-order {
  border-radius: 8px;
  background: #E7F6FF;
  padding: 20px;
  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: 20px;
}

.coupon-sidebar-order__text {
  color: #262A2D;
  font-size: 16px;
  font-weight: 500;
}

.coupon-sidebar-order__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}

.coupon-sidebar-order__input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  min-width: 0px;
}

.order-send {
  padding: 80px 0px;
}

.order-send__wrapper {
  padding: 40px;
  border: 1px solid #D7D7D7;
  border-radius: 8px;
  background: #fff;
  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: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 475px;
  margin: 0px auto;
}

.order-send__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 68px;
  flex: 0 0 68px;
  height: 68px;
  width: 68px;
  background: #0FA0FD;
  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;
}

.order-send__icon img,
.order-send__icon svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38px;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
}

.order-send__title {
  color: #262A2D;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

.order-send__text {
  color: #262A2D;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.order-send__button {
  width: 100%;
  max-width: 100%;
}

.compare__content {
  margin-top: 30px;
}

.compare__blocks {
  margin-top: 20px;
}

.compare__products {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0px -20px;
  padding: 0px 20px;
}

.compare__arrow {
  width: 48px;
  height: 48px;
  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;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  background: #fff;
  top: 50%;
}

.compare__arrow._scroll-left {
  left: 0;
}

.compare__arrow._scroll-right {
  right: 0;
}

.compare__arrow img,
.compare__arrow svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.compare__arrow._hide {
  display: none;
}

.compare__products_list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.compare__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  width: 250px;
}

.compare__checkbox {
  margin-top: 70px;
}

.compare__info {
  margin-top: 15px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0px 20px;
}

.compare__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding-top: 30px;
}

.nav-compare {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow-x: auto;
  max-width: 1380px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  border-bottom: 1px solid #D7D7D7;
}

.nav-compare__item {
  padding: 12px 20px;
  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: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  color: #262A2D;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
}

.coupon-sidebar-order__form.disabled,
.coupon-sideder-order__form.disabled>.input:disabled {
  pointer-events: none;
  background: silver !important;

}

.nav-compare__item._active::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #FF5C05;
  bottom: 0px;
  left: 0;
  position: absolute;
}

.nav-compare__item span {
  color: #949494;
  font-weight: 400;
}

.info-compare__section {
  padding: 20px 0px;
  border-bottom: 1px solid #D7D7D7;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
}

.info-compare__section:first-child {
  border-top: 1px solid #D7D7D7;
}

.info-compare__title {
  color: #262A2D;
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.info-compare__content {
  margin-top: 20px;
  overflow-x: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For IE and Edge */
  max-width: 1380px;
}

.info-compare__content::-webkit-scrollbar {
  display: none;
  /* For Chrome, Safari, and Opera */
}

.info-compare__row:not(:last-child) {
  margin-bottom: 20px;
}

.info-compare__name {
  color: #949494;
  font-size: 16px;
  font-weight: 400;
}

.info-compare__body {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  color: #262A2D;
  font-size: 16px;
  font-weight: 400;
}

.product-sticky__name {
  font-weight: 800;
  font-size: 16px;
}

.product-sticky__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 10px;
}

.product-sticky__content>.product-sticky__name,
.info-compare__body>span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  width: 250px;
}

.product-sticky__content,
.product_title {
  display: none;
}

.product-sticky__content._active,
.product_title._active {
  display: flex;
}

.info-compare__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.footer-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.footer-compare__back {
  color: #0FA0FD;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
}

.page {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 90px;
}

.page section:last-child {
  padding-bottom: 80px;
}

@media (min-width: 479.98px) {
  .banner__mini-catalog {
    display: none;
  }
}

@media (min-width: 721.98px) {
  .main-header__mobile-contact {
    display: none;
  }

  .coupon-side-cart__send {
    display: none;
  }

  .compare__arrow {
    display: none;
  }

  .info-compare__title._spoller._active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .info-compare__title._spoller::after {
    content: "";
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    margin-left: auto;
    background: url(../img/icons/spoller-gray.svg) center/cover no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}

@media (min-width: 991.98px) {
  body._search-open .main-header .main-header__container>*:not(.main-header__search) {
    display: none;
  }

  .quantity__button:hover::before,
  .quantity__button:hover::after {
    background-color: #262A2D;
  }

  .main-header__menu {
    display: none;
  }

  .main-header__column {
    display: none;
  }

  .main-header__language {
    display: none;
  }

  .search-header__top {
    display: none;
  }

  .catalog-header__top {
    display: none;
  }

  .catalog-header__item._active .catalog-header__name {
    color: #FF5C05;
    background: #F5F5F5;
  }

  .sidebar-catalog-header__item._active {
    background: #fff;
  }
.sidebar-result-search-header__item._active .sidebar-result-search-header__name,
  .sidebar-catalog-header__item._active .sidebar-catalog-header__name {
    color: #FF5C05;
  }

  .head-catalog-header__back {
    display: none;
  }

  .head-catalog-header__close {
    display: none;
  }


  .cart-header__head {
    display: none;
  }

  .compare-header__head {
    display: none;
  }

  .stores__top {
    display: none;
  }

  .stores__list {
    display: block !important;
  }

  .stores__map {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .checkbox a:hover {
    text-decoration: none;
  }
}

@media (min-width: 1024px) {
  .nav-menu {
    display: none;
  }

}

@media (min-width: 1392px) {
  .product-added {
    right: calc((100vw - 1360px) / 2);
  }

  .cart-header {
    right: calc((100vw - 1360px) / 2);
  }

  .compare-header {
    right: calc((100vw - 1360px) / 2);
  }

  .products-section__paggination {
    display: none;
  }

  .category__paggination {
    display: none;
  }

  .stock-banner__paggination {
    display: none;
  }

  .brands-section__paggination {
    display: none;
  }

  .head-catalog__button {
    display: none;
  }

  .head-catalog__select .select__options {
    left: -20px;
  }

  .filter__footer {
    display: none;
  }

  .top-filter__close {
    display: none;
  }

  .compare__products {
    margin: -50px -20px 5px -20px;
    padding: 50px 20px 0px;
  }
}

@media (max-width: 1392px) {
  ._arrow-slider {
    display: none;
  }

  .main-header__container {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .main-header__actions {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .catalog-header__content {
    position: fixed;
    top: 112px;
    left: 20px;
    width: 100%;
    max-width: calc(100% - 40px);
    max-height: calc(100svh - 130px);
  }

  .catalog-header__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100vw - 40px) / 3);
    flex: 0 0 calc((100vw - 40px) / 3);
    width: calc((100vw - 40px) / 3);
  }

  .catalog-header__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100vw - 40px) / 3);
    flex: 0 0 calc((100vw - 40px) / 3);
    width: calc((100vw - 40px) / 3);
    padding: 20px;
  }

  .catalog-header__sublist .catalog-header__block._active {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100vw - 40px) / 3);
    flex: 0 0 calc((100vw - 40px) / 3);
    width: calc((100vw - 40px) / 3);
  }

  .b24-widget-button-wrapper,
  .contact-fixed {
    right: 20px !important;
  }

  .banner {
    padding: 30px 0px;
  }

  .banner__container {
    display: block;
  }

  .banner__sidebar {
    display: none;
  }

  .banner__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .products-section {
    padding: 30px 0px;
  }



  .products-section__arrow {
    display: none;
  }

  .product__other {
    display: none;
  }

  .category {
    padding: 30px 0px;
  }

  .category__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 4) / 5);
    flex: 0 0 calc((100% - 20px * 4) / 5);
    max-height: 211px;
  }

  .category__item:not(:last-child) {
    margin-right: 20px;
  }

  .stock-banner {
    padding: 30px 0px;
  }

  .stock-banner__body {
    row-gap: 15px;
  }

  .stock-banner__title {
    font-size: 38px;
  }

  .stock-banner__text {
    font-size: 24px;
  }

  .stock-banner__btn {
    font-size: 14px;
    padding: 5px 18px;
    min-height: 40px;
  }

  .stock-banner__image {
    max-width: 460px;
    right: 35px;
  }

  .brands-section {
    padding: 30px 0px;
  }

  .brands-section__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 4) / 5);
    flex: 0 0 calc((100% - 20px * 4) / 5);
  }

  .brands-section__item:not(:last-child) {
    margin-right: 20px;
  }

  .benefits {
    padding: 30px 0px;
  }

  .benefits__content {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .benefits__item {
    padding: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
    flex: 0 0 calc((100% - 20px * 3) / 4);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .benefits__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42px;
    flex: 0 0 42px;
    height: 42px;
    width: 42px;
  }

  .benefits__icon img,
  .benefits__icon svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    height: 22px;
    width: 22px;
  }

  .benefits__name {
    font-size: 16px;
  }

  .breadcrums {
    padding: 20px 0px;
  }

  .catalog__content {
    margin-top: 20px;
  }

  .head-catalog__select .select__options {
    left: auto;
    right: 0;
  }

  .filter {
    position: fixed;
    top: 0;
    z-index: 1001;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    background: #fff;
    padding: 0px 20px;
    row-gap: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .filter:not(._active) {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .filter__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto;
    margin: 0px -20px;
    padding: 20px 20px;
  }

  .top-filter {
    padding: 20px 0px;
    border-bottom: 1px solid #D7D7D7;
  }

  .top-filter__title {
    font-size: 18px;
    text-transform: unset;
  }

  .top-filter__reset {
    display: none;
  }

  .card {
    padding: 30px 0px;
  }

  .card__wrapper {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .card__gallery {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
    flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .card__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
    flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .card__tabs {
    margin-top: 40px;
  }

  .thumbs-gallery-card__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 88px;
    flex: 0 0 88px;
  }

  .thumbs-gallery-card__item:not(:last-child) {
    margin-right: 10px;
  }

  .body-card__info {
    padding: 20px;
  }

  .bottom-body-card {
    padding: 20px;
  }

  .review-card {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .review-card__list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
    flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .review-card__form {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc((100% - 20px * 1) / 2);
    flex: 1 0 calc((100% - 20px * 1) / 2);
  }

  .form-review-card__button {
    max-width: 100%;
  }

  .tabs-card_content .characteristic-card {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;

    width: 100%;
  }

  .characteristic-card__column {
    -webkit-box-flex: 0;
    /*-ms-flex: 0 0 calc((100% - 20px * 1) / 2);*/
    /*    flex: 0 0 calc((100% - 20px * 1) / 2);*/
    row-gap: 20px;
    width: 100%;
  }

  .characteristic-card__column._right,
  .characteristic-card__column._left {
    float: none;
  }

  .stores__content {
    margin-top: 20px;
  }

  .stores__wrapper {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .stores__list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
  }

  .cart {
    padding: 30px 0px;
  }

  .cart__content {
    padding: 20px;
    margin-top: 20px;
  }

  .coupon-side-cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .order__wrapper {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-top: 20px;
  }

  .order__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
  }

  .main-order {
    padding: 20px;
  }

  .main-order__section {
    padding: 30px 0px;
  }

  .store-pickup-order {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .store-pickup-order__info {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .order-send {
    padding: 60px 0px;
  }

  .compare__content {
    margin-top: 20px;
  }

  .page section:last-child {
    padding-bottom: 60px;
  }
}

@media (max-width: 1024px) {
  .catalog__item {
    flex: 0 0 230px;
    width: 230px;
  }

  .head-catalog__title._p_catalog {
    width: 300px;
  }
}

@media (max-width: 991.98px) {
    .product__mods_card .mod-product{
    padding:2px 4px;
    row-gap:2px;
}
    .product__mods_card .mod-product__name{
    font-size:8px;
}

.product__mods_card .mod-product__value{
    font-size:10px;
}

  .product_content_cod{
    display:none;
  }
  .info-delivery__body {
    right: -100px;
    width: 300px;
  }

  .wrapper {
    padding-bottom: 55px;
  }

  .contact_phone {
    font-size: 26px;
  }

  .stock-banner__item img {
    width: 100%;
  }

  .cart__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
  }

  .product_content_title {
    max-height: 100%;
    width: 100%;
  }


  ._title {
    font-size: 28px;
  }

  .header {
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
  }

  .header__top {
    display: none;
  }

  .main-header__container {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr auto 1fr;
    grid-template-columns: 1fr auto 1fr;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .main-header__search {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0px;
  }

  .main-header__actions {
    display: none;
  }

  .tabs-card_content .characteristic-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }

  .main-header__catalog {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }

  .contacts-header {
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }

  .contacts-header__num {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    width: 75px;
  }

  .contacts-header__messangers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .search-header._active .search-header__content {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    pointer-events: all;
  }

  .search-header__content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background: #262A2D;
    padding: 10px 20px;
    z-index: 2;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    pointer-events: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .search-header__result {
    top: 100%;
    left: 20px;
    right: 20px;
    max-width: calc(100% - 40px);
  }

  .main-search-header__close {
    display: block;
  }

  .result-search-header {
    border-radius: 0px 0px 20px 20px;
  }

  .result-search-header__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
  }

  .main-result-search-header__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62px;
    flex: 0 0 62px;
  }

  .catalog-header__button {
    display: none;
  }

  .catalog-header__content {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0px;
    z-index: 100;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 20px 59px;
  }

  .catalog-header__sidebar {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #fff;
    margin: 0px -20px;
    padding: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .catalog-header__blocks {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 0px;
    z-index: 1000;
    overflow: visible;
  }

  .catalog-header__block._active {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;
    padding-bottom: 59px;
  }

  .catalog-header__main {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 20px 0px;
    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;
  }

  .catalog-header__body {
    margin: 0px -20px;
    padding: 20px;
    overflow-y: auto;
  }

  .catalog-header__sublist .catalog-header__block._active {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0px 20px 59px;
  }

  .sidebar-catalog-header__item::after {
    content: "";
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    background: url(../img/icons/more.svg) center/cover no-repeat;
    margin-left: auto;
  }

  .head-catalog-header {
    padding: 20px 0px;
    border-bottom: 1px solid #D7D7D7;
  }

  .head-catalog-header__name {
    font-size: 18px;
  }

  .product-added {
    top: 80px;
  }

  .cart-header:not(._active) {
    -webkit-transform: translateY(100dvh);
    -ms-transform: translateY(100dvh);
    transform: translateY(100dvh);
  }

  .cart-header {
    right: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    top: auto;
    bottom: 0;
    padding: 20px 20px 80px;
    max-height: 100%;
    overflow-y: auto;
  }

  .compare-header:not(._active) {
    -webkit-transform: translateY(100dvh);
    -ms-transform: translateY(100dvh);
    transform: translateY(100dvh);
  }

  .compare-header {
    right: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    top: auto;
    bottom: 0;
    max-height: 100%;
    overflow-y: auto;
    padding: 20px 20px 80px;
  }

  .compare-header__products {
    padding: 12px 0px;
  }

  .compare-header__bottom {
    padding: 15px 0px 0px;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 24px;
    height: 22px;
    cursor: pointer;
  }

  .icon-menu span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 20px;
    background-color: #fff;
  }

  .icon-menu span:first-child {
    top: 0px;
  }

  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }

  .icon-menu._active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .icon-menu._active span:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .icon-menu._active span:last-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }

  .footer__main {
    padding: 40px 0px;
  }

  .main-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
  }

  .main-footer__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .main-footer__title {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .main-footer__title._active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .main-footer__title::after {
    content: "";
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    margin-left: auto;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: url(../img/icons/spoller-w.svg) center/cover no-repeat;
  }

  .main-footer__body {
    display: none;
  }

  .info-main-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 15px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .info-main-footer__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 162px;
    flex: 0 0 162px;
  }

  .info-main-footer__text {
    max-width: 190px;
  }

  .b24-widget-button-wrapper,
  .contact-fixed {
    bottom: 90px !important;
  }

  .banner {
    padding: 20px 0px 25px;
  }

  .products-section {
    padding: 25px 0px;
  }

  .products-section__content {
    margin-top: 25px;
  }

  .proposals__items .product,
  .products-section__item {
    -webkit-box-flex: 0;

    flex: 0 0 260px;
    height: 510px;

  }

  .category {
    padding: 25px 0px;
  }

  .category__content {
    margin-top: 25px;
  }

  .category__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
    flex: 0 0 calc((100% - 20px * 3) / 4);
  }

  .stock-banner {
    padding: 25px 0px;
  }

  .stock-banner__body {
    row-gap: 12px;
  }

  .stock-banner__title {
    font-size: 32px;
  }

  .stock-banner__text {
    font-size: 20px;
  }

  .stock-banner__image {
    max-width: 320px;
    top: 50%;
  }

  .brands-section {
    padding: 25px 0px;
  }

  .brands-section__content {
    margin-top: 25px;
  }

  .brands-section__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
    flex: 0 0 calc((100% - 20px * 3) / 4);
  }

  .benefits {
    padding: 25px 0px;
  }

  .benefits__content {
    margin-top: 25px;
  }

  .benefits__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    row-gap: 15px;
  }


  .head-catalog__title {
    font-size: 24px;
    hyphens: auto;

  }

  .head-catalog__title._p_catalog {
    width: 200px;
  }

  .card {
    padding: 25px 0px;
  }

  .card__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
  }

  .card__gallery {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .card__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .review-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .review-card__list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .review-card__form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .column {
    width: 100%;
    flex-direction: column;
  }


  .stores__wrapper {
    display: block;
    margin-top: 20px;
    max-height: 100%;
  }

  .stores__list {
    width: 100%;
    max-width: 100%;
  }

  .stores__map {
    width: 100%;
    max-width: 100%;
    min-height: 400px;
  }

  .cart {
    padding: 25px 0px;
  }

  .side-cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .side-cart__other {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .coupon-side-cart__form {
    max-width: 100%;
    width: 100%;
  }

  .order__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
  }

  .order__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .sidebar-order__wrapper {
    position: static !important;
  }

  .order-send {
    padding: 50px 0px;
  }

  .compare__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(((100vw - 40px) - 10px * 2) / 3);
    flex: 0 0 calc(((100vw - 40px) - 10px * 2) / 3);
    width: calc(((100vw - 40px) - 10px * 2) / 3);
  }

  .compare__checkbox {
    margin-top: 20px;
  }

  .compare__info {
    margin-top: 20px;
  }

  .compare__footer {
    display: none;
  }

  .product-sticky__content>.product-sticky__name,
  .info-compare__body>span {
    width: calc(((100vw - 40px) - 10px * 2) / 3);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(((100vw - 40px) - 10px * 2) / 3);
    flex: 0 0 calc(((100vw - 40px) - 10px * 2) / 3);
  }

  .page section:last-child {
    padding-bottom: 50px;
  }

  .page {
    padding-top: 60px;
  }
}

@media (max-width: 768px) {
    .page-text__text img,
    .page-text__text p img {
        width:100%;
    }
  .head-catalog__title._p_catalog {
    width: 180px;
  }
  .head-catalog__select{
      width:100%;
  }
}

@media (max-width: 721.98px) {
.coupon-side-cart__button.apply_btn{
    display:none;
}
  .tabs-card__about iframe,
  .tabs-card__about p iframe {
    max-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }

  .stock-banner__item img {
    width: 374px;
  }

  .page {
    padding-top: 60px;
  }

  .coupon-side-cart__content,
  .cart__side-left {
    width: 100%;
  }

  .wrapper {
    padding-bottom: 70px;
  }

  .proposals__items .product,
  .products-section__item {

    flex: 0 0 194px;
    height: 463px;
  }

  .main-header__contacts {
    display: none;
  }

  .main-catalog-tabel {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
  }

  .main-catalog-tabel__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 15px * 1) / 2);
    flex: 0 0 calc((100% - 15px * 1) / 2);
  }

  .main-catalog-tabel__image {
    padding-bottom: 66%;
  }

  .main-catalog-tabel__body {
    padding: 15px 12px;
  }

  .main-catalog-tabel__name {
    font-size: 14px;
    min-height: 54px;
  }

  .main-catalog-tabel__count {
    font-size: 14px;
  }

  .main-header__column {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .main-header__language {
    display: none;
  }

  .result-search-header__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  /*.result-search-header__main {*/
  /*  display: none;*/
  /*}*/

  .sidebar-result-search-header__more {
    margin: 0px 20px;
  }

  /*.products-section__item {*/
  /*  -webkit-box-flex: 0;*/
  /*      -ms-flex: 0 0 calc((100% - 10px * 1) / 2);*/
  /*          flex: 0 0 calc((100% - 10px * 1) / 2);*/
  /*}*/

  .category__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
    flex: 0 0 calc((100% - 20px * 2) / 3);
  }

  .item-category {
    padding: 12px;
  }

  .stock-banner__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
  }

  .stock-banner__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 0px auto;
  }

  .stock-banner__image {
    position: static;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    margin-bottom: -15px;
  }

  .brands-section__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
    flex: 0 0 calc((100% - 20px * 2) / 3);
  }

  .benefits__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
    flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .catalog__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 10px * 1) / 2);
    flex: 0 0 calc((100% - 10px * 1) / 2);
  
  }

  .head-catalog {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  

  .product-cart {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .product-cart__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 28px);
    flex: 0 0 calc(100% - 28px);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 100%;
  }

  .product-cart__price {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .product-cart__quantity {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .product-cart__total {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;

  }

  .product-cart__delete {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .store-pickup-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
  }

  .store-pickup-order__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 150px;
  }

  .compare__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 235px;
    flex: 0 0 235px;
    width: 235px;
  }

  .info-compare__title._spoller {
    pointer-events: none;
  }

  .product-sticky__content>.product-sticky__name,
  .info-compare__body>span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 235px;
    flex: 0 0 235px;
    width: 235px;
  }
}

@media (max-width: 600px) {
  .head-catalog__title {
    width: 200px;
  }

  .catalog__item {
    flex: 0 0 calc((100% - 10px * 1) / 2);
    height: 500px;
  }
}

@media (max-width: 479.98px) {
  .options__text {
    font-size: 16px;
  }

  .head-catalog__title._p_catalog {
    width: 200px;
  }

  ._title {
    font-size: 24px;
  }

  .pagging__list {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .pagging__link {
    width: 38px;
    height: 38px;
  }

  .popup__body {
    padding: 20px;
  }

  .popup__close {
    right: 10px;
    top: 10px;
  }

  .review-send__title {
    font-size: 22px;
  }

  .buy-click__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52px;
    flex: 0 0 52px;
    height: 52px;
    width: 52px;
  }

  .buy-click__icon img,
  .buy-click__icon svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26px;
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
  }

  .buy-click__title {
    font-size: 22px;
  }

  .product-buy-click {
    padding: 8px;
  }

  .product-buy-click__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
  }

  .main-header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    width: 120px;
  }

  .main-header__column {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .head-catalog-header__name {
    font-size: 16px;
  }

  .product-added {
    padding: 20px 12px;
    row-gap: 10px;
    top: 70px;
  }

  .product-added__title {
    font-size: 16px;
  }

  .product-added-item__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
  }

  .cart-header__title {
    font-size: 18px;
  }

  .product-cart-header__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
  }

  .product-compare-header__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
  }

  .footer__main {
    padding: 30px 0px;
  }

  .bottom-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bottom-footer__copy {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .banner {
    padding: 20px 0px;
  }

  .main-banner__slider {
    border-radius: 8px;
  }

  .main-banner__item {
    border-radius: 8px;
  }

  .products-section {
    padding: 20px 0px;
  }

  .products-section__content {
    margin-top: 20px;
  }

  .product {
    row-gap: 12px;
  }

  .product__body {
    row-gap: 8px;
  }

  .product__name {
    font-size: 14px;
    hyphens: auto;
        word-break: break-all;
  }

  .product__buy {
    font-size: 0;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    min-height: 40px;
    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;
    padding: 0px;
  }

  .review-product__star {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
    width: 14px;
  }

  .review-product__star img,
  .review-product__star svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
    height: 14px;
    width: 14px;
  }

  .price-product__value span::after {
    font-size: 14px;
  }

  .price-product__value {
    font-size: 17px;
    flex-direction: column;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }

  .price-product__credit {
    padding: 2px 5px;
    font-size: 12px;
  }

  .category {
    padding: 20px 0px;
  }

  .category__content {
    margin-top: 20px;
  }

  .category__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 10px * 1) / 2);
    flex: 0 0 calc((100% - 10px * 1) / 2);
  }

  .category__item:not(:last-child) {
    margin-right: 10px;
  }

  .item-category__name {
    font-size: 14px;
  }

  .stock-banner {
    padding: 20px 0px;
  }

  .stock-banner__item {

    row-gap: 7px;

  }

  .stock-banner__body {
    row-gap: 8px;
  }

  .stock-banner__title {
    font-size: 25px;
  }

  .stock-banner__text {
    font-size: 16px;
  }

  .stock-banner__image {
    max-width: 240px;
  }

  .brands-section {
    padding: 20px 0px;
  }

  .brands-section__content {
    margin-top: 20px;
  }

  .brands-section__item {
    -webkit-box-flex: 0;
    /*-ms-flex: 0 0 calc((100% - 10px * 1) / 2);*/
    /*    flex: 0 0 calc((100% - 10px * 1) / 2);*/
    width: 170px;
    height: 100px;
  }

  .brands-section__item:not(:last-child) {
    margin-right: 10px;
  }

  .benefits {
    padding: 20px 0px;
  }

  .benefits__content {
    margin-top: 20px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
  }

  .benefits__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 10px * 1) / 2);
    flex: 0 0 calc((100% - 10px * 1) / 2);
    padding: 12px;
    row-gap: 12px;
  }

  .benefits__name {
    font-size: 14px;
  }

  .breadcrums__list {
    font-size: 14px;
  }

  .breadcrums__item:not(:last-child) {
    margin-right: 5px;
  }

  .breadcrums__item:not(:last-child)::after {
    margin-left: 5px;
  }

  .head-catalog__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .card {
    padding: 20px 0px;
  }

  .body-card__title {
    font-size: 20px;
  }

  .body-card__actions {
    row-gap: 10px;
  }

  .body-card__quantity {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .body-card__buy {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .bottom-body-card {
    padding: 15px 20px;
  }

  .bottom-body-card__text {
    font-size: 14px;
  }

  .tabs-card__blocks {
    margin-top: 20px;
  }

  .nav-tabs-card__list {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .nav-tabs-card__item {
    font-size: 14px;
  }

  .about-card {
    row-gap: 20px;
  }

  .list-review-card__item {
    padding: 15px;
  }

  .form-review-card {
    padding: 15px;
  }

  .characteristic-card__head {
    padding: 15px 10px;
  }

  .characteristic-card__title {
    font-size: 18px;
  }

  .list-characteristic-card__item {
    font-size: 14px;
  }

  .list-characteristic-card__item>* {
    padding: 10px;
  }

  .tabel-characteristic-card__top>span {
    padding: 10px;
    font-size: 14px;
  }

  .stores__map {
    min-height: 500px;
  }

  .cart {
    padding: 20px 0px;
  }

  .product-cart__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
  }

  .product-cart__quantity {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 88px;
    flex: 0 0 88px;
  }

  .coupon-side-cart__form {
    max-width: 100%;
  }

  .main-order__body {
    margin-top: 20px;
  }

  .data-main-order {
    row-gap: 20px;
  }

  .data-main-order__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .store-pickup-order__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .order-send {
    padding: 40px 0px;
  }

  .order-send__wrapper {
    row-gap: 20px;
    padding: 20px;
  }

  .order-send__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52px;
    flex: 0 0 52px;
    height: 52px;
    width: 52px;
  }

  .order-send__icon img,
  .order-send__icon svg {
    width: 28px;
    height: 28px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
  }

  .order-send__title {
    font-size: 20px;
  }

  .compare__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 155px;
    flex: 0 0 155px;
    width: 155px;
  }

  .nav-compare {
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
  }

  .info-compare__content {

    overflow-x: auto;
    max-width: 400px;

  }

  .product-sticky__container {
    max-width: 400px;
  }

  .product-sticky {
    top: 50px;
  }

  .catalog__item {
    -ms-flex: 0 0 calc((100% - 10px * 1) / 2);
    flex: 0 0 calc((100% - 10px * 1) / 2);
    
    height: 430px;
  }

  .nav-compare__item {
    font-size: 16px;
    display: flex;

    flex-direction: row;
    word-break: break-word;
    hyphens: auto;
    padding: 12px 10px;
    /*white-space:normal;*/
  }

  .title_cat {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    word-wrap: break-word;
    /* Break long words to avoid overflow */
    overflow-wrap: break-word;
    /* Ensures long words break when necessary */
    hyphens: none;
    /* Prevent automatic hyphenation */
  }

  .product-sticky__content>.product-sticky__name,
  .info-compare__body>span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 155px;
    flex: 0 0 155px;
    width: 155px;
  }

  .page section:last-child {
    padding-bottom: 40px;
  }

  .page {
    padding-top: 52px;
  }
}

@media (max-width: 360px) {
    
    .product-cart__price,
    .product-cart__total{
         -ms-flex: 0 0 78px;
  font-size:13px;
        flex:0 0 78px;
    }
    .product-cart__quantity{
         -webkit-box-flex: 0;
    -ms-flex: 0 0 78px;
    flex: 0 0 78px;
    }
  .catalog__item {
    flex:0 0 calc((100% - 10px * 1) / 2);
    width: 0 0 calc((100% - 10px * 1) / 2);
    
  }

}

@media (any-hover: hover) {
  .select__option:hover {
    background: #EEE;
  }

  /*  .product._compared .body-card__compare:hover > svg path,*/
  /*.product._compared .product__compare:hover > svg path {*/
  /*  fill: #AAAAAA;*/
  /*  color:white;*/
  /*}*/

  /*.product._liked .body-card__like:hover > svg path,*/
  /*.product._liked .product__like:hover > svg path {*/
  /*  fill: #AAAAAA;*/
  /*  color:white;*/
  /*}*/

  /* Hover state: fill with specific color */

  .card__body .body-card__compare:not(._active):hover>svg path,
  .product .product__compare:not(._active):hover>svg path {
    fill: #F5C20E;
  }

  .card__body .body-card__like:not(._active):hover>svg path,
  .product .product__like:not(._active):hover>svg path {
    fill: #E31E24;
  }

  .language__item:hover {
    background: #fff;
  }

  ._btn._blue:hover {
    background: #1189d4;
  }

  ._btn._stroke._gray:hover {
    background: #262A2D;
    border-color: #262A2D;
    color: #fff;
  }

  ._btn._stroke:hover {
    background: #FF5C05;
    color: #fff;
  }

  ._btn._stroke:hover svg path[fill] {
    fill: #fff;
  }

  ._btn._stroke:hover svg path[stroke] {
    stroke: #fff;
  }

  ._btn._opacity:hover {
    color: #fff;
  }

  ._btn._opacity:hover svg path[fill] {
    fill: #fff;
  }

  ._btn._opacity:hover svg path[stroke] {
    stroke: #fff;
  }

  ._btn:hover {
    background: #CD4902;
    border-color: #CD4902;
  }

  ._arrow-slider:hover {
    background: #0FA0FD;
  }

  ._arrow-slider:hover svg path {
    fill: #fff;
  }

  .marker__value a:hover {
    color: #FF5C05;
  }

  .pagging__item:not(._active, ._more) .pagging__link:hover {
    background: rgba(15, 160, 253, 0.1);
  }

  .top-header__fav:hover {
    color: #FF5C05;
  }

  .top-header__fav:hover svg path {
    fill: #FF5C05;
  }

  .nav-top-header__link._sale:hover {
    background: #CD4902;
  }

  .nav-top-header__link:not(._sale):hover {
    color: #262A2D;
  }

  .language-top-header__item:not(._active):hover {
    color: #747474;
  }

  .sidebar-result-search-header__item:hover {
    color: #FF5C05;
  }

  .main-result-search-header__item:hover {
    background: #ebf5fc;
  }

  .catalog-header__name:hover {
    color: #FF5C05;
  }

  .sidebar-catalog-header__item:not(._active):hover .sidebar-catalog-header__name {
    color: #FF5C05;
  }

  .product-added__link:hover {
    text-decoration: underline;
  }

  .cart-header__clear:hover {
    color: #FF5C05;
  }

  .product__delete:hover svg path,
  .product_favorite_delete:hover svg path,
  .cart-header__clear:hover svg path {
    stroke: #FF5C05;
  }

  .product-cart-header__delete:hover svg path {
    fill: #FF5C05;
  }

  .product-compare-header__name:hover {
    color: #FF5C05;
  }

  .main-footer__link:hover {
    color: #FF5C05;
  }

  .contacts-main-footer__phone:hover {
    color: #FF5C05;
  }

  .social-contacts-main-footer__item:hover svg path {
    fill: #FF5C05;
  }

  .bottom-footer__dev:hover {
    color: #FF5C05;
  }

  .bottom-footer__dev:hover svg path {
    fill: #FF5C05;
  }

  .banner__catalog .catalog-header__content:hover {
    -webkit-box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
    box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
  }

  .banner__catalog .catalog-header__content:hover .catalog-header__blocks {
    -webkit-box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
    box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
  }

  .main-banner__paggination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    background: #acacac;
  }

  .products-section__arrow:hover {
    background: #0FA0FD;
  }

  .products-section__arrow:hover svg path {
    fill: #fff;
  }

  .product:hover {
    -webkit-box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
    box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
    z-index: 100;
  }

  .product:hover .product__other {
    opacity: 1;

    visibility: visible;
    pointer-events: all;
    z-index: 100;

  }

  .product__name:hover {
    color: #FF5C05;
  }

  .product__delete:hover svg path {
    stroke: #FF5C05;
  }

  .review-product__main:hover .review-product__icon svg path {
    fill: #FF5C05;
  }

  .review-product__main:hover .review-product__text {
    color: #FF5C05;
  }

  .item-category:hover {
    background: rgba(15, 162, 253, 0.1);
  }

  .item-category:hover .item-category__name {
    color: #0FA0FD;
  }

  .breadcrums__list a:hover {
    color: #262A2D;
  }

  .top-filter__reset:hover {
    color: #262A2D;
  }

  .bottom-body-card__text a:hover {
    color: #FF5C05;
  }

  .list-characteristic-card__item a:hover {
    text-decoration: underline;
  }

  .list-stores__item:hover .list-stores__title {
    color: #FF5C05;
  }

  .list-stores__value a:hover {
    color: #FF5C05;
  }

  .head-cart__back:hover {
    color: #FF5C05;
  }

  .head-cart__back:hover svg path {
    fill: #FF5C05;
  }

  .head-cart__delete:hover {
    color: #FF5C05;
  }

  .head-cart__delete:hover svg path {
    stroke: #FF5C05;
  }

  .product-cart__name:hover {
    color: #FF5C05;
  }

  .product-cart__delete:hover svg path {
    stroke: #FF5C05;
  }

  .head-order__back:hover {
    color: #262A2D;
  }

  .head-order__back:hover svg path {
    fill: #262A2D;
  }

  .store-pickup-order__value a:hover {
    color: #FF5C05;
  }

  .footer-compare__back:hover {
    text-decoration: underline;
  }
}

/*._webp .stock-banner__item{ background: url(../img/bg-stock-banner.webp) bottom right/auto 100% no-repeat, -o-linear-gradient(357deg, #FD2919 2.49%, #FF5C05 95.32%); }*/

/*._webp .stock-banner__item{ background: url(../img/bg-stock-banner.webp) bottom right/auto 100% no-repeat, linear-gradient(93deg, #FD2919 2.49%, #FF5C05 95.32%); }*/

@media screen and (min-width: 900px) {
  .main-footer__column:nth-child(2) {
    max-width: 100px;
  }

  .main-footer__column:nth-child(4)>.main-footer__body {
    width: 400px;
  }
}

.cart-header__products {
  overflow-y: auto;
}