/** The rest of your CSS File **/
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

:root {
  --font-family: "Inter", sans-serif;
  --second-family: "Fira Sans", sans-serif;
  --black: #000100;
  --violet-1: #854790;
  --violet-bright: #a456b2;
  --white: #fff;
  --gray-line: #dedede;
  --gray-background: #f5f5f5;
  --text-gray: #4c4d4c;
  --red-mistke: #ff4e4e;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: "Inter", sans-serif;
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  scrollbar-width: thin;
  scrollbar-color: #dedede #f5f5f5;
}


h1,
h2,
h3,
h4,
p {
  margin: 0;
  font-weight: 400;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}



@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2'),
    url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2'),
    url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2'),
    url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter Light BETA';
  src: url('../fonts/Inter-LightBETA.woff2') format('woff2'),
    url('../fonts/Inter-LightBETA.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Inter Light BETA';
  src: url('../fonts/Inter-LightBETA.woff2') format('woff2'),
    url('../fonts/Inter-LightBETA.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Inter Light BETA';
  src: url('../fonts/Inter-LightBETA.woff2') format('woff2'),
    url('../fonts/Inter-LightBETA.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}



.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.display-none {
  display: none;
}

.flex {
  display: flex;
}

.btn-reset {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.container {
  max-width: 1320px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.section-title {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--black);
}



/* header */

.header__top {
  height: 40px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
}

.header__top-container {
  text-align: center;
}

.header__top-link {
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  color: #000100;
  display: inline-flex;
  align-items: center;
  background-image: url(../img/arrow-right-header.svg);
  background-repeat: no-repeat;
  padding: 0px 23px 0px 0px;
  background-position: right;
  justify-content: center;
  transition: color 0.2s ease;
}

.header__top-link:hover {
  color: #854790;
  background-image: url(../img/arrow-right-fil.svg);
}

.header__top-link:active {
  color: #832e92;
  background-image: url(../img/arrow-right-fil.svg);

}

.header__bottom {
  padding-top: 21px;
}

.header__bottom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header__bottom-logo {
  margin-right: 42px;
  flex-shrink: 0;
}

/* Новый logo.svg крупнее по файлу — ограничиваем как у прежнего (142×58) */
.header__bottom-logo .header__logo {
  display: block;
  line-height: 0;
}

.header__bottom-logo .header__logo img.changed_logo,
.header__bottom-logo .header__logo img {
  display: block;
  width: 142px;
  max-width: 100%;
  height: auto;
  max-height: 58px;
  object-fit: contain;
}

.header__catalog {
  width: 178px;
  display: flex;
  justify-content: space-between;
}

.header__catalog-btn {
  max-width: 118px;
  width: 100%;
  height: 40px;
  background-color: #854790;
  border-radius: 5px;
  color: white;
  padding: 5px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: white;
}

.header__catalog-btn {
  transition: box-shadow 200ms ease, color 200ms ease, background-color 200ms ease;

  &:hover {
    box-shadow: 0 0 40px 40px #a456b2 inset;
    background-color: #a456b2;
  }
}



.header-bottom__nav-contacts {
  font-weight: 400;
  font-size: 20px;
  color: black;
  font-family: "Inter", sans-serif;
}

.header-bottom__nav-contacts a {
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 20px;
  color: black;
  font-family: "Inter", sans-serif;
}

.header-bottom__nav-contacts-messenger a {
  margin-right: 10px;
}

.header-bottom__nav-contacts-messenger a:hover path {
  fill: #a456b2;
  transition: fill 0.2s ease;


}

.nav-contacts-tel {
  letter-spacing: -0.3px;
}


/* menu-mobil */

.nav__item {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: black;
  line-height: 117%;
  transition: color 0.3s ease;
}

.nav__list {
  margin-bottom: 34px;
}

.nav__item:hover {
  color: #854790;
}

.nav__item:active {
  color: #832e92;
}

/* -------------- */
.header__block-button {
  display: flex;
  align-items: center;
}

.nav__link {
  padding: 9px 0 8px 0;
  display: block;
}

.header__block-button a:not(:last-child) {
  margin-right: 14px;
}

.header-bottom__nav-contacts-messenger {
  display: flex;
  margin-top: 30px;
}

.header-bottom__nav-contacts a:hover {
  transition: color 0.2s ease;
  color: #854790;
}

.header-bottom__nav-contacts a:active {
  transition: color 0.2s ease;
  color: #832e92;
}



/* ----------------------------------------------------- */
/* Burger */




.burger-menu {
  display: none;
  position: relative;
  max-width: 44px;
  width: 100%;
  height: 44px;
  right: 0;
}

.burger-menu:hover .burger__line {
  background-color: #832e92;
  transition: background-color 0.2s ease;
}


.burger__line {
  position: absolute;
  border-radius: 20px;
  left: 46%;
  transform: translateX(-50%);
  width: 28px;
  height: 1px;
  background-color: #000;
  left: 50%;
  transition: transform 0.3s ease;
}

.burger__line:nth-child(1) {
  width: 26px;
  top: 29px;
  left: 30%;
  transition: transform 0.3s ease;
}

.burger__line:nth-child(3) {
  bottom: 32px;
  left: 34%;
  transition: transform 0.3s ease;
}

.burger__line:nth-child(2) {
  transform: translate(-50%, -50%);
  top: 47%;
  left: 23%;
  width: 20px;
  background-color: #000;
  transition: transform 0.3s ease;
}

/* .burger-menu.active+.menu-mobil {
	display: block;
}

.menu-mobil {
	display: none;
	position: absolute;
	height: 100%;
	top: 60px;
	left: 0px;
	width: 100%;
	height: 500px;
	max-width: 320px;
	background-color: #f5f5f5;
	padding: 34px 29px;
	border-radius: 15px;
	border: 1px solid #dedede;
	z-index: 1;
} */

.menu-mobil {
  transform: translateY(-200%);
  transition: transform 0.6s ease;
  position: absolute;
  top: 60px;
  left: 0px;
  width: 100%;
  min-height: 500px;
  max-width: 320px;
  background-color: #f5f5f5;
  padding: 26px 29px 25px 29px;
  border-radius: 15px;
  border: 1px solid #dedede;
  z-index: 5;
}

.burger-menu.active+.menu-mobil {
  transform: translateY(0);
  /* Показываем меню */
}

.body.active {
  overflow: hidden;
  /* Запретить прокрутку фона, когда меню открыто */
}

.menu-mobil-item {
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #3E4951;
  font-size: 14px;
  padding: 7px 0;
  border-bottom: 1px solid #3E4951;

}

.close-menu {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  border: none;
  background-color: transparent;
  font-size: 20px;
  cursor: pointer;
}

.cl-btn-7 {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.cl-btn-7:before {
  content: '+';
  color: #3E4951;
  position: absolute;
  z-index: 2;
  transform: rotate(45deg);
  font-size: 50px;
  line-height: 1;
  top: -5px;
  left: 6px;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);
}

.cl-btn-7:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #3E4951;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);
  transform: scale(0.01);
}

.cl-btn-7:hover:after {
  transform: scale(1);
}

.cl-btn-7:hover:before {
  transform: scale(0.8) rotate(45deg);
  color: #6DC74E;
}

.burger-menu {
  display: block;
}



.active .burger__line {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.active .burger__line:nth-child(2) {
  display: none;
}

.active .burger__line:nth-child(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.burger-menu.active {
  background-color: inherit;
  transition: background-color 0.3s ease;
  border-radius: 10px;
  margin-left: -6px;
  margin-top: 0;
  margin-right: 12px;
}


.burger-menu {
  margin-right: 16px;
}

/* ----------------------------------------------------- */



/* footer */
.footer {
  background-color: #000;
  color: white;
  font-family: "Inter", sans-serif;
  padding-top: 62px;
  padding-bottom: 10px;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid #ffffff6e;
}

.footer__top-about,
.footer__top-buyer,
.footer__top-info,
.footer__top-contacts {
  width: calc((100% - (24px *3)) / 4);
}

.footer__top-about-text,
.footer__top-buyer-text,
.footer__top-info-text,
.footer__top-contacts-text {
  opacity: 0.4;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 26px;
  color: white;
}

.footer__top-about-link,
.footer__top-buyer-link,
.footer__top-info-link,
.footer__top-contacts-link {
  font-weight: 400;
  font-size: 14px;
  display: block;
  margin-bottom: 16px;
}

.footer__top-about-link:hover {
  transition: color 0.2s ease;
  color: #a456b2;
}

.footer__top-buyer-link:hover {
  transition: color 0.2s ease;
  color: #a456b2;
}

.footer__top-info-link:hover {
  transition: color 0.2s ease;
  color: #a456b2;
}

.footer__top-contacts-link:hover {
  transition: color 0.2s ease;
  color: #a456b2;
}

.footer__top-contacts-tel:hover {
  transition: color 0.2s ease;
  color: #a456b2;
}


.footer__top-contacts-tel,
.footer__top-contacts-link {
  font-weight: 400;
  font-size: 20px;
  text-align: right;
  display: block;

}

.footer__top-contacts-tel {
  letter-spacing: -0.017em;
  margin-bottom: 12px;
}

.footer__top-contacts {
  text-align: right;
}

.footer__top-contacts-messenger {
  display: flex;
  margin-top: 18px;
  justify-content: end;
  padding-right: 3px;
  margin-bottom: 28px;
}

.footer__top-contacts-messenger a {
  margin-left: 10px;
}

.footer__top-contacts-chart {
  font-weight: 400;
  font-size: 14px;
  opacity: 0.4;
  color: white;
}

/* footer__bottom */
.footer__bottom-network p {
  font-weight: 400;
  font-size: 14px;
  opacity: 0.4;
  color: white;
}

.footer__bottom {
  display: flex;
  padding-top: 40px;
  padding-bottom: 34px;
  border-bottom: 1px solid #ffffff6e;
}

.footer__bottom-network p {
  margin-bottom: 27px;
}

.footer__bottom-network-messenger {
  display: flex;
}

.footer__bottom-network-messenger a {
  margin-right: 10px;
}

.network-messenger-link:hover svg path {
  fill: #A456B2;
  transition: fill 0.2s ease;
}

.network-messenger-link .footer-max-logo {
  transition: filter 0.2s ease;
}

.network-messenger-link:hover .footer-max-logo {
  /* approximate #A456B2 for monochrome SVG */
  filter: brightness(0) saturate(100%) invert(43%) sepia(15%) saturate(1638%) hue-rotate(244deg) brightness(95%) contrast(92%);
}

.contacts-messenger-link:hover path {
  fill: #A456B2;
  transition: fill 0.2s ease;
}


.footer__bottom-logo {
  padding-top: 32px;
  padding-right: 8px;
  margin-left: auto;
}

.footer__bottom-network {
  width: calc((100% - (24px *3)) / 4);
}

.footer__bottom-subscription {
  width: 100%;
  max-width: 490px;
  margin-left: 23px;
}

.footer__bottom-subscription p {
  font-weight: 400;
  font-size: 14px;
  opacity: 0.4;
  margin-bottom: 24px;
  color: white;
}


.footer__bottom-form input:focus {
  border: 1px solid #fff;
  /* Белый цвет границы при активации инпута */
}

.footer__bottom-form input:valid {
  border: 1px solid #ccc;
  /* Стандартный цвет границы при правильно заполненном поле */
}

/* .footer__bottom-form input:invalid {
	border: 1px solid red; 
  } */

.footer__bottom-form input {
  border: 1px solid #ffffff6e;
  border-radius: 8px;
  width: 328px;
  height: 40px;
  padding: 0 20px;
  margin-right: 5px;
  background-color: black;
  color: #fff;
  outline: none;
}

.footer__bottom-form input:user-invalid {
  border: 1px solid var(--red-mistke);
}

.footer__bottom-form input:hover {
  border: 1px solid #ffffffbb;
  transition: border 0.3s ease;
}

.footer__bottom-form-btn {
  border-radius: 8px;
  padding: 10px 20px;
  width: 143px;
  height: 40px;
  background-color: white;
  color: black;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--black);
}

.footer__bottom-form-btn {
  transition: box-shadow 200ms ease, color 200ms ease, background-color 200ms ease;

  &:hover {
    color: white;
    box-shadow: 0 0 40px 40px #a456b2 inset;
    background-color: #a456b2;
  }
}

.footer__info {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.footer__info-block {
  width: calc((100% - (24px *3)) / 4);
  display: flex;
  align-items: center;

}

.footer__info p {
  font-weight: 400;
  font-size: 14px;
  opacity: 0.4;
  color: white;
}

.footer__info-block img {
  margin: 0px 17px 0 1px;
}

.devel {
	text-align: right;
	margin-right: 4px;
	margin-left: auto;
	opacity: 0.4;
}

/* section-top */
.section-top {
  padding-top: 17px;
  padding-bottom: 60px;
}

.section-top__slider {
  width: 100%;
}

.section-top__slider .slick-list {
  overflow: hidden;
  margin: 0;
}

.section-top__slider .slick-track {
  display: block !important;
}

.section-top__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.section-top__video-player {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.section-top__slider-item {
  position: relative;
  float: left;
  height: 530px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  overflow: hidden;
}

.section-top__slider-item-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  height: 100%;
  padding: 50px;
}

.section-top__slider-item--video {
  padding: 0;
}

.section-top__slider-item h1 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #fff;
  max-width: 400px;
  width: 100%;
}

.section-top__link {
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  border-radius: 5px;
  padding: 0px 20px;
  max-width: 181px;
  width: 100%;
  height: 50px;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  background-color: #fff;
}

.section-top__link {
  transition: box-shadow 200ms ease, color 200ms ease, background-color 200ms ease;

  &:hover {
    color: white;
    box-shadow: 0 0 40px 40px #a456b2 inset;
    background-color: #a456b2;
  }
}

/* ---------------- */

.slick-dots {
  bottom: -40px;
  right: -6px;
}

.slick-dots li {
  margin: 0 0px;
}

.slick-dots li button::before {
  width: 8px;
  height: 8px;
  content: '';
  border: 1px solid black;
  border-radius: 50%;
  opacity: 1;
}

.slick-dots li.slick-active button::before {
  color: black;
  background-color: #000;
}

/* ---------------- */

/* bestsellers */
.bestsellers {
  padding-top: 60px;
  padding-bottom: 60px;
}

.bestsellers-title {
  margin-bottom: 49px;
}

.product-block {
  display: block;
}

.product-block .slick-slide {
  margin: 0 10px;
}

/* .product-cart:not(:nth-child(4n)) {
	margin-right: 20px;
} */

.bestsellers-block {
  display: flex;
  justify-content: space-between;
}

.section-top .slick-list {
  margin: 0px;
}

.slick-list {
  margin: 0 -10px;
}

.navigation-block {
  position: relative;
  width: 74px;
}

/* product-cart */

.product-cart {
  max-width: 315px;
  width: 100%;
}

.product-cart-top {
  border: 1px solid #dedede;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 14px;
  transition: border 0.3s ease;
}

.product-cart-top:hover {
  border: 1px solid #8a8585;
}

.product-cart__favourites span {
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  color: black;
  opacity: 0.5;
  margin-top: 3px;
}

.product-cart__favourites {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

/* Круглые метки товара в листинге (по свойствам, несколько сразу) */
.product-cart__marks {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 6px;
}

.product-cart__marks .product-cart__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  opacity: 1;
  margin-top: 0;
}

.product-cart__marks .product-cart__mark_new { background-color: #854790; }
.product-cart__marks .product-cart__mark_hit { background-color: #c8102e; }
.product-cart__marks .product-cart__mark_sale { background-color: #e8830c; }

.product-cart__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 19px;
}

.product-cart__price-btn {
  border: 1px solid black;
  border-radius: 20px;
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='8.72266' y='0.314453' width='0.914286' height='17.5484' rx='0.457143' fill='%23000100'/%3E%3Crect x='17.8652' y='8.54297' width='0.914286' height='17.5484' rx='0.457143' transform='rotate(90 17.8652 8.54297)' fill='%23000100'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 63%;
  transition: background-color 0.2s ease, border 0.2s ease;
}

.product-cart-top:hover .product-cart__price-btn {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.41724 16H12.5828C14.1914 16 15.5 14.7545 15.5 13.2234V4.92308C15.5 4.65231 15.2672 4.43077 14.9828 4.43077H11.8793V3.69231C11.8793 1.65662 10.1388 0 8 0C5.86121 0 4.12069 1.65662 4.12069 3.69231V4.43077H1.01724C0.732759 4.43077 0.5 4.65231 0.5 4.92308V13.2234C0.5 14.7545 1.80862 16 3.41724 16ZM5.15517 3.69231C5.15517 2.19815 6.43017 0.984615 8 0.984615C9.56983 0.984615 10.8448 2.19815 10.8448 3.69231V4.43077H5.15517V3.69231ZM1.53448 5.41538H4.12069V6.64615C4.12069 6.91692 4.35345 7.13846 4.63793 7.13846C4.92241 7.13846 5.15517 6.91692 5.15517 6.64615V5.41538H10.8448V6.64615C10.8448 6.91692 11.0776 7.13846 11.3621 7.13846C11.6466 7.13846 11.8793 6.91692 11.8793 6.64615V5.41538H14.4655V13.2234C14.4655 14.2105 13.6198 15.0154 12.5828 15.0154H3.41724C2.38017 15.0154 1.53448 14.2105 1.53448 13.2234V5.41538Z' fill='white'/%3E%3C/svg%3E");
  border: 1px solid #854790;
  background-color: #854790;
}

.product-cart__price-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  font-family: "Inter", sans-serif;
  color: black;
  margin-top: 17px;
}


.product-cart-bottom-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  font-family: "Inter", sans-serif;
  color: black;
  line-height: 150%;
  transition: color 0.2s ease;
}

.product-cart__favourites-btn:hover svg path {
  transition: stroke 0.2s ease;
  stroke: #854790;
}

.product-cart__favourites-btn:active svg path {
  transition: fill 0.2s ease;
  fill: #854790;
}

.product-cart-box {
	display: flex;
	align-items: self-start;
	position: relative;
	margin-top: 16px;
	padding: 0px 0 1px 0;
	min-height: 45px;
}

.product-cart-box a {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: -4px;
}
.product-cart-bottom {
  padding-right: 13px;
}

.product-cart-box span {
	display: block;
	font-family: "Inter", sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 100%;
	color: #4c4d4c;
	margin-left: 10px;
}

.color-pink {
  background-color: #f1cfd4;
  z-index: 4;
}

.color-blue {
  background-color: #bbd3e2;
  left: 10px;
  z-index: 3;
}

.color-brown {
  background-color: #c08c8f;
  left: 20px;
  z-index: 2
}


.slick-prev::before,
.slick-next::before {
  color: white;
  color: #151313;
}

.slick-prev::before {
  content: url('../img/arrow-left.svg');
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.slick-prev:hover::before {
  content: url('../img/arrow-left-hover.svg');
  opacity: 1;
}

.slick-next::before {
  content: url('../img/arrow-right.svg');
  opacity: 0.8;
  transition: opacity 0.3s ease;

}

.slick-next:hover::before {
  content: url('../img/arrow-right-hover.svg');
  opacity: 1;
}

.navigation-block .slick-prev {
  right: 54px;
  top: 18px;
  left: 0;
}

.directory-navigat .slick-prev {
  top: 18px;
  left: 0;
}

.navigation-block .slick-prev,
.slick-next {
  width: 32px;
  height: 32px;
  overflow: visible;
}

.directory-navigat .slick-prev,
.slick-next {
  width: 32px;
  height: 32px;
  overflow: visible;
}

.slick-next {
  right: 0px;
  top: 18px;
}


/* directory */
.directory {
  padding-top: 62px;
  padding-bottom: 62px;
}

.directory-title {
  margin-bottom: 50px;
}

.directory-top {
  display: flex;
  justify-content: space-between;
}

.directory-navigat {
  position: relative;
  width: 192px;
  height: auto;
}

.directory-block {
  display: flex;
  justify-content: space-between;
}

.directory-block__card {
  width: calc((100% - (20px *1)) / 2);
  margin: 0 10px;
}

.directory-block__link {
  height: 650px;
  border-radius: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: end;
  padding: 50px;
  transition: background-size 0.3s ease;
  background-position: center;
  aspect-ratio: 1;
}

.directory-block__link:hover {
  background-size: 108%;
}

/* .directory-block__link:hover {
	transition: transform 0.4s ease;
	transform: scale(1.05);
} */

.directory-block__link span {
  width: fit-content;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  background-color: white;
  border-radius: 5px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  text-align: center;
  color: #000;
}

.directory-block__card {
  overflow: hidden;
  border-radius: 15px;
  /* Скрыть все, что выходит за пределы карточки */
}

.directory-block__link:hover span {
  transition: box-shadow 300ms ease, color 300ms ease, background-color 200ms ease;
  color: white;
  box-shadow: 0 0 40px 40px #a456b2 inset;
  background-color: #a456b2;

}

.directory-navigat .slick-dots {
  right: 39px;
  top: 11px;
  width: 53%;
}


/* brand__block */
.brand {
  padding-top: 30px;
  padding-bottom: 119px;
}

.brand-title {
  margin-bottom: 48px;
}

.brand__block {
  display: flex;
  justify-content: space-between;
}

.brand__tabs-content {
  width: calc((100% - (20px *1)) / 2);
  border: 1px solid #dedede;
  border-radius: 15px;
  padding: 50px;
}

.brand__tabs-nav {
  width: calc((100% - (20px *1)) / 2);
}

.brand__tabs-nav .tabs-nav__item {
  background-color: #F5F5F5;
  border-radius: 15px;
}

.brand__tabs-content .tabs-item {
  display: none;
}

.brand__tabs-content .tabs-item--active {
  display: block;
}

.tabs-nav__btn {
  width: 100%;
  display: flex;
  align-items: center;
  max-height: 105px;
  padding: 10px 10px 10px 11px;
  border-radius: 15px;
  transition: box-shadow 200ms ease-in-out, color 200ms ease-in-out;
}

/* .tabs-nav__btn:hover {
	color: white;
	box-shadow: 0 0 50px 50px #854790 inset;
} */


.tabs-nav__btn img {
  max-width: 123px;
  width: 100%;
  border-radius: 9px;

}


.tabs-item-text {
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.03em;
  font-family: "Inter", sans-serif;
  margin-bottom: 26px;
}

.tabs-item-descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #4c4d4c;
  font-family: "Inter", sans-serif;
  margin-bottom: 11px;
  padding-right: 10px;
}

.tabs-nav__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: inherit;
  margin-left: 28px;
}

.brand__block .tabs-nav__item:not(:last-child) {
  margin-bottom: 11px;
}

.tabs-nav__btn--active {
  background-color: #854790;
  transition: background-color 0.5s ease;
}

.tabs-nav__btn--active p {
  color: white;
}

/* Поиск */
.header__search-block form {
  position: relative;
  height: 49px;
}

.header__search-block {
  width: 100%;
  height: 40px;
  display: none;
  margin-bottom: 20px;
  transition: display 0.3s ease-in-out;
  margin-top: 20px;
}

.header__search-block.show {
  display: block;
}


.header__search-block input {
  border: 0;
  background-color: transparent;
  outline: unset;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 135px;
  border-bottom: 1px solid var(--gray-line);
  padding: 9px 20px 12px 43px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: var(--black);
  align-items: center;
}

.header__search-block button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: unset;
  cursor: pointer;
  top: 7.5px;
  left: 1px;
  width: 32px;
  height: 32px;
  padding: 0;
}

.search-del {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: unset;
  cursor: pointer;
  top: 7.5px;
  right: -6px;
  width: 30px;
  height: 30px;
  padding: 5px;
}



.header__button-search .close-btn {
  display: none;
  width: 32px;
}

.header__button-search.close .close-btn {
  display: block;
}

.header__button-search.close .search-btn {
  display: none;
}

.header__button-search:hover .search-btn path {
  fill: #832e92;
  transition: fill 0.2s ease;
}

.header__button-account:hover .account-icon path {
  fill: #832e92;
  transition: fill 0.2s ease;
}

.header__button-favourites:hover .account-icon path {
  stroke: #832e92;
  transition: fill 0.2s ease;
}

.header__button-basket:hover .account-icon path {
  fill: #832e92;
  transition: fill 0.2s ease;
}

.header__search-block form button:hover path {
  fill: #854790;
  transition: fill 0.2s ease;
}

.header__search-block form a:hover path {
  fill: #854790;
  transition: fill 0.2s ease;
}



/* Каталог */
.catalog-wrapper {
  position: absolute;
  width: 100%;
}

.catalog-list-wrapper {
  position: absolute;
  top: 49px;
  left: 30px;
  width: 100%;
  max-width: 229px;
  padding: 26px 0px 31px 19px;
  background-color: #fff;
  display: none;
  z-index: 10;
  border-radius: 15px;
  background-color: #f5f5f5;
  border: 1px solid #dedede;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}

.catalog-active {
  border-radius: 15px 0px 0px 15px;
}

.catalog-list,
.sub-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.catalog-list li,
.sub-list li {
  padding: 10px;
}

.sub-list {
  display: none;
  position: absolute;
  background-color: #fff;
  left: 100%;
  width: 229px;
  top: -1px;
  min-height: 415px;
  height: auto;
  border-radius: 0px 15px 15px 0px;
  padding: 26px 20px 26px 20px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  z-index: 10000;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
}

.active .sub-list {
  display: block;
}

.sub-list li a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4c4d4c;
}

.catalog-list-link {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: black;
  width: 100%;
  display: block;
  line-height: 118%;
  background-image: url(../img/arrow-right-header.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  transition: color 0.3s ease;
  padding: 9px 10px 8px 10px;
  padding-right: 32px;
}

.catalog-list-link:hover {
  color: #854790;
  background-image: url(../img/arrow-right-fil.svg);
}

.catalog-list-wrapper .catalog-list li {
  padding: 0;
}

.sub-list-cor li {
  padding: 7px 10px 4px 10px !important;
}

.sub-list-cor a:hover {
  color: #854790;
  transition: color 0.3s ease;
}

.sub-list-cor a:active {
  color: #832e92;
  transition: color 0.3s ease;
}

.sub-list-cor span {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  margin: 9px 0 10px 10px;
  display: block;
}

.catalog-list .active .catalog-list-link {
  color: #854790;
}

.tabs-item {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.tabs-item--hidden {
  opacity: 0;
  visibility: hidden;
}

.tabs-item--active {
  opacity: 1;
  visibility: visible;
}

.network-top {
  display: none;
}

.contacts-bottom {
  display: none;
}

.footer__info-bottom {
  display: none;
}

.brand__accordion {
  display: none;
}

.header__button-search-mobil {
  display: none;
}

.cart__price-mobil {
  display: none;
}

.cart-box-mobil {
  display: none;
}

.footer__top-contacts-mobil {
  display: none;
}

.menu-mobil .header__catalog-btn {
  display: none;
}

/* ---------------------------------------------------------- */
/* Аккордион */
.accordion__item {
  position: relative;
  min-height: 72px;
  color: #2F1C05;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 16px;
  background-color: #F5F5F5;
  padding: 20px 23px 16px 30px;
  padding: 10px 10px 10px 11px;
  margin-bottom: 10px;
}

.accordion__item img {
  width: 121px;
  border-radius: 8px;
}

.accordion__header {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: inherit;
  cursor: pointer;
}

.accordion__header .tabs-nav__text {
  margin-left: 20px;
}

.accordion__header::after {
  display: inline-block;
  flex-shrink: 0;
  /* content: "🡢"; */
  margin-left: auto;
  transition: transform 0.2s ease;
  font-size: 13px;
  margin-top: 10px;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 10.499L10.5 5.99902M10.5 5.99902L6 1.49902M10.5 5.99902L1.5 5.99902' stroke='%23000100' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  content: "";
}

.accordion__item_show .accordion__header::after {
  display: inline-block;
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}

.accordion__item_slidedown .accordion__header::after {
  display: inline-block;
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}

.product-page__card-features-aside .accordion__item_slidedown .accordion__header::after {
  transform: rotate(90deg);
  margin-right: 0px;
  transition: transform 0.2s ease;
}

.accordion__content {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  background: rgba(255, 255, 255, 0);
  padding-top: 25px;
  padding: 24px 10px 6px 0px;
}

.accordion__item:not(.accordion__item_show) .accordion__body {
  display: none;
}

.accordion__item-box {
  position: absolute;
  /* z-index: 2; */
  top: 20px;
  right: -10px;
  clip-path: polygon(7% 0, 100% 0, 100% 100%, 7% 100%, 0 50%);
  padding: 0px 40px 0 50px;
  background-color: #6DAB6A;
  border-radius: 5px;
}

.accordion__header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* .accordion__item_show .accordion__header img {
	width: 70px;
	transition: width 0.9s ease;
  }
  .accordion__item_show .accordion__header {
	padding: 10px 0 0 19px;
  } */
/* ---------------------------------------------------------- */

.hr-line {
  height: 1px;
  margin: 0;
  border: none;
  background-color: #dedede;
  color: #dedede;
  margin-top: 16px;
}

/* breadcrumbs */
.breadcrumbs__info {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-left: -10px;
}

.breadcrumbs__info li {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #bfbaba;
}


.breadcrumbs__info li a:hover {
  transition: color 0.2s ease;
  color: #854790;
}

.breadcrumbs__info li::before {
  content: '•';
  margin-left: 4px;
  margin-right: 5px;
  color: #bfbaba;
}

.breadcrumbs__info li:first-child::before {
  content: '';
  /* Убираем разделитель для первого пункта */
}

.breadcrumbs__info-back {
  display: none;
}


/* Кастомный чекбокс */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.custom-checkbox {
  user-select: none;
  cursor: pointer;
  display: block;
  margin-bottom: 8px;
}

.custom-checkbox__text {
  position: relative;
  padding-left: 0px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--text-gray);
  cursor: default;
  user-select: none;
}

.fancybox-inform-checkbox {
  margin-left: 22px;
}

.custom-checkbox__text::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 3px;
  width: 12px;
  height: 12px;
  border: 1px solid #854790;
  border-radius: 3px;
  background-color: #fff;
}

/* .custom-checkbox__text:hover::before {
	background-color: #854790;
	transition: background-color 0.3s ease;
} */

.custom-checkbox__text::after {
  content: '';
  position: absolute;
  left: -22px;
  top: 3px;
  width: 12px;
  height: 12px;
  background-image: url(../img/pic-checkbox.svg);
  background-position: center;
  background-size: 70%;
  background-position: 2px 2px;
  background-repeat: no-repeat;
  opacity: 0;
  background-color: #854790;
  border-radius: 3px;
  cursor: pointer;
}

.custom-checkbox__input:checked+.custom-checkbox__text::after {
  opacity: 1;
}

/* contacts-page */
.contacts-page {
  margin-top: 40px;
}


.contacts-page__info {
  width: calc((100% - (90px *1)) / 2);
  padding-top: 4px;
  margin-bottom: 110px;
}

.contacts-page__aside {
  width: calc((100% - (20px *1)) / 2);

}

.contacts-page__block {
  display: flex;
  justify-content: space-between;
}

.contacts-page__info-box {
  display: flex;
  border-bottom: 1px solid #dedede;
  padding-bottom: 46px;
}

.info-box-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: var(--text-gray);
  margin-bottom: 15px;
}

.info-box-descr {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: var(--text-gray);
  margin-top: 30px;
}

.info-box-link {
  display: flex;
  flex-direction: column;
  min-height: 68px;
}

.info-box-link a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: var(--black);
  margin-bottom: 11px;
  margin-right: 5px;
  transition: color 0.2s ease;
}

