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

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

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

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

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

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

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

:focus,
:active {
  outline: none;
}

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

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

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

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

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

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: #fff;
  font-size: 16px;
  line-height: 1.2;
  background-color: #034C39;
}

body._lock {
  overflow: hidden;
}

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

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

.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: #2E303F;
  background-color: #F1F1F1;
  border: 1px solid #F1F1F1;
  cursor: pointer;
}

.select__title._placeholder {
  color: #8A8C8D;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 52px;
  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;
}

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

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

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

.select__options {
  color: #2E303F;
  display: none;
  position: absolute;
  top: 100%;
  min-width: 100%;
  left: 0;
  background-color: #F1F1F1;
  font-size: 16px;
  border: 1px solid #BE8C5D;
  border-top: 0;
}

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

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

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

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

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

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

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
  background-color: #F1F1F1;
  min-height: 54px;
  border: 1px solid #F1F1F1;
  color: #8A8C8D;
  font-size: 16px;
}

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

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

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

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

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

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

.input:focus::-webkit-input-placeholder {
  font-size: 0;
}

.input:focus::-moz-placeholder {
  font-size: 0;
}

.input:focus:-ms-input-placeholder {
  font-size: 0;
}

.input:focus::-ms-input-placeholder {
  font-size: 0;
}

.input:focus::placeholder {
  font-size: 0;
}

.input._focus {
  color: #2E303F;
}

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

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

.showpass {
  cursor: pointer;
}

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

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

.showpass__on {
  display: none;
  width: 24px;
  height: 24px;
}

.showpass__off {
  display: block;
  width: 24px;
  height: 24px;
}

.checkbox {
  position: relative;
}

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

.checkbox__input:checked + .checkbox__text::before {
  background: url("../img/icons/check.svg") center/20px no-repeat, #034C39;
  border-color: #034C39;
}

.checkbox__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: #2E303F;
  cursor: pointer;
}

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

.checkbox a {
  color: #BE8C5D;
  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;
  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: 88px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}

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

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

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

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

.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

img,
svg {
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  max-height: 100%;
}

._btn {
  background-color: #BE8C5D;
  color: #fff;
  min-height: 50px;
  padding: 8px 30px;
  font-size: 16px;
  font-weight: 500;
  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;
  text-align: center;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

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

._btn._green {
  background-color: #034C39;
}

._btn._fw {
  width: 100%;
  max-width: 100%;
}

._title {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
}

._like {
  -webkit-tap-highlight-color: transparent;
}

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

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;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  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,
._swiper-md2 {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

._swiper .swiper-wrapper,
._swiper-md2 .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,
._swiper-md2.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,
._swiper-md2.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

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

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

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

.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 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  color: #fff;
}

.pagging__arrow._disabled {
  opacity: 0.5;
}

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

.pagging__link {
  width: 42px;
  height: 42px;
  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%;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.pagging__link._active {
  color: #2E303F;
  background-color: #fff;
}

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

.popup::before {
  content: "";
  background: rgba(46, 48, 63, 0.5);
  backdrop-filter: blur(4px);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}

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

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

.popup.show .popup__body {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

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

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

.popup._active .popup__body {
  -webkit-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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 100dvh;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
}

.popup__body {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  height: 100vh;
  max-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup.login-popup .popup__title {
  font-size: 32px;
}

.popup__head {
  padding: 30px 30px 0px;
  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;
}

.popup__head img,
.popup__head svg {
  max-width: 80px;
  max-height: 80px;
}

.popup__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #2E303F;
  font-size: 20px;
  font-weight: 700;
}

.popup__close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  color: #949494;
}

.popup__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 20px 30px;
  margin: 10px 0px;
}

.popup__blocks {
  margin-top: 20px;
}

.popup__block:not(._active) {
  display: none;
}

.popup__footer {
  padding: 20px 30px 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;
}

.popup__text {
  color: #8E8E8E;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
}

.popup__text a {
  color: #BE8C5D;
  text-decoration: underline;
}

.popup__login-link {
  font-size: 16px;
  font-weight: 500;
  color: #989898;
  text-align: center;
  -webkit-transition: color 0.3s 0s;
  transition: color 0.3s 0s;
}

.popup__details-info {
  font-size: 16px;
  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;
  font-weight: 500;
  color: #2E303F;
}

.popup__details-info li {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.popup__details-info li span:nth-child(2) {
  text-align: right;
}

.popup__details-info strong {
  font-weight: 800;
}

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

.form-popup__item {
  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: 14px;
}

.form-popup__label {
  font-size: 16px;
  font-weight: 400;
  color: #2E303F;
}

.form-popup__input {
  position: relative;
}

.form-popup__showpass {
  position: absolute;
  top: 26px;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-popup__link {
  display: inline-block;
  color: #2E303F;
  font-size: 16px;
  font-weight: 500;
}

.form-popup__text {
  font-size: 16px;
  color: #2E303F;
  font-weight: 400;
  line-height: 1.4;
}

.cart-popup {
  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-popup__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-popup__clear {
  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;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  color: #2E303F;
  margin-left: auto;
}

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

.cart-popup__clear svg path {
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.cart-popup__clear svg path[fill] {
  fill: #949494;
}

.cart-popup__clear svg path[stroke] {
  stroke: #949494;
}

.cart-popup__products {
  border-top: 1px solid #DEDEDE;
}

.cart-popup__product {
  border-bottom: 1px solid #DEDEDE;
  padding: 20px 0px;
}

.cart-popup__return {
  color: #B2B2B2;
  font-size: 14px;
}

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

.product-cart-popup__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72px;
          flex: 0 0 72px;
  aspect-ratio: 1;
}

.product-cart-popup__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-cart-popup__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: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.product-cart-popup__name {
  font-size: 14px;
  font-weight: 700;
  color: #2E303F;
}

.product-cart-popup__name a {
  color: inherit;
}

.product-cart-popup__text {
  color: #949494;
  font-size: 14px;
}

.product-cart-popup__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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  font-weight: 800;
  color: #2E303F;
}

.product-cart-popup__price del {
  font-size: 14px;
  color: #81817D;
  font-weight: 400;
}

.product-cart-popup__price span {
  font-weight: 400;
}

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

.header {
  background-color: #002015;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 4;
}

.header__main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 200px 1fr;
  grid-template-columns: 1fr 200px 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0px;
}

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

.header__column:nth-child(3) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

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

.header__action {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__menu {
  grid-column: 1/-1;
}

.language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  color: #A5A7B4;
  font-size: 14px;
}

.language a {
  color: inherit;
}

.language__item._active {
  color: #fff;
}

.menu__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 20px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 16px;
  color: #2E303F;
  border-bottom: 1px solid #EBEBEB;
}

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

.list-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 26px;
  color: #fff;
}

