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

@font-face {
  font-family: "TrebuchetMS";
  font-display: swap;
  src: url("../fonts/TrebuchetMS.woff") format("woff"), url("../fonts/TrebuchetMS.woff2") format("woff2");
  font-weight: 400;
  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: "TrebuchetMS";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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

body {
  color: #6E6E6E;
  font-size: 16px;
  line-height: 1.2;
}

body._catalog-opened {
  overflow: hidden;
}

body._filter-opened {
  overflow: hidden;
}

body._filter-opened .header::after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  display: inline-block;
  background: rgba(63, 70, 77, 0.35);
  z-index: 2;
}

body._lock-v2 {
  overflow: hidden;
}

body._lock-v2::after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  display: inline-block;
  background: rgba(63, 70, 77, 0.35);
  z-index: 2;
}

body._lock {
  overflow: hidden;
}

body._lock .header::after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  display: inline-block;
  background: rgba(63, 70, 77, 0.35);
  z-index: 2;
}

.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 {
  width: 100%;
  padding: 0px 20px;
  max-width: 1340px;
  margin: 0 auto;
}

.form__error {
  font-size: 14px;
  font-weight: 400;
  color: #EE1313;
  display: inline-block;
  margin-top: 5px;
}

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

.btn._fw {
  width: 100%;
}

.select {
  position: relative;
}

.select__item {
  position: relative;
}

.select__title {
  color: #3F464D;
  cursor: pointer;
  border-radius: 100px;
  background: #E9ECF4;
  border: 1px solid #E9ECF4;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 46px;
  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._placeholder {
  color: #8A8C8D;
}

.select__value span {
  height: auto;
  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: 14px;
  height: 14px;
  background: url("../img/icons/select.svg") center/100% no-repeat;
}

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

.select__options {
  color: #3F464D;
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  border-radius: 12px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #D0DAEE;
  font-size: 14px;
  -webkit-box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1);
          box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1);
  overflow: auto;
  max-height: 320px;
}

.select__option {
  cursor: pointer;
  padding: 10px 15px;
  margin: 0px 0px 0px 0px;
}

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

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

.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 {
  width: 100%;
  min-width: 0px;
  max-width: 100%;
  display: block;
  border-radius: 100px;
  background: #E9ECF4;
  padding: 0px 20px;
  min-height: 48px;
  border: 1px solid #E9ECF4;
  color: #8A8C8D;
  font-size: 14px;
  font-weight: 400;
}

.input._focus {
  color: #3F464D;
}

.input._focus::-webkit-input-placeholder {
  visibility: hidden;
}

.input._focus::-moz-placeholder {
  visibility: hidden;
}

.input._focus:-ms-input-placeholder {
  visibility: hidden;
}

.input._focus::-ms-input-placeholder {
  visibility: hidden;
}

.input._focus::placeholder {
  visibility: hidden;
}

.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: #ff0000;
}

textarea.input {
  resize: none;
  padding: 16px 20px;
  height: 100px;
  overflow-y: auto;
  border-radius: 6px;
  font-size: 16px;
}

.label {
  color: #3F464D;
  font-size: 16px;
}

.label::after {
  content: "*";
  color: #EE1313;
  font-weight: 700;
  margin-left: 5px;
}

.checkbox {
  position: relative;
  display: block;
}

.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/18px no-repeat, #ff0000;
  border-color: #ff0000;
}

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

.checkbox__content::before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #D0DAEE;
  border-radius: 2px;
}

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

.checkbox__count {
  color: #BABABA;
  font-size: 14px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

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

.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;
  -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:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: 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;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: calc(20 / 16);
}

.options__text:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}

.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: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

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

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

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

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

.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: #1b3139;
  font-size: 14px;
  line-height: 13px;
  vertical-align: middle;
}

.quantity {
  width: 110px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #D0DAEE;
  border-radius: 100px;
  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: -0.5px 0px 0px -6px;
  background-color: #a6a6a6;
  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%;
  color: #3F464D;
  background: none;
  font-size: 16px;
  width: 100%;
  text-align: center;
}