.info-box-link a:hover {
  color: #854790;
}

.contacts-page__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 45px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: var(--black);
  margin-bottom: 49px;
}

.info-box {
  display: flex;
  flex-direction: column;
  width: calc((93% - (20px *1)) / 2);
}

.info-box-text {
  margin-bottom: 15px;
}

.info-box-messenger {
  padding-top: 15px;

}

.info-box-messenger svg {
  overflow: visible;
}

.info-box-messenger-link svg {
  overflow: visible;
}

.order-decorated__network svg {
  overflow: visible;
}

.contacts-messenger-link svg {
  overflow: visible;
}

.network-messenger-link svg {
  overflow: visible;
}

.header-bottom__nav-contacts-messenger svg {
  overflow: visible;
}


.info-box-messenger a {
  margin-right: 6px;

}

.info-box-messenger a:hover path {
  fill: #a456b2;
  transition: fill 0.2s ease;

}

.adress-block {
  margin-bottom: 39px;
}

.adress-block-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: var(--text-gray);
  margin-top: 50px;
  margin-bottom: 16px;
}

.adress-block-descr {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 135%;
  color: var(--black);
  max-width: 395px;
  width: 100%;
  margin-bottom: 9px;
}

.adress-block span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--text-gray);
}

.chart-block-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: var(--text-gray);
  margin-bottom: 17px;
}