.list-menu__link {
  font-size: 14px;
  color: #fff;
  padding: 16px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-menu__link span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-menu__link img,
.list-menu__link svg {
  margin-left: auto;
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}

.list-menu__submenu {
  position: fixed;
  top: 120px;
  left: 0;
  width: 100vw;
  max-width: 100vw;
  background: #fff;
  padding: 40px 0px;
  height: 100dvh;
  max-height: calc(100dvh - 120px);
  overflow-y: auto;
}

.submenu-list-menu__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;
  font-size: 16px;
  font-weight: 600;
  color: #2E303F;
  padding: 16px 20px;
  border-bottom: 1px solid #EBEBEB;
}

.submenu-list-menu__back {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  background: none;
}

.submenu-list-menu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.submenu-list-menu__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: 42px;
  width: 100%;
}

.submenu-list-menu__column._banners {
  max-width: 290px;
}

.submenu-list-menu__name {
  color: #2E303F;
  font-size: 16px;
  font-weight: 700;
}

.submenu-list-menu__body {
  margin-top: 12px;
}

.submenu-list-menu__list {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #2E303F;
  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-transition: color 0.3s 0s;
  transition: color 0.3s 0s;
}

.submenu-list-menu__list a {
  color: #2E303F;
}

.user-menu {
  border-bottom: 1px solid #EBEBEB;
}

.user-menu__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;
  padding: 16px 20px;
  width: 100%;
  background-color: transparent;
}

.user-menu__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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__user-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.user-menu__name {
  font-size: 16px;
  font-weight: 400;
  color: #2E303F;
}

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

.user-menu__body {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  z-index: 2;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.user-menu__item {
  border-bottom: 1px solid #EBEBEB;
  padding: 12px 40px;
  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: #2E303F;
  font-size: 16px;
}

.user-menu__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38px;
          flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  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;
}

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

.user-menu__icon svg path {
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.user-menu__icon svg path[fill] {
  fill: #2E303F;
}

.user-menu__icon svg path[stroke] {
  stroke: #2E303F;
}

.back-user-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 16px 20px;
  border-bottom: 1px solid #EBEBEB;
  width: 100%;
  background-color: transparent;
}

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

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

.back-user-menu__name {
  font-size: 16px;
  font-weight: 400;
  color: #2E303F;
}

.banners-submenu-list-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 100px;
}

.banners-submenu-list-menu__item {
  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;
}

.banners-submenu-list-menu__image {
  aspect-ratio: 290/200;
  display: block;
  width: 100%;
}

.banners-submenu-list-menu__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banners-submenu-list-menu__name {
  font-size: 16px;
  color: #2E303F;
  font-weight: 700;
}

.contacts-menu {
  background-color: #034C39;
  padding: 30px 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;
  color: #fff;
}

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

.contacts-menu__phone {
  color: #006A53;
  font-size: 20px;
  font-weight: 700;
}

.contacts-menu__text {
  font-weight: 500;
  line-height: 1.5;
}

.contacts-menu__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

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

.product-added {
  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;
  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;
  transition: all 0.3s 0s;
  position: fixed;
  top: 70px;
  z-index: 2;
  right: 20px;
  padding: 20px;
  row-gap: 10px;
  z-index: 5;
}

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

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

.product-added__name {
  color: #2E303F;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.product-added__art {
  color: #949494;
  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: #006A53;
  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;
}

.icon-menu {
  display: none;
}

.footer {
  color: #D2D2D2;
  background-color: #002015;
}

.footer__main {
  padding: 100px 0px 30px;
}

.footer__bottom {
  border-top: 1px solid #323232;
  padding: 30px 0px;
}

.main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-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__top._active .main-footer__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-footer__title {
  font-size: 18px;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main-footer__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.3s 0s;
  transition: -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s;
  transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
}

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

.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: 16px;
  color: #D2D2D2;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: color 0.3s 0s;
  transition: color 0.3s 0s;
}

.main-footer__list a {
  color: inherit;
}

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

.contacts-main-footer__phone {
  font-size: 20px;
  font-weight: 700;
  color: #006A53;
}

.contacts-main-footer__text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.contacts-main-footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.contacts-main-footer__social {
  color: #D2D2D2;
}

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

.bottom-footer__copy {
  font-size: 16px;
  font-weight: 500;
}

.bottom-footer__dev {
  color: #D2D2D2;
  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;
}

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

.banner {
  margin-bottom: 50px;
  position: relative;
}

.banner__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  position: relative;
  min-height: 600px;
  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;
}

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

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

.banner__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
}

.banner__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: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  width: 100%;
  max-width: 400px;
}

.banner__title {
  font-size: 52px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.4;
}

.banner__text {
  font-size: 18px;
}

.banner__button {
  margin-top: 16px;
}

.banner__paggination {
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  z-index: 1;
}

.banner__paggination .swiper-pagination-bullet {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.25;
  cursor: pointer;
  -webkit-transition: opacity 0.3s 0s;
  transition: opacity 0.3s 0s;
}

.banner__paggination .swiper-pagination-bullet-active {
  opacity: 1;
}

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

.category-choose__slider {
  margin: 0px -20px;
  padding: 0px 20px;
}

.category-choose__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 112px;
          flex: 0 0 112px;
  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: 8px;
}

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

.category-choose__image {
  width: 89px;
  height: 89px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 89px;
          flex: 0 0 89px;
  border-radius: 50%;
  background-color: #fff;
  padding: 10%;
  overflow: hidden;
}

