@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2rem;
  margin: 0 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  color: #3c4640;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

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

a {
  text-decoration: none;
}

ul,
ol {
  padding-left: 0;
  list-style: none;
  line-height: 1.53;
}

li {
  letter-spacing: 0px;
  line-height: 1.53;
}

body,
blockquote,
figure {
  margin: 0;
}

html {
  overflow-y: scroll !important;
}

/* Класс для блокировки */
.no-scroll {
  overflow: hidden !important;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
}

textarea {
  resize: none;
}

input,
textarea,
select,
button {
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  background: inherit;
  cursor: pointer;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  font-family: "Onest", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  color: #3C4640;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0px;
}
main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

input, textarea, select {
  outline: none;
  border: none;
}

input:focus, textarea:focus, select:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input {
  width: -webkit-fill-available;
}

.footer__contacts a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.adminBlock {
  position: fixed;
  top: 10px;
  right: 5px;
  z-index: 110;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.adminBlock .adminEdit, .adminBlock .adminSeo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  font-size: 14px;
  letter-spacing: normal;
  padding: 0px 15px;
  background: #E7411D;
  color: #fff;
  border: 1px solid #E7411D;
  border-radius: 5px;
}
.adminBlock .adminEdit:hover, .adminBlock .adminSeo:hover {
  background: #fff;
  color: #E7411D;
}

.pages_text {
  padding-bottom: 60px;
}

.black {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
}

.mod {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1000;
  max-width: 90vw;
  max-height: 90vh;
}
.mod.hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 101;
  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%;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.close:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.close::before, .close::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #666;
  border-radius: 1px;
}
.close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modbox {
  padding: 30px;
  background: #fff;
  color: #181818;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.16px;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.modbox .mod_name {
  padding: 0 60px 15px 30px;
  font-size: 16px;
  font-weight: 400;
  margin: -10px -30px 0px;
  border-bottom: 1px solid;
}
.modbox .modal-loading {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  color: #3c4640;
  font-size: 14px;
}
.modbox .modal-loading img {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
.modbox .alert-modal {
  padding: 20px 20px;
}
.modbox .alert-modal .alert-message {
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .modbox .alert-modal .alert-message {
    text-align: center;
  }
}
.modbox .alert-modal .alert-buttons {
  margin: 20px 0px 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;
  gap: 10px;
}
.modbox .alert-modal .alert-buttons .alert-ok {
  background: #5D6D63;
  color: #fff;
  padding: 0px 25px;
  line-height: 1;
  height: 40px;
  border-radius: 10px;
}
.modbox .alert-modal .alert-buttons .alert-ok:hover {
  background: #3c4640;
}
.modbox .confirm-modal {
  padding: 20px 20px;
}
.modbox .confirm-modal .confirm-message {
  font-size: 16px;
  line-height: 1.4;
}
.modbox .confirm-modal .confirm-buttons {
  margin: 20px 0px 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;
  gap: 10px;
}
.modbox .confirm-modal .confirm-buttons .confirm-yes {
  background: #5D6D63;
  color: #fff;
  padding: 0px 25px;
  line-height: 1;
  height: 40px;
  border-radius: 10px;
}
.modbox .confirm-modal .confirm-buttons .confirm-yes:hover {
  background: #3c4640;
}
.modbox .confirm-modal .confirm-buttons .confirm-no {
  padding: 0px 25px;
  line-height: 1;
  height: 40px;
  border-radius: 10px;
  background: #e0e0e0;
  -webkit-box-shadow: 0 0.5px 0 0 #bebebe;
  box-shadow: 0 0.5px 0 0 #bebebe;
}
.modbox .confirm-modal .confirm-buttons .confirm-no:hover {
  background: #bebebe;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (max-width: 767px) {
  .mod {
    width: calc(100% - 30px);
  }
  .modbox {
    padding: 20px;
  }
  .modbox .modal-loading {
    padding: 20px;
    min-width: auto;
  }
}
/* FONTS */
@font-face {
  font-family: "Onest";
  font-weight: 400;
  font-style: normal;
  src: url("/public/src/fonts/Onest-Regular.woff2") format("woff2"), url("/public/src/fonts/Onest-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  font-weight: 500;
  font-style: normal;
  src: url("/public/src/fonts/Onest-Medium.woff2") format("woff2"), url("/public/src/fonts/Onest-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  font-weight: 700;
  font-style: normal;
  src: url("/public/src/fonts/Onest-Bold.woff2") format("woff2"), url("/public/src/fonts/Onest-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Wix Madefor Display";
  font-weight: 400;
  font-style: normal;
  src: url("/public/src/fonts/WixMadeforDisplay-Regular.woff2") format("woff2"), url("/public/src/fonts/WixMadeforDisplay-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Wix Madefor Display";
  font-weight: 600;
  font-style: normal;
  src: url("/public/src/fonts/WixMadeforDisplay-SemiBold.woff2") format("woff2"), url("/public/src/fonts/WixMadeforDisplay-SemiBold.woff") format("woff");
  font-display: swap;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.button-dark {
  background: #5D6D63;
  border-radius: 10px;
  border: none;
}

.button-dark:hover,
.button-dark:focus,
.button-dark:active {
  background: #3c4640;
}

/* catalog menu*/
.header__wrapper-button-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: -18px;
  gap: 5px;
  margin-bottom: 13px;
  margin-top: 10px;
}

.header__list-soc.header__list-soc-mob {
  display: none;
}

.header__bg-menu {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 123px;
  z-index: 1000;
  background: #ffffff;
}

.header__bg-menu.active {
  display: block;
}

.header__bg-menu-width {
  max-width: 1380px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.header__button-menu {
  padding: 7px 18px;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  border-radius: 100px;
}

.header__button-menu-mob {
  display: none;
}

.header__button-menu-desktop {
  display: block;
}

.header__section-wrapper-menu button {
  font-weight: 500;
  font-size: 14px;
  color: rgb(60, 70, 64);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0px !important;
}
.header__section-wrapper-menu button.header__button-menu-mob {
  display: none;
}

.header__section-wrapper-menu .header__button-menu {
  color: rgba(60, 70, 64, 0.5);
}

.header__section-btn-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: rgba(60, 70, 64, 0.5);
}

.header__button-menu.active {
  background: #F5F5F5;
  height: 35px;
  color: rgb(60, 70, 64);
}

.header__wrapper-menu-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.header__wrapper-menu-img img {
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header__wrapper-menu-img img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.header__wrapper-menu-img h2 {
  position: relative;
  z-index: 5;
}

.header__wrapper-menu-img h2 {
  position: absolute;
  top: 35px;
  right: 51px;
  font-family: "Wix Madefor Display";
  font-weight: 400;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: -0.02em;
}

.header__wrapper-menu {
  width: 24vw;
  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;
}

.header__wrapper-menu li {
  width: 100%;
}

.header__wrapper-menu .header__btn-menu::after {
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  background: url(/public/src/images/icons/arrow.svg) no-repeat center center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.header__wrapper-menu .header__btn-menu.active::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header__wrapper-menu li:hover,
.header__wrapper-menu li:focus,
.header__wrapper-menu li:active {
  color: #5d6d63;
}

.header__wrapper-menu a,
.header__btn-menu {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #3C4640;
}
.header__wrapper-menu a:hover,
.header__btn-menu:hover {
  padding: 5px 10px;
  margin: -5px 0px 0px -10px;
  border-radius: 10px;
  background: #F1F6F2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header__wrapper-menu-list-small li a {
  color: #3C4640;
  cursor: pointer;
}

.header__section-wrapper-menu h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

.header__btn-menu {
  margin-left: -12px;
  padding: 12px 12px;
  position: relative;
  text-align: left;
  width: -webkit-fill-available;
}

.header__btn-menu:hover,
.header__btn-menu:focus-visible,
.header__btn-menu:active {
  opacity: 1;
  color: #3C4640;
}

.header__wrapper-menu a:hover,
.header__wrapper-menu a:focus-visible,
.header__wrapper-menu a:active {
  opacity: 1;
  color: #3C4640;
}

.header__btn-menu.active {
  background: #f1f6f2;
  border-radius: 10px;
}

.header__wrapper-menu-list-small {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 20px;
}
.header__wrapper-menu-list-small.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin: 5px 0px 0px;
}

.header__wrapper-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* catalog menu*/
.catalog h2 br {
  display: none;
}

.header {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

header.header {
  position: sticky;
  top: 0px;
  z-index: 30;
}

.header__wrapper a:hover,
.header__wrapper a:focus,
.header__wrapper a:active {
  opacity: 0.5;
}

.header__section-btn-name {
  display: none !important;
}

.header__logo {
  margin-right: 21px;
}

.header__wrapper {
  position: relative;
  z-index: 99;
  margin: 29px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1380px;
}

.header__wrapper-menu-block {
  max-width: 1380px;
  margin: auto;
}

.header__button-catalog {
  position: relative;
  padding: 13px 24px 12px 52px;
  height: 47px;
  margin-right: 19px;
}

.header__wrapper-menu-mob.active {
  display: block;
}

body.modal-open::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.1);
  z-index: 999;
}

body.modal-open .header__wrapper,
body.modal-open .header__wrapper * {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.header__hidden-user {
  z-index: 110 !important;
  position: fixed !important;
  top: 50% !important;
  right: 0 !important;
  -webkit-transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
}

.header__button-catalog span {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: #fff;
}

.header__button-catalog::after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 24px;
  width: 13px;
  height: 13px;
  background: url(/public/src/images/icons/catalog.svg) no-repeat center center;
}

.header__button-catalog.active::after {
  background: url(/public/src/images/icons/burger-menu.svg) no-repeat center center;
}

.header__button-search {
  position: absolute;
  width: 16px;
  height: 16px;
  content: "";
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
  background: url(/public/src/images/icons/search.svg) no-repeat center center;
  background-size: 16px 16px;
}
.header__button-search:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .header__button-search {
    right: 15px;
  }
}

.header__delete-search {
  display: none;
  position: absolute;
  width: 29px;
  height: 29px;
  content: "";
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 50px;
  background: url(/public/src/images/icons/close-log.svg) no-repeat center center;
  background-size: 29px 29px;
}
.header__delete-search:hover {
  opacity: 0.5;
}

.header__form-search:has(.catalog__list-search.active) .header__delete-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 18px 0;
}

.header__form-search:has(.catalog__list-search.active) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* padding: 11px 18px 0; */
}

.header__form-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 15px;
  height: 47px;
  border-radius: 10px;
  border: 1px solid #f9f9f9;
  backdrop-filter: blur(100px);
  background: linear-gradient(137deg, rgba(255, 255, 255, 0.2) 0.55%, rgba(255, 255, 255, 0.2) 100%), #f9f9f9;
}
.header__form-search:hover {
  border: 1px solid #5D6D63;
  background: linear-gradient(0deg, #F9F9F9 0%, #F9F9F9 100%), linear-gradient(111deg, rgba(255, 255, 255, 0.08) -8.95%, rgba(255, 255, 255, 0) 114%);
  backdrop-filter: blur(50px);
}

.header__form-search form {
  padding: 13px 23px 12px;
  width: -webkit-fill-available;
  background: #f9f9f9;
  border-radius: 10px;
}

.header__button-search-new {
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  color: #989494;
  height: 47px;
  border: 2px solid #efefef;
  border-radius: 8px;
  width: -webkit-fill-available;
  margin: 18px 15px 20px;
  letter-spacing: 0.2px;
}
.header__button-search-new:hover {
  border: 2px solid #3c4640;
  color: #3c4640;
}

.header__form-search input {
  width: 100%;
  outline: none;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #5d6d63;
}

.header__form-search input::-webkit-input-placeholder {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #5d6d63;
  opacity: 0.5;
}

.header__form-search input::-moz-placeholder {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #5d6d63;
  opacity: 0.5;
}

.header__form-search input:-ms-input-placeholder {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #5d6d63;
  opacity: 0.5;
}

.header__form-search input::-ms-input-placeholder {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #5d6d63;
  opacity: 0.5;
}

.header__form-search input::placeholder {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #5d6d63;
  opacity: 0.5;
}

/* Убираем крестик очистки в IE и Edge */
.header__form-search input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

/* Убираем крестик очистки в Chrome, Safari, новых версиях Edge */
.header__form-search input::-webkit-search-cancel-button {
  display: none;
}

/* Убираем крестик очистки в Firefox */
.header__form-search input[type=search] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.header__list-soc {
  height: 47px;
  margin-right: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  backdrop-filter: blur(100px);
  padding: 10px 28px 11px 25px;
  background: linear-gradient(137deg, rgba(255, 255, 255, 0.2) 0.55%, rgba(255, 255, 255, 0.2) 100%), #f9f9f9;
}

.header__list-soc-mob {
  display: none;
}

.header__section-wrapper-menu.active {
  display: block;
}

.header__button-menu:hover,
.header__button-menu:focus-visible,
.header__button-menu:active {
  color: rgb(60, 70, 64);
}

.header__wrapper-menu-w {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 70;
  background: #ffffff;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
}

.header__wrapper-menu-w.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header__section-wrapper-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  max-width: 1380px;
  margin: 110px auto 44px;
  border-radius: 0 0 15px 15px;
}

.header__item-soc a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__item-soc a img {
  width: 16px;
}

.header__item-soc-phone {
  margin-right: 6px;
}

.header__item-soc-phone a {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: #3c4640;
}

.header__list-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}

.header__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 55px;
  height: 47px;
  border-radius: 10px;
  backdrop-filter: blur(100px);
  background: linear-gradient(137deg, rgba(255, 255, 255, 0.2) 0.55%, rgba(255, 255, 255, 0.2) 100%), #f9f9f9;
  opacity: 1 !important;
}
.header__item-icon:hover {
  background: #5d6d63;
}
.header__item-icon:hover img, .header__item-icon:hover svg {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__nav-item a {
  font-weight: 500;
  font-family: "Onest", sans-serif;
  font-size: 15px;
  line-height: 147%;
  color: #3c4640;
}

.header__nav-item {
  padding: 5px 20px !important;
  margin: 0 -20px;
  border-radius: 10px;
}

.header__nav-item:hover,
.header__nav-item:focus-visible,
.header__nav-item:active {
  background: #f1f6f2;
}

.header__nav-item.active {
  padding: 5px 20px !important;
  background: #f1f6f2;
  margin: 0 -20px;
}

.header__wrapper-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__wrapper-tabs {
  width: 100vw;
}

.header__wrapper-menu-desktop li {
  width: 21vw;
}

.header__wrapper-menu.header__wrapper-menu-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section {
  max-width: 1380px;
  width: 100%;
}

.section-title {
  font-weight: 400;
  font-size: 37px;
  line-height: 181%;
  letter-spacing: -0.02em;
  color: #3c4640;
  font-family: "Wix Madefor Display", sans-serif;
}

/* hero */
.hero {
  border-radius: 15px;
  margin-bottom: 74px;
  min-height: 331px;
}

.hero img {
  min-height: 331px;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero__block {
  position: absolute;
  top: 25%;
  left: 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero__block .h1 {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 600;
  font-size: 72px;
  line-height: 93%;
  letter-spacing: -0.02em;
  color: #fff;
}

.hero__name {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  letter-spacing: -0.02em;
}

.hero__text {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 600;
  font-size: 37px;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 20px 0;
}

.hero__button {
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  width: 149px;
  height: 47px;
  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;
}
.hero__button:hover {
  background: #5d6d63;
  border-color: #5d6d63;
}

.swiper-button-next.swiper-button-next-hero,
.swiper-button-prev.swiper-button-prev-hero {
  width: 43px;
  height: 43px;
  border-radius: 100%;
  background: linear-gradient(137deg, rgba(255, 255, 255, 0.4) 0.55%, rgba(255, 255, 255, 0.01) 100%), #fff;
}

.swiper-button-next.swiper-button-next-hero:hover,
.swiper-button-prev.swiper-button-prev-hero:hover,
.swiper-button-next.swiper-button-next-hero:focus-visible,
.swiper-button-prev.swiper-button-prev-hero:focus-visible,
.swiper-button-next.swiper-button-next-hero:active,
.swiper-button-prev.swiper-button-prev-hero:active {
  opacity: 0.7;
}

.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}

.swiper-button-next::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 13px;
  height: 7px;
  background: url(/public/src/images/icons/arrow.svg) no-repeat right bottom;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  background-size: 13px 7px;
}

.swiper-button-prev::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 13px;
  height: 7px;
  background: url(/public/src/images/icons/arrow.svg) no-repeat right bottom;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  background-size: 13px 7px;
}

.swiper-button-next.swiper-button-next-hero {
  right: 65px;
  bottom: 11%;
  top: auto;
}

.swiper-button-prev.swiper-button-prev-hero {
  right: 112px;
  left: auto;
  bottom: 11%;
  top: auto;
}

.swiper-pagination.swiper-pagination-hero {
  padding: 0 12px;
  left: 7%;
  bottom: 11%;
  width: auto;
  background: linear-gradient(137deg, rgba(255, 255, 255, 0.2) 0.55%, rgba(255, 255, 255, 0.2) 100%), rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  height: 22px;
  z-index: 10 !important;
}

.swiper-pagination.swiper-pagination-alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
  cursor: pointer;
}

.swiper-pagination.swiper-pagination-alt .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 0.3;
  margin: 0;
  cursor: pointer;
}

.swiper-pagination.swiper-pagination-alt .swiper-pagination-bullet:hover,
.swiper-pagination.swiper-pagination-alt .swiper-pagination-bullet:focus-visible,
.swiper-pagination.swiper-pagination-alt .swiper-pagination-bullet:active {
  background: #5d6d63;
}

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

.swiper-pagination.swiper-pagination-hero .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 0.3;
}

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

/* catalog */
.catalog__list-search {
  border-radius: 15px;
  background: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 60px;
}

.catalog__list-search .catalog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 31px 12px 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
}

.catalog__list-search .catalog__item:hover {
  background: #f4f4f4;
}

.catalog__wrap-block.form__checkbox-group-login div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(93, 109, 99, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 500;
  pointer-events: none;
}

.search-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.search-overlay.active2 {
  z-index: 99 !important;
}

.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(93, 109, 99, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 30;
  pointer-events: none;
}
.header-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header__wrapper-logo,
.header__list-soc,
.header__list-soc-desktop,
.header__list-icon {
  position: relative;
}

.header__form-search {
  position: relative;
  z-index: 1000 !important;
}

.catalog__list-search {
  display: none;
  position: absolute;
  padding: 68px 0 0 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1 !important;
}

.catalog__list-search.active {
  display: block;
  top: -18px;
  left: -18px;
  width: -webkit-fill-available;
  margin-right: -18px;
}

.catalog__list-search .catalog__item img {
  width: 34px;
  height: 42px;
  border-radius: 5px;
  overflow: hidden;
}

.catalog__list-search .product__name {
  width: auto;
  height: auto;
  margin: 0;
}
.catalog__list-search .product__name br {
  display: none;
}

.catalog__list-search .product__sum-wrapper {
  background: none;
}

.catalog__wrap-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  width: calc(100% - 80px);
}

.catalog__wrap-search-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.catalog__wrap-search-text span {
  font-weight: 400;
  font-size: 13px;
  line-height: 154%;
  color: #989494;
}

.catalog__wrap-search img {
  width: 34px;
}

.catalog__wrap-search .noImage {
  height: 42px !important;
  width: 34px !important;
  font-size: 10px;
  text-align: center;
  border-radius: 5px;
}

.catalog__search-sum {
  font-weight: 700;
  font-size: 16px;
  line-height: 137%;
  color: #3c4640;
}

.catalog__wrap-block-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 25px;
  left: 20px;
  z-index: 1;
  border-radius: 100px;
  height: 16px;
  font-weight: 500;
  font-size: 10px;
  line-height: 200%;
  color: #fff;
  background: #e26054;
  padding: 0 6px;
  letter-spacing: 0px;
}

.catalog__wrap-block-new.catalog__wrap-block-new-card {
  width: 66px;
  height: 18px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
}

.catalog__list-filter .catalog__wrap-block-new {
  position: absolute;
  top: 16px;
  left: 14px;
  width: 59px;
  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;
}

.catalog__wrapper-nav-menu .header__wrapper-menu-list-small {
  background: linear-gradient(137deg, rgba(255, 255, 255, 0.2) 0.55%, rgba(255, 255, 255, 0.2) 100%), #f9f9f9;
  border-radius: 8px;
}

.catalog__button:hover,
.catalog__button:focus-visible,
.catalog__button:active {
  outline: 0.5px solid #3c4640;
}

.catalog__list:not(.catalog__list-filter) ~ * .catalog__buttons-filter-sort-list,
.catalog__list.catalog__list-filter ~ * .catalog__buttons-filter-sort-tile {
  opacity: 0.2;
}

.catalog__list .catalog__wrap-block-new {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 66px;
  height: 18px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 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;
}

.catalog__buttons-filter-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #3c4640;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.catalog__buttons-filter-var {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #3c4640;
  background: #faf9f9;
  border-radius: 5px;
  padding: 3px 9px;
  cursor: pointer;
}
.catalog__buttons-filter-var.active {
  background: rgba(93, 109, 99, 0.1215686275);
}
.catalog__buttons-filter-var.active:after {
  content: "";
  display: none;
  width: 13px;
  height: 12px;
  background: url(/public/src/images/icons/close.svg) no-repeat center;
  cursor: pointer;
}

.catalog__wrapper-nav-menu {
  max-width: 206px;
}
.catalog__wrapper-nav-menu .header__wrapper-menu .header__btn-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.catalog__wrapper-nav-menu .header__wrapper-menu {
  max-width: 206px;
}
.catalog__wrapper-nav-menu .header__wrapper-menu .header__btn-menu.active {
  padding: 5px 10px;
  margin: 7px -10px !important;
}
.catalog__wrapper-nav-menu .header__wrapper-menu .header__btn-menu:hover {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
  width: calc(100% + 20px);
}

.catalog__wrapper-nav-menu .header__wrapper-menu li:not(:last-child) {
  border-bottom: 1px solid #efefef;
}

.catalog__wrapper-nav-menu .header__wrapper-menu li a {
  line-height: 110%;
  margin-top: 12px !important;
  margin-bottom: 12px !important;
  display: block;
}
.catalog__wrapper-nav-menu .header__wrapper-menu li a:hover {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
  width: calc(100% + 20px);
}
.catalog__wrapper-nav-menu .header__wrapper-menu li a.active {
  opacity: 1;
}

.catalog__list-filter .catalog__wrap-block-new {
  top: auto;
  left: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 66px;
  height: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 8px;
}

.catalog__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 29px;
  margin: 24px 0 79px;
  height: 429px;
}

.catalog__wrapper-block {
  display: contents;
}

.catalog__list-menu {
  position: absolute;
  bottom: 17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 505px;
  padding: 7px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), linear-gradient(111deg, rgba(255, 255, 255, 0.08) -8.95%, rgba(255, 255, 255, 0) 114%);
  backdrop-filter: blur(25px);
}

.catalog__list-menu li a {
  display: block;
  padding: 5px 10px;
  color: #3C4640;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Onest;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 133.333% */
  border-radius: 5px;
}
.catalog__list-menu li a:hover {
  background: #fff;
}

.catalog__button {
  position: relative;
  padding: 14px 39px 14px 39px;
  font-weight: 400;
  font-size: 24px;
  line-height: 279%;
  letter-spacing: -0.02em;
  color: #3c4640;
  font-family: "Wix Madefor Display", sans-serif;
  border-radius: 15px;
  overflow: hidden;
  background: #5d6d63;
}
.catalog__button.catalog__button-wax {
  background-color: #FAF9F9;
}

.catalog__button-fragrances {
  width: 24%;
  background: url(/public/src/images/fragrances.png) no-repeat center right;
  background-size: 100%;
  background-color: #faf9f9;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.catalog__button-fragrances:hover {
  background-size: 110%;
}

.catalog__button-wax {
  width: 24%;
  background: url(/public/src/images/wax.png) no-repeat right bottom;
  background-size: 100%;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.catalog__button-wax:hover {
  background-size: 110%;
}

.catalog__button-wax {
  width: 100%;
  height: 48%;
}

.catalog__button-all {
  position: relative;
  padding: 33px 39px 33px 39px;
  height: 48%;
  color: #ffffff;
  line-height: 120%;
}
.catalog__button-all:hover {
  background: #8C96AF;
  border-color: #8C96AF;
  outline: none;
}

.catalog__button-all::after {
  position: absolute;
  content: "";
  top: 15%;
  left: 10%;
  width: 34px;
  height: 34px;
  background: url(/public/src/images/icons/icon-catalog.svg) no-repeat right bottom;
}

.catalog__button-all span {
  color: #ffffff;
  line-height: 120%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.catalog__button-oil {
  display: block;
  width: 49%;
  height: 100%;
  background: url(/public/src/images/oil.jpg) no-repeat center center;
  background-size: 100%;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.catalog__button-oil:hover {
  background-size: 110%;
}
.catalog__button-oil .btn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 14px 39px;
}

.catalog__wrapper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 27px;
  width: 24%;
}

/* hit */
.hit {
  position: relative;
}

.hit__wrapper {
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.hit__button {
  padding: 7px 15px 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: #989494;
}

.hit__button:hover,
.hit__button:focus-visible,
.hit__button:active {
  color: #3C4640;
}

.product__swiper {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  visibility: hidden;
  padding-bottom: 50px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.product__swiper.active {
  opacity: 1;
  position: relative;
  pointer-events: all;
  visibility: visible;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.product__button-top {
  position: absolute;
  top: 1%;
  right: 2%;
  z-index: 1;
  width: 47px;
  height: 47px;
  background: inherit;
  border-radius: 10px;
}
.product__button-top.active:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='16' viewBox='0 0 15 16' fill='none'%3E%3Cpath d='M12.7581 16C12.5115 15.9993 12.2674 15.9498 12.04 15.8542C11.8127 15.7587 11.6065 15.619 11.4334 15.4433L7.33342 11.3673L3.23342 15.446C2.9701 15.7132 2.63241 15.8948 2.26436 15.9672C1.89631 16.0396 1.51498 15.9995 1.17008 15.852C0.82176 15.7119 0.523779 15.47 0.315054 15.1579C0.106329 14.8459 -0.0034395 14.4781 8.21575e-05 14.1027V3.33333C8.21575e-05 2.44928 0.351272 1.60143 0.976393 0.976311C1.60151 0.351189 2.44936 0 3.33342 0L11.3334 0C11.7712 0 12.2046 0.0862192 12.609 0.253735C13.0134 0.421251 13.3809 0.666782 13.6904 0.976311C14 1.28584 14.2455 1.6533 14.413 2.05772C14.5805 2.46214 14.6668 2.89559 14.6668 3.33333V14.1027C14.6705 14.4778 14.5611 14.8453 14.3529 15.1574C14.1447 15.4694 13.8472 15.7115 13.4994 15.852C13.2646 15.9502 13.0126 16.0005 12.7581 16Z' fill='%235D6D63'/%3E%3C/svg%3E");
  background-size: 16px 16px;
}

.product__button-top::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='16' viewBox='0 0 15 16' fill='none'%3E%3Cpath d='M12.7581 16C12.5115 15.9993 12.2674 15.9498 12.04 15.8542C11.8127 15.7587 11.6065 15.619 11.4334 15.4433L7.33342 11.3673L3.23342 15.446C2.9701 15.7132 2.63241 15.8948 2.26436 15.9672C1.89631 16.0396 1.51498 15.9995 1.17008 15.852C0.82176 15.7119 0.523779 15.47 0.315054 15.1579C0.106329 14.8459 -0.0034395 14.4781 8.21575e-05 14.1027V3.33333C8.21575e-05 2.44928 0.351272 1.60143 0.976393 0.976311C1.60151 0.351189 2.44936 0 3.33342 0L11.3334 0C11.7712 0 12.2046 0.0862192 12.609 0.253735C13.0134 0.421251 13.3809 0.666782 13.6904 0.976311C14 1.28584 14.2455 1.6533 14.413 2.05772C14.5805 2.46214 14.6668 2.89559 14.6668 3.33333V14.1027C14.6705 14.4778 14.5611 14.8453 14.3529 15.1574C14.1447 15.4694 13.8472 15.7115 13.4994 15.852C13.2646 15.9502 13.0126 16.0005 12.7581 16ZM3.33342 1.33333C2.80298 1.33333 2.29428 1.54405 1.9192 1.91912C1.54413 2.29419 1.33342 2.8029 1.33342 3.33333V14.1027C1.33317 14.2138 1.36586 14.3224 1.42735 14.4149C1.48884 14.5075 1.57636 14.5797 1.67888 14.6225C1.78139 14.6653 1.89429 14.6768 2.00331 14.6554C2.11233 14.6341 2.21259 14.5809 2.29142 14.5027V14.5027L6.86675 9.95533C6.99166 9.83117 7.16063 9.76147 7.33675 9.76147C7.51287 9.76147 7.68184 9.83117 7.80675 9.95533L12.3768 14.5013C12.4556 14.5796 12.5558 14.6328 12.6649 14.6541C12.7739 14.6754 12.8868 14.664 12.9893 14.6212C13.0918 14.5784 13.1793 14.5061 13.2408 14.4136C13.3023 14.3211 13.335 14.2124 13.3348 14.1013V3.33333C13.3348 2.8029 13.124 2.29419 12.749 1.91912C12.3739 1.54405 11.8652 1.33333 11.3348 1.33333H3.33342Z' fill='%235D6D63'/%3E%3C/svg%3E");
  cursor: pointer;
  background-size: 16px 16px;
}

.hit__button.active {
  border-radius: 100px;
  color: #3c4640;
  background: #f5f5f5;
}

.product__name {
  height: 40px;
  display: block;
  margin: 23px 0 12px;
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #3c4640;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product__name:hover,
.product__name:focus-visible,
.product__name:active {
  opacity: 0.8;
}

.product__wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product__wrapper-text.hidden {
  height: 43px;
}

.product__volume-custom {
  position: relative;
  width: calc(100% - 50px);
  margin-bottom: 8px;
}

.product__volume-selected {
  position: relative;
  width: 100%;
  padding: 6px 14px 6px 14px;
  border: 2px solid #efefef;
  border-radius: 8px;
  height: 35px;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #989494;
  cursor: pointer;
  background-color: white;
  min-width: 0;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product__volume-selected::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0.9)), to(white));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 70%, white 100%);
  pointer-events: none;
  border-radius: 0 8px 8px 0;
  z-index: 1;
}
.product__volume-selected::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-image: url(/public/src/images/icons/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  z-index: 2;
}

.product__volume-selected:hover,
.product__volume-selected:focus-visible,
.product__volume-selected:active,
.product__quantity-selected:hover,
.product__quantity-selected:focus-visible,
.product__quantity-selected:active {
  color: #5D6D63;
}

.product__sum-wrapper:hover,
.product__sum-wrapper:focus-visible,
.product__sum-wrapper:active {
  opacity: 0.7;
}

.product__volume-items {
  max-height: unset;
  overflow-y: visible;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  border-radius: 8px;
  display: none;
  z-index: 1000;
  -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.08);
}

.product__volume-option {
  padding: 6px 5px;
  height: 32px;
  cursor: pointer;
  color: #3c4640;
  font-weight: 400;
  font-size: 12px;
  line-height: 143%;
}

.product__volume-option:last-child {
  border-bottom: none;
}

.product__volume-option:hover {
  background: #f2f6f3;
}

.product__volume-option.active {
  background: #f2f6f3;
}

.product__quantity-custom {
  position: relative;
  width: 61px;
  left: -2px;
}
@media (max-width: 767px) {
  .product__quantity-custom {
    width: 50px;
    left: 0px;
  }
}

.product__quantity-selected {
  border: 2px solid #f2f6f3;
  border-radius: 8px;
  height: 35px;
  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;
  cursor: pointer;
  background: white;
  font-weight: 400;
  font-size: 14px;
  color: #989494;
}

.product__quantity-items {
  position: absolute;
  top: 0;
  left: 2px;
  right: 0;
  background: white;
  border: 2px solid #f2f6f3;
  border-radius: 8px;
  display: none;
  z-index: 1000;
  overflow-y: auto;
  overflow-y: auto;
  -ms-overflow-style: none;
  -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.08);
}

.product__quantity-option {
  padding: 6px 14px;
  height: 24px;
  cursor: pointer;
  color: #3c4640;
  font-size: 12px;
}

.product__quantity-option:hover {
  background: #f2f6f3;
}

.product__quantity-option:last-child {
  border-bottom: none;
}

.product__quantity-items {
  display: none;
}

.product__basket {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 35px;
}

.basket__weight-sum {
  font-weight: 500;
  font-size: 17px;
  line-height: 129%;
  color: #3c4640;
  width: 120px;
  text-align: right;
}

.product__basket span {
  display: none;
}

.product__sum-wrapper {
  padding: 8px 14px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 137%;
  color: #3c4640;
  background: #f5f5f5;
  border-radius: 8px;
}

.product__basket-wrapper {
  position: relative;
}

.product__basket::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 19px;
  height: 19px;
  background: url(/public/src/images/icons/basket.svg) no-repeat center;
  cursor: pointer;
}

.card__add-to-cart-btn.true:after,
.product__basket.true:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M4.07573 8.77279L0.175729 4.87279C-0.0585762 4.63849 -0.0585762 4.25859 0.175729 4.02426L1.02424 3.17573C1.25854 2.9414 1.63846 2.9414 1.87277 3.17573L4.49999 5.80293L10.1272 0.175729C10.3615 -0.0585762 10.7414 -0.0585762 10.9758 0.175729L11.8243 1.02426C12.0586 1.25856 12.0586 1.63846 11.8243 1.87279L4.92426 8.77282C4.68993 9.00712 4.31003 9.00712 4.07573 8.77279Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-button-next-castom,
.swiper-button-prev-castom {
  top: 10px;
  margin: 0 2px;
}

.swiper-button-next:hover,
.swiper-button-next:focus-visible,
.swiper-button-next:active,
.swiper-button-prev:hover,
.swiper-button-prev:focus-visible,
.swiper-button-prev:active {
  background: #5d6d63;
}
.swiper-button-next:hover:before,
.swiper-button-next:focus-visible:before,
.swiper-button-next:active:before,
.swiper-button-prev:hover:before,
.swiper-button-prev:focus-visible:before,
.swiper-button-prev:active:before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.swiper-button-next-castom {
  right: 0;
}

.swiper-button-prev-castom {
  right: 47px;
  left: auto;
}

.swiper-button-next-castom,
.swiper-button-prev-castom {
  background: #faf9f9;
  border-radius: 100%;
  width: 43px;
  height: 43px;
}

.swiper-pagination-castom .swiper-pagination-bullet {
  background: #5d6d63;
  cursor: pointer;
}

.swiper-pagination-castom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

/* info */
.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 29px;
  margin-top: 60px;
}

.info__sum {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 129%;
  letter-spacing: -0.02em;
  color: #8c96af;
}

.info__small-text {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #3c4640;
}

.info__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 301px);
  gap: 29px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.info__list::after {
  position: absolute;
  content: "";
  top: -50px;
  right: -145px;
  width: 477px;
  height: 452px;
  background: url(/public/src/images/lavanda.png) no-repeat right top;
  background-size: 477px 452px;
  z-index: -1;
}

.info__item {
  height: 205px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 15px;
  background: #f1f6f2;
}

.info__item:first-child {
  grid-column: 1/-1;
  width: 301px;
  justify-self: start;
}

.info__text-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
  width: 50%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 66px 54px 74px 63px;
  background: #faf9f9;
  border-radius: 15px;
}

.info__text-wrapper p {
  max-width: 330px;
  font-weight: 400;
  font-size: 15px;
  line-height: 153%;
  color: #3c4640;
}

.info__text-wrapper img {
  width: 226px;
  height: auto;
}

.info__photo-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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info__photo-wrapper span {
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #989494;
  margin-top: 15px;
}

.info__photo-wrapper span strong {
  font-weight: 700;
}