.main-contacts .chart-block-text {
  margin-bottom: 12px;
}


.chart-block-descr {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: var(--black);
}

.chart-block {
  margin-bottom: 38px;
}

.legal-information-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: var(--text-gray);
  margin-bottom: 23px;
}

.main-contacts .legal-information-text {
  margin-bottom: 16px;
}

.legal-information-descr {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: var(--black);
  margin-bottom: 14px;
  letter-spacing: -0.09px;
}

.main-contacts .legal-information-descr {
  margin-bottom: 7px;
}

.contacts-page__aside-maps {
  max-width: 650px;
  width: 100%;
  height: 350px;
  border-radius: 15px;
  overflow: hidden;
}

.contacts-page__aside-form {
  border-radius: 15px;
  background: var(--gray-background);
  padding: 45px 35px 45px 43px;
  margin-top: 53px;
}

.feedback-block__info-top {
  display: flex;
  margin-bottom: 4px;
}

.feedback-block__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 30px;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 27px;
}


.contacts-page__aside-form {
  padding: 45px 45px 41px 43px;
}


.feedback-block__info-top input {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #dedede;
  outline: none;
  height: 29px;
  max-width: 265px;
  width: 100%;
  padding: 5px 0;
}

.feedback-block__info-top input:not(:last-child) {
  margin-right: 20px;
}

.feedback-block__info-top input::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--text-gray);
}

.feedback-block__info-bottom textarea::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--text-gray);
}

.feedback-block__info-bottom textarea {
  border-width: medium medium 1px;
  border-style: none none solid;
  border-color: currentcolor currentcolor rgb(222, 222, 222);
  border-image: none;
  background-color: transparent;
  outline: none;
  height: 60px;
  max-width: 100%;
  width: 100%;
  padding: 12px 0px;
  resize: none;
}

.feedback-block__info-bottom {
  margin-bottom: 29px;
}

.custom-checkbox__text a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--violet-1);
}

.custom-checkbox__text a:hover {
  color: #A456B2;
  transition: color 0.2s ease;
}

.feedback-block__privacy label {
  margin-bottom: 10px;
  margin-left: 22px;
  display: block;
  cursor: pointer;
}

.feedback-block__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: var(--white);
  padding: 5px 8x;
  max-width: 146px;
  width: 100%;
  min-height: 46px;
  background-color: #854790;
  border-radius: 5px;
  transition: box-shadow 0.2s ease;
  margin-top: 20px;
  transition: box-shadow 200ms ease-in-out;
}

.feedback-block__btn:hover {
  box-shadow: 0 0 50px 50px #A456B2 inset;
}

.ya_map {
  font-family: arial;
  font-size: 12px;
  color: #454545;
}

#map {
  max-width: 650px;
  width: 100%;
  height: 350px;
}

/* Страна */
/* --------------------------- */

.aside-country label {
  margin-right: 10px;
}

.aside-country-options {
  display: flex;
  margin-top: 13px;
}

.aside-country-options input[type="radio"] {
  display: none;
}


.aside-country-options label {
  display: flex;
  align-items: center;
  width: max-content;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
  padding: 0 10px;
  border: 1px solid #dedede;
  border-radius: 5px;
  height: 32px;
  transition: border 0.2s ease;
  padding: 0 9px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: var(--black);
}

.aside-country-options label:hover {
  border: 1px solid #854790;
}

.aside-country-options input[type="radio"]:checked+label {
  border: 1px solid #854790;
}

/* --------------------------- */

.sity-maps__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 45px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: var(--black);
  margin-bottom: 49px;
}

.aside-country-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: var(--black);
}

.sity-maps__box {
  max-width: 985px;
  width: 100%;
  height: 520px;
  border-radius: 15px;
  overflow: hidden;
}

.sity-maps__block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}

.sity-maps {
  margin-top: 44px;
}

.sity-maps__aside {
  max-width: 275px;
  width: 100%;
  border-bottom: 1px solid #dedede;
  margin-right: 30px;
}


/* aside-search-form */
.aside-country {
  margin-bottom: 29px;
}

.aside-search-form {
  height: 100%;
}

.aside-search-city,
.aside-search-metro {
  position: relative;
}

.aside-search-city {
  margin-bottom: 29px;
}

.aside-search-city label,
.aside-search-metro label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: var(--black);
  display: block;
  margin-bottom: 16px;
}

.aside-search-input {
  border: 0;
  background-color: transparent;
  outline: unset;
  border: 1px solid #dedede;
  height: 40px;
  max-width: 275px;
  width: 100%;
  border-radius: 7px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: var(--black);
  padding: 0 15px;
  transition: border 0.2s ease;
}

.aside-search-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: unset;
  color: #ffffff;
  padding: 5px;
  cursor: pointer;
  right: 0px;
  top: 36.5px;
  width: 32px;
  height: 32px;
}

.aside-search-btn:hover path {
  fill: #854790;
  transition: fill 0.2s ease;
}





#map2 {
  max-width: 985px;
  width: 100%;
  height: 520px;
}

/* Заказ оформлен */
.order-decorated {
  padding-top: 18px;
}

.order-decorated__block {
  display: block;
  height: 530px;
  background-repeat: no-repeat;
  padding: 50px;
  border-radius: 20px;
  background-size: cover;
  background-position: center left;
}

.order-decorated__block h2 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 130%;
  color: #000100;
  max-width: 377px;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 19px;
}

.order-decorated__link {
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  border-radius: 5px;
  padding: 0px 20px;
  max-width: 242px;
  width: 100%;
  height: 50px;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  background-color: var(--violet-1);
  color: #ffffff;
}

.order-decorated__link {
  transition: box-shadow 200ms ease, color 200ms ease, background-color 200ms ease;

  &:hover {
    color: white;
    box-shadow: 0 0 40px 40px #a456b2 inset;
    background-color: #a456b2;
  }
}


.order-decorated__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: var(--black);
  margin-bottom: 31px;
}

.order-decorated__text span {
  color: var(--violet-1);
}

.order-decorated__descr {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: var(--black);
  margin-bottom: 168px;
}

.order-decorated__reviews {
  margin-top: 60px;
  max-width: 480px;
  width: 100%;
}

.order-decorated__reviews p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: var(--black);
}

.order-decorated__network a:hover path {
  fill: #a456b2;
  transition: fill 0.2s ease;

}

.order-decorated__network {
  margin-top: 20px;
}

.order-decorated__network a {
  margin-right: 6px;
}

.main-decorated .bestsellers {
  padding-top: 117px;
}

.main-decorated .directory {
  padding-bottom: 90px;
}

.order-decorated__title br {
  display: none;
}

.order-decorated__reviews .order-decorated__descr {
  display: none;
}


/* Минеральная косметика */
.mineral-cosmetics {
  padding-top: 93px;
  padding-bottom: 20px;
}

.mineral-cosmetics__block {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mineral-cart {
  width: calc((100% - (20px *2)) / 3);
  margin-bottom: 100px;
}

.mineral-cosmetics__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 45px;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-align: center;
  color: var(--black);
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.mineral-cart-img {
  aspect-ratio: 1.185;
  background-repeat: no-repeat;
  background-size: contain;
}

.mineral-cart-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: var(--black);
  margin-top: 21px;
  margin-bottom: 10px;
}

.mineral-cart-descr {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-gray);
}

.mineral-cart-color {
  background: var(--violet-1);
  border-radius: 15px;
  padding: 30px 30px 30px 30px;
  position: relative;
  display: flex;
  align-items: end;
  /* min-height: 360px; */
  height: 100%;
  aspect-ratio: 1.185;
}

.mineral-cart-color p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--white);
}

.order-9 {
  margin-bottom: 111px;
}



.mineral-cart-color::before {
  content: url(../img/quotation-marks.svg);
  display: block;
  width: 42px;
  height: 32px;
  top: 30px;
  left: 31px;
  position: absolute;
  margin-left: auto;
  z-index: 2;
}

.order-8 {
  border-radius: 15px;
  padding: 75px 30px 30px 30px;
  /* min-height: 360px; */
  height: 100%;
}


/* Ингридиенты */
.ingredients-page__block {
  padding-top: 60px;
}

.ingredients-page__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 45px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: var(--black);
  margin-bottom: 29px;
}

.ingredients-page__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-gray);
  max-width: 100%;
  width: 100%;
}

.ingredients-cart {
  width: calc((100% - (20px *3)) / 4);
  margin-bottom: 101px;
  position: relative;

}

.ingredients-page__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 60px;
}

.ingredients-cart-image {
  background-repeat: no-repeat;
  aspect-ratio: 1.96;
  background-size: contain;
  background-position: center;
  margin-bottom: 31px;
}

.ingredients-cart-text {
  display: flex;
  flex-direction: column;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.03em;
  text-align: center;
  color: var(--black);
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 281px;
  width: 100%;
}

.ingredients-cart-descr {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: var(--text-gray);
  line-height: 125%;
  margin-bottom: 9px;
}

.ingredients-cart-text span {
  color: var(--text-gray);
}

.ingredients-cart-link {
  display: block;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--text-gray);
  transition: color 0.2s ease, stroke 0.2s ease;
}

.ingredients-cart-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ingredients-cart-link:hover {
  color: #854790;
}

.ingredients-cart-link:hover path {
  stroke: #854790;
}

.ingredients-cart-link svg {
  margin-left: 7px;
}

.main-ingredients .bestsellers {
  padding-top: 17px;
}

.main-ingredients .directory {
  padding-bottom: 90px;
}

.fancybox-ingredients-cart {
  max-width: 620px;
  width: 100%;
  border-radius: 15px;
  padding: 40px;
}

.fancybox-ingredients-cart .modal__wrapper-img {
  background-repeat: no-repeat;
  aspect-ratio: 1.4;
  max-width: 228px;
  background-size: contain;
  margin: 0 auto;
  margin-bottom: 29px;
}

.fancybox-ingredients-cart .modal__wrapper-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: var(--black);
  margin-bottom: 10px;
}

.fancybox-ingredients-cart .modal__wrapper-descr {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-gray);
}

.fancybox-ingredients-cart .fancybox-close-small {
  padding: 0;
  right: 17px;
  top: 23px;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.4;
}

/* Политика конфиденциальности */
.privacy-policy {
  padding-top: 42px;
  padding-bottom: 81px;
}

.privacy-policy__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 45px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: var(--black);
  max-width: 875px;
  width: 100%;
  margin-bottom: 31px;
}


.policy-list-item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.6px;
  color: var(--black);
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}

.policy-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.policy-list-item ol li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--black);
}

.policy-list-item ol {
  margin-top: 17px;
  letter-spacing: 0;
}

.policy-list-link {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--violet-1);
  transition: color 0.2s ease;
}

.policy-list-link:hover {
  color: #a456b2;
}

/* Публичная оферта */

.correction-1 ol li {
  margin-bottom: 23px;
}

.correction-1 {
  margin-bottom: 43px;
}

.correction-3 ol li {
  line-height: 147%;
}

.correction-3 {
  margin-bottom: 45px;
}

/* Для оптовых покупателей */

.wholesale-buyers {
  padding-top: 43px;
  padding-bottom: 93px;
}

.wholesale-buyers__block {
  display: flex;
  justify-content: space-between;
}

.buyers-aside {
  width: calc((100% - (20px *1)) / 2);
  border: 1px solid var(--gray-line);
  border-radius: 15px;
  padding: 50px;
}

.buyers-form {
  width: calc((100% - (20px *1)) / 2);
  background: var(--gray-background);
  border-radius: 15px;
  padding: 41px 57px 40px 43px;
}

.wholesale-buyers__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 45px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: var(--black);
  margin-bottom: 50px;
}

.buyers-aside-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: var(--black);
  margin-bottom: 26px;

}

.buyers-aside-descr {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-gray);
}

.aside-descr {
  max-width: 400px;
  width: 100%;
}

.buyers-aside-item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: var(--text-gray);
}

.buyers-aside-list {
  margin-top: 10px;
  padding: 0;
  margin: 0;
  margin: 9px 0 42px 23px;
}

.buyers-form-communication {
  padding-top: 20px;
}

.buyers-form-title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 30px;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--black);
  max-width: 470px;
  width: 100%;
  margin-bottom: 9px;
}

.buyers-form-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--black);
}

.communication-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.communication-info input {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #dedede;
  outline: none;
  padding: 5px 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--text-gray);
  width: calc((100% - (20px *1)) / 2);
  height: 31px;
  margin-bottom: 16px;
}

.communication-info input:user-invalid {
  border: 1px solid var(--red-mistke);
}

.communication-textarea {
  margin-bottom: 28px;
}


.communication-textarea textarea {
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  background-color: transparent;
  border-bottom: 1px solid #dedede;
  outline: none;
  padding: 5px 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--text-gray);
  width: 100%;
  resize: none;
}

.communication-block__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: var(--white);
  padding: 5px 8x;
  max-width: 273px;
  width: 100%;
  min-height: 46px;
  background-color: #854790;
  border-radius: 5px;
  transition: box-shadow 0.2s ease;
  margin-top: 20px;
  transition: box-shadow 200ms ease-in-out;
}

.communication-block__btn:hover {
  box-shadow: 0 0 50px 50px #A456B2 inset;
}

/* Каталог */
.catalog-page {
  padding-top: 50px;
  padding-bottom: 100px;
}

.main-catalog-page .breadcrumbs__info {
  margin-top: 10px;
}

.catalog-page__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 45px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: var(--black);
  margin-bottom: 49px;
}

.catalog-page__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.catalog-page__card {
  width: calc((100% - (20px *1)) / 2);
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 20px;

}

.catalog-page__link {
  border-radius: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: end;
  padding: 50px;
  transition: background-size 0.3s ease;
  background-position: center;
  aspect-ratio: 1;
}

.catalog-page__link:hover {
  background-size: 108%;
}

/* .directory-block__link:hover {
	transition: transform 0.4s ease;
	transform: scale(1.05);
} */

.catalog-page__link span {
  width: fit-content;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  background-color: white;
  border-radius: 5px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  text-align: center;
  color: #000;
}


.catalog-page__link:hover span {
  transition: box-shadow 200ms ease, color 200ms ease, background-color 200ms ease;
  color: white;
  box-shadow: 0 0 40px 40px #a456b2 inset;
  background-color: #a456b2;

}

/* Ошибка-404 */
.error-404 {
  /* padding: 100px 0; */
}

.error-404__container {
  /* max-width: 1440px; */
  width: 100%;
  padding: 0;
  margin: 0 auto;
  padding-right: 0;
}

.error-404__block {
  display: flex;
  justify-content: space-between;
}

.error-404__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 30px 30px 61px;
  height: 100%;
  max-width: 720px;
  width: 100%;
  margin-left: auto;
}

.error-404__picture {
  background-size: cover;
  height: 100vh;
  background-repeat: no-repeat;

}