.category-choose__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.category-choose__name {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

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

.product-section__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-section__info {
  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: 5px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product-section__more {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.product-section__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.product-section__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #929292;
  border: 1px solid #929292;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

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

.product-section__slider {
  margin: 0px 0px -140px;
  padding: 0px 0px 140px;
}

.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 {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #2E303F;
}

.product__head {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.product__image {
  aspect-ratio: 1;
  display: block;
  overflow: hidden;
}

.product__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s 0s;
  transition: -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s;
  transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
}

.product__discount {
  position: absolute;
  padding: 3px 10px;
  background-color: #006A53;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  top: 0;
  left: 0;
  color: #fff;
}

.product__like {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
}

.product__like img,
.product__like svg {
  width: 22px;
}

.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: 20px;
  padding: 16px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product__price {
  font-size: 20px;
  font-weight: 800;
  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;
}

.product__price del {
  color: #8D8E8F;
  font-size: 16px;
  font-weight: 400;
}

.product__name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #2E303F;
  -webkit-transition: color 0.3s 0s;
  transition: color 0.3s 0s;
  font-size: 16px;
  font-weight: 500;
}

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

.popular-categories {
  padding: 50px 0px;
}

.popular-categories__content {
  margin-top: 30px;
}

.popular-categories__table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (270px)[2];
  grid-template-rows: repeat(2, 270px);
  gap: 20px;
}

.popular-categories__item {
  position: relative;
  overflow: hidden;
}

.popular-categories__image {
  width: 100%;
  height: 100%;
  position: relative;
}

.popular-categories__image::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  inset: 0;
  display: inline-block;
}

.popular-categories__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s 0s;
  transition: -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s;
  transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
}

.popular-categories__body {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.popular-categories__name {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}

.benefits {
  padding: 50px 0px;
}

.benefits__list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  row-gap: 20px;
}

.benefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  row-gap: 38px;
  padding: 0px 24px;
}

.benefits__item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.benefits__name {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  max-width: 210px;
  line-height: 1.4;
}

.about {
  padding: 50px 0px;
}

.about__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  background-color: #002015;
}

.about__image {
  min-height: 548px;
}

.about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 30px;
  padding: 30px 50px;
}

.about__logo {
  width: 200px;
}

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

.about__title {
  line-height: 1.3;
}

.about__text {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}

.about__text > *:not(:last-child) {
  margin-bottom: 16px;
}

.about__text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.about__text ul li::before {
  content: '';
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background: url(../img/icons/check.svg) center/cover no-repeat;
}

.about__text ul li:not(:last-child) {
  margin-bottom: 10px;
}

.about__button {
  padding: 10px 42px;
}

.brands {
  padding: 50px 0px;
}

.brands__item {
  padding: 20px;
  background-color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 148px;
          flex: 0 0 148px;
}

.brands__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.5;
}

.breadcrums {
  padding: 40px 0px;
}

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

.breadcrums__list {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}

.breadcrums__list a {
  color: rgba(255, 255, 255, 0.75);
  -webkit-transition: color 0.3s 0s;
  transition: color 0.3s 0s;
}

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

.breadcrums__item:not(:last-child)::after {
  content: '/';
  margin-left: 8px;
}

.category {
  padding: 50px 0px;
}

.category__content {
  margin-top: 40px;
}

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

.item-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  color: #fff;
}

.item-category__image {
  aspect-ratio: 225/250;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.item-category__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s 0s;
  transition: -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s;
  transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
}

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

.item-category__name {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: color 0.3s 0s;
  transition: color 0.3s 0s;
}

.catalog {
  padding: 50px 0px;
}

.catalog__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: 40px;
}

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

.catalog__title {
  line-height: 1;
}

.catalog__count {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.catalog__filter {
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0px -20px;
  padding: 20px 20px;
}

.catalog__products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.catalog__item .product__bottom {
  position: static;
  background-color: none;
  padding: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.catalog__item .product__button {
  min-height: 40px;
  font-size: 14px;
}

.catalog__pagging {
  margin-top: 20px;
}

.catalog__article {
  padding-top: 40px;
}

.catalog__text {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.catalog__text:not(:first-child) {
  margin-top: 20px;
}

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

.filter-catalog__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-catalog__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  font-size: 16px;
  font-weight: 700;
  background-color: transparent;
  color: #fff;
}

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

.filter-catalog__clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-left: auto;
  color: #fff;
  font-size: 14px;
  background-color: transparent;
}

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

.filter-catalog__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 20px;
}

.filter-catalog__field {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: #fff;
  font-size: 16px;
  padding-bottom: 10px;
}

.filter-catalog__select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.filter-catalog__select .select__title {
  background: none;
  border: 0;
  color: #fff;
}

.filter-catalog__select .select__value {
  height: auto;
  padding: 4px 0px;
}

.filter-catalog__select .select__value::before {
  background: url(../img/icons/select-w.svg) center/cover no-repeat;
}

.field-select-filter {
  position: relative;
}

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

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

.field-select-filter__value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  color: #fff;
}

.field-select-filter__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.3s 0s;
  transition: -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s;
  transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
}

.field-select-filter__body {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  padding: 20px;
  z-index: 1;
  display: none;
  -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);
  max-height: 350px;
  overflow-y: auto;
}

.field-select-filter__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: 12px;
}

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

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

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

.head-filter-catalog__title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

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

.category-catalog {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  overflow-x: auto;
  padding: 0px 20px 10px;
  margin: 0px -20px -10px;
}

.category-catalog__item {
  padding: 12px 30px;
  border: 1px solid #fff;
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  border-radius: 50px;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.card {
  padding: 50px 0px;
}

.card__wrapper {
  background-color: #fff;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  color: #2E303F;
}

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

.card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.card__title {
  grid-column: 1/-1;
  font-size: 28px;
  color: #2E303F;
}

.card__volume {
  margin-bottom: 20px;
}

.card__details-list li {
  padding: 8px 16px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 110px 1fr;
  grid-template-columns: 110px 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.card__details-list li span:first-child {
  color: #888888;
}

.card__details-list li span:nth-child(2) {
  font-weight: 500;
}

.card__details-list li a {
  color: inherit;
  font-weight: 400;
}

.card__actions {
  background-color: #F3F3F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 16px;
  padding: 20px;
}

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

.card__price {
  font-size: 22px;
  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;
  font-weight: 800;
}

.card__price del {
  font-size: 16px;
  color: #81817D;
  font-weight: 400;
}

.card__discount {
  padding: 4.5px 10px;
  background-color: #006A53;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.card__status {
  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: 700;
  color: #034C39;
}

.card__return {
  font-size: 14px;
  color: #B2B2B2;
}

.card__accardeon {
  grid-column: 1/-1;
}

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

.main-gallery-card__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  aspect-ratio: 1;
  overflow: hidden;
}

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

.thumbs-gallery-card__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
  height: 80px;
  aspect-ratio: 1;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: opacity 0.3s 0s;
  transition: opacity 0.3s 0s;
}

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

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