.info__button {
  position: absolute;
  left: 63px;
  bottom: 74px;
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  color: #3c4640;
  border: 2px solid #3c4640;
  border-radius: 10px;
  padding: 13px 32px;
}
.info__button:hover {
  background: #5d6d63;
  border-color: #5d6d63;
  color: #fff;
}

.info__banner-text {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 227px;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #1d1d1f;
}

.info__banner-wrapper {
  position: relative;
  margin: 40px 0 44px;
}

.info__banner-wrapper::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 52px;
  width: 118px;
  height: 77px;
  background: url(/public/src/images/icons/commas.svg) no-repeat center center;
  background-size: 118px 77px;
}

.info__banner-wrapper::before {
  position: absolute;
  content: "";
  bottom: 30px;
  right: 28px;
  width: 295px;
  height: 58px;
  background: url(/public/src/images/icons/blur-banner.png) no-repeat center center;
  background-size: 100%;
}

/* advantages */
.advantages {
  padding-top: 40px;
  margin-bottom: 66px;
}

.advantages .swiper-button-next-castom {
  right: 110px;
}

.advantages .swiper-button-prev-castom {
  right: 154px;
}

.advantages__item {
  width: 300px;
}

.advantages__list {
  padding: 78px 0 33px;
  margin: -60px auto 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.advantages__swiper.swiper {
  overflow: visible;
}

.advantages__item {
  padding: 30px 30px 38px 42px;
  border: 4px solid #f6f6f8;
  border-radius: 15px;
  min-height: 274px;
}

.advantages__item:hover {
  background: #8C96AF;
}

.advantages__item:hover h3 {
  color: white;
}

.advantages__item:hover p {
  color: white;
}

.advantages__item:hover svg path {
  stroke: white;
}

.advantages__item h3 {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #1d1d1f;
  margin: 23px 0 14px;
}

.advantages__item p {
  font-weight: 400;
  font-size: 15px;
  line-height: 153%;
  color: #828282;
}

/* form */
.form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 42px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 114px 72px 53px;
  border-radius: 15px;
  background: rgba(238, 244, 239, 0.8);
  margin-top: 75px;
}

.form__wrapper-banner {
  padding: 35px 48px 41px;
  border-radius: 15px 15px 0 0;
  background: linear-gradient(163deg, #fff 0%, rgba(255, 255, 255, 0) 97.77%);
  max-width: 38%;
}

.form__wrapper-banner h3 {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 137%;
  letter-spacing: -0.02em;
  color: #1d1d1f;
}

.form__wrapper-banner p {
  margin: 14px 0 27px;
  font-weight: 400;
  font-size: 15px;
  line-height: 153%;
  color: #3c4640;
}

.form__wrapper-banner a {
  padding: 13px 29px;
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  color: #5d6d63;
  backdrop-filter: blur(4px);
  background: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
}
.form__wrapper-banner a:hover {
  background: #5d6d63;
  color: #fff;
}

.form {
  width: 48%;
}

.form__group input {
  border-bottom: 1px solid #5d6d63;
  margin-bottom: 35px;
  height: 33px;
  width: -webkit-fill-available;
  padding-bottom: 0;
}

.form__group.form__group-question {
  height: 108px;
  width: 100%;
}

.form__group.form__group-question textarea {
  height: 108px;
  width: 100%;
  border-bottom: 1px solid #5d6d63;
  resize: none;
}

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

.form__group-wrapper .form__group {
  width: 45%;
}

.form__group input::-webkit-input-placeholder {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #3c4640;
  opacity: 0.7;
}

.form__group input::-moz-placeholder {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #3c4640;
  opacity: 0.7;
}

.form__group input:-ms-input-placeholder {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #3c4640;
  opacity: 0.7;
}

.form__group input::-ms-input-placeholder {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #3c4640;
  opacity: 0.7;
}

.form__group input::placeholder {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #3c4640;
  opacity: 0.7;
}

.form__checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.form__checkbox-group a {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #3c4640;
  opacity: 0.5;
  letter-spacing: 0;
}
.form__checkbox-group a:hover {
  color: #3c4640;
}

.form__button {
  padding: 12px 73px;
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  color: #fff;
}

.form__button:hover,
.form__button:focus,
.form__button:active {
  background: #3c4640;
}

.form__checkbox-group input[type=checkbox] {
  width: 21px;
  height: 21px;
  border: 1px solid #5d6d63;
  border-radius: 2px;
}

/* reviews */
.reviews__list {
  margin: -50px 0 0 0;
  padding: 70px 0 0;
}

.reviews__stars-active {
  width: 40px;
  height: 13px;
  background: url(/public/src/images/icons/star-comment.svg) center center;
  background-repeat: repeat-x;
  background-position: left;
}

.reviews__stars-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews__stars {
  width: 26px;
  opacity: 0.3;
}

.reviews__swiper {
  margin: -50px 0 0 0;
  padding: 45px 0 40px;
}

.reviews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 29px;
  padding: 44px 56px 52px 53px;
  border-radius: 15px;
  background: #faf9f9;
  min-height: 313px;
  height: auto;
}

.reviews__item p {
  margin: 20px 0 37px;
  font-weight: 400;
  font-size: 15px;
  line-height: 153%;
  color: #3c4640;
}

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

.reviews__wrapper-text span:nth-last-child(1) {
  padding: 7px 17px;
  border-radius: 100px;
  background: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #3c4640;
}

/* news */
.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 77px 0 140px;
}

.news__list {
  width: 49%;
  border: 4px solid #f6f6f8;
  border-radius: 15px;
  padding: 48px 54px 46px 54px;
  margin: 0;
}

.news__wrapper-img {
  max-width: 134px;
  width: 100%;
  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;
}

.news__wrapper-img img {
  width: 134px;
  height: 134px;
}

.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.news__wrapper-text span:first-child {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 17px;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #3c4640;
  border-radius: 100px;
  background: #f6f6f8;
  margin: 0px;
}

.news__swiper-wrapper {
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0, 0) !important;
  transform: translate3d(0px, 0, 0) !important;
}

.news__button {
  position: absolute;
  left: 0;
  top: 165px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 13px 22px;
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  color: #5d6d63;
  border-radius: 10px;
  backdrop-filter: blur(4px);
  background: #f1f6f2;
}

.news__button:hover,
.news__button:focus-visible,
.news__button:active {
  background: #5d6d63;
  color: #f1f6f2;
}

.news__wrapper-text span:nth-child(2) {
  font-weight: 500;
  font-size: 18px;
  line-height: 111%;
  color: #3c4640;
  margin: 27px 0 18px;
}

.news__wrapper-text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 153%;
  color: #3c4640;
}

.news__banner {
  min-height: 310px;
  max-height: 310px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  width: 49%;
  padding: 54px 36px 46px 54px;
}

.news__banner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/public/src/images/delivery-bg.png) no-repeat center center;
  background-size: 676px 310px;
  z-index: -1;
}

.news__banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f8), to(#eef4ef));
  background: linear-gradient(180deg, #f6f6f8 0%, #eef4ef 100%);
  z-index: -2;
}

.news__banner h3 {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 137%;
  letter-spacing: -0.02em;
  color: #1d1d1f;
}

.news__banner p {
  max-width: 213px;
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #3c4640;
  margin: 19px 0;
}

.news__banner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 46px;
  left: 54px;
  padding: 13px 36px 12px 32px;
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  color: #5d6d63;
  border: 2px solid #fff;
  border-radius: 10px;
  backdrop-filter: blur(4px);
  background: #fff;
}
.news__banner a:hover {
  background: #5d6d63;
  color: #fff;
}

.news__banner img {
  position: absolute;
  bottom: 0;
  right: 35px;
}

.news__list .swiper-pagination-castom {
  display: none;
}

.news__wrapper-buttons {
  position: absolute;
  top: 42px;
  right: 53px;
}

/* footer */
.footer {
  position: relative;
  width: 98%;
  margin: 0 15px;
  backdrop-filter: blur(4px);
  background: #5d6d63;
  border-radius: 10px 10px 0 0;
}

.footer__bottom-wrapper {
  position: relative;
  width: 100%;
}

.footer__left-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 119px;
}

.footer__top {
  padding: 70px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1380px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__list li a {
  font-weight: 500;
  font-size: 15px;
  line-height: 300%;
  color: #fff;
}

.footer__list li a:hover,
.footer__list li a:focus,
.footer__list li a:active {
  opacity: 0.5;
}

.footer__button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  margin-top: 35px;
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: #fff;
  padding: 13px 22px 13px 44px;
  border-radius: 10px;
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.1);
  letter-spacing: 0.02px;
  position: relative;
}

.footer__button-style:hover,
.footer__button-style:focus,
.footer__button-style:active {
  background: #3c4640;
}

.footer__button::after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 24px;
  width: 13px;
  height: 13px;
  background: url(/public/src/images/icons/catalog.svg) no-repeat center center;
}

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

.footer__phones a {
  font-weight: 500;
  font-size: 20px;
  line-height: 235%;
  color: #fff;
}
.footer__phones a:hover {
  background: none !important;
  opacity: 0.5;
}

.footer__column .email:hover {
  background: none !important;
  opacity: 0.5;
}

.footer__column a {
  font-weight: 500;
  font-size: 20px;
  line-height: 235%;
  color: #fff;
}

.footer__address {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 180%;
  color: #fff;
}

.footer__wrapper-column {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 49px;
}

.footer__subscribe {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 49px;
}

.footer__subscribe span {
  font-weight: 500;
  font-size: 15px;
  line-height: 287%;
  color: #fff;
}

.footer__subscribe-button {
  padding: 0 22px;
  border-radius: 8px;
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.1);
}

.footer__subscribe-button span {
  font-weight: 500;
  font-size: 15px;
  line-height: 287%;
  color: #fff;
}

.footer__subscribe-form input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 280%;
  color: #fff;
  opacity: 0.5;
}

.footer__subscribe-form input::-moz-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 280%;
  color: #fff;
  opacity: 0.5;
}

.footer__subscribe-form input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 280%;
  color: #fff;
  opacity: 0.5;
}

.footer__subscribe-form input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 280%;
  color: #fff;
  opacity: 0.5;
}

.footer__subscribe-form input::placeholder {
  font-weight: 400;
  font-size: 15px;
  line-height: 280%;
  color: #fff;
  opacity: 0.5;
}

.footer__subscribe-form input {
  height: 42px;
  width: 70%;
  max-width: 439px;
  border-bottom: 1px solid rgb(255, 255, 255);
  margin: 0 25px 21px 0;
}

.footer__agreement input[type=checkbox] {
  width: 21px;
  height: 21px;
  background: rgba(217, 217, 217, 0.2);
  border-radius: 2px;
  opacity: 0.2;
}

.footer__agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__agreement label a {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
  opacity: 0.3;
}
.footer__agreement label a:hover {
  color: #fff;
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 9px;
}

.footer__contacts a {
  width: 100%;
  height: 100%;
  display: block;
}

.footer__column a:hover,
.footer__column a:focus-visible,
.footer__column a:active {
  background: #3c4640;
  border-radius: 8px;
}

.footer__contacts li {
  position: relative;
  border-radius: 8px;
  width: 64px;
  height: 64px;
  background: rgba(217, 217, 217, 0.05);
}

.footer__contacts li svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

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

.footer__bottom {
  margin: 0 auto;
  max-width: 1380px;
  position: relative;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__bottom a {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
  opacity: 0.5;
}

.footer__bottom a:hover,
.footer__bottom a:focus-visible,
.footer__bottom a:active {
  opacity: 1;
}

.footer__bottom span {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
  opacity: 0.5;
}

.footer__bottom-wrapper::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(/public/src/images/icons/blur-desktop.png) no-repeat center center;
  background-size: 100% 100%;
}

.main {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.breadcrumbs__wrapper {
  margin: 0 0 21px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 5px;
}

.breadcrumbs a {
  font-weight: 400;
  font-size: 13px;
  line-height: 154%;
  color: #bababa;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  width: -webkit-fill-available;
  overflow: hidden;
}

.breadcrumbs {
  position: relative;
  font-weight: 400;
  font-size: 13px;
  line-height: 154%;
  color: #bababa;
}

.breadcrumbs:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 10px;
  right: -20px;
  width: 7px;
  height: 1px;
  background: #bababa;
}

.catalog__wrapper-filters {
  height: auto;
  min-height: 1103px;
  width: 100%;
  -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;
}

.catalog__banner-wrapper {
  position: relative;
  padding: 30px 47px;
  border-radius: 15px;
  margin-bottom: 39px;
  background: url(/public/src/images/catalog-bg.png) no-repeat center center;
  border-radius: 15px;
  overflow: hidden;
}

.catalog__banner-wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f1f6f2;
  z-index: -1;
}

.catalog__filter-text-close {
  position: relative;
  width: 13px;
  height: 12px;
  background: url(/public/src/images/icons/close.svg) no-repeat right top;
  cursor: pointer;
  margin: -2px -2px 0px 5px;
}

.catalog__buttons-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border: 2px solid #efefef;
  border-radius: 8px;
  padding: 11px 15px 11px 41px;
  cursor: pointer;
  position: relative;
}
.catalog__buttons-filter .count {
  display: none;
}
.catalog__buttons-filter.active .count {
  position: absolute;
  top: -6px;
  right: -6px;
  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;
  font-weight: 700;
  font-size: 9px;
  line-height: 1;
  color: #fff;
  border-radius: 100%;
  border: 1px solid #ffffff;
  background: #5d6d63;
  width: 18px;
  height: 18px;
}

.catalog__buttons-filter--sorting {
  padding: 11px 46px 11px 41px;
}

.catalog__buttons-filter--sorting::after {
  position: absolute;
  content: "";
  left: 13px;
  width: 18px;
  height: 16px;
  background: url(/public/src/images/icons/sort.svg) no-repeat center center;
}

.catalog__buttons-filter--sorting::before {
  position: absolute;
  content: "";
  right: 18px;
  width: 7px;
  height: 20px;
  background: url(/public/src/images/icons/arrow.svg) no-repeat center center;
}

.catalog__buttons-filter--filters::after {
  position: absolute;
  content: "";
  left: 13px;
  width: 18px;
  height: 16px;
  background: url(/public/src/images/icons/filter.svg) no-repeat center center;
}

/*
.catalog__buttons-filter--filters.active {
  border-color: #e26054 !important;
  & .catalog__buttons-filter-text {
    color: #e26054;
  }
  &::after {
    filter: invert(54%) sepia(22%) saturate(3270%) hue-rotate(328deg) brightness(97%) contrast(91%);
  }
}
*/
.catalog__banner-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

.catalog__banner-menu h1 {
  font-weight: 400;
  font-size: 46px;
  line-height: 146%;
  letter-spacing: -0.02em;
  color: #3c4640;
  font-family: "Wix Madefor Display", sans-serif;
}

.catalog__banner-menu span {
  margin-left: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 146%;
  color: #989494;
  height: 33px;
}

.catalog__banner-menu::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/public/src/images/catalog-bg.png) no-repeat center center;
  background-size: 676px 310px;
  z-index: -1;
}

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

.catalog__container .catalog__list-filter .catalog__item {
  border: 1px solid #efefef;
  border-radius: 8px;
  margin-bottom: -1px;
}

.catalog__wrapper-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 29px;
  padding-bottom: 50px;
}

.catalog__wrapper-buttons {
  width: 18%;
  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;
  margin-bottom: 65px;
}

.catalog__buttons {
  width: 100%;
  padding: 10px 0 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 14px;
  color: #3c4640;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog__buttons:not(:last-child) {
  border-bottom: 1px solid #efefef;
}

.catalog__wrapper-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 28px;
  max-height: 42px;
}

.catalog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 29px;
  width: 100%;
  max-width: 1157px;
  margin: 0 auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.catalog__item {
  width: calc((100% - 116px) / 5);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.catalog__item img, .catalog__item .noImage {
  width: 100%;
  height: 258px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid transparent;
}
.catalog__item img:hover, .catalog__item .noImage:hover {
  border: 1px solid #5d6d63;
}

.catalog__button-menu {
  padding: 7px 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: #3c4640;
}

.catalog__button-menu:hover,
.catalog__button-menu:focus-visible,
.catalog__button-menu:active {
  opacity: 0.5;
}
.catalog__button-menu:hover.active,
.catalog__button-menu:focus-visible.active,
.catalog__button-menu:active.active {
  opacity: 1;
}

.catalog__button-menu.active {
  border-radius: 100px;
  background: #fff;
}

.catalog__buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow-x: auto;
  margin-left: -10px;
}

.catalog__wrapper-filter-sort {
  border: 2px solid #efefef;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.catalog__wrapper-filter-sort .line {
  width: 2px;
  height: 100%;
  background: #efefef;
}

.catalog__wrapper-filter-sort button:hover,
.catalog__wrapper-filter-sort button:focus-visible,
.catalog__wrapper-filter-sort button:active {
  opacity: 0.5;
}

.catalog__filter-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}

.catalog__sort-options {
  padding: 14px 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 10px;
  z-index: 10;
  overflow: hidden;
}

.catalog__sort-option {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}

.catalog__sort-option:hover,
.catalog__sort-option:focus-visible,
.catalog__sort-option:active {
  background: #f1f6f2;
}

.catalog__buttons-filter-sort {
  width: 40px;
}

.catalog__buttons-filter-sort {
  padding: 12px 12px 6px;
  opacity: 0.2;
}
.catalog__buttons-filter-sort.active {
  opacity: 1;
}

.catalog__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 53px 0 65px;
}

.catalog__pagination-prev-btn {
  position: relative;
  padding-left: 66px;
}

.catalog__pagination-btn:hover,
.catalog__pagination-btn:focus-visible,
.catalog__pagination-btn:active {
  opacity: 0.5;
}

.catalog__pagination-btn.disabled {
  cursor: auto;
}

.catalog__pagination-next-btn {
  position: relative;
  padding-right: 66px;
}

.catalog__pagination-prev-btn::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 43px;
  height: 43px;
  background: url(/public/src/images/icons/arrow-bg.svg) no-repeat center center;
}

.catalog__pagination-next-btn::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 43px;
  height: 43px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url(/public/src/images/icons/arrow-bg.svg) no-repeat center center;
}

.catalog__pagination-numbers {
  border: 2px solid #efefef;
  border-radius: 8px;
}

.catalog__page-number {
  width: 42px;
  height: 42px;
}

.catalog__page-number:hover,
.catalog__page-number:focus-visible,
.catalog__page-number:active {
  opacity: 0.5;
}

.catalog__page-number:not(:last-child) {
  border-right: 2px solid #efefef;
}

.catalog__page-number.active {
  background: #f5f5f5;
}

.catalog__list-filter .catalog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: auto;
  max-height: 75px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  padding: 14px 18px 14px 11px;
}

.catalog__wrap-buttons-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog__container.product__button-top {
  right: 19%;
}

.catalog__list-filter {
  gap: 0;
  max-width: 100%;
}

.catalog__list-filter .noImage,
.catalog__list-filter img {
  width: 43px;
  height: 55px;
  margin-right: 22px;
  border-radius: 5px;
  overflow: hidden;
  font-size: 12px;
  text-align: center;
}

.catalog__list-filter .product__name {
  height: auto;
  margin: 0;
  letter-spacing: 0px;
}
.catalog__list-filter .product__name br {
  display: none;
}

.catalog__list-filter .catalog__wrap-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 8px;
}

.catalog__wrap-block img {
  border-radius: 15px;
  overflow: hidden;
  -webkit-filter: brightness(0.95);
  filter: brightness(0.95);
  background: #fff;
}

.catalog__list-filter .catalog__wrap-block img {
  border-radius: 5px;
}

.catalog__list-order .catalog__wrap-block .basket__img.basket__img-placeholder,
.catalog__list-order .catalog__wrap-block img {
  border-radius: 10px;
  width: 52px;
  height: 65px;
}

.catalog__list-filter .product__basket span {
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  color: #fff;
  padding: 14px 33px 12px 58px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.catalog__list-filter .product__basket {
  position: relative;
  width: 165px;
  height: 47px;
}

.catalog__list-filter .product__basket-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
}

.catalog__list-filter .product__sum-wrapper {
  background: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 27%;
}

.catalog__list-filter .product__wrapper-text {
  margin-right: 27px;
}

.catalog__list-filter .product__volume-custom {
  margin: 0;
  width: auto;
}

.catalog__list-filter .product__button-top {
  right: 18%;
  top: auto;
  bottom: 13px;
  background: #faf9f9;
}

.catalog__list-filter .product__volume-selected {
  font-size: 16px;
  height: 47px;
}

.catalog__list-filter .product__quantity-selected {
  height: 47px;
  font-size: 16px;
}

.catalog__list-filter .product__basket::after {
  top: 50%;
  left: 18%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.catalog__list-filter .product__volume-selected {
  width: 152px;
  padding: 10px 14px;
}

.catalog__hidden-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 35px 30px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100011;
  background: #ffffff;
  width: 550px;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  cursor: auto;
}

.catalog__hidden-filters.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  overflow-y: auto;
}

body:has(.catalog__hidden-filters.active) {
  overflow: hidden;
  height: 100vh;
}

.catalog__hidden-filters h2 {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #3c4640;
  margin-bottom: 29px;
}

.catalog__hidden-filters .header__wrapper-menu {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 10px;
}

.catalog__hidden-filters .header__wrapper-menu li {
  min-height: 40px;
  width: calc(50% - 5px);
  background: none;
  cursor: auto;
}
@media (max-width: 767px) {
  .catalog__hidden-filters .header__wrapper-menu li {
    width: 100%;
  }
  .catalog__hidden-filters .header__wrapper-menu li span {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.catalog__hidden-filters .header__wrapper-menu li span {
  color: #3c4640;
  background: #faf9f9;
  border-radius: 5px;
  padding: 9px 9px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border: 2px solid #faf9f9;
}
.catalog__hidden-filters .header__wrapper-menu li.active span {
  border-radius: 5px;
  border: 2px solid #5D6D63;
}
.catalog__hidden-filters .header__wrapper-menu li.active span:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Cpath d='M7.16295 0.75L0.75 7.25M0.75 0.75L7.16295 7.25' stroke='%233C4640' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.header__wrapper-menu-list-small.catalog__hidden-filters-list {
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  row-gap: 10px;
  padding: 17px 0;
}

.catalog__hidden-filters-list .catalog__buttons-filter-var {
  bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: auto !important;
  margin-right: 20px;
}

.swiper-pagination-alt.swiper-pagination-catalog {
  display: none;
}

.card__flag-text {
  padding: 0 0 0 30px;
  position: relative;
}

.card__flag-text img {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(-22%, -50%);
  -ms-transform: translate(-22%, -50%);
  transform: translate(-22%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 100px;
  overflow: hidden;
}

/* card */
.card__mini-swiper-slide.swiper-slide {
  width: 40px;
  height: 40px !important;
  cursor: pointer;
}

.card__mini-swiper-wrapper.swiper-wrapper {
  max-height: unset;
  -webkit-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
  gap: 10px;
}
.card__mini-swiper-wrapper.swiper-wrapper .swiper-slide {
  margin: 0px !important;
}
.card__mini-swiper-wrapper.swiper-wrapper .swiper-slide img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper.mySwiperCardMini {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.swiper.mySwiperCard {
  max-width: 395px;
  width: 100%;
}
.swiper.mySwiperCard .swiper-wrapper {
  gap: 10px;
}
.swiper.mySwiperCard .swiper-wrapper .swiper-slide {
  margin: 0px !important;
  min-height: 480px;
}
.swiper.mySwiperCard .swiper-wrapper .swiper-slide .noImage, .swiper.mySwiperCard .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
  -webkit-filter: brightness(0.95);
  filter: brightness(0.95);
}
@media (max-width: 767px) {
  .swiper.mySwiperCard .swiper-wrapper .swiper-slide .noImage, .swiper.mySwiperCard .swiper-wrapper .swiper-slide img {
    border-radius: 0px;
  }
}

.card__name-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 38px;
  gap: 33px;
}

.card__name-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f1f6f2;
  border-radius: 15px;
  padding: 32px 42px 46px;
  width: 69%;
}

.card__name-text h1 {
  font-weight: 400;
  font-size: 37px;
  line-height: 114%;
  letter-spacing: -0.02em;
  color: #3c4640;
  font-family: "Wix Madefor Display", sans-serif;
  margin-bottom: 17px;
}

.card__wrapper-small-text {
  margin: 0 0 29px;
}

.card__wrapper-small-text span {
  font-weight: 400;
  font-size: 15px;
  line-height: 173%;
  color: #3c4640;
}

.card__weight-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 30px;
}

.card__weight-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 160px;
  background: #fff;
  padding: 17px 10px 13px;
  border-radius: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card__weight-btn.active {
  outline: 2px solid #5d6d63;
  opacity: 1;
}

.card__weight-btn:hover {
  opacity: 0.5;
}

.card__weight-btn:focus-visible {
  opacity: 0.5;
}

.card__weight {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #3c4640;
  margin-bottom: 13px;
}

.card__sum {
  font-weight: 400;
  font-size: 12px;
  line-height: 167%;
  color: #989494;
}

.card__order-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  background: #fff;
  width: 100%;
  padding: 34px 40px 32px;
}
.card__order-controls .card__button-favorites {
  position: unset;
}

.card__total-section {
  width: 180px;
}

.card__total-section span {
  font-weight: 700;
  font-size: 26px;
  line-height: 85%;
  color: #3c4640;
}

.card__quantity-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background: #f6f6f8;
  overflow: hidden;
  height: 50px;
  padding: 0px 10px;
}

.card__add-to-cart-btn {
  position: relative;
  border: 2px solid #5d6d63;
  border-radius: 10px;
  backdrop-filter: blur(4px);
  background: #5d6d63;
  padding: 12px 64px 11px 91px;
  color: #ffffff;
  margin-right: 18px;
}

.card__add-to-cart-btn:hover,
.card__add-to-cart-btn:focus-visible,
.card__add-to-cart-btn:active {
  opacity: 0.5;
}

.card__add-to-cart-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 22%;
  -webkit-transform: translate(-22%, -50%);
  -ms-transform: translate(-22%, -50%);
  transform: translate(-22%, -50%);
  width: 19px;
  height: 19px;
  background: url(/public/src/images/icons/basket.svg) no-repeat center;
  cursor: pointer;
}

.card__wrapper-img {
  width: 395px;
  height: 100%;
}

.card__wrapper-img img {
  width: 395px;
  height: 496px;
}

.card__wrapper-img .catalog__wrap-block-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 66px;
  height: 18px;
  font-size: 12px;
  position: absolute;
  top: 26px;
  left: 19px;
}

.card__button-favorites {
  position: absolute;
  content: "";
  bottom: 15.5%;
  right: 12.5%;
  width: 54px;
  height: 47px;
  backdrop-filter: blur(4px);
  background: #faf9f9;
  border-radius: 10px;
  z-index: 9;
}

.card__button-favorites-des {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='16' viewBox='0 0 15 16' fill='none'%3E%3Cpath d='M12.7581 16C12.5115 15.9993 12.2674 15.9498 12.04 15.8542C11.8127 15.7587 11.6065 15.619 11.4334 15.4433L7.33342 11.3673L3.23342 15.446C2.9701 15.7132 2.63241 15.8948 2.26436 15.9672C1.89631 16.0396 1.51498 15.9995 1.17008 15.852C0.82176 15.7119 0.523779 15.47 0.315054 15.1579C0.106329 14.8459 -0.0034395 14.4781 8.21575e-05 14.1027V3.33333C8.21575e-05 2.44928 0.351272 1.60143 0.976393 0.976311C1.60151 0.351189 2.44936 0 3.33342 0L11.3334 0C11.7712 0 12.2046 0.0862192 12.609 0.253735C13.0134 0.421251 13.3809 0.666782 13.6904 0.976311C14 1.28584 14.2455 1.6533 14.413 2.05772C14.5805 2.46214 14.6668 2.89559 14.6668 3.33333V14.1027C14.6705 14.4778 14.5611 14.8453 14.3529 15.1574C14.1447 15.4694 13.8472 15.7115 13.4994 15.852C13.2646 15.9502 13.0126 16.0005 12.7581 16ZM3.33342 1.33333C2.80298 1.33333 2.29428 1.54405 1.9192 1.91912C1.54413 2.29419 1.33342 2.8029 1.33342 3.33333V14.1027C1.33317 14.2138 1.36586 14.3224 1.42735 14.4149C1.48884 14.5075 1.57636 14.5797 1.67888 14.6225C1.78139 14.6653 1.89429 14.6768 2.00331 14.6554C2.11233 14.6341 2.21259 14.5809 2.29142 14.5027V14.5027L6.86675 9.95533C6.99166 9.83117 7.16063 9.76147 7.33675 9.76147C7.51287 9.76147 7.68184 9.83117 7.80675 9.95533L12.3768 14.5013C12.4556 14.5796 12.5558 14.6328 12.6649 14.6541C12.7739 14.6754 12.8868 14.664 12.9893 14.6212C13.0918 14.5784 13.1793 14.5061 13.2408 14.4136C13.3023 14.3211 13.335 14.2124 13.3348 14.1013V3.33333C13.3348 2.8029 13.124 2.29419 12.749 1.91912C12.3739 1.54405 11.8652 1.33333 11.3348 1.33333H3.33342Z' fill='%235D6D63'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.card__button-favorites-des.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='16' viewBox='0 0 15 16' fill='none'%3E%3Cpath d='M12.7581 16C12.5115 15.9993 12.2674 15.9498 12.04 15.8542C11.8127 15.7587 11.6065 15.619 11.4334 15.4433L7.33342 11.3673L3.23342 15.446C2.9701 15.7132 2.63241 15.8948 2.26436 15.9672C1.89631 16.0396 1.51498 15.9995 1.17008 15.852C0.82176 15.7119 0.523779 15.47 0.315054 15.1579C0.106329 14.8459 -0.0034395 14.4781 8.21575e-05 14.1027V3.33333C8.21575e-05 2.44928 0.351272 1.60143 0.976393 0.976311C1.60151 0.351189 2.44936 0 3.33342 0L11.3334 0C11.7712 0 12.2046 0.0862192 12.609 0.253735C13.0134 0.421251 13.3809 0.666782 13.6904 0.976311C14 1.28584 14.2455 1.6533 14.413 2.05772C14.5805 2.46214 14.6668 2.89559 14.6668 3.33333V14.1027C14.6705 14.4778 14.5611 14.8453 14.3529 15.1574C14.1447 15.4694 13.8472 15.7115 13.4994 15.852C13.2646 15.9502 13.0126 16.0005 12.7581 16Z' fill='%235D6D63'/%3E%3C/svg%3E");
}

.card__text-mob {
  display: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.card__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 173%;
  color: #3c4640;
}

.card__quantity-value {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 400;
  font-size: 15px;
  line-height: 153%;
  color: #3c4640;
  padding: 13px 0 11px 0;
  border: 2px solid #f6f6f8;
  border-radius: 8px;
  background: #fff;
  min-width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card__quantity-btn {
  padding: 13px 7px 10px 7px;
}

.card__quantity-btn:hover,
.card__quantity-btn:focus-visible,
.card__quantity-btn:active {
  opacity: 0.5;
}

.card__characteristics-text {
  width: 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}

.card__title-small {
  font-weight: 700;
  font-size: 15px;
  line-height: 153%;
  color: #3c4640;
  margin-bottom: 15px;
}

.card__characteristics-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 15px;
}

.card__characteristics-list li {
  width: 40%;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  color: #3c4640;
}

.card__characteristics-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #faf9f9;
  border-radius: 15px;
  padding: 19px 54px 45px 50px;
  margin-bottom: 30px;
}

.card__description-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #faf9f9;
  border-radius: 15px;
  padding: 19px 54px 45px 50px;
  margin-bottom: 30px;
}

.card__description-text {
  width: 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
}

.card__description-text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 153%;
  color: #3c4640;
  margin: 15px 0px;
}
.card__description-text p:first-child {
  margin-top: 0px;
}

.card__description-text-big {
  margin-bottom: 50px;
  position: relative;
}
.card__description-text-small {
  margin-bottom: 17px;
}
.card__description-text-small.set {
  padding: 25px 0px 0px 34%;
  margin: 0px;
  border-top: 2px solid #fff;
}

.card__recom-wrapper {
  position: relative;
}

/* contacts */
.section__banner-wrapper {
  position: relative;
  width: 100%;
  height: 413px;
  margin-bottom: 50px;
}

.section__banner-wrapper-contacts::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/public/src/images/contacts/contacts-hero.jpg) no-repeat center;
  background-size: 1380px 413px;
}

.section__banner-wrapper h1 {
  font-weight: 400;
  font-size: 46px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
  font-family: "Wix Madefor Display", sans-serif;
}

.section__banner-wrapper .section__wrapper-text {
  margin-top: 25px;
}
.section__banner-wrapper.imageHead .section__wrapper-text {
  margin: 0px;
  position: absolute;
  content: "";
  top: 25px;
  left: 50px;
  z-index: 5;
}
.section__banner-wrapper.imageHead:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  border-radius: 20px;
  background: linear-gradient(279deg, rgba(0, 0, 0, 0) 72.24%, rgba(0, 0, 0, 0.2) 97.53%);
}

.contacts__social-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.contacts__social-list {
  width: 49%;
}
.contacts__social-list .messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex--flow: row wrap;
  -webkit-box-align: cenwer;
  -ms-flex-align: cenwer;
  align-items: cenwer;
  gap: 50px;
  margin: 25px 0px 0px;
}
.contacts__social-list .messengers a img {
  height: 24px;
}

.contacts__social-mail-wrapper {
  width: 49%;
  min-height: 219px;
  background: #faf9f9;
  border-radius: 15px;
  padding: 34px 49px 17px 49px;
}

.contacts__social-mail-wrapper span {
  display: block;
  width: 46px;
  height: 46px;
  background: url(/public/src/images/icons/sms.svg) no-repeat center;
}

.contacts__social-list {
  padding: 34px 49px 17px 49px;
  border-radius: 15px;
  background: #faf9f9;
}

.contacts__social-list li a {
  font-weight: 500;
  font-size: 31px;
  line-height: 161%;
  letter-spacing: -0.02em;
  color: #3c4640;
  font-family: "Wix Madefor Display", sans-serif;
}

.contacts__social-list li a:hover,
.contacts__social-list li a:focus-visible,
.contacts__social-list li a:active {
  opacity: 0.5;
}

.contacts__social-mail {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 500;
  font-size: 31px;
  line-height: 194%;
  letter-spacing: -0.02em;
  color: #3c4640;
}

.contacts__social-mail:hover,
.contacts__social-mail:focus-visible,
.contacts__social-mail:active {
  opacity: 0.5;
}

.contacts__map {
  margin-bottom: 50px;
  height: 508px;
  border-radius: 15px;
  overflow: hidden;
}

.contacts__address {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contacts__wrapper-img {
  width: 49%;
}

.contacts__wrapper-block {
  padding: 34px 49px 17px 49px;
  border-radius: 15px;
  background: #faf9f9;
  width: 24.5%;
}

.contacts__wrapper-address::before {
  position: relative;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 43px;
  height: 43px;
  background: url(/public/src/images/icons/location.svg) no-repeat center;
}

.contacts__wrapper-time::before {
  position: relative;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 43px;
  height: 43px;
  background: url(/public/src/images/icons/time.svg) no-repeat center;
}

.contacts__wrapper-block span {
  display: block;
  margin-top: 25px;
  font-weight: 400;
  font-size: 15px;
  line-height: 153%;
  color: #3C4640;
}

.contacts__wrapper-img {
  position: relative;
}

.contacts__wrapper-img span {
  padding: 12px 17px 10px 19px;
  position: absolute;
  content: "";
  bottom: 20px;
  right: 30px;
  font-weight: 400;
  font-size: 15px;
  line-height: 153%;
  color: #fff;
  backdrop-filter: blur(50px);
  border-radius: 10px;
}

.contacts__details {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 4px solid #f6f6f8;
  border-radius: 15px;
  padding: 56px 34px 58px 50px;
  margin-bottom: 50px;
}

.contacts__details .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 29px;
  position: absolute;
  bottom: 66px;
  left: 52px;
  width: 239px;
  padding: 16px 0 16px 21px;
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #3C4640;
  border-radius: 15px;
  background: #faf9f9;
}
@media (max-width: 767px) {
  .contacts__details .link {
    position: relative;
    left: auto;
    bottom: auto;
  }
}