.error-404__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 150px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: var(--black);
  margin-bottom: 36px;
}

.error-404__block-box,
.error-404__picture {
  width: 50%;
}

.error-404__text {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 45px;
  line-height: 120%;
  letter-spacing: -1.4px;
  color: var(--black);
  margin-bottom: 16px;
}

.error-404__descr {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: var(--black);
  margin-bottom: 45px;
}

.error-404__info a {
  max-width: 153px;
  width: 100%;
  height: 50px;
  background-color: #854790;
  border-radius: 5px;
  color: white;
  padding: 0 5px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 21px;
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
  letter-spacing: -0.03em;
  justify-content: center;
  transition: box-shadow 200ms ease, color 200ms ease, background-color 200ms ease;
}

.error-404__info a:hover {
  box-shadow: 0 0 40px 40px #a456b2 inset;
  background-color: #a456b2;

}

/* Подарочная карта */

.certificate-page {
  padding-top: 58px;
  padding-bottom: 158px;
}

.certificate-page__block {
  display: flex;
  justify-content: space-between;
}

.data-card {
  width: calc((100% - (20px *1)) / 2);
  margin-right: 20px;
}

.gift-card {
  width: calc((103% - (20px *1)) / 2);
  background-color: #000;
  border-radius: 15px;
  max-width: 660px;
  height: 435px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
  padding: 74px 50px 50px 50px;
  min-width: 524px;
  margin-top: auto;
  margin-bottom: 5px;
}

.gift-card-mobil {
  width: calc((100% - (20px *1)) / 2);
  background-color: #000;
  border-radius: 15px;
  width: 660px;
  height: 435px;
  display: none;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
  padding: 74px 50px 50px 50px;
}

.gift-card-text {
  font-family: var(--second-family);
  font-size: 30px;
  line-height: 130%;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  margin-bottom: 12px;
}

.gift-card-box p {
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--white);
  margin: 0px 8px 0 5px;
}

.gift-card-price {
  font-family: var(--font-family);
  font-size: 45px;
  line-height: 120%;
  color: var(--white);
}

.certificate-page__title {
  font-family: var(--second-family);
  font-size: 45px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: var(--black);
  margin-bottom: 52px;
}

.data-card-text {
  font-family: var(--font-family);
  font-size: 22px;
  line-height: 130%;
  color: #000;
  max-width: 490px;
  width: 100%;
  margin-bottom: 28px;
  letter-spacing: -0.03em;

}

.data-card-descr {
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 100%;
  color: var(--black);
  letter-spacing: 0.5px;
}

.gift-card-img {
  margin-right: 38px;
  margin-bottom: 63px;
}


.gift-card-box {
  display: flex;
  align-items: baseline;
}

/* номинал */
.size-options-nominal {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.size-options-nominal {
  display: flex;
  flex-wrap: wrap;
}

.size-options-nominal input[type="radio"] {
  display: none;
}


.size-options-nominal label {
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #dedede;
  max-width: max-content;
  width: 100%;
  height: 32px;
  border-radius: 5px;
  margin-right: 10px;
  justify-content: center;
  margin-top: 13px;
  padding: 0 10px;
  letter-spacing: -0.015em;
  margin-right: 10px;
  flex-shrink: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: var(--black);
}

.size-options-nominal label:hover {
  transition: border 0.2s ease;
  border: 1px solid #854790;
}

.size-options-nominal input[type="radio"]:checked+label {
  border: 1px solid #854790;
}

.certificate-page .communication-info {
  flex-direction: column;
  margin-top: 15px;
}

.communication-info textarea {
  border-width: medium medium 1px;
  border-style: none none solid;
  border-color: currentcolor currentcolor rgb(222, 222, 222);
  border-image: none;
  background-color: transparent;
  outline: none;
  height: 52px;
  max-width: 455px;
  padding: 4px 0px;
  resize: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--text-gray);
}

.buyers-form-communication {
  padding-top: 9px;
}

.main-wholesale-buyers .buyers-form-communication {
  padding-top: 19px;
}

.communication-box-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: var(--black);
}


.communication-info {
  margin-top: 16px;
  margin-bottom: 30px;
}

.communication-info input {
  max-width: 455px;
  width: 100%;
  letter-spacing: 0.2px;
}

.communication-info input:user-invalid {
  border: 1px solid var(--red-mistke);
}

.buyers-form-button {
  display: flex;
  align-items: center;
}

.buyers-form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: var(--white);
  padding: 5px 20px;
  max-width: 133px;
  max-width: max-content;
  width: 100%;
  min-height: 46px;
  background-color: #854790;
  border-radius: 5px;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 200ms ease-in-out;
}

.buyers-form-btn:hover {
  box-shadow: 0 0 50px 50px #A456B2 inset;
}


.buyers-form-button-text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  color: var(--black);
  margin-left: 31px;
}

.data-card-nominal-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: var(--black);
}

/* Обучение в подарок */
.size-options-present {
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}

.size-options-present {
  display: flex;
  flex-wrap: wrap;
}

.size-options-present input[type="radio"] {
  display: none;
}


.size-options-present label {
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #dedede;
  max-width: max-content;
  width: 100%;
  height: 32px;
  border-radius: 5px;
  margin-right: 10px;
  justify-content: center;
  margin-top: 13px;
  padding: 0 10px;
  margin-right: 10px;
  flex-shrink: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: var(--black);
}

.size-options-present label:hover {
  transition: border 0.2s ease;
  border: 1px solid #854790;
}

.size-options-present input[type="radio"]:checked+label {
  border: 1px solid #854790;
}

.data-card-present label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: var(--black);
}


/* Избранное */

.favorites-menu-button {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;

}

.favorites-menu-button p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: var(--black);
}


.favorites-menu {
  transform: translateY(-200%);
  transition: transform 0.6s ease;
  max-width: 625px;
  width: 100%;
  min-height: 300px;
  height: 100%;
  position: fixed;
  top: 200px;
  right: 0;
  background-color: white;
  border: 1px solid #dedede;
  padding: 40px 60px;
  height: max-content;
  z-index: 1001;
  height: 100vh;
}

.favorites-menu.open {
  transform: translateY(0);
}

.favorites-menu-block {
  display: block;
  padding: 0px 15px 0px 0;
  overflow: auto;
  max-height: calc(100vh - 220px);
  overflow-x: hidden;
}

.favorites-menu-block > .favourites-block__content {
  width: 100%;
  min-width: 0;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
}

.favorites-menu-block > .favourites-block__content .product-cart {
  width: calc((100% - 16px) / 2);
  max-width: none;
  margin: 0;
}

.favorites-menu-block > .favourites-block__content .product-cart:not(:nth-child(3n)) {
  margin-right: 0;
}

.favorites-menu-block > .favourites-block__content .product-cart__img {
  width: 100%;
}

.favorites-menu-block > .favourites-block__content .product-cart__img img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: contain;
  margin: 0 auto;
}

.favorites-menu-block > .favourites-block__content .product-cart-bottom-link {
  display: block;
  width: 100%;
  word-break: normal;
  overflow-wrap: anywhere;
}

.favorites-menu-item {
  width: calc((100% - (24px *2)) / 3);
  border: 1px solid #dedede;
  border-radius: 15px;
  height: 250px;
  background-color: #f1f1f1;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
}

.close-favorites-menu {
  padding: 5px;
  transition: fill 0.2s ease;

}

.close-favorites-menu:hover path {
  fill: #854790;

}


body.no-scroll {
  overflow: hidden;
}

.overlay-hid {
  position: fixed;
  top: 200px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 1000;
}

.overlay-hid.open {
  display: block;
}



.favorites-menu.open {
  transform: translateX(0);
}

.close-favorites-menu {
  position: absolute;
  top: 33px;
  right: 10px;
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
}



/* Пагинация */

.pagination-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}

.page-item {
  padding: 0 5px;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  /* line-height: 100%; */
  text-align: center;
  color: var(--black);
  opacity: 0.5;

}

.page-item:hover {
  color: #854790;
  opacity: 1;
}

.arrow-pagination {
  cursor: pointer;
  margin: 0 17px;
  border: 1px solid black;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border 0.2s ease, stroke 0.2s ease;
}

.arrow-pagination:hover {
  border: 1px solid #854790;
}

.arrow-pagination:hover path {
  stroke: #854790;
}

.page-item-active {
  opacity: 1;
}


/* модалка личный кабинет */
.account-modal {
  border: 1px solid var(--gray-line);
  border-radius: 15px;
  padding: 30px 20px;
  margin: 0 auto;
  background: var(--gray-background);
  position: relative;
}

.account-modal-lk {
  max-width: 211px;
  width: 100%;
  height: 198px;
  transform: translateY(-300%);
  transition: transform 0.6s ease;
  position: absolute;
  top: 52px;
  right: 0%;
  z-index: 1000;
}

.account-modal-lk.open {
  transform: translateY(0);
}

.account-cls {
  font-size: 33px;
  font-weight: 200;
  color: #4C4D4C;
  width: 15px;
  height: 15px;
  line-height: 38%;
  position: absolute;
  top: 13px;
  right: 12px;
  font-family: var(--second-family);
  cursor: pointer;
  transition: color 0.2s ease;
}

.account-cls:hover {
  color: #854790;
}

.account-modal-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--black);
  margin-bottom: 5px;
}

.account-modal-descr {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: var(--text-gray);
  margin-bottom: 20px;
}

.account-modal-enter {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: var(--white);
  max-width: 100%;
  width: 100%;
  height: 32px;
  background-color: #854790;
  border-radius: 5px;
  color: white;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 200ms ease, color 200ms ease, background-color 200ms ease;
  margin-bottom: 10px;

}

.account-modal-enter:hover {
  box-shadow: 0 0 40px 40px #a456b2 inset;
  background-color: #a456b2;
}

.account-modal-exit {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: var(--black);
  border: 1px solid var(--violet-1);
  border-radius: 5px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 32px;
  justify-content: center;
  padding: 5px;
  transition: box-shadow 200ms ease-in-out, color 200ms ease-in-out, border 200ms ease-in-out;
}

.account-modal-exit:hover {
  color: #fff;
  box-shadow: 0 0 40px 40px #a456b2 inset;
  border: 1px solid #a456b2;
}

.btn-color svg {
  fill: #854790;
}

.btn-color path {
  stroke: #854790;
}

.close-btn:hover path {
  fill: #854790;
  transition: fill 0.2s ease;
}

.account-icon-fill {
  display: none;
}

.btn-color-acc .account-icon-fill {
  display: block;
  width: 32px;
  height: 32px;
  margin: -4px -2px 0 -4px;
}

.btn-color-acc .account-icon {
  display: none;
}


/* Каталог - фильтры */

.folder-era {
  padding-top: 59px;
  padding-bottom: 53px;
}

/* Каталог: плотнее от крошек к заголовку и контенту */
.folder-era.catalog-section-layout {
  padding-top: 18px;
  padding-bottom: 48px;
}

.folder-era.catalog-section-layout.folder-era--level1-tiles {
  padding-top: 8px;
  padding-bottom: 40px;
}

.folder-era.catalog-section-layout .folder-era__title {
  margin-top: 0;
  margin-bottom: 14px;
}

/* Подкатегории 1-го уровня: карточки с картинкой раздела из админки */
.level1-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(156px, 1fr));
  gap: 16px 18px;
  align-items: stretch;
}

.level1-cards__item {
  margin: 0;
  min-width: 0;
}

.level1-cards__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: var(--black, #000);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.level1-cards__link:hover {
  border-color: #854790;
  box-shadow: 0 6px 24px rgba(133, 71, 144, 0.12);
}

.level1-cards__figure {
  display: block;
  position: relative;
  aspect-ratio: 1 / 1;
  background-color: #f4f4f4;
  overflow: hidden;
}

.level1-cards__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.level1-cards__title {
  display: block;
  padding: 12px 12px 14px;
  font-family: var(--font-family, "Inter", sans-serif);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.35;
  text-align: center;
  flex-grow: 1;
}

@media screen and (min-width: 768px) {
  .level1-cards {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px 22px;
  }

  .level1-cards__title {
    font-size: 16px;
    padding: 14px 16px 16px;
  }
}

.folder-era__box {
  max-height: 100px;
  height: 100%;
  overflow: hidden;
  transition: max-height 0.2s ease;
  max-width: 100%;
  width: 100%;
}

.folder-era__box.open {
  max-height: 500px;
}

.folder-era__box p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--black);
}

.folder-era__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 45px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: var(--black);
  margin-bottom: 30px;
}

.show-more-btn {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--text-gray);
  margin-top: 13px;
  margin-bottom: 63px;
}


.btn-open-cls .open-text {
  display: none;
}

.close-text {
  display: none;
}

.btn-open-cls .close-text {
  display: block;
}

.show-more-btn .open-text svg {
  margin-left: 2px;
}

.show-more-btn .open-text:hover {
  color: #854790;
  transition: color 0.2s ease;
}

.show-more-btn .open-text:hover path {
  stroke: #854790;
  transition: stroke 0.2s ease;
}

.show-more-btn .close-text:hover {
  color: #854790;
  transition: color 0.2s ease;
}

.show-more-btn .close-text:hover path {
  stroke: #854790;
  transition: stroke 0.2s ease;
}

.show-more-btn .close-text svg {
  margin-left: 2px;
}

.button-list {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  /* для IE и Edge */
  scrollbar-width: none;
  /* для Firefox */
}

.button-list::-webkit-scrollbar {
  display: none;
  /* для Chrome, Safari и Opera */
}


.button-item-link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: var(--black);
}



.folder-era__button {
  border-top: 1px solid #dedede;
  padding-top: 20px;
}

.button-item {
  display: block;
  margin-right: 21px;
  display: block;
}

.folder-era__block {
  display: flex;
  justify-content: space-between;
  padding-top: 48px;
}

.folder-filter {
  max-width: 275px;
  width: 100%;
  margin-right: 35px;

}

.folder-product {
  max-width: 985px;
  width: 100%;
}

.folder-product-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.folder-era__block .product-cart__price {
  margin-top: 16px;
}

.folder-era__block .product-cart-top {
  margin-bottom: 15px;
}

.folder-era__block .product-cart-bottom-link {
  line-height: 146%;
}

.folder-era__block .product-cart {
  margin-bottom: 33px;
  width: calc((100% - (20px *2)) / 3);
}

/* Аккордион в фильтрах */
.strainer {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #dedede;
}

.strainer-item {
  margin: 0px;
  position: relative;
}

.strainer-header {
  padding: 21px 0 10px 0;
  border-top: 1px solid #dedede;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: var(--black);
}

.strainer-header::after {
  display: inline-block;
  flex-shrink: 0;
  /* content: "🡢"; */
  position: absolute;
  margin-left: auto;
  transition: transform 0.2s ease;
  font-size: 13px;
  top: 23px;
  right: 0px;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 10.499L10.5 5.99902M10.5 5.99902L6 1.49902M10.5 5.99902L1.5 5.99902' stroke='%23000100' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  content: "";
}

.active .strainer-header::after {
  transform: rotate(90deg);
  transition: transform 0.2s ease;
  right: 0;
}

/* 
.strainer-header::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
} */

.strainer-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  padding: 0 0 0 22px;
  margin: 7px 0 10px 0;
}

.strainer-content.open {
  max-height: 300px;
  /* Adjust according to your content */
  /* padding: 7px 0 10px 22px; */
  padding: 0 0 0 22px;
}

.strainer .custom-checkbox__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: var(--text-gray);
}

.range-box {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin: auto;
  padding-top: 23px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 8px;
}

.folder-filter .slider-container {
  max-width: 275px;
  width: 94%;
  margin: 20px 0;
}



.folder-filter .input-boxes {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.folder-filter .noUi-horizontal {
  height: 2px;
}

.folder-filter .noUi-target {
  border: none;
}

.folder-filter .noUi-connect {
  background: #854790;
}

.folder-filter .noUi-handle::after,
.noUi-handle::before {
  display: none;
}

.folder-filter .noUi-handle {
  border: 2px solid #854790;
  box-shadow: none;
  border-radius: 61%;
}

.folder-filter .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  top: -9px;
}