.volume-card {
  padding: 0px 16px 20px;
  border-bottom: 2px solid #DBDBDB;
}

.volume-card__label {
  color: #888888;
  font-size: 16px;
}

.volume-card__list {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.volume-card__radio {
  display: none;
}

.volume-card__radio:checked + .volume-card__value {
  background-color: #006A53;
  color: #fff;
  font-weight: 600;
  padding: 2px 12px;
}

.volume-card__value {
  min-height: 30px;
  padding: 2px 12px;
  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: #888888;
  font-size: 16px;
  background-color: #F3F3F3;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

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

.accardeon-card__row {
  padding: 20px 0px;
  border-bottom: 2px solid #DBDBDB;
}

.accardeon-card__row:first-child {
  padding-top: 0;
}

.accardeon-card__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.accardeon-card__main._active .accardeon-card__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accardeon-card__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
  font-size: 18px;
  color: #2E303F;
}

.accardeon-card__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

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

.accardeon-card__text {
  font-size: 16px;
  color: #2E303F;
  font-weight: 400;
  line-height: 1.4;
}

.order {
  padding: 50px 0px;
}

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

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

.head-order__title {
  font-weight: 700;
  color: #2E303F;
}

.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;
  transition: all 0.3s ease 0s;
}

.head-order__back svg path {
  fill: #A6A6A6;
  -webkit-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;
  background-color: #fff;
}

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

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

.data-main-order__input {
  background: #F1F1F1;
}

.pickup-order__nav {
  border-bottom: 1px solid #CACACA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  padding-bottom: 10px;
}

.pickup-order__item {
  color: #2E303F;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.pickup-order__item._active {
  color: #BE8C5D;
}

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

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

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

.delivery-pickup-order__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.delivery-pickup-order__label {
  color: #2E303F;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
}

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

.delivery-pickup-order__input {
  background: #F1F1F1;
}

.info-delivery-pickup-order {
  background: #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;
}

.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: #2E303F;
  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;
  background: #F3F3F3;
  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: #8A8C8D;
  font-size: 14px;
  font-weight: 400;
}

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

.store-pickup-order__value a {
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.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;
  min-height: 215px;
  position: relative;
}

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

.social-store-pickup-order {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 15px;
  grid-template-columns: repeat(auto-fit, 24px);
}

.social-store-pickup-order__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.social-store-pickup-order__item img,
.social-store-pickup-order__item svg {
  width: 100%;
  max-width: 100%;
}

.comment-main-order__label {
  color: #2E303F;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
}

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

.sidebar-order__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  background-color: #fff;
}

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

.sidebar-order__title {
  color: #2E303F;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #D7D7D7;
}

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

.list-sidebar-order__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: #2E303F;
  font-weight: 500;
}

.list-sidebar-order__item._total {
  padding-top: 20px;
  font-size: 18px;
  border-top: 1px solid #D7D7D7;
}

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

.list-sidebar-order__value {
  font-weight: 700;
}

.list-sidebar-order__value.price {
  font-weight: 800;
}

.list-sidebar-order__value.price span::after {
  font-size: 14px;
}

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

.optons-payment-order {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  -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: #BE8C5D;
}

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

.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: 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: #BE8C5D;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-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: #2E303F;
  font-size: 18px;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 180px;
}

.optons-payment-order__link {
  color: #797979;
  font-size: 18px;
  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;
  text-decoration: underline;
}

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

.order-send__wrapper {
  padding: 40px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  max-width: 475px;
  margin: 0px auto;
}

.order-send__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 68px;
          flex: 0 0 68px;
  height: 68px;
  width: 68px;
  background: #034C39;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.order-send__title {
  color: #2E303F;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

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

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

.order-send__download {
  margin: 20px auto 0px;
  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: #fff;
  font-weight: 700;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

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

.cabinet {
  padding: 50px 0px;
}

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

.cabinet__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

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

.cabinet__name-section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}

.cabinet__clear {
  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: #fff;
  font-size: 16px;
}

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

.cabinet__body:not(:first-child) {
  margin-top: 20px;
}

.cabinet__user {
  background-color: #fff;
  padding: 30px;
  color: #2E303F;
}

.sidebar-cabinet__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;
  background-color: #fff;
  padding: 20px;
}

.sidebar-cabinet__item {
  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;
  padding: 12px 40px;
  color: #2E303F;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  background-color: #EFEFEF;
}

.sidebar-cabinet__item._active {
  color: #fff;
  background: #034C39;
}

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

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

.sidebar-cabinet__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38px;
          flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  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;
}

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

.sidebar-cabinet__icon svg path[fill] {
  fill: #2E303F;
}

.sidebar-cabinet__icon svg path[stroke] {
  stroke: #2E303F;
}

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

.user-cabinet__section {
  padding: 20px 0px;
}

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

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

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

.user-cabinet__name {
  color: #2E303F;
  font-size: 22px;
  font-weight: 700;
}

.user-cabinet__body {
  margin-top: 20px;
}

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

.form-cabinet__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.form-cabinet__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc((100% - 20px) / 2);
          flex: 1 0 calc((100% - 20px) / 2);
}

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

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

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

.form-cabinet__input {
  position: relative;
}