.contacts__details .link:hover,
.contacts__details .link:focus-visible,
.contacts__details .link:active {
  outline: 1px solid #5D6D63;
}

.contacts__details-list {
  width: 49%;
  font-weight: 400;
  font-size: 14px;
  line-height: 186%;
  color: #3C4640;
}

.contacts__details-list li {
  font-weight: 400;
  font-size: 14px;
  line-height: 186%;
  color: #3C4640;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.contacts__form {
  padding: 63px 114px 72px 50px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: rgba(238, 244, 239, 0.8);
  margin-bottom: 106px;
}

.contacts__social-item-va a {
  position: relative;
}

.contacts__social-item-va a::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: -40px;
  display: block;
  width: 24px;
  height: 24px;
  background: url(/public/src/images/icons/wa.svg.svg) no-repeat center;
}

/* news */
.news__container-wrapper h1 {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 400;
  font-size: 46px;
  line-height: 146%;
  letter-spacing: -0.02em;
  color: #3c4640;
  margin-top: -20px;
  margin-bottom: 17px;
}

.news__banner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #f1f6f2;
  border-radius: 15px;
  padding: 55px 54px 51px 54px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.news__banner-wrapper img {
  width: 49%;
  border-radius: 15px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.news__banner-wrapper .noImage {
  width: 49%;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
}

.news__banner-wrapper-text {
  width: 45%;
}

.news__banner-wrapper-text span {
  padding: 7px 17px;
  border-radius: 100px;
  background: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #3c4640;
}

.new__img-wrapper {
  position: relative;
}
.new__img-wrapper.set span {
  background: #f1f6f2;
}

.new__img-wrapper span {
  padding: 7px 17px;
  border-radius: 100px;
  background: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #3c4640;
  left: 31px;
  position: absolute;
  top: 35px;
}

.news__title-banner {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 137%;
  letter-spacing: -0.02em;
  color: #1d1d1f;
  margin-top: 15px;
  max-width: 628px;
  margin-bottom: 27px;
}

.form__title-banner {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #1d1d1f;
  margin-top: 15px;
  max-width: 628px;
  margin-bottom: 27px;
}

.news__list-banner {
  margin-top: 15px;
  margin-bottom: 38px;
  padding: 0;
}

.news__list-banner li {
  font-weight: 400;
  font-size: 15px;
  line-height: 153%;
  color: #3c4640;
}

.news__banner-button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 13px 28px;
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  color: #5d6d63;
  border-radius: 10px;
  backdrop-filter: blur(4px);
  background: #fff;
}

.news__banner-button:hover,
.news__banner-button:focus,
.news__banner-button:active {
  color: #f1f6f2;
  background: #5d6d63;
}

.news__info-button {
  position: absolute;
  left: 52px;
  bottom: 45px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 13px 29px;
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  color: #5d6d63;
  border-radius: 10px;
  backdrop-filter: blur(4px);
  background: #f1f6f2;
}

.news__list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  margin-bottom: 34px;
  width: 49%;
  outline: 4px solid #f6f6f8;
  border-radius: 15px;
  padding: 48px 54px 46px 54px;
  gap: 49px;
}

.news__list-item:hover,
.news__list-item:focus,
.news__list-item:active {
  background: #f1f6f2;
}

.news__list-item:hover .news__info-button,
.news__list-item:focus .news__info-button,
.news__list-item:active .news__info-button {
  background: #ffffff;
}

.news__list-item:hover .news__wrapper-text span:first-child,
.news__list-item:focus .news__wrapper-text span:first-child,
.news__list-item:active .news__wrapper-text span:first-child {
  background: #ffffff;
}

.news__list-wrapper {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news__list-wrapper-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form__mail-wrapper {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  padding: 72px 50px 72px;
  margin-bottom: 63px;
}

.form__mail-wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/public/src/images/news/mail.jpg) no-repeat center;
  z-index: -1;
  background-size: 1380px 337px;
}

.form__mail-wrapper .form__group {
  width: 271px;
  margin: 0;
  height: auto;
}

.form__mail-wrapper .form {
  width: 100%;
}

.form__mail-wrapper .form__checkbox-group {
  width: 50%;
}

.form__wrapper-group {
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 29px;
}

.form__mail-wrapper .form__button {
  margin: 0;
}

.news__img-wrapper {
  min-width: 134px;
  max-width: 134px;
  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;
}

.news__img-wrapper .noImage,
.news__img-wrapper img {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 60px;
}

/* new */
.main-new {
  width: 100%;
}

.main-new .breadcrumbs__wrapper {
  max-width: 1380px;
  margin: 0 auto;
}

.new {
  max-width: 1380px;
  margin: 0 auto;
}

.new h1 {
  font-weight: 400;
  font-size: 46px;
  line-height: 146%;
  letter-spacing: -0.02em;
  color: #3c4640;
  margin-bottom: 21px;
}

.new__img-wrapper {
  border-radius: 15px;
  background: #f1f6f2;
  margin-bottom: 50px;
}

.new__img-wrapper img {
  border-radius: 15px;
  margin: 0 235px;
  width: -webkit-fill-available;
  overflow: hidden;
}

.new__text-wrapper {
  margin: 0 235px 60px;
  width: -webkit-fill-available;
  line-height: 1.6;
}
.new__text-wrapper a {
  border-bottom: 1px dotted;
}

.new__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  color: #3c4640;
  margin-bottom: 38px;
  letter-spacing: 0px;
}

.new__title-list {
  font-weight: 700;
  font-size: 15px;
  line-height: 153%;
  color: #3c4640;
  margin-bottom: 10px;
}

.new__list li {
  font-weight: 400;
  font-size: 15px;
  line-height: 180%;
  color: #3c4640;
  list-style: disc;
  margin: 0 20px;
}

.new__list {
  font-weight: 400;
  font-size: 15px;
  line-height: 180%;
  color: #3c4640;
  list-style: disc;
  margin-bottom: 25px;
}

.new__banner-text {
  background: #f1f6f2;
  border-radius: 15px;
  font-weight: 700;
  font-size: 15px;
  line-height: 153%;
  color: #3c4640;
  padding: 30px 25px 25px;
  margin-bottom: 100px;
}

.new__wrapper-swiper {
  background: #faf9f9;
  border-radius: 15px;
  margin: 0 15px;
  max-width: 100%;
}

.new__wrapper-swiper h2 {
  max-width: 1380px;
  padding: 55px 0 0;
  font-weight: 400;
  font-size: 37px;
  line-height: 181%;
  letter-spacing: -0.02em;
  color: #3c4640;
  font-family: "Wix Madefor Display", sans-serif;
  margin: 0 auto -70px;
}

.new__item {
  padding: 51px 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  background: #fff;
  border-radius: 15px;
}

.new__swiper {
  max-width: 1380px;
  padding: 0 0 66px;
  margin: 0 auto;
}

.swiper-button-next-new,
.swiper-button-prev-new {
  background: #fff;
}

.new__list-wrapper {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 73px;
  padding-bottom: 33px;
}

.new__wrapper-buttons {
  position: absolute;
  top: 0;
  right: 0;
}

.new__button-swiper {
  position: absolute;
  left: 51px;
  bottom: 52px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 13px 22px;
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  color: #5d6d63;
  border-radius: 10px;
  backdrop-filter: blur(4px);
  background: #f1f6f2;
}

.new__button-swiper:hover,
.new__button-swiper:focus,
.new__button-swiper:active {
  color: #f1f6f2;
  background: #5d6d63;
}

.swiper-pagination-new.swiper-pagination-castom.swiper-pagination-alt.swiper-pagination {
  bottom: 66px;
}

.new__wrapper-img {
  width: 100%;
  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;
}

/* faq */
.faq {
  position: relative;
  width: 100%;
  height: 413px;
  margin-bottom: 50px;
}

.section__banner-wrapper-faq::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  background: url(/public/src/images/faq/faq-banner.jpg) no-repeat center left;
  background-size: 1380px 413px;
}

.faq__tab-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 29px;
}

.faq__tabs {
  width: 324px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 15px;
  background: #faf9f9;
  padding: 25px 37px;
  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;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
}

.faq__wrapper-list {
  width: 74%;
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
}

.faq__list {
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 14px;
  cursor: pointer;
}

.faq__list-button {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 27px 53px;
  border: 4px solid #f6f6f8;
  border-radius: 15px;
  font-weight: 700;
  font-size: 15px;
  line-height: 153%;
  color: #3c4640;
  -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;
  text-align: left;
}

.faq__list-button::after {
  position: absolute;
  content: "";
  top: 28px;
  right: 28px;
  display: block;
  width: 33px;
  height: 32px;
  background: url(/public/src/images/icons/plus.svg) no-repeat center;
}

.faq__list-button.active::after {
  right: 26px;
  background: url(/public/src/images/icons/minus.svg) no-repeat center;
}

.faq__list-button.active {
  background: #f1f6f2;
}

.faq__list-button.active p {
  display: block;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.faq__list-button p {
  display: none;
  margin-top: 14px;
  background: #f1f6f2;
  border-radius: 15px;
  font-weight: 400;
  font-size: 15px;
  line-height: 153%;
  color: #3c4640;
  text-align: left;
  -webkit-animation: fadeIn 2s ease;
  animation: fadeIn 2s ease;
}

.faq__button {
  padding: 0px 17px;
  font-weight: 400;
  font-size: 15px;
  line-height: 260%;
  color: #3c4640;
  border-radius: 10px;
  text-align: left;
}

.faq__button:hover,
.faq__button:focus-visible,
.faq__button:active {
  opacity: 0.5;
}

.faq__list-button:hover,
.faq__list-button:focus-visible,
.faq__list-button:active {
  opacity: 0.8;
}

.faq__button.active {
  background: #5d6d63;
  border-radius: 10px;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.faq__form {
  width: 74%;
  background: rgba(238, 244, 239, 0.8);
  border-radius: 15px;
  padding: 40px 53px;
}

.faq__section {
  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;
  margin-bottom: 109px;
}

.faq__form .form {
  width: 100%;
}

.faq__form p {
  font-weight: 400;
  font-size: 15px;
  line-height: 153%;
  color: #3c4640;
  margin-bottom: 27px;
}

.faq__select-mobile {
  display: none;
}

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

/* policy */
.policy h1 {
  font-weight: 400;
  font-size: 46px;
  line-height: 146%;
  letter-spacing: -0.02em;
  color: #3c4640;
}

.policy__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 279%;
  letter-spacing: -0.02em;
  color: #3c4640;
}

.policy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 35px;
}

.policy__item:not(:last-child) {
  border-bottom: 4px solid #f6f6f8;
}

.policy__wrapper-text {
  width: 74%;
}

.policy__sum {
  width: 17%;
  font-weight: 400;
  font-size: 24px;
  line-height: 279%;
  letter-spacing: -0.02em;
  color: #3c4640;
}

.policy__text {
  max-width: 902px;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #3c4640;
}

.policy__text span {
  font-weight: 700;
}

.policy__list {
  margin-bottom: 84px;
}

.policy__sum-desktop {
  display: none;
}

/* manufacturers */
.section__banner-wrapper-manufacturers {
  position: relative;
}

.section__banner-wrapper-manufacturers .breadcrumbs a {
  color: #ffffff;
  opacity: 0.7;
}

.section__banner-wrapper-manufacturers .breadcrumbs:not(:last-child)::after {
  background: #ffffff;
  opacity: 0.7;
}

.section__banner-wrapper-manufacturers::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  background: url(/public/src/images/manufacturers/manufacturers-banner.jpg) no-repeat center center;
  background-size: 1380px 413px;
}

.manufacturers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 104px;
}

.manufacturers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 10px;
}

.manufacturers__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 10px;
}

.manufacturers__item span {
  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: 4px solid #F6F6F8;
  border-radius: 15px;
  width: 67px;
  height: 90px;
  letter-spacing: -0.02em;
  font-family: "Wix Madefor Display";
  font-weight: 600;
  font-size: 24px;
  line-height: 67px;
  margin-right: 29px;
}

.manufacturers__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  padding-left: 67px;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  background: #FAF9F9;
  height: 90px;
  width: 206px;
  margin-right: 17px;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: #3C4640;
}

.manufacturers__item a:hover,
.manufacturers__item a:focus,
.manufacturers__item a:active {
  background: #5D6D63;
  color: #ffffff;
}

.manufacturers__link {
  position: relative;
}

.manufacturers__link img {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(-22%, -50%);
  -ms-transform: translate(-22%, -50%);
  transform: translate(-22%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

/* favorites */
.catalog__list-favorites .catalog__item {
  width: calc((100% - 139px) / 6);
}

.catalog__list.catalog__list-favorites {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  row-gap: 59px;
  -webkit-column-gap: 27px;
  -moz-column-gap: 27px;
  column-gap: 27px;
  max-width: 1380px;
  margin-bottom: 152px;
}

.catalog__list-favorites .product__button-top {
  width: 24px;
  height: 24px;
  background: #ffffff;
}

.catalog__list-favorites .product__button-top::after {
  width: 16px;
  height: 16px;
  background: url(/public/src/images/icons/close.svg) no-repeat right top;
}

.favorites__container-wrapper h1 {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 400;
  font-size: 46px;
  line-height: 146%;
  letter-spacing: -0.02em;
  color: #3c4640;
  margin-top: -20px;
  margin-bottom: 17px;
}

/* buyers */
.section__banner-wrapper-buyers .breadcrumbs a {
  color: #ffffff;
  opacity: 0.5;
}

.section__banner-wrapper-buyers .breadcrumbs:not(:last-child)::after {
  background: #ffffff;
  opacity: 0.5;
}

.section__banner-wrapper-buyers::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: url(/public/src/images/bayers/buyers-hero.jpg) no-repeat center;
  background-size: 1380px 413px;
}

.section__banner-wrapper-buyers {
  margin-bottom: 49px;
}

.section__info-bayer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #FAF9F9;
  width: 100%;
  min-height: 305px;
  margin-bottom: 58px;
  padding: 55px 80px 67px 70px;
  border-radius: 15px;
}

.section__wrapper-info {
  position: relative;
}

.section__wrapper-info::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 303px;
  height: 188px;
  background: url(/public/src/images/bayers/drop.png) no-repeat center;
  background-size: 303px 188px;
}

.section__advertising {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 55px;
}

.section__wrapper-advertising {
  width: 49%;
  padding: 60px 139px 67px 50px;
  background: #FAF9F9;
  border-radius: 15px;
}

.section__wrapper-delivery {
  width: 49%;
  border-radius: 15px;
  position: relative;
  height: 437px;
  overflow: hidden;
}

.section__wrapper-delivery img {
  height: 100%;
  width: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.section__wrapper-delivery::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/public/src/images/bayers/buyer-delivery-bg.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: -1;
  opacity: 0.2;
}

.section__wrapper-delivery::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8C96AF;
  z-index: -1;
}

.section-title-buyer.section-title {
  line-height: 41px;
  margin-bottom: 22px;
}

.section__info-bayer div {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section__info-bayer-text-small {
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
}
.section__info-bayer-text-small.section__info-bayer-text-block br {
  display: block;
}

.section__info-bayer-text {
  font-family: "Wix Madefor Display";
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.02em;
}

.section__advertising h2 {
  font-family: "Wix Madefor Display";
  font-weight: 600;
  font-size: 37px;
  line-height: 41px;
  color: #8C96AF;
  margin-bottom: 27px;
  letter-spacing: -0.02em;
}

.section__advertising-small {
  position: relative;
  width: 100%;
  height: 362px;
  border: 4px solid #F1F6F2;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 64px;
}

.section__advertising-small img {
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 500px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: -1;
}

.section-title-advantages.section-title {
  line-height: 41px;
  margin-bottom: 22px;
  max-width: 458px;
}

.section__advertising-form {
  position: relative;
}
.section__advertising-form .formText {
  color: #3C4640;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Onest;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 20px 0px 0px;
  max-width: 550px;
}
@media (max-width: 767px) {
  .section__advertising-form .formText {
    margin-top: 40px;
  }
}
.section__advertising-form .formText2 {
  color: #3C4640;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Onest;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 20px 0px 0px;
  max-width: 550px;
}
.section__advertising-form .formText2 b {
  white-space: nowrap;
}

.contacts__form {
  padding-bottom: 150px;
}
.contacts__form .form__checkbox-group-login {
  padding: 22px 0px;
}

.contacts__form::after,
.section__advertising-form::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 56px;
  width: 481px;
  height: 201px;
  background: url(/public/src/images/bayers/sheet.png) no-repeat center center;
  background-size: 481px 201px;
}

.section__info-bayer-text--position {
  position: relative;
  top: 62px;
  text-align: center;
}

.breadcrumbs__wrapper.set .breadcrumbs,
.breadcrumbs__wrapper.set .breadcrumbs a {
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumbs__wrapper.set .breadcrumbs:not(:last-child)::after {
  background: rgba(255, 255, 255, 0.7);
}

.section__banner-text {
  position: absolute;
  bottom: 38px;
  left: 45px;
  width: 575px;
  padding: 40px 75px;
  background: linear-gradient(111.49deg, rgba(255, 255, 255, 0.08) -8.95%, rgba(255, 255, 255, 0.002) 114%), linear-gradient(0deg, #8C96AF, #8C96AF);
  z-index: 7;
  border-radius: 10px;
}

.section__banner-bg {
  position: absolute;
  bottom: 38px;
  left: 29px;
  width: 591px;
  height: 158px;
  z-index: 9;
  border-radius: 10px;
  background: linear-gradient(111.49deg, rgba(255, 255, 255, 0.08) -8.95%, rgba(255, 255, 255, 0.002) 114%), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.section__banner-text p {
  font-family: "Wix Madefor Display";
  font-weight: 400;
  letter-spacing: -0.02em;
  font-size: 24px;
  line-height: 1.25;
  color: #FFFFFF;
}

.section__banner-wrapper-about::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  background: url(/public/src/images/about/about-hero.jpg) no-repeat center;
  background-size: 1380px 413px;
}

.info.info-about {
  margin-bottom: 77px;
}

.info__text-wrapper.info__text-wrapper-about {
  background: rgb(241, 246, 242);
  padding: 90px 144px 90px 90px;
}

.info__text-wrapper.info__text-wrapper-about p {
  font-family: "Wix Madefor Display";
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
  max-width: 100%;
  letter-spacing: -0.02em;
}

.info__item.info__item-about {
  background: #FAF9F9;
}

.info__advertising-small {
  width: 100%;
  height: 362px;
  border: 4px solid #F1F6F2;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 64px;
  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;
}

.info__advertising-small p {
  font-family: "Wix Madefor Display";
  font-weight: 400;
  font-size: 24px;
  width: 64.5%;
  text-align: center;
  letter-spacing: -0.02em;
}

.section__advertising {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section__wrapper-advertising-about {
  width: 49%;
  padding: 54px 90px 70px 50px;
  background: #FAF9F9;
  border-radius: 15px;
}

.section__advertising-img {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section__advertising-img img {
  width: 49%;
}

.section__wrapper-text-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section__wrapper-text-about p {
  width: 46%;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
}

.section__info-bayer-about p {
  position: absolute;
  top: 40%;
  -webkit-transform: translate(-10px, -40%);
  -ms-transform: translate(-10px, -40%);
  transform: translate(-10px, -40%);
  right: 10px;
  z-index: 2;
  max-width: 596px;
}

.section__info-bayer-about {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.section__info-bayer-about img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section__info-bayer-about img.mobile {
  display: none;
}

.section__about-specialist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 54px;
  background: #FAF9F9;
  border-radius: 15px;
}

.section__specialist-photo {
  width: 76.7%;
}

.section__specialist-photo h2 {
  font-family: "Wix Madefor Display";
  font-weight: 600;
  font-size: 37px;
  line-height: 41px;
  color: #8C96AF;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
}

.section__specialist-photo p {
  font-family: "Wix Madefor Display";
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 38px;
  letter-spacing: -0.02em;
}

.card__button-favorites-mob {
  display: none;
}

.card__mini-swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #3c4640;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}

.card__mini-swiper-slide.swiper-slide-thumb {
  border: 1px solid #3c4640;
  border-radius: 5px;
  overflow: hidden;
}

.swiper-mini {
  width: 23%;
  background: #FFFFFF;
  border-radius: 15px;
  padding: 0 44px;
  max-height: 592px;
}

.swiper-wrapper-mini img {
  width: 100%;
  height: 100%;
}

.swiper-slide-castom {
  width: 198px;
  height: 122px;
}

.swiper-backface-hidden .swiper-slide img {
  border-radius: 15px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-wrapper.swiper-wrapper-about {
  height: 592px;
}

.swiper-button-prev.swiper-button-prev-info {
  background: #ffffff;
  width: 43px;
  height: 43px;
  border-radius: 100px;
  top: 27px;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(90deg);
  -ms-transform: translate(-50%, 0) rotate(90deg);
  transform: translate(-50%, 0) rotate(90deg);
}

.swiper-button-next.swiper-button-next-info {
  background: #ffffff;
  width: 43px;
  height: 43px;
  border-radius: 100px;
  bottom: 6px;
  top: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(90deg);
  -ms-transform: translate(-50%, 0) rotate(90deg);
  transform: translate(-50%, 0) rotate(90deg);
}

/* delivery */
.section__banner-wrapper-delivery::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  border-radius: 20px;
  width: 100%;
  height: 413px;
  background: url(/public/src/images/delivery/hero.png) no-repeat bottom;
  background-size: 1380px;
}

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

.section__wrapper-delivery-block {
  width: 49%;
  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;
}

.section__wrapper-delivery-block div {
  height: 48%;
  padding: 40px 70px 49px 53px;
  border-radius: 15px;
  background: #FAF9F9;
}

.section__wrapper-delivery-block-one {
  background: #F1F6F2;
  padding: 54px 52px;
  border-radius: 15px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section__wrapper-delivery-block h3 {
  font-family: "Wix Madefor Display";
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 21px;
  letter-spacing: -0.02em;
}

.section__wrapper-delivery-block p {
  margin-bottom: 18px;
  line-height: 23px;
}

.section__wrapper-delivery-block span {
  color: #FFFFFF;
  padding: 15px 28px;
  background: #8C96AF;
  font-family: "Wix Madefor Display";
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 15px;
  line-height: 23px;
  border-radius: 15px;
  margin-top: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.section__partners {
  margin: 65px 0 68px;
}

.section__partners-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 23px;
}

.section__partners-list li {
  border: 4px solid #F6F6F8;
  width: 177px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px;
}

.section__shipment-wrapper {
  background: #FAF9F9;
  border-radius: 15px;
  margin-bottom: 60px;
}

.section__info-title {
  font-family: "Wix Madefor Display";
  font-weight: 400;
  letter-spacing: -0.02em;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 24px;
}

.section__shipment-wrapper-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 50px 37px;
  border-bottom: 4px solid #ffffff;
}

.section__shipment-wrapper-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 49%;
}

.section__shipment-wrapper-block h3 {
  font-weight: 700;
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 5px;
}

.section__shipment-wrapper-block p {
  width: 73%;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
}

.section__shipment-text {
  padding: 37px 50px 40px;
  color: #3C4640;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
}

.section__shipment-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
}

.section__shipment-img div {
  width: 49%;
  border-radius: 15px;
  overflow: hidden;
}

.section__shipment-img div img {
  width: 676px;
  height: 372px;
  -o-object-fit: cover;
  object-fit: cover;
}

.section__price {
  border-radius: 15px;
  margin-bottom: 55px;
}

.section__price-wrapper {
  padding: 33px 50px 44px;
  background: #FAF9F9;
  border-radius: 15px 15px 0 0;
}

.section__price {
  border-radius: 15px;
}

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

.section__price-text p {
  max-width: 562px;
  width: 49%;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
}

.section__price-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 33px 50px 43px;
  background: #F1F6F2;
  border-bottom: 4px solid #ffffff;
  border-top: 4px solid #ffffff;
}

.section__price-address-select {
  position: relative;
  width: 100%;
}

.section__price-address-select span {
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
  color: rgba(60, 70, 64, 0.4);
  margin-bottom: 9px;
}

.section__price-address-delivery {
  margin-right: 79px;
  max-width: 529px;
}

.section__price-address-weight {
  max-width: 109px;
}

.section__price-selected-address {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #3C4640;
}
.section__price-selected-address input {
  height: 30px;
}

.section__price-selected-address span {
  list-style: none;
  z-index: 1000;
  overflow-y: auto;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #3C4640;
  cursor: pointer;
}

.section__price-selected-address span:hover,
.section__price-selected-address span:focus-visible,
.section__price-selected-address span:active {
  opacity: 0.5;
}

.section__price-button {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  background: #5D6D63;
  padding: 13px;
  width: 30%;
  margin-left: auto;
  color: #ffffff;
  border-radius: 10px;
}

.section__price-button:hover,
.section__price-button:focus,
.section__price-button:active {
  background: #f1f6f2;
  color: #5d6d63;
  outline: 1px solid #5d6d63;
}

.section__price-address-list {
  position: absolute;
  padding: 10px 15px;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  list-style: none;
  border: 1px solid #ccc;
  background: #ffffff;
  border-top: none;
  border-radius: 0 0 7px 7px;
  display: none;
  z-index: 10001;
  max-height: 150px;
  overflow-y: auto;
}

.section__price-address-list li {
  height: 30px;
}

.section__price-address-list.show {
  display: block;
  overflow: scroll;
}

.section__price-address-item {
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.section__price-address-item:hover {
  background: #f5f5f5;
}

.section__price-address-item:last-child {
  border-bottom: none;
}

.select-arrow {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.section__price-address-select.open .select-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* delivery */
.section__banner-wrapper-delivery .breadcrumbs a {
  color: #ffffff;
  opacity: 0.5;
}

.section__banner-wrapper-delivery .breadcrumbs:not(:last-child)::after {
  background: #ffffff;
  opacity: 0.5;
}

.section__delivery-method {
  padding: 33px 50px;
  background: #FAF9F9;
  border-bottom: 4px solid #ffffff;
}

.section__delivery-method p {
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #989494;
  margin: 9px 0 30px;
}

.section__delivery-method-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.section__delivery-method-list li {
  position: relative;
  width: 31.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 54px 37px 34px;
  border: 4px solid #ffffff;
  background: #ffffff;
  border-radius: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section__delivery-method-list li:hover,
.section__delivery-method-list li:focus-visible,
.section__delivery-method-list li:active {
  opacity: 0.7;
}

.section__delivery-method-list li.active {
  border: 4px solid #5D6D63;
  cursor: pointer;
}

.section__delivery-method-list li.noActive {
  cursor: auto;
  position: relative;
}
.section__delivery-method-list li.noActive:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  background: #fff;
  opacity: 0.8;
}

.section__item-button {
  position: absolute;
  top: 21px;
  right: 27px;
  background: linear-gradient(111.49deg, rgba(255, 255, 255, 0.08) -8.95%, rgba(255, 255, 255, 0.002) 114%), linear-gradient(0deg, #F9F9F9, #F9F9F9);
  border-radius: 10px;
  width: 48px;
  height: 47px;
}

.section__item-button:hover,
.section__item-button:focus-visible,
.section__item-button:active {
  outline: 0.5px solid #5D6D63;
  opacity: 1;
}

.section__item-button svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.section__item-wrapper h4 {
  font-weight: 700;
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 13px;
  cursor: pointer;
}

.section__item-time {
  max-width: 175px;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: rgba(60, 70, 64, 0.5);
}

.section__item-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-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section__sum {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #3C4640;
}

.section__delivery-cdek::after {
  position: absolute;
  content: "";
  top: 34px;
  left: 36px;
  width: 76px;
  height: 21px;
  background: url(/public/src/images/delivery/cdek.svg) no-repeat center center;
}

.section__delivery-mail::after {
  position: absolute;
  content: "";
  top: 34px;
  left: 36px;
  width: 141px;
  height: 21px;
  background: url(/public/src/images/delivery/mail.svg) no-repeat center center;
}

.section__delivery-lines::after {
  position: absolute;
  content: "";
  top: 34px;
  left: 36px;
  width: 141px;
  height: 30px;
  background: url(/public/src/images/delivery/lines.svg) no-repeat center center;
}

.section__delivery-pek::after {
  position: absolute;
  content: "";
  top: 34px;
  left: 36px;
  width: 100px;
  height: 21px;
  background: url(/public/src/images/delivery/pek.svg) no-repeat center center;
}

.section__address-wrappers {
  border-radius: 0 0 15px 15px;
  background: #FAF9F9;
  padding: 33px 50px;
}

.section__address-wrapper-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section__wrapper-map {
  width: 49%;
  border-radius: 15px;
  overflow: hidden;
  max-height: 504px;
  height: 508px;
}

.contacts__map-wrap {
  max-width: 1380px;
  width: 100%;
}

.section__info-title {
  font-family: "Wix Madefor Display";
  font-weight: 400;
  letter-spacing: -0.02em;
  font-size: 24px;
  line-height: 100%;
}

.section__shipment-wrapper h2 {
  padding: 55px 50px 24px;
}

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

.section__address-list {
  width: 49%;
  background: #FFFFFF;
  border-radius: 15px;
  max-height: 504px;
  overflow-y: scroll;
  scrollbar-color: #f2efef #ffffff;
}

::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}

.section__address-item {
  position: relative;
  padding: 31px 70px 17px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section__address-item.active {
  background-color: #f0f0f0;
}
.section__address-item.active .section__address-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section__address-item.active .section__address-button:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: #5D6D63;
}

.section__address-item span {
  font-weight: 700;
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 4px;
}

.section__address-item address {
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  opacity: 0.5;
  font-style: normal;
}

.section__address-button {
  position: absolute;
  top: 34px;
  left: 27px;
  width: 21px;
  height: 21px;
  background: #FFFFFF;
  border: 2px solid rgba(60, 70, 64, 0.5);
  border-radius: 100px;
}

.section__address-button.active {
  border: 2px solid rgba(60, 70, 64, 0.8);
  background: rgb(238, 244, 239);
}

/*user*/
.header__hidden-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 154px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background: #ffffff;
  width: 738px;
  height: 100vh;
  gap: 35px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); /* Для эффекта выезда справа */
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
}

.header__hidden-user.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.header__user-email {
  display: none;
}

.header__hidden-wrapper {
  display: none;
}

.header__hidden-wrapper.active {
  display: block;
}

.header__variable {
  font-weight: 500;
  font-size: 15px;
  line-height: 133%;
  color: #3c4640;
}

.header__variable-registration {
  min-width: 401px;
  width: 100%;
  height: 47px;
  border: 2px solid #3c4640;
  border-radius: 10px;
  max-width: 401px;
  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;
}

.header__variable-wrapper {
  max-width: 421px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 51px;
  margin-top: 35px;
}

.header__variable-email,
.header__variable-phone {
  position: relative;
  padding: 0 34px 28px;
  border-radius: 15px;
  width: 45.6%;
  height: 137px;
  background: #faf9f9;
  margin-right: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header__variable-email:hover,
.header__variable-phone:hover,
.header__variable-registration:hover {
  background: #3c4640;
  color: #ffffff;
}

.header__variable-email::after {
  position: absolute;
  content: "";
  top: 19px;
  left: 36px;
  width: 46px;
  height: 46px;
  background: url(/public/src/images/icons/sms.svg) no-repeat center center;
}

.header__variable-phone::after {
  position: absolute;
  content: "";
  top: 19px;
  left: 36px;
  width: 46px;
  height: 46px;
  background: url(/public/src/images/icons/phone.svg) no-repeat center center;
}

.header__hidden-title {
  font-weight: 400;
  font-size: 37px;
  line-height: 181%;
  letter-spacing: -0.02em;
  color: #3c4640;
}

.header__hidden-title-margin {
  margin-left: 54px;
  margin-bottom: 60px;
}

.header__close-user {
  position: absolute;
  top: 25px;
  right: 25px;
}
@media (max-width: 767px) {
  .header__close-user {
    top: 65px;
  }
  .header__close-user.header__close-filters {
    top: 10px;
    right: 15px;
  }
}

.header__close-user img {
  width: 42px;
  height: 42px;
}

.header__user-phone,
.header__user-email {
  width: 100%;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header__botton-prev {
  position: absolute;
  top: 23px;
  left: 8px;
}

.form__checkbox-group-login {
  padding: 22px 0;
}

.form__checkbox-position.form__checkbox-group-login {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 6px;
}

.form__checkbox-group-login div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  max-height: 250px;
}

.form__checkbox-btn {
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #3c4640;
  padding: 10px 20px;
  border-radius: 6px;
}
.form__checkbox-btn:hover {
  background: #3c4640;
  color: #fff;
}

.form__checkbox-group-login label {
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: #3c4640;
}

.form__button-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fill-available;
  margin-bottom: 17px;
}

.form__text {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #3c4640;
  opacity: 0.5;
  margin-bottom: 23px;
}

.form-login {
  width: 100%;
  max-width: 401px;
}

.form__group-login {
  width: -webkit-fill-available;
  padding: 18px 27px;
  border-radius: 10px;
  background: #faf9f9;
  margin-bottom: 12px;
}

.form__group-login-vissibly {
  position: relative;
}

.form__group-login-vissibly .form__vissually-pas {
  bottom: 30px;
  right: 27px;
}

.form__group-login input {
  border-bottom: 1px solid #5d6d63;
  width: 100%;
  padding-bottom: 13px;
}

input.form__group-news {
  height: 47px;
}

/* Убираем стандартную галочку и делаем квадрат */
.form__checkbox-group-login input[type=checkbox] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 19px;
  height: 19px;
  border: 1px solid #5d6d63;
  border-radius: 2px;
  cursor: pointer;
  background: #ffffff;
  position: relative;
}
.form__checkbox-group-login input[type=checkbox]::before {
  display: none;
}
.form__checkbox-group-login input[type=checkbox]:checked::before {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 11px;
  height: 11px;
  background-color: #5d6d63;
  border-radius: 1px;
}

.footer__agreement.form__checkbox-group-login input[type=checkbox]::before {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 11px;
  height: 11px;
  background-color: #5d6d63;
  border-radius: 1px;
}
.footer__agreement.form__checkbox-group-login input[type=checkbox]:checked::before {
  display: none;
}

.form__title-input {
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #3c4640;
  margin-bottom: 15px;
  display: block;
}

.form__text-prompt {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #989494;
  margin: 16px 0 31px;
}

.form__text.form__text-position {
  margin-bottom: 60px;
}

.form-login-tel-code {
  display: none;
  width: 100%;
  max-width: 401px;
}

.form-login-tel-code.active {
  display: block;
}

.form__code-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  margin: 17px 0 13px;
}

.form__code-inputs input {
  font-weight: 400;
  font-size: 37px;
  line-height: 181%;
  color: #3c4640;
  border-radius: 10px;
  width: 55px;
  height: 68px;
  background: #faf9f9;
  text-align: center;
  padding: 0;
  margin: 0;
}

.form__text-code {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #989494;
  margin-bottom: 34px;
}

.form-pas {
  position: relative;
  display: none;
  width: 100%;
  max-width: 401px;
}

.form-pas.active {
  display: block;
}

.form__group-login-pas {
  margin: 14px 0 27px;
}

.form__title-input-pas {
  margin-top: 62px;
}

.header__botton-prev-pas {
  position: absolute;
  top: 23px;
  left: 8px;
}

/* basket */
.basket__title {
  font-weight: 400;
  font-size: 46px;
  line-height: 146%;
  letter-spacing: -0.02em;
  color: #3c4640;
  margin-bottom: 20px;
  margin-top: -20px;
}

