@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
* {
    touch-action: manipulation; /* масштабирование при двойном тапе не происходит */
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  margin: 0;
  font-family: "Golos Text";
  color: var(--secondary-ui-black, #292a35);
}

body.lock {
  overflow: hidden; /*Это для того, чтобы не допускать скрол когда открыт попап*/
}

.container {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 20px;
}

/*Классы для заголовков*/
.h6,
.h5,
.h4,
.h3,
.h2,
.h1 {
  margin: 0;
  /* Далее стили для общих заголовков (если есть) */
}

.h1 {
  font-family: Raleway;
  font-size: 74px;
  font-style: italic;
  font-weight: 900;
  line-height: 119%; /* 88.06px */
  text-transform: uppercase;
}

.h2 {
  font-family: Raleway;
  font-size: 43px;
  font-style: italic;
  font-weight: 900;
  line-height: 137%; /* 58.91px */
  text-transform: uppercase;
}

.h3 {
  font-family: Raleway;
  font-size: 35px;
  font-style: italic;
  font-weight: 900;
  line-height: 137%; /* 47.95px */
  text-transform: uppercase;
}

.h4 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 36.4px */
}

.h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
}

p {
  margin: 0;
}

ol,
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
a svg {
  transition: 0.3s;
}
a svg path {
  transition: 0.3s;
}
a span {
  transition: 0.3s;
}

button {
  border: none;
  cursor: pointer;
  outline: none;
  background: transparent;
  transition: 0.3s;
  padding: 0;
  font-family: "Golos Text";
  color: inherit;
}
button svg {
  transition: 0.3s;
}
button svg path {
  transition: 0.3s;
}
button span {
  font-family: "Golos Text";
}

input,
textarea {
  border: none;
  outline: none;
  font-family: inherit;
  margin: 0;
}

textarea {
  resize: none;
}