.form-cabinet__showpass {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

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

.order-cabinet__item {
  background-color: #fff;
  padding: 20px 30px;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.order-cabinet__item._active .main-order-cabinet__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-order-cabinet {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: 250px 90px 1fr;
  grid-template-columns: 250px 90px 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.main-order-cabinet__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 5px;
  color: #2E303F;
  font-size: 16px;
  font-weight: 500;
}

.main-order-cabinet__status {
  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: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  color: #034C39;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.main-order-cabinet__status._processing {
  color: #D8A42B;
}

.main-order-cabinet__status._processing::before {
  background: #D8A42B;
}

.main-order-cabinet__status._canceled {
  color: #8D8D8D;
}

.main-order-cabinet__status._canceled::before {
  background: #8D8D8D;
}

.main-order-cabinet__status::before {
  content: '';
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #034C39;
  display: inline-block;
}

.main-order-cabinet__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}

.main-order-cabinet__label {
  color: #ABABAB;
  font-size: 16px;
  font-weight: 500;
}

.main-order-cabinet__value {
  color: #2E303F;
  font-size: 16px;
  font-weight: 700;
}

.main-order-cabinet__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.main-order-cabinet__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  color: #2E303F;
}

.mini-products-order-cabinet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mini-products-order-cabinet__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.mini-products-order-cabinet__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62px;
          flex: 0 0 62px;
  width: 62px;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  display: block;
}

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

.mini-products-order-cabinet__more {
  color: #2E303F;
  font-size: 16px;
  font-weight: 500;
}

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

.order-info-cabinet__title {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}

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

.order-info-cabinet__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;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.order-info-cabinet__content {
  margin-top: 20px;
  padding: 20px 30px;
  background-color: #fff;
  color: #2E303F;
}

.order-info-cabinet__product {
  padding: 30px 0px;
  border-bottom: 1px solid #E4E4E4;
}

.order-info-cabinet__product:first-child {
  border-top: 1px solid #E4E4E4;
}

.order-info-cabinet__details {
  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;
  font-size: 16px;
  color: #2E303F;
  font-weight: 500;
  margin-top: 30px;
}

.order-info-cabinet__details li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.order-info-cabinet__details li._total {
  font-size: 20px;
}

.order-info-cabinet__details li._total span:nth-child(2) {
  color: #BE8C5D;
}

.order-info-cabinet__details li span:nth-child(2) {
  text-align: right;
}

.product-order-info-cabinet {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr 30px 100px;
  grid-template-columns: 1fr 30px 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 12px;
}

.product-order-info-cabinet__main {
  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;
}

.product-order-info-cabinet__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 102px;
          flex: 0 0 102px;
  width: 102px;
  aspect-ratio: 1;
}

.product-order-info-cabinet__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.product-order-info-cabinet__name {
  font-size: 16px;
  color: #2E303F;
  font-weight: 700;
}

.product-order-info-cabinet__name a {
  color: inherit;
}

.product-order-info-cabinet__text {
  color: #949494;
  font-size: 14px;
}

.product-order-info-cabinet__price {
  font-size: 16px;
  color: #2E303F;
  font-weight: 600;
  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;
}

.product-order-info-cabinet__price span {
  color: #BE8C5D;
}

.product-order-info-cabinet__price del {
  font-weight: 400;
  font-size: 14px;
  color: #81817D;
}

.product-order-info-cabinet__count {
  font-size: 16px;
  color: #2E303F;
  text-align: center;
}

.product-order-info-cabinet__total {
  font-weight: 600;
  font-size: 16px;
  text-align: right;
}

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

.favorite-cabinet__item .product__bottom {
  position: static;
  background-color: none;
  padding: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.favorite-cabinet__item .product__button {
  min-height: 40px;
  font-size: 14px;
}

.contacts {
  padding: 50px 0px;
}

.contacts__wrapper {
  color: #2E303F;
  background: #FFF;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}

.contacts__title {
  color: #2E303F;
}

.contacts__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 50px * 1) / 2);
          flex: 0 0 calc((100% - 50px * 1) / 2);
  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__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: 12px;
  max-width: 365px;
}

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

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

.contacts__text {
  color: #2E303F;
  font-size: 16px;
  font-weight: 400;
}

.contacts__map {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 50px * 1) / 2);
          flex: 0 0 calc((100% - 50px * 1) / 2);
  min-height: 425px;
  position: relative;
  overflow: hidden;
}

.contacts__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

.info-contacts__name {
  color: #8A8C8D;
  font-size: 16px;
  font-weight: 400;
}

.info-contacts__value {
  color: #2E303F;
  font-size: 18px;
  font-weight: 700;
}

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

.info-contacts__socials {
  color: #034C39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info-contacts__social {
  color: #034C39;
  -webkit-transition: color 0.3s 0s;
  transition: color 0.3s 0s;
}

.article {
  padding: 50px 0px;
}

.article__wrapper {
  background-color: #fff;
  padding: 40px;
  color: #2E303F;
}

.article__title {
  color: #2E303F;
}

.article__content {
  margin-top: 30px;
  color: #2E303F;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.article__content > *:not(:last-child) {
  margin-bottom: 16px;
}

.article__image {
  width: 100%;
  max-width: 411px;
  margin-bottom: 30px !important;
}

.article__image img {
  width: 100%;
  max-width: 100%;
}

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

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

.not-found__image {
  width: 100%;
  max-width: 293px;
}

.not-found__image img,
.not-found__image svg {
  width: 100%;
  max-width: 100%;
  margin: -10% 0px;
}

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

.not-found__title {
  color: #fff;
  font-size: 52px;
  font-weight: 800;
}

.not-found__text {
  width: 100%;
  max-width: 476px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.not-found__button {
  min-width: 240px;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 120px;
}

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

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

  .form-cabinet._password .form-cabinet__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .form-cabinet._password .form-cabinet__footer {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

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

  .menu__contacts {
    display: none;
  }

  .list-menu__item {
    position: relative;
  }

  .list-menu__item:hover::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #BE8C5D;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .list-menu__item:hover::before {
    content: '';
    width: calc(100% + 30px);
    height: calc(100% + 4px);
    top: 0;
    left: -15px;
    display: inline-block;
    position: absolute;
    z-index: 2;
  }

  .list-menu__item:hover .list-menu__submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .list-menu__link img,
  .list-menu__link svg {
    display: none;
  }

  .list-menu__submenu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s 0.1s;
    transition: all 0.3s 0.1s;
  }

  .submenu-list-menu__head {
    display: none;
  }

  .submenu-list-menu__body .submenu-list-menu__head {
    display: none;
  }

  .user-menu {
    position: relative;
    border: 0;
  }

  .user-menu__top {
    padding: 0px;
  }

  .user-menu__user-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
    height: 24px;
  }

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

  .user-menu__user-icon svg path {
    -webkit-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
  }

  .user-menu__user-icon svg path[fill] {
    fill: #fff;
  }

  .user-menu__user-icon svg path[stroke] {
    stroke: #fff;
  }

  .user-menu__body {
    inset: unset;
    right: -20px;
    top: calc(100% + 10px);
    width: 260px;
    height: auto;
  }

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

  .bottom-footer__copy {
    margin-right: auto;
  }

  .popular-categories__item._y2 {
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }

  .popular-categories__item._x2 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .product-order-info-cabinet > .product-order-info-cabinet__price {
    display: none;
  }
}