.folder-filter .input-box {
  width: 119px;
  height: 40px;
  border-radius: 8px;
  background: var(--gray-background);
  border: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: var(--text-gray);
  text-align: start;
  padding: 0 17px;
  outline: none;

}

/* .folder-filter .custom-checkbox__text:hover::before {
	background-color: #854790;
	transition: background-color 0.3s ease;
} */


.folder-filter-search input {
  height: 40px;
  border: 1px solid #dedede;
  border-radius: 7px;
  width: 100%;
  padding: 0 15px;
  display: flex;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: var(--text-gray);
  outline: none;
}

.folder-filter-search {
  display: flex;
  align-items: center;
}


.folder-filter-search {
  position: relative;
  margin-bottom: 29px;
}

.folder-filter-search button {
  position: absolute;
  right: 3px;
  top: 6px;
  padding: 7px;
}

.folder-filter .custom-checkbox__text::before {
  background-color: var(--gray-background);
  border: none;
}

.range-box h2 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: var(--black);
  margin-bottom: 20px;
}

.input-box-1 {
  margin-right: 10px;
}

.input-box-2 {
  margin-left: 10px;
}

.dash-text {
  font-size: 38px;
  color: var(--text-gray);
  font-weight: 300;
  height: 20px;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}

.reset-filters {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: var(--black);
  border: 1px solid var(--violet-1);
  border-radius: 5px;
  padding: 5px;
  max-width: 178px;
  height: 32px;
  margin-top: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 200ms ease-in-out, color 200ms ease-in-out, border 200ms ease-in-out;
  margin-bottom: 21px;

  &:hover {
    color: #fff;
    box-shadow: 0 0 40px 40px #a456b2 inset;
    border: none;
  }
}



.toggle-check {
  position: relative;
  width: 26px;
  height: 15px;
  display: inline-block;
  user-select: none;
}

.toggle-check>.checkbox-fil {
  display: none;
  /* Скрываем браузерный чекбокс */
}

.toggle-check>.switch-fil {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.2s;
  cursor: pointer;
  background-color: #a9aeb1;

}

.toggle-check>.switch-fil:before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  left: 1px;
  bottom: 1px;
  background-color: #fff;
  transition: 0.2s;
}

.checkbox-fil:checked+.switch-fil:before {
  transform: translateX(11px);
}

.checkbox-fil:checked+.switch-fil {
  background-color: #854790;
}

.toggle-check.round-fil>.switch-fil {
  border-radius: 34px;
}

.toggle-check.round-fil>.switch-fil:before {
  border-radius: 50%;
}

.toggle-check {
  margin-right: 10px;
}

.availability-product-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: var(--black);
}

.availability-product {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}


.folder-filter-sales {
  max-width: 275px;
  width: 100%;
  max-height: 300px;
  height: 100%;
  background: var(--gray-background);
  border-radius: 15px;
}

.folder-filter-sales a {
	background-repeat: no-repeat;
	background-size: 54%;
	background-position: 86% 101%;
	width: 100%;
	height: 100%;
	display: flex;
	padding: 31px 30px;
	flex-direction: column;
	justify-content: space-between;
	min-height: 228px;
}

.folder-filter-sales a p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: var(--black);
  max-width: 190px;
  width: 100%;
}

.folder-filter-sales a span {
  width: 32px;
  height: 32px;
  background-color: #854790;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.folder-filter-sales a:hover span {
  background-color: #832e92;
  transition: background-color 0.2s ease;
}
.product-cart__img {
	margin: 0 auto;
	width: 100%;
	display: block;
	text-align: center;
}
.folder-product .pagination-block {
  justify-content: left;
  margin-left: -17px;
  padding-top: 2px;
}

.main-folder-era .bestsellers {
  padding-top: 33px;
  padding-bottom: 124px;
}

.line-filter {
  width: 100%;
  height: 1px;
  background-color: #dedede;
  border: none;
  margin: 0;

}

.filter-mobil-btn {
  display: none;
}

.filter-mobil-btn:hover rect {
  fill: #a456b2;
  transition: fill 0.2s ease;
}

.filter-mobil-close {
  width: 32px;
  height: 32px;
  background-color: #854790;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 5px;
  transition: background-color 0.2s ease;
}

.filter-mobil-close:hover {
  background-color: #a456b2;
}

.filter-mobil-btn .filter-mobil-close {
  display: none;
}

.btn-active .filter-mobil-close {
  display: flex;
}

.btn-active .filter-mobil-open {
  display: none;
}

.button-item-link:hover {
  color: #854790;
  transition: color 0.2s ease;
}

.main-basket-page .branded-pack .product-cart__price {
  margin-top: 22px;
}

.main-basket-page .branded-pack .product-cart-top {
  margin-bottom: 14px;
}

/* ------------------Допы--------------------- */
.catalog-menu-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #854790;
  border-radius: 5px;
  padding: 5px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-align: center;
  color: white;
  margin: 23px 0 57px 0;
  max-width: 103px;
  height: 35px;
  font-size: 16px;
}

.ymaps-2-1-79-balloon {
  box-shadow: none !important;
}

.data-card-present-text a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--violet-1);
  transition: color 0.2s ease;
}

.data-card-present-text a:hover {
  color: #a456b2;
}

.data-card-present-text a:active {
  color: #66376f;
}

/* cookie-popup */

.cookie-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #fff;
  padding: 10px;
  text-align: center;
  display: none;

}

.cookie-popup p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: var(--text-gray);
  text-align: left;
  margin-right: 15px;
}

.cookie-popup-btn {
  width: 50px;
  height: 35px;
  background-color: #854790;
  border-radius: 5px;
  color: white;
  padding: 10px 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: var(--white);
  transition: box-shadow 200ms ease, color 200ms ease, background-color 200ms ease;
}

.cookie-popup-btn:hover {
  box-shadow: 0 0 40px 40px #a456b2 inset;
  background-color: #a456b2;
}

.cookie-popup-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 635px;
  width: 100%;
  border-radius: 10px;
  background-color: var(--gray-background);
  padding: 17px 20px;
}





























@media (max-width:1350px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .directory-block__link {
    height: auto;
    aspect-ratio: 1;
  }

  .info-box {
    width: calc((100% - (20px *1)) / 2);
  }

  .contacts-page__info-box {
    justify-content: space-between;
  }

  .contacts-page__info {
    width: calc((100% - (40px *1)) / 2);
  }

  .main-contacts .legal-information-descr {
    margin-bottom: 0px;
  }

  .section-top__slider-item {
    background-position: 80%;
  }
}

@media (max-width:1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .order-decorated__block {
    background-position-x: -91px;
  }


}

@media (max-width:1024px) {
  .mineral-cart {
    width: calc((100% - (20px *1)) / 2);
  }

  .mineral-cart-wight {
    display: none;
  }

  .directory-block__link {
    padding: 40px;
  }

  /* Ингридиенты */
  .ingredients-cart {
    width: calc((100% - (20px *2)) / 3);
    margin-bottom: 70px;
  }
}

@media (max-width:992px) {

  .footer__top {
    flex-wrap: wrap;
  }

  .footer__top-about,
  .footer__top-buyer,
  .footer__top-info,
  .footer__top-contacts {
    width: calc((100% - (24px *2)) / 3);
  }

  .footer__top-contacts-tel,
  .footer__top-contacts-link {
    text-align: left;
  }

  .footer__top-contacts-messenger {
    justify-content: flex-start;
  }

  .footer__top-contacts-chart {
    text-align: left;
  }

  .footer__bottom {
    flex-wrap: wrap;
  }

  .footer__bottom-subscription {
    margin-left: 0;
    order: 0;
    margin-bottom: 27px;
  }

  .footer__bottom-network {
    width: calc((100% - (24px *1)) / 2);
    order: 1;
  }

  .footer__bottom-logo {
    order: 2;
  }

  .footer__top-contacts-messenger a {
    margin-left: 0;
    margin-right: 10px;
  }


  .contacts-page__block {
    flex-direction: column;
  }

  .contacts-page__info {
    width: 100%;
  }

  .info-box {
    max-width: 330px;
    width: 100%;
  }

  .contacts-page__info-box {
    justify-content: flex-start;
  }

  .contacts-page__aside {
    width: 100%;
  }

  .contacts-page__aside-maps {
    max-width: 100%;
  }

  #map {
    max-width: 100%;
  }

  .feedback-block__info-top input {
    max-width: 100%;
  }

  .feedback-block__info-top {
    justify-content: space-between;
  }

  /* Подарочный сертификат */
  .gift-card {
    display: none;
  }

  .gift-card-mobil {
    display: flex;
    width: 100%;
    max-width: 660px;
  }

  .data-card {
    margin-right: 0;
    width: 100%;
  }

  .size-options-nominal {
    margin-bottom: 30px;
  }

  .buyers-form-communication {
    padding-top: 30px;
  }

  .folder-era__block .product-cart {
    width: calc((100% - (20px *1)) / 2);
  }

  .size-options-present {
    margin-bottom: 30px;
  }





}

@media (max-width:840px) {

  .directory-block__link {
    padding: 30px;
  }

  .brand__block {
    display: none;
  }

  .brand__accordion {
    display: block;
  }

  /* Для оптовых покупателей */

  .wholesale-buyers__block {
    flex-direction: column;
  }

  .buyers-aside {
    width: 100%;
    margin-bottom: 20px;
  }

  .buyers-form {
    width: 100%;
  }

  /* Ошибка-404 */

  .error-404__info {
    padding: 30px 30px 30px 30px;
  }

  .error-404__block {
    flex-direction: column;
  }

  .error-404__info,
  .error-404__picture {
    width: 100%;
  }

  .error-404__picture {
    background-size: contain;
  }

  .folder-filter {
    max-width: 230px;
    margin-right: 30px;
  }


  .catalog-page__link {
    padding: 30px;
  }

  .error-404__picture {
    background-size: cover;

  }

  .picture-404 {
    height: 688px;
  }


}


@media screen and (max-width: 769px) {
  /* input {
    font-size: 16px !important;
  } */

  input,
  textarea {
    font-size: 16px !important;
  }
}



@media (max-width:768px) {
  /* city-maps */

  .main-sity-maps .hr-line {
    margin-top: 11px;
  }

  .main-sity-maps .breadcrumbs__info {
    margin-top: 27px;
  }

  .sity-maps {
    margin-top: 50px;
  }

  .sity-maps__title {
    margin-bottom: 39px;
  }

  .sity-maps {
    margin-top: 50px;
  }

  .sity-maps__title {
    margin-bottom: 39px;
  }

  .sity-maps__block {
    flex-direction: column;
  }

  .aside-search-form {
    display: flex;
  }

  .sity-maps__aside {
    max-width: 100%;
  }

  .aside-search-city,
  .aside-search-metro {
    width: 100%;
    max-width: 275px;
    margin-right: 15px;
  }

  .sity-maps__aside {
    margin-bottom: 11px;
  }

  .sity-maps__aside {
    border-bottom: none;
  }

  #map2 {
    max-width: 620px;
    height: 346px;
  }

  .sity-maps__box {
    max-width: 620px;
    height: 346px;
  }

  .sity-maps__block {
    margin-bottom: 100px;
  }

  /* Ингридиенты */
  .ingredients-cart {
    width: calc((100% - (20px *1)) / 2);
  }

  /* Каталог */

  .main-catalog-page .breadcrumbs__info {
    margin-top: 10px;
  }

  .catalog-page__title {
    margin-bottom: 40px;
  }

  .hr-line {
    margin-top: 11px;
  }

  .catalog-page__link {
    padding: 30px;
  }

  .catalog-page {
    padding-bottom: 80px;
  }

  .folder-product .product-cart {
    max-width: 100%;
  }

  .folder-era__button {
    display: flex;
    flex-direction: row-reverse;
  }

  .filter-mobil-btn {
    display: block;
    margin-right: 24px;
    margin-top: 15px;
  }

  .folder-filter {
    display: block;
  }

  .folder-era__block {
    flex-direction: column;
  }

  /* .folder-filter {
		display: none;
		max-width: 100%;
		margin-right: 0;
		padding: 30px;
		border-radius: 10px;
		background: var(--gray-background);
	} */

  .folder-filter {
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    transition: max-height 0.2s ease;
    max-height: 0px;
    padding: 0;
    background: var(--gray-background);
    margin-right: 0;
  }

  .open-box {
    max-height: 1000px;
    padding: 30px;

  }

  .range-box {
    margin: 0;
  }

  .folder-filter-sales {
    display: none;
  }

  .folder-filter .input-boxes {
    max-width: 275px;
  }

  .folder-filter .slider-container {
    width: 100%;
  }

  .folder-filter .custom-checkbox__text::before {
    background-color: #fff;
  }

  .main-contacts .legal-information-descr {
    margin-bottom: 7px;
  }

  .folder-filter .input-box {
    background-color: var(--white);
  }


}