.basket__container h2 {
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #1d1d1f;
  font-family: "Wix Madefor Display";
}

.catalog__list.catalog__list-basket .product__button-top {
  width: 24px;
  height: 24px;
  background: #ffffff;
}

.catalog__list.catalog__list-basket .catalog__item {
  border-radius: 0;
  min-height: 121px;
  padding: 14px 41px 14px 41px;
  gap: 28px;
}

.catalog__list.catalog__list-basket .catalog__item:not(:last-child) {
  border-bottom: 1px solid #efefef;
}

.card__quantity-btn img {
  width: 22px;
  height: 22px;
  margin: 0;
}

.catalog__list.catalog__list-basket {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  width: 100%;
  margin: 0;
  border-radius: 15px;
  background: #faf9f9;
  overflow: hidden;
}

.card__quantity-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog__list.catalog__list-basket .product__button-top::after {
  width: 16px;
  height: 16px;
  background: url(/public/src/images/icons/close.svg) no-repeat right top;
  opacity: 1;
}

.catalog__list.catalog__list-basket .product__button-top.product__button-top-basket {
  position: relative;
  right: 0;
  bottom: auto;
  margin-left: 15px;
}

.product__button-top-basket--hidden {
  display: none;
}

.catalog__list-basket .product__name {
  max-width: 204px;
}

.product__name-sum {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #989494;
}

.basket__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 129px;
}

.basket__info-wrapper {
  width: 32%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 15px;
  background: #f1f6f2;
  overflow: hidden;
  position: sticky;
  top: 100px;
}

.basket__info-wrapper .basket__info-wrapper-block {
  padding: 32px 34px;
  border-top: 4px solid #ffffff;
}

.basket__info-name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.basket__info-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  gap: 9px;
}

.basket__info-name span {
  font-weight: 400;
  font-size: 15px;
  line-height: 180%;
  color: #3c4640;
}

.basket__info-sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 9px;
}

.basket__info-sum span {
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  color: #3c4640;
}

span.basket__info-sum-big {
  font-weight: 700;
  font-size: 24px;
  line-height: 92%;
}

span.basket__info-discount.basket__info-discount-applied {
  color: #38c370;
}

.basket__btn {
  width: -webkit-fill-available;
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  color: #fff;
  padding: 12px 0 13px;
  margin-top: 5px;
  text-align: center;
}
.basket__btn.bsk {
  margin-top: 29px;
}

.basket__info-coupon-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #5d6d63;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-top: 18px;
}

.basket__infocoupon-btn {
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #3c4640;
  background: #ffffff;
  padding: 5px 11px 5px 14px;
  border-radius: 5px;
}

.basket__infocoupon-btn:hover,
.basket__infocoupon-btn:focus-visible,
.basket__infocoupon-btn:active {
  outline: 0.5px solid #5D6D63;
}

.basket__checkbox-wrapper {
  display: block;
  width: 19px;
  height: 19px;
  margin-right: 36px;
}

body:has(.header__hidden-user.active) {
  overflow: hidden;
}

body.catalog-open .search-overlay {
  display: block;
  opacity: 1;
  visibility: visible;
}

.basket-similar {
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #3c4640;
  background: #ffffff;
  padding: 5px 11px 5px 14px;
  border-radius: 5px;
  margin-left: auto;
  margin-top: auto;
}

.basket-similar:hover,
.basket-similar:focus-visible,
.basket-similar:active {
  outline: 0.5px solid #5D6D63;
}

.basket__close-btn {
  display: none;
}

.basket__close-btn.active {
  display: block;
}

.basket__open-btn {
  display: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #3c4640;
  background: #ffffff;
  padding: 5px 11px 5px 14px;
  border-radius: 5px;
}

.basket__open-btn.active {
  display: block;
}

.catalog__name-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.catalog__name-item span {
  font-weight: 400;
  font-size: 15px;
  line-height: 153%;
  letter-spacing: 0px;
  color: #989494;
}

.section__info-title.section__info-title-order {
  margin-bottom: 5px;
}

.form__checkbox-group-basket.form__checkbox-group-basket-order {
  border: none;
  margin-top: 0;
}

.section__wrapper-map-basket.section__wrapper-map-order {
  max-height: 371px;
}

.section__wrapper-map-order.section__wrapper-map img {
  max-height: 371px;
  width: 100%;
}

.catalog__item.catalog__item-castom:not(:first-child) {
  border: none;
  min-height: 90px !important;
  max-height: 90px;
  padding: 26px 41px 26px 41px !important;
}

.catalog__item-basket {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  margin: 10px 0;
  padding: 10px;
}

.catalog__item-basket.hidden {
  min-height: 0 !important;
  max-height: 0 !important;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  padding: 0 !important;
  overflow: hidden;
}

.basket__info-wrapper-block .form__checkbox-group a {
  letter-spacing: 0px;
}

.basket__wrapper-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 66%;
}

.section__price-address-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px 15px 0 0;
  background: #FAF9F9;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 13px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section__address-wrappers-basket {
  border-radius: 0;
  border-bottom: 4px solid #ffffff;
}

.section__price-wrapper-basket {
  border-radius: 0 0 15px 15px;
}

.section__price-wrapper-basket span {
  font-weight: 400;
  font-size: 15px;
  line-height: 207%;
  color: #3c4640;
  margin-bottom: 5px;
}

.section__price-wrapper-basket p {
  color: #3c4640;
  opacity: 0.7;
}

.section__price-address-delivery-basket {
  max-width: 100%;
  margin: 0;
}

.section__price-address-weight-basket {
  max-width: 364px;
}

.section__price-button-basket {
  height: 47px;
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  color: #3c4640;
  width: 21%;
  background: #FAF9F9;
  outline: 2px solid #3c4640;
}

.section__price-button-basket:hover,
.section__price-button-basket:focus,
.section__price-button-basket:active {
  color: #FAF9F9;
  background: #3c4640;
  outline: 2px solid #FAF9F9;
}

.section__sum-basket {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
}

.section__delivery-method-list-basket li {
  padding: 71px 30px 28px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 13px;
  cursor: pointer;
}

.section__delivery-method-list.section__delivery-method-list-basket {
  gap: 22px;
}

.section__delivery-cdek-basket h4 {
  margin-bottom: 5px;
}

.section__delivery-cdek-mail h4 {
  margin-bottom: 5px;
}

.delivery_item img {
  max-width: 100px;
  width: 90%;
  height: auto;
  max-height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
  position: absolute;
  top: 34px;
  left: 30px;
}

.delivery_item[data-id="1"] img,
.delivery_item[data-id="9"] img,
.delivery_item[data-id="11"] img,
.delivery_item[data-id="13"] img,
.delivery_item[data-id="14"] img,
.delivery_item[data-id="4"] img {
  max-height: 30px;
}

.section__delivery-method-list.section__delivery-method-list-basket .section__delivery-cdek::after {
  width: 68px;
  height: 19px;
  background-size: 100%;
}

.section__delivery-method-list.section__delivery-method-list-basket .section__delivery-mail::after {
  width: 126px;
  height: 18px;
  background-size: 100%;
}

.section__delivery-method-list.section__delivery-method-list-basket .section__item-button-basket {
  top: 15px;
  right: 21px;
}

.section__delivery-method-list.section__delivery-method-list-basket .section__delivery-lines::after {
  width: 81px;
  height: 18px;
  background-size: 81px 18px;
}

.section__delivery-method-list.section__delivery-method-list-basket .section__delivery-pek::after {
  width: 86px;
  height: 21px;
  background-size: 86px 21px;
}

.section__wrapper-map-basket {
  width: 100%;
}

.section__address-list-basket {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
}

.section__wrapper-info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: -webkit-fill-available;
}

.section__delivery-button {
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  color: #989494;
  opacity: 0.5;
  padding: 7px 17px;
  height: 35px;
  cursor: pointer;
}

.section__delivery-button:hover,
.section__delivery-button:focus-visible,
.section__delivery-button:active {
  outline: 1px solid #dedede;
  border-radius: 100px;
  opacity: 1;
}

.section__delivery-button.active {
  color: #3c4640;
  opacity: 1;
  background: #f1f6f2;
  border: 1px solid #dedede;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: auto;
}

.section__price-wrapper-question {
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #5d6d63;
}
.section__price-wrapper-question textarea {
  padding-top: 10px;
  width: 100%;
  height: 100%;
  min-height: 66px;
}

.section__price-basket {
  margin: 0;
}

.section__price-wrapper-basket-comment {
  border-radius: 15px;
}

.section__price-wrapper-basket-comment p {
  color: #3c4640;
}

.section__price-wrapper-comment {
  min-height: 108px;
  width: 100%;
  border-bottom: 1px solid #5d6d63;
}
.section__price-wrapper-comment textarea {
  width: 100%;
  height: 100%;
  min-height: 108px;
  padding-top: 10px;
}

.form__basket {
  padding: 33px 0 33px;
  background: #FAF9F9;
  border-radius: 15px;
}
.form__basket:not(:first-child) {
  margin-top: 20px;
}
.form__basket.form__wrapper-individual .form__group-basket {
  padding: 0px 0px 12px 0px;
}

.form__basket-wrapper {
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form__basket-wrapper.set {
  margin: 50px 0px 0px;
}
.form__basket-wrapper.set .form__group-basket {
  padding: 0px 0px 12px 0px;
}
.form__basket-wrapper.company {
  padding: 28px 50px 0;
  margin-top: 28px;
  border-top: 4px solid #ffffff;
}

.form__group-basket {
  width: 45%;
  border-bottom: 1px solid #5d6d63;
  margin-top: 14px;
  min-height: 50px;
}

.form__group-basket--date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #3c4640;
  min-height: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 23px;
}

.form__group-basket label {
  display: block;
  margin-bottom: 3px;
  font-size: 11px;
}

.form__group-basket .form__text-input::-webkit-input-placeholder .form__text.required {
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #3c4640;
  opacity: 1;
}

.form__group-basket .form__text-input::-moz-placeholder .form__text.required {
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #3c4640;
  opacity: 1;
}

.form__group-basket .form__text-input:-ms-input-placeholder .form__text.required {
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #3c4640;
  opacity: 1;
}

.form__group-basket .form__text-input::-ms-input-placeholder .form__text.required {
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #3c4640;
  opacity: 1;
}

.form__group-basket .form__text-input::placeholder .form__text.required {
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #3c4640;
  opacity: 1;
}

.form__group-basket .form__text-input {
  width: 100%;
  height: 26px;
}

.form__text.required {
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  font-size: 11px;
}

.form__text.required.date,
.form__text.required.show {
  opacity: 0.4;
}

.form__basket h3 {
  width: 100%;
}

.form__group-basket--date {
  position: relative;
}

.form__checkbox-group-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 28px 50px 0;
  margin-top: 28px;
  border-top: 4px solid #ffffff;
}

.form__checkbox-group-basket div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.custom-checkbox-wrapper input {
  position: relative;
}

.custom-checkbox-wrapper-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 33%;
}

.form__checkbox-wrap-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 14px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 28px 50px 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: -webkit-fill-available;
}

.form__checkbox-group-login-legal {
  padding: 20px 0;
}

.form__checkbox-wrap-basket span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.form__basket-wrapper h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #3c4640;
}

.section__basket-login-wrapper {
  margin-bottom: 25px;
}

.section__price-wrapper-basket-login {
  border-radius: 15px;
}

.section__price-wrapper-basket-login h3 {
  display: block;
  margin-right: 49px;
}

.section__price-wrapper-basket-login p {
  color: #989494;
  max-width: 500px;
  color: #989494;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
}

.form__group-basket.form__group-basket-castom {
  width: 100%;
}

.form__button-variable {
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #3c4640;
  opacity: 0.7;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 7px;
}

.form__group-basket {
  position: relative;
}

.form__group-basket svg {
  position: absolute;
  right: 0;
}

.form__group-basket-alt {
  position: relative;
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 8px;
}

.section__delivery-button-mob,
.section__delivery-button-mob.active {
  display: none;
}

.section__price-button-delivery {
  width: 169px;
  height: 47px;
}

.section__price-button-order {
  background: #faf9f9;
  border-radius: 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  color: #3c4640;
  border: 2px solid #3c4640;
  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;
}

.catalog__list-basket.catalog__list-order .catalog__item.catalog__item-basket {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.catalog__list-basket.catalog__list-order .catalog__wrap-block-basket {
  gap: 70px;
}

.order__sum {
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  width: 100px;
  text-align: right;
}

.basket__close-btn.order__close-btn {
  margin-top: 0;
}

.basket__open-btn.order__open-btn {
  margin-top: 0;
}

.section__price-button-login {
  width: 151px;
  height: 47px;
}

.section__price-button-login:hover,
.section__price-button-login:focus-visible,
.section__price-button-login:active {
  opacity: 0.5;
}

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

.section__basket-continue-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section__delivery-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.form__no-onclick {
  opacity: 0.4;
  pointer-events: none;
  padding: 0 0 8px 0;
}

.form__no-onclick .form__text-input::-webkit-input-placeholder {
  font-size: 11px;
}

.form__no-onclick .form__text-input::-moz-placeholder {
  font-size: 11px;
}

.form__no-onclick .form__text-input:-ms-input-placeholder {
  font-size: 11px;
}

.form__no-onclick .form__text-input::-ms-input-placeholder {
  font-size: 11px;
}

.form__no-onclick .form__text-input::placeholder {
  font-size: 11px;
}

.form__group-basket-hidden {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.form__group-basket-hidden.active {
  max-height: 100%;
  opacity: 1;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.basket__open-btn-data {
  display: none;
}

.form__checkbox-group-in {
  padding: 20px 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 14px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-fill-available;
}

.form__checkbox-group-in span {
  width: -webkit-fill-available;
}

/* registration */
.registration__title {
  font-family: "Wix Madefor Display";
  font-weight: 400;
  font-size: 46px;
  line-height: 146%;
  letter-spacing: -0.02em;
  color: #3c4640;
  margin-bottom: 20px;
}

.registration__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  gap: 10px;
}

.section__info-wrapper {
  padding: 46px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #faf9f9;
  border-radius: 15px;
  margin-bottom: 30px;
}

.form__registration-wrapper {
  width: 68.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

.form__contacts .form__basket-wrapper {
  padding: 0;
}

.form__contacts .form__group-basket {
  position: relative;
  width: 49%;
  max-width: 386px;
  padding-bottom: 7px;
}

.form__contacts .form__checkbox-wrap-basket {
  padding: 20px 0 0;
}

.form__registration-wrapper .section__price-wrapper-question {
  min-height: 66px;
  height: 66px;
}

.section__info-wrapper .form__checkbox-group {
  padding: 0;
  margin: 0;
  width: 68.5%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section__info-wrapper .section__info-title {
  margin: 0;
}

.section__info-agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 46px 50px 100px;
}

.section__info-agreement .basket__btn {
  width: 386px;
  margin: 0;
}

.section__info-agreement .form__checkbox-group {
  width: 29.3%;
}

.form__group-basket-hidden {
  width: 49%;
  max-width: 386px;
  margin-top: 5px;
  min-height: 40px;
}

.file__wrapper p {
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #3c4640;
  margin-bottom: 15px;
}

.file__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #3c4640;
  opacity: 0.7;
  border: 1px dashed #b9b9b9;
  border-radius: 15px;
  padding: 24px 36px 23px;
  cursor: pointer;
}

.file__name {
  padding: 10px 0px 0px 40px;
  display: block;
  color: #5D6D63;
  opacity: 0.8;
}

.file__button::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 21px;
  width: 29px;
  height: 29px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(/public/src/images/icons/file.svg) no-repeat center center;
}

.form__group-basket-button {
  position: absolute;
  right: 0;
  bottom: 13px;
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #3c4640;
  background: #f1f6f2;
  border-radius: 5px;
  width: 71px;
  height: 30px;
}

.basket__wrap-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form__registration-wrapper .form__group-basket.form__group-basket-castom {
  width: 100%;
  max-width: 100%;
}

.form__registration-wrapper .form__group-basket {
  min-height: 60px;
}

.form__registration-wrapper .form__group-basket--date input {
  padding-bottom: 14px;
}

/* account */
.account__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 29px;
}

.account__button:hover,
.account__button:focus-visible,
.account__button:active {
  background: #ffffff;
}

.section__price-button-order:hover,
.section__price-button-order:focus-visible,
.section__price-button-order:active {
  background: #ffffff;
}

.account__button-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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5px;
  border-radius: 15px;
  width: 320px;
  background: #faf9f9;
  padding: 25px 50px;
  margin: 0px 0px 50px 0px;
}

.account__button-var {
  font-weight: 400;
  font-size: 15px;
  line-height: 260%;
  color: #3c4640;
  height: 32px;
  border-radius: 10px;
  padding: 0 13px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.account__button-var:hover,
.account__button-var:focus-visible,
.account__button-var:active {
  opacity: 0.6;
}

.account__button-logout:hover,
.account__button-logout:focus-visible,
.account__button-logout:active {
  color: #3c4640;
}

.account__button-logout {
  padding: 0 13px;
  font-weight: 400;
  font-size: 15px;
  line-height: 260%;
  color: #afafaf;
}

.account__button-var.active {
  color: #fff;
  background: #5d6d63;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.account__wrapper-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 74.5%;
  gap: 20px;
}

.favoritesBlock {
  width: calc(100% - 235px);
  padding-bottom: 80px;
}

.account__wrapper-block {
  border-radius: 15px;
  outline: 4px solid #f6f6f8;
  margin-bottom: 15px;
}

.account__wrapper-order-history:has(+ .account__wrapper-list.hidden) {
  background: #faf9f9;
  border-radius: 15px 15px 0 0;
}

.account__wrapper-block:has(.account__wrapper-list.hidden) {
  outline: none;
}

.form__basket-wrapper.form__account-wrapper {
  padding: 0;
}

.account__wrapper-blocks .form__checkbox-wrap-basket {
  padding: 0;
}

.account__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 43px 12px 46px;
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  color: #3c4640;
  border: 2px solid #3c4640;
  border-radius: 10px;
  margin-top: 30px;
  height: 47px;
}

.form__group-basket-hidden {
  border: none;
}

.form__vissually-pas {
  position: absolute;
  content: "";
  bottom: 9px;
  right: 0;
  width: 23px;
  height: 23px;
  background: url(/public/src/images/icons/eye.svg) no-repeat center center;
  background-size: 23px 23px;
  opacity: 0.4;
}

.section__price-address-account {
  padding: 32px 50px 29px;
  background: #FAF9F9;
  border-radius: 15px 15px 0 0;
}

.section__price-address-account .section__info-title {
  margin: 0;
}

.section__price-address.section__price-address-login {
  border-top: 4px solid #ffffff;
  background: #FAF9F9;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 13px;
}

.account__mobile-wrapper {
  display: none;
}

.section__address-wrappers.section__address-wrappers-accoun {
  border-radius: 0;
  border-bottom: 4px solid #ffffff;
}

.section__wrapper-map-basket.section__wrapper-map-account {
  max-height: 371px;
}

.section__address-wrappers-account {
  border-radius: 0;
  border-bottom: 4px solid #ffffff;
}

.section__address-wrapper-account {
  background: #FAF9F9;
  padding: 33px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section__address-wrappers-account-one {
  border-bottom: 4px solid #ffffff;
}

.section__address-wrappers-account-two {
  border-radius: 0 0 15px 15px;
}

.section__address-wrappers-account span {
  font-weight: 700;
  font-size: 15px;
  line-height: 153%;
  color: #3c4640;
}

.section__info-title-account {
  width: 100%;
}

.form__checkbox-group-login.form__checkbox-group-login-account {
  width: 100%;
  margin-top: 20px;
}

.account__wrapper-order-history {
  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;
  padding: 29px 50px;
}

.catalog__item.catalog__item-basket.catalog__item-account {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0;
  margin: 0;
}

.account__wrapper-list {
  display: none;
}

.account__wrapper-list .catalog__list.catalog__list-basket {
  border-radius: 0 0 15px 15px;
}

.account__wrapper-list .catalog__item.catalog__item-basket.catalog__item-account {
  border-top: 4px solid #ffffff;
  border-bottom: none;
}

.catalog__cost-calculation {
  border-top: 4px solid #ffffff;
}

.account__wrapper-list.hidden {
  display: block;
}

.account__wrapper-list .catalog__wrap-block {
  width: 40%;
  margin: 0;
}

.account__name-order {
  font-weight: 500;
  font-size: 18px;
  line-height: 111%;
  color: #3c4640;
  width: 40%;
}

.account__sum {
  font-weight: 500;
  font-size: 17px;
  line-height: 129%;
  color: #3c4640;
}

.account__quantity {
  width: 15.5%;
}

.account__sum-order {
  font-weight: 500;
  font-size: 18px;
  line-height: 111%;
  color: #3c4640;
  width: 15.5%;
}

.account__status-order {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: #3c4640;
}

.account__status-order-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.basket-similar.account-similar {
  background: #f1f6f2;
  margin-bottom: auto;
  display: none;
}

.basket-similar.account-similar.active {
  display: block;
}

.account__pop-up-btn {
  position: relative;
}

.account__wrapper-pop-up {
  position: relative;
}

.account__pop-up-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  height: auto;
  padding: 27px 40px 21px 37px;
  background: url(/public/src/images/icons/info-popup.svg) no-repeat center center;
  background-size: 20px 29px;
}

.account__wrapper-pop-up-text {
  opacity: 0;
  height: 0;
  -webkit-transition: 1s;
  transition: 1s;
  position: absolute;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  top: -180px;
  left: -38px;
  -webkit-box-shadow: 0 4px 30px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 30px -1px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 15px;
  width: 0;
}

.account__wrapper-pop-up-user {
  display: none;
  position: absolute;
  width: 232px;
  top: 65px;
  left: -20px;
  -webkit-box-shadow: 0 4px 30px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 30px -1px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 15px;
}

.account__wrapper-pop-up-text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 167%;
  color: #3c4640;
}

.account__wrapper-pop-up:hover .account__wrapper-pop-up-text {
  display: block;
  height: auto;
  padding: 15px 23px;
  width: 368px;
}

/* Размытие для меню каталога */
main.blur-active {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  pointer-events: none;
}

/* Размытие для поиска */
.blurred {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0.8;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  pointer-events: none;
}

/* Оверлей для поиска */
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(93, 109, 99, 0.2);
  z-index: 9 !important;
  display: none;
  pointer-events: auto;
}

.search-overlay.active {
  display: block;
}

.catalog__list-search {
  pointer-events: auto;
}

.account__wrapper-pop-up-user.active {
  display: block;
  height: auto;
  padding: 15px 23px;
}

.header__item-sum-basket {
  position: absolute;
  top: 9px;
  right: 10px;
  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;
  font-weight: 700;
  font-size: 9px;
  line-height: 244%;
  color: #fff;
  border-radius: 100%;
  border: 1px solid #ffffff;
  background: #5d6d63;
  width: 17px;
  height: 17px;
}

.account__wrapper-pop-up-text svg {
  position: absolute;
  bottom: -14px;
}

.account__wrapper-pop-up-user svg {
  position: absolute;
  top: -14px;
  left: 36px;
}

.account__status {
  position: relative;
  width: 10px;
  height: 10px;
  background: #fed460;
  border-radius: 100px;
  margin-right: 7px;
}

.account__status-pad {
  position: relative;
  width: 10px;
  height: 10px;
  background: #38c370;
  border-radius: 100px;
  margin-right: 7px;
}

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

.account__preliminary-cost {
  font-weight: 700;
  font-size: 26px;
  line-height: 85%;
  color: #3c4640;
  margin-top: 8px;
}

.section__price-button-sum {
  padding: 13px 50px;
}

.account__wrapper-buttons-tab {
  border-radius: 15px;
  background: #faf9f9;
  padding: 29px 50px;
  margin-bottom: 10px;
}

.account__buttons-tab {
  padding: 7px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: #989494;
}

.account__buttons-tab:hover,
.account__buttons-tab:focus-visible,
.account__buttons-tab:active {
  outline: 1px solid #dedede;
  border-radius: 100px;
  opacity: 1;
}

.account__buttons-tab.active {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: #3c4640;
  outline: 1px solid #dedede;
  border-radius: 100px;
  background: #f1f6f2;
}

.account__tab-wrapper-blocks {
  display: none;
}

.account__tab-wrapper-blocks.active {
  display: block;
}

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

.catalog__list-basket.catalog__item-basket .catalog__item:not(:last-child) {
  border-bottom: 4px solid #ffffff;
}

.catalog__list.catalog__list-basket .catalog__item.catalog__item-castom {
  border: none;
  min-height: auto;
  padding: 45px 41px 30px;
  max-height: 100px;
}

.form__group-basket-hidden.form__group-basket-hidden-reg {
  width: 100%;
  max-width: 100%;
}

.basket__wrapper-catalog-reg .form__basket {
  padding: 26px 0;
}

.basket__wrapper-catalog-reg .form__group-basket {
  margin-top: -10px;
}

.form__checkbox-group-ind span {
  width: 100%;
}

.form__checkbox-group-ind {
  padding: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 14px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-fill-available;
}

.header__wrapper-menu-w {
  overflow-y: auto;
  max-height: calc(100vh - 120px);
}

body:has(.header__button-catalog.active) {
  overflow: hidden;
}

/* Размытие всех элементов кроме меню каталога */
body.catalog-open main,
body.catalog-open .catalog,
body.catalog-open .hero,
body.catalog-open .info,
body.catalog-open .advantages,
body.catalog-open .reviews,
body.catalog-open .news {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  pointer-events: none;
}

.header__wrapper-menu-w,
.header__wrapper-menu-w * {
  -webkit-filter: none !important;
  filter: none !important;
  pointer-events: auto !important;
}

.swiper-pagination.swiper-pagination-alt.swiper-pagination-about .swiper-pagination-bullet-active {
  background: #3C4640;
}

.swiper-slide.swiper-slide-about {
  border-radius: 15px;
  overflow: hidden;
}

.swiper-slide.swiper-slide-about img {
  width: 100%;
}

/* Оверлей с размытием */
.blur-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.1);
  z-index: 99;
  display: none;
}

.catalog__hidden-filters {
  z-index: 100011 !important;
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  background: #ffffff !important;
  width: 560px !important;
  height: 100vh !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
}

.catalog__hidden-filters.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.catalog__hidden-filters.active .buttonsBlock {
  margin: 20px 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  gap: 10px;
  padding-bottom: 70px;
}
.catalog__hidden-filters.active .buttonsBlock .buttonOk {
  border-radius: 10px;
  background: #5d6d63;
  backdrop-filter: blur(2px);
  color: #FFF;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Onest;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  width: 100%;
}
.catalog__hidden-filters.active .buttonsBlock .buttonOk span {
  display: inline-block !important;
}
.catalog__hidden-filters.active .buttonsBlock .buttonOk:hover {
  background: #3c4640;
}
.catalog__hidden-filters.active .buttonsBlock .buttonClearFilter {
  border-radius: 10px;
  background: #fff;
  color: #3c4640;
  backdrop-filter: blur(2px);
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Onest;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  width: 100%;
}
.catalog__hidden-filters.active .buttonsBlock .buttonClearFilter:hover {
  background: #3c4640;
  color: #fff;
}

.buttonClearFilter2 {
  border-radius: 8px;
  background: #FAF9F9;
  color: #3C4640;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  height: 42px;
  padding: 0px 15px;
  display: none;
  cursor: pointer;
}
.buttonClearFilter2.active {
  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;
}
.buttonClearFilter2:hover {
  background: #3c4640;
  color: #fff;
}
@media (max-width: 767px) {
  .buttonClearFilter2 {
    width: 42px;
    background-image: url("/public/src/images/delete2.svg");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .buttonClearFilter2 span {
    display: none;
  }
}

.catalog__hidden-filters,
.catalog__hidden-filters * {
  filter: none !important;
  -webkit-filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.faq__select-mobile-list button:hover,
.faq__select-mobile-list button:focus-visible,
.faq__select-mobile-list button:active {
  background: #f1f6f2;
}

.coupon-input {
  width: auto;
}

.new__item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.new__item .new__wrapper-img {
  width: 134px;
  margin-bottom: 60px;
}
.new__item .news__wrapper-text {
  width: calc(100% - 160px);
}

.new__wrapper-swiper {
  padding: 0px 15px;
}

body.hidden {
  overflow: hidden;
  height: 100vh;
}

.form__error-message {
  color: #d50000;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  bottom: 5px;
}

/* Альтернативный вариант, если нужно полностью кастомизировать поле */
input[type=date] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.66406 1.66675V4.16675" stroke="%233C4640" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.3359 1.66675V4.16675" stroke="%233C4640" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M2.91406 7.57495H17.0807" stroke="%233C4640" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.5 7.08341V14.1667C17.5 16.6667 16.25 18.3334 13.3333 18.3334H6.66667C3.75 18.3334 2.5 16.6667 2.5 14.1667V7.08341C2.5 4.58341 3.75 2.91675 6.66667 2.91675H13.3333C16.25 2.91675 17.5 4.58341 17.5 7.08341Z" stroke="%233C4640" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.99803 11.4167H10.0055" stroke="%233C4640" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.91209 11.4167H6.91957" stroke="%233C4640" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.91209 13.9167H6.91957" stroke="%233C4640" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px 20px;
  padding-right: 25px; /* Чтобы текст не наезжал на иконку */
}

/* Скрываем стандартную иконку в альтернативном варианте */
input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.form__registration-wrapper .form__group-basket--date input {
  background-position: right top;
}

.none {
  display: none !important;
}

.errors_list {
  margin: 15px 0px 15px;
  list-style: inside;
}
.profile_block {
  margin-top: 60px;
  width: 100%;
}
.profile_block .section__wrapper-info-block {
  margin-bottom: 20px;
}
.profile_block .form__group-basket--date {
  margin: 0px;
}
.profile_block.set {
  margin: 0px;
}

#password-form {
  margin-bottom: 60px;
}

.section__payment-method {
  padding: 33px 50px;
  background: #FAF9F9;
  border-bottom: 4px solid #ffffff;
}

.section__payment-method p {
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #989494;
  margin: 9px 0 30px;
}

.section__payment-method-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