@media (min-width: 991.98px) {
  .quantity__button:hover::before,
  .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .submenu-list-menu__column {
    max-width: 201px;
  }

  .main-footer__arrow {
    display: none;
  }

  .product:hover {
    position: relative;
    z-index: 1;
  }

  .product:hover .product__bottom {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .product__bottom {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 4px 16px 16px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

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

  .filter-catalog__head {
    display: none;
  }

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

  .filter-catalog__item._sort {
    width: 295px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 295px;
            flex: 0 0 295px;
    margin-left: auto;
  }

  .article__image {
    float: right;
    margin-left: 30px;
  }
}

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

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

@media (min-width: 1302px) {
  .product-added {
    right: calc((100vw - 1250px) / 2);
  }

  .catalog__filter {
    margin: 0px calc((100vw - 1250px) / -2);
    padding: 20px calc((100vw - 1250px) / 2);
  }
}

@media (max-width: 1302px) {
  .footer__main {
    padding: 80px 0px 30px;
  }

  .banner {
    margin-bottom: 35px;
  }

  .banner__slide {
    min-height: 385px;
  }

  .banner__container {
    padding: 0px 130px;
  }

  .banner__body {
    max-width: 252px;
  }

  .banner__title {
    font-size: 32px;
  }

  .banner__text {
    font-size: 12px;
  }

  .banner__button {
    min-height: 34px;
    padding: 7px 20px;
    font-size: 14px;
    margin-top: 8px;
  }

  .banner__paggination {
    bottom: 12px;
  }

  .category-choose {
    padding: 35px 0px;
  }

  .category-choose__item:not(:last-child) {
    margin-right: 25px;
  }

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

  .popular-categories {
    padding: 35px 0px;
  }

  .benefits {
    padding: 35px 0px;
  }

  .about {
    padding: 35px 0px;
  }

  .brands {
    padding: 35px 0px;
  }

  .breadcrums {
    padding: 30px 0px;
  }

  .category {
    padding: 35px 0px;
  }

  .category__content {
    margin-top: 30px;
  }

  .category__list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }

  .catalog {
    padding: 35px 0px;
  }

  .catalog__container {
    row-gap: 30px;
  }

  .category-catalog {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .category-catalog__item {
    font-size: 14px;
    padding: 10px 20px;
  }

  .card {
    padding: 35px 0px;
  }

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

  .card__body {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px) / 2);
            flex: 0 0 calc((100% - 30px) / 2);
  }

  .order {
    padding: 35px 0px;
  }

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

  .optons-payment-order__link {
    font-size: 14px;
  }

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

  .cabinet {
    padding: 35px 0px;
  }

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

  .main-order-cabinet {
    -ms-grid-columns: 180px 90px 1fr;
    grid-template-columns: 180px 90px 1fr;
  }

  .main-order-cabinet__other {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .contacts {
    padding: 35px 0px;
  }

  .article {
    padding: 35px 0px;
  }

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

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

  .list-menu__submenu {
    padding: 30px 0px;
  }

  .submenu-list-menu__column._banners {
    display: none;
  }

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

  .footer__main {
    padding: 30px 0px 10px;
  }

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

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

  .main-footer__column {
    padding: 20px 0px;
  }

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

  .main-footer__body {
    display: none;
  }

  .banner {
    margin-bottom: 25px;
  }

  .banner__container {
    padding: 0px 65px;
  }

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

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

  .product__button {
    font-size: 14px;
    padding: 5px 16px;
    min-height: 40px;
  }

  .product__button img,
  .product__button svg {
    display: none;
  }

  .popular-categories {
    padding: 25px 0px;
  }

  .popular-categories__table {
    -ms-grid-rows: (190px)[2];
    grid-template-rows: repeat(2, 190px);
  }

  .popular-categories__body {
    padding: 30px 16px;
  }

  .benefits {
    padding: 25px 0px;
  }

  .benefits__item {
    padding: 0px 10px;
  }

  .benefits__name {
    font-size: 16px;
  }

  .about {
    padding: 25px 0px;
  }

  .about__wrapper {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    position: relative;
  }

  .about__image {
    position: absolute;
    inset: 0;
    min-height: 0;
    width: 100%;
    height: 100%;
  }

  .about__content {
    position: relative;
    z-index: 1;
    background-color: rgba(0, 32, 21, 0.75);
  }

  .brands {
    padding: 25px 0px;
  }

  .brands__slider {
    margin: 0px -20px;
    padding: 0px 20px;
  }

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

  .breadcrums {
    padding: 20px 0px;
  }

  .category {
    padding: 25px 0px;
  }

  .category__list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .catalog {
    padding: 25px 0px;
  }

  .catalog__container {
    row-gap: 20px;
  }

  .catalog__filter {
    padding: 0px;
  }

  .catalog__products {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .filter-catalog__button {
    padding: 12px 20px;
    width: 100%;
  }

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

  .filter-catalog__clear {
    display: none;
  }

  .filter-catalog__content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    background-color: #1C5E4D;
    height: 100vh;
    max-height: 100dvh;
    z-index: 5;
    overflow-y: auto;
    -webkit-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
  }

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

  .filter-catalog__body {
    padding: 10px 20px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }

  .card {
    padding: 25px 0px;
  }

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

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

  .card__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
            flex: 0 0 calc((100% - 20px) / 2);
    row-gap: 20px;
  }

  .card__title {
    font-size: 24px;
  }

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

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

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

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

  .cabinet {
    padding: 25px 0px;
  }

  .cabinet__content {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    margin-top: 20px;
  }

  .cabinet__sidebar {
    display: none;
  }

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

  .form-cabinet__item._tr {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc((100% - 20px * 1) / 2);
            flex: 1 0 calc((100% - 20px * 1) / 2);
  }

  .favorite-cabinet {
    row-gap: 20px;
  }

  .contacts {
    padding: 25px 0px;
  }

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

  .contacts__body {
    row-gap: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .contacts__map {
    width: 100%;
    max-width: 100%;
    min-height: 320px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .article {
    padding: 25px 0px;
  }

  .article__wrapper {
    padding: 20px;
  }

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

@media (max-width: 721.98px) {
  .header__main {
    -ms-grid-columns: 160px 1fr;
    grid-template-columns: 160px 1fr;
    padding: 10px 0px;
  }

  .header__column:nth-child(1) {
    display: none;
  }

  .header__actions .user-menu {
    display: none;
  }

  .header__action._user,
  .header__action._fav {
    display: none;
  }

  .header__menu {
    position: fixed;
    top: -100%;
    left: -100%;
  }

  .menu__body {
    position: fixed;
    top: 58px;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    background-color: #fff;
    height: 100dvh;
    max-height: calc(100dvh - 58px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: auto;
    -webkit-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
  }

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

  .menu__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .list-menu {
    row-gap: 0;
  }

  .list-menu__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-bottom: 1px solid #EBEBEB;
  }

  .list-menu__link {
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #2E303F;
  }

  .list-menu__submenu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    max-height: 100%;
    padding: 0;
    display: none;
    width: 100%;
  }

  .list-menu__submenu._active {
    display: block;
  }

  .submenu-list-menu__container {
    padding: 0;
  }

  .submenu-list-menu__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .submenu-list-menu__column {
    row-gap: 0;
  }

  .submenu-list-menu__row {
    border-bottom: 1px solid #EBEBEB;
  }

  .submenu-list-menu__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 20px 16px 50px;
  }

  .submenu-list-menu__name::after {
    content: '';
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-left: auto;
    display: inline-block;
    background: url(../img/icons/more.svg) center/cover no-repeat;
  }

  .submenu-list-menu__body {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    max-height: 100%;
    padding: 0;
    display: none;
    width: 100%;
    margin-top: 0;
    background-color: #fff;
    height: 100%;
    overflow-y: auto;
  }

  .submenu-list-menu__body._active {
    display: block;
  }

  .submenu-list-menu__list {
    padding: 20px 20px 20px 50px;
  }

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

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

  .icon-menu {
    display: block;
    position: relative;
    width: 20px;
    height: 18px;
    cursor: pointer;
  }

  .icon-menu span {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }

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

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

  .icon-menu._active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }

  .icon-menu._active span:first-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .icon-menu._active span:last-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }

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

  .banner__image::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
  }

  .banner__image img {
    -o-object-position: right center;
       object-position: right center;
  }

  .banner__container {
    padding: 0px 20px;
  }

  .banner__body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin: 0px auto;
  }

  .category-choose__item:not(:last-child) {
    margin-right: 16px;
  }

  .category-choose__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 78px;
            flex: 0 0 78px;
  }

  .category-choose__image {
    width: 78px;
    height: 78px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 78px;
            flex: 0 0 78px;
  }

  .category-choose__name {
    font-size: 14px;
  }

  .product-section__content {
    margin-top: 20px;
  }

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

  .popular-categories__content {
    margin-top: 20px;
  }

  .popular-categories__table {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 10px;
  }

  .popular-categories__item {
    aspect-ratio: 155/190;
  }

  .benefits__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .benefits__item:nth-child(even) {
    border-right: 0;
  }

  .category__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog__products {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

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

  .card__wrapper {
    display: block;
  }

  .card__body {
    margin-top: 30px;
  }

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

  .cabinet__top._template-details .cabinet__back {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .cabinet__user {
    padding: 20px;
  }

  .main-order-cabinet {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .main-order-cabinet__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
  }

  .main-order-cabinet__other {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .main-order-cabinet__arrow {
    margin-left: auto;
  }

  .product-order-info-cabinet {
    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;
  }

  .product-order-info-cabinet__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .product-order-info-cabinet__info .product-order-info-cabinet__price {
    display: none;
  }

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

  .favorite-cabinet {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .article__content {
    margin-top: 20px;
  }

  .not-found__image {
    max-width: 198px;
  }

  .page {
    padding-top: 58px;
  }
}

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

  .popup__body {
    max-width: 100%;
  }

  .popup.login-popup .popup__title {
    font-size: 24px;
  }

  .popup__head {
    padding: 20px 20px 0px;
  }

  .popup__head img,
  .popup__head svg {
    max-width: 60px;
    max-height: 60px;
  }

  .popup__main {
    padding: 20px;
  }

  .popup__footer {
    padding: 20px;
  }

  .product-added__title {
    font-size: 16px;
  }

  .product-added__info {
    row-gap: 8px;
  }

  .product-added__art {
    font-size: 14px;
  }

  .banner {
    margin-bottom: 20px;
  }

  .category-choose {
    padding: 20px 0px;
  }

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

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

  .product-section__arrows {
    gap: 10px;
  }

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

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

  .product__discount {
    font-size: 14px;
  }

  .product__body {
    padding: 12px;
    row-gap: 12px;
  }

  .product__price {
    font-size: 16px;
  }

  .product__price del {
    font-size: 14px;
  }

  .product__name {
    font-size: 14px;
  }

  .popular-categories {
    padding: 20px 0px;
  }

  .popular-categories__name {
    font-size: 16px;
  }

  .benefits {
    padding: 20px 0px;
  }

  .benefits__item {
    row-gap: 20px;
  }

  .about {
    padding: 20px 0px;
  }

  .about__content {
    padding: 30px 20px;
    row-gap: 20px;
  }

  .brands {
    padding: 20px 0px;
  }

  .brands__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
  }

  .category {
    padding: 20px 0px;
  }

  .category__content {
    margin-top: 20px;
  }

  .category__list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    row-gap: 20px;
  }

  .item-category__image {
    aspect-ratio: 320/250;
  }

  .catalog {
    padding: 20px 0px;
  }

  .catalog__article {
    padding-top: 20px;
  }

  .card {
    padding: 20px 0px;
  }

  .card__wrapper {
    padding: 16px;
  }

  .card__title {
    font-size: 20px;
  }

  .order {
    padding: 20px 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%;
  }

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

  .order-send__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52px;
            flex: 0 0 52px;
    height: 52px;
    width: 52px;
  }

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

  .order-send__title {
    font-size: 20px;
  }

  .cabinet {
    padding: 20px 0px;
  }

  .cabinet__top {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }

  .cabinet__name-section {
    font-size: 20px;
  }

  .user-cabinet__name {
    font-size: 20px;
  }

  .form-cabinet__item._tr {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

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

  .form-cabinet__footer {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .order-cabinet__item {
    padding: 16px;
  }

  .mini-products-order-cabinet__item:not(:nth-child(-n+3)) {
    display: none;
  }

  .order-info-cabinet__title {
    font-size: 20px;
  }

  .order-info-cabinet__content {
    padding: 16px;
  }

  .order-info-cabinet__details {
    font-size: 14px;
  }

  .product-order-info-cabinet__main {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .product-order-info-cabinet__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    width: 60px;
  }

  .product-order-info-cabinet__info {
    row-gap: 5px;
  }

  .product-order-info-cabinet__name {
    font-size: 14px;
  }

  .favorite-cabinet {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .contacts {
    padding: 20px 0px;
  }

  .contacts__text {
    font-size: 14px;
  }

  .contacts__map {
    min-height: 280px;
  }

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

  .info-contacts__item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .info-contacts__item:last-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .article {
    padding: 20px 0px;
  }

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

  .not-found__body {
    row-gap: 20px;
  }

  .not-found__title {
    font-size: 28px;
  }

  .not-found__button {
    min-width: 150px;
    min-height: 40px;
    font-size: 14px;
    padding: 5px 20px;
  }

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

@media (min-width: 991.98px) and (max-width: 1302px) {
  .brands__slider {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
}

@media (any-hover: hover) {
  ._btn:hover {
    background-color: #b77f4b;
  }

  ._btn._green:hover {
    background-color: #023327;
  }

  ._btn._green._stroke {
    border: 1px solid #034C39;
    color: #034C39;
    background-color: transparent;
  }

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

  ._btn._green._stroke svg path[fill] {
    fill: #034C39;
  }

  ._btn._green._stroke svg path[stroke] {
    stroke: #034C39;
  }

  .pagging__arrow:not(._disabled):hover {
    color: #BE8C5D;
  }

  .pagging__link:not(._active):not(._more):hover {
    color: #BE8C5D;
    border-color: #BE8C5D;
  }

  .popup__close:hover {
    color: #2E303F;
  }

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

  .popup__login-link:hover {
    color: #2E303F;
  }

  .form-popup__link:hover {
    text-decoration: underline;
  }

  .cart-popup__clear:hover {
    color: #BE8C5D;
  }

  .cart-popup__clear:hover svg path {
    -webkit-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
  }

  .cart-popup__clear:hover svg path[fill] {
    fill: #BE8C5D;
  }

  .cart-popup__clear:hover svg path[stroke] {
    stroke: #BE8C5D;
  }

  .product-cart-popup__name a:hover {
    color: #034C39;
  }

  .header__action:hover {
    color: #BE8C5D;
  }

  .language__item:not(._active):hover {
    text-decoration: underline;
  }

  .submenu-list-menu__list a:hover {
    color: #BE8C5D;
  }

  .user-menu__item:hover {
    background-color: rgba(190, 140, 93, 0.15);
  }

  .banners-submenu-list-menu__name:hover {
    color: #BE8C5D;
  }

  .product-added__name:hover {
    color: #034C39;
  }

  .product-added__goto:hover {
    text-decoration: underline;
  }

  .main-footer__list a:hover {
    color: #BE8C5D;
  }

  .contacts-main-footer__phone:hover {
    text-decoration: underline;
  }

  .contacts-main-footer__social:hover {
    color: #BE8C5D;
  }

  .bottom-footer__dev:hover {
    color: #BE8C5D;
  }

  .banner__paggination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    opacity: 0.5;
  }

  .category-choose__item:hover .category-choose__image {
    -webkit-box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
            box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
  }

  .category-choose__item:hover .category-choose__name {
    color: #BE8C5D;
  }

  .product-section__more:hover {
    color: #BE8C5D;
  }

  .product-section__arrow:hover {
    background-color: #fff;
    border-color: #fff;
    color: #034C39;
  }

  .product__name:hover {
    color: #034C39;
  }

  .popular-categories__item:hover .popular-categories__image img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .breadcrums__list a:hover {
    color: #fff;
  }

  .item-category:hover .item-category__image img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .item-category:hover .item-category__name {
    color: #BE8C5D;
  }

  .category-catalog__item:hover {
    color: #2E303F;
    background-color: #fff;
  }

  .card__details-list li a:hover {
    text-decoration: underline;
  }

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

  .volume-card__radio:not(:checked) + .volume-card__value:hover {
    background-color: #e6e6e6;
  }

  .head-order__back:hover {
    color: #2E303F;
  }

  .head-order__back:hover svg path {
    fill: #2E303F;
  }

  .store-pickup-order__value a:hover {
    color: #5A4A66;
  }

  .optons-payment-order__link:hover {
    color: #2E303F;
  }

  .cabinet__clear:hover {
    text-decoration: underline;
  }

  .sidebar-cabinet__item:not(._active):hover {
    background-color: rgba(190, 140, 93, 0.15);
  }

  .main-order-cabinet__arrow:hover {
    color: #BE8C5D;
  }

  .order-info-cabinet__back:hover {
    text-decoration: underline;
  }

  .product-order-info-cabinet__name a:hover {
    color: #034C39;
  }

  .info-contacts__value a:hover {
    color: #BE8C5D;
  }

  .info-contacts__social:hover {
    color: #BE8C5D;
  }
}

@media (any-hover: hover) and (any-hover: hover) {
  ._btn._green._stroke:hover {
    background-color: #034C39;
    color: #fff;
  }

  ._btn._green._stroke:hover svg path[fill] {
    fill: #fff;
  }

  ._btn._green._stroke:hover svg path[stroke] {
    stroke: #fff;
  }
}