img,
svg {
  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;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

._btn {
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -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;
  background: #ff0000;
  color: #fff;
  font-size: 16px;
  border-radius: 100px;
  padding: 10px 24px;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

._btn._stroke {
  background: #fff;
  border: 2px solid #ff0000;
  color: #ff0000;
}

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

._title-section {
  color: #3F464D;
  font-size: 28px;
  font-weight: 700;
}

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

._like svg path[fill] {
  fill: #A1A3A4;
}

._like svg path[stroke] {
  stroke: #A1A3A4;
}

._like svg path._fill {
  display: none;
}

._like._active svg path._fill {
  display: block;
}

._like._active svg path[fill] {
  fill: #ff0000;
}

._like._active svg path[stroke] {
  stroke: #ff0000;
}

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

._compare svg path[fill] {
  fill: #A1A3A4;
}

._compare svg path[stroke] {
  stroke: #A1A3A4;
}

._compare._active svg path[fill] {
  fill: #ff0000;
}

._compare._active svg path[stroke] {
  stroke: #ff0000;
}

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-pagination {
  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: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

._swiper-pagination .swiper-pagination-bullet {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(57, 93, 165, 0.1);
  cursor: pointer;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

._swiper-pagination .swiper-pagination-bullet-active {
  background: #ff0000;
}

._swiper-arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  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;
  background: rgba(57, 93, 165, 0.1);
  -webkit-transition: background 0.3s 0s;
  -o-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
  cursor: pointer;
}

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

._swiper-arrow svg path {
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

._swiper-arrow svg path[fill] {
  fill: #ff0000;
}

._swiper-arrow svg path[stroke] {
  stroke: #ff0000;
}

._swiper-arrow.swiper-button-disabled {
  border: 1px solid rgba(63, 70, 77, 0.2);
  background: none;
  pointer-events: none;
}

._swiper-arrow.swiper-button-disabled svg path[fill] {
  fill: rgba(63, 70, 77, 0.2);
}

._swiper-arrow.swiper-button-disabled svg path[stroke] {
  stroke: rgba(63, 70, 77, 0.2);
}

.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 {
  display: none;
}

._tabs-block._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-t {
  opacity: 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;
}

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

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

.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;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

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

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

.pagging__arrow svg path[fill] {
  fill: #2D2D2B;
}

.pagging__arrow svg path[stroke] {
  stroke: #2D2D2B;
}

.pagging__arrow._disabled svg path[fill] {
  fill: #ABABAB;
}

.pagging__arrow._disabled svg path[stroke] {
  stroke: #ABABAB;
}

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

.pagging__link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 40px;
  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;
  text-align: center;
  color: #6E6E6E;
  border: 1px solid #D0DAEE;
  font-size: 16px;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.pagging__link._active {
  color: #ff0000;
  font-weight: 700;
  border-color: #ff0000;
}

/*! 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: #D0DAEE;
  margin: 0px 11px 12px;
  position: relative;
}

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

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

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

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

/* Handles and cursors;
 */

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

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

.noUi-handle {
  border: 2px solid #ff0000;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: default;
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
}

/* 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: 100;
  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-color: rgba(63, 70, 77, 0.3);
  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;
  background-color: #fff;
  padding: 0px;
  width: 100%;
  max-width: 1040px;
}

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

.popup__video {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}

.popup__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header {
  background: #FFF;
  border-bottom: 1px solid #D0DAEE;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 3;
}

.header__top {
  padding: 12px 0px 8px;
}

.header__main {
  padding: 16px 0px;
}

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

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

.nav-top-header__list {
  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: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  color: #6E6E6E;
  font-size: 16px;
  font-weight: 400;
}

.nav-top-header__list a {
  color: inherit;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

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

.language-header__item {
  color: #ff0000;
  font-size: 16px;
  font-weight: 400;
  padding: 0px 8px;
  text-align: center;
}

.language-header__item a {
  color: #6E6E6E;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.phone-header {
  font-size: 16px;
  font-weight: 700;
  color: #6E6E6E;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  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;
}

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

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

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

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

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

.main-header__action {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  position: relative;
}

.main-header__action svg path {
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.main-header__action svg path[fill] {
  fill: #3F464D;
}

.main-header__action svg path[stroke] {
  stroke: #3F464D;
}

.main-header__action span {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  width: 16px;
  height: 16px;
  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;
  text-align: center;
  background: #ff0000;
  position: absolute;
  top: -6px;
  right: -9px;
}

.main-header__trolley {
  position: absolute;
  top: 100%;
  right: 20px;
}

.catalog-header {
  position: relative;
}

.catalog-header__btn {
  border-radius: 8px;
  background: none;
  border: 1px solid #ff0000;
  color: #ff0000;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 5px 20px;
  min-height: 44px;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.catalog-header__btn svg path[fill] {
  fill: #ff0000;
}

.catalog-header__btn svg path[stroke] {
  stroke: #ff0000;
}

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

.catalog-header__wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background: #FFF;
  z-index: 1;
}

.catalog-header__wrapper:not(._active) {
  display: none;
}

.catalog-header__wrapper:not(._tab-block-active) .catalog-header__right {
  display: none;
}

.catalog-header__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  width: 300px;
}

.catalog-header__back {
  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;
  color: #92969A;
  font-size: 16px;
}

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

.catalog-header__body {
  margin-top: 30px;
}

.catalog-header__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  width: 300px;
  border-left: 1px solid #D0DAEE;
}

.catalog-header__block {
  padding: 30px;
  display: none;
}

.catalog-header__block._active {
  display: block;
}

.catalog-header__name-section {
  color: #3F464D;
  font-size: 16px;
  font-weight: 700;
}

.catalog-header__list {
  margin-top: 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: 20px;
  color: #3F464D;
  font-size: 14px;
  line-height: 1.4;
}

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

.category-list-catalog__item {
  padding: 16px 20px;
  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;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.category-list-catalog__linck {
  padding: 16px 20px;
  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;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.category-list-catalog__item._active {
  background: #F3F4F6;
}

.category-list-catalog__item._active .category-list-catalog__icon svg path[fill] {
  fill: #ff0000;
}

.category-list-catalog__item._active .category-list-catalog__icon svg path[stroke] {
  stroke: #ff0000;
}

.category-list-catalog__item._active .category-list-catalog__name {
  color: #ff0000;
}

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

.category-list-catalog__icon svg path {
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.category-list-catalog__icon svg path[fill] {
  fill: #3F464D;
}

.category-list-catalog__icon svg path[stroke] {
  stroke: #3F464D;
}

.category-list-catalog__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #3F464D;
  font-size: 14px;
  line-height: 1.4;
}

.search-header {
  position: relative;
}

.search-header:not(._results) .search-header__result {
  display: none;
}

.search-header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.search-header__form {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  border: 1px solid #D0DAEE;
  border-radius: 8px;
  min-height: 44px;
  padding: 0px 20px;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.search-header__form._focus {
  border-color: #ff0000;
}

.search-header__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #6E6E6E;
  font-size: 16px;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.search-header__input._focus {
  color: #3F464D;
}

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

.search-header__result {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100% + 7px);
  border-radius: 8px;
  background: #FFF;
  -webkit-box-shadow: 0 8px 18px -6px rgba(24, 39, 75, 0.12), 0 12px 42px -4px rgba(24, 39, 75, 0.12);
          box-shadow: 0 8px 18px -6px rgba(24, 39, 75, 0.12), 0 12px 42px -4px rgba(24, 39, 75, 0.12);
  max-height: calc(100dvh - 120px);
}

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

.result-search-header__top {
  padding: 12px 16px;
  border-bottom: 1px solid #D0DAEE;
}

.result-search-header__title {
  color: #3F464D;
  font-size: 16px;
  font-weight: 700;
}

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

.result-search-header__footer {
  padding: 16px;
}

.item-result-search {
  padding: 20px;
  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 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.item-result-search__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72px;
          flex: 0 0 72px;
  width: 72px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  border: 1px solid #D0DAEE;
  overflow: hidden;
}

.item-result-search__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-result-search__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: 8px;
}

.item-result-search__name {
  color: #3F464D;
  font-size: 18px;
  font-weight: 700;
}

.item-result-search__art {
  color: #6E6E6E;
  font-size: 16px;
}

.item-result-search__price {
  color: #3F464D;
  font-size: 16px;
  font-weight: 700;
}

.menu__body {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 360px;
  height: 100vh;
  max-height: 100dvh;
  overflow: hidden;
  background: #FFF;
  z-index: 3;
  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-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.menu__body:not(._active) {
  visibility: hidden;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.menu__top {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 30px 0px;
}

.menu__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 129px;
          flex: 0 0 129px;
  width: 129px;
  margin-right: auto;
}

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

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

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

.menu__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: 40px;
  color: #6E6E6E;
  font-size: 16px;
}

.menu__link {
  color: inherit;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.user-menu {
  border-top: 1px solid #D0DAEE;
  border-bottom: 1px solid #D0DAEE;
  padding: 16px 0px;
}

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

.user-menu__head._active .user-menu__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.user-menu__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

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

.user-menu__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #3F464D;
  font-size: 16px;
}

.user-menu__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.user-menu__body {
  display: none;
  margin-top: 30px;
}

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

.user-menu__item {
  color: #6E6E6E;
  font-size: 16px;
}

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

.trolley-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 8px;
  border: 1px solid var(--stroke, #D0DAEE);
  background: #FFF;
  overflow: hidden;
  -webkit-box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1);
          box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1);
  display: flex;
  flex-direction: column;
  padding: 20px;
  row-gap: 20px;
  width: calc(100% - 40px);
  max-width: 460px;
  overflow-y: auto;
  max-height: calc(100vh - 130px);
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

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

.trolley-header__product {
  padding: 20px 0px;
  border-bottom: 1px solid #D0DAEE;
}

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

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

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

.trolley-header__clear {
  color: #3F464D;
  font-size: 16px;
  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;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.trolley-header__clear svg path {
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.trolley-header__clear svg path[fill] {
  fill: #949494;
}

.trolley-header__clear svg path[stroke] {
  stroke: #949494;
}

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

.trolley-header__total {
  margin-left: auto;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 12px;
  color: #3F464D;
  font-size: 16px;
}

.trolley-header__total span:nth-child(2) {
  font-weight: 700;
  font-size: 20px;
}

.product-trolley {
  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-trolley__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 101px;
          flex: 0 0 101px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  border: 1px solid #D0DAEE;
  position: relative;
  overflow: hidden;
}

.product-trolley__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-trolley__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.product-trolley__name {
  color: #3F464D;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.product-trolley__art {
  color: #6E6E6E;
  font-size: 16px;
}

.product-trolley__price {
  color: #3F464D;
  font-size: 16px;
  font-weight: 700;
}

.product-trolley__count {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  color: #3F464D;
  font-size: 16px;
}

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

.product-trolley__detele svg path {
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.product-trolley__detele svg path[fill] {
  fill: #949494;
}

.product-trolley__detele svg path[stroke] {
  stroke: #949494;
}

.compare-added {
  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;
  border: 1px solid #D0DAEE;
  overflow: hidden;
  -webkit-box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1);
          box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1);
  display: flex;
  flex-direction: column;
  width: calc(100% - 40px);
  max-width: 525px;
  overflow-y: auto;
  max-height: calc(100vh - 130px);
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  position: fixed;
  top: 112px;
  z-index: 2;
  right: 20px;
}

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

.compare-added__head {
  padding: 10px 12px;
  background: #E6F7FD;
  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;
}

.compare-added__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  width: 28px;
  height: 28px;
}

.compare-added__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #3F464D;
  font-size: 16px;
  font-weight: 700;
}

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

.compare-added__body {
  padding: 16px 12px;
}

.compare-added__text {
  color: #6E6E6E;
  font-size: 16px;
}

.compare-added__text a {
  color: #ff0000;
}

.product-added {
  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;
  border: 1px solid #D0DAEE;
  overflow: hidden;
  -webkit-box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1);
          box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1);
  display: flex;
  flex-direction: column;
  width: calc(100% - 40px);
  max-width: 450px;
  overflow-y: auto;
  max-height: calc(100vh - 130px);
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  position: fixed;
  top: 112px;
  z-index: 2;
  right: 20px;
  padding: 20px;
  row-gap: 20px;
}

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

.product-added__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #3F464D;
  font-size: 18px;
  font-weight: 700;
}

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

.product-added__product {
  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__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  border: 1px solid #D0DAEE;
  border-radius: 8px;
}

.product-added__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-added__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.product-added__name {
  color: #3F464D;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.product-added__art {
  color: #6E6E6E;
  font-size: 16px;
}

.product-added__goto {
  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;
  color: #ff0000;
  font-size: 16px;
}

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

.footer__main {
  background: #3F464D;
  padding: 50px 0px;
}

.footer__bottom {
  background: #363A3D;
  padding: 12px 0px;
}

.main-footer__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 30px;
}

.main-footer__top {
  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__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

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

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

.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: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
}

.main-footer__list a {
  color: inherit;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 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: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.info-main-footer__logo {
  width: 100%;
  max-width: 200px;
}

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

.info-main-footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

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

.info-main-footer__social svg path {
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.info-main-footer__social svg path[fill] {
  fill: #fff;
}

.info-main-footer__social svg path[stroke] {
  stroke: #fff;
}

.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__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: #fff;
  line-height: 1.3;
  font-size: 14px;
}

.contacts-main-footer__item a {
  color: inherit;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.contacts-main-footer__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.contacts-main-footer__value {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

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

.bottom-footer__copy {
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
}

.bottom-footer__dev {
  margin-left: auto;
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  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-footer__dev img,
.bottom-footer__dev svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.banner {
  padding: 20px 0px 40px;
}

.banner__item {
  height: 500px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  overflow: hidden;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E6F7FD;
  position: relative;
}

.banner__body {
  width: 100%;
  max-width: 665px;
  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: 35px;
  margin-left: 95px;
  position: relative;
  z-index: 1;
}

.banner__title {
  color: #3F464D;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.4;
}

.banner__text {
  color: #6E6E6E;
  font-size: 16px;
  line-height: 1.4;
}

.banner__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

.banner__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#E6F7FD), color-stop(63%, rgba(223, 245, 255, 0)));
  background: -o-linear-gradient(left, #E6F7FD 0%, rgba(223, 245, 255, 0) 63%);
  background: linear-gradient(to right, #E6F7FD 0%, rgba(223, 245, 255, 0) 63%);
  display: inline-block;
}

.banner__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner__pagination {
  margin-top: 20px;
}

.category-section {
  padding: 50px 0px;
}

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

.category-section__body {
  margin-top: 30px;
}

.category-section__slider {
  margin: -20px;
  padding: 20px;
}

.category-section__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 4) / 5);
          flex: 0 0 calc((100% - 20px * 4) / 5);
}

.category-section__item:not(:last-child) {
  margin-right: 20px;
}

.category-section__footer {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.category-section__arrows {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.item-category {
  border-radius: 8px;
  border: 1px solid #D0DAEE;
  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;
  padding: 20px 16px;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.item-category__image {
  width: 100%;
  height: 147px;
  position: relative;
}

.item-category__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.item-category__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;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.item-category__name {
  color: #6E6E6E;
  font-size: 16px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.item-category__count {
  color: #ff0000;
  font-size: 14px;
  margin-top: auto;
}

.product-section {
  padding: 50px 0px;
}

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

.product-section__body {
  margin-top: 30px;
}

.product-section__slider {
  margin: -20px;
  padding: 20px;
}

.product-section__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 3) / 4);
          flex: 0 0 calc((100% - 30px * 3) / 4);
}

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

.product-section__footer {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-section__arrows {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.product {
  padding: 20px 16px;
  border: 1px solid #D0DAEE;
  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: 16px;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

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

.product__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.product__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: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.product__name {
  color: #6E6E6E;
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

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

.product__price {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #ff0000;
  font-size: 20px;
  font-weight: 700;
}

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

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

.product__cart {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52px;
          flex: 0 0 52px;
  width: 52px;
  height: 52px;
  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: 2px solid #3F464D;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

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

.product__cart svg path[fill] {
  fill: #3F464D;
}

.product__cart svg path[stroke] {
  stroke: #3F464D;
}

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

.useful {
  padding: 50px 0px;
}

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

.useful__description {
  color: #6E6E6E;
  font-size: 16px;
}

.useful__content {
  margin-top: 30px;
  background: #3F464D;
  border-radius: 12px;
  padding: 30px;
  position: relative;
}

.useful__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}

.useful__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 515px;
          flex: 0 0 515px;
  padding-left: 50px;
  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;
  row-gap: 25px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.useful__name {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.useful__text {
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
  font-weight: 400;
}

.useful__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 440px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.useful__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.useful__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  position: absolute;
  bottom: 30px;
  left: 80px;
}

.useful__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  width: 48px;
  height: 48px;
  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: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

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

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

.useful__arrow svg path[fill] {
  fill: #fff;
}

.useful__arrow svg path[stroke] {
  stroke: #fff;
}

.useful__pagination {
  margin-top: 20px;
}

.useful__pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.1);
}

.useful__pagination .swiper-pagination-bullet-active {
  background: #ff0000;
}

.partners {
  padding: 50px 0px;
}

.partners__head {
  text-align: center;
}

.partners__body {
  margin-top: 30px;
}

.partners__slider {
  margin: -20px;
  padding: 20px;
}

.partners__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 3) / 4);
          flex: 0 0 calc((100% - 30px * 3) / 4);
  border-radius: 24px;
  border: 1px solid #D0DAEE;
  position: relative;
  aspect-ratio: 2/1;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.partners__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  padding: 32px;
}

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

.partners__footer {
  margin-top: 20px;
}

.about-section {
  padding: 50px 0px;
}

.about-section__wrapper {
  padding: 50px;
  border-radius: 12px;
  background: #E6F7FD;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 30px;
}

.about-section__text {
  color: #6E6E6E;
  font-size: 16px;
  line-height: 1.5;
  max-width: 1020px;
}

.breadcrums {
  padding: 30px 0px;
}

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

.breadcrums__list {
  color: #3F464D;
  font-size: 14px;
  line-height: 1.7;
}

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

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

.breadcrums__item:not(:last-child)::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  height: 12px;
  width: 12px;
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  background: url(../img/icons/breadcrums-arrow.svg) center/cover no-repeat;
}

.catalog {
  padding: 50px 0px;
}

.catalog._stock-page .catalog__wrapper {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.catalog._stock-page .catalog__filter {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 3;
  height: 100vh;
  max-height: 100dvh;
  width: 100%;
  max-width: 360px;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

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

.catalog__wrapper {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 1fr;
  grid-template-columns: 300px 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

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

.catalog__count {
  color: #3F464D;
  font-size: 14px;
  margin-right: auto;
}

.catalog__filter-btn {
  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;
  color: #3F464D;
  font-size: 14px;
}

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

.catalog__sort {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 215px;
          flex: 0 0 215px;
}

.catalog__sort .select__title {
  background: none;
  border: none;
}

.catalog__sort .select__value {
  color: #3F464D;
  padding: 0px;
  height: auto;
}

.catalog__products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
  margin-top: 20px;
}

.catalog__footer {
  margin-top: 30px;
  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;
}

.catalog__per-page {
  color: #6E6E6E;
  font-size: 16px;
}

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

.filter-catalog__head {
  padding: 20px 20px;
  border-bottom: 1px solid #D0DAEE;
}

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

.filter-catalog__section {
  padding: 20px;
  border: 1px solid #D0DAEE;
  border-radius: 8px;
}

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

.filter-catalog__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #3F464D;
  font-size: 20px;
  font-weight: 700;
}

.filter-catalog__body {
  margin-top: 24px;
}

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

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

.head-filter-catalog__title {
  font-size: 22px;
  color: #3F464D;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 700;
}

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

.category-filter-catalog {
  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: 24px;
}

.category-filter-catalog__row {
  color: #3F464D;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.category-filter-catalog__top {
  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;
}

.category-filter-catalog__top._active .category-filter-catalog__name {
  color: #ff0000;
}

.category-filter-catalog__top._active .category-filter-catalog__icon span {
  background: #ff0000;
}

.category-filter-catalog__top._active .category-filter-catalog__icon span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.category-filter-catalog__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  width: 14px;
  height: 14px;
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.category-filter-catalog__icon span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 14px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  background: #3F464D;
}

.category-filter-catalog__icon span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.category-filter-catalog__name {
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  margin: -2px 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.category-filter-catalog__count {
  color: #BABABA;
  font-size: 14px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.category-filter-catalog__list {
  display: none;
  margin-left: 30px;
  margin-top: 16px;
}

.category-filter-catalog__item:not(:last-child) {
  margin-bottom: 12px;
}

.category-filter-catalog__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.list-filter-catalog {
  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: 16px;
  max-height: 280px;
  overflow-y: auto;
  margin-right: 5px;
  padding-right: 5px;
}

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

.price-filter__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.price-filter__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 10px * 1) / 2);
          flex: 0 0 calc((100% - 10px * 1) / 2);
}

.price-filter__input {
  border-radius: 4px;
  border: 1px solid #D0DAEE;
  background: #fff;
  padding: 5px 10px;
  min-height: 38px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  color: #BABABA;
  font-size: 14px;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.price-filter__input._focus {
  color: #3F464D;
}

.price-filter__input:focus {
  border-color: #ff0000;
}

.banner-stock {
  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;
  row-gap: 20px;
}

.banner-stock__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 315px;
          flex: 0 0 315px;
  aspect-ratio: 315/230;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.banner-stock__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-stock__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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 16px;
}

.banner-stock__text {
  color: #6E6E6E;
  font-size: 16px;
  line-height: 1.5;
}

.banner-stock__date {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
  background: #ff0000;
}

.card {
  padding: 50px 0px;
}

.card__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

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

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

.main-gallery-card__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  aspect-ratio: 630/525;
  position: relative;
  overflow: hidden;
}

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

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

.main-gallery-card__watch {
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 100px;
  border: 1px solid #D0DAEE;
  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;
  padding: 5px 12px;
  background: #fff;
  font-size: 14px;
  color: #ED1E1E;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

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

.thumbs-gallery-card__item {
  aspect-ratio: 1/1;
  border: 1px solid #D0DAEE;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: opacity 0.3s 0s;
  -o-transition: opacity 0.3s 0s;
  transition: opacity 0.3s 0s;
}

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

.thumbs-gallery-card__item.swiper-slide-thumb-active {
  border-color: #ff0000;
}

.thumbs-gallery-card__item:not(.swiper-slide-thumb-active) {
  opacity: 0.5;
}

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

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

.info-card__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: 16px;
}

.info-card__art {
  color: #6E6E6E;
  font-size: 16px;
}

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

.info-card__status {
  color: #6E6E6E;
  font-size: 16px;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.info-card__status--available {
  color: #0DA224;
}

.info-card__compare {
  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;
  color: #ff0000;
  font-size: 16px;
}

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

.info-card__compare svg path[fill] {
  fill: #ff0000;
}

.info-card__compare svg path[stroke] {
  fill: #ff0000;
}

.info-card__favorite {
  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;
  color: #ff0000;
  font-size: 16px;
}

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

.info-card__favorite svg path[fill] {
  fill: #ff0000;
}

.info-card__favorite svg path[stroke] {
  stroke: #ff0000;
}

.info-card__purchase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #D0DAEE;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}

.info-card__price {
  color: #3F464D;
  font-size: 28px;
  font-weight: 700;
  white-space: nowrap;
}

.info-card__quantity {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  width: 100px;
  border-radius: 100px;
  border: 1px solid #D0DAEE;
  padding: 0px 20px;
  min-height: 48px;
  font-size: 16px;
  font-weight: 400;
  color: #3F464D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.info-card__quantity-input {
  width: 100%;
  max-width: 100%;
  min-width: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  color: #3F464D;
  font-size: 16px;
}

.info-card__quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.info-card__quantity-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  height: 16px;
  background: none;
}

.info-card__quantity-button svg path {
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.info-card__quantity-button svg path[fill] {
  fill: #3F464D;
}

.info-card__quantity-button svg path[stroke] {
  stroke: #3F464D;
}

.info-card__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.info-card__desc-title {
  color: #3F464D;
  font-size: 18px;
  font-weight: 700;
}

.info-card__desc-text {
  color: #6E6E6E;
  font-size: 16px;
  line-height: 1.3;
}

.info-card__desc-more {
  color: #ff0000;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.info-card__delivery {
  padding: 16px 20px;
  border-radius: 8px;
  background: #E6F7FD;
  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;
}

.info-card__delivery-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  width: 32px;
  height: 32px;
}

.info-card__delivery-text {
  color: #3F464D;
  font-size: 16px;
  line-height: 1.4;
}

.details-card__blocks {
  margin-top: 30px;
}

.details-card__description {
  color: #6E6E6E;
  font-size: 16px;
  line-height: 1.6;
}

.details-card__specs {
  width: 100%;
  max-width: 730px;
}

.nav-details-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D0DAEE;
}

.nav-details-card__item {
  white-space: nowrap;
  color: #3F464D;
  font-size: 18px;
  padding: 10px 24px;
  cursor: pointer;
  position: relative;
}

.nav-details-card__item._active::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #ff0000;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.product-specs {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #3F464D;
  font-size: 16px;
  font-weight: 400;
}

.product-specs__row:nth-child(odd) {
  background: #F4F4F4;
}

.product-specs__cell {
  padding: 15px 20px;
  max-width: 50%;
  width: 50%;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.product-specs__cell:first-child {
  padding-right: 15px;
}

.product-specs__cell:last-child {
  padding-left: 15px;
}

.product-specs__cell--title {
  color: #6E6E6E;
}

.cart {
  padding: 50px 0px;
}

.cart__content {
  margin-top: 30px;
  border-radius: 8px;
  border: 1px solid #D0DAEE;
  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: 20px;
}

.cart__product {
  padding: 15px 0px;
  border-bottom: 1px solid #D0DAEE;
}

.cart__product:first-child {
  padding-top: 0;
}

.cart__footer {
  width: 100%;
  max-width: 310px;
  margin-left: 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: 15px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-top: 20px;
}

.cart__list-info {
  color: #3F464D;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  max-width: 100%;
}

.cart__list-info li {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
}

.cart__list-info li span:last-child {
  text-align: right;
  font-weight: 700;
  font-size: 20px;
}

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

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

.head-cart__title {
  font-weight: 700;
}

.head-cart__back {
  color: #BABABA;
  font-size: 14px;
  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 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.head-cart__back svg path {
  fill: #BABABA;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 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__clear {
  color: #3F464D;
  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;
}

.head-cart__clear svg path {
  stroke: #949494;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

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

.product-cart {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -ms-grid-columns: 100px 1fr 112px 100px 18px;
  grid-template-columns: 100px 1fr 112px 100px 18px;
}

.product-cart__image {
  aspect-ratio: 1/1;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  position: relative;
  overflow: hidden;
}

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

.product-cart__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.product-cart__name {
  font-size: 16px;
  font-weight: 700;
  color: #3F464D;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

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

.product-cart__article {
  color: #949494;
  font-size: 14px;
  font-weight: 400;
}

.product-cart__delete {
  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;
  color: #949494;
  font-size: 14px;
  font-weight: 400;
  margin-left: auto;
}

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

.product-cart__price {
  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: 16px;
  font-weight: 800;
  color: #3F464D;
}

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

.order {
  padding: 50px 0px;
}

.order__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  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__title {
  font-weight: 700;
}

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

.main-order__section {
  padding: 40px 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 #D0DAEE;
}

.main-order__title {
  color: #3F464D;
  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: #3F464D;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
}

.pickup-order__nav {
  border-bottom: 1px solid #D0DAEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pickup-order__item {
  color: #3F464D;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  padding: 16px 24px;
}

.pickup-order__item._active {
  color: #ff0000;
  font-weight: 700;
}

.pickup-order__item._active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #ff0000;
  bottom: -1px;
  left: 0;
}

.pickup-order__blocks {
  margin-top: 30px;
}

.pickup-order__label {
  color: #3F464D;
  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;
}

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

.delivery-pickup-order__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
          flex: 0 0 calc((100% - 20px * 1) / 2);
}

.delivery-pickup-order__label {
  display: inline-block;
  margin-bottom: 10px;
}

.delivery-pickup-order__select {
  width: 100%;
  max-width: 100%;
}

.info-delivery-pickup-order {
  background: #F6EFFF;
  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;
  padding: 12px 20px;
  border-radius: 16px;
}

.info-delivery-pickup-order__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  height: 42px;
  width: 42px;
}

.info-delivery-pickup-order__body {
  color: #3F464D;
  font-size: 16px;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  line-height: 1.4;
}

.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: #3F464D;
  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;
}

.store-pickup-order__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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;
}

.store-pickup-order__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
          flex: 0 0 calc((100% - 20px * 1) / 2);
}

.store-pickup-order__label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 400;
}

.store-pickup-order__value {
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.store-pickup-order__value a {
  color: inherit;
}

.store-pickup-order__social {
  margin-top: 10px;
}

.store-pickup-order__map {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  overflow: hidden;
  border-radius: 16px;
  min-height: 215px;
  position: relative;
}

.store-pickup-order__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.comment-main-order__label {
  display: inline-block;
  margin-bottom: 10px;
}

.comment-main-order__textarea {
  width: 100%;
  max-width: 100%;
}

.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 #D0DAEE;
  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: #3F464D;
  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;
  font-size: 16px;
  color: #3F464D;
  font-weight: 500;
}

.list-sidebar-order__item._total {
  padding-top: 20px;
  border-top: 1px solid #D0DAEE;
}

.list-sidebar-order__item._total .list-sidebar-order__value {
  font-size: 20px;
  font-weight: 700;
}

.list-sidebar-order__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.payment-order__block {
  margin-top: 30px;
}

.optons-payment-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}

.optons-payment-order__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
          flex: 0 0 calc((100% - 20px * 2) / 3);
}

.optons-payment-order__radio {
  display: none;
}

.optons-payment-order__radio:checked + .optons-payment-order__content {
  border-color: #ff0000;
}

.optons-payment-order__radio:checked + .optons-payment-order__content .optons-payment-order__circle {
  border: 2px solid #ff0000;
}

.optons-payment-order__radio:checked + .optons-payment-order__content .optons-payment-order__circle::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.optons-payment-order__content {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
  row-gap: 12px;
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  border: 1px solid #D8D8D8;
  min-height: 100%;
  cursor: pointer;
}

.optons-payment-order__circle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
  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: 1px solid #D9D9D9;
}

.optons-payment-order__circle::after {
  content: "";
  width: 10px;
  height: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  border-radius: 50%;
  background: #ff0000;
  -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;
}

.optons-payment-order__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  height: 32px;
  width: 32px;
}

.optons-payment-order__icon img,
.optons-payment-order__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  width: 32px;
  height: 32px;
}

.optons-payment-order__name {
  color: #3F464D;
  font-size: 18px;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.order-send {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0px;
}

.order-send__wrapper {
  padding: 40px;
  border: 1px solid #D0DAEE;
  border-radius: 16px;
  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: 24px;
  -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: rgba(0, 168, 230, 0.1);
  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 30px;
          flex: 0 0 30px;
  width: 30px;
  height: 30px;
}

.order-send__title {
  color: #3F464D;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}

.order-send__text {
  color: #3F464D;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

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

.login {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0px;
}

.login__wrapper {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #D0DAEE;
  padding: 40px;
  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: 24px;
  width: 100%;
  max-width: 475px;
  margin: 0px auto;
}

.login__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: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.login__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 67px;
          flex: 0 0 67px;
  width: 67px;
  height: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 168, 230, 0.1);
  border-radius: 50%;
}

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

.login__text {
  color: #3F464D;
  font-size: 16px;
  line-height: 1.4;
}

.login__form {
  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: 24px;
}

.login__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: 24px;
}

.login__label {
  display: inline-block;
  margin-bottom: 10px;
}

.login__input {
  position: relative;
}

.login__forgot {
  color: #3F464D;
  font-size: 16px;
  display: inline-block;
  margin-top: 10px;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

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

.login__button {
  width: 100%;
  max-width: 100%;
}

.login__checkbox .checkbox__content {
  font-size: 14px;
}

.login__text-bottom {
  color: #3F464D;
  font-size: 16px;
  text-align: center;
}

.login__text-bottom a {
  color: #ff0000;
}

.showpass {
  position: absolute;
  right: 20px;
  top: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.showpass._active .showpass__view {
  display: block;
}

.showpass._active .showpass__hide {
  display: none;
}

.showpass__view {
  display: none;
  width: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  height: 16px;
}

.showpass__hide {
  display: block;
  width: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  height: 16px;
}

.cabinet {
  padding: 50px 0px;
}

.cabinet__content {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 280px 1fr;
  grid-template-columns: 280px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.sidebar-cabinet {
  border: 1px solid #D0DAEE;
  border-radius: 16px;
  background: #fff;
  padding: 20px;
}

.sidebar-cabinet__item {
  padding: 20px 0px;
  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: #3F464D;
  font-size: 16px;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.sidebar-cabinet__item:not(:last-child) {
  border-bottom: 1px solid #D0DAEE;
}

.sidebar-cabinet__item:not(._active) {
  margin-right: 20px;
}

.sidebar-cabinet__item._active {
  color: #ff0000;
}

.sidebar-cabinet__item._active .sidebar-cabinet__icon svg path[fill] {
  fill: #ff0000;
}

.sidebar-cabinet__item._active .sidebar-cabinet__icon svg path[stroke] {
  stroke: #ff0000;
}

.sidebar-cabinet__item:first-child {
  padding-top: 0;
}

.sidebar-cabinet__item:last-child {
  padding-bottom: 0;
}

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

.sidebar-cabinet__icon svg path {
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.sidebar-cabinet__icon svg path[fill] {
  fill: #3F464D;
}

.sidebar-cabinet__icon svg path[stroke] {
  stroke: #3F464D;
}

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

.data-cabinet {
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #D0DAEE;
}

.data-cabinet__section {
  padding: 40px 0px;
}

.data-cabinet__section:not(:last-child) {
  border-bottom: 1px solid #D0DAEE;
}

.data-cabinet__section:first-child {
  padding-top: 0;
}

.data-cabinet__section:last-child {
  padding-bottom: 0;
}

.data-cabinet__title {
  color: #3F464D;
  font-size: 22px;
  font-weight: 700;
}

.data-cabinet__content {
  margin-top: 30px;
}

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

.data-cabinet__body {
  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-cabinet__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
          flex: 0 0 calc((100% - 20px * 1) / 2);
}

.data-cabinet__item._ur-field:not(._view) {
  display: none;
}

.data-cabinet__item._full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.data-cabinet__label {
  display: inline-block;
  margin-bottom: 10px;
}

.data-cabinet__input {
  position: relative;
}

.data-cabinet__footer {
  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-cabinet__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
          flex: 0 0 calc((100% - 20px * 1) / 2);
}

.history-orders__title {
  color: #3F464D;
  font-size: 22px;
  font-weight: 700;
}

.history-orders__content {
  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: 20px;
}

.history-orders__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: 20px;
}

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

.item-history-orders {
  padding: 12px 20px;
  border-radius: 8px;
  border: 1px solid #D0DAEE;
  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;
}

.item-history-orders__info {
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item-history-orders__column {
  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: 6px;
  font-size: 16px;
  color: #3F464D;
}

.item-history-orders__name {
  color: #6E6E6E;
}

.item-history-orders__value a {
  color: #ff0000;
}

.item-history-orders__other {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 365px;
          flex: 0 0 365px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
}

.item-history-orders__products {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 272px 20px;
  grid-template-columns: 272px 20px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.item-history-orders__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.item-history-orders__prod {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62px;
          flex: 0 0 62px;
  width: 62px;
  border-radius: 8px;
  aspect-ratio: 1/1;
  position: relative;
  border: 1px solid #D0DAEE;
  overflow: hidden;
}

.item-history-orders__prod:not(:nth-child(-n+4)) {
  display: none;
}

.item-history-orders__prod img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.item-history-orders__more {
  color: #3F464D;
  font-size: 16px;
}

.item-history-orders__details {
  color: #ff0000;
  font-size: 16px;
}

.order-history-details {
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #D0DAEE;
}

.order-history-details > * {
  padding: 30px 0px;
}

.order-history-details > *:first-child {
  padding-top: 0;
}

.order-history-details > *:last-child {
  padding-bottom: 0;
}

.order-history-details > *:not(:last-child) {
  border-bottom: 1px solid #D0DAEE;
}

.order-history-details__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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
}

.order-history-details__name {
  color: #3F464D;
  font-size: 22px;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.order-history-details__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 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.order-history-details__back svg path {
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.order-history-details__back svg path[fill] {
  fill: #A6A6A6;
}

.order-history-details__back svg path[stroke] {
  stroke: #A6A6A6;
}

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

.order-history-details__table table {
  font-size: 16px;
  line-height: 1.4;
  width: 100%;
  border-collapse: collapse;
}

.order-history-details__table tbody tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 5fr;
  grid-template-columns: 3fr 5fr;
}

.order-history-details__table tbody tr:nth-child(odd) {
  background: #F4F4F4;
}

.order-history-details__table tbody tr._total {
  font-size: 18px;
}

.order-history-details__table tbody tr td {
  padding: 16px 20px;
}

.order-history-details__table tbody tr td:first-child {
  padding-right: 15px;
}

.order-history-details__table tbody tr td:last-child {
  padding-left: 15px;
  color: #3F464D;
}

.order-history-details__table ._no-wrap {
  white-space: nowrap;
}

.order-history-details__products {
  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;
}

.product-order-history-details {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr 25px 90px;
  grid-template-columns: 1fr 25px 90px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 20px;
}

.product-order-history-details__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;
}

.product-order-history-details__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72px;
          flex: 0 0 72px;
  width: 72px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  border: 1px solid #D0DAEE;
  position: relative;
  overflow: hidden;
  -webkit-transition: border-color 0.3s 0s;
  -o-transition: border-color 0.3s 0s;
  transition: border-color 0.3s 0s;
}

.product-order-history-details__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-order-history-details__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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 10px;
}

.product-order-history-details__name {
  color: #3F464D;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.product-order-history-details__art {
  color: #6E6E6E;
  font-size: 16px;
}

.product-order-history-details__price {
  color: #3F464D;
  font-size: 16px;
  font-weight: 700;
}

.product-order-history-details__count {
  color: #3F464D;
  font-size: 16px;
}

.product-order-history-details__total {
  color: #3F464D;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}

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

.favorite-cabinet__title {
  color: #3F464D;
  font-size: 22px;
  font-weight: 700;
}

.favorite-cabinet__clear {
  margin-left: auto;
  color: #3F464D;
  font-size: 16px;
  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;
  background: none;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.favorite-cabinet__clear svg path {
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.favorite-cabinet__clear svg path[fill] {
  fill: #949494;
}

.favorite-cabinet__clear svg path[stroke] {
  stroke: #949494;
}

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

.favorite-cabinet__products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
  margin-top: 30px;
}

.compare {
  padding: 50px 0px;
}

.compare__content {
  margin-top: 30px;
  margin: 30px -20px 0px;
  padding: 0px 20px;
  overflow-x: auto;
}

.compare__table {
  font-size: 14px;
  font-weight: 400;
  color: #3F464D;
  border-collapse: collapse;
}

.compare__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  padding: 16px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.compare__row:nth-child(even) {
  background: #F4F4F4;
}

.compare__column:not(:first-child) {
  text-align: center;
}

.compare__name {
  color: #6E6E6E;
}

.compare__text {
  color: #6E6E6E;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.compare__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  padding: 5px 20px;
  min-height: 34px;
  font-size: 14px;
}

.product-compare {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  min-height: 100%;
}

.product-compare__image {
  overflow: hidden;
  width: 100px;
  max-width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}

.product-compare__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-compare__name {
  color: #ff0000;
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

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

.product-compare__action svg path {
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.product-compare__action svg path[fill] {
  fill: #A1A3A4;
}

.product-compare__action svg path[stroke] {
  stroke: #A1A3A4;
}

.contacts {
  padding: 50px 0px;
}

.contacts__wrapper {
  margin-top: 30px;
  border-radius: 8px;
  border: 1px solid #D0DAEE;
  padding: 40px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  -ms-grid-columns: 2fr 3fr;
  grid-template-columns: 2fr 3fr;
}

.contacts__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.contacts__logo {
  width: 100%;
  max-width: 180px;
}

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

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

.contacts__item {
  font-size: 14px;
  color: #3F464D;
  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;
}

.contacts__name {
  color: rgba(63, 70, 77, 0.7);
}

.contacts__value {
  font-size: 18px;
  font-weight: 700;
}

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

.contacts__map {
  height: 425px;
  border-radius: 8px;
  overflow: hidden;
}

.contacts__map img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.article {
  padding: 50px 0px;
}

.article__content {
  margin-top: 30px;
  color: #6E6E6E;
  font-size: 16px;
  line-height: 1.5;
}

.article__image {
  float: right;
  margin: 0px 0px 40px 40px;
  width: 100%;
  max-width: 515px;
  overflow: hidden;
  aspect-ratio: 515/360;
  border-radius: 8px;
  position: relative;
}

.article__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.stocks {
  padding: 50px 0px;
}

.stocks__content {
  margin-top: 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: 50px;
}

.stocks__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 50px;
}

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

.stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #D0DAEE;
  border-radius: 8px;
  overflow: hidden;
}

.stock__head {
  position: relative;
  width: 100%;
}

.stock__image {
  aspect-ratio: 415/300;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}

.stock__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.stock__date {
  border-radius: 4px;
  background: #F47317;
  padding: 4px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  bottom: 12px;
  left: 12px;
  position: absolute;
}

.stock__body {
  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: 16px;
}

.stock__name {
  color: #3F464D;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.stock__text {
  color: #6E6E6E;
  font-size: 16px;
  font-weight: 400;
}

.stock__details {
  color: #ff0000;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stock__details img,
.stock__details svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

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

.not-found {
  padding: 50px 0px;
}

.not-found__content {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 30px;
  width: 100%;
  max-width: 1060px;
  margin: 0px auto;
}

.not-found__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: 24px;
}

.not-found__title {
  color: #3F464D;
  font-size: 32px;
  font-weight: 700;
}

.not-found__text {
  color: #6E6E6E;
  font-size: 20px;
  line-height: 1.4;
}

.not-found__actions {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  width: 100%;
}

.not-found__action {
  padding: 10px 8px;
}

.not-found__img {
  width: 100%;
  max-width: 100%;
}

.become-partner {
  padding: 50px 0px;
}

.become-partner__container {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 30px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.become-partner__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: 24px;
}

.become-partner__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}

.become-partner__text {
  color: #6E6E6E;
  font-size: 16px;
  line-height: 1.5;
}

.become-partner__image {
  aspect-ratio: 625/335;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.become-partner__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.callback-become-partner {
  border-radius: 8px;
  background: #3F464D;
  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: 30px;
}

.callback-become-partner__title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.form-become-partner {
  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;
}

.form-become-partner__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 30px;
}

.form-become-partner__item .input {
  background: #5F666D;
  border-color: #5F666D;
  color: #8A8C8D;
}

.form-become-partner__item .input._focus {
  color: #fff;
}

.form-become-partner__label {
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}

.form-become-partner__input .input:focus {
  border-color: #ff0000;
}

.form-become-partner__footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 30px;
}

.page {
  -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;
  padding-top: 117px;
}

.page section:last-child {
  padding-bottom: 100px;
}

@media (min-width: 479.98px) {
  .data-cabinet__form._password {
    width: 100%;
    max-width: calc((100% - 20px) / 2);
  }

  .data-cabinet__form._password .data-cabinet__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .data-cabinet__form._password .data-cabinet__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .form-become-partner__item._full {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

@media (min-width: 721.98px) {
  .menu__user {
    display: none;
  }

  .menu__language {
    display: none;
  }

  .useful__pagination {
    display: none;
  }

  .partners__footer {
    display: none;
  }

  .catalog__filter-btn span span._md3 {
    display: none;
  }

  .catalog__pagging {
    margin-left: auto;
  }

  .product-cart__delete {
    display: none;
  }

  .item-history-orders__list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 991.98px) {
  body._catalog-opened::after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
    display: inline-block;
    background: rgba(63, 70, 77, 0.35);
    z-index: 2;
  }

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

  .main-header__action._search-action {
    display: none;
  }

  .main-header__menu {
    display: none;
  }

  .catalog-header__btn._active {
    background: #ff0000;
    color: #fff;
    border-color: #ff0000;
  }

  .catalog-header__btn._active svg path[fill] {
    fill: #fff;
  }

  .catalog-header__btn._active svg path[stroke] {
    stroke: #fff;
  }

  .catalog-header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 300px;
    top: calc(100% + 17px);
    border-radius: 0 0 12px 12px;
    -webkit-box-shadow: 0 16px 16px -8px rgba(12, 12, 13, 0.1);
            box-shadow: 0 16px 16px -8px rgba(12, 12, 13, 0.1);
  }

  .catalog-header__top {
    display: none;
  }

  .catalog-header__body {
    margin-top: 0;
  }

  .search-header__close {
    display: none;
  }

  .main-footer__arrow {
    display: none;
  }

  .main-footer__body {
    display: block !important;
  }

  .banner__button {
    min-height: 56px;
    min-width: 220px;
  }

  .catalog._stock-page .catalog__products {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }

  .catalog__filter-btn {
    display: none;
  }

  .filter-catalog {
    row-gap: 20px;
  }

  .filter-catalog__head {
    display: none;
  }

  .filter-catalog__accept {
    display: none;
  }

  .favorite-cabinet__title {
    display: none;
  }
}

@media (min-width: 992px) {
  .select__option:hover {
    background: #ececec;
  }

  .checkbox a:hover {
    text-decoration: none;
  }
}

@media (min-width: 1352px) {
  .main-header__trolley {
    right: calc((100vw - 1300px) / 2);
  }

  .compare-added {
    right: calc((100vw - 1300px) / 2);
  }

  .product-added {
    right: calc((100vw - 1300px) / 2);
  }

  .info-card__add-to-cart {
    min-width: 260px;
  }
}

@media (max-width: 1352px) {
  .main-header__container {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

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

  .banner {
    padding: 20px 0px 30px;
  }

  .banner__item {
    height: 380px;
  }

  .banner__body {
    margin-left: 50px;
    row-gap: 25px;
    max-width: 500px;
  }

  .banner__title {
    font-size: 30px;
  }

  .category-section {
    padding: 30px 0px;
  }

  .product-section {
    padding: 30px 0px;
  }

  .product-section__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
            flex: 0 0 calc((100% - 20px * 3) / 4);
  }

  .product-section__item:not(:last-child) {
    margin-right: 20px;
  }

  .product__other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    row-gap: 10px;
  }

  .product__actions {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 3px;
       -moz-column-gap: 3px;
            column-gap: 3px;
  }

  .useful {
    padding: 30px 0px;
  }

  .useful__item {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .useful__body {
    padding-left: 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px) / 2);
            flex: 0 0 calc((100% - 30px) / 2);
  }

  .useful__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px) / 2);
            flex: 0 0 calc((100% - 30px) / 2);
    height: 335px;
  }

  .useful__arrows {
    left: 30px;
    bottom: 30px;
  }

  .partners {
    padding: 30px 0px;
  }

  .partners__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
            flex: 0 0 calc((100% - 20px * 3) / 4);
  }

  .partners__item img {
    padding: 24px;
  }

  .partners__item:not(:last-child) {
    margin-right: 20px;
  }

  .about-section {
    padding: 30px 0px;
  }

  .catalog {
    padding: 30px 0px;
  }

  .catalog__wrapper {
    -ms-grid-columns: 230px 1fr;
    grid-template-columns: 230px 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .catalog__products {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .filter-catalog__section {
    padding: 20px 16px;
    border: none;
    padding: 16px 0px;
    border-radius: 0;
  }

  .filter-catalog__section:first-child {
    padding-top: 0;
  }

  .filter-catalog__section:last-child {
    padding-bottom: 0;
  }

  .filter-catalog__section:not(:last-child) {
    border-bottom: 1px solid #D0DAEE;
  }

  .card {
    padding: 30px 0px;
  }

  .card__details {
    margin-top: 40px;
  }

  .main-gallery-card__watch {
    bottom: 12px;
    right: 12px;
  }

  .info-card__add-to-cart {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .nav-details-card {
    margin: 0px -20px -10px;
    padding: 0px 20px 10px;
    overflow-x: auto;
  }

  .nav-details-card__list {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .cart {
    padding: 30px 0px;
  }

  .order {
    padding: 30px 0px;
  }

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

  .store-pickup-order__info {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .order-send {
    padding: 60px 0px;
  }

  .login {
    padding: 60px 0px;
  }

  .cabinet {
    padding: 30px 0px;
  }

  .cabinet__content {
    -ms-grid-columns: 240px 1fr;
    grid-template-columns: 240px 1fr;
  }

  .item-history-orders {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    padding: 12px 16px;
  }

  .favorite-cabinet__products {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .compare {
    padding: 30px 0px;
  }

  .compare__row {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .contacts {
    padding: 30px 0px;
  }

  .article {
    padding: 30px 0px;
  }

  .article__image {
    max-width: 335px;
  }

  .stocks {
    padding: 30px 0px;
  }

  .stocks__footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .not-found {
    padding: 30px 0px;
  }

  .become-partner {
    padding: 30px 0px;
  }

  .page section:last-child {
    padding-bottom: 60px;
  }
}

@media (max-width: 991.98px) {
  ._title-section {
    font-size: 24px;
  }

  .header__top {
    display: none;
  }

  .main-header__logo {
    margin-right: auto;
  }

  .catalog-header__btn {
    border-radius: 6px;
    background: #3F464D;
    padding: 16px;
    width: 100%;
    border: none;
    color: #fff;
  }

  .catalog-header__btn::after {
    content: "";
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
    width: 16px;
    height: 16px;
    margin-left: auto;
    display: inline-block;
    background: url(../img/icons/more-w.svg) center/cover no-repeat;
  }

  .catalog-header__btn img,
  .catalog-header__btn svg {
    display: none;
  }

  .catalog-header__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .catalog-header__right {
    position: absolute;
    inset: 0;
    border: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    background: #fff;
    min-height: 100%;
  }

  .catalog-header__block {
    padding: 0px;
  }

  .category-list-catalog__item {
    padding: 16px 0px;
  }

  .search-header {
    position: fixed;
    top: 69px;
    left: 0;
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #D0DAEE;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
  }

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

  .search-header__main {
    padding: 10px 20px;
    background: #fff;
  }

  .search-header__result {
    top: 100%;
    max-width: calc(100% - 40px);
    left: 20px;
    max-height: calc(100dvh - 160px);
  }

  .trolley-header {
    max-height: calc(100vh - 80px);
  }

  .compare-added {
    max-height: calc(100vh - 80px);
    top: 68px;
  }

  .product-added {
    max-height: calc(100vh - 80px);
    top: 68px;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 24px;
    height: 14px;
    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: 80%;
    height: 2px;
    border-radius: 50px;
    background-color: #3F464D;
  }

  .icon-menu span:first-child {
    top: 0px;
    width: 100%;
  }

  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
    width: 100%;
  }

  .main-footer__container {
    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: 0px;
  }

  .main-footer__column._info {
    margin-bottom: 30px;
  }

  .main-footer__column:not(._info) {
    padding: 16px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .main-footer__column:not(._info):last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

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

  .banner {
    padding: 0px 0px 25px;
  }

  .banner__container {
    padding: 0px;
  }

  .banner__item {
    height: 300px;
    border-radius: 0px;
  }

  .banner__body {
    row-gap: 15px;
    max-width: calc((100% - 100px) / 2);
  }

  .banner__title {
    font-size: 28px;
  }

  .category-section {
    padding: 25px 0px;
  }

  .category-section__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
            flex: 0 0 calc((100% - 20px * 3) / 4);
  }

  .item-category__image {
    height: 103px;
  }

  .item-category__name {
    font-size: 14px;
  }

  .product-section {
    padding: 25px 0px;
  }

  .product-section__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
            flex: 0 0 calc((100% - 20px * 2) / 3);
  }

  .useful {
    padding: 25px 0px;
  }

  .useful__body {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    row-gap: 20px;
  }

  .useful__text {
    font-size: 14px;
  }

  .useful__image {
    height: 245px;
  }

  .partners {
    padding: 25px 0px;
  }

  .partners__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
            flex: 0 0 calc((100% - 20px * 2) / 3);
  }

  .about-section {
    padding: 25px 0px;
  }

  .about-section__wrapper {
    padding: 50px 20px;
  }

  .breadcrums {
    padding: 20px 0px;
  }

  .catalog {
    padding: 25px 0px;
  }

  .catalog__wrapper {
    display: block;
    margin-top: 20px;
  }

  .filter-catalog {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 3;
    height: 100vh;
    max-height: 100dvh;
    width: 100%;
    max-width: 360px;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
  }

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

  .filter-catalog__content {
    padding: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    overflow-y: auto;
    row-gap: 0;
  }

  .filter-catalog__top._active::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .filter-catalog__top::after {
    content: "";
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: auto;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    background: url(../img/icons/spoller-black.svg) center/cover no-repeat;
  }

  .filter-catalog__body {
    display: none;
  }

  .filter-catalog__footer {
    padding: 16px 20px;
    border-top: 1px solid #D0DAEE;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .filter-catalog__reset {
    padding: 5px 8px;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }

  .banner-stock__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 225px;
            flex: 0 0 225px;
  }

  .card {
    padding: 25px 0px;
  }

  .card__wrapper {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .main-gallery-card__watch {
    right: 10px;
    bottom: 10px;
  }

  .info-card {
    row-gap: 20px;
  }

  .info-card__meta {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .info-card__status {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .info-card__purchase {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 20px;
  }

  .info-card__price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .cart {
    padding: 25px 0px;
  }

  .cart__content {
    margin-top: 20px;
  }

  .product-cart {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .order {
    padding: 25px 0px;
  }

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

  .main-order__title {
    font-size: 18px;
  }

  .sidebar-order__wrapper {
    position: static !important;
  }

  .order-send {
    padding: 50px 0px;
  }

  .login {
    padding: 50px 0px;
  }

  .cabinet {
    padding: 25px 0px;
  }

  .cabinet__content {
    margin-top: 20px;
    display: block;
  }

  .cabinet__sidebar {
    display: none;
  }

  .item-history-orders__column {
    font-size: 14px;
  }

  .favorite-cabinet__products {
    margin-top: 20px;
  }

  .compare {
    padding: 25px 0px;
  }

  .compare__content {
    margin-top: 20px;
    padding: 0px;
  }

  .compare__button {
    padding: 5px 12px;
  }

  .contacts {
    padding: 25px 0px;
  }

  .contacts__wrapper {
    padding: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .contacts__info {
    row-gap: 20px;
  }

  .contacts__list {
    row-gap: 20px;
  }

  .contacts__map {
    height: 325px;
  }

  .article {
    padding: 25px 0px;
  }

  .article__content {
    margin-top: 20px;
  }

  .stocks {
    padding: 25px 0px;
  }

  .stocks__content {
    margin-top: 20px;
    row-gap: 30px;
  }

  .stocks__list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 30px;
  }

  .stock__body {
    padding: 16px;
    row-gap: 12px;
  }

  .stock__name {
    font-size: 16px;
  }

  .stock__text {
    font-size: 14px;
  }

  .not-found {
    padding: 25px 0px;
  }

  .not-found__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 415px;
    text-align: center;
  }

  .not-found__body {
    width: 100%;
  }

  .not-found__title {
    font-size: 28px;
  }

  .not-found__text {
    font-size: 16px;
  }

  .not-found__image {
    max-width: 265px;
  }

  .become-partner {
    padding: 25px 0px;
  }

  .become-partner__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .become-partner__body {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .become-partner__image {
    aspect-ratio: unset;
    min-height: 230px;
  }

  .page {
    padding-top: 69px;
  }

  .page section:last-child {
    padding-bottom: 50px;
  }
}

@media (max-width: 721.98px) {
  .header__main {
    padding: 10px 0px;
    min-height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .top-header__language {
    display: none;
  }

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

  .main-header__action._user-action {
    display: none;
  }

  .search-header {
    top: 53px;
  }

  .trolley-header {
    max-height: calc(100vh - 70px);
  }

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

  .trolley-header__total {
    margin-left: 0;
  }

  .compare-added {
    max-height: calc(100vh - 70px);
    top: 51px;
  }

  .product-added {
    max-height: calc(100vh - 70px);
    top: 51px;
  }

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

  .bottom-footer__dev {
    margin-left: 0;
  }

  .banner__body {
    margin-left: 20px;
    max-width: calc((100% - 20px) / 2);
  }

  .banner__title {
    font-size: 20px;
  }

  .category-section__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 145px;
            flex: 0 0 145px;
  }

  .category-section__item:not(:last-child) {
    margin-right: 10px;
  }

  .category-section__arrows {
    display: none;
  }

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

  .item-category {
    padding: 12px;
  }

  .item-category__image {
    height: 119px;
  }

  .product-section__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }

  .product-section__arrows {
    display: none;
  }

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

  .useful__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }

  .useful__body {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .useful__image {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 26/18;
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .useful__arrows {
    display: none;
  }

  .partners__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 182px;
            flex: 0 0 182px;
    border-radius: 12px;
  }

  .partners__item img {
    padding: 12px 24px;
  }

  .catalog__sort {
    display: none;
  }

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

  .catalog__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    row-gap: 20px;
  }

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

  .banner-stock__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 225px;
    width: 100%;
  }

  .card__wrapper {
    display: block;
  }

  .card__info {
    margin-top: 20px;
  }

  .info-card__meta {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .info-card__status {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .info-card__purchase {
    padding-bottom: 0;
    border: none;
  }

  .info-card__description {
    display: none;
  }

  .cart__content {
    padding: 20px;
  }

  .product-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .product-cart__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .product-cart__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 120px);
            flex: 0 0 calc(100% - 120px);
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

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

  .store-pickup-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }

  .store-pickup-order__map {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .optons-payment-order {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .optons-payment-order__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .data-cabinet {
    padding: 20px;
  }

  .item-history-orders {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    row-gap: 20px;
  }

  .item-history-orders__other {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .item-history-orders__products {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }

  .order-history-details {
    padding: 20px;
  }

  .favorite-cabinet__products {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }

  .compare__row {
    -ms-grid-columns: (110px)[6];
    grid-template-columns: repeat(6, 110px);
  }

  .compare__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .compare__column:not(:first-child) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .contacts__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .contacts__value {
    font-size: 22px;
  }

  .article__image {
    max-width: 100%;
    float: none;
    margin: 0px 0px 20px;
  }

  .stocks__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .not-found__text br {
    display: none;
  }

  .become-partner__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .become-partner__image {
    display: none;
  }

  .page {
    padding-top: 53px;
  }
}

@media (max-width: 479.98px) {
  ._title-section {
    font-size: 22px;
  }

  ._swiper-pagination .swiper-pagination-bullet {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8px;
            flex: 0 0 8px;
    width: 8px;
    height: 8px;
  }

  .main-header__container {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .main-header__actions {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }

  .item-result-search__name {
    font-size: 16px;
  }

  .product-trolley__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }

  .product-trolley__info {
    row-gap: 8px;
  }

  .product-trolley__name {
    font-size: 14px;
  }

  .product-trolley__art {
    font-size: 14px;
  }

  .product-added__title {
    font-size: 16px;
  }

  .product-added__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }

  .product-added__info {
    row-gap: 8px;
  }

  .product-added__name {
    font-size: 16px;
  }

  .product-added__art {
    font-size: 14px;
  }

  .banner {
    padding: 0px 0px 15px;
  }

  .banner__item {
    height: 260px;
  }

  .banner__body {
    max-width: 200px;
  }

  .banner__title {
    font-size: 16px;
  }

  .banner__text {
    font-size: 12px;
  }

  .banner__button {
    padding: 8px 20px;
    min-height: 0px;
    font-size: 14px;
  }

  .banner__pagination {
    margin-top: 10px;
  }

  .category-section {
    padding: 15px 0px;
  }

  .category-section__body {
    margin-top: 20px;
  }

  .category-section__footer {
    margin-top: 10px;
  }

  .product-section {
    padding: 15px 0px;
  }

  .product-section__body {
    margin-top: 20px;
  }

  .product-section__footer {
    margin-top: 10px;
  }

  .useful {
    padding: 15px 0px;
  }

  .useful__description {
    font-size: 14px;
  }

  .useful__content {
    margin-top: 20px;
  }

  .useful__body {
    row-gap: 16px;
  }

  .useful__name {
    font-size: 22px;
  }

  .useful__button {
    min-height: 0px;
    padding: 10px 20px;
  }

  .partners {
    padding: 15px 0px;
  }

  .partners__body {
    margin-top: 20px;
  }

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

  .about-section {
    padding: 15px 0px;
  }

  .about-section__wrapper {
    padding: 30px 20px;
    row-gap: 20px;
  }

  .about-section__text {
    font-size: 14px;
  }

  .about-section__button {
    min-height: 0px;
    padding: 10px 20px;
  }

  .catalog {
    padding: 15px 0px;
  }

  .catalog__products {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .catalog__product {
    padding: 12px;
  }

  .catalog__product .product__price {
    font-size: 16px;
  }

  .banner-stock__text {
    font-size: 14px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .card {
    padding: 15px 0px;
  }

  .card__details {
    margin-top: 30px;
  }

  .thumbs-gallery-card__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    width: 60px;
  }

  .info-card__price {
    font-size: 22px;
  }

  .cart {
    padding: 15px 0px;
  }

  .cart__content {
    row-gap: 15px;
  }

  .cart__footer {
    max-width: 100%;
  }

  .product-cart {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .product-cart__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
  }

  .product-cart__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 70px);
            flex: 0 0 calc(100% - 70px);
  }

  .product-cart__name {
    font-size: 14px;
  }

  .order {
    padding: 15px 0px;
  }

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

  .delivery-pickup-order__form {
    row-gap: 20px;
  }

  .delivery-pickup-order__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .info-delivery-pickup-order__body {
    font-size: 14px;
  }

  .store-pickup-order__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .store-pickup-order__map {
    min-height: 200px;
  }

  .optons-payment-order__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .optons-payment-order__content {
    min-height: 150px;
  }

  .order-send {
    padding: 40px 0px;
  }

  .order-send__wrapper {
    row-gap: 16px;
    padding: 20px;
  }

  .order-send__title {
    font-size: 24px;
  }

  .login {
    padding: 40px 0px;
  }

  .login__wrapper {
    padding: 20px;
    row-gap: 16px;
  }

  .login__head {
    row-gap: 16px;
  }

  .login__form {
    row-gap: 16px;
  }

  .login__body {
    row-gap: 16px;
  }

  .cabinet {
    padding: 15px 0px;
  }

  .data-cabinet__section {
    padding: 20px 0px;
  }

  .data-cabinet__content {
    margin-top: 20px;
  }

  .data-cabinet__form {
    row-gap: 20px;
  }

  .data-cabinet__body {
    row-gap: 20px;
  }

  .data-cabinet__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .data-cabinet__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .item-history-orders {
    padding: 12px 16px;
  }

  .item-history-orders__prod:not(:nth-child(-n+3)) {
    display: none;
  }

  .order-history-details > * {
    padding: 20px 0px;
  }

  .order-history-details__name {
    font-size: 18px;
  }

  .order-history-details__back {
    font-size: 14px;
  }

  .order-history-details__table table {
    font-size: 14px;
  }

  .order-history-details__table tbody tr._total {
    font-size: 16px;
  }

  .order-history-details__table tbody tr td {
    padding: 12px 16px;
  }

  .order-history-details__table tbody tr td:first-child {
    padding-right: 7px;
  }

  .order-history-details__table tbody tr td:last-child {
    padding-left: 7px;
  }

  .order-history-details__products {
    row-gap: 20px;
  }

  .product-order-history-details {
    -ms-grid-columns: 1fr 25px 75px;
    grid-template-columns: 1fr 25px 75px;
  }

  .product-order-history-details__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52px;
            flex: 0 0 52px;
    width: 52px;
  }

  .product-order-history-details__info {
    row-gap: 5px;
  }

  .product-order-history-details__name {
    font-size: 14px;
  }

  .product-order-history-details__art {
    font-size: 14px;
  }

  .product-order-history-details__price {
    font-size: 14px;
  }

  .product-order-history-details__count {
    font-size: 14px;
  }

  .product-order-history-details__total {
    font-size: 14px;
  }

  .favorite-cabinet__title {
    font-size: 18px;
  }

  .favorite-cabinet__product {
    padding: 12px;
  }

  .favorite-cabinet__product .product__name {
    font-size: 14px;
  }

  .favorite-cabinet__product .product__price {
    font-size: 16px;
  }

  .compare {
    padding: 15px 0px;
  }

  .contacts {
    padding: 15px 0px;
  }

  .article {
    padding: 15px 0px;
  }

  .stocks {
    padding: 15px 0px;
  }

  .stocks__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .not-found {
    padding: 20px 0px;
  }

  .not-found__title {
    font-size: 24px;
  }

  .become-partner {
    padding: 15px 0px;
  }

  .callback-become-partner {
    row-gap: 20px;
  }

  .form-become-partner {
    row-gap: 20px;
  }

  .form-become-partner__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .form-become-partner__footer {
    row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .page section:last-child {
    padding-bottom: 30px;
  }
}

@media (max-width: 1352px) and (min-width: 991.98px) {
  .main-footer__column {
    min-width: 95px;
  }

  .main-footer__column._info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
}

@media (any-hover: hover) {
  ._btn:hover {
    background: #ff0000;
    color: #fff;
  }

  ._btn._stroke:hover {
    border-color: #ff0000;
  }

  ._like:not(._active):hover svg path[fill],
  ._compare:not(._active):hover svg path[fill] {
    fill: #3F464D;
  }

  ._like:not(._active):hover svg path[stroke],
  ._compare:not(._active):hover svg path[stroke] {
    stroke: #3F464D;
  }

  ._swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    background: rgba(57, 93, 165, 0.3);
  }

  ._swiper-arrow:hover {
    background: rgba(57, 93, 165, 0.25);
  }

  .pagging__arrow:not(._disabled):hover svg path[fill] {
    fill: #ff0000;
  }

  .pagging__arrow:not(._disabled):hover svg path[stroke] {
    stroke: #ff0000;
  }

  .pagging__link:not(._active):hover {
    color: #3F464D;
    border-color: #3F464D;
  }

  .nav-top-header__list a:hover {
    color: #ff0000;
  }

  .language-header__item a:hover {
    color: #3F464D;
  }

  .phone-header:hover {
    color: #ff0000;
  }

  .main-header__action:hover svg path[fill] {
    fill: #ff0000;
  }

  .main-header__action:hover svg path[stroke] {
    stroke: #ff0000;
  }

  .catalog-header__btn:hover {
    background: #ff0000;
    color: #fff;
    border-color: #ff0000;
  }

  .catalog-header__btn:hover svg path[fill] {
    fill: #fff;
  }

  .catalog-header__btn:hover svg path[stroke] {
    stroke: #fff;
  }

  .catalog-header__list a:hover {
    color: #ff0000;
  }

  .category-list-catalog__item:not(._active):hover {
    background: #F3F4F6;
  }

  .item-result-search:hover {
    background: rgba(0, 168, 230, 0.08);
  }

  .menu__link:hover {
    color: #ff0000;
  }

  .user-menu__item a:hover {
    color: #ff0000;
  }

  .trolley-header__clear:hover {
    color: red;
  }

  .trolley-header__clear:hover svg path[fill] {
    fill: red;
  }

  .trolley-header__clear:hover svg path[stroke] {
    stroke: red;
  }

  .product-trolley__name:hover {
    color: #ff0000;
  }

  .product-trolley__detele:hover svg path[fill] {
    fill: red;
  }

  .product-trolley__detele:hover svg path[stroke] {
    stroke: red;
  }

  .compare-added__text a:hover {
    text-decoration: underline;
  }

  .product-added__name:hover {
    color: #ff0000;
  }

  .product-added__goto:hover {
    text-decoration: underline;
  }

  .main-footer__list a:hover {
    color: #ff0000;
  }

  .info-main-footer__social:hover svg path[fill] {
    fill: #ff0000;
  }

  .info-main-footer__social:hover svg path[stroke] {
    stroke: #ff0000;
  }

  .contacts-main-footer__item a:hover {
    color: #ff0000;
  }

  .item-category:hover {
    -webkit-box-shadow: 0px 6px 8px rgba(63, 70, 77, 0.1);
            box-shadow: 0px 6px 8px rgba(63, 70, 77, 0.1);
    border-color: #ff0000;
  }

  .product:hover {
    -webkit-box-shadow: 0px 6px 8px rgba(63, 70, 77, 0.1);
            box-shadow: 0px 6px 8px rgba(63, 70, 77, 0.1);
    border-color: #ff0000;
  }

  .product__name:hover {
    color: #ff0000;
  }

  .product__cart:hover {
    background: #ff0000;
    border-color: #ff0000;
  }

  .product__cart:hover svg path[fill] {
    fill: #fff;
  }

  .product__cart:hover svg path[stroke] {
    stroke: #fff;
  }

  .useful__arrow:hover {
    background: #fff;
  }

  .useful__arrow:hover svg path[fill] {
    fill: #3F464D;
  }

  .useful__arrow:hover svg path[stroke] {
    stroke: #3F464D;
  }

  .partners__item:hover {
    -webkit-box-shadow: 0px 6px 8px rgba(63, 70, 77, 0.1);
            box-shadow: 0px 6px 8px rgba(63, 70, 77, 0.1);
    border-color: #ff0000;
  }

  .breadcrums__list a:hover {
    color: #3F464D;
  }

  .category-filter-catalog__text:hover {
    color: #ff0000;
  }

  .main-gallery-card__watch:hover {
    border-color: #ED1E1E;
  }

  .thumbs-gallery-card__item:not(.swiper-slide-thumb-active):hover {
    opacity: 0.7;
  }

  .info-card__quantity-button:hover svg path[fill] {
    fill: #ff0000;
  }

  .info-card__quantity-button:hover svg path[stroke] {
    stroke: #ff0000;
  }

  .head-cart__back:hover {
    color: #3F464D;
  }

  .head-cart__back:hover svg path {
    fill: #3F464D;
  }

  .head-cart__clear:hover svg path {
    stroke: #3F464D;
  }

  .product-cart__name:hover {
    color: #ff0000;
  }

  .product-cart__remove:hover svg path {
    stroke: #3F464D;
  }

  .head-order__back:hover {
    color: #3F464D;
  }

  .head-order__back:hover svg path {
    fill: #3F464D;
  }

  .store-pickup-order__value a:hover {
    text-decoration: underline;
  }

  .login__forgot:hover {
    color: #ff0000;
  }

  .login__text-bottom a:hover {
    text-decoration: underline;
  }

  .sidebar-cabinet__item:hover {
    color: #ff0000;
  }

  .sidebar-cabinet__item:hover .sidebar-cabinet__icon svg path[fill] {
    fill: #ff0000;
  }

  .sidebar-cabinet__item:hover .sidebar-cabinet__icon svg path[stroke] {
    stroke: #ff0000;
  }

  .item-history-orders__value a:hover {
    text-decoration: underline;
  }

  .order-history-details__back:hover {
    color: #3F464D;
  }

  .order-history-details__back:hover svg path[fill] {
    fill: #3F464D;
  }

  .order-history-details__back:hover svg path[stroke] {
    stroke: #3F464D;
  }

  .product-order-history-details__image:hover {
    border-color: #ff0000;
  }

  .product-order-history-details__name:hover {
    color: #ff0000;
  }

  .favorite-cabinet__clear:hover {
    color: red;
  }

  .favorite-cabinet__clear:hover svg path[fill] {
    fill: red;
  }

  .favorite-cabinet__clear:hover svg path[stroke] {
    stroke: red;
  }

  .product-compare__action._remove:hover svg path[fill] {
    fill: #EE1313;
  }

  .product-compare__action._remove:hover svg path[stroke] {
    stroke: #EE1313;
  }

  .contacts__value a:hover {
    color: #ff0000;
    text-decoration: underline;
  }

  .stock__image:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .stock__name:hover {
    color: #ff0000;
  }

  .stock__details:hover {
    text-decoration: underline;
  }

  .stock__details:hover img,
  .stock__details:hover svg {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
}