.section__payment-method-list li {
  position: relative;
  width: calc(33.33% - 18px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  gap: 20px;
  padding: 15px 20px;
  border: 4px solid #ffffff;
  background: #ffffff;
  border-radius: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.section__payment-method-list li img {
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.section__payment-method-list li h4 {
  margin: 0px;
}

.section__payment-method-list li:hover,
.section__payment-method-list li:focus-visible,
.section__payment-method-list li:active {
  opacity: 0.7;
}

.section__payment-method-list li.active {
  border: 4px solid #5D6D63;
  cursor: pointer;
}

.suggestions-nowrap {
  white-space: nowrap;
}

.suggestions-input {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

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

.suggestions-wrapper {
  display: inline-block;
  position: absolute;
  margin: 0;
  padding: 0;
  vertical-align: top;
  min-height: 1px;
  -webkit-text-size-adjust: 100%;
}

.suggestions-addon {
  display: none;
  opacity: 0;
  position: absolute;
}

.suggestions-addon[data-addon-type=spinner] {
  background: rgba(255, 255, 255, 0.75) url(data:image/gif;base64,R0lGODlhEAAQAKUAABwaHIyOjMzKzOTm5LSytFxaXHR2dJyenNza3PT29Ly+vISGhERGRJSWlNTS1Ozu7Ly6vGRmZHx+fKSmpOTi5Pz+/MTGxDQyNJSSlMzOzOzq7LS2tHx6fNze3Pz6/MTCxIyKjExKTJyanNTW1PTy9GxqbKyqrP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAnACwAAAAAEAAQAAAGk8CTcHgSHYjIU8dAOoFApwfDkfQYJqcFdBFKECleS4mCaSAum1MiIwQFHBWTRtgJxC8XYYIggSQlABwPRAODSB0jQxYKEB9JQiUFBQaLCo6PEZIGQyReSCRNQx4ZBIlIDgQOHkIQEBQVI54kIxUUG35RqxQEJBkOJAQDJx6GQh4biQJsGRCrSA/NJ8rDG8WPI6ZIQQAh+QQJCQArACwAAAAAEAAQAIUEAgSEgoTEwsTk4uSkoqRERkRkYmTU0tT08vSUlpS0srRsbmwcHhyMiozMyszs6uysqqxcXlzc2tz8+vxMTkycnpy8urx0dnQcGhyEhoTExsTk5uSkpqRMSkxsamzU1tT09vScmpy0trR0cnQ0MjSMjozMzszs7uysrqzc3tz8/vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGk8CVcLiCoIjI1aAEWoVCq1NEkpw0RKsENGFoDh+TlSmwIXAGHcEKdBASCB+V5SQcVFSKQkcIEoQ0SSUkGQhEJ4VIAylDHyYObUkrFx4eAR8OJpBJk5VDCF5EEporEyYKH0kjAAt0KxYWAyofXghxBBgMQidhAwoImQgKAysIgEMTIqiYYhZhSCfNK8vIrZErH6hJQQAh+QQJCQAkACwAAAAAEAAQAIUEAgSEhoTExsTk5uRMTkykpqTU1tRsamz09vS0trR0dnScmpzMzszs7uzc3tw0MjRcXly0srT8/vy8vrx8fnwcGhyUkpTMyszs6uysqqzc2tx0cnT8+vy8urx8enykoqTU0tT08vTk4uRkZmT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkECScEhKdIhI0qCAIGUypJDCkeR8BE7oR8EhNrqaRSMSEY0uJIRB2OmIJIKQcJCRTCAQIYeRWCMXBAtyQyFNSCIiQwYMFyBJQgEeHhYGFwyOjwEKk4SGRA5+egwRoUMUFR4NbG4SBoYaGxIZDw9CXyQiESGXDAAFaQxEHH0kliQHFZ5DDR1dxhgVWI9CBqVDQQAh+QQJCQAmACwAAAAAEAAQAIUcGhyMjozMysxUVlTk5uSsrqx0cnT09vS8vrzc3tyEgoScnpxERkTU0tTs7uy0trRkZmR8fnz8/vzExsSMioykpqQ0MjSUlpTMzsxcWlzs6uy0srR0dnT8+vzEwsTk4uSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGjkCTcGiaCIhIk4PUMZEQphHlk+w8Gk7oJtAcOpqEzQgxIUSwh4SQRPpIRAehhiSZcDjCDuYhSpYgJSNEI3FIGlRCIhgCWEkmFxQUCyICGI1JkCALQ4RJH2pDeht9SBQWIIJObW+FCQoSDyEMQl8mH2IQECIABSYHlyZWfQMZJhwWhURLTcRKFhiOQwZ4SUEAIfkECQkAKQAsAAAAABAAEACFBAIEhIKExMLE5OLkREZEpKKkZGZk1NLU9PL0tLK0dHZ0XF5cnJqczMrM7OrsbG5s3Nrc/Pr8vLq8NDI0jI6MTE5MrK6sHBochIaExMbE5ObkTEpMpKakbGps1NbU9Pb0tLa0fH58ZGJkzM7M7O7sdHJ03N7c/P78vL68////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpDAlHCY8niIyBRJEkk1RqlPwZGMgA5OqIDTHJKamgRidHAwjpGBUCIZnDwfISlzOlAowsgIdERKQglxQwiCRA5UQh4jDVhJKQUMDBYeT41JkJKDhUMDJkR6CX1EDBUMCGttJyWeKQMUJygLInJNBQAHJQoQEyApEaIpCBcPKQYdKRgbm0IZF1TGSgSWjiEBjkEAIfkECQkAJgAsAAAAABAAEACFBAIEhIKExMLE5OLkpKKkTE5M1NLU9PL0lJKUZGZktLK0zMrM7Ors3Nrc/Pr8nJqcdHZ0NDI0jI6MrKqsXF5cHBochIaExMbE5ObkpKak1NbU9Pb0lJaUbGpsvLq8zM7M7O7s3N7c/P78nJ6cfHp8ZGJk////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpRAk3Bo0miISBPI4zAtPiaHB5SUGpzQD5MIaoYUh48BpMBEzSaPByPSbIQHjahByAgdH8UReXkI3kMHgEQHVEIaHwtXSSYKExMeGk+LSQoZkEMGDUkYaEIMHQAQSRMJGQdCFRUZDgEhQhgjIgsQoyYXbxMVGhYWAwUCJhuvQxsRoxAkJgglg0MLEVTJShSbjEISCIxBACH5BAkJACkALAAAAAAQABAAhRwaHIyOjMzKzFxaXKyurOTm5HR2dJyenLy+vPT29Nze3DQ2NISChJSWlNTS1GxqbLS2tOzu7KyqrMTGxPz+/ERGRIyKjDQyNJSSlMzOzGRmZLSytOzq7Hx6fKSipMTCxPz6/OTi5ISGhJyanNTW1HRydLy6vPTy9ExKTP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTwJRwmCKRiMhUxARKCTIpkCmSBEEcTmiGSYw0C5tTxnHahKLUlMkUopASwhOJEoKYhKAM5Ih0XJtDJ3BIJydDJQMDD0lCHwgmE4gDGowpjggTQyQKSREFXR0ADEkQDBuDFxcSFAFnKRyrDhYBQgJwGwsKGA0hGgIpCa5CCRUWKSLGHgaARA4VhsgpJwaclSkjB4xBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTGxKSipOTm5ERGRLSytGxqbJSSlNTW1PT29IyKjMzOzKyqrOzu7FxeXLy6vHR2dDQyNExOTJyanOTi5Pz+/Hx+fBwaHISGhMzKzKSmpOzq7ExKTLS2tNza3Pz6/IyOjNTS1KyurPTy9Ly+vHx6fJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTQJRwiEokiEiUAwJCaRgoEMSRBHlETiiDSRQoUBUDiSEiGSpRKgqD2VgSXxQpYal4IELOARBJiq5NQyIfSSQkQwEHB31JKCIMGgkXiox+kEdCH2hIDmpCDhkSCEkCFF5CHR0eFicEnxAWHwMbQiJfJRMVAwMEF1ggrkMKDxQoCCcoBiGBRAkPhxTFCgubjSgNI41BACH5BAkJACoALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSWlHRydCwuLMzKzOzq7KyqrNza3Pz6/Ly6vIyOjFxeXJyenHx6fBwaHISGhMTGxOTm5KSmpNTW1PT29LS2tGxubJyanHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vGRiZP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaRQJVwqOJwiEhV5uJQNUaqiISUPFw+TuhIEiE2OioCwDAyHBCDKFXFEJVOC5PwwDkNPBIhyXIJJA0eBl1DHHJIBwdDExYWGElCZA0ciyGOjwZPR0ImGlWJQwcKBRVJHAiCQhQpKCcPTSokDXZ4QhxdGQkaCAgkIBBqRB0LGyoPDyooG4NEJiGJxiodG6+PKrRJQQAh+QQJCQAnACwAAAAAEAAQAIUcGhyMjozMyszk5uRUVlSsrqx0cnTc2tz09vS8vryEgoScnpxERkTU0tTs7uy0trRkZmR8enzk4uT8/vzExsSMioykpqQ0MjSUlpTMzszs6uxcWly0srR0dnTc3tz8+vzEwsSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkMCTcHgydIjIk+DiOBE2p0+piURcIk5opvQhNhAnE2AEgZA4gyiVIXpMFB4hYjSRlEpCR+gSSDY4GV1DBxJJCCRDCxUVGElCDRkCI4qMjicNAhkjQxIaSSRUQiQWEAVJIxwNgh0GAhNTonQSD3gnHmAZCgMgIA4chROhURUPJyUJl1xJEhVgxycIsJYnFAKOQQAh+QQJCQApACwAAAAAEAAQAIUEAgSEgoTExsTk5uRERkSkoqRkZmTU1tSUlpT09vS0srRcXlx0dnSMiozMzszs7uzc3tw0NjRMTkysqqx0cnScnpz8/vy8urwcGhyEhoTMyszs6uxMSkykpqRsamzc2tycmpz8+vxkYmR8fnyMjozU0tT08vTk4uS8vrz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGj8CUcJgKBIjIVIlgShk8qQ1GkEwQGk6oAZMgHkIpReRDYZQAnZTlIVyIUBbSSfhhWE6Xi9CE4FSSJQoOYEMQA0kmXUITICBpSUoOGgeMjpBKGg4HQwNsSCaeQgkKAXpIgSWEDSQOFhqeJgd3eUInYB8gDyUlDwqHIaEpIRVUGhopDheERAMdYJnCF8GAm0lBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSSlHRydBweHMzKzOzq7KyqrNza3Pz6/IyOjLy6vJyanHx6fBwaHISGhMTGxOTm5KSmpFxeXNTW1PT29GxubHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaWQJRwiJIoiEgUZ3NAfSooESiU7GwoTugH1CGSIqhJYRC4cCwj1KEhXHwaJUpGSAqUCBaG8EBIPJILAB4ORAOESBwcQxMPDwhJQiGSHAgjGo+QBiENikIiTUgHoEIdAhQYSZQGYCgEGhAlHF1qHCUDExNCDl0DCAchBgcIcxEiRCUTBigNVCETrEQiE12bKBETxpBCiZBBADs=) 50% 50% no-repeat;
  border-radius: 50%;
}

.suggestions-addon[data-addon-type=clear] {
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=) 50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 0.8;
}

.suggestions-addon[data-addon-type=clear]:hover {
  opacity: 1;
}

.suggestions-suggestions {
  background: #fff;
  border: 1px solid #999;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  z-index: 9999;
  -webkit-text-size-adjust: 100%;
}

.suggestions-suggestions strong {
  font-weight: 400;
  color: #39f;
}

.suggestions-suggestions.suggestions-mobile {
  border-style: none;
}

.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
  border-bottom: 1px solid #ddd;
}

.suggestions-suggestion {
  padding: 4px 4px;
  overflow: hidden;
}

.suggestions-suggestion:hover {
  background: #f7f7f7;
}

.suggestions-selected {
  background: #f0f0f0;
}

.suggestions-selected:hover {
  background: #f0f0f0;
}

.suggestions-hint {
  padding: 4px 4px;
  white-space: nowrap;
  overflow: hidden;
  color: #777;
  font-size: 85%;
}

.suggestions-constraints {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
}

.suggestions-constraints:empty {
  display: none !important;
}

.suggestions-constraints li {
  background: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: default;
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0 0.5em;
}

.suggestions-constraints li .suggestions-remove {
  height: 1em;
  width: 1em;
  display: inline-block;
  margin: 0 0 0 0.25em;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=) 50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 0.8;
}

.suggestions-constraints li .suggestions-remove:hover {
  opacity: 1;
}

.suggestions-constraints li span {
  vertical-align: middle;
}

.suggestions-subtext {
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.suggestions-subtext_inline {
  display: inline-block;
  min-width: 6em;
  vertical-align: bottom;
  margin: 0 0.5em 0 0;
}

.suggestions-subtext-delimiter {
  display: inline-block;
  width: 2px;
}

.suggestions-subtext_label {
  margin: 0 0 0 0.25em;
  border-radius: 3px;
  padding: 0 3px;
  background: #f5f5f5;
  font-size: 85%;
}

.suggestions-value[data-suggestion-status=LIQUIDATED] {
  position: relative;
}

.suggestions-value[data-suggestion-status=LIQUIDATED]:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  content: "";
}

.suggestions-promo {
  font-size: 85%;
  color: #777;
  padding: 4px 4px 6px 4px;
}

.suggestions-promo a {
  color: #777;
  display: block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  line-height: 20px;
  text-decoration: none;
}

.suggestions-promo a:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.suggestions-promo svg {
  height: 20px;
  vertical-align: bottom;
}

.container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.dotdotdot {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reviews__stars {
  width: 13px;
  height: 13px;
  background: url(/public/src/images/icons/star-comment.svg) center center;
  background-repeat: repeat-x;
  background-position: left;
  opacity: 0.3;
}

.reviews__stars-active {
  width: 13px;
  height: 13px;
  background: url(/public/src/images/icons/star-comment.svg) center center;
  background-repeat: repeat-x;
  background-position: left;
  opacity: 1;
}

.footer__agreement label a,
.footer__agreement label span {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}

.footer__agreement label a {
  border-bottom: 1px dotted;
}

.footer__subscribe-form input {
  color: #fff;
}

.form__checkbox-group label span,
.form__checkbox-group label a {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(60, 70, 64, 0.5);
  opacity: 1;
  letter-spacing: 0;
}

.form__checkbox-group label a {
  border-bottom: 1px dotted;
}

.section__banner-wrapper {
  height: auto !important;
  min-height: auto !important;
}
.section__banner-wrapper.empty {
  min-height: 110px !important;
}
.section__banner-wrapper.empty h1 {
  color: #181818;
}
.section__banner-wrapper img {
  border-radius: 20px;
}
.section__banner-wrapper:after {
  display: none;
}

.catalog__pagination .catalog__pagination-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.catalog__pagination .catalog__pagination-numbers .catalog__page-number {
  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;
  color: #3C4640;
}
.catalog__pagination .catalog__pagination-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3C4640;
}
.catalog__pagination .catalog__pagination-btn.disabled {
  opacity: 0.5;
}

.noImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 134px;
  height: 134px;
  background: #e4e4e4;
  border-radius: 15px;
  font-size: 18px;
  color: #181818;
}

.news__wrapper-img {
  margin-bottom: 65px;
}

.search-loading {
  padding: 20px;
  text-align: center;
  color: #666;
  background: url("/public/src/images/loading.gif") no-repeat center 20px;
  background-size: 30px 30px;
  padding-top: 60px;
}

.search-info {
  padding: 20px;
  text-align: center;
  color: #999;
}

.search-empty {
  padding: 20px;
  text-align: center;
  color: #666;
}

.search-error {
  padding: 20px;
  text-align: center;
  color: #e74c3c;
}

.basket__empty-message {
  text-align: left;
  width: 100%;
}

.basket__empty-message p {
  font-size: 18px;
  margin-bottom: 20px;
}

.basket__img-placeholder {
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #999;
  font-size: 12px;
  width: 43px;
  height: 55px;
  margin-right: 22px;
  text-align: center;
}

.button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  padding: 0px 20px;
  margin: 0px;
  text-align: center;
  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;
  height: 47px;
}

.basket__btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.catalog__item.basket-empty {
  padding: 32px 34px !important;
  max-height: unset;
}

.basket__info-discount {
  color: #e74c3c;
  font-weight: bold;
}

.basket__info-sum-big {
  font-size: 1.2em;
  font-weight: bold;
  color: #2c3e50;
}

.basket__infocoupon-btn.cancel {
  background-color: #e74c3c;
  color: #fff;
  outline: none !important;
}

.basket__infocoupon-btn.cancel:hover {
  background-color: #c0392b;
}

.basket__promo-info {
  font-size: 0.9em;
  color: #27ae60;
  margin-top: 5px;
}

.basket__price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  min-width: 120px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.basket__weight-sum-old {
  text-decoration: line-through;
  color: #999;
  font-size: 12px;
  position: absolute;
  top: -15px;
  right: 0px;
}

.basket__weight-sum-discount {
  color: #dc3545;
  font-weight: 500;
  font-size: 17px;
}

.basket__discount-badge {
  background-color: #dc3545;
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  display: none;
}

.order__price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  min-width: 100px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.order__sum-old {
  text-decoration: line-through;
  color: #999;
  font-size: 12px;
  position: absolute;
  top: -15px;
  right: 0px;
}

.order__sum-discount {
  color: #dc3545;
  font-weight: bold;
  font-size: 16px;
}

.order__discount-badge {
  background-color: #dc3545;
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  display: none;
}

.address-autocomplete-container {
  position: relative;
}

#address-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  list-style: none;
  margin: 0;
  padding: 0;
}

#address-suggestions li {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

#address-suggestions li:hover,
#address-suggestions li.active {
  background-color: #f5f5f5;
}

#address-suggestions li.no-results {
  color: #999;
  font-style: italic;
  cursor: default;
}

#address-suggestions li.no-results:hover {
  background-color: transparent;
}

.default-badge {
  color: #4CAF50;
  font-size: 0.9em;
  margin-left: 5px;
}

/* Стили для балуна */
.pickup-balloon {
  font-family: Arial, sans-serif;
  padding: 5px;
  min-width: 200px;
}

.pickup-balloon__title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}

.pickup-balloon__address {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
  line-height: 1.4;
}

.pickup-balloon__button {
  background-color: #5D6D63;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  width: 100%;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.pickup-balloon__button:hover {
  background-color: #3c4640;
}

/* Стили для информации о выбранном пункте */
.selected-pickup-info {
  margin-top: 20px;
  padding: 15px;
  background-color: #f8f9fa;
  border-left: 3px solid #5D6D63;
  border-radius: 4px;
}

.selected-pickup-info h4 {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #333;
}

.selected-pickup-info__content {
  font-size: 14px;
  color: #666;
}

.selected-pickup-info__content strong {
  color: #333;
  display: block;
  margin-bottom: 5px;
}

/* Стили для информации о выбранном пункте */
.selected-pickup-info {
  margin: 20px 0;
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.selected-pickup-info__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #5D6D63;
  font-weight: 500;
  font-size: 15px;
}

.selected-pickup-info__header svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.selected-pickup-info__content {
  padding-left: 28px; /* Выравнивание с учетом иконки */
}

.selected-pickup-info__content strong {
  display: block;
  font-size: 16px;
  color: #333;
  margin-bottom: 4px;
}

.selected-pickup-info__content span {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  display: block;
}

/* Стили для балуна */
.pickup-balloon {
  font-family: Arial, sans-serif;
  padding: 5px;
  min-width: 200px;
}

.pickup-balloon.selected {
  border-left: 3px solid #5D6D63;
}

.pickup-balloon__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e9ecef;
}

.pickup-balloon__selected-label {
  color: #5D6D63;
  font-size: 13px;
  font-weight: 500;
}

.pickup-balloon__title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
  color: #333;
}

.pickup-balloon__address {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
  line-height: 1.4;
}

.pickup-balloon__button {
  background-color: #5D6D63;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  width: 100%;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.pickup-balloon__button:hover {
  background-color: #3c4640;
}

.pickup-balloon__button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

/* Стили для контейнера подсказок */
.address-autocomplete-container {
  position: relative;
}

/* Стили для выпадающего списка подсказок */
.ymaps-2-1-79-suggest-panel {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  margin-top: 5px !important;
  border-radius: 4px !important;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
  z-index: 1000 !important;
}

.ymaps-2-1-79-suggest-item {
  padding: 10px 15px !important;
  font-size: 14px !important;
  border-bottom: 1px solid #eee !important;
  cursor: pointer !important;
  -webkit-transition: background-color 0.2s !important;
  transition: background-color 0.2s !important;
}

.ymaps-2-1-79-suggest-item:hover {
  background-color: #f5f5f5 !important;
}

.ymaps-2-1-79-suggest-item__active {
  background-color: #e3f2fd !important;
}

.ymaps-2-1-79-suggest-item__first {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.ymaps-2-1-79-suggest-item__last {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-bottom: none !important;
}

/* Стили для селектора адресов */
.address-selector {
  margin-bottom: 15px;
}

.address-selector select {
  width: 100%;
  height: 30px;
  margin-bottom: 8px;
  border-bottom: 1px solid #3C4640;
  background: none;
  border-radius: 0px;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  outline: none;
}

.address-selector__actions {
  text-align: right;
  margin-bottom: 10px;
}

.address-selector__link {
  font-size: 13px;
  color: #5D6D63;
  text-decoration: underline;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.address-selector__link:hover {
  color: #3c4640;
}

.address-selector-separator {
  text-align: center;
  margin: 15px 0;
  position: relative;
}

.address-selector-separator::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #ddd;
  z-index: 1;
}

.address-selector-separator span {
  position: relative;
  z-index: 2;
  background: #faf9f9;
  padding: 0 15px;
  color: #999;
  font-size: 13px;
}

/* Стили для блока загрузки файла */
.profile_block .file__current-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  background: #f5f5f5;
  border-radius: 4px;
}
.profile_block .file__current-file .file__name-current {
  font-size: 14px;
  color: #333;
  word-break: break-all;
}
.profile_block .file__current-file .file__delete-btn {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: #999;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.profile_block .file__current-file .file__delete-btn svg {
  position: relative;
}
.profile_block .file__current-file .file__delete-btn:hover {
  color: #ff4444;
}
.profile_block .form__group-basket-file {
  grid-column: span 2;
}
.profile_block .form__help-text {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}
.profile_block .file__upload-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.profile_block .file__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 10px;
  padding: 8px 16px;
  background: none;
  color: #5D6D63;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.profile_block .file__button:after {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}
.profile_block .file__button:hover {
  border-color: #3C4640;
}
.profile_block label[for=organization_card] span {
  margin: 0px 0px 5px;
}

.addCartTrue {
  color: #FFF;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Onest;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  border-radius: 10px;
  opacity: 0.91;
  background: #3C4640;
  backdrop-filter: blur(2px);
  padding: 25px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  position: absolute;
  top: 60px;
  right: 0px;
  z-index: 10;
}
.addCartTrue:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Cpath d='M13.25 25.75C16.7018 25.75 19.8268 24.3509 22.0888 22.0888C24.3509 19.8268 25.75 16.7018 25.75 13.25C25.75 9.79822 24.3509 6.67322 22.0888 4.41117C19.8268 2.14911 16.7018 0.75 13.25 0.75C9.79822 0.75 6.67322 2.14911 4.41117 4.41117C2.14911 6.67322 0.75 9.79822 0.75 13.25C0.75 16.7018 2.14911 19.8268 4.41117 22.0888C6.67322 24.3509 9.79822 25.75 13.25 25.75Z' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M8.25 13.25L12 17L19.5 9.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
}

.header__wrapper-menu-w.active .header__wrapper-menu {
  gap: 15px;
}

.section__delivery-method .section__info-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 30px;
}
.section__delivery-method .section__info-title span {
  color: #3C4640;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Onest;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .section__delivery-method .section__info-title {
    margin: 0px 0px 25px;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section__delivery-method .section__info-title span {
    color: #3C4640;
    -webkit-font-feature-settings: "liga" off, "clig" off;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Onest;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0.5;
  }
}
.section__delivery-method .deliveryTitle {
  margin: 40px 0px 10px;
  color: #3C4640;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Onest;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0.5;
}
.section__delivery-method .deliveryText {
  margin: 10px 0px 30px;
  max-width: 780px;
  color: #3C4640;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Onest;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0.5;
}

.delivery-label2 {
  margin-top: 25px;
  color: rgba(60, 70, 64, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  font-size: 14px;
  line-height: 1.2;
}
.delivery-label2 span {
  font-size: 15px;
  display: block;
  width: 90px;
  text-align: right;
  font-weight: 500;
}

.review_ok {
  text-align: center;
  margin: 0px 0px 30px;
}
.review_ok a {
  color: #d50000;
}

@media (max-width: 959px) {
  .form__checkbox-group label span,
  .form__checkbox-group label a {
    font-size: 11px;
  }
  .basket__weight-sum {
    text-align: left;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .section__banner-wrapper {
    margin-bottom: 18px !important;
  }
  .section__banner-wrapper img {
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
    max-height: 206px;
    width: -webkit-fill-available;
    position: relative;
  }
  .catalog__list-filter .catalog__wrap-block.catalog__wrap-block-right {
    margin: 0px !important;
  }
  .product__name-sum {
    margin-top: 5px;
  }
}
form .form__group {
  position: relative;
}
form .form__group label {
  display: none;
}
form .form__group textarea {
  padding: 10px 0px;
}
@media (max-width: 767px) {
  form .form__group textarea {
    padding: 20px 0px 10px;
  }
}
form .form__group textarea:not(:-moz-placeholder) ~ label, form .form__group input:not(:-moz-placeholder) ~ label {
  display: block;
  position: absolute;
  top: -10px;
  left: 0px;
  font-size: 11px;
}
form .form__group textarea:not(:-ms-input-placeholder) ~ label, form .form__group input:not(:-ms-input-placeholder) ~ label {
  display: block;
  position: absolute;
  top: -10px;
  left: 0px;
  font-size: 11px;
}
form .form__group textarea:not(:placeholder-shown) ~ label, form .form__group input:not(:placeholder-shown) ~ label {
  display: block;
  position: absolute;
  top: -10px;
  left: 0px;
  font-size: 11px;
}
form .form__group textarea:focus ~ label, form .form__group input:focus ~ label {
  display: block;
  position: absolute;
  top: -10px;
  left: 0px;
  font-size: 11px;
}
form .form__group textarea:focus::-webkit-input-placeholder, form .form__group input:focus::-webkit-input-placeholder {
  color: transparent;
}
form .form__group textarea:focus::-moz-placeholder, form .form__group input:focus::-moz-placeholder {
  color: transparent;
}
form .form__group textarea:focus:-ms-input-placeholder, form .form__group input:focus:-ms-input-placeholder {
  color: transparent;
}
form .form__group textarea:focus::-ms-input-placeholder, form .form__group input:focus::-ms-input-placeholder {
  color: transparent;
}
form .form__group textarea:focus::placeholder, form .form__group input:focus::placeholder {
  color: transparent;
}

.thank-you__icon {
  margin-bottom: 20px;
  display: none;
}
.thank-you__icon svg {
  max-width: 60px;
  height: auto;
}
.hero__name{
  margin-bottom: 15px;
  margin-top: 10px;
}
@media (max-width: 1250px) {
  .hero__name{
    max-width: 350px;
  }
}
@media (max-width: 850px) {
  .hero__name{
    max-width: 265px;
  }
}
@media (max-width: 525px) {
  .hero__name {
    max-width: 205px;
    margin-bottom: 10px;
    margin-top: 7px;
  }
}
@media (max-width: 768px) {
  .thank-you__icon svg {
    max-width: 50px;
  }
}
.thank-you__block {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .thank-you__block {
    margin: 0px 12px 20px;
  }
}
.thank-you__block h1 {
  margin: 0 0 10px 0;
  font-weight: 400;
  font-size: 46px;
  line-height: 146%;
  letter-spacing: -0.02em;
  color: #3c4640;
}
@media (max-width: 768px) {
  .thank-you__block h1 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .thank-you__block p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.thank-you__details {
  text-align: left;
  margin: 30px 0;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .thank-you__details {
    margin: 20px 0;
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .thank-you__details {
    padding: 12px;
  }
}
.thank-you__info {
  margin: 15px 0;
}
@media (max-width: 768px) {
  .thank-you__info {
    margin: 10px 0;
  }
}
.thank-you__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #eaeaea;
}
.thank-you__info-row .info-value {
  font-weight: 600;
}
.thank-you__info-row .info-value.green {
  color: #27ae60;
}
.thank-you__info-row .info-value.red {
  color: #d50000;
}
@media (max-width: 480px) {
  .thank-you__info-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    padding: 10px 0;
  }
  .thank-you__info-row .info-label, .thank-you__info-row .info-value {
    width: 100%;
  }
  .thank-you__info-row .info-value {
    font-weight: 600;
  }
}
.thank-you__info-row:last-child {
  border-bottom: none;
}
.thank-you__info-row.discount-row .discount-amount {
  color: #e74c3c;
}
@media (max-width: 480px) {
  .thank-you__info-row.discount-row .discount-amount {
    font-weight: 600;
  }
}
.thank-you__info-row.total-row {
  font-size: 18px;
  font-weight: bold;
  border-top: 2px solid #5D6D63;
  border-bottom: 2px solid #5D6D63;
  margin: 10px 0;
  padding: 15px 0;
}
@media (max-width: 768px) {
  .thank-you__info-row.total-row {
    font-size: 16px;
    padding: 12px 0;
  }
}
@media (max-width: 480px) {
  .thank-you__info-row.total-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 16px;
  }
  .thank-you__info-row.total-row .info-label, .thank-you__info-row.total-row .info-value {
    width: auto;
  }
}
.thank-you__items-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .thank-you__items-table {
    font-size: 13px;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  .thank-you__items-table table {
    min-width: 600px;
  }
}
@media (max-width: 480px) {
  .thank-you__items-table {
    font-size: 12px;
  }
  .thank-you__items-table table {
    min-width: 500px;
  }
}
.thank-you__items-table th {
  text-align: left;
  padding: 10px;
  background: #eaeaea;
  font-weight: 600;
}
@media (max-width: 768px) {
  .thank-you__items-table th {
    padding: 8px;
  }
}
.thank-you__items-table td {
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
}
@media (max-width: 768px) {
  .thank-you__items-table td {
    padding: 8px;
  }
}
.thank-you__item-name {
  font-weight: 500;
}
@media (max-width: 768px) {
  .thank-you__item-name {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.thank-you__item-discount .discount-badge {
  background: #ffe6e6;
  color: #e74c3c;
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .thank-you__item-discount .discount-badge {
    padding: 2px 6px;
    font-size: 11px;
  }
}
.thank-you__item-discount .discount-percent {
  color: #7f8c8d;
  font-size: 12px;
  margin-left: 5px;
}
@media (max-width: 768px) {
  .thank-you__item-discount .discount-percent {
    font-size: 10px;
    margin-left: 3px;
  }
}
.thank-you__item-final-price .old-price {
  text-decoration: line-through;
  color: #7f8c8d;
  font-size: 12px;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .thank-you__item-final-price .old-price {
    font-size: 10px;
    margin-right: 3px;
  }
}
.thank-you__item-final-price .new-price {
  color: #e74c3c;
  font-weight: 600;
}
@media (max-width: 768px) {
  .thank-you__item-final-price .new-price {
    font-size: 12px;
  }
}
.thank-you__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
  margin: 30px 0;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .thank-you__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin: 20px 0;
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .thank-you__actions {
    padding: 12px;
  }
}
.thank-you__actions .button {
  min-width: 200px;
  border: 2px solid #5D6D63;
  color: #5D6D63;
  border-radius: 10px;
  padding: 12px 24px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .thank-you__actions .button {
    min-width: 100%;
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
  }
}
.thank-you__actions .button:hover {
  color: #fff;
  background: #3c4640;
  border-color: #3c4640;
}
.thank-you__actions .button.button-dark {
  color: #fff;
  background: #5D6D63;
}
.thank-you__actions .button.button-dark:hover {
  background: #3c4640;
}
.thank-you__order-number {
  font-size: 18px;
  font-weight: 600;
  color: #5D6D63;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .thank-you__order-number {
    font-size: 16px;
  }
}
.thank-you__status {
  background: #e8f0e9;
  padding: 15px;
  border-radius: 8px;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .thank-you__status {
    padding: 12px;
  }
}
.thank-you__status p {
  margin: 5px 0;
}
@media (max-width: 768px) {
  .thank-you__status p {
    font-size: 14px;
  }
}
.thank-you__delivery-info {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .thank-you__delivery-info {
    margin-top: 15px;
  }
}
.thank-you__delivery-info h3 {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .thank-you__delivery-info h3 {
    font-size: 16px;
  }
}
.thank-you__delivery-info p {
  margin: 5px 0;
}
@media (max-width: 768px) {
  .thank-you__delivery-info p {
    font-size: 14px;
  }
}
.thank-you__registration-info {
  background: #e8f0e9;
  padding: 20px;
  border-radius: 8px;
  margin: 20px 0;
}
@media (max-width: 768px) {
  .thank-you__registration-info {
    padding: 15px;
  }
}
.thank-you__registration-info h3 {
  color: #5D6D63;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .thank-you__registration-info h3 {
    font-size: 16px;
  }
}
.thank-you__registration-info p {
  margin: 5px 0;
}
@media (max-width: 768px) {
  .thank-you__registration-info p {
    font-size: 14px;
  }
}
.thank-you__registration-info .credentials {
  background: white;
  padding: 15px;
  border-radius: 6px;
  margin: 15px 0;
}
@media (max-width: 768px) {
  .thank-you__registration-info .credentials {
    padding: 12px;
  }
}
.thank-you__registration-info .credentials p {
  font-family: monospace;
}
@media (max-width: 768px) {
  .thank-you__registration-info .credentials p {
    font-size: 13px;
  }
}

.custom-marker {
  cursor: pointer;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.marker-pin {
  display: block;
  width: 57px;
  height: 64px;
  background: url(/public/src/images/marker.svg) center no-repeat;
}

.custom-balloon {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  border-radius: 12px;
  padding: 12px 16px;
  min-width: 200px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  z-index: 1001;
}

.custom-balloon strong {
  color: #3c4640;
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}

.custom-balloon .address {
  font-size: 14px;
  color: #3c4640;
  white-space: normal;
  word-break: break-word;
}

.custom-balloon .phone {
  margin-top: 8px;
  font-size: 14px;
  color: #3c4640;
}

.custom-balloon .hours {
  margin-top: 4px;
  font-size: 14px;
  color: #3c4640;
}

.balloon-close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  color: #3c4640;
  font-size: 18px;
  cursor: pointer;
  width: 24px;
  height: 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;
}

.balloon-close:hover {
  background: #f4f4f4;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
/* Скрытие копирайта */
.ymaps3-copyright {
  opacity: 0.3 !important;
  font-size: 8px !important;
}

/* Убираем лишние отступы */
#map {
  width: 100%;
  height: 500px;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #map {
    border-radius: 0px;
    height: 380px;
  }
}

.ymaps3--map-copyrights {
  display: none !important;
}