/* Класс основной кнопки */
.btn {
  display: flex;
  padding: 20px 25px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  background: radial-gradient(77.47% 63.34% at -2.73% -11.11%, #9dc3fa 0%, rgba(157, 195, 250, 0) 100%), radial-gradient(127.53% 48.48% at 81.42% 120.37%, #fdd796 0%, rgba(255, 147, 83, 0) 100%), linear-gradient(103deg, #883be1 -9.65%, #ff69a4 132.05%);
  box-shadow: 0 21px 38.5px -16px rgba(0, 0, 0, 0.18);
  color: var(--secondary-ui-white, #fff);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%; /* 20.25px */
  width: max-content;
  position: relative;
  overflow: hidden;
}
.btn svg {
  width: 22px;
  height: auto;
}
.btn span {
  transition: 0.3s;
  font-family: "Golos Text";
  white-space: nowrap;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s;
  background: radial-gradient(76.44% 103.85% at -3.24% 126.19%, rgb(171, 73, 207) 0%, rgba(171, 73, 207, 0) 100%), radial-gradient(156.05% 154.79% at 72.69% -6.35%, rgb(253, 215, 150) 0%, rgba(255, 147, 83, 0) 100%), linear-gradient(80deg, rgb(252, 112, 112) -75.28%, rgb(244, 165, 127) 119.77%);
}
.btn:hover::before {
  opacity: 1;
}
.btn svg,
.btn span,
.btn img,
.btn div {
  position: relative;
  z-index: 1;
}
.btn .icon {
  flex-shrink: 0;
}

.btn-border-gr {
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #883be1, #ff69a4) border-box;
  transition: 0.3s;
}
.btn-border-gr svg,
.btn-border-gr span {
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.btn-border-gr span {
  color: var(--secondary-ui-black, #292a35);
}
.btn-border-gr::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s;
  background: radial-gradient(76.44% 103.85% at -3.24% 126.19%, rgb(171, 73, 207) 0%, rgba(171, 73, 207, 0) 100%), radial-gradient(156.05% 154.79% at 72.69% -6.35%, rgb(253, 215, 150) 0%, rgba(255, 147, 83, 0) 100%), linear-gradient(80deg, rgb(252, 112, 112) -75.28%, rgb(244, 165, 127) 119.77%);
}
.btn-border-gr:hover::before {
  opacity: 1;
}
.btn-border-gr:hover span {
  color: #fff;
}
.btn-border-gr:hover {
  background: transparent;
}

.btn-transp {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.btn-transp:hover {
  border: 1px solid transparent;
}

.btn-med {
  padding: 13px 14px;
  gap: 7px;
  font-size: 14px;
}
.btn-med svg {
  width: 20px;
  height: auto;
}
.btn-med::before {
  background: radial-gradient(81.13% 84.42% at -3.24% 126.19%, #9dc3fa 0%, rgba(157, 195, 250, 0) 100%), radial-gradient(156.05% 154.79% at 72.69% -6.35%, #fdd796 0%, rgba(255, 147, 83, 0) 100%), linear-gradient(80deg, #883be1 -75.28%, #ff69a4 119.77%);
}

.btn-white {
  color: var(--secondary-ui-black, #292a35);
  background: var(--secondary-ui-white, #fff);
}
.btn-white:hover span {
  color: var(--secondary-ui-white, #fff);
}
.btn-white::before {
  background: var(--primary-brand-gradient-red, linear-gradient(90deg, #fd6e70 0.02%, #f4a780 100%));
}

/* Класс для инпутов */
/* Класс для label*/
.main {
  display: flex;
  flex-direction: column;
  min-height: calc(100 * var(--vh)); /* Минимильная высота - высота экрана (100 * var(--vh) нужно для моб. версий, 100vh не работает, так-как мешает адресная строка)  */
}

/* Блок между шапкой и подвалом */
.page {
  flex-grow: 1; /* Это делается для того, чтобы блок между шапкой и подвалом растягивался и .main был на всю высоту экрана, иначе при маленьком контенте под футером останется пространство */
}

.header {
  border-bottom: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
  position: sticky;
  top: -45px;
  background: var(--secondary-ui-white, #fff);
  z-index: 4;
}
.header__top {
  border-bottom: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
}
.header__top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header__nav-link {
  color: var(--secondary-ui-dark-grey, #7d7e88);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 16.9px */
}
.header__nav-link:hover {
  color: var(--secondary-ui-black, #292a35);
}
.header__contacts {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header__socials {
  display: flex;
  align-items: center;
  gap: 6px;
}
.header__social {
  width: 25px;
  height: auto;
}
.header__social svg {
  display: block;
  width: 25px;
  height: auto;
}
.header__social svg rect {
  transition: 0.3s;
  fill: #F3F4F6;
}
.header__social svg path {
  fill: #292A35;
  transition: .3s;
}
.header__social:hover svg path {
  fill: #FFFFFF;
}
.header__phone {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header__phone-link {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 18.2px */
}
.header__time {
  color: var(--secondary-ui-dark-grey, #7d7e88);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
}
.header__contacts-right {
  display: flex;
  gap: 10px;
}
.header.sticky {
  z-index: 5;
}
.header.sticky .header__main {
  height: 58px;
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.19);
}
.header.sticky .header__main .container {
  height: 100%;
}
.header.sticky .header__main .header__main-content {
  height: 100%;
}
.header.sticky .header__main .header__action-text {
  display: none;
}
.header.sticky .header__main .header__init-divid {
  display: none;
}
.header.sticky .header__main .header__init {
  margin-right: 20px;
}
.header.sticky .header__main .header__init-descr {
  display: none;
}
.header.sticky .header__main .header__logo {
  width: 107px;
}
.header.sticky .header__main .header__catalog-btn {
  padding: 12px 14px;
}
.header.sticky .header__main .header__location-address {
  display: none;
}
.header.sticky .header__main .header__location-arrow {
  display: block;
}
.header.sticky .header__main .header__location-city {
  font-size: 14px;
}
.header.sticky .header__main .header__catalog-btn-wrap {
  padding-right: 20px;
  border-right: 0;
}
.header.sticky .header__main .header__location {
  margin-left: 0;
}
.header.sticky .header__main .header__catalog-btn-wrap {
  padding-right: 6px;
}

.header__location-arrow {
  display: none;
  margin-top: 4px;
  width: 9px;
  height: auto;
  opacity: 0.8;
  transition: 0.3s;
}

.header__main {
  height: 75px;
}
.header__main .container {
  height: 100%;
}
.header__main-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
}
.header__left {
  display: flex;
  align-items: center;
}
.header__init {
  display: flex;
  padding-right: 30px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-right: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
  height: 100%;
}
.header__logo {
  width: 149px;
  height: auto;
}
.header__logo img {
  width: 100%;
}
.header__init-divid {
  height: 40px;
  width: auto;
}
.header__init-descr {
  width: 207px;
  color: var(--secondary-ui-dark-grey, #7d7e88);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 16.9px */
}
.header__init-descr span {
  color: var(--secondary-ui-black, #292a35);
}
.header__catalog-btn {
  display: flex;
  padding: 16px 19px;
  align-items: center;
  gap: 8px;
  border-radius: 14px;
  background: radial-gradient(77.47% 63.34% at -2.73% -11.11%, #9dc3fa 0%, rgba(157, 195, 250, 0) 100%), radial-gradient(127.53% 48.48% at 81.42% 120.37%, #fdd796 0%, rgba(255, 147, 83, 0) 100%), linear-gradient(103deg, #883be1 -9.65%, #ff69a4 132.05%);
  color: var(--secondary-ui-white, #fff);
  text-align: center;
  font-family: "Golos Text";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%; /* 18.2px */
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.header__catalog-btn span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header__catalog-btn svg {
  width: 22px;
  height: auto;
}
.header__catalog-btn-wrap {
  padding-right: 30px;
  padding-left: 30px;
  border-right: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
  transition: 0.3s;
  height: 100%;
  display: flex;
  align-items: center;
}
.header__catalog-btn-wrap.active {
  background: #f3f4f6;
}
.header__catalog-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s;
  background: radial-gradient(76.44% 103.85% at -3.24% 126.19%, rgb(171, 73, 207) 0%, rgba(171, 73, 207, 0) 100%), radial-gradient(156.05% 154.79% at 72.69% -6.35%, rgb(253, 215, 150) 0%, rgba(255, 147, 83, 0) 100%), linear-gradient(80deg, rgb(252, 112, 112) -75.28%, rgb(244, 165, 127) 119.77%);
}
.header__catalog-btn:hover::before {
  opacity: 1;
}
.header__catalog-btn svg,
.header__catalog-btn span {
  position: relative;
  z-index: 1;
}
.header__location {
  margin-left: 16px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  border-radius: 14px;
  padding: 8px 14px;
  transition: 0.3s;
}
.header__location-icon {
  opacity: 0.3;
  width: 18px;
  transition: 0.3s;
  aspect-ratio: 1;
  mask-image: url("../img/icons/store.svg");
  -webkit-mask-image: url("../img/icons/store.svg");
  background-color: #292a35;
}
.header__location:hover {
  background: var(--secondary-ui-light-grey, #f3f4f6);
}
.header__location:hover .header__location-city {
  color: var(--secondary-ui-blue, #49536c);
}
.header__location:hover .header__location-icon {
  opacity: 1;
  background-color: #49536c;
}
.header__location-city {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  transition: 0.3s;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 3px;
}
.header__location-address {
  color: var(--secondary-ui-dark-grey, #7d7e88);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 16.9px */
  padding: 0;
}
.header__location-address svg {
  width: 9px;
  height: auto;
  margin-top: 4px;
}

.header__actions {
  display: flex;
}
.header__actions > .header__action:first-child:hover svg path {
  stroke: #292a35;
}
.header__action {
  display: flex;
  width: 115px;
  padding: 17px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-left: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
  height: 100%;
}
.header__action:last-child {
  border-right: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
}
.header__action:hover {
  background: var(--secondary-ui-light-grey, #f3f4f6);
}
.header__action:nth-child(3):hover svg path, .header__action:nth-child(4):hover svg path {
  fill: #292a35;
}
.header__auth .header__action:hover svg path {
  fill: #292a35;
}
.header__action-icon {
  position: relative;
}
.header__action-icon svg {
  width: 18px;
  height: auto;
  display: block;
}
.header__action-text {
  color: var(--secondary-ui-dark-grey, #7d7e88);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  opacity: 0.8;
}
.header__action-badge {
  position: absolute;
  right: -10px;
  top: -8px;
  display: flex;
  min-width: 17px;
  height: 17px;
  padding: 0 2px;
  align-items: center;
  justify-content: center;
  border-radius: 900px;
  background: var(--primary-brand-pink, #f00a6e);
  color: var(--UI-Colors-White, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 15px */
}

.footer {
  background: var(--secondary-ui-black, #292a35);
  padding-top: 40px;
}
.footer * {
  color: #fff;
}
.footer__top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  padding-bottom: 40px;
}
.footer__top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.footer__top-left {
  display: flex;
  flex-grow: 1;
  align-items: center;
  gap: 30px;
}
.footer__logo {
  width: 65px;
  height: auto;
}
.footer__top-descr {
  opacity: 0.8;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  max-width: 302px;
}
.footer__top-right {
  display: flex;
  align-items: center;
  gap: 40px;
}
.footer__location {
  margin-left: auto;
  border-radius: 6px;
}
.footer__location:hover .footer__city span {
  color: var(--secondary-ui-light-grey, #bdc7d9);
}
.footer__location:hover .footer__city-arrow {
  opacity: 1;
}
.footer__location:hover .footer__city-arrow path {
  stroke: var(--secondary-ui-light-grey, #bdc7d9);
}
.footer__city {
  display: flex;
  align-items: center;
}
.footer__city span {
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%; /* 27.55px */
}
.footer__city-icon {
  width: 21px;
  height: auto;
  margin-right: 6px;
}
.footer__city-arrow {
  margin-left: 2px;
  width: 14px;
  height: auto;
  opacity: 0.3;
}
.footer__shops {
  opacity: 0.6;
  padding-right: 15px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 16.9px */
  text-align: right;
}
.footer__contacts {
  display: flex;
  align-items: center;
}
.footer__phone {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%; /* 27.55px */
  white-space: nowrap;
}
.footer__phone:hover {
  color: #f00a6e;
}
.footer__shedule {
  opacity: 0.6;
  margin-top: 1px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 16.9px */
  text-align: right;
  white-space: nowrap;
}
.footer__btn {
  margin: 0 40px 0 15px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 18.2px */
  border-radius: 10px;
  box-shadow: 0 21px 38.5px -16px rgba(0, 0, 0, 0.38);
  display: flex;
  width: 170px;
  padding: 13px 14px;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  background: linear-gradient(#292a35, #292a35) padding-box, linear-gradient(90deg, #883be1, #ff69a4) border-box;
}
.footer__btn:hover {
  background: transparent;
}
.footer__socials {
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer__social {
  width: 34px;
  display: flex;
  align-items: center;
}
.footer__social svg {
  width: 100px;
  height: auto;
}
.footer__social svg rect {
  transition: 0.3s;
  fill: #FFFFFF;
}
.footer__social:first-child:hover svg rect {
  fill: #07f;
}
.footer__social svg path {
  fill: #292A35;
  transition: .3s;
}

.footer__social:hover svg path {
  fill: #FFFFFF;
}

.footer__menu-wrap {
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
.footer__menu {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.footer__col:last-child {
  max-width: 226px;
  padding-right: 50px;
}
.footer__submenu:not(:first-child) {
  margin-top: 20px;
}
.footer__submenu-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 8px;
}
.footer__submenu-title svg {
  display: none;
}
.footer__submenu-title a:hover {
  color: var(--primary-brand-pink, #f00a6e);
}
.footer__submenu-items {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
}
.footer__submenu-item a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  transition: 0.3s;
  opacity: 0.6;
  display: block;
  border-bottom: 1px solid rgba(194, 21, 96, 0);
}
.footer__submenu-item a:hover {
  color: var(--primary-brand-pink, #f00a6e) !important;
  border-bottom-color: rgba(194, 21, 96, 0.3);
  opacity: 1;
}
.footer__submenu-item_all a {
  color: var(--primary-brand-orange, #ffb143);
  font-weight: 700;
  opacity: 1;
}

.footer {
  overflow: hidden;
}
.footer__bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
  position: relative;
  z-index: 1;
}
.footer__bottom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__copyright {
  max-width: 310px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 16.9px */
}
.footer__copyright span {
  color: var(--secondary-ui-dark-grey, #7d7e88);
}
.footer__bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 62.7%;
}
.footer__bottom-links {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-right: 23%;
}
.footer__bottom-link {
  color: var(--secondary-ui-dark-grey, #7d7e88);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  white-space: nowrap;
  border-bottom: 1px solid rgba(125, 126, 136, 0.1);
}
.footer__bottom-link:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.footer__bottom-adult {
  display: flex;
  width: 282px;
  align-items: center;
  gap: 11px;
  flex-shrink: 0;
}
.footer__bottom-adult span {
  max-width: 193px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
}

.payments__label {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 133%; /* 18.62px */
  margin-bottom: 6px;
}
.payments__list {
  display: flex;
  width: 233.991px;
  justify-content: space-between;
  align-items: center;
}

.payment {
  opacity: 0.4;
  filter: grayscale(100%);
  transition: 0.2s;
}
.payment:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.footer__content {
  position: relative;
  overflow: hidden;
}

.footer__bg {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 101%;
  height: auto;
  z-index: 0;
  pointer-events: none;
}

.footer__note {
  background: #23242d;
  padding: 18px 0;
}
.footer__note-text {
  color: var(--secondary-ui-dark-grey, #7d7e88);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%; /* 14.63px */
}
.footer__note-text a {
  text-decoration-line: underline;
  color: inherit;
}

.img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

.slider__controls {
  display: flex;
  align-items: center;
  gap: 8px;
}
.slider__control {
  display: flex;
  padding: 13px 21px;
  align-items: center;
  border-radius: 900px;
  border: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
  background: var(--secondary-ui-white, #fff);
}
.slider__control:hover {
  background: var(--secondary-ui-black, #292a35);
}
.slider__control:hover svg path {
  stroke: #fff;
}

.slick-disabled {
  opacity: 0.4;
  pointer-events: none!important;
}

.slick-dots {
  display: flex;
  padding: 15px;
  align-items: center;
  gap: 25px;
  align-self: stretch;
}
.slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  border-radius: 50%;
  transition: 0.3s;
}
.slick-dots button {
  display: block;
  width: 6px;
  height: 6px;
  aspect-ratio: 1/1;
  font-size: 0;
  line-height: 0;
  opacity: 0.5;
  border-radius: 50%;
  background: var(--secondary-ui-white, #fff);
  padding: 0;
}
.slick-dots .slick-active {
  width: 18px;
  background: rgba(255, 177, 67, 0.3);
}
.slick-dots .slick-active button {
  background: var(--primary-brand-orange, #ffb143);
}

.chevron {
  border-radius: 20px;
  background: var(--secondary-ui-white, #fff);
  display: inline-flex;
  padding: 7px 13px;
  align-items: center;
  transition: 0.3s;
}
.chevron:hover {
  background: var(--secondary-ui-black, #292a35);
}
.chevron:hover svg path {
  stroke: #fff;
}

.chevron_shadow {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
}

.chevron_border {
  border: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
}

.title__wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cards-slider {
  margin-bottom: -40px;
}
.cards-slider__actions {
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cards-slider__actions .slider__controls {
  margin-left: auto;
}
.cards-slider .card {
  margin: 0 7px;
}
.cards-slider > .slick-list {
  margin: 0 -7px;
  padding-bottom: 40px;
}
.cards-slider > .slick-list .slick-track {
  margin-left: 0 !important;
  display: flex !important;
  align-items: stretch;
}

.tabs-basic {
  display: flex;
  padding: 3px;
  align-items: flex-start;
  border-radius: 900px;
  background: var(--secondary-ui-light-grey, #f3f4f6);
  flex-shrink: 0;
}

.tab-basic {
  display: flex;
  padding: 13px 26px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 900px;
  opacity: 0.8;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  font-family: "Golos Text";
  color: #292a35;
}
.tab-basic.active {
  background: var(--secondary-ui-white, #fff);
  color: var(--primary-brand-pink, #f00a6e);
  font-weight: 600;
  pointer-events: none;
}
.tab-basic:hover {
  color: var(--primary-brand-pink, #f00a6e);
}

.card {
  border-radius: 12px;
  border: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
  position: relative;
  height: auto;
  display: flex !important;
  flex-direction: column;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(#f3f4f6, #f3f4f6) border-box;
}
.card:hover {
  border: 1px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #883be1, #ff69a4) border-box;
  box-shadow: 0 22px 29.4px -8px rgba(216, 100, 171, 0.19);
}
.card__labels {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 5px;
  top: 12px;
  left: 12px;
  z-index: 2;
}
.card__label {
  display: flex;
  padding: 0 6px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 6px;
  height: 19px;
}
.card__label_new {
  border: 1px solid var(--secondary-ui-green, #5cb975);
  color: var(--secondary-ui-green, #5cb975);
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 149%; /* 16.39px */
  background: var(--secondary-ui-white, #fff);
}
.card__label_hit {
  color: var(--primary-brand-pink, #f00a6e);
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 149%; /* 14.9px */
  border: 1px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #883be1, #ff69a4) border-box;
}
.card__label_hit img {
  width: 10px;
  height: auto;
}
.card__fav {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 11px 0 10px;
  border-bottom: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
  border-left: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
  display: inline-flex;
  padding: 12px;
  align-items: center;
  gap: 10px;
  z-index: 2;
  background: #fff;
}
.card__fav .icon {
  width: 16px;
  height: auto;
  aspect-ratio: 1;
  opacity: 0.5;
  mask-image: url("../img/icons/heart-filled.svg");
  -webkit-mask-image: url("../img/icons/heart-filled.svg");
  background-color: #7d7e88;
}
.card__fav:hover .icon {
  background-color: #f00a6e;
  opacity: 1;
}
.card__fav.fav-active .icon {
  opacity: 1;
  background: radial-gradient(ellipse 80% 68% at 50% 88%, #fdd796 0%, rgba(255, 147, 83, 0) 100%), linear-gradient(135deg, #883be1, #ff69a4);
}
.card__imgs {
  width: 100%;
  aspect-ratio: 1/1;
}
.card__imgs .slick-list {
  height: 100%;
}
.card__imgs .slick-track {
  height: 100%;
}
.card__imgs .slick-dots {
  justify-content: center;
  position: absolute;
  bottom: 6px;
  padding: 0;
  gap: 12px;
  width: 100%;
  z-index: 1;
}
.card__imgs .slick-dots li {
  flex-shrink: 0;
}
.card__imgs .slick-dots button {
  height: 4px;
  width: 4px;
  background: var(--secondary-ui-dark-grey, #7d7e88);
}
.card__imgs .slick-dots .slick-active {
  background: transparent;
  width: 4px;
}
.card__imgs .slick-dots .slick-active button {
  background: #ffb143;
  opacity: 1;
}
.card__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__content {
  padding: 12px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.card__name {
  margin-bottom: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  align-self: stretch;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%; /* 20.25px */
}
.card__reviews {
  display: flex;
  align-items: center;
  gap: 2px 10px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.card__reviews-rating {
  display: flex;
  align-items: flex-start;
  gap: 1px;
}
.card__reviews-rating svg {
  width: 16px;
  height: auto;
}
.card__reviews-quant {
  color: var(--secondary-ui-dark-grey, #7d7e88);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
}
.card__spec {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 6px;
}
.card__spec-item {
  display: flex;
  align-items: center;
  gap: 3px;
  flex-wrap: wrap;
}
.card__spec-label {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
}
.card__spec-value {
  color: var(--secondary-ui-dark-grey, #7d7e88);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
}
.card__bottom {
  margin-top: auto;
}
.card__prices {
  display: flex;
  align-items: center;
  gap: 0px 5px;
  align-items: center;
  flex-wrap: wrap;
}
.card__price-bottom {
  display: flex;
  align-items: center;
  gap: 5px;
}
.card__price {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 29px */
}
.card__price-old {
  color: var(--secondary-ui-dark-grey, #7d7e88);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  text-decoration-line: line-through;
}
.card__discount {
  display: flex;
  padding: 1px 3px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: var(--secondary-ui-green, #5cb975);
  color: var(--secondary-ui-white, #fff);
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 149%; /* 14.9px */
}
.card__add {
  margin-top: 10px;
  width: 100%;
  display: flex;
  padding: 13px 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 10px;
  background: var(--secondary-ui-light-grey, #f3f4f6);
  color: var(--secondary-ui-black, #292a35);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 18.2px */
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.card__add[disabled] {
  pointer-events: none;
}
.card__add .icon {
  width: 18px;
  aspect-ratio: 1;
  transition: 0.3s;
  opacity: 0.4;
  mask-image: url("../img/icons/shopping-cart-fill.svg");
  -webkit-mask-image: url("../img/icons/shopping-cart-fill.svg");
  background-color: #292a35;
}
.card__add:hover {
  color: #fff;
}
.card__add:hover .icon {
  background-color: var(--secondary-ui-white, #fff);
}
.card__add::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s;
  background: radial-gradient(127.53% 48.48% at 81.42% 120.37%, #fdd796 0%, rgba(255, 147, 83, 0) 100%), linear-gradient(103deg, #883be1 -9.65%, #ff69a4 132.05%), linear-gradient(90deg, #883be1 0.02%, #ff69a4 100%);
}
.card__add:hover::before {
  opacity: 1;
}
.card__add svg,
.card__add span {
  position: relative;
  z-index: 1;
}

.card_horiz {
  display: flex !important;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  overflow: hidden;
}
.card_horiz .card__imgs {
  height: auto;
}
.card_horiz .card__content {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-grow: 1;
  flex-direction: row;
}
.card_horiz .card__btns button {
  padding: 7px 14px;
}
.card_horiz .card__prices {
  flex-direction: column;
  align-items: start;
  gap: 0;
}
.card_horiz .card__fav-fill {
  border-radius: 10px;
  border: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 4px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 16.9px */
  white-space: nowrap;
}
.card_horiz .card__fav-fill .icon {
  width: 16px;
  height: auto;
  aspect-ratio: 1;
  opacity: 0.5;
  mask-image: url("../img/icons/heart-filled.svg");
  -webkit-mask-image: url("../img/icons/heart-filled.svg");
  background-color: #7d7e88;
}
.card_horiz .card__fav-fill:hover .icon {
  opacity: 1;
  background-color: #f00a6e;
}
.card_horiz .card__fav-fill.fav-active .icon {
  opacity: 1;
  background: radial-gradient(ellipse 80% 68% at 50% 88%, #fdd796 0%, rgba(255, 147, 83, 0) 100%), linear-gradient(135deg, #883be1, #ff69a4);
}
.card_horiz .card__price-bottom {
  display: flex;
  gap: 5px;
  align-items: center;
}
.card_horiz .card__center {
  flex-grow: 1;
}
.card_horiz .card__name {
  font-size: 14px;
}
.card_horiz .card__price {
  font-size: 18px;
}
.card_horiz .card__add {
  margin-top: 7px;
  font-size: 13px;
}
.card_horiz .card__add[disabled] {
  white-space: nowrap;
}
.card_horiz .card__spec {
  margin-bottom: 0;
}

.views__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.views {
  padding-bottom: 60px;
}

.views-slider > .slick-list {
  margin: 0 -8px;
}
.views-slider > .slick-list .slick-track {
  margin-left: 0;
}
.views-slider .card {
  margin: 0 8px;
}

.descr-page {
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.descr-page__container {
  display: flex;
  align-items: flex-end;
  gap: 60px;
}
.descr-page__title {
  max-width: 650px;
  margin-bottom: 10px;
}
.descr-page__title span {
  color: var(--secondary-ui-dark-grey, #7d7e88);
}
.descr-page__title br {
  display: none;
}
.descr-page__text {
  color: var(--secondary-ui-dark-grey, #7d7e88);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 21px */
}
.descr-page__text p:not(:last-child) {
  margin-bottom: 11px;
}
.descr-page__text p:nth-child(2) {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.descr-page__text.show p {
  -webkit-line-clamp: none !important;
  display: block !important;
}
.descr-page__btn {
  margin-top: 15px;
}
.descr-page__logo {
  width: 253px;
  height: auto;
}
.descr-page__bg {
  position: absolute;
  right: 0;
  bottom: -426.326px;
  width: 758px;
  height: auto;
  mix-blend-mode: hard-light;
}

.header__mob {
  display: none;
}

.show-mob {
  display: none !important;
}

.show-mob-fl {
  display: none !important;
}

.show-tabl-fl {
  display: none !important;
}

.show-tabl {
  display: none !important;
}

.scroll-block {
  overflow-x: auto;
  scrollbar-width: none;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.catalog-menu {
  padding: 30px 0;
  border-top: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
  background: var(--secondary-ui-white, #fff);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 4;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.19);
}
.catalog-menu.show {
  opacity: 1;
  visibility: visible;
}
.catalog-menu__container {
  display: flex;
  align-items: start;
  gap: 20px;
}
.catalog-menu__col {
  width: 18.6%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.catalog-menu__submenu {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.catalog-menu__submenu_one {
  align-items: center;
}
.catalog-menu__submenu-wrap {
  width: 70px;
  aspect-ratio: 1/1;
  border-radius: 10px;
  background: var(--secondary-ui-light-grey, #f3f4f6);
  overflow: hidden;
}
.catalog-menu__submenu-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.catalog-menu__submenu-title {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%; /* 20.25px */
  margin-bottom: 10px;
}
.catalog-menu__submenu-title svg {
  display: none;
}
.catalog-menu__submenu-items {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 6px;
}
.catalog-menu__submenu-item {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  opacity: 0.6;
}
.catalog-menu__submenu-item a:hover {
  color: var(--primary-brand-pink, #f00a6e);
}
.catalog-menu__submenu-item_all {
  color: var(--primary-brand-pink, #f00a6e);
  opacity: 1;
  border-bottom: 1px solid rgba(194, 21, 96, 0.3);
}

.panel {
  display: none;
}

.menu-mob {
  display: none;
}

.menu-mob__bott {
  display: none;
}

@media (max-width: 1380px) {
  .header__init-descr,
  .header__init-divid {
    display: none;
  }
  .footer__bottom-content {
    width: 73%;
  }
}
@media (max-width: 1250px) {
  .catalog-menu__submenu-wrap {
    width: 40px;
  }
  .catalog-menu__container {
    justify-content: space-between;
    gap: 10px;
  }
}
@media (max-width: 1150px) {
  .h1 {
    font-size: 50px;
  }
  .h2 {
    font-size: 30px;
  }
  .h3 {
    font-size: 28px;
  }
  .h4 {
    font-size: 24px;
  }
  .h5 {
    font-size: 18px;
  }
  .container {
    padding: 0 16px;
  }
  .hide-tabl {
    display: none !important;
  }
  .show-tabl-fl {
    display: flex !important;
  }
  .show-tabl {
    display: block !important;
  }
  .btn {
    padding: 16px 18px;
    font-size: 14px;
  }
  .btn img {
    width: 18px;
    height: auto;
  }
  .btn-med {
    padding: 12px 13px;
    font-size: 13px;
  }
  .header__contacts-right {
    flex-direction: column;
    align-items: end;
    gap: 2px;
  }
  .header__nav {
    gap: 10px;
  }
  .header__nav-link {
    font-size: 11px;
  }
  .header__phone-link {
    font-size: 12px;
  }
  .header__init {
    padding-right: 10px;
  }
  .header__location {
    padding-left: 10px;
  }
  .header__action {
    width: 78px;
    gap: 5px;
  }
  .header__action-text {
    font-size: 11px;
  }
  .header__logo {
    width: 90px;
    height: auto;
  }
  .header__catalog-btn {
    font-size: 12px;
    padding: 13px 14px;
  }
  .header__catalog-btn svg {
    width: 18px;
  }
  .header__location-icon {
    width: 16px;
  }
  .header__location-city {
    font-size: 14px;
  }
  .header__location-address {
    font-size: 12px;
  }
  .header__catalog-btn-wrap {
    padding: 0 13px;
  }
  .header__location {
    margin-left: 0px;
    gap: 5px;
  }
  .card__name {
    font-size: 13px;
    min-height: 50px;
    -webkit-line-clamp: 3;
  }
  .tab-basic {
    padding: 8px 10px;
    font-size: 11px;
  }
  .slider__controls {
    gap: 6px;
  }
  .slider__control {
    padding: 9px 12px;
  }
  .slider__control svg {
    width: 16px;
    height: auto;
  }
  .footer__top-descr {
    display: none;
  }
  .footer__submenu-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .footer__submenu-title svg {
    display: block;
    flex-shrink: 0;
    gap: 10px;
    transition: 0.2s;
    opacity: 0.3;
  }
  .footer__submenu-title.active svg {
    transform: rotate(180deg);
  }
  .footer__menu {
    flex-direction: column;
    gap: 8px;
  }
  .footer__col:last-child {
    max-width: 100%;
  }
  .footer__col {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .footer__submenu-items {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s;
  }
  .footer__submenu-item:first-child {
    margin-top: 6px;
  }
  .footer__submenu:not(:first-child) {
    margin-top: 0;
  }
  .footer__phone {
    font-size: 16px;
  }
  .footer__btn {
    margin-right: 15px;
    font-size: 13px;
    width: auto;
    white-space: nowrap;
  }
  .footer__top-right {
    gap: 25px;
  }
  .scroll-block {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .card_horiz .card__top {
    width: 119px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .card__reviews-rating_mob {
    gap: 2px;
    align-items: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 16.8px */
  }
  .card__horiz {
    gap: 7px;
  }
  .footer__bottom-container {
    flex-direction: column;
    align-items: start;
  }
  .footer__copyright {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .footer__bottom-content {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
  }
  .footer__bottom-links {
    margin-right: 0;
  }
  .footer__bottom-adult {
    width: 245px;
  }
  .header {
    top: -58px;
  }
}
@media (max-width: 790px) {
  .header__top {
    display: none;
  }
  .header__mob {
    position: fixed;
    top: 0;
    border-bottom: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
    z-index: 4;
    width: 100%;
  }
  .header {
    position: static;
    height: 52px;
    border-bottom: none;
  }
  .header__main {
    display: none;
  }
  .header__mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
  }
  .header__mob-btn {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header__mob-btn svg {
    width: 20px;
    height: auto;
  }
  .header__mob-btn:first-child {
    border-right: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
  }
  .header__mob-btn:last-child {
    border-left: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
  }
  .header__mob-menu .header__mob-active {
    display: none;
  }
  .header__mob-menu.active .header__mob-active {
    display: block;
  }
  .header__mob-menu.active .header__mob-inactive {
    display: none;
  }
  .header__logo {
    width: 99px;
  }
  .descr-page {
    padding-bottom: 40px;
  }
  .descr-page__container {
    align-items: center;
    flex-direction: column;
    gap: 25px;
  }
  .panel {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px 12px 0 0;
    background: var(--secondary-ui-white, #fff);
    box-shadow: 0 -5px 25px 0 rgba(0, 0, 0, 0.17);
    z-index: 6;
  }
  .panel .header__action {
    flex: 1 1 0;
    width: auto;
    gap: 0;
    padding: 6px 0;
    font-size: 10px;
    font-weight: 500;
    line-height: 150%;
  }
  .catalog-menu {
    padding-top: 0;
    padding-bottom: 182px;
    overflow: auto;
    max-height: calc(100 * var(--vh) - 65px);
    position: fixed;
    top: 52px;
  }
  .catalog-menu__container {
    flex-direction: column;
    align-items: start;
    gap: 0;
  }
  .catalog-menu .catalog-menu__container {
    flex-wrap: nowrap!important;
    height: 100%;
    max-height: 100%!important;
    overflow: hidden;
    overflow-y: auto;
  }
  .catalog-menu__submenu-items {
    overflow: hidden;
    max-height: 0;
    transition: 0.3s;
  }
  .catalog-menu__col {
    width: 100%;
    gap: 0;
  }
  .catalog-menu__submenu-wrap {
    width: 42px;
    flex-shrink: 0;
  }
  .catalog-menu__submenu {
    gap: 10px;
  }
  .catalog-menu__submenu-item:first-child {
    margin-top: 9px;
  }
  .catalog-menu__submenu-title {
    margin-bottom: 0;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .catalog-menu__submenu-title svg {
    display: block;
  }
  .catalog-menu__submenu_one .catalog-menu__submenu-title {
    margin-top: 0;
  }
  .catalog-menu__submenu {
    transition: 0.2s;
    padding: 13px 16px;
    border-bottom: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
  }
  .catalog-menu__submenu svg {
    transition: 0.2s;
  }
  .catalog-menu__submenu svg path {
    transition: 0.2s;
  }
  .catalog-menu__submenu.active {
    background: var(--secondary-ui-light-grey, #f3f4f6);
  }
  .catalog-menu__submenu.active svg {
    transform: rotate(180deg);
  }
  .catalog-menu__submenu.active svg path {
    stroke: #f00a6e;
  }
  .catalog-menu__submenu.active .catalog-menu__submenu-title {
    color: #f00a6e;
  }
  .catalog-menu__submenu.active .catalog-menu__submenu-wrap {
    background: #fff;
  }
  .catalog-menu__submenu-list {
    width: 100%;
  }
  .catalog-menu .container {
    padding: 0;
  }
  .menu-mob {
    position: fixed;
    top: 51px;
    left: 0;
    width: 100%;
    padding-bottom: 182px;
    overflow: auto;
    background: #fff;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    display: block;
    max-height: calc(100 * var(--vh) - 52px);
    border-top: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
  }
  .menu-mob.show {
    opacity: 1;
    visibility: visible;
  }
  .menu-mob__link {
    display: block;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%; /* 20.25px */
    padding: 17px 16px;
    border-bottom: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
  }
  .menu-mob__link:first-child {
    border-top: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
  }
  .header__catalog-btn-mob {
    padding: 17px 16px;
    width: auto;
  }
  .header__catalog-btn {
    width: max-content;
    margin-left: 0;
    justify-content: center;
  }
  .header__location {
    margin-left: 0;
    padding: 13px 14px;
  }
  .menu-mob__bott {
    display: block;
    padding: 16px 16px 70px 16px;
    z-index: 5;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--secondary-ui-light-grey, #f3f4f6);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .menu-mob__bott.show {
    opacity: 1;
    visibility: visible;
  }
  .menu-mob__top {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    justify-content: space-between;
  }
  .menu-mob__bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .menu-mob__socials {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .menu-mob__btn {
    display: flex;
    padding: 10px 11px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: linear-gradient(#f3f4f6, #f3f4f6) padding-box, linear-gradient(90deg, #883be1, #ff69a4) border-box;
    border: 1px solid transparent;
    width: max-content;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 16.8px */
    color: #292a35;
  }
  .header__phone-link {
    font-size: 14px;
  }
  .header__phone-link_mail span {
    color: var(--secondary-ui-blue, #49536c);
    border-bottom: 1px solid rgba(73, 83, 108, 0.3);
  }
  .footer__btn {
    display: none;
  }
  .footer__contacts {
    gap: 15px;
  }
  .footer__top-left {
    width: auto;
  }
  .footer__note {
    padding-bottom: 60px;
  }

  .card__add[disabled] {
    font-size: 13px;
  }
}
@media (max-width: 700px) {
  .footer__btn {
    display: none;
  }
  .footer__contacts {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .h1 {
    font-size: 27px;
  }
  .h2 {
    font-size: 22px;
    line-height: 137%;
  }
  .h3 {
    font-size: 20px;
  }
  .h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 36.4px */
  }
  .h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 26px */
  }
  .hide-mob {
    display: none !important;
  }
  .cards-section__title {
    font-size: 22px;
  }
  .btn {
    padding: 13px 16px;
    gap: 6px;
    border-radius: 10px;
    box-shadow: none;
    font-size: 13px;
    line-height: 130%; /* 20.25px */
  }
  .btn svg {
    width: 18px;
  }
  .btn-med {
    padding: 10px 11px;
    gap: 5px;
  }
  .show-mob-fl {
    display: flex !important;
  }
  .show-mob {
    display: block !important;
  }
  .slick-dots {
    padding: 15px 0;
  }
  .slick-dots button {
    width: 4px;
    height: 4px;
  }
  .slick-dots .slick-active {
    width: 12px;
  }
  .title__wrap .chevron {
    padding: 4px 10px;
  }
  .cards-slider__actions {
    margin-top: 12px;
    margin-bottom: 20px;
  }
  .cards-slider .card {
    margin: 0 5px;
  }
  .cards-slider > .slick-list {
    margin: 0 -5px;
  }
  .tab-basic {
    flex-shrink: 0;
    padding: 10px 17px;
    font-size: 13px;
  }
  .card__labels {
    gap: 3px;
  }
  .card__label {
    padding: 0 3px;
    gap: 1.5px;
    border-radius: 5px;
    height: 17px;
  }
  .card__label_new {
    font-size: 10px;
  }
  .card__label_hit {
    font-size: 9px;
  }
  .card__fav {
    padding: 8px;
  }
  .card__fav img {
    width: 12px;
  }
  .card__imgs {
    aspect-ratio: 159/142;
  }
  .card__imgs .slick-dots {
    bottom: 7px;
  }
  .card__content {
    padding: 6px 8px 8px;
  }
  .card__name {
    min-height: 50px;
    -webkit-line-clamp: 3;
    font-size: 13px;
    line-height: 130%; /* 20.25px */
  }
  .card__reviews-rating_mob {
    gap: 2px;
    align-items: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 16.8px */
  }
  .card__reviews {
    gap: 8px;
    margin-bottom: 4px;
  }
  .card__spec {
    display: none;
  }
  .card__prices {
    gap: 0;
    flex-direction: column;
    align-items: start;
  }
  .card__price {
    font-size: 17px;
    line-height: 140%;
  }
  .card__price-old {
    font-size: 12px;
    line-height: 140%;
  }
  .card__add {
    margin-top: 0;
    width: 44px;
    aspect-ratio: 1;
  }
  .card__add span {
    display: none;
  }
  .card__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
  }
  .card_horiz {
    gap: 2px;
  }
  .card_horiz .card__top {
    width: 119px;
  }
  .card_horiz .card__content {
    flex-direction: column;
    gap: 0;
    align-items: start;
  }
  .card_horiz .card__name {
    -webkit-line-clamp: 2;
    min-height: 34px;
    font-size: 13px;
  }
  .card_horiz .card__btns {
    display: flex;
    flex-direction: row-reverse;
    gap: 4px;
  }
  .card_horiz .card__btns button {
    padding: 7px 12px;
    width: auto;
    aspect-ratio: auto;
  }
  .card_horiz .card__btns button svg {
    width: 16px;
    height: auto;
  }
  .card_horiz .card__btns .card__add {
    margin-top: 0;
  }
  .card_horiz .card__btns .card__add .icon {
    width: 16px;
  }
  .card_horiz .card__right {
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: space-between;
    width: 100%;
  }
  .card_horiz .card__price {
    font-size: 15px;
  }
  .card_horiz .card__fav-fill {
    margin-top: 0;
  }
  .card_horiz .card__price-old {
    font-size: 11px;
  }
  .card_horiz .card__discount {
    font-size: 9px;
  }
  .card_horiz .card__labels {
    top: 8px;
    left: 8px;
  }
  .slider__control {
    padding: 13px 21px;
  }
  .slider__control svg {
    width: 18px;
  }
  .views {
    padding-bottom: 40px;
    overflow: hidden;
  }
  .views-slider > .slick-list {
    margin: 0 -5px;
    overflow: visible;
  }
  .views-slider .card {
    margin: 0 5px;
  }
  .descr-page {
    padding-bottom: 40px;
  }
  .descr-page__container {
    align-items: center;
    flex-direction: column;
    gap: 25px;
  }
  .descr-page__title {
    max-width: 100%;
  }
  .descr-page__title br {
    display: block;
  }
  .descr-page__text {
    font-size: 13px;
    line-height: 130%; /* 21px */
  }
  .descr-page__text p:not(:last-child) {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .descr-page__text p:nth-child(2) {
    display: none;
  }
  .descr-page__btn {
    margin-top: 8px;
  }
  .descr-page__logo {
    width: 210px;
  }
  .descr-page__bg {
    right: -74.73px;
    bottom: -157.602px;
    width: 387.108px;
  }
  .cards-slider__actions-wrap {
    position: relative;
  }
  .cards-slider__actions-wrap::after {
    content: "";
    position: absolute;
    width: 55px;
    height: 100%;
    right: -16px;
    top: 0;
    background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
  }
  .cards-slider__actions {
    overflow-x: auto;
    scrollbar-width: none;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .slider__controls-mob {
    margin-top: 20px;
    gap: 8px;
    justify-content: center;
    position: relative;
    z-index: 2;
  }
  .footer__copyright {
    max-width: 330px;
    text-align: center;
  }
  .footer__bottom-content {
    flex-direction: column;
    align-items: center;
  }
  .footer__bottom-container {
    align-items: center;
  }
  .footer__note-text {
    font-size: 10px;
  }
  .footer__bg {
    display: none;
  }
  .footer__top-content {
    flex-direction: column;
    gap: 15px;
    align-self: stretch;
  }
  .footer__top-left {
    justify-content: space-between;
    width: 100%;
  }
  .footer__top-right,
  .footer__contacts {
    justify-content: space-between;
    width: 100%;
  }
  .footer__top {
    padding-bottom: 20px;
  }
  .footer {
    padding-top: 20px;
  }
  .footer__menu-wrap {
    padding: 20px 0;
  }
  .header__catalog-btn {
    width: 100%;
  }
  .descr-page__title {
    font-size: 18px;
  }
  .footer__logo {
    width: 55px;
  }
  .footer__city span {
    font-size: 15px;
  }
  .footer .footer__shops {
    font-size: 12px;
  }
  .footer .footer__shedule {
    font-size: 12px;
  }
  .footer .footer__phone svg {
    width: 17px;
  }
  .footer__submenu-item a {
    font-size: 13px;
  }
  .footer__submenu-items {
    gap: 6px;
  }
  .footer__submenu-title {
    font-size: 15px;
  }
  .payments {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .payments__list {
    width: 175px;
  }
  .menu-mob__top {
    gap: 23px;
  }
  .menu-mob__btn {
    width: auto;
    flex-grow: 1;
  }
}
.breadcrumbs-wrap {
  overflow: auto;
  scrollbar-width: none;
}

.breadcrumbs {
  display: flex;
  gap: 8px;
  align-items: center;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrumbs li a {
  white-space: nowrap;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  border-radius: 6px;
  background: var(--secondary-ui-light-grey, #f3f4f6);
  display: flex;
  padding: 2px 6px;
  justify-content: center;
  align-items: center;
}
.breadcrumbs li a:hover {
  background: #eff4fd;
  color: var(--secondary-ui-blue, #49536c);
}
.breadcrumbs li:not(:first-child)::before {
  content: "/";
  display: inline-block;
  cursor: default;
  flex-shrink: 0;
  color: var(--secondary-ui-dark-grey, #7d7e88);
}
.breadcrumbs li:last-child {
  pointer-events: none;
}
.breadcrumbs li:last-child a {
  color: var(--secondary-ui-dark-grey, #7d7e88);
}
.breadcrumbs .breadcrumbs-home a {
  padding: 0;
  background: transparent;
}
.breadcrumbs .breadcrumbs-home a .icon {
  background-color: #7d7e88;
  mask-image: url("../img/icons/home-filled.svg");
  -webkit-mask-image: url("../img/icons/home-filled.svg");
  width: 12px;
  aspect-ratio: 1/1;
}
.breadcrumbs .breadcrumbs-home a:hover .icon {
  background-color: var(--secondary-ui-blue, #49536c);
}

* {
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon {
  transition: 0.3s;
}

.cards__section-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.tab__content {
  display: none;
}
.tab__content.show {
  display: block;
}

.custom-select {
  position: relative;
  min-width: 275px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 16.9px */
  display: flex;
  align-items: center;
  padding: 0 46px 0 41px;
  height: 47px;
  border-radius: 5px;
  border: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
  transition: 0.3s;
}
.custom-select::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/icons/arrow-down-up.svg") center center/100% 100% no-repeat;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.custom-select::after {
  height: 100%;
  width: 46px;
  border: none;
  right: 0;
  top: 0;
  transform: none;
  margin-top: 0;
  transform-origin: 50% 50%;
  background: url("../img/icons/chevron-down.svg") center center/16px 16px no-repeat;
}
.custom-select .current {
  display: block;
  border-right: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
  height: 100%;
  width: 188px;
  display: flex;
  align-items: center;
}
.custom-select .list {
  width: 100%;
  margin-top: 0;
  border-radius: 0 0 5px 5px;
  border-left: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
  border-right: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
  border-bottom: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
}
.custom-select .option {
  min-height: 47px;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-select .option.selected {
  background: var(--primary-brand-gradient-red, linear-gradient(90deg, #fd6e70 0.02%, #f4a780 100%));
  color: #fff;
  font-weight: 400;
}
.custom-select .option.selected:hover {
  background: var(--primary-brand-gradient-red, linear-gradient(90deg, #fd6e70 0.02%, #f4a780 100%));
  color: #fff;
}
.custom-select .option:hover {
  color: var(--primary-brand-pink, #f00a6e);
  background: #fff;
}
.custom-select.open {
  border-radius: 5px 5px 0 0;
  border: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
}
.custom-select.open::after {
  transform: rotate(-180deg);
}

.pagination {
  display: flex;
  align-items: center;
  gap: 6px;
}
.pagination__list {
  display: flex;
  align-items: center;
  gap: 4px;
}
.pagination__item a {
  color: var(--secondary-ui-black, #292a35);
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 16.9px */
  border-radius: 900px;
  border: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
  width: 50px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: inherit;
}
.pagination__item a:hover {
  background: #fff1eb;
  color: var(--primary-brand-red, #fd6f70);
  border-color: transparent;
}
.pagination__item.active a {
  background: var(--primary-brand-gradient-red, linear-gradient(90deg, #fd6e70 0.02%, #f4a780 100%));
  color: var(--secondary-ui-white, #fff);
  border-color: transparent;
}
.pagination__item_disabled {
  pointer-events: none;
}
.pagination .pagination__btn {
  display: flex;
  height: 50px;
  min-width: 45px;
  padding: 0 20px;
  align-items: center;
  gap: 6px;
  border-radius: 900px;
  border: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
}
.pagination .pagination__btn span {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 16.9px */
}
.pagination .pagination__btn .icon {
  width: 14px;
  aspect-ratio: 1;
  background-color: #292a35;
}
.pagination .pagination__btn:hover {
  background: #fff1eb;
  border-color: transparent;
}
.pagination .pagination__btn:hover span {
  color: var(--primary-brand-red, #fd6f70);
}
.pagination .pagination__btn:hover .icon {
  background-color: var(--primary-brand-red, #fd6f70);
}
.pagination .pagination__btn-next .icon {
  mask-image: url("../img/icons/chevron-right.svg");
  -webkit-mask-image: url("../img/icons/chevron-right.svg");
}
.pagination .pagination__btn-prev .icon {
  mask-image: url("../img/icons/chevron-left.svg");
  -webkit-mask-image: url("../img/icons/chevron-left.svg");
}
.pagination .pagination__btn_disabled {
  display: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  height: calc(100 * var(--vh));
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  background: rgba(41, 42, 53, 0.8);
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.modal.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal__container {
  border-radius: 16px;
  background: var(--secondary-ui-white, #fff);
  box-shadow: 0 4px 53px 0 rgba(0, 0, 0, 0.15);
  padding: 25px;
  position: relative;
  overflow-y: auto;
  max-height: calc(100 * var(--vh) - 1vh);
}

.close-modal {
  display: flex;
  padding: 12px;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 10px;
  border-bottom: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
  border-left: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
}
.close-modal .icon {
  background-color: #7d7e88;
  mask-image: url("../img/icons/close.svg");
  -webkit-mask-image: url("../img/icons/close.svg");
  width: 16px;
  height: 16px;
}
.close-modal:hover .icon {
  background-color: var(--secondary-ui-black, #292a35);
}

.label {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 16.9px */
  position: relative;
  margin-bottom: 4px;
  display: block;
}

.required {
  position: relative;
}
.required::after {
  content: "*";
  color: var(--primary-brand-pink, #f00a6e);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 16.9px */
  margin-left: 4px;
}

.input {
  border-radius: 10px;
  border: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
  background: var(--secondary-ui-white, #fff);
  padding: 15px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  width: 100%;
  position: relative;
}
.input::placeholder {
  opacity: 0.4;
  color: var(--secondary-ui-black, #292a35);
}
.input:focus {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #883be1, #ff69a4) border-box;
  border: 1px solid transparent;
  box-shadow: 0 0 0 2px rgba(255, 105, 245, 0.09);
}

.field {
  display: block;
}

.field_error .input {
  border: 1px solid var(--primary-brand-pink, #f00a6e);
  box-shadow: 0 2px 6px 0 rgba(255, 0, 0, 0.13) inset;
  color: var(--primary-brand-pink, #f00a6e);
}
.field_error .icon-field {
  background-color: var(--primary-brand-pink, #f00a6e);
}
.field_error .input-wrap_textarea {
  position: relative;
}
.field_error .input-wrap_textarea::after {
  content: "";
  background: url("../img/icons/alert.svg") center center/contain no-repeat;
  width: 16px;
  aspect-ratio: 1/1;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.field_error .teaxtarea__symbols {
  color: var(--primary-brand-pink, #f00a6e);
  opacity: 1;
}
.field_error .checkbox::before {
  box-shadow: 0 0 0 1px inset var(--primary-brand-pink, #f00a6e);
}

.btn_disabled {
  background: #7d7e88;
  opacity: 0.3;
  pointer-events: none;
  box-shadow: none;
}
.btn_disabled span {
  opacity: 0.8;
}
.btn_disabled .icon {
  opacity: 0.8;
}
.btn_disabled svg {
  opacity: 0.8;
}

.form__error-list {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.form__error {
  color: var(--primary-brand-red, #fd6f70);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 16.9px */
  position: relative;
  padding-left: 24px;
}
.form__error::before {
  content: "";
  width: 3px;
  height: 3px;
  background: var(--primary-brand-red, #fd6f70);
  left: 10px;
  top: 8px;
  position: absolute;
  border-radius: 50%;
}

.modal__descr {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  color: var(--secondary-ui-dark-grey, #7d7e88);
  margin-bottom: 20px;
}

.notice {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  gap: 11px;
  position: relative;
  overflow: hidden;
  align-items: start;
}
.notice_orange {
  border: 1px solid #fd6e70;
}
.notice_orange:after {
  background: #d2544f;
}
.notice_orange:before {
  background: url('data:image/svg+xml,<svg preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg" width="5" height="39" viewBox="0 0 5 39" fill="none"><path d="M0 1.00057C0 0.223271 0.847971 -0.256842 1.5145 0.143073L4.5145 1.94307C4.8157 2.1238 5 2.4493 5 2.80057V35.6682C5 36.0195 4.8157 36.345 4.5145 36.5257L1.5145 38.3257C0.847972 38.7256 0 38.2455 0 37.4682V1.00057Z" fill="url(%23paint0_linear_1053_7046)"/><defs><linearGradient id="paint0_linear_1053_7046" x1="0.000919944" y1="19.2321" x2="4.99995" y2="19.2321" gradientUnits="userSpaceOnUse"><stop stop-color="%23FD6E70"/><stop offset="1" stop-color="%23F4A780"/></linearGradient></defs></svg>') center center/100% 100% no-repeat;
}
.notice_violet {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #883be1, #ff69a4) border-box;
  border: 2px solid transparent;
}
.notice_violet:after {
  background: #883be1;
}
.notice_violet:before {
  background: url('data:image/svg+xml,<svg preserveAspectRatio="none" width="6" height="47" viewBox="0 0 6 47" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 1.00056C0 0.22327 0.847971 -0.256842 1.5145 0.143072L5.5145 2.54307C5.8157 2.7238 6 3.0493 6 3.40057V43.0682C6 43.4195 5.8157 43.745 5.5145 43.9257L1.5145 46.3257C0.847971 46.7256 0 46.2455 0 45.4682V1.00056Z" fill="url(%23paint0_linear_2069_47947)"/><defs><linearGradient id="paint0_linear_2069_47947" x1="2.5" y1="23.2316" x2="12.5" y2="23.2344" gradientUnits="userSpaceOnUse"><stop stop-color="%23883BE1"/><stop offset="1" stop-color="%23FF69A4"/></linearGradient></defs></svg>') center center/100% 100% no-repeat;
}
.notice:before {
  content: "";
  width: 5px;
  height: 40px;
  position: absolute;
  top: 18px;
  left: 0;
}
.notice:after {
  content: "";
  width: 144.397px;
  height: 142.546px;
  position: absolute;
  left: -118.999px;
  bottom: -20.836px;
  opacity: 0.1;
  filter: blur(20px);
}

.notice-icon {
  flex-shrink: 0;
  width: 24px;
  height: auto;
}

.notice-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.notice-title {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 600;
  color: #292a35;
}

.notice-text {
  font-size: 13px;
  line-height: 1.3;
  color: #7d7e88;
}

.notice-text strong {
  font-weight: 700;
}

.ymaps-2-1-79-copyright {
  display: none!important;
}

@media (max-width: 1150px) {
  .notice:after {
    bottom: -20.836px;
  }
  .notice-title {
    font-size: 15px;
    line-height: 1.35;
  }
}
@media (max-width: 576px) {
  .pagination {
    gap: 6px;
  }
  .modal__container {
    padding: 16px;
  }
  .modal__descr {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .write-review__title {
    margin-bottom: 15px;
  }
  .write-review__more {
    width: 100%;
  }
  .breadcrumbs li a {
    font-size: 12px;
    padding: 1px 5px;
  }
  .breadcrumbs {
    gap: 7px;
  }
  .breadcrumbs li {
    gap: 7px;
  }
}
.icon-field {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 16px;
  aspect-ratio: 1/1;
  z-index: 1;
  transform: translateY(-50%);
}

.input-wrap {
  position: relative;
}

.icon_user {
  background-color: #7d7e88;
  mask-image: url("../img/icons/user.svg");
  -webkit-mask-image: url("../img/icons/user.svg");
}

.icon_phone {
  background-color: #7d7e88;
  mask-image: url("../img/icons/phone.svg");
  -webkit-mask-image: url("../img/icons/phone.svg");
}

.icon_mail {
  background-color: #7d7e88;
  mask-image: url("../img/icons/mail.svg");
  -webkit-mask-image: url("../img/icons/mail.svg");
}

.input_icon {
  padding-left: 41px;
}

.form__agreement {
  display: flex;
  align-items: start;
  cursor: pointer;
  gap: 6px;
}
.form__agreement span {
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  opacity: 0.6;
}
.form__agreement span a {
  display: inline;
  text-decoration: underline;
}
.form__agreement span a:hover {
  color: var(--primary-brand-pink, #f00a6e);
}

.checkbox {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  flex-shrink: 0;
  border-radius: 6px;
}
.checkbox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 50%;
  border-radius: inherit;
  transform: translateY(-50%);
  box-shadow: 0 0 0 1px inset var(--secondary-ui-light-grey, #f3f4f6);
  background: transparent;
  background: var(--secondary-ui-white, #fff);
  transition: box-shadow 0.3s;
}
.checkbox:checked {
  background: var(--primary-brand-gradient-red, linear-gradient(90deg, #fd6e70 0.02%, #f4a780 100%));
}
.checkbox:checked::before {
  background: url("../img/icons/check.svg") center center/14px 14px no-repeat;
  box-shadow: none !important;
}

.checkbox-minus:checked::before {
  background: url("../img/icons/minus-wh.svg") center center/14px 14px no-repeat;
}

.promo-banner__mark {
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 14.3px */
  border-radius: 900px;
  background: rgba(41, 42, 53, 0.3);
  display: inline-flex;
  padding: 3px 7px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
}

.chevron .icon {
  width: 16px;
  aspect-ratio: 1/1;
  background-color: #292a35;
  mask-image: url("../img/icons/chevron-right.svg");
  -webkit-mask-image: url("../img/icons/chevron-right.svg");
  transition: 0.3s;
}
.chevron:hover {
  background: var(--secondary-ui-black, #292a35);
}
.chevron:hover .icon {
  background-color: #fff;
}

.breadcrumbs_mt30 {
  margin-top: 30px;
}

.views_pt {
  padding-top: 60px;
}

.descr-page_pt {
  padding-top: 60px;
}

.views_bg {
  background: #f2f6fa;
}

.dropdown {
  transition: 0.1s;
  overflow: hidden;
  max-height: 0;
}

.attention__marks {
  display: flex;
  max-width: 375px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 3px;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.attention__mark {
  border-radius: 900px;
  box-shadow: 0 0 0 1px inset var(--secondary-ui-light-grey, #f3f4f6);
  display: flex;
  padding: 7px 13px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--secondary-ui-dark-grey, #7d7e88);
  text-align: center;
  font-family: "Golos Text";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 18.6px */
  letter-spacing: -0.12px;
  text-transform: uppercase;
}
.attention__mark svg {
  display: block;
}

.btn__more {
  display: flex;
  padding: 13px 14px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 10px;
  background: var(--secondary-ui-light-grey, #f3f4f6);
}
.btn__more span {
  color: var(--secondary-ui-blue, #49536c);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 18.2px */
  transition: 0.3s;
}
.btn__more .icon {
  background-color: #49536c;
  mask-image: url("../img/icons/rotate-cw.svg");
  -webkit-mask-image: url("../img/icons/rotate-cw.svg");
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
.btn__more:hover {
  background: #f4a780;
}
.btn__more:hover span {
  color: #fff;
}
.btn__more:hover .icon {
  background-color: #fff;
}

@media (max-width: 576px) {
  .btn__more {
    padding: 10px 11px;
    gap: 5px;
  }
  .btn__more span {
    font-size: 12px;
  }
  .btn__more .icon {
    width: 18px;
    height: 18px;
  }
}
.btn .icon {
  background-color: #fff;
  width: 20px;
  height: 20px;
  transition: 0.3s;
}

.arrow-up-right {
  mask-image: url("../img/icons/arrow-up-right.svg");
  -webkit-mask-image: url("../img/icons/arrow-up-right.svg");
}

.notice__btn {
  margin-top: 2px;
}

.notice_big {
  padding: 25px;
}
.notice_big .notice-text {
  font-size: 15px;
  line-height: 140%;
  margin-top: 4px;
}
.notice_big .notice-text strong {
  font-size: 14px;
}

@media (max-width: 576px) {
  .notice_big {
    padding: 16px;
  }
  .notice_big .notice-text {
    font-size: 13px;
    line-height: 130%;
    margin-top: 4px;
  }
  .notice_big .notice-text strong {
    font-size: 13px;
  }
  .notice:before {
    height: 33px;
    top: 10px;
    left: -1px;
  }
  .cards__section-top {
    margin-bottom: 20px;
  }
  .descr-page__text p:not(:last-child) {
    -webkit-line-clamp: 7;
  }
  .notice_big-mob {
    padding: 25px;
  }
  .notice__btn {
    width: 100%;
    font-size: 12px;
  }
  .descr-page__btn span {
    font-size: 12px;
  }
}
.noUi-base {
  z-index: 0;
}

.radio-label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.radio {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  flex-shrink: 0;
  border-radius: 100px;
}
.radio::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 50%;
  border-radius: inherit;
  transform: translateY(-50%);
  box-shadow: 0 0 0 1px inset var(--secondary-ui-light-grey, #f3f4f6);
  background: transparent;
  background: var(--secondary-ui-white, #fff);
}
.radio::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  border-radius: inherit;
  transform: translate(-50%, -50%);
  background: var(--secondary-ui-white, #fff);
  opacity: 0;
}
.radio:checked::before {
  box-shadow: none;
  background: var(--primary-brand-gradient-red, linear-gradient(90deg, #fd6e70 0.02%, #f4a780 100%));
}
.radio:checked::after {
  opacity: 1;
}

.radio-name {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 16.9px */
}

.product-quant {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 117px;
}
.product-quant__btn {
  display: flex;
  padding: 12px;
  align-items: center;
  border-radius: 10px;
  border: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
  background: var(--secondary-ui-white, #fff);
}
.product-quant__btn .icon {
  width: 20px;
  aspect-ratio: 1;
  background-color: #49536c;
  opacity: 0.5;
}
.product-quant__btn:hover {
  background: var(--secondary-ui-light-grey, #f3f4f6);
}
.product-quant__btn:hover .icon {
  background-color: #f00a6e;
  opacity: 1;
}
.product-quant__btn-minus .icon {
  mask-image: url("../img/icons/minus.svg");
  -webkit-mask-image: url("../img/icons/minus.svg");
}
.product-quant__value {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 23.8px */
}
.product-quant__btn-plus .icon {
  mask-image: url("../img/icons/plus-quant.svg");
  -webkit-mask-image: url("../img/icons/plus-quant.svg");
}

@media (max-width: 576px) {
  .product-quant__btn {
    border-radius: 8px;
    padding: 7px;
  }
  .product-quant__btn .icon {
    width: 13px;
  }
  .product-quant {
    width: 82px;
  }
}
.store {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.store__info {
  display: flex;
  max-width: 410px;
  width: 100%;
  align-items: center;
  gap: 16px;
}
.store__img {
  width: 96px;
  aspect-ratio: 1;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
}
.store__address {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  margin-bottom: 5px;
}
.store__shedule {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.store__time {
  color: var(--secondary-ui-dark-grey, #7d7e88);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  display: flex;
  align-items: center;
  gap: 5px;
}
.store__time .icon {
  width: 14px;
  aspect-ratio: 1/1;
}
.store__time::after {
  content: "";
  margin-left: 5px;
  display: block;
  width: 3px;
  height: 3px;
  background: var(--secondary-ui-black, #292a35);
  border-radius: 50%;
}
.store__shedule-state {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
}
.store__shedule-state_open {
  color: var(--secondary-ui-green, #5cb975);
}
.store__shedule-state_close {
  color: var(--primary-brand-pink, #f00a6e);
}
.store__phone {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 18.2px */
  white-space: nowrap;
}
.store__phone .icon {
  background-color: #292a35;
  mask-image: url("../img/icons/smartphone.svg");
  -webkit-mask-image: url("../img/icons/smartphone.svg");
  width: 18px;
  aspect-ratio: 1/1;
}
.store__phone:hover {
  color: var(--primary-brand-pink, #f00a6e);
}
.store__phone:hover .icon {
  background-color: var(--primary-brand-pink, #f00a6e);
}
.store .product__availability-badge {
  align-self: center;
}

.product__availability-badge {
  padding: 5px 6px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
  align-self: flex-start;
  white-space: nowrap;
}

.product__availability_many {
  background: rgba(92, 185, 117, 0.08);
  color: var(--secondary-ui-green, #5cb975);
}
.product__availability_not {
  background: rgba(253, 111, 112, 0.08);
  color: var(--primary-brand-red, #fd6f70);
}
.product__availability_few {
  background: rgba(255, 177, 67, 0.08);
  color: var(--primary-brand-orange, #ffb143);
}

@media (max-width: 1150px) {
  .store__address {
    font-size: 15px;
  }
  .product__availability-badge {
    font-size: 11px;
  }
}
@media (max-width: 576px) {
  .store__address {
    font-size: 14px;
  }
  .product__availability-badge {
    font-size: 13px;
  }
}
.avatar {
  border-radius: 900px;
  border: 1px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #883be1, #ff69a4) border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  aspect-ratio: 1;
  position: relative;
  flex-shrink: 0;
}
.avatar span {
  color: var(--primary-brand-pink, #f00a6e);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.avatar-bg {
  width: 55px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1300px) {
  .store__img {
    width: 56px;
  }
}
@media (max-width: 1150px) {
  .store__img {
    width: 50px;
  }
}
@media (max-width: 576px) {
  .store__img {
    width: 70px;
  }
}
.modal__container_auth {
  width: calc(100% - 32px);
  max-width: 389px;
  padding: 35px;
}

.auth__tabs {
  margin-bottom: 25px;
}
.auth__tabs .tab {
  padding: 13px 19px;
}
.auth__form .field:first-child {
  margin-bottom: 20px;
}
.auth__form .form__error {
  margin-top: 20px;
}
.auth__btn {
  width: 100%;
  margin-top: 20px;
}

.icon_pass {
  background-color: #7d7e88;
  mask-image: url("../img/icons/lock-keyhole-open.svg");
  -webkit-mask-image: url("../img/icons/lock-keyhole-open.svg");
  width: 16px;
  aspect-ratio: 1/1;
}

.show-password {
  width: 19px;
  aspect-ratio: 1/1;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.show-password img {
  width: 100%;
  height: auto;
}
.show-password_default {
  display: block;
}
.show-password_active {
  display: none;
}
.show-password.active .show-password_default {
  display: none;
}
.show-password.active .show-password_active {
  display: block;
}
.show-password:hover {
  opacity: 0.7;
}

.forgot-pass {
  border-radius: 0 0 10px 10px;
  background: var(--primary-brand-gradient-red, linear-gradient(90deg, #fd6e70 0.02%, #f4a780 100%));
  display: flex;
  padding: 9px 11px 4px 11px;
  justify-content: center;
  align-items: center;
  color: var(--secondary-ui-white, #fff);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  margin-top: -9px;
  margin-left: auto;
}

.auth__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.input_pass {
  padding-right: 41px;
}

@media (max-width: 576px) {
  .modal__container_auth {
    max-width: calc(100% - 32px);
    padding: 16px;
  }
  .auth__tabs {
    margin-bottom: 15px;
  }
  .auth__tabs .tab {
    padding: 10px 17px;
  }
}
.modal__container_registr {
  width: calc(100% - 32px);
  max-width: 790px;
  padding: 35px;
}

.registr__title {
  text-align: center;
}
.registr__form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-top: 25px;
}
.registr__form .field {
  width: 100%;
}
.registr__row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.registr__row .field {
  flex: 1 0 0;
}
.registr__btn {
  width: 100%;
}
.registr__agreement {
  align-items: center;
}

.icon_calendar {
  background-color: #7d7e88;
  mask-image: url("../img/icons/calendar-fold.svg");
  -webkit-mask-image: url("../img/icons/calendar-fold.svg");
}

.air-datepicker {
  z-index: 9999;
}

.datepicker-custom {
  border-radius: 10px;
  padding: 10px;
  border: 1px solid var(--light-stroke, #eef0f5) !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11) !important;
  width: 238px;
  margin-top: -12px;
}

.datepicker-custom .air-datepicker-nav {
  border: none;
  padding: 0;
  margin-bottom: 10px;
  align-items: center;
  min-height: 1px;
}

.datepicker-custom .air-datepicker-nav--title {
  font-family: "Golos Text";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 144%; /* 21.6px */
  color: var(--secondary-ui-black, #292a35);
  padding: 0;
}
.datepicker-custom .air-datepicker-nav--title i {
  color: var(--secondary-ui-black, #292a35);
}

.datepicker-custom .air-datepicker-nav--action {
  width: 16px;
  height: 16px;
  border-radius: 0;
  background-color: #7d7e88;
}
.datepicker-custom .air-datepicker-nav--action svg {
  display: none;
}

.datepicker-custom .air-datepicker-nav--action:hover {
  background: #f5f6f8;
}

[data-action=prev] {
  order: 2;
  mask-image: url("../img/icons/calendar-left.svg");
  -webkit-mask-image: url("../img/icons/calendar-left.svg");
  margin-left: auto;
}

[data-action=next] {
  order: 3;
  mask-image: url("../img/icons/calendar-right.svg");
  -webkit-mask-image: url("../img/icons/calendar-right.svg");
  margin-left: 4px;
}

.datepicker-custom .air-datepicker-body--day-name {
  color: var(--secondary-ui-black, #292a35);
  font-family: "Golos Text";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  text-transform: none;
}

.datepicker-custom .air-datepicker-cell {
  height: 34px;
  border-radius: 8px;
  color: var(--secondary-ui-black, #292a35);
  font-family: "Golos Text";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 16.9px */
}

.datepicker-custom .air-datepicker-cell.-focus- {
  background: var(--secondary-ui-light-grey, #f3f4f6);
  color: var(--secondary-ui-blue, #49536c);
}

.datepicker-custom .air-datepicker-cell.-selected- {
  background: var(--primary-brand-gradient-purple, linear-gradient(90deg, #883be1 0.02%, #ff69a4 100%));
  color: #fff;
  font-weight: 600;
}

.datepicker-custom .air-datepicker-cell.-current- {
  background: #f3f4f6;
}

.datepicker-custom .air-datepicker-cell.-other-month- {
  color: #c7c9ce;
}

.air-datepicker--content {
  padding: 0;
}

.datepicker-years {
  display: flex;
  overflow-x: auto;
  padding-bottom: 10px;
  margin-bottom: 15px;
  width: 258px;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
}
.datepicker-years button {
  display: block;
}
.datepicker-years::-webkit-scrollbar {
  height: 4px;
}
.datepicker-years::-webkit-scrollbar-track {
  background: var(--secondary-ui-light-grey, #f3f4f6);
  border-radius: 3px;
}
.datepicker-years::-webkit-scrollbar-thumb {
  background: rgba(41, 42, 53, 0.8);
  border-radius: 3px;
}
.datepicker-years::-webkit-scrollbar-button:end:increment {
  background: #fff;
  display: block !important;
  width: 14px;
  pointer-events: none;
}
.datepicker-years::-webkit-scrollbar-button:start {
  background: #fff;
  display: block !important;
  width: 7px;
  pointer-events: none;
}
.datepicker-years * {
  scrollbar-width: thin;
  scrollbar-color: var(--secondary-ui-light-grey, #f3f4f6) rgba(41, 42, 53, 0.8);
}

.datepicker-year {
  padding: 6px;
  border-radius: 8px;
  background: transparent;
  border: none;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  cursor: pointer;
  white-space: nowrap;
}

.air-datepicker--pointer {
  display: none;
}

.datepicker-year:hover {
  background: #edeef1;
}

.datepicker-year.active {
  background: #edeef1;
  font-weight: 600;
}

.modal__container_min {
  width: calc(100% - 32px);
  max-width: 369px;
  padding: 35px;
}

.recover-pass__btn {
  width: 100%;
  margin-top: 20px;
}

.recover-pass__back {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}
.recover-pass__back .icon {
  background-color: #f00a6e;
  mask-image: url("../img/icons/undo-2.svg");
  -webkit-mask-image: url("../img/icons/undo-2.svg");
  width: 16px;
  aspect-ratio: 1/1;
}
.recover-pass__back span {
  color: var(--primary-brand-pink, #f00a6e);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 108%; /* 18.2px */
  border-bottom: 1px solid rgba(194, 21, 96, 0.3);
  transition: 0.3s;
}
.recover-pass__back:hover span {
  border-bottom-color: transparent;
}

.recover-pass__form {
  margin-top: 25px;
}

.recover-pass__descr {
  margin-top: 15px;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 21px */
}
.recover-pass__descr span {
  font-weight: 700;
  color: var(--secondary-ui-blue, #49536c);
}

.new-pass__btn {
  width: 100%;
}

.new-pass__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 25px;
}

@media (max-width: 576px) {
  .modal__container_registr {
    padding: 16px;
  }
  .registr__form {
    margin-top: 15px;
  }
  .registr__row {
    flex-direction: column;
  }
  .registr__row .field {
    flex: auto;
    width: 100%;
  }
  .registr__agreement {
    align-items: start;
  }
  .datepicker-year {
    padding: 6px;
    border-radius: 8px;
    background: transparent;
    border: none;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    cursor: pointer;
    white-space: nowrap;
  }
  .datepicker-year:hover {
    background: #edeef1;
  }
  .datepicker-year.active {
    background: #edeef1;
    font-weight: 600;
  }
  .modal__container_min {
    width: calc(100% - 32px);
    max-width: 369px;
    padding: 35px;
  }
  .recover-pass__btn {
    width: 100%;
    margin-top: 20px;
  }
  .recover-pass__back {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  .recover-pass__back .icon {
    background-color: #f00a6e;
    mask-image: url("../img/icons/undo-2.svg");
    -webkit-mask-image: url("../img/icons/undo-2.svg");
    width: 16px;
    aspect-ratio: 1/1;
  }
  .recover-pass__back span {
    color: var(--primary-brand-pink, #f00a6e);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 108%; /* 18.2px */
    border-bottom: 1px solid rgba(194, 21, 96, 0.3);
    transition: 0.3s;
  }
  .recover-pass__back:hover span {
    border-bottom-color: transparent;
  }
  .recover-pass__form {
    margin-top: 25px;
  }
  .recover-pass__descr {
    margin-top: 15px;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 21px */
  }
  .recover-pass__descr span {
    font-weight: 700;
    color: var(--secondary-ui-blue, #49536c);
  }
  .new-pass__btn {
    width: 100%;
  }
  .new-pass__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
  }
}
.btn-up {
  position: fixed;
  right: 60px;
  bottom: 60px;
  display: flex;
  width: 48px;
  height: 56px;
  justify-content: center;
  align-items: center;
  border-radius: 900px;
  background: var(--secondary-ui-white, #fff);
  box-shadow: 0 12px 19px 0 rgba(0, 0, 0, 0.15);
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  transform: translateY(60px);
}
.btn-up .icon {
  background-color: #7d7e88;
  mask-image: url("../img/icons/arrow-big-up-lines.svg");
  -webkit-mask-image: url("../img/icons/arrow-big-up-lines.svg");
  width: 14px;
  aspect-ratio: 1/1;
  transition: 0.2s;
}
.btn-up:hover {
  background: var(--primary-brand-gradient-purple, linear-gradient(90deg, #883be1 0.02%, #ff69a4 100%));
}
.btn-up:hover .icon {
  background-color: #fff;
}
.btn-up.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.breadcrumbs_page {
  margin-top: 30px;
}

@media (max-width: 1150px) {
  .btn-up {
    right: 8px;
    bottom: 20px;
    width: 28px;
    height: 34px;
    box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.15);
  }
  .btn-up .icon {
    width: 11px;
  }
}
@media (max-width: 1150px) {
  .btn-up {
    bottom: 50px;
  }
}
@media (max-width: 576px) {
  .breadcrumbs_page {
    margin-top: 20px;
  }
}
.input-clear {
  position: absolute;
  width: 16px;
  aspect-ratio: 1/1;
  transition: 0.3s;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.input-clear .icon {
  background-color: #49536c;
  mask-image: url("../img/icons/clear-filled.svg");
  -webkit-mask-image: url("../img/icons/clear-filled.svg");
  width: 16px;
  aspect-ratio: 1/1;
  opacity: 0.5;
}
.input-clear:hover .icon {
  opacity: 1;
}

.input-wrap_filled .input-clear {
  opacity: 1;
  visibility: visible;
}

.modal__container_call {
  padding: 25px;
  max-width: 365px;
  width: calc(100% - 32px);
}

.call__title {
  margin-bottom: 20px;
  text-align: center;
}
.call__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.call__btn {
  width: 100%;
}

.call-success_modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.call-success__icon {
  width: 34px;
  aspect-ratio: 1/1;
  margin-bottom: 20px;
}
.call-success__title {
  text-align: center;
  margin-bottom: 20px;
}
.call-success__descr {
  text-align: center;
  color: var(--secondary-ui-dark-grey, #7d7e88);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  margin-bottom: 20px;
}
.call-success__btn {
  width: 100%;
}

@media (max-width: 576px) {
  .modal__container_call {
    padding: 16px;
    max-width: calc(100% - 32px);
  }
  .call__title {
    margin-bottom: 15px;
  }
  .call__form {
    gap: 15px;
  }
  .call-success__icon {
    margin-bottom: 10px;
  }
  .call-success__title {
    margin-bottom: 10px;
  }
  .call-success__descr {
    margin-bottom: 15px;
  }
}
.modal__container_age {
  padding: 40px 30px 30px 30px;
  max-width: 508px;
  width: calc(100% - 32px);
}

.age__logo {
  width: 154px;
  height: auto;
  margin: 0 auto 16px auto;
  display: block;
}
.age__content {
  padding-top: 25px;
  border-top: 1px solid #f3f4f6;
}
.age__descr {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 16.9px */
}
.age__descr a {
  background: var(--primary-brand-gradient-purple, linear-gradient(90deg, #883be1 0.02%, #ff69a4 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
}
.age__descr a:hover {
  text-decoration: none;
}
.age__btns {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}
.age__btn {
  flex: 1 0 0;
}
.age__btn:last-child {
  background: var(--secondary-ui-light-grey, #f3f4f6);
  box-shadow: none;
}
.age__agree {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  margin-top: 25px;
}
.age__note {
  margin-top: 10px;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 12.6px */
  opacity: 0.5;
}

@media (max-width: 576px) {
  .modal__container_age {
    padding: 16px;
  }
  .age__logo {
    width: 123px;
  }
  .age__content {
    padding-top: 15px;
  }
  .age__descr {
    font-size: 12px;
    line-height: 140%; /* 16.9px */
  }
  .age__btns {
    flex-direction: column;
    align-items: stretch;
  }
  .age__btn {
    width: 100%;
    flex: auto;
  }
  .age__agree {
    margin-top: 15px;
  }
}
.cookie {
  display: flex;
  max-width: 723px;
  padding: 30px;
  align-items: flex-end;
  gap: 40px;
  position: fixed;
  left: 80px;
  bottom: 80px;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 9px 55px 0 rgba(0, 0, 0, 0.3);
  z-index: 4;
}
.cookie__title {
  margin-bottom: 8px;
}
.cookie__descr {
  color: var(--secondary-ui-dark-grey, #7d7e88);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
.cookie__descr a {
  text-decoration: underline;
  color: var(--secondary-ui-black, #292a35);
}
.cookie__descr a:hover {
  color: #f00a6e;
}
.cookie__btn {
  width: 148px;
  flex-shrink: 0;
}

.header__phone {
  position: relative;
  z-index: 2;
}

.header__phone-link:hover {
  color: var(--primary-brand-pink, #f00a6e);
}

.header__phone-arrow {
  transition: 0.2s;
}

.header__phone-wrap {
  position: relative;
}
.header__phone-wrap:hover .header__phone-arrow {
  transform: rotate(180deg);
}
.header__phone:hover ~ .header__phone-cont {
  opacity: 1;
  visibility: visible;
}
.header__phone-cont {
  position: absolute;
  display: flex;
  width: 245px;
  padding: 39px 15px 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  top: -13px;
  left: -15px;
  border-radius: 0 0 15px 15px;
  background: var(--secondary-ui-white, #fff);
  box-shadow: 0 4px 38px 0 rgba(0, 0, 0, 0.25);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.header__phone-cont:hover {
  opacity: 1;
  visibility: visible;
}
.header__time {
  color: var(--secondary-ui-dark-grey, #7d7e88);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
}
.header__call {
  width: 100%;
}
.header__mail {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header__mail img {
  width: 18px;
  aspect-ratio: 1/1;
}
.header__mail:hover .header__mail-link {
  color: var(--primary-brand-pink, #f00a6e);
  border-bottom-color: var(--primary-brand-pink, #f00a6e);
}
.header__mail-link {
  color: var(--secondary-ui-blue, #49536c);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 20.25px */
  border-bottom: 1px solid rgba(73, 83, 108, 0.3);
  transition: 0.3s;
}
.header__mail-text {
  color: var(--secondary-ui-dark-grey, #7d7e88);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  margin-top: 6px;
}
.header__socials-drop {
  display: flex;
  align-items: center;
  gap: 6px;
}
.header__socials-drop a {
  width: 36px;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}
.header__socials-drop a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header__auth {
  position: relative;
}
.header__auth:hover .header__auth-block {
  opacity: 1;
  visibility: visible;
}
.header__auth-block {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 6px);
  width: 281px;
  padding: 14px;
  border-radius: 16px;
  background: var(--secondary-ui-white, #fff);
  box-shadow: 0 4px 53px 0 rgba(0, 0, 0, 0.15);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.header__auth-descr {
  opacity: 0.6;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 16.9px */
  margin-bottom: 12px;
}
.header__auth-btns {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
}
.header__auth-btn {
  width: 100%;
}

.header__location-wrap {
  position: relative;
}

.header-shops {
  width: 567px;
  height: 623px;
  border-radius: 16px;
  background: var(--secondary-ui-white, #fff);
  box-shadow: 0 4px 53px 0 rgba(0, 0, 0, 0.15);
  padding: 30px 0;
}
.header-shops__block {
  padding-top: 5px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
}
.header-shops::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  border-radius: 0 0 16px 16px;
}
.header-shops__tabs {
  border-bottom: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
  display: flex;
  padding: 0 30px;
  align-items: flex-start;
  gap: 5px;
}
.header-shops__tabs .tab {
  border-radius: 12px 12px 0 0;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  color: var(--secondary-ui-dark-grey, #7d7e88);
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 23.8px */
  transform: translateY(1px);
  border: 1px solid transparent;
}
.header-shops__tabs .tab.active {
  color: var(--secondary-ui-black, #292a35);
  border-top: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
  border-right: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
  border-left: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
  background: var(--secondary-ui-white, #fff);
}
.header-shops__wrap {
  padding: 0 15px 0 30px;
  position: relative;
}
.header-shops__list {
  max-height: 536px;
  overflow: auto;
  padding-right: 12px;
  padding-bottom: 6px;
}

.header-shop {
  border-radius: 12px;
  padding: 10px;
  border: 1px solid transparent;
}
.header-shop:first-child {
  margin-top: 5px;
}
.header-shop.active {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #883be1, #ff69a4) border-box;
}
.header-shop__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  cursor: pointer;
}
.header-shop__top.active .header-shop__icon {
  background: linear-gradient(#f3f4f6, #f3f4f6) padding-box, linear-gradient(90deg, #883be1, #ff69a4) border-box;
}
.header-shop__top.active .header-shop__icon .icon {
  transform: rotate(180deg);
  background-color: #f00a6e;
}
.header-shop__top.active .btn {
  display: flex;
}
.header-shop__top.active .header-shop__addr {
  color: var(--primary-brand-pink, #f00a6e);
}
.header-shop__top:hover .header-shop__addr {
  color: #f00a6e;
}
.header-shop__top .store__time {
  gap: 9px;
}
.header-shop__top .store__time::after {
  display: none;
}
.header-shop__addr {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 20.25px */
  margin-bottom: 2px;
  transition: 0.3s;
}
.header-shop__right {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-shop__btn {
  padding: 10px 14px;
  display: none;
}
.header-shop__btn span {
  font-size: 14px;
  line-height: 130%;
}
.header-shop__icon {
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: var(--secondary-ui-light-grey, #f3f4f6);
  border: 1px solid transparent;
  cursor: pointer;
}
.header-shop__icon:hover .icon {
  background-color: var(--primary-brand-pink, #f00a6e);
}
.header-shop__icon .icon {
  width: 16px;
  aspect-ratio: 1;
  mask-image: url("../img/icons/chevron-down.svg");
  -webkit-mask-image: url("../img/icons/chevron-down.svg");
  background-color: #292a35;
  transition: 0.2s;
}
.header-shop__map {
  border-radius: 10px;
  width: 100%;
  height: 240px;
  overflow: hidden;
  margin-top: 15px;
}

.header__location-wrap:hover .header-shops__block {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header__location-wrap:hover .header__location-address svg {
  transform: rotate(180deg);
}
.header__location-wrap:hover .header__location-arrow {
  transform: rotate(180deg);
}

.header__location.is-open {
  background: var(--secondary-ui-light-grey, #f3f4f6);
}
.header__location.is-open .header__location-city {
  color: var(--secondary-ui-blue, #49536c);
}
.header__location.is-open .header__location-icon {
  opacity: 1;
  background-color: #49536c;
}

.header__location-wrap.is-open .header-shops__block {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header__location-wrap.is-open .header__location-address svg,
.header__location-wrap.is-open .header__location-arrow {
  transform: rotate(180deg);
}

@media (min-width: 769px) {
  .header-shops__list::-webkit-scrollbar {
    width: 7px;
  }
  .header-shops__list::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
  }
  .header-shops__list::-webkit-scrollbar-thumb {
    background: rgba(41, 42, 53, 0.7);
    border-radius: 4px;
  }
}
@media (max-width: 1640px) {
  .cookie {
    left: 20px;
    bottom: 20px;
  }
}
@media (max-width: 1150px) {
  .header__phone-cont {
    left: auto;
    right: -16px;
    align-items: end;
  }
}
@media (max-width: 900px) {
  .header-shops__block {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 790px) {
  .cookie {
    left: 16px;
    bottom: 55px;
    width: calc(100% - 32px);
  }
  .header__auth-block {
    opacity: 1;
    visibility: visible;
    transform: none;
    position: static;
  }
  .modal_location {
    align-items: end;
    z-index: 4;
  }
  .header-shops {
    width: 100%;
    height: calc(86 * var(--vh));
    border-radius: 18px 18px 0 0;
    padding: 16px 0;
    position: relative;
  }
  .header-shops .tab__content {
    height: calc(100% - 75px);
  }
  .header-shops::after {
    height: 40px;
    bottom: 0;
    border-radius: 0;
  }
  .header-shops__block {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    position: static;
    transform: none;
  }
  .header-shops__tabs {
    padding: 0 16px;
  }
  .header-shops__tabs .tab {
    flex: 1 0 0;
    font-size: 14px;
    line-height: 130%; /* 23.8px */
  }
  .header-shops__wrap {
    padding: 0 12px;
    height: 100%;
  }
  .header-shops__list {
    max-height: 100%;
    overflow: auto;
    padding-right: 0;
    padding-bottom: 6px;
  }
  .header-shop__btn-mob {
    display: flex;
    margin-top: 5px;
  }
  .header-shop__btn-desk {
    display: none !important;
  }
  .header-shop__top {
    gap: 10px;
  }
  .header-shop__top .store__time {
    gap: 9px;
  }
  .header-shop__btn {
    padding: 10px 14px;
  }
  .header-shop__btn span {
    font-size: 12px;
    line-height: 140%;
  }
  .header-shop__btn-mob {
    width: 100%;
  }
  .modal-location__close {
    position: absolute;
    top: -6px;
    transform: translate(-50%, -100%);
    left: 50%;
    border-radius: 900px;
    background: var(--secondary-ui-light-grey, #f3f4f6);
    display: flex;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    gap: 2px;
  }
  .modal-location__close span {
    color: var(--secondary-ui-dark-grey, #7d7e88);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
  }
  .modal-location__close img {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 576px) {
  .cookie {
    padding: 16px;
    align-items: stretch;
    gap: 10px;
    bottom: 68px;
    border-radius: 12px;
    flex-direction: column;
  }
  .cookie__descr {
    font-size: 13px;
  }
  .cookie__btn {
    width: 100%;
  }
  .cookie__btn span {
    font-size: 12px;
  }
  .breadcrumbs_mt30 {
    margin-top: 20px;
  }
}
.modal__container_map {
  max-width: 1330px;
  width: calc(100% - 40px);
}

.map-avail__top {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
  margin-bottom: 30px;
}
.map-avail__title span {
  color: var(--secondary-ui-dark-grey, #7d7e88);
}
.map-avail__title {
  margin-bottom: 7px;
}
.map-avail__info {
  display: flex;
  align-items: center;
  gap: 40px;
}

.map-avail__wrap {
  display: flex;
  gap: 20px;
  align-items: start;
}
.map-avail__left {
  width: 330px;
  flex-shrink: 0;
}
.map-avail__right {
  flex-grow: 1;
}
.map-avail__right #map {
  height: 499px;
}

.map__list {
  overflow: auto;
  max-height: 551px;
  padding-right: 10px;
}

.map-shop {
  padding: 15px;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
}
.map-shop__title {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  margin-bottom: 5px;
}
.map-shop .product__availability-badge {
  width: max-content;
  margin-top: 5px;
}
.map-shop_check {
  border: 2px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #883be1, #ff69a4) border-box;
}
.map-shop_check::after {
  content: none;
  position: absolute;
  right: -2px;
  top: -2px;
  width: 30px;
  aspect-ratio: 1;
  background: url("../img/icons/map-shop-check.svg") center center/contain no-repeat;
}
[data-modal="cart-city"] .map-shop_check::after {
  content: '';
}

@media (min-width: 900px) {
  .map__list::-webkit-scrollbar {
    width: 5px;
  }
  .map__list::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
  }
  .map__list::-webkit-scrollbar-thumb {
    background: rgba(41, 42, 53, 0.6);
    border-radius: 4px;
  }
}
@media (max-width: 1150px) {
  .modal__container_map {
    width: calc(100% - 32px);
  }
}
@media (max-width: 900px) {
  .map-avail__left {
    display: none;
  }
}
@media (max-width: 576px) {
  .map-avail__right #map {
    height: 472px;
  }
  .map-avail__top {
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
  .map-avail__top .product__article {
    margin-top: 0;
    font-size: 12px;
  }
  .map-avail__title {
    margin-bottom: 10px;
  }
  .map-avail__info {
    justify-content: space-between;
    gap: 10px;
  }
  .views__top {
    margin-bottom: 15px;
  }
  .views .slider__controls-mob {
    margin-top: 15px;
  }
  .footer__city-icon {
    width: 17px;
    margin-right: 3px;
  }
}
.add-fav {
  border-radius: 0 0 16px 16px;
  background: var(--secondary-ui-white, #fff);
  box-shadow: 0 4px 42px 0 rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 58px;
  right: 274px;
  padding: 16px;
  width: 376px;
  z-index: 1001;
}
.add-fav__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}
.add-fav__label {
  color: var(--primary-brand-red, #fd6f70);
  text-align: center;
  font-family: "Golos Text";
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 13px */
  text-transform: uppercase;
  display: flex;
  padding: 3px 5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  border: 1px solid var(--primary-brand-gradient-red, #fd6e70);
}
.add-fav__close .icon {
  width: 14px;
  transition: 0.3s;
  aspect-ratio: 1;
  mask-image: url("../img/icons/close.svg");
  -webkit-mask-image: url("../img/icons/close.svg");
  background-color: #292a35;
}
.add-fav__close:hover .icon {
  background-color: var(--primary-brand-pink, #f00a6e);
}
.add-fav__card {
  border-radius: 12px;
  border: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
  display: flex;
  align-items: center;
  gap: 10px;
}
.add-fav__img {
  width: 99.776px;
  flex-shrink: 0;
  aspect-ratio: 99.78/89;
  -o-object-fit: cover;
     object-fit: cover;
}
.add-fav__info {
  padding-right: 30px;
}
.add-fav__name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  align-self: stretch;
  color: var(--secondary-ui-black, #292a35);
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  margin-bottom: 2px;
}
.add-fav__price-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}
.add-fav__price {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 16.9px */
}
.add-fav__price-old {
  color: var(--secondary-ui-dark-grey, #7d7e88);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 16.9px */
  text-decoration-line: line-through;
}
.add-fav__btn {
  width: 100%;
  margin-top: 25px;
}

@media (max-width: 1640px) {
  .add-fav {
    right: 20px;
  }
}
@media (max-width: 1150px) {
  .add-fav__btn {
    margin-top: 15px;
  }
}
@media (max-width: 790px) {
  .add-fav {
    top: 53px;
    right: 16px;
    z-index: 2;
  }
}
@media (max-width: 576px) {
  .add-fav {
    border-radius: 16px 16px 0 0;
    top: auto;
    bottom: 39px;
    right: 0;
    padding: 15px 16px 24px;
    width: 100%;
    z-index: 4;
  }
  .add-fav__info {
    padding-right: 30px;
  }
  .add-fav__btn {
    margin-top: 23px;
  }
  .add-fav__btn span {
    font-size: 12px;
  }
}
.modal__container_add-cart {
  max-width: 1061px;
  width: calc(100% - 40px);
  padding: 25px 50px 25px 25px;
}

.add-cart__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  margin-bottom: 20px;
}
.add-cart__btns {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.add-cart__btns .btn {
  box-shadow: none;
}

.quick {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.quick__product {
  display: flex;
  padding-bottom: 20px;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-bottom: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
}
.quick__product-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.quick__product-img {
  border-radius: 12px;
  border: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
  position: relative;
  width: 142px;
  height: 142px;
  flex-shrink: 0;
  overflow: hidden;
}
.quick__product-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  align-self: stretch;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%; /* 26.1px */
  margin: 5px 0 15px;
}
.quick__product-avail {
  display: flex;
  align-items: center;
  gap: 4px;
}
.quick__product-avail span {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 16.9px */
}
.quick__product-stores {
  border-radius: 6px;
  border: 1px dashed var(--secondary-ui-blue, #49536c);
  display: flex;
  padding: 3px 6px;
  justify-content: center;
  align-items: center;
  color: var(--secondary-ui-blue, #49536c);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 16.9px */
}
.quick__product-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.quick__product-quant {
  display: flex;
  align-items: center;
  gap: 15px;
}
.quick__quant-label {
  color: var(--secondary-ui-dark-grey, #7d7e88);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
}
.quick__old-price-row {
  display: flex;
  align-items: center;
  gap: 5px;
}
.quick__old-price-row[hidden] {
  display: none;
}
.quick__old-price {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 21px */
  text-decoration-line: line-through;
  color: var(--secondary-ui-dark-grey, #7d7e88);
  white-space: nowrap;
}
.quick__discount {
  display: flex;
  padding: 1px 3px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: var(--secondary-ui-green, #5cb975);
  color: var(--secondary-ui-white, #fff);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 149%; /* 16.39px */
  white-space: nowrap;
}
.quick__price {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%; /* 29px */
  white-space: nowrap;
}

.modal__container_add-cart .product__article {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 16.9px */
  opacity: 0.6;
}

.add-cart__slider {
  margin-top: 20px;
  overflow: hidden;
  padding: 0 50px 0 25px;
  margin-left: -25px;
  margin-right: -50px;
}

.add-cart-slider > .slick-list {
  overflow: visible;
  margin: 0 -8px;
}
.add-cart-slider .card_horiz {
  margin: 0 8px;
}

.add-cart__btns-mob {
  display: none;
}

@media (max-width: 1150px) {
  .quick__product-quant {
    flex-direction: column;
    gap: 3px;
  }
  .modal__container_add-cart {
    width: calc(100% - 32px);
    padding: 16px 45px 16px 16px;
  }
  .quick__product-img {
    width: 120px;
    height: 120px;
  }
  .quick__product-title {
    font-size: 16px;
    margin: 5px 0 7px;
    line-height: 130%;
  }
  .quick__product-avail {
    flex-direction: column;
    gap: 3px;
    align-items: start;
  }
}
@media (max-width: 1050px) {
  .add-cart__slider {
    display: none;
  }
}
@media (max-width: 800px) {
  .add-cart__btns-mob {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
  }
  .add-cart__btns-mob .btn {
    width: 100%;
  }
  .add-cart__btns-mob .btn span {
    font-size: 12px;
  }
  .add-cart__btns-mob .btn .icon {
    width: 18px;
  }
  .add-cart__btns-pc {
    display: none;
  }
}
@media (max-width: 576px) {
  .quick__product {
    flex-direction: column;
    gap: 10px;
    align-items: start;
  }
  .quick {
    gap: 15px;
  }
  .quick__product-avail {
    flex-direction: row;
    align-items: center;
    gap: 4px;
  }
  .quick__price-block {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .quick__price {
    font-size: 17px;
    font-weight: 500;
  }
  .quick__old-price {
    font-size: 12px;
  }
  .quick__quant-label {
    display: none;
  }
  .product-quant__btn {
    border-radius: 8px;
    padding: 7px;
  }
  .product-quant__btn .icon {
    width: 13px;
  }
  .quick__product-title {
    font-size: 14px;
    margin: 5px 0;
  }
  .quick__product-right {
    gap: 26px;
  }
  .quick__product-img {
    width: 84.081px;
    height: 84.081px;
  }
  .quick__product-left {
    gap: 10px;
  }
  .quick__product-stores {
    font-size: 12px;
    padding: 1px 4px;
  }
  .quick__product-avail span {
    font-size: 12px;
  }
  .modal__container_add-cart {
    padding: 16px;
  }
  .attention__mark {
    font-size: 11px;
  }
}
.account-menu-pop {
  width: 100%;
  border-radius: 0;
  position: fixed;
  height: calc(100 * var(--vh));
  top: 53px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  background: var(--secondary-ui-white, #fff);
}
.account-menu-pop.show {
  opacity: 1;
  visibility: visible;
}

.account__user {
  border-bottom: 1px solid var(--secondary-ui-light-grey, #f3f4f6);
  display: flex;
  padding: 15px 20px;
  align-items: center;
  gap: 10px;
  width: calc(100% - 12px);
  overflow: hidden;
}
.account__info {
  position: relative;
}
.account__info::before {
  content: "";
  height: 100%;
  width: 36px;
  display: block;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  right: 0;
  bottom: 0px;
}
.account__name {
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 23.8px */
  margin-bottom: 2px;
}
.account__mail {
  color: #49536c;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 16.9px */
  max-width: 141px;
  overflow: hidden;
  white-space: nowrap;
}
.account__menu-item {
  display: flex;
  padding: 16px 20px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.account__menu-item span {
  opacity: 0.9;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 20.25px */
  transition: 0s;
}
.account__menu-item .icon {
  opacity: 0.2;
  width: 20px;
  aspect-ratio: 1/1;
  background-color: #49536c;
  transition: 0s;
}
.account__menu-item:hover {
  background: var(--primary-brand-gradient-purple, linear-gradient(90deg, #883be1 0.02%, #ff69a4 100%));
  color: #fff;
}
.account__menu-item:hover .icon {
  background-color: #fff;
  opacity: 1;
}

@media (max-width: 790px) {
  .account__user {
    width: 100%;
  }
  .account__info::before {
    display: none;
  }
  .account__mail {
    max-width: 100%;
  }
}
.card__top {
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.card_horiz .card__top {
  width: 159px;
  flex-shrink: 0;
}
.card__blur {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10.5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 11px 11px 0 0;
}
.card_horiz .card__top .card__blur {
  border-radius: 11px;
}
.card__blur-text {
  color: var(--secondary-ui-black, #292a35);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  margin-bottom: 9px;
  max-width: 172px;
  padding-top: 32px;
}
.card__blur-btn {
  padding: 9px 14px;
}
.card__blur-btn span {
  font-size: 14px;
  line-height: 130%;
}

.card_horiz .card__blur-text {
  font-size: 13px;
  margin-bottom: 5px;
  padding-top: 14px;
}
.card_horiz .card__blur-btn {
  padding: 7px 13px;
}
.card_horiz .card__blur-btn span {
  font-size: 13px;
}

@media (max-width: 576px) {
  .card__blur-text {
    font-size: 12px;
    margin-bottom: 4px;
    max-width: 172px;
    padding-top: 22px;
  }
  .card__blur-btn {
    padding: 6px 12px;
  }
  .card__blur-btn span {
    font-size: 11px;
  }
}

.woocommerce-notices-wrapper {
  display: none!important;
}