@media (max-width:640px) {
  .directory-block__link {
    height: 300px;
  }

  .footer__info {
    display: none;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer {
    padding-top: 51px;
  }

  .footer__top {
    padding-bottom: 34px;
  }

  .footer__bottom {
    padding-top: 46px;
    border-bottom: none;
    padding-bottom: 25px;
  }

  .footer__top-about,
  .footer__top-buyer,
  .footer__top-info,
  .footer__top-contacts {
    width: calc((100% - (24px *1)) / 2);
  }

  .footer__top {
    justify-content: flex-start;
  }

  .footer__top-info {
    margin-top: 24px;
  }

  .footer__top-contacts {
    display: none;
  }

  .network-top {
    display: block;
    margin-top: 24px;
  }

  .network-top p {
    margin-bottom: 22px;
  }

  .network-top .footer__bottom-network-messenger a {
    margin-right: 15px;
    margin-left: 3px;
  }

  .network-top .footer__info-block {
    display: flex;
    margin-top: 26px;
  }

  .network-top .footer__info-block img {
    margin: -5px 16px 0 1px;
  }

  .footer__bottom .footer__bottom-network {
    display: none;
  }

  .contacts-bottom {
    display: block;
    order: 2;
    margin-top: 22px;
  }

  .contacts-bottom .footer__top-contacts-messenger a {
    margin-left: 2px;
    margin-top: -2px;
  }

  .footer__bottom-logo {
    padding-top: 22px;
    padding-right: 0px;
  }

  .footer__info-bottom {
    display: block;
    padding-top: 34px;

  }

  .footer__bottom-logo svg {
    margin-left: 39px;
  }

  .footer__info-bottom .footer__info-block {
    width: 100%;
    text-align: right;
    margin-bottom: 9px;
  }

  .footer__info-bottom .footer__info-block .devel {
    margin-right: -1px;
  }

  .header__bottom {
    padding-top: 15px;
  }

  .header__bottom-logo {
    width: 100px;
    margin: -1px 19px 0 0;
  }

  .section-top {
    padding-top: 12px;
    padding-bottom: 39px;
  }

  .section-top__video {
    border-radius: 15px;
  }

  .section-top__slider-item {
    border-radius: 15px;
    height: 358px;
  }

  .section-top__slider-item-inner {
    padding: 30px;
  }

  .section-top__slider-item--video {
    padding: 0;
  }

  .section-top__slider-item h1 {
    font-size: 35px;
    max-width: 375px;
  }

  .bestsellers-title {
    margin-bottom: 39px;
  }

  .product-cart__img img {
    height: 345px;
    display: block;
    width: 100%;
    margin-left: 0px;
  }

  .product-cart-top {
    margin-bottom: 15px;
  }

  .directory {
    padding-top: 44px;
  }

  .directory-navigat .slick-dots {
    display: none !important;
  }

  .directory-navigat {
    width: 49px;
  }


  .directory-navigat {
    width: 74px;
  }


  .directory-title {
    margin-bottom: 39px;
  }

  .directory {
    padding-bottom: 41px;
  }

  .accordion__header .tabs-nav__text {
    margin-left: 31px;
  }

  .main-page .accordion__header::after {
    margin-right: 18px;
  }

  .brand {
    padding-bottom: 89px;
  }

  .product-cart__price {
    margin-top: 15px;
  }

  .product-cart-bottom-link {
    line-height: 140%;
  }

  .main-contacts .breadcrumbs .breadcrumbs__info {
    margin-top: 27px;
  }

  .main-contacts .hr-line {
    margin-top: 11px;
  }

  .contacts-page {
    margin-top: 46px;
  }

  .contacts-page__title {
    margin-bottom: 40px;
  }

  .adress-block-text {
    margin-bottom: 14px;
  }

  .adress-block {
    margin-bottom: 40px;
  }

  .legal-information-descr {
    letter-spacing: normal;
  }


  .contacts-page__info {
    margin-bottom: 26px;
  }

  #map {
    height: 270px;
  }

  .contacts-page__aside-maps {
    height: 270px;
  }

  .contacts-page__aside-form {
    margin-top: 20px;
  }

  .contacts-page__aside-form {
    padding: 40px 40px 40px 30px;
  }

  .feedback-block__info-bottom {
    margin-bottom: 19px;
  }

  .contacts-page__aside {
    margin-bottom: 100px;
  }

  /* Заказ оформлен */

  .order-decorated__block {
    background-position-x: 0;
    background-size: contain;
    height: 311px;
  }

  .order-decorated {
    padding-top: 12px;
  }

  .order-decorated__block {
    padding: 30px;
  }

  .order-decorated__title br {
    display: block;
  }

  .order-decorated {
    padding-top: 12px;
  }

  .order-decorated__block h2 {
    margin-bottom: 17px;
  }

  .order-decorated__text {
    font-size: 19px;
    margin-bottom: 43px;
  }

  .order-decorated__descr {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .order-decorated__block {
    border-radius: 15px;
  }

  .order-decorated__link {
    display: none;
  }

  .order-decorated__reviews {
    margin-top: 41px;
  }

  .order-decorated__reviews p {
    line-height: 132%;
  }

  .order-decorated__network {
    margin-top: 19px;
  }

  .main-decorated .bestsellers {
    padding-top: 97px;
  }

  .main-decorated .directory {
    padding-bottom: 72px;
  }

  /* Минеральная косметика */

  .breadcrumbs__info {
    margin-top: 21px;
  }

  .mineral-cosmetics {
    padding-top: 48px;
  }

  .mineral-cosmetics__title {
    line-height: 126%;
    text-align: left;
    margin: 0;
    margin-bottom: 19px;
    font-size: 45px;
    line-height: 120%;
    letter-spacing: -0.03em;
    margin-top: 3px;
  }

  .mineral-cart-img {
    border-radius: 15px;
  }

  .mineral-cosmetics__block {
    padding-top: 31px;
  }

  .mineral-cart-text {
    margin-top: 16px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--black);
    letter-spacing: 0;
    margin-top: 15px;
  }

  .mineral-cart-descr {
    font-size: 14px;
  }

  .mineral-cart {
    margin-bottom: 40px;
  }

  .mineral-cart-color {
    padding: 30px 30px 32px 30px;
    min-height: 236px;
    width: 100%;
    margin-bottom: 40px;
  }

  .mineral-cart-color p {
    max-width: 515px;
    width: 100%;
  }

  .order-6 .mineral-cart-text {
    line-height: 147%;
  }

  .order-7 .mineral-cart-descr br {
    display: none;
  }

  .order-1 {
    order: 1;
  }

  .order-2 {
    order: 2;
  }

  .order-3 {
    order: 3;
    aspect-ratio: 0;

  }

  .order-4 {
    order: 4;
  }

  .order-5 {
    order: 5;
  }

  .order-6 {
    order: 6;
  }

  .order-7 {
    order: 7;
  }

  .order-8 {
    order: 9;
  }

  .order-9 {
    order: 8;
  }

  .order-10 {
    order: 10;
  }

  .order-11 {
    order: 11;
  }

  .order-12 {
    order: 12;
  }

  .order-13 {
    order: 13;
  }

  .order-14 {
    order: 14;
  }

  .order-15 {
    order: 15;
  }

  .order-9 .mineral-cart-text {
    margin-bottom: 10px;
  }

  .order-8 {
    min-height: 276px;
    padding: 30px 30px 25px 30px;
    aspect-ratio: 0;
  }

  .mineral-cosmetics {
    padding-bottom: 61px;
  }

  /* Ингидиенты */

  .ingredients-cart {
    margin-bottom: 70px;
  }

  .ingredients-page__block {
    padding-top: 51px;
  }

  .ingredients-page__title {
    margin-bottom: 10px;
  }

  .ingredients-page__content {
    padding-top: 51px;
  }

  .ingredients-cart-image {
    aspect-ratio: 1.91;
  }

  .ingredients-cart {
    margin-bottom: 54px;
  }

  .ingredients-page__block {
    padding-top: 51px;
  }

  .main-ingredients .bestsellers {
    padding-top: 0px;
    margin-top: -3px;
  }

  .main-ingredients .directory {
    padding-bottom: 70px;
  }

  /* Политика конфиденциальности */
  .main-privacy-policy .hr-line {
    margin-top: 11px;
  }

  .main-privacy-policy .breadcrumbs__info {
    margin-top: 27px;
  }

  .privacy-policy {
    padding-top: 50px;
  }

  .correction-2 {
    margin-bottom: 64px;
  }

  /* Ошибка-404 */

  .error-404__picture {
    background-size: cover;
  }

  .error-404 {
    padding: 0;
  }

  .error-404__block-box,
  .error-404__picture {
    width: 100%;
  }

  .error-404__info {
    padding: 90px 10px 60px 10px;
  }


  .error-404__descr {
    margin-bottom: 34px;
  }

  /* Подарочный сертификат */

  .breadcrumbs__info {
    margin-top: 26px;
  }

  .breadcrumbs__info li::before {
    margin-left: 4px;
  }

  .certificate-page {
    padding-top: 51px;
    padding-bottom: 100px;
  }

  .certificate-page__title {
    margin-bottom: 31px;
  }

  .gift-card-mobil {
    height: 210px;
    padding: 36px;
  }

  .gift-card-img {
    margin-right: 19px;
    margin-bottom: 31px;
    width: 58.5%;
  }

  .gift-card-mobil {
    max-width: 320px;
    margin-left: 1px;
  }


  .gift-card-text {
    font-size: 14px;
    margin-bottom: 7px;
    letter-spacing: 0.35px;
  }

  .gift-card-price {
    font-size: 21px;
  }

  .gift-card-box p {
    font-size: 7px;
  }

  .data-card-text {
    margin-bottom: 29px;
  }

  .gift-card-box p {
    margin-right: 6px;
    margin-left: 7px;
  }

  .communication-info {
    margin-bottom: 30px;
  }

  .communication-info .breadcrumbs__info li::before {
    margin-left: 4px;
  }

  .gift-card-mobil .gift-card-price {
    letter-spacing: 0;
  }

  .buyers-form-button {
    margin-left: 1px;
  }

  .footer__top-contacts-tel {
    letter-spacing: -0.01em;
  }

  .footer__top-contacts-tel,
  .footer__top-contacts-link {
    letter-spacing: 0;
  }

  /* -------------- */


  .branded-block {
    flex-wrap: wrap;
  }

  .branded-pack .product-cart-top {
    margin-bottom: 17px;
  }

  .branded-pack .product-cart {
    max-width: 100%;
    width: calc((100% - (20px *1)) / 2);
    margin-bottom: 40px;
  }

  .branded-pack .product-cart__img img {
    height: auto;
    margin-left: 0;
  }


  .branded-pack .product-cart__img {
    aspect-ratio: 0;
    width: 100%;
    height: 246px;
  }

  .branded-pack .product-cart__img img {
    width: 100%;
  }

  /* Каталог фильтры */


  .folder-era {
    padding-top: 51px;
  }

  .folder-era.catalog-section-layout {
    padding-top: 14px;
  }

  .folder-era.catalog-section-layout.folder-era--level1-tiles {
    padding-top: 6px;
  }

  .folder-era__title {
    margin-bottom: 10px;
  }

  .main-folder-era .button-list {
    margin-top: 3px;
  }

  .show-more-btn {
    margin-bottom: 53px;
  }

  .folder-era__button {
    padding-top: 18px;
  }

  .folder-era__block {
    padding-top: 26px;
  }

  .folder-era .product-cart__img img {
    margin-left: 0px;
  }

  .folder-era__block .product-cart-top {
    margin-bottom: 13px;
  }

  .folder-era__block .product-cart {
    margin-bottom: 40px;
  }

  .folder-product .pagination-block {
    justify-content: center;
    margin-left: 0;
    padding-top: 12px;
  }

  .main-folder-era .directory {
    padding-top: 48px;
  }

  .main-folder-era .directory-navigat {
    width: 58px;
  }

  .main-folder-era .slick-next {
    right: 22px;
  }

  .main-folder-era .bestsellers {
    padding-bottom: 102px;
    padding-top: 30px;
  }

  .main-folder-era .bestsellers .slick-next {
    right: 0px;
  }

  /* Для оптовых покупателей */

  .main-wholesale-buyers .wholesale-buyers {
    padding-top: 52px;
    padding-bottom: 100px;
  }

  .wholesale-buyers__title {
    margin-bottom: 38px;
  }

  .main-wholesale-buyers .buyers-aside {
    padding: 41px 29px;
  }

  .main-wholesale-buyers .buyers-aside-list {
    margin: 9px 0 19px 23px;
  }

  .main-wholesale-buyers .aside-descr {
    max-width: 554px;
  }

  .main-wholesale-buyers .buyers-form {
    padding: 40px 40px 40px 30px;
  }

  .buyers-form-title {
    margin-bottom: 8px;
  }

  .main-wholesale-buyers .buyers-form-communication {
    padding-top: 26px;
  }

  .main-wholesale-buyers .communication-textarea {
    margin-bottom: 19px;
  }

  .main-my-office .favourites-block .product-cart__img img {
    margin-left: 0px;
  }

  .fancybox-container input[type='text'],
  .fancybox-container input[type='email'],
  .fancybox-container textarea {
    font-size: 16px;
  }


  .main-folder-era .directory-navigat {
    width: 84px;
  }

  .main-folder-era .slick-next {
    right: 10px;
    top: 18px;
  }

  .picture-404 {
    background-size: contain;
  }

  .favorites-menu {
    max-width: 100%;
    top: 200px;
  }

  .cart-n {
    display: none;
  }

  .footer__info-block p {
    margin-left: auto;
  }

  .section-top__slider-item {
    background-position: center right;
  }









}

@media (max-width:630px) {

  .catalog-page__link {
    padding: 20px;
  }

  .catalog-page__link span {
    height: 30px;
    padding: 0 10px;
    font-size: 14px;
  }


  .directory-block__link {
    padding: 20px;
  }

  .directory-block__link span {
    height: 30px;
    padding: 0 10px;
    font-size: 14px;
  }
}

@media (max-width:600px) {
  .directory-block__link {
    height: auto;
    aspect-ratio: 1;
  }

  .order-decorated__block {
    background-position-x: -41px;
    background-size: cover;
  }

  .brand-title {
    margin-bottom: 39px;
  }

  /* заказ оформлен */

  .order-decorated__block h2 {
    font-size: 25px;
  }

  .order-decorated__text {
    font-size: 18px;
  }

  .order-decorated__descr {
    font-size: 15px;
  }

  .order-decorated__reviews p {
    font-size: 21px;
  }

  .favorites-menu-item {
    width: calc((100% - (24px *1)) / 2);
  }

  .favorites-menu {
    padding: 50px 30px;
  }

  .favorites-menu .favourites-block__content .product-cart {
    width: calc((100% - 16px) / 2);
  }

  .product-cart__img img {
    height: 100%;
  }

  .header__search-block input {
    font-size: 20px;
  }

  .navigation-block {
    display: flex;
    flex-shrink: 0;
  }

  .footer__bottom-form input {
    margin-bottom: 15px;
  }

  .close-favorites-menu {
    top: 43px;
  }

  .main-decorated .bestsellers-title {
    max-width: 470px;
  }

  .main-decorated .navigation-block .slick-prev {
    top: 59px;
  }

  .main-decorated .navigation-block .slick-next {
    top: 59px;
  }

  .cookie-popup-box br {
    display: none;
  }



}