/* Маркеры для карты самовывоза */
.pickup-marker {
  cursor: pointer;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.pickup-marker-pin {
  width: 36px;
  height: 46px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.pickup-marker-pin img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.pickup-marker-pin:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.pickup-marker-pin.selected {
  -webkit-filter: drop-shadow(0 0 8px rgba(58, 107, 75, 0.5));
  filter: drop-shadow(0 0 8px rgba(58, 107, 75, 0.5));
}

/* Балун для карты самовывоза */
.pickup-balloon {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  border-radius: 12px;
  padding: 12px 16px;
  min-width: 400px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  z-index: 1001;
}
@media (max-width: 767px) {
  .pickup-balloon {
    min-width: 250px;
  }
}

.pickup-balloon__title {
  font-weight: 600;
  color: #3c4640;
  margin-bottom: 10px;
  font-size: 16px;
  padding-bottom: 10px;
}

.pickup-balloon__address {
  font-size: 14px;
  color: #3c4640;
  margin-bottom: 10px;
  display: block;
}

.pickup-balloon__button {
  width: 100%;
  padding: 0px 12px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #5d6d63;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.pickup-balloon__button:disabled {
  background-color: #e4e4e4 !important;
  cursor: auto;
  color: #3c4640;
}

.pickup-balloon__button:hover {
  background: #3c4640;
}

.orders_list {
  margin: 0px 0px 50px;
}
.orders_list .orders_tabs {
  border-radius: 15px;
  background: #FAF9F9;
  padding: 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin: 0px 0px 20px;
}
.orders_list .orders_tabs .tab {
  color: #989494;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 0px 20px;
  border-radius: 100px;
  height: 34px;
}
.orders_list .orders_tabs .tab.active {
  color: #3C4640;
  border: 1px solid #DEDEDE;
  background: #F1F6F2;
}
.orders_list .orders_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  gap: 20px;
}
.orders_list .orders_items .order_card {
  border-radius: 15px;
  border: 4px solid #F6F6F8;
}
.orders_list .orders_items .order_card .order_card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 25px 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
.orders_list .orders_items .order_card .order_card__header .order_card__number {
  color: #3C4640;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  width: calc(100% - 530px);
}
.orders_list .orders_items .order_card .order_card__header .order_card__price {
  color: #3C4640;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  width: 120px;
}
.orders_list .orders_items .order_card .order_card__header .order_card__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: 240px;
}
.orders_list .orders_items .order_card .order_card__header .order_card__status .round {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 100%;
}
.orders_list .orders_items .order_card .order_card__header .order_card__status .name {
  color: #3C4640;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
.orders_list .orders_items .order_card .order_card__header .order_card__status .status_info {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M9.9974 1.66634C14.5807 1.66634 18.3307 5.41634 18.3307 9.99967C18.3307 14.583 14.5807 18.333 9.9974 18.333C5.41406 18.333 1.66406 14.583 1.66406 9.99967C1.66406 5.41634 5.41406 1.66634 9.9974 1.66634Z' stroke='%233C4640' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 13.333V9.16634' stroke='%233C4640' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.99219 6.66699H9.99967' stroke='%233C4640' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  cursor: pointer;
}
.orders_list .orders_items .order_card .order_card__header .order_card__status .status_info span {
  display: none;
}
.orders_list .orders_items .order_card .order_card__header .order_card__open {
  border-radius: 5px;
  background: #F1F6F2;
  backdrop-filter: blur(2px);
  color: #3C4640;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Onest;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  padding: 0px 10px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 110px;
}
.orders_list .orders_items .order_card .order_card__body {
  display: none;
}
.orders_list .orders_items .order_card.active {
  border: 0px;
}
.orders_list .orders_items .order_card.active .order_card__header {
  background: #FAF9F9;
  padding: 29px 54px;
  border-radius: 15px 15px 0px 0px;
}
.orders_list .orders_items .order_card.active .order_card__body {
  padding: 0px;
  background: #FAF9F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  border-radius: 0px 0px 15px 15px;
  overflow: hidden;
}
.orders_list .orders_items .order_card.active .order_card__body .order_card__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.orders_list .orders_items .order_card.active .order_card__body .order_card__products .order_card__product {
  padding: 29px 54px;
  border-top: 4px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 20px;
}
.orders_list .orders_items .order_card.active .order_card__body .order_card__products .order_card__product .image {
  width: 50px;
}
.orders_list .orders_items .order_card.active .order_card__body .order_card__products .order_card__product .image .noImage, .orders_list .orders_items .order_card.active .order_card__body .order_card__products .order_card__product .image img {
  width: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.orders_list .orders_items .order_card.active .order_card__body .order_card__products .order_card__product .image .noImage {
  height: 70px;
  font-size: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.orders_list .orders_items .order_card.active .order_card__body .order_card__products .order_card__product .order_card__product_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  gap: 5px;
  width: calc(100% - 600px);
}
.orders_list .orders_items .order_card.active .order_card__body .order_card__products .order_card__product .order_card__product_info .order_card__product_name {
  color: #3C4640;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Onest;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.orders_list .orders_items .order_card.active .order_card__body .order_card__products .order_card__product .order_card__product_info .order_card__product_weight {
  color: #989494;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.orders_list .orders_items .order_card.active .order_card__body .order_card__products .order_card__product .order_card__product_count {
  width: 120px;
  color: #3C4640;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Onest;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.orders_list .orders_items .order_card.active .order_card__body .order_card__products .order_card__product .order_card__product_price {
  width: 370px;
  color: #3C4640;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Onest;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
.orders_list .orders_items .order_card.active .order_card__body .order_card__info {
  background: #FAF9F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding: 29px 54px;
  border-top: 4px solid #fff;
}
.orders_list .orders_items .order_card.active .order_card__body .order_card__info .order_card__info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  gap: 5px;
}
.orders_list .orders_items .order_card.active .order_card__body .order_card__info .order_card__info_item .label {
  color: #989494;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.orders_list .orders_items .order_card.active .order_card__body .order_card__info .order_card__info_item .value {
  color: #3C4640;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Onest;
}
.orders_list .orders_items .order_card.active .order_card__body .order_card__info .order_card__info_item .value.price {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
.orders_list .orders_items .order_card.active .order_card__body .order_card__info .order_card__info_item .value.price.total {
  font-size: 26px;
  font-weight: 700;
}
.orders_list .orders_items .order_card.active .order_card__body .order_card__info .order_card__info_item .value.price.discount {
  color: #27ae60;
}
.orders_list .orders_items .order_card.active .order_card__body .order_card__info .order_card__info_item.salePrice {
  width: 120px;
}
.orders_list .orders_items .order_card.active .order_card__body .order_card__info .order_card__info_item.deliveryPrice {
  width: 370px;
}
.orders_list .orders_items .order_card.active .order_card__body .order_card__info .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px;
}
.orders_list .orders_items .order_card.active .order_card__body .order_card__info .buttons .order_card__btn_review, .orders_list .orders_items .order_card.active .order_card__body .order_card__info .buttons .order_card__repeat, .orders_list .orders_items .order_card.active .order_card__body .order_card__info .buttons .order_card__pay {
  border-radius: 10px;
  backdrop-filter: blur(2px);
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 0px 40px;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Onest;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #3C4640;
}
.orders_list .orders_items .order_card.active .order_card__body .order_card__info .buttons .order_card__btn_review {
  border: none;
}
.orders_list .orders_items .order_card.active .order_card__body .order_card__info .buttons .order_card__btn_review:hover {
  background: #3C4640;
  color: #fff;
}
.orders_list .orders_items .order_card.active .order_card__body .order_card__info .buttons .order_card__repeat, .orders_list .orders_items .order_card.active .order_card__body .order_card__info .buttons .order_card__pay {
  border: 2px solid #3C4640;
  background: transparent;
  color: #3C4640;
}
.orders_list .orders_items .order_card.active .order_card__body .order_card__info .buttons .order_card__repeat:hover, .orders_list .orders_items .order_card.active .order_card__body .order_card__info .buttons .order_card__pay:hover {
  background: #3C4640;
  color: #fff;
}
.orders_list .orders_items .order_card.active .order_card__body .order_card__info2 {
  background: #FAF9F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  gap: 10px;
  padding: 29px 54px;
  border-top: 4px solid #fff;
}
.orders_list .orders_items .order_card.active .order_card__body .order_card__info2 .order_card__info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 10px;
}
.orders_list .orders_items .order_card.active .order_card__body .order_card__info2 .order_card__info_item .label {
  color: #989494;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.orders_list .orders_items .order_card.active .order_card__body .order_card__info2 .order_card__info_item .value {
  color: #3C4640;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Onest;
}
.orders_list .orders_items .order_card.active .order_card__body .order_card__info2 .order_card__info_item .value.price {
  font-style: normal;
  font-weight: 500;
  padding-bottom: 1px;
}
.orders_list .orders_items .order_card.active .order_card__body .order_card__info2 .order_card__info_item .value.price.total {
  font-size: 26px;
  font-weight: 700;
}
.orders_list .orders_items .order_card.active .order_card__body .order_card__info2 .order_card__info_item .value.price.discount {
  color: #27ae60;
}
.orders_list .orders-empty {
  text-align: center;
  padding: 60px 20px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
.orders_list .orders-empty p {
  font-size: 18px;
  color: #777;
  margin-bottom: 20px;
}
.orders_list .orders-empty .btn {
  display: inline-block;
  padding: 12px 30px;
  background: #5D6D63;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.orders_list .orders-empty .btn:hover {
  background: #3c4640;
}

@media (max-width: 1359px) {
  .orders_list .orders_items .order_card .order_card__header {
    padding: 20px 30px;
  }
  .orders_list .orders_items .order_card .order_card__header .order_card__number {
    font-size: 16px;
    width: calc(100% - 500px);
  }
  .orders_list .orders_items .order_card .order_card__header .order_card__price {
    font-size: 16px;
    width: 100px;
  }
  .orders_list .orders_items .order_card .order_card__header .order_card__status {
    width: 220px;
    gap: 8px;
  }
  .orders_list .orders_items .order_card .order_card__header .order_card__status .name {
    font-size: 14px;
  }
  .orders_list .orders_items .order_card.active .order_card__header {
    padding: 20px 30px;
  }
  .orders_list .orders_items .order_card.active .order_card__body .order_card__products .order_card__product {
    padding: 20px 30px;
  }
  .orders_list .orders_items .order_card.active .order_card__body .order_card__products .order_card__product .order_card__product_info {
    width: calc(100% - 310px);
  }
  .orders_list .orders_items .order_card.active .order_card__body .order_card__products .order_card__product .order_card__product_count {
    width: 100px;
    text-align: right;
  }
  .orders_list .orders_items .order_card.active .order_card__body .order_card__products .order_card__product .order_card__product_price {
    width: 100px;
    text-align: right;
  }
  .orders_list .orders_items .order_card.active .order_card__body .order_card__info {
    padding: 20px 30px;
  }
  .orders_list .orders_items .order_card.active .order_card__body .order_card__info .buttons .order_card__btn_review, .orders_list .orders_items .order_card.active .order_card__body .order_card__info .buttons .order_card__repeat, .orders_list .orders_items .order_card.active .order_card__body .order_card__info .buttons .order_card__pay {
    padding: 0px 25px;
  }
  .orders_list .orders_items .order_card.active .order_card__body .order_card__info2 {
    padding: 20px 30px;
  }
}
@media (max-width: 1219px) {
  .orders_list .orders_items .order_card .order_card__header {
    padding: 20px 30px;
  }
  .orders_list .orders_items .order_card .order_card__header .order_card__number {
    font-size: 16px;
    width: calc(100% - 120px);
  }
  .orders_list .orders_items .order_card .order_card__header .order_card__price {
    font-size: 16px;
    width: 100px;
    text-align: right;
  }
  .orders_list .orders_items .order_card .order_card__header .order_card__status {
    width: 220px;
    gap: 8px;
  }
  .orders_list .orders_items .order_card .order_card__header .order_card__status .name {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .orders_list .orders_tabs {
    padding: 15px 25px;
    gap: 10px;
  }
  .orders_list .orders_tabs .tab {
    font-size: 14px;
    padding: 0px 15px;
    height: 32px;
  }
  .orders_list .orders_items .order_card.active .order_card__body .order_card__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .orders_list .orders_items .order_card.active .order_card__body .order_card__info .order_card__info_item {
    width: 100%;
  }
  .orders_list .orders_items .order_card.active .order_card__body .order_card__info .buttons {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 959px) {
  .orders_list .orders_items .order_card.active .order_card__body .order_card__products .order_card__product .order_card__product_info {
    width: calc(100% - 70px);
  }
  .orders_list .orders_items .order_card.active .order_card__body .order_card__products .order_card__product .order_card__product_count {
    padding-left: 70px;
    text-align: left;
    width: auto;
  }
  .orders_list .orders_items .order_card.active .order_card__body .order_card__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .orders_list .orders_items .order_card.active .order_card__body .order_card__info .order_card__info_item {
    width: 100%;
  }
  .orders_list .orders_items .order_card.active .order_card__body .order_card__info .buttons {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
  }
  .orders_list .orders_items .order_card.active .order_card__body .order_card__info .buttons .order_card__btn_review, .orders_list .orders_items .order_card.active .order_card__body .order_card__info .buttons .order_card__repeat, .orders_list .orders_items .order_card.active .order_card__body .order_card__info .buttons .order_card__pay {
    font-size: 14px;
    height: 44px;
    padding: 0px 15px;
  }
}
@media (max-width: 768px) {
  .orders_list {
    margin: 0px 0px 30px;
  }
  .orders_list .orders_tabs {
    padding: 12px 20px;
    gap: 8px;
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .orders_list .orders_tabs .tab {
    font-size: 13px;
    padding: 0px 12px;
    height: 30px;
    white-space: nowrap;
  }
  .orders_list .orders_items {
    gap: 12px;
  }
  .orders_list .orders_items .order_card {
    border-width: 2px;
  }
  .orders_list .orders_items .order_card .order_card__header {
    padding: 15px 20px;
  }
  .orders_list .orders_items .order_card .order_card__header .order_card__number {
    width: 100%;
    font-size: 15px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .orders_list .orders_items .order_card .order_card__header .order_card__price {
    width: 100%;
    font-size: 15px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: left;
  }
  .orders_list .orders_items .order_card .order_card__header .order_card__status {
    width: auto;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .orders_list .orders_items .order_card .order_card__header .order_card__status .name {
    font-size: 13px;
  }
  .orders_list .orders_items .order_card .order_card__header .order_card__open {
    width: auto;
    font-size: 13px;
    height: 30px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .orders_list .orders_items .order_card.active .order_card__header {
    padding: 15px 20px;
  }
  .orders_list .orders_items .order_card.active .order_card__body .order_card__products .order_card__product {
    padding: 15px 20px;
    gap: 12px;
  }
  .orders_list .orders_items .order_card.active .order_card__body .order_card__products .order_card__product .image {
    width: 40px;
  }
  .orders_list .orders_items .order_card.active .order_card__body .order_card__products .order_card__product .image .noImage, .orders_list .orders_items .order_card.active .order_card__body .order_card__products .order_card__product .image img {
    width: 40px;
  }
  .orders_list .orders_items .order_card.active .order_card__body .order_card__products .order_card__product .image .noImage {
    height: 55px;
  }
  .orders_list .orders_items .order_card.active .order_card__body .order_card__products .order_card__product .order_card__product_info {
    width: calc(100% - 52px);
  }
  .orders_list .orders_items .order_card.active .order_card__body .order_card__products .order_card__product .order_card__product_count {
    padding-left: 52px;
  }
  .orders_list .orders_items .order_card.active .order_card__body .order_card__products .order_card__product .order_card__product_price {
    font-size: 16px;
  }
  .orders_list .orders_items .order_card.active .order_card__body .order_card__info {
    padding: 15px 20px;
  }
  .orders_list .orders_items .order_card.active .order_card__body .order_card__info .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .orders_list .orders_items .order_card.active .order_card__body .order_card__info .buttons .order_card__btn_review, .orders_list .orders_items .order_card.active .order_card__body .order_card__info .buttons .order_card__repeat, .orders_list .orders_items .order_card.active .order_card__body .order_card__info .buttons .order_card__pay {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 44px;
  }
  .orders_list .orders_items .order_card.active .order_card__body .order_card__info .buttons .order_card__btn_review {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .orders_list .orders_items .order_card.active .order_card__body .order_card__info2 {
    padding: 15px 20px;
  }
  .orders_list .orders_items .order_card.active .order_card__body .order_card__info2 .order_card__info_item {
    -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;
    gap: 4px;
  }
}
@media (max-width: 480px) {
  .orders_list .orders_tabs {
    padding: 10px 15px;
  }
  .orders_list .orders_tabs .tab {
    font-size: 12px;
    padding: 0px 10px;
    height: 28px;
  }
  .orders_list .orders_items .order_card .order_card__header {
    padding: 12px 15px;
  }
  .orders_list .orders_items .order_card .order_card__header .order_card__number {
    font-size: 14px;
  }
  .orders_list .orders_items .order_card .order_card__header .order_card__price {
    font-size: 14px;
  }
  .orders_list .orders_items .order_card .order_card__header .order_card__status {
    margin-top: -10px;
  }
  .orders_list .orders_items .order_card .order_card__header .order_card__status .round {
    width: 8px;
    height: 8px;
  }
  .orders_list .orders_items .order_card .order_card__header .order_card__status .name {
    font-size: 12px;
  }
  .orders_list .orders_items .order_card .order_card__header .order_card__status .status_info {
    width: 14px;
    height: 14px;
  }
  .orders_list .orders_items .order_card .order_card__header .order_card__open {
    height: 30px;
    font-size: 12px;
    margin-top: -10px;
  }
  .orders_list .orders_items .order_card.active .order_card__header {
    padding: 12px 15px;
  }
  .orders_list .orders_items .order_card.active .order_card__body .order_card__products .order_card__product {
    padding: 12px 15px;
  }
  .orders_list .orders_items .order_card.active .order_card__body .order_card__info {
    padding: 12px 15px;
  }
  .orders_list .orders_items .order_card.active .order_card__body .order_card__info .order_card__info_item .value.price {
    font-size: 16px;
  }
  .orders_list .orders_items .order_card.active .order_card__body .order_card__info .order_card__info_item .value.price.total {
    font-size: 20px;
  }
  .orders_list .orders_items .order_card.active .order_card__body .order_card__info2 {
    padding: 12px 15px;
  }
}
@media (min-width: 769px) {
  .orders_list .orders_items .order_card .order_card__header .order_card__status .status_info:hover span {
    display: block;
    position: absolute;
    bottom: 30px;
    left: -55px;
    z-index: 3;
    border-radius: 15px;
    background: #FFF;
    -webkit-box-shadow: 0 4px 30px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 30px -1px rgba(0, 0, 0, 0.1);
    padding: 25px 30px;
    width: 360px;
    color: #3C4640;
    -webkit-font-feature-settings: "liga" off, "clig" off;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Onest;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
  }
  .orders_list .orders_items .order_card .order_card__header .order_card__status .status_info:hover span:after {
    content: "";
    display: block;
    background: #FFF;
    -webkit-box-shadow: 0 4px 30px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 30px -1px rgba(0, 0, 0, 0.1);
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: -5px;
    left: 58px;
    z-index: 3;
  }
}
@media (max-width: 768px) {
  .orders_list .orders_items .order_card .order_card__header .order_card__status .status_info span {
    display: none !important;
  }
}
.order-detail {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  margin: 0px 0px 50px;
}

.order-detail__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 30px;
  background: #f8f8f8;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 768px) {
  .order-detail__header {
    -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;
    gap: 10px;
    padding: 15px;
  }
}

.order-detail__number h2 {
  margin: 0 0 5px 0;
  font-size: 20px;
}

.order-detail__date {
  font-size: 14px;
  color: #777;
}

.order-detail__status {
  font-weight: 600;
  font-size: 16px;
}

.order-detail__info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 30px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 768px) {
  .order-detail__info-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 15px;
  }
}

.order-detail__info-card h3 {
  margin: 0 0 15px 0;
  font-size: 16px;
  color: #333;
}
.order-detail__info-card p {
  margin: 8px 0;
  color: #555;
  line-height: 1.5;
}

.order-detail__comment {
  padding: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.order-detail__comment h3 {
  margin: 0 0 10px 0;
  font-size: 16px;
}
.order-detail__comment p {
  margin: 0;
  color: #555;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .order-detail__comment {
    padding: 15px;
  }
}

.order-detail__products {
  padding: 30px;
}
.order-detail__products h3 {
  margin: 0 0 20px 0;
  font-size: 18px;
}
@media (max-width: 768px) {
  .order-detail__products {
    padding: 15px;
    overflow-x: auto;
  }
}

.order-detail__table {
  width: 100%;
  border-collapse: collapse;
}
.order-detail__table th {
  text-align: left;
  padding: 12px 15px;
  background: #f8f8f8;
  font-weight: 600;
  font-size: 14px;
  color: #555;
}
.order-detail__table td {
  padding: 12px 15px;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
}
.order-detail__table a {
  color: #333;
  text-decoration: none;
}
.order-detail__table a:hover {
  color: #5D6D63;
  text-decoration: underline;
}
.order-detail__table tfoot td {
  padding: 10px 15px;
  text-align: right;
  border-bottom: none;
}
.order-detail__table tfoot tr:last-child td {
  padding-top: 15px;
  border-top: 2px solid #e5e5e5;
}
@media (max-width: 768px) {
  .order-detail__table {
    min-width: 600px;
  }
}

.order-detail__total {
  font-weight: 600;
  text-align: right;
}

.order-detail__discount {
  color: #e74c3c;
}

.order-detail__final {
  font-size: 16px;
}

.order-detail__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 20px 30px;
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.order-detail__actions .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .order-detail__actions {
    -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;
    gap: 12px;
    padding: 15px;
  }
  .order-detail__actions .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }
}

.order-detail__back,
.order-detail__pay,
.order-detail__repeat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 24px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.order-detail__back:hover,
.order-detail__pay:hover,
.order-detail__repeat:hover {
  text-decoration: none;
}
.order-detail__back:active,
.order-detail__pay:active,
.order-detail__repeat:active {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}
.order-detail__back:disabled,
.order-detail__pay:disabled,
.order-detail__repeat:disabled {
  background: #ccc !important;
  cursor: not-allowed;
  opacity: 0.6;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media (max-width: 768px) {
  .order-detail__back,
  .order-detail__pay,
  .order-detail__repeat {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 20px;
  }
}

.order-detail__back {
  background: #6c757d;
  color: #fff;
}
.order-detail__back:hover {
  background: #5a6268;
  color: #fff;
}

.order-detail__pay,
.order-detail__repeat {
  background: #5D6D63;
  color: #fff;
}
.order-detail__pay:hover,
.order-detail__repeat:hover {
  background: #3c4640;
  color: #fff;
}

/* Стили для страницы адресов */
.addresses__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}

.addresses__header h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  color: #3C4640;
}

.addresses__add-btn {
  padding: 0px 20px;
  font-size: 14px;
  color: #fff;
  background: #5D6D63;
  border-radius: 8px;
  height: 40px;
}
.addresses__add-btn:hover {
  background: #3c4640;
}

.addresses__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 60px;
}

.addresses__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  background: #F9F9F9;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.addresses__item:hover {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.addresses__item-default {
  border-left: 4px solid #5D6D63;
  background: #F5F8F5;
}

.addresses__item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.addresses__item-text {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 5px;
}

.addresses__default-badge {
  display: inline-block;
  padding: 4px 8px;
  background: #5D6D63;
  color: white;
  font-size: 12px;
  border-radius: 4px;
}

.addresses__item-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.addresses__action-btn {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 4px;
  background: white;
  cursor: pointer;
  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: #666;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.addresses__action-btn:hover {
  background: #5D6D63;
  color: white;
}

.addresses__action-default:hover {
  background: #5D6D63;
  color: white;
}

.addresses__action-edit:hover {
  background: #5D6D63;
  color: white;
}

.addresses__action-delete:hover {
  background: #dc3545;
  color: white;
}

.addresses__empty {
  text-align: center;
  padding: 40px;
  background: #F9F9F9;
  border-radius: 8px;
  color: #999;
}

.address-modal {
  padding: 20px 0px 0px;
  min-width: 400px;
}
@media (max-width: 767px) {
  .address-modal {
    min-width: auto;
    padding: 15px;
  }
}
.address-modal h3.mod_name {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #3C4640;
}
.address-modal .form__group {
  margin-bottom: 20px;
}
.address-modal .form__group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 15px;
  color: #3C4640;
}
.address-modal .form__group label .required {
  color: #dc3545;
}
.address-modal .form__group .form__text-input {
  width: 100%;
  padding: 10px 0px;
  border-radius: 0px;
  font-size: 14px;
  height: 40px;
  margin: 0px;
}
.address-modal .form__group .form__text-input:focus {
  outline: none;
  border-color: #5D6D63;
}
.address-modal .form__group .form__text-input.error {
  border-color: #dc3545;
}
.address-modal .form__group .checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.address-modal .form__group .checkbox-wrapper input[type=checkbox] {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
.address-modal .form__group .checkbox-wrapper .checkbox-text {
  font-size: 14px;
  color: #333;
}
.address-modal .form__group .form__error-message {
  color: #dc3545;
  font-size: 12px;
  margin-top: 5px;
}
.address-modal .form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 30px;
}
.address-modal .form__actions .btn {
  padding: 0 25px;
  height: 40px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.address-modal .form__actions .btn-light {
  background: #f5f5f5;
  color: #333;
}
.address-modal .form__actions .btn-light:hover {
  background: #e5e5e5;
}
.address-modal .form__actions .btn-dark {
  background: #5D6D63;
  color: white;
}
.address-modal .form__actions .btn-dark:hover {
  background: #3c4640;
}

/* Стили для страницы отзывов */
.reviews__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}

.reviews__header h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  color: #3C4640;
}

.reviews__list_lk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 60px;
}

.reviews__item_lk {
  padding: 20px;
  background: #F9F9F9;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.reviews__item_lk:hover {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.reviews__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.reviews__product-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.reviews__product-name {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-bottom: 5px;
}

.reviews__product-name a {
  color: #3C4640;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.reviews__product-name a:hover {
  color: #5D6D63;
  text-decoration: underline;
}

.reviews__order-link {
  font-size: 14px;
  color: #999;
}
.reviews__order-link a {
  color: #5D6D63;
  text-decoration: none;
}
.reviews__order-link a:hover {
  text-decoration: underline;
}

.reviews__stars_lk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.reviews__star_lk {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.reviews__star_lk svg {
  width: 100%;
  height: 100%;
}
.reviews__star_lk.filled svg {
  fill: #FFB800;
  stroke: #FFB800;
}
.reviews__star_lk.empty svg {
  fill: none;
  stroke: #ddd;
}

.reviews__status {
  display: inline-block;
  padding: 4px 12px;
  font-size: 12px;
  border-radius: 20px;
}
.reviews__status.published {
  background: #e8f5e9;
  color: #2e7d32;
}
.reviews__status.moderation {
  background: #fff3e0;
  color: #e65100;
}

.reviews__review-text {
  font-size: 15px;
  line-height: 1.5;
  color: #555;
  margin-bottom: 10px;
}
.reviews__review-text p {
  margin: 0 0 10px;
}
.reviews__review-text p:last-child {
  margin-bottom: 0;
}

.reviews__review-date {
  font-size: 12px;
  color: #999;
}

.reviews__item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 15px;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #E5E5E5;
}
.reviews__item-footer .order_card__btn_review {
  padding: 0px 20px;
  font-size: 14px;
  color: #5d6d63;
  background: transparent;
  border-radius: 8px;
  height: 36px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.reviews__item-footer .order_card__btn_review:hover {
  background: #3c4640;
  color: white;
}

.reviews__delete-btn {
  padding: 0px 20px;
  font-size: 14px;
  color: #dc3545;
  background: transparent;
  border-radius: 8px;
  height: 36px;
  border: 1px solid #dc3545;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.reviews__delete-btn:hover {
  background: #dc3545;
  color: white;
}

.reviews__empty {
  text-align: center;
  padding: 40px;
  background: #F9F9F9;
  border-radius: 8px;
  color: #999;
}

.reviews__empty a {
  color: #5D6D63;
  text-decoration: none;
}
.reviews__empty a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .reviews__item-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reviews__status {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .reviews__stars {
    margin-top: 10px;
  }
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 0px 15px;
}
.pagination .page_number.arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3C4640;
  gap: 20px;
  cursor: pointer;
}
.pagination .page_number.arrow.arrow_left:before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background-color: #faf9f9;
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='43' viewBox='0 0 43 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3CforeignObject x='-20' y='-20' width='83' height='83'%3E%3Cdiv xmlns='http://www.w3.org/1999/xhtml' style='backdrop-filter:blur(10px)%3Bclip-path:url(%23bgblur_0_1447_60380_clip_path)%3Bheight:100%25%3Bwidth:100%25'%3E%3C/div%3E%3C/foreignObject%3E%3Cg data-figma-bg-blur-radius='20'%3E%3Ccircle cx='21.5' cy='21.5' r='21.5' transform='matrix(-1 0 0 1 43 0)' fill='%23FAF9F9'/%3E%3Ccircle cx='21.5' cy='21.5' r='21.5' transform='matrix(-1 0 0 1 43 0)' fill='%23FAF9F9'/%3E%3C/g%3E%3Cpath d='M23 27L18.4068 22.4722C17.8644 21.9375 17.8644 21.0625 18.4068 20.5278L23 16' fill='%23FAF9F9'/%3E%3Cpath d='M23 27L18.4068 22.4722C17.8644 21.9375 17.8644 21.0625 18.4068 20.5278L23 16' fill='%23FAF9F9'/%3E%3Cpath d='M23 27L18.4068 22.4722C17.8644 21.9375 17.8644 21.0625 18.4068 20.5278L23 16' stroke='%235D6D63' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3CclipPath id='bgblur_0_1447_60380_clip_path' transform='translate(20 20)'%3E%3Ccircle cx='21.5' cy='21.5' r='21.5' transform='matrix(-1 0 0 1 43 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.pagination .page_number.arrow.arrow_right:after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background-color: #faf9f9;
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='43' viewBox='0 0 43 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3CforeignObject x='-20' y='-20' width='83' height='83'%3E%3Cdiv xmlns='http://www.w3.org/1999/xhtml' style='backdrop-filter:blur(10px)%3Bclip-path:url(%23bgblur_0_1447_60380_clip_path)%3Bheight:100%25%3Bwidth:100%25'%3E%3C/div%3E%3C/foreignObject%3E%3Cg data-figma-bg-blur-radius='20'%3E%3Ccircle cx='21.5' cy='21.5' r='21.5' transform='matrix(-1 0 0 1 43 0)' fill='%23FAF9F9'/%3E%3Ccircle cx='21.5' cy='21.5' r='21.5' transform='matrix(-1 0 0 1 43 0)' fill='%23FAF9F9'/%3E%3C/g%3E%3Cpath d='M23 27L18.4068 22.4722C17.8644 21.9375 17.8644 21.0625 18.4068 20.5278L23 16' fill='%23FAF9F9'/%3E%3Cpath d='M23 27L18.4068 22.4722C17.8644 21.9375 17.8644 21.0625 18.4068 20.5278L23 16' fill='%23FAF9F9'/%3E%3Cpath d='M23 27L18.4068 22.4722C17.8644 21.9375 17.8644 21.0625 18.4068 20.5278L23 16' stroke='%235D6D63' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3CclipPath id='bgblur_0_1447_60380_clip_path' transform='translate(20 20)'%3E%3Ccircle cx='21.5' cy='21.5' r='21.5' transform='matrix(-1 0 0 1 43 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pagination .page_number.arrow:hover {
  opacity: 0.5;
}
.pagination .page_number.arrow.disabled {
  opacity: 0.5;
  cursor: auto;
}
.pagination .page_numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #efefef;
  border-radius: 8px;
}
.pagination .page_numbers .page_number {
  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;
  color: #3C4640;
  width: 42px;
  height: 42px;
}
.pagination .page_numbers .page_number:not(:last-child) {
  border-right: 2px solid #efefef;
}
.pagination .page_numbers .page_number:hover {
  opacity: 0.5;
}
.pagination .page_numbers .page_number.active {
  background: #f5f5f5;
  opacity: 1;
}

@media (max-width: 959px) {
  .pagination .page_number.arrow span {
    display: none;
  }
}
@media (max-width: 639px) {
  .pagination .page_number {
    width: 28px !important;
    height: 28px !important;
    font-size: 12px;
    line-height: 1;
  }
  .pagination .page_number.arrow {
    width: 32px !important;
    height: 32px !important;
  }
  .pagination .page_number.arrow:before, .pagination .page_number.arrow:after {
    width: 32px !important;
    height: 32px !important;
    border: 2px solid #efefef;
    border-radius: 100% !important;
  }
}
.hint-modal {
  padding: 25px 0px 0px;
  max-width: 550px;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 959px) {
  .hint-modal {
    padding: 20px 0px 0px;
    width: 100%;
  }
}
.orderReview {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 100;
  background: #fff;
  width: 740px;
  max-width: 100%;
  height: 100%;
  padding: 40px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.orderReview .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.orderReview .close:hover {
  opacity: 0.7;
}
.orderReview .title {
  color: #3C4640;
  font-family: "Wix Madefor Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  margin-bottom: 25px;
}
.orderReview .review {
  color: #3C4640;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Onest;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin: 0px 0px 0px;
  border: 0px;
  border-bottom: 1px solid #5D6D63;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: auto;
  min-height: 200px;
  resize: none;
  padding: 10px 0;
}
.orderReview .review:focus {
  outline: none;
  border-bottom-color: #E7411D;
}
.orderReview .starsBlock {
  margin: 25px 0px 0px;
  border-radius: 15px;
  background: #FAF9F9;
  padding: 30px 25px;
}
.orderReview .starsBlock .starsTitle {
  color: #3C4640;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Onest;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  opacity: 0.7;
  margin-bottom: 15px;
}
.orderReview .starsBlock .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 8px;
}
.orderReview .starsBlock .stars .star {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M13.3057 3.40191L15.0113 6.81314C15.2439 7.288 15.8642 7.74348 16.3875 7.8307L19.4789 8.34432C21.4559 8.67382 21.921 10.1081 20.4965 11.523L18.0931 13.9263C17.6861 14.3334 17.4632 15.1183 17.5892 15.6804L18.2772 18.6556C18.8199 21.0105 17.5698 21.9214 15.4862 20.6907L12.5886 18.9754C12.0653 18.6652 11.2028 18.6652 10.6698 18.9754L7.77216 20.6907C5.69829 21.9214 4.43845 21.0008 4.98115 18.6556L5.66921 15.6804C5.7952 15.1183 5.5723 14.3334 5.16528 13.9263L2.76191 11.523C1.34702 10.1081 1.8025 8.67382 3.77947 8.34432L6.8709 7.8307C7.38452 7.74348 8.00475 7.288 8.23733 6.81314L9.94295 3.40191C10.8733 1.55093 12.3851 1.55093 13.3057 3.40191Z' fill='%23C0C2C0' stroke='%23C0C2C0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.orderReview .starsBlock .stars .star:hover, .orderReview .starsBlock .stars .star.hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M13.3057 3.40191L15.0113 6.81314C15.2439 7.288 15.8642 7.74348 16.3875 7.8307L19.4789 8.34432C21.4559 8.67382 21.921 10.1081 20.4965 11.523L18.0931 13.9263C17.6861 14.3334 17.4632 15.1183 17.5892 15.6804L18.2772 18.6556C18.8199 21.0105 17.5698 21.9214 15.4862 20.6907L12.5886 18.9754C12.0653 18.6652 11.2028 18.6652 10.6698 18.9754L7.77216 20.6907C5.69829 21.9214 4.43845 21.0008 4.98115 18.6556L5.66921 15.6804C5.7952 15.1183 5.5723 14.3334 5.16528 13.9263L2.76191 11.523C1.34702 10.1081 1.8025 8.67382 3.77947 8.34432L6.8709 7.8307C7.38452 7.74348 8.00475 7.288 8.23733 6.81314L9.94295 3.40191C10.8733 1.55093 12.3851 1.55093 13.3057 3.40191Z' fill='%23FFB800' stroke='%23FFB800' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.orderReview .starsBlock .stars .star.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M13.3057 3.40191L15.0113 6.81314C15.2439 7.288 15.8642 7.74348 16.3875 7.8307L19.4789 8.34432C21.4559 8.67382 21.921 10.1081 20.4965 11.523L18.0931 13.9263C17.6861 14.3334 17.4632 15.1183 17.5892 15.6804L18.2772 18.6556C18.8199 21.0105 17.5698 21.9214 15.4862 20.6907L12.5886 18.9754C12.0653 18.6652 11.2028 18.6652 10.6698 18.9754L7.77216 20.6907C5.69829 21.9214 4.43845 21.0008 4.98115 18.6556L5.66921 15.6804C5.7952 15.1183 5.5723 14.3334 5.16528 13.9263L2.76191 11.523C1.34702 10.1081 1.8025 8.67382 3.77947 8.34432L6.8709 7.8307C7.38452 7.74348 8.00475 7.288 8.23733 6.81314L9.94295 3.40191C10.8733 1.55093 12.3851 1.55093 13.3057 3.40191Z' fill='%23FFB800' stroke='%23FFB800' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.orderReview .orderReview_btn {
  margin: 35px 0px 0px;
  border-radius: 10px;
  background: #5D6D63;
  backdrop-filter: blur(2px);
  max-width: 280px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px 30px;
  color: #FFF;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Onest;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.orderReview .orderReview_btn:hover {
  background: #E7411D;
}
.orderReview .orderReview_btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 767px) {
  .orderReview {
    padding: 30px 20px;
    width: 100%;
  }
  .orderReview .title {
    font-size: 18px;
  }
  .orderReview .starsBlock {
    padding: 20px 15px;
  }
  .orderReview .starsBlock .stars .star {
    width: 28px;
    height: 28px;
  }
  .orderReview .orderReview_btn {
    max-width: 100%;
    height: 44px;
  }
}
@media (max-width: 1400px) {
  .info__text-wrapper p {
    max-width: 100%;
    width: 585px;
  }
  .header {
    padding: 0 14px;
    width: -webkit-fill-available;
  }
  .header__button-catalog {
    width: 46px;
    height: 39px;
    padding: 0;
  }
  .header__button-catalog span {
    display: none;
  }
  .header__button-catalog::after {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
  }
  .hero {
    margin: 0 14px;
    width: -webkit-fill-available;
  }
  .catalog {
    margin: 35px 14px 0;
    width: -webkit-fill-available;
  }
  .catalog__wrapper {
    margin: 20px 0 40px;
    gap: 20px;
  }
  .hit {
    margin: 0 14px;
    width: -webkit-fill-available;
    overflow: hidden;
  }
  .advantages {
    overflow: hidden;
  }
  .form__wrapper {
    margin: 0 14px 0 0;
    width: -webkit-fill-available;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form__wrapper-banner {
    max-width: 100%;
  }
  .form {
    width: 100%;
  }
  .news {
    margin: 0 14px 70px 0;
    width: -webkit-fill-available;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news__list {
    width: 100%;
    margin-bottom: 63px;
    margin-top: 52px;
    overflow: visible;
  }
  .news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    padding-bottom: 30px;
  }
  .news__list .swiper-pagination-castom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: -25px;
  }
  .news__wrapper-text {
    width: 200%;
  }
  .news__banner {
    width: 100%;
  }
  .info__list {
    width: -webkit-fill-available;
  }
  .info__text-wrapper {
    width: 100%;
  }
  .advantages {
    margin-left: 14px;
    width: -webkit-fill-available;
  }
  .reviews {
    margin-left: 14px;
    width: -webkit-fill-available;
    overflow: hidden;
  }
  .reviews__list {
    margin: -50px 0 0 0;
    padding: 70px 0 0;
  }
  .swiper-button-next-castom {
    right: 14px;
  }
  .swiper-button-prev-castom {
    right: 61px;
  }
  .swiper-pagination.swiper-pagination-hero {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .info__banner-wrapper::before {
    display: none;
  }
  .footer__bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    padding: 0 15px 0;
    max-width: 1380px;
    margin: 0 auto;
  }
  .footer__top {
    padding: 24px 15px 0;
    max-width: 1380px;
    margin: 0 auto 90px;
  }
  .footer__contacts li {
    width: 47px;
    height: 47px;
  }
  .footer__subscribe-form input {
    width: 28vw;
  }
  .delivery_item img {
    left: 21px;
  }
}
@media (max-width: 980px) {
  .swiper-button-wrapper {
    display: none;
  }
  .header__list-soc.header__list-soc-desktop {
    display: none;
  }
  .hero__block .h1 {
    font-size: 40px;
  }
  .hero__name {
    font-size: 19px;
    line-height: normal;
  }
  .hero__text {
    font-size: 28px;
  }
  .hero__button {
    font-size: 14px;
  }
  .section-title {
    font-size: 26px;
    line-height: 28px;
  }
  .catalog__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog__button-oil {
    min-height: 250px;
    width: 100%;
    background-size: 100%;
  }
  .catalog__button-fragrances {
    background-size: 75%;
  }
  .catalog__button-wax {
    background-size: 75%;
  }
  .catalog__list {
    right: 0;
  }
  .catalog__wrapper-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .catalog__wrapper {
    position: relative;
    height: auto;
  }
  .catalog__button.catalog__button-all {
    position: absolute;
    padding: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 46px;
  }
  .catalog__button-all span {
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .catalog__button-all::after {
    display: none;
  }
  .catalog__button-fragrances {
    width: 49%;
    height: 165px;
  }
  .catalog__wrapper-button {
    width: 49%;
    height: 165px;
  }
  .catalog__button-wax {
    width: 100%;
    height: 100%;
  }
  .catalog__button {
    font-size: 18px;
    border-radius: 10px;
  }
  .advantages {
    overflow: hidden;
  }
  .form__wrapper {
    margin-top: 47px;
  }
  .hit {
    overflow: hidden;
  }
  .hit__wrapper {
    position: relative;
    margin: 17px 0;
    top: 0px;
  }
  .hit__swiper {
    margin-bottom: -20px;
  }
  .info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
  }
  .news__wrapper-text span:first-child {
    padding: 3px 13px;
    margin-left: 160px;
  }
  .news__wrapper-text span:nth-child(2) {
    margin: 8px 0 51px 160px;
  }
  .news__wrapper-text {
    width: 100% !important;
  }
  .news__wrapper-text p {
    margin: 0 0 0 160px;
  }
  .news__wrapper-img {
    position: absolute;
    top: 0;
    height: 100%;
  }
  .news__item {
    gap: 20px;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__list {
    width: 167px;
  }
  .footer__left-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__wrapper-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer__button {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__left-wrapper {
    gap: 35px;
  }
  .footer__wrapper-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__wrapper-column {
    width: 100%;
    margin-top: 25px;
  }
  .footer__subscribe-form input {
    width: 70vw;
  }
  .footer__contacts {
    width: 167px;
    position: absolute;
    top: 30px;
    right: 14px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .footer__bottom {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
  .swiper-button-next-castom {
    display: none;
  }
  .swiper-button-prev-castom {
    display: none;
  }
}
@media (max-width: 765px) {
  .header__soc-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 31px;
  }
  .swiper-slide-hero img {
    -o-object-position: 27% 0;
    object-position: 27% 0;
  }
  .catalog h2 br {
    display: block;
  }
  .section__delivery-button-desktop.active {
    display: none;
  }
  .section__delivery-button-mob.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__button-catalog::after {
    width: 17px;
    height: 17px;
    background-size: 17px 17px;
  }
  .hero .swiper-backface-hidden .swiper-slide img {
    height: 330px;
  }
  .swiper-backface-hidden .swiper-slide .swiper-slide-about {
    border-radius: 10px;
    width: 100%;
  }
  .swiper-pagination.swiper-pagination-hero {
    width: 80px;
    height: 17px;
    bottom: 14px;
  }
  .swiper-pagination.swiper-pagination-alt {
    gap: 8px;
  }
  .catalog__list .catalog__wrap-block-new {
    top: 16px;
    left: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 59px;
    height: 17px;
  }
  .catalog__wrap-block-new {
    top: 16px;
    left: 14px;
  }
  .catalog__list-filter .catalog__wrap-block-new {
    display: none;
  }
  .header__wrapper-logo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .header__wrapper {
    margin: 9px 0;
  }
  .header__form-search {
    height: 39px;
    width: 46px;
    max-width: 46px;
    margin-right: 3px;
    margin-left: auto;
  }
  .header__form-search.active {
    width: 100% !important;
    max-width: 100% !important;
    position: fixed !important;
    top: 20px;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px) !important;
    height: 47px;
    z-index: 1000;
    background: white;
    padding: 13px 10px 8px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
  .catalog__list-search .catalog__item {
    padding: 12px 20px;
  }
  .catalog__list-search.active .catalog__item:not(:first-child) {
    border-top: 1px solid #efefef;
  }
  .header__form-search input[type=search] {
    display: none;
    height: 100%;
    margin-left: 20px;
  }
  .header__form-search:has(.catalog__list-search.active) input[type=search] {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    display: none;
  }
  .header__form-search.active .header__button-search {
    display: none;
  }
  .search-overlay.active {
    display: block;
  }
  .header__form-search:has(.catalog__list-search.active) .header__button-search {
    display: none;
  }
  .header__delete-search {
    display: none;
    right: 15px !important;
  }
  .header__form-search form {
    padding: 0;
  }
  .swiper-pagination.swiper-pagination-alt {
    z-index: 10;
  }
  .catalog__list-search.active {
    padding: 10px 0 0;
    display: block !important;
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    z-index: 1001;
    background: white;
    width: 100%;
  }
  .header__form-search:has(.catalog__list-search.active) {
    position: absolute;
    width: 100vw;
    max-width: 100%;
  }
  .catalog__list-search.active .header__button-search {
    right: 0;
    left: auto;
  }
  .catalog__list-search .product__name br {
    display: block;
  }
  .catalog__wrap-search-text span {
    display: none;
  }
  .catalog__wrap-search .noImage,
  .catalog__wrap-search img {
    display: none;
  }
  .header__item-icon--favorites {
    display: none;
  }
  .header__item-icon {
    width: 46px;
    height: 39px;
  }
  .header__logo img {
    width: 111px;
    height: 30px;
  }
  .header__list-icon {
    gap: 3px;
  }
  .hero {
    margin: 0;
  }
  .catalog__button {
    padding: 17px 0 0 16px;
    line-height: 100%;
  }
  .catalog__button-oil {
    max-height: 144px;
    min-height: 144px;
  }
  .info__text-wrapper p {
    font-size: 14px;
    max-width: 100%;
    width: 585px;
  }
  .info__photo-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 23px;
  }
  .info__text-wrapper img {
    width: 25vw;
    height: auto;
  }
  .info__list::after {
    width: 260px;
    height: 247px;
    background-size: 260px 247px;
    top: -23px;
    right: -65px;
  }
  .hero__block {
    top: 20%;
  }
  .hit__button {
    font-size: 15px;
  }
  .product__name {
    font-size: 14px;
  }
  .product__sum-wrapper {
    font-size: 14px;
  }
  .swiper-pagination.swiper-pagination-alt .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }
  .info__item:first-child {
    width: 43vw;
    max-height: 128px;
  }
  .info__item {
    width: 43vw;
    max-height: 128px;
    padding: 10px 18px 32px;
  }
  .info__sum {
    line-height: 67px;
    font-size: 34px;
  }
  .info__small-text {
    line-height: 100%;
    font-size: 16px;
  }
  .info__button {
    font-size: 14px;
    padding: 11px 32px;
    height: 44px;
    left: 21px;
    bottom: 26px;
  }
  .info__list {
    gap: 12px;
    grid-template-columns: repeat(2, 43vw);
  }
  .info__text-wrapper {
    padding: 28px 20px 89px;
  }
  .info__banner-text {
    max-width: 158px;
    font-size: 16px;
    top: auto;
    bottom: 31px;
    left: 21px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .info__banner-wrapper {
    overflow: hidden;
    border-radius: 10px;
    margin: 18px 0 39px;
    height: 178px;
  }
  .info__banner-wrapper::after {
    top: 26px;
    left: 25px;
    width: 61px;
    height: 40px;
    background-size: 100% 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .info__banner-wrapper img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 1346px;
    height: 200px;
    -o-object-position: 60%;
    object-position: 60%;
  }
  .advantages__item {
    padding: 24px 22px 32px 21px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: 260px;
  }
  .form__wrapper-banner p {
    margin: 9px 0 22px;
  }
  .advantages__item h3 {
    font-size: 20px;
    margin: 13px 0 11px;
  }
  .advantages__item p {
    font-size: 14px;
    line-height: 20px;
  }
  .advantages__list {
    padding: 78px 0 15px;
    margin: -60px 0 45px;
  }
  .form__wrapper-banner {
    padding: 0;
    background: none;
    padding: 38px 21px 38px 21px;
    background: linear-gradient(163deg, #fff 0%, rgba(255, 255, 255, 0) 97.77%);
  }
  .form__wrapper {
    padding: 0;
    gap: 0;
  }
  .form__wrapper-banner a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form {
    padding: 0 21px 25px 21px;
  }
  .form__group-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form__group {
    height: 60px;
  }
  .form__group-wrapper .form__group {
    width: 100%;
  }
  .form__button.form__button-submit {
    width: 100%;
  }
  .form__group.form__group-question {
    margin-bottom: 20px;
  }
  .form__checkbox-group a {
    line-height: 18px;
    letter-spacing: 0px;
  }
  .form__checkbox-group {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 13px;
  }
  .form__checkbox-group label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .advantages {
    margin-bottom: 30px;
  }
  .reviews__list {
    padding: 45px 0 0;
  }
  .reviews__item {
    height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 28px 18px 35px 21px;
  }
  .reviews__stars {
    margin-bottom: 16px;
  }
  .reviews__wrapper-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 13px;
  }
  .reviews__wrapper-text span {
    font-size: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .reviews__item p {
    font-size: 14px;
    margin: 20px 0 16px;
  }
  .reviews__wrapper-text span:nth-last-child(1) {
    padding: 3px 13px;
  }
  .reviews__swiper {
    padding: 70px 0 35px;
  }
  .news__list {
    padding: 21px;
  }
  .news__item {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news__wrapper-text span:first-child {
    padding: 3px 13px;
    margin-left: 118px;
  }
  .news__wrapper-text span:nth-child(2) {
    font-size: 16px;
  }
  .news__wrapper-text span:first-child {
    padding: 3px 13px;
    margin-left: 118px;
  }
  .news__wrapper-text span:nth-child(2) {
    margin: 8px 0 51px 118px;
  }
  .news__swiper-wrapper {
    padding-bottom: 75px;
  }
  .news__wrapper-img .noImage,
  .news__wrapper-img img {
    width: 85px;
    height: 85px;
    font-size: 14px;
    border-radius: 10px;
  }
  .news__button {
    position: relative;
    top: auto;
    bottom: 0px;
  }
  .news__wrapper-text p {
    margin: 0;
  }
  .news__banner {
    max-height: 201px;
    min-height: 201px;
    padding: 36px 21px 29px;
  }
  .news__banner img {
    bottom: 0px;
    right: -87px;
    width: 216px;
    height: 172px;
  }
  .news__banner h3 {
    font-size: 20px;
  }
  .news__banner p {
    font-size: 14px;
    margin: 2px 0 17px;
  }
  .news__banner a {
    bottom: 30px;
    left: 21px;
    font-size: 14px;
    padding: 11px 26px 12px 21px;
    height: 44px;
  }
  .section-title-advantages {
    margin-bottom: 15px;
  }
  .footer {
    overflow: hidden;
    margin: 0;
    width: 100%;
    border-radius: 0;
  }
  .footer__wrapper-logo {
    padding: 0 14px 24px;
  }
  .footer__left-wrapper {
    gap: 0;
  }
  .footer__wrapper-list {
    width: 100%;
    padding: 24px 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
  }
  .footer__bottom-wrapper::before {
    width: 1570px;
  }
  .advantages__swiper.swiper {
    overflow: hidden;
    max-height: 314px;
  }
  .hit {
    overflow: hidden;
  }
  .footer__column {
    padding: 0 14px;
  }
  .footer__column a {
    font-size: 16px;
    line-height: 29px;
  }
  .footer__phones {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__wrapper-column {
    gap: 25px;
    width: 100%;
    padding: 30px 0 0;
    margin: 0;
    position: relative;
  }
  .footer__subscribe {
    padding: 25px 14px 0;
  }
  .footer__subscribe-button {
    position: absolute;
    bottom: 15px;
    right: 0px;
    width: 46px;
    height: 36px;
  }
  .footer__subscribe-button::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 19px;
    height: 19px;
    background: url(/public/src/images/icons/arrow-right.svg) no-repeat center center;
    background-size: 19px 19px;
  }
  .footer__subscribe-button span {
    display: none;
  }
  .footer__subscribe-form input {
    height: 36px;
    position: relative;
    top: -10px;
    width: 65vw;
    margin: 0;
  }
  .footer__bottom {
    margin-top: 25px;
    padding: 25px 15px 50px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0;
  }
  .footer__top {
    margin: 0;
    padding: 24px 0 0;
  }
  .footer__bottom a {
    line-height: 27px;
  }
  .footer__wrapper-logo img {
    width: 138px;
    height: 38px;
  }
  .footer__button {
    padding: 10px 12px 10px 34px;
  }
  .footer__button::after {
    left: 14px;
  }
  .footer__icon-tg {
    width: 18px;
    height: 17px;
  }
  .footer__icon-wa {
    width: 16px;
    height: 16px;
  }
  .footer__icon-vk {
    width: 23px;
    height: 14px;
  }
  .footer__bottom span {
    line-height: 27px;
  }
  .footer__subscribe-form {
    position: relative;
    height: 40px;
  }
  .footer__agreement {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .footer__agreement label a {
    line-height: 100%;
  }
}
/* catalog */
@media (max-width: 1400px) {
  .main {
    margin: 0 14px;
    width: auto;
  }
  .catalog__list-filter .product__basket::after {
    left: 12%;
  }
  .catalog__list-filter .product__basket-wrapper {
    width: 28vw;
  }
  .catalog__list-filter .product__button-top {
    right: 23%;
  }
  .catalog__list-filter .product__basket span {
    padding: 12px 28px 13px 45px;
  }
  .catalog__item {
    width: calc((100% - 87px) / 4);
  }
}
@media (max-width: 1100px) {
  .catalog__list-filter .product__basket span {
    display: none;
  }
  .catalog__list-filter .product__basket {
    width: 57px;
  }
  .catalog__list-filter .product__basket::after {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .catalog__list-filter .product__button-top {
    right: 9%;
  }
  .catalog__list-filter .product__basket-wrapper {
    width: 23vw;
  }
}
@media (max-width: 980px) {
  .catalog__list-filter .catalog__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    border: none;
  }
  .catalog__list-filter .catalog__wrap-block {
    width: 100%;
  }
  .catalog__list-filter .catalog__wrap-block.catalog__wrap-block-right {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
  }
  .catalog__list-filter {
    gap: 16px;
  }
  .catalog__list-filter .product__button-top {
    bottom: 0;
  }
  .catalog__wrapper-buttons {
    width: 30%;
  }
  .catalog__list-filter .catalog__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
  .catalog__item {
    width: calc((100% - 116px) / 3);
  }
  .catalog__list {
    row-gap: 20px;
  }
}
@media (max-width: 765px) {
  .catalog__wrapper-buttons {
    display: none;
  }
  .catalog__buttons-filter span {
    display: none;
  }
  .catalog__buttons-filter {
    width: 51px;
    height: 42px;
    padding: 0;
  }
  .catalog__buttons-filter::after {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .catalog__buttons-filter--sorting::before {
    display: none;
  }
  .catalog__wrapper-nav-menu {
    display: none;
  }
  .catalog__filter-wrapper {
    gap: 7px;
  }
  .catalog__container .catalog__list-filter .catalog__item {
    width: 100%;
  }
  .catalog__list-filter .noImage,
  .catalog__list-filter img {
    display: none;
  }
  .breadcrumbs__wrapper {
    margin: 25px 14px 15px;
  }
  .main {
    margin: 0;
  }
  .main.pages {
    margin: 0px 14px;
  }
  .catalog__banner-wrapper {
    border-radius: 0;
    padding: 22px 0 22px 13px;
    margin: 0;
  }
  .catalog__buttons-wrapper {
    width: 100vw;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .catalog__banner-menu h1 {
    font-size: 30px;
  }
  .catalog__banner-menu span {
    font-size: 12px;
    line-height: 250%;
  }
  .catalog__button-menu {
    font-size: 14px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .catalog__wrapper-container {
    margin: 15px 14px;
    padding-bottom: 0px;
  }
  .catalog__wrapper-filter {
    margin-bottom: 21px;
  }
  .catalog__list-filter .catalog__wrap-block.catalog__wrap-block-right {
    margin: 0;
  }
  .catalog__list-filter .product__volume-custom {
    width: calc(100% - 50px);
  }
  .catalog__list-filter .product__volume-selected {
    width: calc(100% - 0px);
    height: 35px;
    font-size: 13px;
    padding: 7px 14px;
  }
  .catalog__list.catalog__list-filter .catalog__item .catalog__wrap-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 10px;
  }
  .catalog__list.catalog__list-filter .catalog__item .product__wrapper-text {
    width: 100%;
  }
  .catalog__list.catalog__list-filter .catalog__item.empty .product__button-top {
    bottom: 14px;
    right: 10px;
  }
  .catalog__list.catalog__list-filter .catalog__item.empty .catalog__wrap-block .product__wrapper-text {
    display: none;
  }
  .catalog__list.catalog__list-filter .catalog__item.empty .catalog__wrap-block .product__sum-wrapper {
    padding: 0px 10px;
  }
  .catalog__banner-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .catalog__banner-menu span {
    margin: 10px 0px 0px;
  }
  .catalog__list-filter .product__quantity-selected {
    width: 51px;
    height: 35px;
  }
  .catalog__list-filter .product__wrapper-text {
    margin: 0;
  }
  .catalog__list-filter .product__basket-wrapper {
    width: 100%;
    gap: 3px;
  }
  .catalog__list-filter .product__basket {
    width: 43px;
    height: 35px;
    border-radius: 5px;
    min-width: 43px;
  }
  .catalog__list-filter .product__button-top {
    width: 33px;
    height: 35px;
    right: 100px;
    bottom: 59px;
    border-radius: 5px;
  }
  .catalog__list-filter .catalog__wrap-block {
    margin-bottom: 10px;
  }
  .catalog__container {
    height: auto;
  }
  .catalog__wrapper-filters {
    min-height: auto;
  }
  .catalog__pagination {
    margin: 38px 14px 54px;
  }
  .catalog__page-number {
    font-size: 14px;
  }
  .catalog__pagination-prev-btn span,
  .catalog__pagination-next-btn span {
    display: none;
  }
  .catalog__pagination-prev-btn {
    padding-left: 46px;
  }
  .catalog__pagination-next-btn {
    padding-right: 46px;
  }
  .catalog__item {
    width: 45vw;
  }
  .catalog__list.catalog__list-filter.catalog__list-basket.catalog__list-basket-bottom .catalog__item {
    margin: 20px 14px 0;
  }
  .product__button-top {
    right: 0;
  }
  .product__basket {
    border-radius: 5px;
  }
  .product__sum-wrapper {
    height: 35px;
  }
  .product__volume-selected {
    font-size: 13px;
  }
  .catalog__sort-options {
    width: 93vw;
    top: 42px;
  }
}
@media (max-width: 1400px) {
  .main {
    width: -webkit-fill-available;
  }
  .card__weight-buttons {
    margin-bottom: 33px;
  }
  .card__text-desktop {
    display: none;
  }
  .card__description-text-big {
    margin-bottom: 50px;
  }
  .card__description-text-big br {
    display: block;
  }
  .card__text-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .card__wrapper-img {
    position: relative;
  }
  .card__button-favorites {
    display: block;
    bottom: auto;
    right: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='16' viewBox='0 0 15 16' fill='none'%3E%3Cpath d='M12.7581 16C12.5115 15.9993 12.2674 15.9498 12.04 15.8542C11.8127 15.7587 11.6065 15.619 11.4334 15.4433L7.33342 11.3673L3.23342 15.446C2.9701 15.7132 2.63241 15.8948 2.26436 15.9672C1.89631 16.0396 1.51498 15.9995 1.17008 15.852C0.82176 15.7119 0.523779 15.47 0.315054 15.1579C0.106329 14.8459 -0.0034395 14.4781 8.21575e-05 14.1027V3.33333C8.21575e-05 2.44928 0.351272 1.60143 0.976393 0.976311C1.60151 0.351189 2.44936 0 3.33342 0L11.3334 0C11.7712 0 12.2046 0.0862192 12.609 0.253735C13.0134 0.421251 13.3809 0.666782 13.6904 0.976311C14 1.28584 14.2455 1.6533 14.413 2.05772C14.5805 2.46214 14.6668 2.89559 14.6668 3.33333V14.1027C14.6705 14.4778 14.5611 14.8453 14.3529 15.1574C14.1447 15.4694 13.8472 15.7115 13.4994 15.852C13.2646 15.9502 13.0126 16.0005 12.7581 16ZM3.33342 1.33333C2.80298 1.33333 2.29428 1.54405 1.9192 1.91912C1.54413 2.29419 1.33342 2.8029 1.33342 3.33333V14.1027C1.33317 14.2138 1.36586 14.3224 1.42735 14.4149C1.48884 14.5075 1.57636 14.5797 1.67888 14.6225C1.78139 14.6653 1.89429 14.6768 2.00331 14.6554C2.11233 14.6341 2.21259 14.5809 2.29142 14.5027V14.5027L6.86675 9.95533C6.99166 9.83117 7.16063 9.76147 7.33675 9.76147C7.51287 9.76147 7.68184 9.83117 7.80675 9.95533L12.3768 14.5013C12.4556 14.5796 12.5558 14.6328 12.6649 14.6541C12.7739 14.6754 12.8868 14.664 12.9893 14.6212C13.0918 14.5784 13.1793 14.5061 13.2408 14.4136C13.3023 14.3211 13.335 14.2124 13.3348 14.1013V3.33333C13.3348 2.8029 13.124 2.29419 12.749 1.91912C12.3739 1.54405 11.8652 1.33333 11.3348 1.33333H3.33342Z' fill='%235D6D63'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
  }
  .card__button-favorites.active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='16' viewBox='0 0 15 16' fill='none'%3E%3Cpath d='M12.7581 16C12.5115 15.9993 12.2674 15.9498 12.04 15.8542C11.8127 15.7587 11.6065 15.619 11.4334 15.4433L7.33342 11.3673L3.23342 15.446C2.9701 15.7132 2.63241 15.8948 2.26436 15.9672C1.89631 16.0396 1.51498 15.9995 1.17008 15.852C0.82176 15.7119 0.523779 15.47 0.315054 15.1579C0.106329 14.8459 -0.0034395 14.4781 8.21575e-05 14.1027V3.33333C8.21575e-05 2.44928 0.351272 1.60143 0.976393 0.976311C1.60151 0.351189 2.44936 0 3.33342 0L11.3334 0C11.7712 0 12.2046 0.0862192 12.609 0.253735C13.0134 0.421251 13.3809 0.666782 13.6904 0.976311C14 1.28584 14.2455 1.6533 14.413 2.05772C14.5805 2.46214 14.6668 2.89559 14.6668 3.33333V14.1027C14.6705 14.4778 14.5611 14.8453 14.3529 15.1574C14.1447 15.4694 13.8472 15.7115 13.4994 15.852C13.2646 15.9502 13.0126 16.0005 12.7581 16Z' fill='%235D6D63'/%3E%3C/svg%3E");
  }
  .card__add-to-cart-btn {
    padding: 12px 59px 13px 90px;
  }
  .card__add-to-cart-btn::after {
    left: 30%;
  }
  .card__order-controls {
    padding: 17px 14px 13px;
    width: auto;
  }
  .card__quantity-selector {
    margin: 0 10px;
  }
  .card__name-text h1 {
    font-size: 26px;
  }
  .card__wrapper-img {
    width: 381px;
  }
  .card__wrapper-img img {
    width: 381px;
  }
  .card__name-text {
    padding: 24px 14px;
  }
  .card__name-wrapper {
    gap: 10px;
  }
}
@media (max-width: 1100px) {
  .card__button-favorites {
    top: 18px;
    bottom: auto;
    right: 30px;
  }
  .card__button-favorites-des {
    display: none;
  }
  .card__order-controls {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 980px) {
  .card__weight-btn {
    padding: 12px;
  }
  .card__weight {
    font-size: 12px;
  }
  .card__sum {
    font-size: 11px;
  }
  .card__name-text {
    width: 60%;
  }
  .card__order-controls {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
  }
  .card__name-text {
    position: relative;
  }
  .card__add-to-cart-btn {
    margin: 0;
    width: -webkit-fill-available;
  }
  .card__name-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .card__characteristics-text {
    margin-top: 10px;
    gap: 24px;
  }
  .card__description-text {
    margin-top: 10px;
  }
}
@media (max-width: 765px) {
  .section__banner-wrapper.imageHead:after {
    border-radius: 0px;
  }
  .card__order-controls {
    position: relative;
  }
  .card__total-section {
    position: absolute;
    top: -40px;
    left: 14px;
  }
  .card__total-section span {
    position: relative;
    bottom: 0px;
    left: 0px;
  }
  .card__weight-buttons {
    margin-bottom: 66px;
    padding: 0 14px;
  }
  .card__name-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 24px;
    gap: 0;
  }
  .card__name-text {
    padding: 24px 0 13px;
    width: 100%;
    border-radius: inherit;
  }
  .card__name-text h1 {
    padding: 0 14px 0 14px;
    margin-bottom: 8px;
  }
  .card__name-text h1 br {
    display: none;
  }
  .card__weight-buttons {
    padding: 0 14px;
  }
  .card__wrapper-small-text {
    padding: 0 14px;
    margin-bottom: 15px;
  }
  .card__quantity-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .card__order-controls {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0;
    border-radius: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
  }
  .card__text {
    padding: 0 14px;
    font-size: 14px;
  }
  .card__quantity-selector {
    margin: 0;
    height: 47px;
    margin-right: 10px;
  }
  .card__text-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .card__quantity-value {
    padding: 13px 0 11px 0;
    width: 55px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .card__characteristics-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0;
    margin-bottom: 23px;
    padding: 29px 14px 34px 14px;
  }
  .card__characteristics-wrapper .card__title-small {
    margin: 0 0 7px;
  }
  .card__description-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0;
    padding: 0;
    margin-bottom: 50px;
  }
  .card__description-wrapper h2 {
    margin: 30px 14px 0;
  }
  .card__description-text-big {
    padding: 0 14px 0px;
    margin: 0px;
    border-bottom: 1px solid #ffffff;
  }
  .card__description-wrapper::after {
    display: none;
  }
  .card__characteristics-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card__characteristics-text {
    width: 100%;
    gap: 20px;
  }
  .card__characteristics-list li {
    width: 100%;
  }
  .card__characteristics-list li:nth-child(2n) {
    margin-top: -10px;
  }
  .card__weight-btn {
    width: 49%;
    padding: 12px 0 12px 7px;
    gap: 3px;
    min-height: 66px;
  }
  .card__weight {
    margin-bottom: 3.5px;
  }
  .card__description-text {
    width: 100%;
    padding-bottom: 43px;
  }
  .card__description-text p {
    line-height: 20px;
    margin: 0;
  }
  .card__title-small {
    line-height: 23px;
    margin: 20px 14px 10px;
  }
  .card__description-text-small {
    padding: 0 14px;
  }
  .card__description-text-small.set {
    padding: 25px 0px 0px 0%;
  }
  .card__recom-wrapper {
    margin: 0 14px;
    width: auto;
  }
  .card__recom-watched {
    margin: 0 14px;
    width: auto;
  }
  .card__wrapper-swiper.product__swiper {
    padding-bottom: 38px;
    margin-bottom: 50px;
  }
  .card__quantity-btn {
    padding: 13px 3px 12px 3px;
  }
  .card__add-to-cart-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px;
    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;
    gap: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .card__add-to-cart-btn .card__text-mob {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .card__add-to-cart-btn:after {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    transform: translate(0%);
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
/* contacts */
@media (max-width: 980px) {
  .contacts__social-list li a {
    font-size: 26px;
  }
  .contacts__address {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 17px;
  }
  .contacts__wrapper-block {
    width: 100%;
  }
  .contacts__wrapper-img {
    width: 100%;
  }
  .section__banner-wrapper {
    margin-bottom: 18px;
  }
  .contacts__address {
    margin-bottom: 26px;
  }
  .contacts__social-wrapper {
    margin-bottom: 26px;
  }
  .contacts__map {
    margin-bottom: 26px;
    border-radius: 0;
  }
  .contacts__details {
    margin-bottom: 26px;
  }
  .contacts__form {
    margin-bottom: 50px;
  }
  .contacts__wrapper-block {
    padding: 17px 16px;
  }
  .contacts__social-list {
    padding: 24px 18px;
  }
  .contacts__social-mail-wrapper {
    padding: 24px 18px;
    min-height: auto;
  }
}
@media (max-width: 765px) {
  .contacts__social-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 14px;
    gap: 17px;
  }
  .contacts__social-list {
    width: 100%;
  }
  .contacts__social-mail-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 17px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 18px;
  }
  .section__wrapper-text {
    top: 7px;
    left: 14px;
  }
  .section__banner-wrapper .breadcrumbs__wrapper {
    margin: 0;
  }
  .section__banner-wrapper h1 {
    font-size: 30px;
    margin-top: 4px;
  }
  .section__banner-wrapper::after {
    left: -238px;
    background-size: 100% 206px;
    border-radius: 0;
    max-height: 206px;
    width: -webkit-fill-available;
  }
  .contacts__map {
    height: 383px;
  }
  .contacts__map img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .contacts__social-mail {
    font-size: 26px;
  }
  .contacts__address {
    padding: 0 14px;
  }
  .contacts__wrapper-block {
    position: relative;
    padding: 17px 16px 25px;
  }
  .contacts__wrapper-address::before {
    position: absolute;
    top: 21px;
    left: 17px;
    width: 37px;
    height: 37px;
  }
  .contacts__wrapper-time::before {
    position: absolute;
    top: 21px;
    left: 17px;
    width: 37px;
    height: 37px;
  }
  .contacts__wrapper-block .section-title {
    margin: 10px 0 20px 50px;
  }
  .contacts__wrapper-address span br {
    display: block;
  }
  .contacts__details {
    width: auto;
    margin: 0 14px;
    padding: 17px 16px 25px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 28px;
  }
  .contacts__details-list {
    width: 100%;
    margin-top: 15px;
  }
  .contacts__details a {
    width: auto;
    height: 64px;
    margin-top: 16px;
    position: relative;
    bottom: 0;
    top: auto;
    left: 0;
    gap: 18px;
  }
  .contacts__form {
    width: auto;
    margin: 0 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 33px 20px 30px;
    margin-bottom: 50px;
  }
  .contacts__form .form {
    padding: 0;
  }
  .contacts__social-item-va a::before {
    right: -30px;
  }
}
/* news */
@media (max-width: 1400px) {
  .news__list-item {
    gap: 15px;
  }
}
@media (max-width: 980px) {
  .news__list-item {
    width: 100%;
  }
}
@media (max-width: 765px) {
  .news__container-wrapper h1 {
    margin: -15px 14px 10px;
    font-size: 30px;
  }
  .news__list-wrapper-wrap {
    margin: 0 14px;
  }
  .news__banner-wrapper {
    padding: 22px 14px 34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0;
    margin-bottom: 20px;
  }
  .news__banner-wrapper .noImage {
    width: 100%;
    min-height: 60px;
    margin-bottom: 24px;
  }
  .news__banner-wrapper img {
    width: 100%;
    margin-bottom: 24px;
  }
  .news__banner-wrapper-text {
    width: 100%;
  }
  .new__img-wrapper span {
    left: 14px;
    top: 20px;
  }
  .news__title-banner {
    font-size: 16px;
    margin-bottom: 11px;
  }
  .news__list-banner {
    margin: 0;
    margin-bottom: 22px;
  }
  .news__list-item {
    padding: 24px 20px 96px;
    margin-bottom: 16px;
  }
  .news__info-button {
    left: 20px;
    bottom: 26px;
  }
  .form__mail-wrapper {
    padding: 40px 14px 45px;
    border-radius: 0;
    overflow: hidden;
  }
  .form__wrapper-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form__title-banner {
    max-width: 275px;
    font-size: 16px;
    line-height: 100%;
  }
  .form__mail-wrapper .form {
    padding: 0;
    margin-bottom: 67px;
  }
  .form__mail-wrapper .form__group {
    width: 100%;
  }
  .form__mail-wrapper .form__group input {
    width: 100%;
    height: 35px;
  }
  .form__mail-wrapper .form__checkbox-group {
    width: 90%;
  }
  .form__mail-wrapper .form__button {
    position: absolute;
    bottom: 45px;
    left: 14px;
  }
  .news__img-wrapper .noImage,
  .news__img-wrapper img {
    width: 85px;
    height: 85px;
    font-size: 14px;
  }
  .news__img-wrapper {
    position: absolute;
    height: 100%;
    top: 24px;
    min-width: auto;
  }
}
/* new */
@media (max-width: 1400px) {
  .main-new .breadcrumbs__wrapper {
    margin: 0 14px;
    width: -webkit-fill-available;
  }
  .new {
    margin: 0 14px;
    width: -webkit-fill-available;
  }
  .new__item {
    gap: 20px;
    padding: 24px 20px;
  }
  .new__button-swiper {
    left: 20px;
    bottom: 24px;
  }
  .new__wrapper-swiper h2 {
    margin: 0 6% -70px;
  }
  .new__swiper {
    margin: 0 6%;
  }
}
@media (max-width: 980px) {
  .new__img-wrapper img {
    margin: 0;
  }
  .new__img-wrapper.set {
    background: none;
    margin: 10px 0px 30px;
  }
  .new__img-wrapper.set span {
    background: #f1f6f2;
    position: relative;
    top: unset;
    left: unset;
  }
  .new__text-wrapper {
    margin: 0;
  }
  .new__wrapper-img {
    position: absolute;
    top: 20px;
    height: 100%;
  }
}
@media (max-width: 765px) {
  .new h1 {
    font-size: 30px;
    margin-bottom: 0;
    margin: 0 14px;
    width: -webkit-fill-available;
  }
  .new {
    margin: 0;
    width: 100%;
  }
  .new__img-wrapper img {
    border-radius: 0;
  }
  .new__img-wrapper {
    margin-bottom: 29px;
  }
  .new__img-wrapper.set {
    margin: 10px 14px 30px;
  }
  .new__text-wrapper {
    margin: 0 14px;
    width: -webkit-fill-available;
  }
  .new__text {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 33px;
  }
  .new__title-list {
    display: block;
    font-size: 14px;
    margin-bottom: 13px;
  }
  .new__list li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .new__banner-text {
    font-size: 14px;
    padding: 19px 20px;
    line-height: 20px;
    margin-bottom: 40px;
  }
  .new__text-wrapper br {
    display: block;
  }
  .new__wrapper-swiper {
    margin: 0;
    border-radius: 0;
  }
  .new__swiper {
    margin: 0 14px;
  }
  .new__wrapper-swiper h2 {
    font-size: 26px;
    margin: 0 14px;
    padding: 33px 0 0;
  }
  .new__list-wrapper {
    padding-top: 25px;
  }
  .new__wrapper-img {
    top: 24px;
    position: absolute;
    height: 100%;
  }
  .new__wrapper-img .noImage {
    width: 85px;
    height: 85px;
    font-size: 14px;
  }
  .new__wrapper-img img {
    width: 85px;
    height: 85px;
  }
  .new__button-swiper {
    position: relative;
    bottom: 0;
    left: 0;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .new__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* .faq */
@media (max-width: 1400px) {
  .faq__tabs {
    padding: 10px;
  }
  .faq__list-button {
    padding: 20px 53px 20px 15px;
  }
  .faq__list-button::after {
    top: 19px;
    right: 19px;
  }
  .faq__list-button.active::after {
    top: 9px;
    right: 13px;
  }
  .faq__form {
    width: 100%;
  }
  .faq__section {
    margin-bottom: 75px;
  }
}
@media (max-width: 765px) {
  .faq__tab-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section__banner-wrapper .section__banner-wrapper::after {
    background-size: 417px 206px;
  }
  .faq__tabs {
    margin: 0 14px;
    padding: 0;
    width: -webkit-fill-available;
    background: inherit;
    border-radius: 5px;
    outline: none;
  }
  .faq__list-button {
    border: none;
    border-top: 4px solid #f6f6f8;
    border-bottom: 4px solid #f6f6f8;
    border-radius: 0;
    margin-top: -4px;
  }
  .faq__wrapper-list {
    width: 100%;
  }
  .faq__list {
    gap: 0;
  }
  .faq__form {
    width: -webkit-fill-available;
    padding: 40px 19px;
    margin: 0 14px;
  }
  .faq__form .form {
    padding: 0;
  }
  .faq__button {
    display: none;
    padding: 0;
  }
  .faq__button.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: inherit;
    color: #3c4640;
  }
  .faq__tabs-desktop {
    display: none;
  }
  .faq__select-mobile {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    font-size: 15px;
    line-height: 260%;
    color: #3c4640;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .faq__select-mobile-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 18px;
    width: -webkit-fill-available;
    border: 2px solid #efefef;
    border-radius: 5px;
    position: relative;
  }
  .faq__select-mobile-list {
    display: none;
  }
  .faq__select-mobile-btn::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 10px;
    width: 10px;
    height: 15px;
    background: url(/public/src/images/icons/arrow.svg) no-repeat center center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background-size: contain;
  }
  .faq__select-mobile-list.show,
  .faq__select-mobile-list.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    width: -webkit-fill-available;
    border-radius: 5px;
    background: #ffffff;
    -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-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
    overflow: hidden;
  }
  .faq__select-mobile-list button {
    color: #3c4640;
    padding: 0 18px;
    border-radius: 0;
    width: -webkit-fill-available;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 980px) {
  .policy__sum {
    width: 0;
  }
  .policy__title {
    margin-left: 20px;
  }
  .policy__wrapper-text {
    width: 100%;
  }
}
@media (max-width: 765px) {
  .policy {
    width: -webkit-fill-available;
  }
  .policy h1 {
    margin: 0 14px;
    font-size: 30px;
    line-height: 32px;
  }
  .policy__title {
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 12px;
  }
  .policy__sum {
    position: absolute;
    left: 0;
    font-size: 16px;
    line-height: 100%;
  }
  .policy__text {
    font-size: 13px;
  }
  .policy__item {
    position: relative;
    padding: 27px 0 25px;
    margin: 0 14px;
  }
  .policy__sum-mob {
    display: none;
  }
  .policy__sum-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 765px) {
  .manufacturers__list {
    margin: 0 14px 80px;
    gap: 10px;
  }
  .manufacturers__item span {
    height: 54px;
  }
  .manufacturers__item a {
    font-size: 14px;
    padding: 9px 21px 9px 44px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    line-height: 17px;
    min-height: 54px;
    border-radius: 10px;
    margin-right: 8px;
  }
  .manufacturers__link img {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    border-radius: 42px;
    left: 14px;
  }
}
@media (max-width: 1400px) {
  .catalog__list-favorites .catalog__item {
    width: calc((100% - 139px) / 5);
  }
}
@media (max-width: 980px) {
  .catalog__list-favorites .catalog__item {
    width: calc((100% - 139px) / 4);
  }
}
@media (max-width: 765px) {
  .catalog__list-favorites .catalog__item {
    width: 45vw;
  }
  .favorites__container-wrapper {
    margin: 0 14px;
  }
  .favorites__container-wrapper h1 {
    font-size: 40px;
  }
  .catalog__list.catalog__list-favorites {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .catalog__list-favorites .product__button-top {
    top: 13px;
    right: 16px;
  }
}
/* buyers */
@media (max-width: 1400px) {
  .section__advertising-form.contacts__form .form {
    width: 49%;
  }
  .section__advertising-form {
    gap: 20px;
  }
  .contacts__form::after,
  .section__advertising-form::after {
    left: 0;
  }
  .section-title-advantages.section-title {
    margin-bottom: 17px;
    line-height: 31px;
  }
  .catalog__list-menu {
    width: auto;
  }
}
@media (max-width: 980px) {
  .section__wrapper-advertising {
    padding: 60px 50px 67px 50px;
  }
  .contacts__form::after,
  .section__advertising-form::after {
    width: 240px;
    height: 100px;
    background-size: 240px 100px;
  }
}
@media (max-width: 765px) {
  .section__banner-wrapper.section__banner-wrapper-buyers::after {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0px;
  }
  .section__info-bayer {
    position: relative;
    min-height: auto;
    margin: 0 14px 16px;
    padding: 33px 36px 73px 20px;
    width: -webkit-fill-available;
    -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;
  }
  .section__info-bayer div {
    width: 100%;
    position: static;
  }
  .section__advertising {
    margin: 0 14px 40px;
    gap: 0;
    width: -webkit-fill-available;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section__advertising div {
    width: 100%;
    padding: 33px 20px 38px;
  }
  .section__wrapper-delivery {
    height: 224px;
  }
  .section__info-bayer-text-small {
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 0px;
  }
  .section__info-bayer-text-small br {
    display: block;
  }
  .section__wrapper-delivery img {
    width: 100%;
    height: 225px;
    position: absolute;
    bottom: 0;
  }
  .section__info-bayer-text p br {
    display: block;
  }
  .section__info-bayer-text {
    top: 40px;
    font-size: 16px;
  }
  .section__wrapper-info::after {
    right: -13px;
    bottom: 22px;
    width: 147px;
    height: 91px;
    background-size: 147px 91px;
  }
  .section__advertising h2 {
    font-size: 26px;
    line-height: 100%;
  }
  .section__advertising-small {
    height: 216px;
    margin: 0 14px;
    width: -webkit-fill-available;
    margin-bottom: 22px;
  }
  .section__advertising-small img {
    width: 240px;
    top: 65px;
  }
  .section__advertising-form.contacts__form .form {
    width: 100%;
  }
  .section__advertising-form.contacts__form .form__button {
    width: -webkit-fill-available;
    padding: 12px 0;
  }
  .section__advertising-form {
    overflow: hidden;
  }
  .section-title-advantages.section-title-about {
    max-width: unset;
    padding-right: 15px;
    min-height: 120px;
  }
  .section-title-advantages.section-title-about span {
    display: block;
  }
  .contacts__form::after,
  .section__advertising-form::after {
    left: auto;
    right: 0px;
    bottom: auto;
    top: 90px;
    width: 90px;
    height: 136px;
    background: url(/public/src/images/bayers/sheet2.png) no-repeat center center;
    background-size: contain;
  }
  .contacts__form.set::after,
  .section__advertising-form.set::after {
    display: none;
  }
  .info__banner-wrapper-about .contacts__form::after,
  .info__banner-wrapper-about .section__advertising-form::after {
    top: 170px;
  }
  .section__banner-wrapper.section__banner-wrapper-about {
    min-height: 325px;
  }
}
/* catalog */
@media (max-width: 1400px) {
  .header__section-wrapper-menu {
    margin: 110px 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 980px) {
  .header__wrapper-menu-img {
    display: none;
  }
}
@media (max-width: 980px) and (max-width: 767px) {
  .header__section-wrapper-menu button {
    width: 100%;
  }
  .header__section-wrapper-menu button:after {
    background-size: contain;
  }
}
@media (max-width: 980px) {
  .header__section-wrapper-menu button.header__button-menu-desktop {
    display: none;
  }
  .header__section-wrapper-menu button.header__button-menu-mob {
    display: block;
  }
  .header__wrapper-menu-list-small {
    padding-left: 20px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.4);
  }
  .header__bg-menu-width {
    margin: 20px 20px;
  }
  .header__wrapper-menu-desktop li {
    width: 30vw;
  }
  .header__wrapper-menu-list-small li {
    width: 100%;
  }
  .header__section-wrapper-menu {
    margin: 110px 14px 20px;
  }
}
@media (max-width: 765px) {
  .header__wrapper-nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    padding: 20px 0px 40px;
  }
  .catalog__list-menu {
    display: none;
  }
  .header__wrapper-menu {
    width: 100%;
  }
  .header__section-wrapper-menu {
    background: #F1F6F2;
    padding: 17px 20px;
  }
  .header__wrapper-menu-mob {
    position: absolute;
    top: 55px;
    z-index: 1000;
    width: 92vw;
    margin: 0;
  }
  .header__button-menu {
    padding: 7px 16px;
    line-height: 10.5px;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .header__wrapper-button-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 13px;
    left: -16px;
    margin-bottom: 0;
  }
  .header__list-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fill-available;
    border-radius: 10px 10px 0 0;
    padding: 21px 20px 15px;
    margin: 0;
  }
  .header__button-menu.active {
    background: #Ffffff;
  }
  .header__section-wrapper-menu h2 {
    display: none;
  }
  .header__nav-list {
    position: relative;
    top: 0;
    border-top: 2px solid #ffffff;
    padding: 17px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    background: #FAF9F9;
    border-radius: 0 0 10px 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header__nav-item.active {
    width: -webkit-fill-available;
    border-radius: 0;
    padding: 10px 20px !important;
  }
  .header__list-soc-mob.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1001;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__section-wrapper-menu {
    margin: 0 0 2px;
    border-radius: 0;
  }
  .header__wrapper-menu-w {
    position: relative;
    top: 2px;
    z-index: 1;
    height: 0;
  }
  .header__wrapper-menu-w.active {
    height: auto;
  }
  header:has(.header__wrapper-menu-w.active) {
    position: absolute;
    z-index: 11;
    background: #ffffff;
    padding: 0px 14px 0px;
  }
  header:has(.header__hidden-catalog.active) {
    padding: 0px 14px 20px;
  }
  div.header {
    position: absolute;
    z-index: 10;
    top: 172px;
  }
  .header__nav-list {
    display: none;
  }
  .header__nav-list.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__section-btn-name {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative;
    font-weight: 700;
  }
  .header__section-btn-name::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    width: 13px;
    height: 13px;
    background: url(/public/src/images/icons/arrow.svg) no-repeat center center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .header__section-btn-name.active::after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
  }
  .header__hidden-catalog {
    display: none;
  }
  .header__hidden-catalog.active {
    display: block;
  }
}
@media (max-width: 1100px) {
  .section__advertising {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section__wrapper-advertising-about {
    width: 100%;
  }
  .section__advertising-img {
    width: 100%;
  }
  .section__wrapper-advertising {
    width: 100%;
    margin-bottom: 25px;
  }
  .section__wrapper-delivery {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .swiper-mini {
    display: none;
  }
  .section__specialist-photo {
    width: 100%;
  }
  .card__mini-swiper-wrapper.swiper-wrapper {
    display: none;
  }
}
@media (max-width: 765px) {
  .swiper-pagination-alt.swiper-pagination-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 26px;
    position: absolute;
    z-index: 10000;
  }
  .swiper-pagination-alt.swiper-pagination-catalog .swiper-pagination-bullet-active {
    background: #5d6d63;
  }
  .section__banner-text {
    bottom: 0;
    position: absolute;
    left: 0;
    width: -webkit-fill-available;
    margin: 0 14px;
    padding: 27px 20px;
  }
  .section__banner-text p {
    font-size: 16px;
    display: contents;
  }
  .section__banner-wrapper {
    min-height: 229px;
    height: auto;
    margin-bottom: -10px;
    max-height: unset;
  }
  .section__banner-wrapper .section__wrapper-text {
    left: 14px !important;
    top: 14px !important;
  }
  .section__banner-wrapper .section__banner-text {
    position: relative;
    margin: 14px 14px 0px;
  }
  .section__banner-wrapper img {
    height: 200px;
    border-radius: 0px;
    -o-object-position: -240px;
    object-position: -240px;
  }
  .section__banner-bg {
    display: none;
  }
  .info.info-about {
    overflow: hidden;
    padding: 20px 14px;
    margin: 20px 0;
  }
  .info__advertising-small {
    width: -webkit-fill-available;
    margin: 0 14px 36px;
    height: auto;
    padding: 39px 20px;
    border-radius: 10px;
  }
  .info__text-wrapper.info__text-wrapper-about {
    margin: 19px 0 0;
    padding: 34px 20px;
    border-radius: 10px;
  }
  .info__text-wrapper.info__text-wrapper-about p {
    font-size: 16px;
  }
  .section__wrapper-advertising.section__wrapper-advertising-about {
    padding: 39px 26px 39px 20px;
    border-radius: 10px;
  }
  .info__text-wrapper.info__text-wrapper-about p {
    font-size: 16px;
  }
  .section__advertising div .section__wrapper-text-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding: 0;
  }
  .section__wrapper-text-about p {
    width: 100%;
    font-size: 14px;
  }
  .section__advertising-img img {
    border-radius: 15px;
  }
  .section__advertising-img {
    padding: 0 !important;
  }
  .info__advertising-small p {
    font-size: 16px;
    width: 100%;
  }
  .section__info-bayer {
    padding: 32px 20px 73px;
    min-height: 224px;
    border-radius: 10px;
  }
  .section__info-bayer-about .desctop {
    display: none;
  }
  .section__info-bayer-about .mobile {
    display: block !important;
    width: 100%;
    height: 224px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
  }
  .section__info-bayer-about p {
    position: relative;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .section__about-specialist {
    background: none;
    padding: 0;
    margin: 56px 14px 0 14px;
    width: -webkit-fill-available;
  }
  .section__specialist-photo h2 {
    font-size: 30px;
    line-height: 31px;
  }
  .section__specialist-photo p {
    font-size: 16px;
  }
  .swiper-wrapper.swiper-wrapper-about {
    height: 270px;
    margin-bottom: 30px;
  }
  .info__banner-wrapper.info__banner-wrapper-about {
    margin: 18px 14px 39px;
  }
  .swiper-pagination.swiper-pagination-alt.swiper-pagination-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .swiper-pagination.swiper-pagination-alt.swiper-pagination-about .swiper-pagination-bullet-active {
    background: #5D6D63;
  }
}
/* delivery */
@media (max-width: 1400px) {
  .section__banner-wrapper.section__banner-wrapper-delivery {
    width: 100%;
    height: 413px;
    margin-bottom: 50px;
  }
  .section__price-address-weight {
    margin-right: 30px;
  }
  .section__sum {
    font-size: 16px;
  }
  .section__delivery-method-list li {
    padding: 74px 24px 24px 21px;
  }
  .section__delivery-cdek::after {
    top: 30px;
    left: 20px;
  }
  .section__delivery-mail::after {
    top: 30px;
    left: 20px;
  }
  .section__wrapper-map {
    margin: 0;
    height: -webkit-fill-available;
  }
}
@media (max-width: 980px) {
  .section__item-wrapper h4 {
    font-size: 14px;
  }
  .section__item-time {
    font-size: 14px;
  }
  .section__partners-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 24px;
  }
  .section__delivery-method-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .section__delivery-method-list li {
    width: 100%;
  }
  .section__address-wrapper-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    margin-top: 20px;
  }
  .section__wrapper-map {
    width: 100%;
    height: 335px;
  }
  .section__address-list {
    width: 100%;
    max-height: 540px;
  }
  .section__wrapper-map img {
    width: 100%;
  }
}
@media (max-width: 765px) {
  .section__banner-wrapper.section__banner-wrapper-delivery {
    height: 209px;
    min-height: auto;
    overflow: hidden;
    margin-bottom: 25px;
  }
  .section__wrapper-delivery-block-one {
    padding: 24px 20px;
  }
  .section__wrapper-delivery-block {
    width: -webkit-fill-available;
    gap: 10px;
  }
  .section__wrapper-delivery-block-two {
    gap: 20px;
  }
  .section__wrapper-delivery-block div {
    padding: 24px 20px;
    width: -webkit-fill-available;
  }
  .section__wrapper-delivery-block h3 {
    font-size: 16px;
    margin-bottom: 17px;
  }
  .section__banner-wrapper-delivery::after {
    bottom: -60px;
    background-size: 100% 100%;
    border-radius: 0;
    max-height: 421px;
    width: 697px;
  }
  .section__wrapper-delivery-info {
    width: -webkit-fill-available;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .section__info-delivery {
    margin: 0 14px;
    width: -webkit-fill-available;
  }
  .section__br-title br {
    display: none;
  }
  .section__wrapper-delivery-block p {
    font-size: 14px;
  }
  .section__wrapper-delivery-block span {
    width: -webkit-fill-available;
    font-size: 14px;
    padding: 10px 80px 10px 28px;
  }
  .section__wrapper-delivery-block div {
    width: -webkit-fill-available;
  }
  .section__partners {
    margin: 36px 14px 40px;
  }
  .section__partners-list {
    -webkit-column-gap: 11px;
    -moz-column-gap: 11px;
    column-gap: 11px;
    row-gap: 13px;
  }
  .section__price-address-delivery {
    min-width: 100%;
  }
  .section__partners-list li {
    width: 78px;
    height: 58px;
    padding: 25px 18px;
  }
  .section__shipment {
    width: -webkit-fill-available;
    margin: 0 14px;
  }
  .section__info-title {
    padding: 0;
    font-size: 16px;
    margin: 0 0 13px;
  }
  .section__delivery-method p {
    font-size: 14px;
  }
  .section__shipment-wrapper h2 {
    padding: 31px 20px 17px;
  }
  .section__shipment-wrapper-blocks {
    padding: 0 20px 27px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
  .section__shipment-wrapper-block {
    width: 100%;
  }
  .section__shipment-wrapper-block h3 {
    font-size: 14px;
  }
  .section__shipment-wrapper-block p {
    font-size: 14px;
    width: 100%;
    line-height: 20px;
  }
  .section__shipment-text {
    padding: 25px 20px 31px;
    font-size: 14px;
  }
  .section__shipment-wrapper {
    margin-bottom: 45px;
  }
  .section__shipment-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 51px;
  }
  .section__shipment-img div {
    width: 100%;
  }
  .section__shipment-img div img {
    height: 191px;
  }
  .section__price-wrapper {
    width: -webkit-fill-available;
    margin: 0 14px;
    padding: 24px 20px;
  }
  .section__price-text {
    margin-top: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
  }
  .section__price-text p {
    width: 100%;
    font-size: 14px;
  }
  .section__price-address {
    width: -webkit-fill-available;
    margin: 0 14px;
    padding: 24px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
  .section__delivery-method {
    width: -webkit-fill-available;
    margin: 0 14px;
    padding: 35px 20px 24px;
  }
  .section__price-address-weight {
    min-width: 100%;
  }
  .section__price-button {
    margin: 16px 0 0 0;
    width: 100%;
    height: 44px;
    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;
  }
  .section__item-wrapper h4 {
    margin-bottom: 4px;
  }
  .section__item-button {
    top: 18px;
    right: 18px;
  }
  .section__address-wrappers {
    width: -webkit-fill-available;
    margin: 0 14px;
    padding: 35px 20px 24px;
  }
  .section__address-item {
    padding: 17px 17px 10px 52px;
  }
  .section__address-button {
    top: 19px;
    left: 14px;
  }
  .section__address-item span {
    font-size: 14px;
  }
  .section__address-item address {
    font-size: 14px;
  }
  .section__price {
    margin-bottom: 36px;
  }
}
@media (max-width: 1400px) {
  .catalog__list.catalog__list-basket .product__button-top.product__button-top-basket {
    margin-left: 20px;
  }
  .basket__checkbox-wrapper {
    margin-right: 15px;
  }
  .catalog__list.catalog__list-basket .catalog__item {
    padding: 14px 21px 14px 21px;
  }
  .basket__wrapper-catalog {
    width: 59%;
  }
  .basket__info-wrapper {
    width: 39%;
  }
  .catalog__list-filter .catalog__wrap-block.catalog__wrap-block-right .card__quantity-selector {
    margin: 0;
  }
}
@media (max-width: 980px) {
  .basket__wrapper-catalog {
    width: 100%;
  }
  .basket__info-wrapper {
    width: 100%;
  }
  .basket__info-wrapper .basket__info-wrapper-block {
    padding: 25px 20px;
  }
  .basket__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 765px) {
  .basket__title {
    margin: 0 14px;
  }
  .catalog__list-basket .basket__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
  }
  .catalog__list.catalog__list-basket {
    background: inherit;
    margin-bottom: 46px;
  }
  .catalog__list.catalog__list-basket .catalog__item {
    padding: 0 0 25px 62px;
    margin: 19px 14px 0;
  }
  .catalog__list.catalog__list-basket .catalog__item:not(:last-child) {
    border-bottom: 1px solid #efefef;
    margin: 20px 0;
  }
  .basket__checkbox-wrapper {
    position: absolute;
    top: 7px;
    left: 6px;
    z-index: 2;
  }
  .card__quantity-selector img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog__list.catalog__list-basket .product__button-top.product__button-top-basket {
    background: #f9f9f9;
    border-radius: 100px;
    position: absolute;
    top: 0;
  }
  .catalog__wrap-block.catalog__wrap-block-right.catalog__wrap-block-basket {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 32px;
  }
  .basket__info-wrapper {
    margin: 0 14px;
    width: -webkit-fill-available;
  }
  .basket__container h2 {
    font-size: 16px;
  }
  .basket__container {
    margin-bottom: 58px;
  }
}
@media (max-width: 980px) {
  .header__hidden-title {
    font-size: 26px;
    line-height: 32px;
  }
  .header__variable-wrapper {
    margin: 32px 0 0 0;
  }
  .section__info-wrapper.section__info-wrapper-registration {
    margin: 0 0 17px;
  }
}
@media (max-width: 765px) {
  .header__hidden-title {
    font-size: 26px;
    line-height: 32px;
  }
  .section__info-wrapper.section__info-wrapper-registration {
    margin: 0 14px;
    width: -webkit-fill-available;
    padding: 22px 20px;
    margin-bottom: 17px;
  }
  .header__variable-email, .header__variable-phone {
    width: 48%;
    height: 134px;
    font-size: 14px;
    padding: 19px 14px 25px 14px;
    margin-right: 0;
  }
  .header__variable-registration {
    min-width: -webkit-fill-available;
    line-height: 1;
  }
  .header__hidden-user {
    width: 100%;
    padding: 0 35px;
  }
  .header__variable-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__variable-email::after,
  .header__variable-phone::after {
    top: 13px;
    left: 13px;
  }
  .form-login {
    padding: 0;
    margin-top: 47px;
  }
  .header__hidden-title-margin {
    margin-left: 61px;
  }
  .header__botton-prev {
    top: 6px;
  }
  .form__text {
    margin-bottom: 28px;
  }
  .form__text br {
    display: none;
  }
  .form-pas {
    padding: 0;
    margin-top: 47px;
  }
  .header__botton-prev-pas {
    top: 5px;
    left: 13px;
  }
  .form__title-input-pas {
    margin-top: 45px;
  }
  .form__group-login-pas {
    margin: 12px 0 20px;
  }
  .form__button-login {
    padding: 13px 0;
    margin-top: 0;
  }
  .form__text-prompt {
    max-width: 260px;
    display: block;
    font-size: 14px;
    margin: 14px 0 26px;
  }
  .form-login-tel-code {
    max-width: -webkit-fill-available;
  }
  .form__code-inputs input {
    width: 42px;
    height: 52px;
  }
  .form__title-input {
    margin-top: 37px;
  }
  .form__text-code {
    display: block;
    font-size: 14px;
    margin-bottom: 26px;
    max-width: 253px;
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
  }
}
/* order-unreg-indiv */
@media (max-width: 1400px) {
  .section__delivery-method-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section__delivery-method-list-basket li {
    width: -webkit-fill-available;
  }
  .section__basket-continue-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .custom-checkbox-wrapper-block {
    width: 48%;
  }
}
@media (max-width: 980px) {
  .catalog__item.catalog__item-castom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .catalog__list.catalog__list-basket {
    gap: 0;
  }
}
@media (max-width: 765px) {
  .catalog__list.catalog__list-basket.catalog__list-order {
    margin: 0 14px;
    width: -webkit-fill-available;
    background: #faf9f9;
  }
  .catalog__list.catalog__list-basket .catalog__item {
    gap: 0;
  }
  .basket__title {
    font-size: 30px;
  }
  .catalog__wrap-block img {
    border-radius: 5px;
  }
  .catalog__item.catalog__item-castom {
    border: none;
    min-height: 20px !important;
    max-height: 90px;
    padding: 0 !important;
  }
  .catalog__list.catalog__list-basket .catalog__item.catalog__item-castom {
    border-bottom: 0;
  }
  .section__price-wrapper-basket-login {
    margin: 0 14px;
    width: -webkit-fill-available;
  }
  .section__price-wrapper-basket-login p {
    font-size: 14px;
    margin-top: 6px;
  }
  .section__price-wrapper-basket-login p br {
    display: none;
  }
  .section__delivery-button-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section__delivery-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0 0 0;
  }
  .section__delivery-button-desktop {
    display: none;
  }
  .form__basket-wrapper-person {
    padding: 0 20px;
  }
  .form__basket-wrapper {
    padding: 0 20px;
  }
  .form__group-basket {
    width: 100%;
  }
  .form__checkbox-wrap-basket {
    padding: 25px 20px 0;
  }
  .form__checkbox-wrap-basket {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .custom-checkbox-wrapper-block {
    width: 100%;
  }
  .form__checkbox-group-login div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 10px;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
  .form__checkbox-group-basket {
    padding: 20px 20px 0;
    gap: 35px;
  }
  .form__basket {
    padding: 23px 0 20px;
    margin: 0 14px;
    width: -webkit-fill-available;
  }
  .form__checkbox-group-login label {
    font-size: 12px;
    width: -webkit-fill-available;
    max-width: 273px;
  }
  .form__checkbox-group-login input[type=checkbox] {
    min-width: 19px;
    max-width: 19px;
    position: relative;
  }
  .catalog__wrap-block.form__checkbox-group-login input[type=checkbox] {
    position: absolute;
    top: 7px;
    left: 6px;
    z-index: 2;
  }
  .section__basket-login-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section__price-button-login {
    width: 100%;
  }
  .section__basket-continue-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 16px;
  }
  .form__basket-wrapper h3 {
    font-size: 16px;
  }
  .section__price-address-weight-basket {
    margin: 0;
  }
  .section__price-button-order {
    width: 100%;
    height: 44px;
    margin-top: 24px;
    margin-bottom: 20px;
  }
  .section__delivery-method-list-basket li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .section__wrapper-info-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section__price-wrapper-comment {
    min-height: 82px;
    width: 100%;
    border-bottom: 1px solid #5d6d63;
  }
  .section__price.section__price-basket {
    margin: 0;
  }
  .section__price-wrapper-basket-comment {
    margin-bottom: 37px;
  }
  .section__wrapper-info-block-contacts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .form__no-onclick {
    margin-top: -8px;
  }
  .basket-similar {
    margin-right: auto;
    margin-left: 0;
  }
  .basket-similar.basket-similar-order {
    margin-right: 0;
    margin-left: auto;
  }
  .catalog__list-basket.catalog__list-order {
    padding: 20px;
    background-color: #faf9f9;
    border-radius: 10px;
    overflow: hidden;
  }
}
/* registration */
@media (max-width: 980px) {
  .registration__title {
    font-size: 30px;
    line-height: 32px;
    margin: 0;
  }
  .registration__button-wrapper {
    margin: 28px 14px 21px 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section__info-wrapper {
    margin: 0 14px;
    width: -webkit-fill-available;
    padding: 22px 20px;
    margin-bottom: 17px;
  }
  .form__contacts .form__basket-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form__contacts .form__group-basket {
    width: 100%;
    max-width: 100%;
  }
  .form__registration-wrapper {
    width: 100%;
  }
  .form__registration-wrapper {
    margin-top: 18px;
  }
  .form__registration-wrapper .section__price-button-order {
    margin-top: 10px;
  }
  .form__registration-wrapper .section__price-selected-address span {
    margin: 0;
  }
  .form__registration-wrapper .section__price-selected-address {
    min-height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form__registration-wrapper .section__price-wrapper-basket p {
    font-size: 14px;
  }
  .form__registration-wrapper .section__price-wrapper-basket p br {
    display: none;
  }
  .form__registration-wrapper {
    gap: 22px;
  }
  .section__info-wrapper .form__checkbox-group {
    width: 100%;
    margin-top: 20px;
  }
  .section__info-agreement {
    margin: 27px 14px 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 22px;
    width: auto;
  }
  .section__info-agreement .form__checkbox-group {
    width: 100%;
  }
  .section__info-agreement .form__checkbox-group {
    padding-left: 20px;
  }
  .section__info-agreement .basket__btn {
    width: -webkit-fill-available;
  }
  .section__info-wrapper-checkbox label {
    height: auto;
  }
  .section__info-wrapper-checkbox .form__checkbox-group-login input[type=checkbox] {
    background: #ffffff;
  }
  .form__group-basket-hidden {
    display: none;
  }
}
@media (max-width: 765px) {
  .registration__title {
    margin: 0 14px;
  }
  .catalog__hidden-filters {
    width: 100% !important;
    padding: 18px 14px;
  }
  .catalog__buttons-filter-text span {
    display: none;
  }
  .catalog__item.catalog__item-basket.hidden {
    margin: 0;
  }
}
@media (max-width: 765px) {
  .account__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .account__button-wrapper {
    width: 100%;
  }
  .account__wrapper-blocks {
    width: 100%;
  }
  .account__button-wrapper {
    display: none;
  }
  .account__mobile-wrapper {
    position: relative;
    display: block;
    margin: 10px 14px -3px;
    width: calc(100% - 28px);
  }
  .account__mobile-btn {
    position: relative;
    padding: 0 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fill-available;
    border: 2px solid #efefef;
    border-radius: 5px;
    font-weight: 400;
    font-size: 15px;
    line-height: 260%;
    color: #3c4640;
  }
  .account__mobile-btn::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 10px;
    width: 15px;
    height: 15px;
    background: url(/public/src/images/icons/arrow.svg) no-repeat center center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background-size: 80%;
  }
  .account__mobile-dropdown {
    display: none;
    position: absolute;
    z-index: 10;
    width: -webkit-fill-available;
    border-radius: 10px;
    background: #ffffff;
    -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-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
  }
  .account__mobile-dropdown.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .account__mobile-dropdown .account__button-var {
    width: 100%;
    padding: 0 18px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .account__mobile-dropdown .account__button-var.active {
    background: #f1f6f2;
    color: #3c4640;
    padding: 0 18px;
    border-radius: 0;
  }
  .account__mobile-dropdown .account__button-logout {
    padding: 0 18px;
    height: 40px;
    border-radius: 0 0 10px 10px;
    width: 100%;
    text-align: justify;
  }
  #password-form {
    margin: 0px !important;
    padding-bottom: 0px;
  }
}
@media (max-width: 1400px) {
  .account__wrapper-pop-up-user {
    width: 232px;
    left: -60px;
  }
  .account__wrapper-pop-up-user svg {
    left: 77px;
  }
}
@media (max-width: 765px) {
  .account__wrapper-pop-up-user {
    width: 232px;
    left: -183px;
  }
  .account__wrapper-pop-up-user svg {
    top: -9px;
    left: 197px;
  }
  .section__delivery-button-desktop.active {
    display: none; /* Десктопная активная кнопка скрывается на мобильных! */
  }
  .section__delivery-button-mob.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* Мобильная активная кнопка показывается на мобильных */
  }
}
@media (max-width: 1400px) {
  .catalog__cost-calculation {
    border-top: 4px solid #ffffff !important;
  }
  .account__wrapper-order-history {
    padding: 29px 21px;
  }
  .account__wrapper-buttons-tab {
    padding: 29px 21px;
  }
}
@media (max-width: 980px) {
  .account__wrapper-list .catalog__list.catalog__list-basket .catalog__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .account__sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fill-available;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (max-width: 765px) {
  .account__wrapper-list .catalog__list.catalog__list-basket .catalog__item.catalog__cost-calculation {
    padding: 10px 14px;
    margin: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .account__preliminary-cost {
    font-size: 20px;
  }
  .account__wrap-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__item-sum-basket {
    top: 7px;
    right: 6px;
  }
  .catalog__name-item span {
    font-size: 14px;
  }
  .catalog__list-order .catalog__wrap-block img {
    width: 48px;
    height: 60px;
  }
  .catalog__list-basket.catalog__list-order .catalog__item.catalog__item-basket {
    gap: 0;
  }
  .order__sum {
    font-size: 14px;
  }
  .catalog__list-order .card__quantity-selector {
    height: auto;
  }
  .catalog__list-order .card__quantity-selector {
    font-size: 14px;
  }
  .catalog__list-basket.catalog__list-order .catalog__wrap-block-basket {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 69px;
    gap: 0;
    width: 90%;
    margin-left: 35px;
  }
  .account__quantity.account__quantity-history-mob {
    display: none;
  }
}
@media (max-width: 400px) {
  .info__sum {
    font-size: 30px;
  }
  .product__volume-selected {
    padding: 9px 14px;
    background-position: right 6px center;
  }
  .product__volume-option {
    padding: 6px;
    font-size: 12px;
  }
  .product__volume-selected {
    font-size: 13px;
  }
  .footer__contacts {
    width: 138px;
  }
  .footer__contacts li {
    width: 40px;
    height: 40px;
  }
  .footer__button {
    font-size: 12px;
  }
}
/* order-history */
@media (max-width: 765px) {
  .account__wrapper-list.hidden {
    background: #faf9f9;
    border-radius: 0 0 15px 15px;
  }
  .section-title-buyer.section-title {
    line-height: 100%;
  }
  .account__wrapper-list .catalog__item.catalog__item-basket.catalog__item-account {
    border-top: 4px solid #fff;
    padding: 20px 20px 10px 82px;
    min-height: auto;
    margin: 0;
    border-bottom: 0;
  }
  .account__wrapper-list.hidden .basket__img {
    left: 20px;
    top: 20px;
  }
  .account__wrapper-blocks {
    margin: 0 14px;
    width: -webkit-fill-available;
  }
  .account__wrapper-buttons-tab {
    background: none;
    padding: 0;
  }
  .account__name-order {
    width: 100%;
  }
  .account__sum-order {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  .basket-similar.account-similar {
    margin-right: 0;
    margin-left: auto;
  }
  .catalog__list-basket.catalog__list-order .catalog__item.catalog__item-basket.hidden {
    margin: 0;
  }
  .section__price-wrapper-basket-comment p {
    font-size: 14px;
  }
  .section__address-wrapper-account {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .form__basket.form__basket-account {
    margin: 0;
  }
  .section__price-address.section__price-address-login {
    margin: 0;
  }
  .section__delivery-method.section__delivery-method-account {
    margin: 0;
  }
  .section__price-address-account {
    padding: 22px 20px 0;
  }
  .section__price-address-login.section__price-address-account {
    border-top: none;
    border-radius: 0;
  }
  .account__container {
    margin: 0 0 90px;
  }
  .account__container .section__wrapper-info-block {
    margin: 0;
  }
  .account__container .section__info-wrapper {
    margin: 0;
  }
  .section__address-wrappers.section__address-wrappers-account {
    margin: 0;
  }
  .account__button {
    width: -webkit-fill-available;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 13px;
  }
  .card__button-favorites {
    right: 14px;
  }
  .swiper.mySwiperCard {
    width: -webkit-fill-available;
  }
}
@media (max-width: 370px) {
  .basket__info-coupon-field {
    gap: 20px;
    border-bottom: none;
  }
  .basket__info-wrapper .coupon-input {
    border-bottom: 1px solid #5d6d63;
    width: 100%;
  }
  .basket__infocoupon-btn {
    width: 100%;
  }
  .header__form-search form {
    width: 46px;
    min-width: 46px;
  }
}
@media (max-width: 1399px) {
  .catalog__list-filter {
    gap: 10px;
  }
  .catalog__list-filter .catalog__item {
    max-height: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .catalog__list-filter .catalog__wrap-block {
    width: 100%;
  }
  .catalog__list-filter .catalog__wrap-block.catalog__wrap-block-right {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
  }
  .section__payment-method-list li {
    width: calc(50% - 12px);
  }
}
@media (max-width: 1199px) {
  .catalog__item {
    width: calc((100% - 58px) / 3);
  }
  .catalog__buttons-filter span {
    display: none;
  }
  .catalog__buttons-filter {
    width: 51px;
    height: 42px;
    padding: 0;
  }
  .catalog__buttons-filter::after {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .catalog__buttons-filter--sorting::before {
    display: none;
  }
}
@media (max-width: 979px) {
  .catalog__item {
    width: calc((100% - 29px) / 2);
  }
  .footer__agreement label a,
  .footer__agreement label span {
    font-size: 10px;
    line-height: 1.4;
  }
  .footer__list li a {
    font-size: 14px;
  }
  .footer__list {
    width: calc(50% - 10px);
  }
  .catalog__list {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
  .catalog__list .catalog__item {
    width: calc(50% - 6px);
  }
  .catalog__list.catalog__list-filter.catalog__list-basket.catalog__list-basket-bottom .catalog__item {
    width: 100%;
  }
  .catalog__list-basket.catalog__list-order .catalog__item.catalog__item-basket {
    width: 100%;
  }
  .catalog__list-basket.catalog__list-order .catalog__wrap-block-basket {
    margin: 0px 0px;
  }
  .catalog__list.catalog__list-basket .catalog__item {
    margin: 0px;
  }
  .section__payment-method {
    padding: 33px 14px;
  }
  .section__payment-method-list li {
    padding: 5px;
  }
  .section__payment-method-list {
    gap: 14px;
  }
  .faq__select-mobile-btn {
    color: #000;
  }
}