@media (max-width:480px) {

  .breadcrumbs__info-back {
    display: flex;
    align-items: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    color: var(--text-gray);
    margin-top: 16px;
    margin-left: -1px;
  }

  .breadcrumbs__info-back:hover svg path {
    stroke: #854790;
    transition: stroke 0.2s ease;
  }

  .breadcrumbs__info-back a {
    margin-left: 3px;
  }

  .breadcrumbs__info-back a:Hover {
    color: #854790;
    transition: color 0.2s ease;
  }

  .breadcrumbs__info {
    display: none;
  }


  .header__search-block input {
    font-size: 16px;
  }

  .error-404__text {
    margin-bottom: 40px;
    text-align: center;
  }

  .header__top-link {
    font-size: 12px;
  }

  .burger-menu {
    margin-right: 6px;
  }

  .header__bottom-logo {
    margin: -1px 7px 0 -62px;
    ;
  }



  .section-top__slider-item h1 {
    font-size: 30px;
  }

  .directory-block__link {
    /* height: 210px; */
  }

  .directory-block__link span {
    font-size: 14px;
  }

  .product-cart-bottom-link {
    font-size: 14px !important;
  }

  .section-title {
    font-size: 25px;
  }

  .section-top__link {
    padding: 0px 10px;
    max-width: 119px;
    font-size: 14px;
  }

  .directory-block__link {
    padding: 10px;
  }


  .tabs-nav__text {
    font-size: 16px;
  }

  .tabs-item-descr {
    font-size: 14px;
  }

  .footer__top-about,
  .footer__top-buyer,
  .footer__top-info,
  .footer__top-contacts {
    margin-right: 10px;
  }

  .footer__bottom {
    padding-top: 31px;
  }

  .contacts-bottom {
    width: 100%;
  }

  .footer__info-bottom .footer__info-block {
    text-align: left;
  }

  .footer__info-bottom .footer__info-block .devel {
    margin-right: 0;
    text-align: left;
  }

  .footer__bottom-logo svg {
    margin-left: 0;
  }

  .footer__bottom-form input {
    width: 100%;
    margin-bottom: 10px;
  }

  .footer__bottom-form-btn {
    width: 100%;
  }

  .footer__bottom-logo {
    margin-left: 0;
  }

  .header__catalog-btn {
    display: none;
  }

  .header__button-search-mobil {
    display: block;
  }

  .header__catalog {
    justify-content: flex-start;
    align-items: center;
  }

  .header__block-button .search-btn {
    display: none;
  }

  .product-cart-top {
    padding: 10px;
  }

  .product-cart__favourites span {
    font-size: 10px;
  }

  .catalog-list-wrapper {
    top: 38px;
    left: -10px;
    max-width: 184px;
    padding: 26px 15px 31px 10px;
  }

  .sub-list {
    max-width: 204px;
    width: 100%;
    padding: 26px 9px;
  }

  .contacts-page__info-box {
    flex-direction: column;
  }

  .info-box {
    max-width: 100%;
    margin-bottom: 30px;
  }


  .info-box-link {
    min-height: auto;
  }

  .contacts-page__info-box {
    padding-bottom: 15px;
  }

  .contacts-page__aside-form {
    padding: 30px 20px 30px 20px;
  }

  .feedback-block__info-top {
    flex-direction: column;
  }

  .feedback-block__info-top input:not(:last-child) {
    margin-right: 0;
    margin-bottom: 16px;
  }

  /* Сити мапс */


  .sity-maps__title {
    font-size: 30px;
  }

  .aside-search-form {
    flex-direction: column;
    margin-bottom: 30px;
  }

  /* заказ оформлен */
  .order-decorated__block h2 {
    max-width: 200px;
  }

  .order-decorated__block {
    background-size: cover;
    background-position-x: 103%;
  }


  .order-decorated__text {
    max-width: 200px;
  }

  .order-decorated__descr {
    display: none;
  }

  .order-decorated__block {
    background-position-x: -177px;
  }

  .order-decorated__block {
    padding: 20px;
  }

  .main-decorated .bestsellers {
    padding-top: 64px;
  }

  .section-title {
    max-width: 300px;
    width: 100%;
  }

  .brand-title {
    margin-bottom: 31px;
  }

  .order-decorated__reviews .order-decorated__descr {
    display: block;
    margin-bottom: 40px;
  }

  .mineral-cosmetics__title {
    font-size: 30px;
  }

  .mineral-cart {
    width: 100%;
  }

  /* Ингридиенты */

  .ingredients-page__block {
    padding-top: 29px;
  }

  .ingredients-page__content {
    padding-top: 40px;
  }

  .ingredients-page__title {
    font-size: 25px;
  }

  .ingredients-page__text {
    font-size: 12px;
  }

  .ingredients-cart-image {
    aspect-ratio: 2.1;
  }

  .ingredients-cart {
    width: calc((100% - (10px *1)) / 2);
  }

  .ingredients-cart-text {
    font-size: 16px;
    line-height: 151%;
    letter-spacing: 0.05px;
  }

  .ingredients-cart-image {
    margin-bottom: 21px;
  }

  .ingredients-cart a {
    font-size: 12px;
  }

  .ingredients-cart-descr {
    display: none;
  }

  .ingredients-cart {
    margin-bottom: 40px;
  }

  .main-ingredients .directory {
    padding-bottom: 49px;
  }

  .order-8 {
    padding: 85px 30px 25px 30px;
  }

  .order-3 {
    padding: 80px 30px 32px 30px;
  }

  /* Для оптовых покупателей */

  .wholesale-buyers__block {
    flex-direction: column;
  }

  .buyers-aside {
    width: 100%;
    margin-bottom: 20px;
  }

  .buyers-form {
    width: 100%;
  }

  .wholesale-buyers__title {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .wholesale-buyers {
    padding-top: 38px;
  }

  .buyers-aside-text {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 20px;
  }

  .buyers-aside-descr {
    font-size: 14px;
  }

  .buyers-aside {
    padding: 29px 20px 29px 19px;
  }

  .buyers-aside-item {
    font-size: 14px;
    line-height: 148%;
  }

  .buyers-aside-list {
    margin: 9px 0 9px 21px;
  }

  .buyers-form-title {
    font-size: 25px;
  }

  .buyers-form {
    padding: 30px 20px 30px 20px;
  }

  .buyers-form-title br {
    display: none;
  }

  .wholesale-buyers .buyers-form-communication {
    padding: 15px 0px 0px 0px;
  }

  .communication-info input {
    margin-bottom: 11px;
    width: 100%;
  }

  .communication-textarea {
    margin-bottom: 16px;
  }

  .fx-order-1 {
    order: 1;
  }

  .fx-order-2 {
    order: 4;
  }

  .fx-order-3 {
    order: 2;
  }

  .fx-order-4 {
    order: 5;
  }

  .fx-order-5 {
    order: 3;
  }

  .fx-order-6 {
    order: 6;
  }

  .communication-textarea {
    margin-bottom: 18px;
  }

  .feedback-block__privacy label {
    margin-bottom: 6px;
  }

  .communication-block__btn {
    font-size: 16px;
    max-width: 227px;
  }

  .wholesale-buyers {
    padding-bottom: 80px;
  }

  /* Каталог */
  .catalog-page__link {
    padding: 15px;
  }

  .catalog-page__link span {
    font-size: 16px;
  }

  .catalog-page__title {
    font-size: 30px;
  }

  .catalog-page__link span {
    height: 30px;
    padding: 0 10px;
    font-size: 14px;
  }

  .catalog-menu-btn {
    display: flex;
  }


  /* Ошибка-404 */
  .error-404__title {
    font-size: 65px;
  }

  .error-404__text {
    font-size: 30px;
  }

  .error-404__descr {
    display: none;
  }

  .error-404__info {
    align-items: center;
  }

  /* Подарочный сертификат */

  .communication-info {
    margin-bottom: 31px;
  }


  .certificate-page {
    padding-bottom: 100px;
  }

  .certificate-page__title {
    font-size: 25px;
  }

  .data-card-text {
    font-size: 16px;
  }

  .communication-info textarea {
    order: 5;
  }

  .favorites-menu {
    padding: 50px 10px;
  }

  .favorites-menu-item {
    width: calc((100% - (10px *1)) / 2);
  }

  .favorites-menu .favourites-block__content .product-cart {
    width: 100%;
  }

  .open-box {
    padding: 30px 22px;
  }

  .folder-era__title {
    font-size: 35px;
  }

  .buyers-form-communication {
    padding: 30px 22px 20px 22px;
  }

  .gift-card-mobil {
    max-width: 100%;
  }

  .gift-card-mobil {
    height: 240px;
  }


  .main-folder-era .availability-product {
    margin-bottom: 0px;
  }

  .folder-filter {
    margin-bottom: 20px;
    border-radius: 15px;
  }

  .menu-mobil {
    top: 43px;
    max-width: 100%;
    padding: 22px 10px 20px 9px;
    border-radius: 0;
  }

  .nav__list {
    margin-bottom: 23px;
  }


  .header-bottom__nav-contacts a {
    margin-bottom: 18px;
    font-size: 16px;
  }

  .nav-contacts-tel {
    letter-spacing: -0.01em;
  }

  .header-bottom__nav-contacts-messenger {
    margin-top: 27px;
  }

  .nav-contacts-link {
    margin-bottom: 26px;
  }

  .main-decorated .directory .directory-navigat {
    width: 59px;
  }

  .main-decorated .directory .slick-prev,
  .slick-next {
    top: 54%;
  }

  .main-ingredients .bestsellers .navigation-block .slick-prev {
    top: 39px;
  }

  .slick-next::before {
    content: url('../img/arrow-right-340.svg');
  }

  .slick-prev::before {
    content: url('../img/arrow-left-340.svg');
  }

  .slick-prev {
    left: -6px;
  }

  .navigation-block .slick-prev {
    top: 14px;
  }

  .bestsellers .slick-next {
    right: 5px;
    top: 14px;
  }

  .directory .slick-next {
    right: 5px;
    top: 13px;
  }

  .slick-next:hover::before {
    content: url('../img/arrow-right-340.svg');
  }

  .slick-prev:hover::before {
    content: url('../img/arrow-left-340.svg');
  }

  .bestsellers-title,
  .directory-title {
    max-width: max-content;
    margin-right: 20px;
  }

  .bestsellers .navigation-block {
    width: 59px;
  }

  .navigation-block .slick-prev,
  .slick-next {
    width: 24px;
    height: 24px;
  }

  .bestsellers .slick-next {
    right: 1px;
    top: 16px;
  }

  .bestsellers .slick-prev {
    top: 16px;
  }

  .directory .slick-next {
    right: 1px;
    top: 16px;
  }

  .directory .slick-prev {
    top: 14px;
  }

  .bestsellers-title,
  .directory-title {
    margin-right: 20px;
  }

  .main-decorated .directory .slick-prev {
    left: 3px;
    top: 16px;
  }

  .main-ingredients .bestsellers .navigation-block .slick-prev {
    top: 16px;
  }


  .main-ingredients .directory .directory-navigat {
    width: 59px;
  }

  .main-ingredients .directory .directory-navigat .slick-prev {
    left: 0;
  }

  .main-folder-era .slick-prev {
    left: 0;
  }

  .directory-navigat {
    width: 59px;
  }

  .directory-navigat .slick-prev,
  .slick-next {
    width: 24px;
    height: 24px;
  }

  .directory .slick-prev {
    top: 16px;
  }

  .main-folder-era .directory-navigat {
    width: 59px;
  }


  /* -- */
  .accordion__item {
    border-radius: 10px;
    padding: 20px 20px 20px 17px;
  }

  .main-page .accordion__header::after {
    margin-right: -1px;
    margin-top: 12px;
  }

  .accordion__item img {
    width: 85px;
  }

  .accordion__header .tabs-nav__text {
    margin-left: 16px;
  }

  .accordion__content {
    padding: 12px 10px 9px 3px;
  }


  /* --- */
  .footer {
    padding-top: 40px;
  }

  .footer__top-about {
    order: 0;
  }

  .footer__top-about,
  .footer__top-buyer,
  .footer__top-info,
  .footer__top-contacts {
    margin-right: 0;
  }

  .footer__top-about,
  .footer__top-buyer,
  .footer__top-info,
  .footer__top-contacts {
    width: 100%;
  }

  .footer__top-buyer {
    order: 3;
    margin-top: 25px;
  }

  .footer__top-info {
    order: 1;
  }

  .network-top {
    order: 4;
  }

  .footer__bottom {
    padding-top: 3px;
  }

  .contacts-bottom {
    margin-top: 23px;
  }

  .footer__bottom-subscription p {
    margin-bottom: 17px;
  }

  .footer__bottom-logo {
    padding-top: 47px;
  }

  .footer__info-block {
    width: 100%;
  }

  .certificate-page__block .buyers-form-communication {
    padding: 30px 0px 20px 0px;
  }

  .certificate-page {
    padding-bottom: 61px;
  }

  .picture-404 {
    background-size: cover;
    height: 565px;
  }

  .footer__top-about-text,
  .footer__top-buyer-text,
  .footer__top-info-text,
  .footer__top-contacts-text {
    margin-bottom: 21px;
  }

  .footer__top {
    padding-bottom: 40px;
  }

  .footer__bottom-subscription p {
    margin-bottom: 20px;
    margin-top: 40px;
  }

  .order-decorated__reviews p {
    font-size: 16px;
  }

  .devel {
    margin-left: 0;
  }

  .footer__info-block p {
    margin-left: 0;
  }

  .main-decorated .navigation-block .slick-prev {
    top: 49px;
  }

  .main-decorated .navigation-block .slick-next {
    top: 49px;
  }

  .slider-top-item-1 {
    background-size: cover;
    aspect-ratio: 1;
    height: 100%;
    min-height: 358px;
  }












}

@media (max-width:340px) {


  .header__top-link {
    font-size: 12px;
    display: block;
  }

  .header__top {
    height: 36px;
  }

  .header__bottom {
    padding-top: 8px;
  }

  .burger__line:nth-child(1) {
    width: 21px;
    top: 26px;
  }

  .burger__line:nth-child(2) {
    top: 44%;
    left: 26%;
    width: 17px;
  }

  .burger__line {
    width: 25px;
  }

  .active .burger__line {
    width: 23px !important;
    top: 26px !important;
  }

  .burger-menu.active {
    margin-top: -13px;
    margin-right: 12px;
  }

  .burger-menu.active {
    margin-right: 5px;
  }


  .burger-menu {
    max-width: 38px;
    margin-right: -1px;
  }

  .header__button-search .account-icon {
    width: 25px;
  }

  .header__button-search-mobil>a:nth-child(1) {
    width: 5px;
  }


  .header__catalog {
    width: 90px;
  }

  .header__bottom-logo {
    margin: 0px 7px 0 -2px;
  }

  .header__bottom-logo {
    width: 75px;
  }

  .header__block-button a:not(:last-child) {
    margin-right: 11px;
  }

  .header__button-account {
    width: 19px;
  }

  .header__button-favourites {
    width: 19px;
  }

  .header__button-basket {
    width: 22px;
  }

  .header__bottom-logo {
    margin: 0px 7px 0 -2px;
  }

  .section-top {
    padding-top: 4px;
  }

  .section-top__slider-item h1 {
    font-size: 25px;
  }

  .section-top__slider-item-inner {
    padding: 30px 20px;
  }

  .section-top__slider-item--video {
    padding: 0;
  }

  .section-top__slider-item h1 {
    max-width: 268px;
  }

  .section-top__link {
    height: 33px;
  }

  .slick-dots {
    bottom: -35px;
  }

  .bestsellers {
    padding-top: 34px;
  }




  .bestsellers-title {
    margin-bottom: 29px;
  }

  .product-block .slick-slide {
    margin: 0 5px;
  }

  .product-cart-top {
    border-radius: 10px;
    padding: 10px;
  }

  .product-cart__favourites span {
    font-size: 10px;
  }

  .product-cart__favourites span {
    margin-top: 6px;
  }

  .product-cart__favourites-btn svg {
    width: 20px;
  }

  .product-cart__favourites {
    margin-bottom: 1px;
  }



  .product-cart__price {
    display: none;
  }

  .product-cart-box {
    display: none;
  }

  .cart__price-mobil {
    display: flex;
  }

  .cart-box-mobil {
    display: flex;
    margin: 12px 0 0 0px;
  }

  .product-cart-top {
    margin-bottom: 11px;
  }

  .main-contacts .feedback-block__privacy label {
    line-height: 96%;
    margin-bottom: 5px;
  }

  .main-contacts .feedback-block__info-bottom {
    margin-bottom: 19px;
  }


  .cart__price-mobil {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }


  .product-cart__price {
    margin-top: 13px;
  }

  .product-cart__price-text {
    margin-top: -2px;
  }

  .product-cart__price-btn {
    background-size: 24px;
  }

  .product-cart__price-text {
    font-size: 14px;
  }


  .product-cart-top {
    margin-bottom: 10px;
  }

  .product-cart__price {
    margin-top: 11px;
  }


  .product-cart-bottom-link {
    line-height: 139%;
  }

  .product-cart__price-btn:hover {
    background-image: url(../img/icon-basket-fil.svg);
  }


  .bestsellers {
    padding-bottom: 29px;
  }

  .directory-title {
    margin-bottom: 29px;
  }


  .directory-block__card {
    margin-right: 10px;
  }

  .directory-block__link {
    height: 155px;
  }


  .directory-block__card {
    border-radius: 10px;
  }

  .directory-block__link {
    border-radius: 10px;
  }

  .directory-block__link span {
    height: 33px;
    padding: 0 10px;
  }

  .directory {
    padding-bottom: 20px;
  }

  .accordion__header .tabs-nav__text {
    margin-left: 16px;
  }

  .accordion__header::after {
    margin-right: -14px;
  }



  .accordion__item {
    padding: 20px 20px 20px 17px;
  }

  .accordion__item img {
    width: 52px;
  }

  .accordion__content {
    padding: 12px 10px 9px 3px;
  }

  .accordion__item_show .accordion__header::after {
    margin-right: -1px;
  }

  .accordion__header::after {
    margin-top: 12px;
  }

  .accordion__item {
    border-radius: 10px;
  }

  .brand {
    padding-bottom: 71px;
  }


  .footer__top-about,
  .footer__top-buyer,
  .footer__top-info,
  .footer__top-contacts {
    width: 100%;
  }

  .footer__top-info {
    order: 1;
  }

  .network-top {
    order: 4;
  }

  .footer__top-about-text,
  .footer__top-buyer-text,
  .footer__top-info-text,
  .footer__top-contacts-text {
    margin-bottom: 21px;
  }

  .footer__top-about,
  .footer__top-buyer,
  .footer__top-info,
  .footer__top-contacts {
    margin-right: 0;
  }


  .footer__top-about {
    order: 0;
  }

  .footer__top-buyer {
    order: 3;
  }


  .footer__top-info {
    margin-bottom: 25px;
  }

  .network-top p {
    margin-bottom: 22px;
  }

  .network-top .footer__bottom-network-messenger a {
    margin-right: 16px;
    margin-left: 2px;
  }

  .network-top .footer__info-block {
    display: none;
  }

  .contacts-bottom {
    margin-top: 23px;
  }

  .footer__bottom-logo {
    padding-top: 51px;
  }

  .footer__bottom {
    padding-top: 3px;
  }


  .footer__bottom-subscription p {
    margin-bottom: 22px;
  }

  .footer__top-contacts-mobil {
    display: flex;
  }

  .footer__top-contacts-mobil .footer__top-contacts-chart {
    display: block;
    width: 50%;
  }

  .footer__info-block {
    width: 50%;
  }

  .footer__top-contacts-chart {
    display: none;
  }

  .footer__info-block {
    display: flex;
  }

  .footer__top-contacts-mobil {
    justify-content: space-between;
  }


  .footer__info-block {
    width: 50%;
  }


  .footer__info-block img {
    margin: -3px 0px 0 1px;
    width: 27px;
  }

  .footer__info-block img:not(:last-child) {
    margin-right: 8px;
  }

  .footer__top-contacts-mobil .footer__info-block {
    justify-content: end;
  }

  .footer__bottom-logo {
    padding-top: 52px;
  }

  .burger-menu {
    height: 32px;
  }

  .active .burger__line {
    top: 19px !important;
  }

  .header__bottom {
    padding-top: 12px;
  }

  .burger__line:nth-child(1) {
    top: 21px;
  }

  .section-top {
    padding-top: 8px;
  }

  .burger__line:nth-child(3) {
    top: 7px;
  }

  .catalog-list-wrapper {
    top: 38px;
    left: -10px;
    max-width: 184px;
    padding: 26px 10px 31px 10px;
  }

  .sub-list {
    width: 166px;
    padding: 26px 9px;
  }

  .header__button-basket svg {
    width: 24px;
  }

  .header__button-favourites svg {
    width: 21px;
  }

  .header__button-account svg {
    width: 20px;
  }

  .product-cart__price-btn {
    width: 24px;
    height: 24px;
  }

  .product-cart__price-btn {
    background-size: 14px;

  }

  .product-cart__price-text {
    margin-top: -3px;
    margin-left: 12px;
  }

  .product-cart__price-btn:hover {
    background-size: 24px;
    border: none;
  }

  .directory {
    padding-top: 51px;
  }

  .main-page .directory .directory-navigat {
    width: 59px;
  }

  .feedback-block__info-top input:not(:last-child) {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .main-contacts .hr-line {
    margin-top: 8px;
  }

  .main-contacts .breadcrumbs .breadcrumbs__info {
    margin-top: 12px;
  }

  .contacts-page {
    margin-top: 33px;
  }

  .adress-block-text {
    margin-bottom: 16px;
  }

  .adress-block {
    margin-bottom: 30px;
  }

  .contacts-page__title {
    font-size: 25px;
  }

  .info-box-descr {
    margin-top: 20px;
  }

  .info-box {
    margin-bottom: 27px;
  }

  .contacts-page__info-box {
    padding-bottom: 8px;
  }

  .adress-block-text {
    margin-top: 40px;
  }

  .adress-block span {
    width: 314px;
    display: block;
  }

  .chart-block {
    margin-bottom: 29px;
  }

  .legal-information-text {
    margin-bottom: 21px;
  }


  .feedback-block__title {
    font-size: 25px;
  }

  .feedback-block__info-top input:not(:last-child) {
    margin-bottom: 13px;
  }

  .custom-checkbox__text {
    font-size: 12px;
  }

  .feedback-block__info-bottom {
    margin-bottom: 17px;
  }

  .feedback-block__privacy {
    width: 271px;
  }

  .feedback-block__btn {
    font-size: 16px;
    max-width: 125px;
  }

  .contacts-page__aside {
    margin-bottom: 81px;
  }

  /* city_maps */

  .main-sity-maps .hr-line {
    margin-top: 7px;
  }

  .main-sity-maps .breadcrumbs__info {
    margin-top: 13px;
  }

  .sity-maps {
    margin-top: 38px;
  }

  .sity-maps__title {
    margin-bottom: 28px;
  }

  .aside-search-city,
  .aside-search-metro {
    margin-right: 0;
  }

  .sity-maps__aside {
    margin-bottom: 0px;
  }

  .sity-maps__box {
    max-width: 320px;
    height: 200px;
  }

  .sity-maps__block {
    margin-bottom: 80px;
  }

  .sity-maps__title {
    font-size: 25px;
  }

  .aside-country-options label {
    padding: 0 10px;
  }

  .aside-country {
    margin-bottom: 20px;
  }

  .aside-search-city {
    margin-bottom: 19px;
  }

  /* заказ оформлен */


  .order-decorated__block {
    background-position-x: 0;
    padding: 30px 20px 20px 20px;
    height: 358px;
  }

  .order-decorated__block h2 {
    max-width: 100%;
    text-decoration: auto;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 25px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: var(--black);
    margin-bottom: 21px;
    text-transform: inherit;
  }

  .order-decorated__text {
    max-width: 100%;
    letter-spacing: 0.02px;
    line-height: 100%;
  }

  .order-decorated {
    padding-top: 8px;
  }

  .order-decorated__reviews p {
    font-size: 16px;
  }

  .order-decorated__reviews {
    margin-top: 20px;
  }

  .order-decorated__reviews p {
    line-height: 150%;
  }

  .order-decorated__reviews .order-decorated__descr {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
  }

  .order-decorated__reviews p {
    letter-spacing: 0.05px;
  }

  .order-decorated__network a svg {
    width: 35px;
    height: 35px;
  }

  .main-decorated .bestsellers {
    padding-top: 77px;
  }

  .main-decorated .bestsellers .navigation-block {
    width: 59px;
  }

  .main-decorated .bestsellers .slick-prev {
    top: 47px;
  }

  .main-decorated .bestsellers .slick-next {
    top: 47px;
  }


  .main-decorated .directory {
    padding-bottom: 50px;
  }


  .hr-line {
    margin-top: 8px;
  }

  .breadcrumbs__info {
    margin-top: 11px;
  }

  .mineral-cosmetics {
    padding-top: 27px;
  }

  .mineral-cosmetics__block {
    padding-top: 11px;
  }

  .mineral-cosmetics__title {
    font-size: 25px;
  }

  .mineral-cart-img {
    aspect-ratio: 1.26;
  }

  .mineral-cart {
    margin-bottom: 29px;
  }

  .mineral-cart-img {
    aspect-ratio: 1.26;
  }

  .mineral-cart {
    margin-bottom: 29px;
  }



  .mineral-cart-color::before {
    left: 20px;
  }

  .mineral-cart-color {
    padding: 80px 30px 25px 21px;
    min-height: 277px;
  }

  .order-3 {
    margin-bottom: 29px;
  }

  .order-8 {
    order: 8;
  }

  .order-8 {
    min-height: 376px;
  }

  .order-10 {
    margin-bottom: 31px;
  }

  .order-14 {
    margin-bottom: 31px;
  }

  .mineral-cosmetics {
    padding-bottom: 52px;
  }

  /* поиск */

  .header__search-block {
    margin-bottom: 9px;
    margin-top: 13px;
  }

  .header__search-block button {
    top: 13.5px;
    left: 0px;
    width: 24px;
    height: 24px;
  }

  .header__search-block input {
    padding: 12px 20px 12px 33px;
    font-size: 17px;
  }

  .search-del {
    top: 10.5px;
    right: -5px;
  }

  .header__button-search .close-btn {
    width: 24px;
    margin-top: -5px;
  }

  .fancybox-ingredients-cart {
    padding: 20px;
  }

  .fancybox-ingredients-cart .fancybox-close-small {
    right: 9px;
    top: 9px;
  }

  .fancybox-ingredients-cart .modal__wrapper-text {
    font-size: 16px;
  }

  .fancybox-ingredients-cart .modal__wrapper-descr {
    font-size: 14px;
  }

  .fancybox-ingredients-cart .modal__wrapper-img {
    aspect-ratio: 1.5;
    max-width: 115px;
  }

  /* Политика конфиденциальности */

  .main-privacy-policy .hr-line {
    margin-top: 7px;
  }

  .privacy-policy {
    padding-top: 30px;
  }

  .privacy-policy__title {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .policy-list-item {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 150%;
  }

  .policy-list-item ol li {
    font-size: 12px;
    padding: 1px 0 0 3px;
    line-height: 149%;
  }

  .policy-list-item {
    letter-spacing: 0;
  }


  .policy-list-item ol {
    margin-left: -3px;
  }

  .correction-2 {
    margin-bottom: 39px;
  }

  .correction-1 {
    margin-bottom: 34px;
  }

  .correction-1 ol li {
    margin-bottom: 17px;
  }

  /* Каталог */

  .catalog-page {
    padding-top: 38px;
  }

  .catalog-page__title {
    font-size: 25px;
  }

  .catalog-page__title {
    margin-bottom: 29px;
  }

  .catalog-page__card {
    width: calc((100% - (10px *1)) / 2);
  }

  .catalog-page__link {
    padding: 10px;
  }

  .catalog-page__card {
    margin-bottom: 10px;
  }

  .catalog-page {
    padding-bottom: 71px;
  }

  /* Ошибка-404 */
  .error-404 {
    padding: 44px 0 60px 0;
  }

  .error-404__info {
    padding: 30зч 30px 60px 10px;
  }

  .error-404__title {
    font-size: 45px;
  }

  .error-404__text {
    font-size: 25px;
  }

  .error-404__title {
    margin-bottom: 5px;
  }

  .error-404__text {
    margin-bottom: 18px;
  }

  .error-404__info a {
    max-width: 111px;
    height: 35px;
    font-size: 16px;
  }

  .error-404__info {
    padding: 30px 30px 40px 30px;
  }

  .error-404__picture {
    aspect-ratio: 0.85;
  }

  /* Подарочный сертификат */

  .certificate-page {
    padding-top: 29px;
  }

  .certificate-page__title {
    margin-bottom: 21px;
  }

  .certificate-page__title {
    letter-spacing: -0.03em;

  }

  .data-card-text {
    letter-spacing: 0;
  }

  .data-card-text {
    line-height: 146%;
    margin-bottom: 31px;
  }

  .size-options-nominal label {
    margin-top: 14px;
    margin-bottom: -4px;
  }

  .size-options-nominal {
    margin-bottom: 33px;
  }

  .gift-card-mobil {
    margin-left: 0px;
  }

  .buyers-form-communication {
    padding-top: 30px;
  }

  .communication-info input {
    margin-bottom: 16px;
  }

  .communication-info input {
    margin-bottom: 16px;
  }

  .buyers-form-btn {
    font-size: 16px;
    max-width: 115px;
  }

  .buyers-form-button-text {
    font-size: 20px;
    margin-left: 15px;
  }


  .communication-info {
    margin-bottom: 30px;
  }

  .footer__top-contacts-tel {
    letter-spacing: -0.01em;
  }

  /* Каталог фильтры */

  .folder-era__title {
    font-size: 25px;
  }

  .folder-era {
    padding-top: 29px;
  }

  .folder-era.catalog-section-layout {
    padding-top: 10px;
  }

  .folder-era.catalog-section-layout.folder-era--level1-tiles {
    padding-top: 4px;
  }

  .level1-cards {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px 10px;
  }

  .level1-cards__title {
    font-size: 14px;
    padding: 10px 8px 12px;
  }

  .folder-era__box p {
    font-size: 12px;
  }

  .folder-era__box {
    max-height: 111px;
  }

  .show-more-btn {
    margin-bottom: 31px;
    font-size: 12px;
    margin-top: 13px;
  }

  .filter-mobil-close {
    width: 40px;
    height: 40px;
  }



  .filter-mobil-open {
    width: 40px;
    height: 40px;
  }

  .folder-era__button {
    padding-top: 20px;
    align-items: center;
  }

  .filter-mobil-btn {
    margin-right: 19px;
  }


  .filter-mobil-close {
    margin-top: 0px;
  }

  .button-item {
    margin-right: 15px;
  }

  .button-item-link {
    font-size: 14px;
  }

  .button-list {
    margin-top: -2px;
  }

  .folder-era__block {
    padding-top: 11px;
  }

  .availability-product {
    margin-bottom: 0px;
  }

  .folder-product-content {
    padding-top: 29px;
  }

  .folder-era__block .product-cart {
    width: calc((100% - (10px *1)) / 2);
  }

  .folder-product-content {
    padding-top: 5px;
  }


  .folder-era .product-cart__img img {
    margin-left: 6px;
  }

  .folder-era__block .product-cart-top {
    margin-bottom: 8px;
  }

  .folder-era__block .product-cart {
    margin-bottom: 19px;
  }

  .product-cart__img img {
    width: 89%;
    height: 146px;
    margin-left: 7px;
  }

  .folder-era__block .product-cart__price {
    margin-top: 11px;
  }

  .folder-product-content {
    padding-top: 0px;
  }

  .arrow-pagination {
    margin: 0 15px;
    width: 24px;
    height: 24px;
  }

  .folder-product .pagination-block {
    padding-top: 14px;
  }

  .main-folder-era .directory {
    padding-top: 26px;
  }

  .main-folder-era .slick-next {
    right: 5px;
  }

  .main-folder-era .bestsellers .slick-next {
    right: 4px;
  }

  .main-folder-era .bestsellers .slick-prev {
    left: -14px;
  }

  .main-folder-era .bestsellers {
    padding-bottom: 81px;
  }

  .main-page .accordion__item_slidedown .accordion__header::after {
    margin-right: -1px;
  }

  .main-ingredients .bestsellers .navigation-block {
    width: 59px;
  }

  /* Для оптовых покупателй */

  .main-wholesale-buyers .wholesale-buyers {
    padding-top: 37px;
    padding-bottom: 79px;
  }

  .main-wholesale-buyers .buyers-aside {
    padding: 29px 19px;
  }

  .main-wholesale-buyers .buyers-aside-list {
    margin: 9px 0 9px 23px;
  }

  .main-wholesale-buyers .buyers-form {
    padding: 29px 40px 30px 20px;
  }

  .main-wholesale-buyers .buyers-form-communication {
    padding-top: 17px;
  }

  .communication-info input {
    margin-bottom: 11px;
  }

  .communication-info input {
    margin-bottom: 16px;
  }

  .bestsellers .navigation-block {
    width: 59px;
  }

  .slick-list {
    margin: 0 -5px;
  }


  .directory-top .directory-block__card {
    margin: 0 5px;
    margin-right: 0px;
  }

  .directory-block__card {
    margin: 0 5px;
  }


  .error-404 {
    padding: 35px 0 60px 0;
  }

  .gift-card-mobil {
    height: 210px;
  }

  .folder-era__button {
    align-items: flex-start;
  }

  .folder-era__block {
    padding-top: 0px;
  }

  .main-folder-era .button-list {
    margin-top: 9px;
  }

  .main-page .accordion__header::after {
    margin-right: -1px;
  }

  .main-ingredients .bestsellers .navigation-block .slick-prev {
    top: 11px;
  }

  .main-ingredients .bestsellers .navigation-block .slick-next {
    top: 11px;
  }

  .bestsellers .navigation-block .slick-prev {
    left: 3px;
  }

  .directory .slick-prev {
    left: 3px;
  }

  .main-folder-era .slick-next {
    right: 1px;
  }

  .main-folder-era .bestsellers .slick-next {
    right: 1px;
  }

  .picture-404 {
    background-size: cover;
    height: 401px;
  }

  .favorites-menu {
    top: 200px;
  }

  .footer__top-buyer {
    margin-top: 0px;
  }

  .footer__bottom-subscription p {
    margin-top: 0px;
  }

  .footer__top {
    padding-bottom: 35px;
    border-bottom: none;
  }

}



@media (max-width: 335px) {
  .header__top-link {
    padding: 0px 17px 0px 0px;
    background-position: right top;
  }

  .header__top {
    height: 46px;
  }

  .box-enter-button {
    flex-direction: column;
    align-items: center;
  }

  .box-enter-lose {
    margin-right: 5px;
    margin-bottom: 12px;
  }

  /* styles.css | http://127.0.0.1:5500/css/styles.css */

  .custom-checkbox__text::after {
    left: -27px;
    width: 17px;
    height: 17px;
    background-position: 3px 3px;
  }

  .custom-checkbox__text::before {
    left: -27px;
    width: 17px;
    height: 17px;
  }

  .fancybox-inform-checkbox {
    margin-left: 27px;
  }


}