@charset "UTF-8";

@font-face {
  font-display: swap;
  font-family: Geologica;
  src: url(../fonts/Geologica/static/Geologica-Thin.ttf);
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-display: swap;
  font-family: Geologica;
  src: url(../fonts/Geologica/static/Geologica-ExtraLight.ttf);
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-display: swap;
  font-family: Geologica;
  src: url(../fonts/Geologica/static/Geologica-Light.ttf);
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-display: swap;
  font-family: Geologica;
  src: url(../fonts/Geologica/static/Geologica-Regular.ttf);
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-display: swap;
  font-family: Geologica;
  src: url(../fonts/Geologica/static/Geologica-Medium.ttf);
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-display: swap;
  font-family: Geologica;
  src: url(../fonts/Geologica/static/Geologica-SemiBold.ttf);
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-display: swap;
  font-family: Geologica;
  src: url(../fonts/Geologica/static/Geologica-Bold.ttf);
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-display: swap;
  font-family: Geologica;
  src: url(../fonts/Geologica/static/Geologica-ExtraBold.ttf);
  font-style: normal;
  font-weight: 800;
}

@font-face {
  font-display: swap;
  font-family: Geologica;
  src: url(../fonts/Geologica/static/Geologica-Black.ttf);
  font-style: normal;
  font-weight: 900;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Geologica;
}

body > iframe {
  display: none;
}

a {
  text-decoration: none;
  outline: 0;
}

img,
picture {
  max-width: 100%;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

input,
textarea {
  outline: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

body,
html {
  overflow-x: hidden;
  min-height: 100vh;
}

.no-select {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

:root {
  --font-family: "Geologica", sans-serif;
}

:root {
  --blue-green: #005a65;
  --turquoise: #b4d2c8;
  --red: #aa0535;
  --beige: #d1d2b0;
  --white: #fff;
  --black: #000;
  --blue-green-light: #cddbdd;
  --gray: #acacac;
  --gray-75: #f3f3f3;
  --gray-50: #fafafa;
  --main-text_gray: #929495;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.btn-reset {
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  border: none;
}

.container {
  width: 1412px;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
  max-width: 100%;
}

.container:after,
.container:before {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hidden {
  display: none;
}

.wrapper * {
  -webkit-appearance: none;
}

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

.footer {
  margin-top: auto;
}

.content {
  position: relative;
  z-index: 100;
  padding-top: 36px;
  padding-bottom: 77px;
}

.content:has(.box-share) {
  z-index: 200;
}

.header {
  width: 100%;
  padding-top: 12px;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 16px;
}

.header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-links__item {
  margin-right: 28px;
  margin-top: 12px;
}

.header-links__item:last-child {
  margin-right: 0;
}

.header-links__item-link {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-links__item-link-text {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: 133.333%;
  margin-right: 8px;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-links__item-link-icon {
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #B4D2C8;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-links__item-link-icon svg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-links__item-link-icon svg path {
  -webkit-transition: inherit;
  transition: inherit;
}

.header-links__item-link:hover .header-links__item-link-text {
  color: #005A65;
}

.header-links__item-link:hover .header-links__item-link-icon {
  background-color: #005A65;
}

.header-links__item-link:hover .header-links__item-link-icon svg path {
  fill: #fff;
}

.header-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-socials__item {
  margin-right: 16px;
  margin-top: 12px;
}

.header-socials__item:last-child {
  margin-right: 0;
}

.header-socials__link {
  display: inline-block;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: 133.333%;
  border-bottom: 1px solid #005A65;
  padding-bottom: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-socials__link:hover {
  color: #005A65;
  border-color: #B4D2C8;
}

.header__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 14px 0px;
}

.logo {
  margin-right: 16px;
}

.logo img {
  display: block;
}

.header__middle-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-informer {
  position: relative;
  margin-left: 25px;
  margin-top: 10px;
  z-index: 200;
}

.header-informer__phone {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-informer__phone a {
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}

.header-informer__phone:hover a {
  color: #005A65;
}

.header-informer__phone_toggler {
  position: relative;
  padding-right: 21px;
}

.header-informer__toggler {
  width: 17px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 4px;
  cursor: pointer;
  z-index: 100;
}

.header-informer__toggler svg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-informer__toggler:before {
  content: "";
  display: block;
  position: absolute;
  width: 150%;
  height: 150%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.header-informer__shedule {
  color: #B7B7B7;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 4px;
}

.header-informer__popup {
  position: absolute;
  left: -12px;
  top: 100%;
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  padding: 12px;
  padding-top: 16px;
  min-width: 211px;
  display: none;
}

.header-informer__item_popup {
  margin-bottom: 13px;
}

.header-informer__item_popup:last-child {
  margin-bottom: 0;
}

.header-informer__item_popup .header-informer__phone {
  margin-bottom: 0;
}

.header-informer.open .header-informer__toggler svg {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}

.header-callback {
  margin-left: 25px;
  margin-top: 10px;
}

.header-callback .btn {
  white-space: nowrap;
}

.btn {
  display: inline-block;
  cursor: pointer;
  padding: 12px 31px;
  border-radius: 50px;
  background: #005A65;
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  border: 1px solid #005A65;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}

.btn:hover {
  background-color: #B4D2C8;
  border-color: #B4D2C8;
  color: #000;
}

.header-panel {
  margin-left: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-panel__item {
  margin-right: 8px;
  margin-top: 10px;
}

.header-panel__item:last-child {
  margin-right: 0;
}

.header-panel__item_profile {
  display: none;
}

.header-panel__link {
  display: block;
  cursor: pointer;
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #CDDBDD;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-panel__link svg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-panel__link svg path {
  -webkit-transition: inherit;
  transition: inherit;
}

.header-panel__link:hover {
  background-color: #005A65;
}

.header-panel__link:hover svg path {
  stroke: #fff;
}

.header-panel__counter {
  position: absolute;
  z-index: 10;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 2px solid #fff;
  background-color: #005A65;
  top: -10px;
  right: -4px;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 18px;
}

.header-menu__item {
  margin-right: 44px;
}

.header-menu__item:last-child {
  margin-right: 0;
}

.header-menu__link {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: 133.333%;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-menu__link:hover {
  color: #005A65;
}

.header-menu__item_parent {
  position: relative;
  padding-right: 20px;
}

.header-menu__item-toggler {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
  height: 100%;
  width: 17px;
}

.header-menu__item-toggler:before {
  content: "";
  display: block;
  position: absolute;
  width: 140%;
  height: 140%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.header-menu__item-toggler svg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.header-profile {
  margin-top: 16px;
}

.header-profile__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-profile__link-icon {
  width: 28px;
  min-width: 28px;
  height: 28px;
  border-radius: 100%;
  position: relative;
  background-color: #CDDBDD;
  margin-right: 8px;
  -webkit-transition: inherit;
  transition: inherit;
}

.header-profile__link-icon svg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: inherit;
  transition: inherit;
}

.header-profile__link-icon svg path {
  -webkit-transition: inherit;
  transition: inherit;
}

.header-profile__link-text {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: 133.333%;
  -webkit-transition: inherit;
  transition: inherit;
}

.header-profile__link:hover .header-profile__link-text {
  color: #005A65;
}

.header-profile__link:hover .header-profile__link-icon {
  background-color: #005A65;
}

.header-profile__link:hover .header-profile__link-icon svg path {
  stroke: #fff;
}

.header-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-radius: 16px;
  background: #FFF;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  padding: 16px;
  margin-top: 8px;
  display: none;
  z-index: 200;
}

.header-submenu:before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 100%;
  left: 0;
}

.header-submenu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-submenu__list {
  border-radius: 16px;
  background: #F3F3F3;
  padding: 8px;
  min-width: 232px;
}

.header-submenu__list-item {
  position: relative;
}

.header-submenu__list-item.hovered:not(:first-child):after {
  content: "";
  display: block;
  width: 70%;
  height: 200%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.header-submenu__list-link {
  display: block;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: 133.333%;
  padding: 8px 20px;
  border-radius: 50px;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-submenu__list-item.active .header-submenu__list-link,
.header-submenu__list-link:hover {
  background-color: rgba(172, 172, 172, 0.16);
}

.header-submenu__level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8px;
}

.header-submenu__level-list {
  margin-left: 48px;
}

.header-submenu__level-list:first-child {
  margin-left: 24px;
}

.header-submenu__level-list-item {
  margin-bottom: 8px;
}

.header-submenu__level-list-item:first-child {
  margin-bottom: 12px;
}

.header-submenu__level-list-link {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 150%;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-submenu__level-list-link_parent {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.header-submenu__level-list-link:hover {
  color: #005A65;
}

.header-submenu__list-item .header-submenu__level {
  display: none;
}

.menu-burger {
  display: none;
}

.product-card {
  border-radius: 16px;
  padding-top: 72px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  background-color: var(--gray-50);
}

.product-card.active .product-buttons__add {
  display: none;
}

.product-card.active .product-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-line {
  margin-top: 8px;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10px;
}

.box-line .line {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box-line .line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #afafaf;
}

.box-line .line .range {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--blue-green);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.box-line .line .arrow {
  width: 0;
  height: 0;
}

.box-line .line .arrow.left {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #afafaf;
}

.box-line .line .arrow.right {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #afafaf;
}

.box-line .line .division {
  width: 1px;
  height: 100%;
  background-color: #afafaf;
}

.product-card_gray {
  background: #FAFAFA;
}

.product-card:hover {
  background-color: #F3F3F3;
}

.product-card:hover .card-marker {
  opacity: 1;
}

.product-card:hover .product-card__announce span.dark {
  color: var(--white);
  background-color: #3a2313;
}

.product-card:hover .product-card__announce span.citrus {
  color: var(--black);
  background-color: #fbaf41;
}

.product-card:hover .product-card__announce span.blueberry {
  color: var(--white);
  background-color: #4F86F7;
}

.product-card:hover .product-card__announce span.nut {
  color: var(--black);
  background-color: #e0c47b;
}

.product-card:hover .grinding-type__label {
  color: var(--black);
}

.product-card:hover .grinding-type__dropdown-current {
  color: var(--black);
}

.product-card:hover .product-card__tags {
  opacity: 1;
}

.product-card__image {
  position: relative;
  width: 140px;
  height: 164px;
  margin: 0px auto;
}

.product-card__image .card-marker {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 50px;
  background-color: var(--black);
  white-space: nowrap;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 14px;
  line-height: 114%;
  color: var(--white);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.product-card__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-card__text {
  margin-top: 8px;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.product-card__title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.product-card__title a {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product-card__title a:hover {
  color: #005A65;
}

.product-card__announce {
  margin-top: 8px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 19px;
}

.product-card__announce span {
  border-radius: 4px;
  padding: 0px 1px;
  color: var(--black);
  background-color: transparent;
  -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

.product-card__bottom {
  width: 100%;
  padding-top: 42px;
  margin-top: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.type-range {
  position: relative;
  cursor: pointer;
}

.type-range__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.type-range__label {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 200;
  line-height: 92.308%;
}

.type-range__line {
  margin-top: 8px;
  position: relative;
}

.type-range__line img {
  display: block;
  width: 100%;
}

.type-range__dot {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: #005A65;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.type-range__tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 356px;
  z-index: 100;
  display: none;
}

.type-range__tooltip-body {
  padding: 16px;
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  position: relative;
}

.no-webp .type-range__tooltip-body:after{
  background-image: url(../img/product-card/type-range__tooltip-body.png); }

.type-range__tooltip-body:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 20px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.type-range__tooltip-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  background: #F3F3F3;
  padding: 4px;
}

.type-range__tooltip-tab {
  width: 50%;
  cursor: pointer;
  border-radius: 8px;
  padding: 12px 8px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 85.714%;
  text-align: center;
}

.type-range__tooltip-tab.active {
  color: #fff;
  background-color: #005A65;
}

.type-range__tooltip-block {
  margin-top: 12px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 121.429%;
  display: none;
}

.type-range__tooltip-block.active {
  display: block;
}

.grinding-type {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grinding-type__label {
  color: #5A5A5A;
  font-size: 15px;
  font-style: normal;
  font-weight: 200;
  line-height: 106.667%;
  margin-right: 8px;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.grinding-type__dropdown {
  position: relative;
}

.grinding-type__dropdown-current {
  display: inline-block;
  color: #5A5A5A;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 106.667%;
  position: relative;
  padding-right: 14px;
  border-bottom: 1px dashed #5A5A5A;
  padding-bottom: 1px;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.grinding-type__dropdown-current:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 16px;
  background-image: url(../img/product-card/grinding-type__dropdown-current.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.grinding-type__dropdown-list {
  border-radius: 12px;
  position: absolute;
  top: -2px;
  left: -12px;
  min-width: 230px;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: none;
}

.grinding-type__dropdown-item {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 106.667%;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  padding: 5px 12px;
  padding-bottom: 7px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.grinding-type__dropdown-item.current {
  display: none;
}

.grinding-type__dropdown-item:hover {
  background-color: #B4D2C8;
}

.grinding-type__dropdown-list-current {
  display: inline-block;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 106.667%;
  padding: 5px 12px;
  padding-bottom: 7px;
  padding-right: 14px;
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.grinding-type__dropdown-list-current:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/product-card/grinding-type__dropdown-current.svg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.product-card__tags {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.product-card__tags_right {
  left: auto;
  right: 24px;
  text-align: right;
  opacity: 1;
}

.product-card__tag {
  margin-bottom: 4px;
}

.product-card__tag-label {
  display: inline-block;
  color: #FFF;
  padding: 1px 8px;
  padding-bottom: 3px;
  border-radius: 50px;
  background-color: #005A65;
}

.product-card__tag-label span {
  color: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 114.286%;
  white-space: nowrap;
}

.product-card__tag-label_sale {
  background-color: #AA0535;
}

.product-card__tag-label_icon {
  background-color: #B4D2C8;
  color: #000;
  padding-top: 1px;
  padding-bottom: 1px;
}

.product-card__tag-label-icon {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  position: relative;
  vertical-align: middle;
}

.product-card__tag-label-icon img,
.product-card__tag-label-icon svg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-pricing {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5.5px;
  margin-right: -5.5px;
}

.product-pricing__col {
  margin-top: 11px;
  padding-left: 5.5px;
  padding-right: 5.5px;
  width: 50%;
}

.product-pricing__item {
  border-radius: 12px;
  border: 1.4px solid #CDDBDD;
  background: #FFF;
  position: relative;
  padding: 11px 0px;
}

.product-pricing__item-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-pricing__item-values span {
  white-space: nowrap;
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 94.118%;
  margin-left: 1px;
  margin-right: 1px;
}

.product-pricing__item-values span[data-type=discount] {
  color: #979797;
}

.product-pricing__item-labels {
  position: absolute;
  top: -10px;
  left: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}

.product-pricing__item-label {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 85.714%;
  padding: 2px 4px;
  border-radius: 50px;
  background-color: #CDDBDD;
}

.product-pricing__item-label:has(span) {
  padding: 0 0 0 4px;
}

.product-pricing__item-label span {
  display: inline-block;
  margin-left: 4px;
  padding: 2px 4px 2px 4px;
  height: 100%;
  border-radius: 50px;
  background: var(--turquoise);
}

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

.product-buttons__add {
  margin-top: 13px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 12px;
  background: #B4D2C8;
  padding: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product-counter {
  margin-top: 13px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 12px;
  padding: 12px 20px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: var(--blue-green);
}

.product-counter__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-counter__btn:focus,
.product-counter__btn:focus-visible {
  outline: none;
}

.product-counter .box-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 17px;
  line-height: 94%;
  color: var(--white);
}

.product-buttons__add span {
  color: #005A65;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  white-space: nowrap;
  margin-right: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product-buttons__add svg {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product-buttons__add svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product-buttons__add:hover {
  background: #005A65;
}

.product-buttons__add:hover span {
  color: #fff;
}

.product-buttons__add:hover svg path {
  stroke: #fff;
}

.product-buttons__fav {
  margin-top: 13px;
  margin-left: 8px;
  border-radius: 12px;
  width: 48px;
  min-width: 48px;
  height: 48px;
  background-color: #B4D2C8;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product-buttons__fav svg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product-buttons__fav svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product-buttons__fav:hover {
  background-color: #005A65;
}

.product-buttons__fav:hover svg path {
  stroke: #fff;
}

.footer {
  border-radius: 20px 20px 0 0;
  background: #FAFAFA;
  padding-top: 40px;
  padding-bottom: 48px;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
}

.footer-logo {
  margin-top: 8px;
}

.footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 21px;
}

.footer-socials__item {
  margin-right: 4px;
  margin-top: 4px;
}

.footer-socials__item:last-child {
  padding-top: 0;
}

.footer-socials__link {
  display: block;
  width: 41px;
  min-width: 41px;
  height: 41px;
  border-radius: 100%;
  background-color: #CDDBDD;
  position: relative;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.footer-socials__link:focus,
.footer-socials__link:focus-visible {
  outline: none;
}

.footer-socials__link:focus-visible,
.footer-socials__link:hover,
.footer-socials__link:active {
  background-color: var(--blue-green);
}

.footer-socials__link:focus-visible img,
.footer-socials__link:hover img,
.footer-socials__link:active img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.footer-socials__link img,
.footer-socials__link svg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.footer-menu {
  margin-top: 8px;
}

.footer-menu__title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 133.333%;
  white-space: nowrap;
  margin-top: 16px;
}

.footer-menu__title:first-child {
  margin-top: 0;
}

.footer-menu__title-link {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-menu__title-link:hover {
  color: #005A65;
}

.footer-menu__list-item {
  margin-top: 16px;
}

.footer-menu__list-link {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 150%;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-menu__list-link:hover {
  color: #005A65;
}

.footer-feedback .btn {
  width: 224px;
  padding: 16px 31px;
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 20px;
}

.footer__contacts-block {
  margin-top: 28px;
}

.footer__contacts-block-title {
  color: #ACACAC;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.footer__contacts-block-value {
  color: #000;
  margin-top: 4px;
  font-size: 24px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

.footer__contacts-block-value a {
  color: inherit;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 37px;
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-links__item {
  margin-top: 12px;
  margin-right: 12px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

.footer-links__item:last-child {
  margin-right: 0;
}

.footer-links__item a {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-links__item a:hover {
  color: rgb(0, 0, 0);
}

.footer-copyright {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.5);
  font-family: Geologica;
  font-size: 13px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

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

.footer-dev {
  margin-left: 90px;
}

.global-section {
  padding: 44px 0px;
}

.global-section__title {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 116.667%;
}

.global-section__line-title {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.seo-text {
  margin-top: 28px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

.seo-text p {
  margin: 16px 0px;
}

.seo-text p:last-child {
  margin-bottom: 0;
}

html.show-modal {
  overflow: hidden;
  padding-right: 15px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.32);
  overflow: auto;
  display: none;
  /*-webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;*/
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 16px;
}

.modal::-webkit-scrollbar {
  width: 0;
}

.modal {
  -ms-overflow-style: none;
}

.modal {
  overflow: -moz-scrollbars-none;
}

.modal.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__body {
  position: relative;
  max-width: 100%;
  margin: auto 0;
}

.modal__close {
  position: absolute;
  z-index: 100;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 34px;
  height: 34px;
}

.modal__close svg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.modal__close svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.modal__close:hover svg path {
  stroke: #000;
}

.popup-form {
  border-radius: 16px;
  background: #FFF;
  width: 490px;
  max-width: 100%;
  padding: 44px;
}

.popup-form__title {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.popup-form__content {
  padding-top: 24px;
}

.form {
  position: relative;
}

.form__field {
  position: relative;
  margin-top: 12px;
}

.form__field:first-child {
  margin-top: 0;
}

.form__field-input {
  display: block;
  width: 100%;
  border-radius: 16px;
  border: 1px solid #FAFAFA;
  background-color: #FAFAFA;
  padding: 15px 20px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: 133.333%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.form__field-input_textarea {
  max-width: 100%;
  min-width: 100%;
  height: 156px;
  min-height: 156px;
}

.form__field-input::-webkit-input-placeholder {
  color: #ACACAC;
}

.form__field-input:-ms-input-placeholder {
  color: #ACACAC;
}

.form__field-input::-moz-placeholder {
  color: #ACACAC;
  opacity: 1;
}

.form__field-input:-moz-placeholder {
  color: #ACACAC;
  opacity: 1;
}

.form__field-input:focus,
.form__field-input.filled {
  background-color: #fff;
  border-color: rgba(172, 172, 172, 0.5);
}

.form__field-input.error {
  border-color: #EB1C24;
  color: #EB1C24;
}

.form__button {
  margin-top: 28px;
}

.form__submit {
  display: block;
  width: 402px;
  max-width: 100%;
  margin: auto;
  cursor: pointer;
  border: none;
  border-radius: 50px;
  background: #005A65;
  padding: 20.5px 14px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  text-align: center;
}

.form__info {
  margin-top: 12px;
  color: #ACACAC;
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

.form__error-info {
  display: none;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 6px;
}

.form__error-info.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form__error-info-icon {
  width: 19px;
  min-width: 19px;
  margin-right: 6px;
}

.form__error-info-icon svg {
  display: block;
}

.form__error-info-text {
  color: #EB1C24;
  font-size: 15px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

.mobile-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  z-index: 2000;
  background-color: #fff;
  padding: 32px 16px;
  padding-top: 72px;
  display: none;
}

.mobile-panel.show {
  display: block;
}

.mobile-panel__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  background-color: #fff;
  z-index: 1000;
}

.mobile-panel__close svg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.mobile-menu__item {
  margin-top: 32px;
}

.mobile-menu__item:first-child {
  margin-top: 0;
}

.mobile-menu__link {
  display: inline-block;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 120%;
}

.mobile-links {
  margin-top: 48px;
  border-radius: 16px;
  background: #FAFAFA;
  padding: 24px;
}

.mobile-links .header-links {
  display: block;
}

.mobile-links .header-links__item {
  margin-top: 16px;
  margin-right: 0;
}

.mobile-links .header-links__item:first-child {
  margin-top: 0;
}

.mobile-links .header-links__item-link-text {
  font-size: 20px !important;
}

.mobile-links .footer-socials {
  padding-top: 27px !important;
}

.mobile-links .footer-socials__item {
  margin-top: 8px !important;
}

.no-webp .modal-form-success{
  background-image: url(../img/modal-form-success.png); }

.modal-form-success {
  position: relative;
  border-radius: 16px;
  background: #FFF;
  padding: 44px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 490px;
  max-width: 100%;
}

.modal-form-success__title {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.modal-form-success__text {
  margin-top: 24px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: 133.333%;
}

.modal-form-success__button {
  margin-top: 24px;
}

.modal-form-success__button .btn {
  width: 100%;
  padding: 20px;
}

.btn-show-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  padding: 18px;
  border-radius: 14px;
  background-color: var(--gray-75);
  width: 100%;
  min-width: 213px;
  -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

.btn-show-more:focus,
.btn-show-more:focus-visible {
  outline: none;
}

.btn-show-more:focus-visible,
.btn-show-more:hover,
.btn-show-more:active {
  background-color: var(--turquoise);
}

.btn-show-more:focus-visible .text,
.btn-show-more:hover .text,
.btn-show-more:active .text {
  color: var(--blue-green);
}

.btn-show-more.number {
  min-width: 56px;
}

.btn-show-more .text {
  font-family: var(--font-family);
  font-weight: 200;
  font-size: 16px;
  white-space: nowrap;
  color: var(--black);
  -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

.btn-show-more .svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.products-tooltip {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products-tooltip-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.products-tooltip-btn:hover + .products-tooltip-desc {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}

.products-tooltip-btn .svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: var(--turquoise);
  border-radius: 14px;
}

.products-tooltip-btn .text-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.products-tooltip-btn .text-group span {
  text-align: start;
}

.products-tooltip-btn .text-group span:first-child {
  font-family: var(--font-family);
  font-weight: 200;
  font-size: 16px;
  line-height: 125%;
  color: var(--black);
  opacity: 0.6;
}

.products-tooltip-btn .text-group span:last-child {
  font-family: var(--font-family);
  font-weight: 200;
  font-size: 18px;
  color: var(--black);
}

.products-tooltip-desc {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  border-radius: 16px;
  padding: 16px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  max-width: 356px;
  min-width: 200px;
  height: auto;
  -webkit-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, z-index 0.4s ease-in-out;
  transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, z-index 0.4s ease-in-out;
  background-color: var(--white);
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.04);
}

.no-webp .products-tooltip-desc::after{
  background-image: url(../img/product-card/type-range__tooltip-body.png); }

.products-tooltip-desc::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 20px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.products-tooltip-desc p {
  font-family: var(--font-family);
  font-weight: 200;
  font-size: 14px;
  line-height: 121%;
  color: var(--black);
}

.aside-box {
  border-radius: 16px;
  background-color: var(--gray-75);
}

.aside-box .top {
  border-radius: 16px;
  padding: 24px;
  background-color: var(--gray-50);
}

.aside-box .product-pricing {
  padding-top: 0;
}

.aside-box .product-pricing__item {
  padding: 16px 0px;
}

.aside-box .product-pricing__item-label span {
  background-color: var(--red);
  color: var(--white);
}

.aside-box .grinding-type {
  position: relative;
  margin-top: 12px;
  padding: 16px 20px;
  background-color: var(--white);
  border-radius: 12px;
  border: 1.4px solid var(--blue-green-light);
}

.aside-box .grinding-type__label {
  font-weight: 300;
  font-size: 17px;
  line-height: 94%;
  color: var(--black);
}

.aside-box .grinding-type__dropdown {
  position: static;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aside-box .grinding-type__dropdown-current {
  position: static;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
  width: 100%;
  border-bottom: none;
  font-weight: 300;
  font-size: 17px;
  /*line-height: 94%;*/
  color: var(--black);
}

.aside-box .grinding-type__dropdown-current:has(+ div[style="display: block;"])::before {
  background-image: url(../img/product-card/grinding-type__dropdown-current-2.svg);
}

.aside-box .grinding-type__dropdown-current::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/product-card/grinding-type__dropdown-current-1.svg);
  background-repeat: no-repeat;
  background-position: center right 16px;
  -webkit-transition: background-image 0.4s ease-in-out;
  transition: background-image 0.4s ease-in-out;
}

.aside-box .grinding-type__dropdown-current::after {
  display: none;
}

.aside-box .grinding-type__dropdown-list {
  width: 100%;
  top: 100%;
  left: 0;
}

.aside-box .grinding-type__dropdown-list-current {
  display: none;
}

.aside-box .product-buttons__fav {
  background-color: var(--gray-75);
}

.aside-box .product-buttons__fav:focus-visible,
.aside-box .product-buttons__fav:hover,
.aside-box .product-buttons__fav:active {
  background-color: var(--blue-green);
}

.aside-box .bottom {
  padding: 24px;
}

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

.box-spoiler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.box-spoiler__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-spoiler__box-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 42px;
  min-width: 42px;
  height: 44px;
}

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

.box-spoiler__title {
  font-weight: 200;
  font-size: 16px;
  line-height: 125%;
  color: var(--black);
}

.box-spoiler__time {
  font-weight: 300;
  font-size: 18px;
  color: var(--black);
}

.box-spoiler__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--gray-50);
}

.box-spoiler__btn {
  padding: 10px 18px 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 16px;
  gap: 10px;
  font-weight: 200;
  font-size: 14px;
  line-height: 114%;
  color: var(--black);
  background-color: transparent;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.box-spoiler__btn svg {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.box-spoiler__btn:focus,
.box-spoiler__btn:focus-visible {
  outline: none;
}

.box-spoiler__btn:focus-visible,
.box-spoiler__btn:hover,
.box-spoiler__btn:active {
  background-color: var(--turquoise);
}

.box-spoiler__btn.active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.box-spoiler__btn .svg {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--blue-green);
}

.box-spoiler__desc {
  display: none;
  padding: 12px 16px 0 16px;
  font-weight: 200;
  font-size: 14px;
  color: var(--black);
}

.box-spoiler__desc.active {
  display: block;
}

.box-spoiler__desc p span {
  color: var(--white);
  padding: 1px;
  border-radius: 8px;
  background-color: var(--blue-green);
}

.estimation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.estimation .name {
  font-family: var(--font-family);
  font-weight: 200;
  font-size: 16px;
  line-height: 125%;
  color: var(--black);
  opacity: 0.6;
}

.star-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.star-wrapper .text {
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: var(--black);
}

.box-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.box-star.not-active {
  pointer-events: none;
}

.box-star .star {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-star .star input:checked + .svg {
  color: #ffbe0b;
}

.box-star .star .svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #acacac;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.leave-wrappwr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.box-leave__btn {
  border: 1px solid var(--white);
  min-width: 193px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  padding: 14px;
  font-weight: 200;
  font-size: 17px;
  -webkit-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out;
  color: var(--white);
  background-color: var(--blue-green);
}

.box-leave__btn:focus,
.box-leave__btn:focus-visible {
  outline: none;
}

.box-leave__btn:focus-visible,
.box-leave__btn:hover,
.box-leave__btn:active {
  border-color: var(--blue-green);
}

.card-reviews {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--gray-75);
}

.card-reviews > *:last-child {
  margin-bottom: 0 !important;
}

.card-reviews__line-top {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-reviews__name {
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  color: var(--black);
}

.card-reviews .box-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-weight: 200;
  font-size: 16px;
  line-height: 125%;
  color: var(--black);
  opacity: 0.6;
}

.card-reviews__list {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.card-reviews__list:last-child {
  margin-bottom: 0;
}

.card-reviews__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.card-reviews__point .title {
  font-weight: 200;
  font-size: 16px;
  line-height: 125%;
  color: var(--black);
  opacity: 0.6;
}

.card-reviews__point .desc p {
  font-weight: 200;
  font-size: 18px;
  color: var(--black);
}

.card-reviews__swiper {
  margin-bottom: 24px;
}

.card-reviews__swiper:last-child {
  margin-bottom: 0;
}

.card-reviews__swiper .title {
  margin-bottom: 4px;
  font-weight: 200;
  font-size: 16px;
  line-height: 125%;
  color: var(--black);
  opacity: 0.6;
}

.card-reviews__comment {
  padding: 24px;
  border-radius: 16px;
  background-color: var(--gray-50);
}

.card-reviews__comment .box-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.card-reviews__comment .box-comment img {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 100%;
}

.card-reviews__comment .box-comment__message {
  font-weight: 200;
  font-size: 18px;
  color: var(--black);
}

.line-min-title {
  margin-bottom: 20px;
}

.min-title {
  color: var(--black);
  font-family: var(--font-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}

.favourit-reset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 2px 0;
  color: var(--black);
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.favourit-reset .svg {
  width: 24px;
  min-width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  background-color: var(--blue-green-light);
}

.favourit-reset:focus,
.favourit-reset:focus-visible {
  outline: none;
}

.favourit-reset:focus-visible,
.favourit-reset:hover,
.favourit-reset:active {
  color: var(--blue-green);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#preloader .loader {
  width: 55px;
  height: 55px;
  border: 10px solid #ccc;
  border-top-color: #005a65;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.path__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  overflow: hidden;
}

.path__list li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.path__list li a {
  font-weight: 200;
  font-size: 16px;
  line-height: 125%;
  white-space: nowrap;
  color: var(--gray);
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.path__list li a:focus,
.path__list li a:focus-visible {
  outline: none;
}

.path__list li a:focus-visible,
.path__list li a:hover,
.path__list li a:active {
  color: var(--black);
}

.path__list li:not(:first-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.path__list li:not(:first-child)::before {
  content: "";
  margin: auto 2px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: var(--blue-green);
}

.path__list li:last-child a {
  pointer-events: none;
  color: var(--black);
}

.path__box-back {
  display: none;
}

.box-reviews__line-title {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.box-reviews__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 32px;
  color: var(--black);
}

.box-reviews__title span {
  border-radius: 100px;
  padding: 9px 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 112%;
  text-align: center;
  color: var(--white);
  background-color: var(--blue-green);
}

.box-reviews__line-estimation {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

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

.box-reviews__btn-show-wrapper {
  padding-top: 24px;
}

.box-reviews__btn-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  border-radius: 14px;
  padding: 18px;
  background-color: var(--gray-75);
  color: var(--black);
  -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

.box-reviews__btn-show .text {
  font-weight: 200;
  font-size: 16px;
}

.box-reviews__btn-show .svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-reviews__btn-show:focus,
.box-reviews__btn-show:focus-visible {
  outline: none;
}

.box-reviews__btn-show:focus-visible,
.box-reviews__btn-show:hover,
.box-reviews__btn-show:active {
  color: var(--white);
  background-color: var(--blue-green);
}

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

.box-share__btn {
  padding: 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  color: #005A65;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 137.5%;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.box-share__btn .svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-share__btn:focus,
.box-share__btn:focus-visible {
  outline: none;
}

.box-share__btn:focus-visible,
.box-share__btn:hover,
.box-share__btn:active {
  color: #000;
}

.box-share__modal {
  /*display: none;
  position: fixed;
  z-index: 201;
  inset: 0;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.32);*/
}

.box-share__modal.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-share__window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  position: relative;
  max-width: 500px;
  min-width: 428px;
  border-radius: 16px;
  padding: 44px 36px 36px;
  background-color: #fff;
}

.box-share__close {
  position: absolute;
  padding: 10px;
  top: 16px;
  right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #005A65;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.box-share__close:focus,
.box-share__close:focus-visible {
  outline: none;
}

.box-share__close:focus-visible,
.box-share__close:hover,
.box-share__close:active {
  color: #000;
}

.box-share__title {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.box-share__line-links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.box-share__copy-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid #fff;
  gap: 8px;
  width: 100%;
  padding: 15.5px;
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  background-color: #005A65;
  -webkit-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out;
}

.box-share__copy-link:focus,
.box-share__copy-link:focus-visible {
  outline: none;
}

.box-share__copy-link:focus-visible,
.box-share__copy-link:hover,
.box-share__copy-link:active {
  border-color: #005A65;
}

.box-share__copy-link .svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-share__group-link {
  position: relative;
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.box-share__group-link .box-share__desc {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #ACACAC;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.box-share__group-link .network__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  border-radius: 14px;
}

.box-share__group-link .network__link.vk {
  background-color: #0075FE;
}

.box-share__group-link .network__link.wa {
  background-color: #2FCC68;
}

.box-share__group-link .network__link.tg {
  background-color: #27A7E6;
}

.box-share__group-link .network__link:focus,
.box-share__group-link .network__link:focus-visible {
  outline: none;
}

.box-share__desc-qr {
  padding: 36px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  background-color: #FAFAFA;
}

.box-share__desc-qr .box-qr {
  width: 100%;
  /*тут что то было не понятное*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-share__desc-qr .desc {
  max-width: 235px;
  color: #ACACAC;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.card-your-order {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.card-your-order__wrapper {
  padding-bottom: 24px;
  border-radius: 16px;
  background-color: var(--gray-75);
}

.card-your-order__box-top {
  padding: 28px;
  background-color: var(--gray-50);
  border-radius: 16px;
}

.card-your-order__title {
  margin-bottom: 16px;
  color: var(--black);
  font-family: var(--font-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.card-your-order__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.card-your-order__point .line-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-your-order__point .line-point .name {
  color: var(--main-text_gray);
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

.card-your-order__point .line-point .between {
  margin: 0 4px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 30px;
  border-bottom: none;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--gray)), color-stop(60%, var(--gray)), color-stop(40%, transparent), to(transparent));
  background-image: linear-gradient(to right, var(--gray) 0%, var(--gray) 60%, transparent 40%, transparent 100%);
  background-size: 10px 0.9px;
  background-position: left bottom 5px;
  background-repeat: repeat-x;
}

.card-your-order__point .line-point .info {
  color: var(--black);
  text-align: right;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.card-your-order__promo {
  width: 100%;
}

.card-your-order__promo-input {
  width: 100%;
  padding: 16px 20px;
  color: var(--black);
  font-family: var(--font-family);
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 94.118%;
  background-color: var(--white);
  border-radius: 12px;
  border: 1.4px solid rgba(172, 172, 172, 0.25);
}

.card-your-order__promo-input::-webkit-input-placeholder {
  color: var(--gray);
}

.card-your-order__promo-input::-moz-placeholder {
  color: var(--gray);
}

.card-your-order__promo-input:-ms-input-placeholder {
  color: var(--gray);
}

.card-your-order__promo-input::-ms-input-placeholder {
  color: var(--gray);
}

.card-your-order__promo-input::placeholder {
  color: var(--gray);
}

.card-your-order__promo-input:focus,
.card-your-order__promo-input:focus-visible {
  outline: none;
}

.card-your-order__box-bottom {
  padding: 24px 28px 0;
}

.card-your-order__box-bottom .line-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 30px;
}

.card-your-order__box-bottom .line-price .total {
  color: var(--black);
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

.card-your-order__box-bottom .line-price .price {
  color: var(--black);
  text-align: right;
  font-family: var(--font-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.card-your-order__group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}

.card-your-order__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17.5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--white);
  border-radius: 16px;
  background-color: var(--blue-green);
  color: var(--white);
  font-family: var(--font-family);
  font-size: 17px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  -webkit-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out;
}

.card-your-order__btn:focus,
.card-your-order__btn:focus-visible {
  outline: none;
}

.card-your-order__btn:focus-visible,
.card-your-order__btn:hover,
.card-your-order__btn:active {
  border-color: var(--blue-green);
}

.card-your-order__box-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}

.card-your-order__box-checkbox .order-checkbox {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-your-order__box-checkbox .order-checkbox__input {
  display: none;
}

.card-your-order__box-checkbox .order-checkbox__input:checked + .order-checkbox__castom {
  background-color: var(--blue-green);
  border-color: var(--blue-green);
}

.card-your-order__box-checkbox .order-checkbox__castom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid var(--gray);
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.card-your-order__box-checkbox .order-checkbox__castom .svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-your-order__desc-order {
  color: var(--gray);
  font-family: var(--font-family);
  font-size: 15px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

.card-your-order__desc-order a {
  cursor: pointer;
  text-decoration: underline;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.card-your-order__desc-order a:focus,
.card-your-order__desc-order a:focus-visible {
  outline: none;
}

.card-your-order__desc-order a:focus-visible,
.card-your-order__desc-order a:hover,
.card-your-order__desc-order a:active {
  color: var(--black);
}

.catalog-section__list {
  margin-top: 28px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.catalog-section__list .categories-list__block-image {
  max-width: 144px;
  max-height: 144px;
  inset: auto 32px 32px auto;
}

.catalog-section__list .categories-list__block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.categories-list {
  padding-top: 20px;
  padding-bottom: 44px;
}

.categories-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.categories-list__blocks {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
}

.categories-list__col {
  width: 33.33%;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 24px;
}

.categories-list__block {
  display: block;
  min-height: 280px;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background-color: #F4F4F4;
  background-image: url(../img/categories-list/categories-list__block.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.categories-list__block-content {
  padding: 32px;
}

.categories-list__block-title {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.categories-list__block-count {
  margin-top: 4px;
  color: #B3B3B3;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.categories-list__block:hover {
  background-color: #005A65;
  background-image: none;
}

.categories-list__block:hover .categories-list__block-title,
.categories-list__block:hover .categories-list__block-count {
  color: #fff;
}

.categories-list__block-image {
  position: absolute;
  right: 0;
  bottom: 0;
}

.categories-list__block-image img,
.categories-list__block-image picture {
  display: block;
}

.categories-list__all {
  width: 248px;
  min-width: 248px;
  margin-top: 24px;
  margin-left: 24px;
}

.categories-list__all-link {
  display: block;
  height: 100%;
  border-radius: 16px;
  background-color: #005A65;
  background-image: url(../img/categories-list/categories-list__all-link.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 32px;
  position: relative;
}

.categories-list__all-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(../img/categories-list/categories-list__all-link-after.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.categories-list__all-title {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  z-index: 200;
}

.categories-list__all-title_mobile {
  display: none;
}

.categories-list__all-button {
  position: absolute;
  bottom: 32px;
  left: 32px;
  background-color: #B4D2C8;
  width: 113px;
  height: 40px;
  border-radius: 20px;
  z-index: 200;
}

.categories-list__all-button svg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.category-page__list {
  padding-top: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 24px;
}

.category-page__line-bottom {
  padding-top: 24px;
}

.category-page__group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

.category-page__wrapper-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.filter {
  margin-top: 28px;
}

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

.filter__top-line {
  margin-left: -24px;
  margin-right: -24px;
}

.filter__list-1 {
  padding-left: 24px;
  padding-right: 24px;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.filter__list-1 li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.filter__link-top {
  min-width: 250px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border-radius: 16px;
  background-color: var(--gray-50);
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.filter__link-top img {
  -webkit-transition: -webkit-filter 0.4s ease-in-out;
  transition: -webkit-filter 0.4s ease-in-out;
  transition: filter 0.4s ease-in-out;
  transition: filter 0.4s ease-in-out, -webkit-filter 0.4s ease-in-out;
}

.filter__link-top:focus,
.filter__link-top:focus-visible {
  outline: none;
}

.filter__link-top:focus-visible,
.filter__link-top:hover,
.filter__link-top:active {
  background-color: var(--blue-green);
}

.filter__link-top:focus-visible .text,
.filter__link-top:hover .text,
.filter__link-top:active .text {
  color: var(--white);
}

.filter__link-top:focus-visible img,
.filter__link-top:hover img,
.filter__link-top:active img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.filter__link-top .svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.filter__link-top .text {
  font-family: var(--font-family);
  font-weight: 200;
  font-size: 18px;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  color: var(--black);
}

.filter__middle-line {
  margin-left: -24px;
  margin-right: -24px;
  padding-bottom: 20px;
}

.filter__list-2 {
  padding-left: 24px;
  padding-right: 24px;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.filter__link-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
  padding: 12px 20px;
  background-color: rgba(0, 90, 101, 0.1);
  white-space: nowrap;
  color: var(--black);
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

.filter__link-middle .text {
  font-family: var(--font-family);
  font-weight: 200;
  font-size: 17px;
  line-height: 94%;
}

.filter__link-middle:focus,
.filter__link-middle:focus-visible {
  outline: none;
}

.filter__link-middle:focus-visible,
.filter__link-middle:hover,
.filter__link-middle:active {
  background-color: var(--blue-green);
  color: var(--white);
}

.filter-open-btn {
  display: none;
}

.filter__title {
  display: none;
}

.filter__close {
  display: none;
}

.filter__list-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter .dropdown {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter .dropdown__line-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter .dropdown__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
}

.filter .dropdown__btn:focus,
.filter .dropdown__btn:focus-visible {
  outline: none;
}

.filter .dropdown__btn:focus-visible .text,
.filter .dropdown__btn:hover .text,
.filter .dropdown__btn:active .text {
  color: var(--blue-green);
}

.filter .dropdown__btn:focus-visible .svg,
.filter .dropdown__btn:hover .svg,
.filter .dropdown__btn:active .svg {
  color: var(--blue-green);
}

.filter .dropdown__btn.active .svg svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.filter .dropdown__btn .text {
  font-family: var(--font-family);
  font-weight: 200;
  font-size: 15px;
  line-height: 160%;
  color: var(--black);
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.filter .dropdown__btn .counter {
  display: none;
}

.filter .dropdown__btn .svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  color: var(--black);
}

.filter .dropdown__btn .svg svg {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.filter .dropdown__btn-reset {
  display: none;
}

.filter .dropdown__box {
  visibility: hidden;
  z-index: -10;
  opacity: 0;
  padding: 8px 12px;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  min-width: 170px;
  border-radius: 12px;
  background-color: var(--white);
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 0 4px 0 rgba(0, 0, 0, 0.04);
  -webkit-transition: visibility 0.4s ease-in-out, z-index 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: visibility 0.4s ease-in-out, z-index 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.filter .dropdown__box.active {
  visibility: visible;
  z-index: 200;
  opacity: 1;
}

.filter .dropdown__btn-back {
  display: none;
}

.filter .dropdown__line-title {
  display: none;
}

.filter .dropdown__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 16px;
}

.filter .dropdown__point {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 10px;
}

.filter .dropdown__point .input {
  display: none;
}

.filter .dropdown__point .input:checked + .castom {
  border-color: var(--blue-green);
  background-color: var(--blue-green);
}

.filter .dropdown__point .castom {
  width: 14px;
  min-width: 14px;
  height: 14px;
  border: 1px solid var(--gray);
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--white);
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  background-color: transparent;
}

.filter .dropdown__point .text {
  font-family: var(--font-family);
  font-weight: 200;
  font-size: 15px;
  line-height: 107%;
  color: var(--black);
}

.filter .dropdown__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border-radius: 50px;
  padding: 9px;
  font-family: var(--font-family);
  font-weight: 200;
  font-size: 15px;
  color: var(--black);
  background-color: var(--gray-75);
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

.filter .dropdown__submit:focus,
.filter .dropdown__submit:focus-visible {
  outline: none;
}

.filter .dropdown__submit:focus-visible,
.filter .dropdown__submit:hover,
.filter .dropdown__submit:active {
  background-color: var(--blue-green);
  color: var(--white);
}

.line-orders {
  border-radius: 24px;
  position: relative;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.line-orders::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  width: 100%;
  height: 1px;
  background-color: var(--gray-75);
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

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

.line-orders__box-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.line-orders__box-img img {
  width: 74px;
  height: 74px;
  -o-object-fit: cover;
  object-fit: cover;
}

.line-orders__box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}

.line-orders__title {
  color: var(--black);
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 122.222%;
}

.line-orders__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-orders-drop-down {
  position: relative;
}

.line-orders-drop-down__btn {
  border-radius: 50px;
  padding: 6px 8px;
  background-color: var(--blue-green);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  color: var(--white);
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 75%;
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

.line-orders-drop-down__btn.active {
  background-color: var(--turquoise);
  color: var(--blue-green);
}

.line-orders-drop-down__btn.active .svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.line-orders-drop-down__btn .svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.line-orders-drop-down__btn:focus,
.line-orders-drop-down__btn:focus-visible {
  outline: none;
}

.line-orders-drop-down__btn:focus-visible,
.line-orders-drop-down__btn:hover,
.line-orders-drop-down__btn:active {
  background-color: var(--turquoise);
  color: var(--blue-green);
}

.line-orders-drop-down__btn.active {
  background-color: var(--turquoise);
  color: var(--blue-green);
}

.line-orders-drop-down__box {
  min-width: 170px;
  position: absolute;
  z-index: 2;
  left: 0;
  opacity: 0;
  visibility: hidden;
  top: calc(100% + 4px);
  border-radius: 12px;
  background-color: var(--white);
  overflow: hidden;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
}

.line-orders-drop-down__box.active {
  opacity: 1;
  visibility: visible;
}

.line-orders-drop-down__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.line-orders-drop-down__input {
  display: none;
}

.line-orders-drop-down__input:checked + .castom {
  background-color: var(--blue-green);
  border-color: var(--blue-green);
}

.line-orders-drop-down__point {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10.5px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 10px 14.5px;
}

.line-orders-drop-down__point .castom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15px;
  min-width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 1px solid var(--gray);
  -webkit-transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out;
}

.line-orders-drop-down__btn-line {
  padding: 8px 12px;
}

.line-orders-drop-down__btn-line .submit {
  border-radius: 50px;
  padding: 8.5px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--black, #000);
  font-family: Geologica;
  font-size: 15px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  background-color: var(--gray-75);
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

.line-orders-drop-down__btn-line .submit:first,
.line-orders-drop-down__btn-line .submit:first-child {
  outline: none;
}

.line-orders-drop-down__btn-line .submit:focus-visible,
.line-orders-drop-down__btn-line .submit:hover,
.line-orders-drop-down__btn-line .submit:active {
  background-color: var(--blue-green);
  color: var(--white);
}

.line-orders__group-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

.line-orders__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1px;
  padding-right: 12px;
}

.line-orders__info .name {
  color: var(--black);
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 125%;
  opacity: 0.6;
}

.line-orders__info .info {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  color: var(--black);
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

.line-orders__info .info.active {
  color: var(--white);
  font-size: 14px !important;
}

.line-orders__info .info.active::after {
  content: "";
  position: absolute;
  inset: -1.5px -4px;
  z-index: -1;
  background-color: #AA0535;
  border-radius: 50px;
}

.line-orders .orders-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.line-orders .orders-counter__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 36px;
}

.line-orders .orders-counter__wrapper .line-orders__info {
  padding: 0;
}

.line-orders .orders-counter__wrapper .line-orders__info .info {
  font-weight: 400;
}

.line-orders .orders-counter__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  border: 1px solid var(--white);
  background-color: var(--blue-green);
  border-radius: 100%;
  -webkit-transition: border-color 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.line-orders .orders-counter__btn.disabled {
  opacity: 0.6;
  pointer-events: none;
}

.line-orders .orders-counter__btn:focus,
.line-orders .orders-counter__btn:focus-visible {
  outline: none;
}

.line-orders .orders-counter__btn:focus-visible,
.line-orders .orders-counter__btn:hover,
.line-orders .orders-counter__btn:active {
  border-color: var(--blue-green);
}

.line-orders .orders-counter__input {
  pointer-events: none;
  text-align: center;
  width: 36px;
  min-width: 36px;
  background-color: var(--white);
  border: none;
  color: var(--black);
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: 88.889%;
}

.line-orders .zeroing {
  opacity: 0;
  width: 44px;
  min-width: 44px;
  height: 44px;
  border: 1px solid var(--white);
  background-color: #FEDAD8;
  border-radius: 12px;
  -webkit-transition: opacity 0.4s ease-in-out, border-color 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, border-color 0.4s ease-in-out;
  color: #FA453B;
}

.line-orders .zeroing .text {
  display: none;
}

.line-orders .zeroing:focus,
.line-orders .zeroing:focus-visible {
  outline: none;
}

.no-webp .main-about{
  background-image: url(../img/main-about/main-about.jpg); }

.main-about {
  margin: 44px 0px;
  padding: 88px 0px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}

.main-about__inner {
  border-radius: 16px;
  background: #FFF;
  padding: 44px;
  padding-bottom: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-about__left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 24px;
  position: relative;
  z-index: 100;
}

.main-about__title {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 116.667%;
}

.main-about__text {
  margin-top: 24px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

.main-about__text p {
  margin-bottom: 16px;
}

.main-about__right {
  width: 510px;
  min-width: 510px;
  position: relative;
  z-index: 100;
}

.main-about__bottom {
  display: none;
}

.main-about__button {
  text-align: right;
}

.main-about__button a {
  display: inline-block;
  width: 177px;
  border-radius: 50px;
  background: #B4D2C8;
  padding: 12px;
  text-align: center;
  color: #005A65;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 125%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-about__button a:hover {
  background-color: #005A65;
  color: #fff;
}

.main-about__grid {
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -6px;
  margin-right: -6px;
}

.main-about__col {
  width: 50%;
  padding-left: 6px;
  padding-right: 6px;
}

.main-about__image img {
  display: block;
  border-radius: 16px;
}

.main-about__price {
  margin-top: 12px;
}

.main-about__price a {
  display: block;
  text-align: center;
  border-radius: 16px;
  background: #005A65;
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 117.647%;
  padding: 26px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-about__price a:hover {
  color: #005A65;
  background-color: #B4D2C8;
}

.main-about__icon {
  display: block;
  position: absolute;
}

.main-about__icon_before {
  top: 0;
  left: 0;
}

.main-about__icon_after {
  bottom: 0;
  right: 0;
}

.main-advantages {
  padding: 44px 0px;
}

.main-advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.main-advantages__col {
  width: 25%;
  padding-left: 12px;
  padding-right: 12px;
}

.main-advantages__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px;
  padding-right: 10px;
}

.main-advantages__block-icon {
  width: 52px;
  min-width: 52px;
  height: 52px;
  margin-right: 20px;
  position: relative;
}

.main-advantages__block-icon img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.main-advantages__block-text {
  color: #000;
  font-size: 19px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.main-blog {
  position: relative;
}

.main-blog__all {
  position: absolute;
  right: 0;
  bottom: 100%;
  -webkit-transform: translateY(-32px);
      -ms-transform: translateY(-32px);
          transform: translateY(-32px);
}

.main-blog__all-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-blog__all-text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-blog__all-icon {
  position: relative;
  margin-left: 6px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #CDDBDD;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-blog__all-icon svg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.main-blog__all-icon svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-blog__all-link:hover .main-blog__all-text {
  color: #005A65;
}

.main-blog__all-link:hover .main-blog__all-icon {
  background-color: #005A65;
}

.main-blog__all-link:hover .main-blog__all-icon svg path {
  fill: #fff;
}

.main-blog__list {
  margin-top: 28px;
  position: relative;
}

.main-blog__list .swiper {
  overflow: visible;
}

.main-blog__list .swiper-slide {
  width: 323px;
}

.main-blog__block {
  display: block;
  height: 100%;
  position: relative;
}

.main-blog__block-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 50px;
  background: #CDDBDD;
  padding: 6px 12px;
  color: #5A5A5A;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 114.286%;
}

.main-blog__block-image {
  height: 215px;
  overflow: hidden;
  border-radius: 16px;
}

.main-blog__block-image img {
  display: block;
  width: 100%;
  max-height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-blog__block-date {
  margin-top: 16px;
  color: #ACACAC;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.main-blog__block-title {
  margin-top: 6px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-blog__block:hover .main-blog__block-title {
  color: #005A65;
}

.main-blog__list-arrows {
  display: none;
}

.main-categories {
  margin-top: 14px;
}

.main-categories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -12px;
  margin-right: -12px;
}

.main-categories__col {
  width: 33.33%;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}

.main-categories__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 16px;
  background: #F4F4F4;
  padding: 10px;
}

.main-categories__block-icon {
  width: 68px;
  min-width: 68px;
  height: 68px;
  border-radius: 100%;
  position: relative;
  margin-right: 16px;
  background-color: rgba(0, 90, 101, 0.16);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-categories__block-icon img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: inherit;
  transition: inherit;
}

.main-categories__block-title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 140%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}

.main-categories__block:hover .main-categories__block-icon {
  background-color: #005A65;
}

.main-categories__block:hover .main-categories__block-icon img {
  -webkit-filter: grayscale(1) brightness(1000%);
          filter: grayscale(1) brightness(1000%);
}

.main-categories__block:hover .main-categories__block-title {
  color: #005A65;
}

.main-slider {
  padding-bottom: 44px;
}

.main-slider__inner {
  position: relative;
}

.main-slider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  min-height: 476px;
  background-repeat: no-repeat;
  background-position: right center;
  overflow: hidden;
  position: relative;
}

.main-slider__slide-content {
  padding: 84px;
  position: relative;
  z-index: 100;
}

.main-slider__slide-title {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 116.667%;
}

.main-slider__slide-text {
  margin-top: 12px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

.main-slider__slide-button {
  margin-top: 36px;
}

.main-slider__slide-button .btn {
  padding: 16px;
  min-width: 228px;
}

.main-slider__arrow {
  width: 48px;
  height: 48px;
  background-color: #005A65;
  border-radius: 100%;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-slider__arrow svg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-slider__arrow svg path {
  -webkit-transition: inherit;
  transition: inherit;
}

.main-slider__arrow:after {
  content: none;
}

.main-slider__arrow_prev {
  left: -25px;
}

.main-slider__arrow_next {
  right: -25px;
}

.main-slider__arrow:hover {
  background-color: #B4D2C8;
}

.main-slider__arrow:hover svg path {
  fill: #000;
}

.order-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.7595307918%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.order-products__left {
  width: 74.5601173021%;
}

.order-products__line-points {
  margin-bottom: 24px;
}

.order-products__right {
  position: relative;
  width: 23.6803519062%;
}

.order-products .points-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.order-products .card-points {
  padding: 16px 20px;
  border: 1px solid var(--gray-75);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.order-products .card-points .svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.order-products .card-points__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-products .card-points__info .name {
  color: var(--black);
  font-family: var(--font-family);
  font-size: 15px;
  font-style: normal;
  font-weight: 200;
  line-height: 120%;
}

.order-products .card-points__info .time {
  color: var(--black);
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 122.222%;
}

.order-products .box-orders {
  margin-bottom: 44px;
}

.order-products .box-orders__line-title {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

.order-products .box-orders__title {
  color: var(--black);
  font-family: var(--font-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}

.order-products .box-orders__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.order-products .box-orders__list li:last-child .line-orders::before {
  display: none;
}

.order-products .btn-clear {
  padding: 2px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
}

.order-products .btn-clear .text {
  color: var(--black);
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.order-products .btn-clear .svg {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--blue-green-light);
}

.order-products .btn-clear:focus,
.order-products .btn-clear:focus-visible {
  outline: none;
}

.order-products .btn-clear:focus-visible .text,
.order-products .btn-clear:hover .text,
.order-products .btn-clear:active .text {
  color: var(--blue-green);
}

.order-schedule {
  padding: 44px 0px;
}

.no-webp .order-schedule__inner{
  background-image: url(../img/order-schedule/order-schedule.png); }

.order-schedule__inner {
  background-color: #005A65;
  border-radius: 16px;
  padding: 48px 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
}

.order-schedule__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order-schedule__icon {
  width: 72px;
  min-width: 72px;
  margin-right: 28px;
}

.order-schedule__icon img {
  display: block;
}

.order-schedule__text {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.order-schedule__counter {
  width: 390px;
  min-width: 390px;
}

.order-schedule__counter-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-schedule__counter-number {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 12px;
  background: #FFF;
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  white-space: nowrap;
  padding: 12px 6px;
  text-align: center;
}

.order-schedule__counter-number:nth-child(1) {
  width: 100px;
  min-width: 100px;
}

.order-schedule__counter-number:nth-child(2) {
  margin-left: 8px;
  margin-right: 8px;
  width: 139px;
  min-width: 139px;
}

.order-schedule__counter-number:nth-child(3) {
  width: 135px;
  min-width: 135px;
}

.order-schedule__counter-progress {
  margin-top: 8px;
  border-radius: 8px;
  background: #FFF;
  padding: 4px;
}

.no-webp .order-schedule__counter-progress-bar{
  background-image: url(../img/order-schedule/order-schedule__counter-progress-bar.jpg); }

.order-schedule__counter-progress-bar {
  height: 12px;
  border-radius: 8px;
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.product-detail-info__line-links {
  margin-bottom: 28px;
}

.product-detail-info__list {
  border-radius: 50px;
  padding: 8px;
  background-color: var(--gray-50);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
}

.product-detail-info__list li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-detail-info__group-desc {
  margin-bottom: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.product-detail-info__desc h3 {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 24px;
  color: var(--blue-green);
}

.product-detail-info__desc div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.product-detail-info__desc p {
  font-weight: 200;
  font-size: 18px;
  color: var(--black);
}

.detail-info-link {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  padding: 16px;
  border-radius: 50px;
  background-color: transparent;
  font-family: var(--font-family);
  font-weight: 200;
  font-size: 17px;
  line-height: 94%;
  color: var(--black);
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

.detail-info-link .counter {
  font-weight: 400;
  font-size: 13px;
  line-height: 138%;
  text-align: center;
  color: var(--white);
  padding: 0 5px;
  border-radius: 100px;
  background-color: var(--blue-green);
}

.detail-info-link.active {
  color: var(--white);
  background-color: var(--blue-green);
}

.detail-info-link:focus,
.detail-info-link:focus-visible {
  outline: none;
}

.detail-info-link:focus-visible,
.detail-info-link:hover,
.detail-info-link:active {
  color: var(--white);
  background-color: var(--blue-green);
}

.box-recipes {
  margin-bottom: 88px;
}

.box-recipes__line-title {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.box-recipes__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 32px;
  color: var(--black);
}

.products-page-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.products-page-section__box-title {
  display: none;
  grid-column: 1/-1;
}

.products-page-section__box-info {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.products-page-section__aside {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

.products-page-section__box-detail-info {
  padding-right: 120px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

.products-page-section__box-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
}

.products-page-section__box-swiper {
  position: relative;
  width: 47.9842674533%;
}

.products-page-section__marks {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.products-page-section__marks .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.products-page-section__marks .left__mark {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  padding: 8px 12px;
  background-color: var(--blue-green);
  font-family: var(--font-family);
  font-weight: 200;
  font-size: 17px;
  line-height: 94%;
  color: var(--white);
}

.products-page-section__marks .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.products-page-section__marks .right__mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  padding: 8px 12px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 17px;
  line-height: 94%;
  color: var(--black);
  background-color: var(--turquoise);
}

.products-page-section__marks .right__mark .svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.products-page-section .box-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.products-page-section .box-info .global-section__title {
  margin-bottom: 16px;
}

.products-page-section .box-info__desc {
  margin-bottom: 28px;
  font-family: var(--font-family);
  font-weight: 200;
  font-size: 18px;
  color: var(--black);
}

.products-page-section .box-info__desc span {
  border-radius: 4px;
  padding: 0px 1px;
  white-space: nowrap;
  color: var(--black);
  background-color: transparent;
  -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

.products-page-section .box-info__desc span.dark {
  color: var(--white);
  background-color: #3a2313;
}

.products-page-section .box-info__desc span.citrus {
  color: var(--black);
  background-color: #fbaf41;
}

.products-page-section .box-info__desc span.blueberry {
  color: var(--white);
  background-color: #4F86F7;
}

.products-page-section .box-info__desc span.nut {
  color: var(--black);
  background-color: #e0c47b;
}

.products-page-section .box-info__list {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.products-page-section .type-range__label {
  font-size: 16px;
  line-height: 75%;
}

.products-page-section .box-line {
  margin-top: 15px;
}

.products-page-section .box-line .line .arrow.left {
  border-right: 7px solid #afafaf;
}

.products-page-section .box-line .line .arrow.right {
  border-left: 7px solid #afafaf;
}

.products-page-swiper .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}

.products-page-swiper__box-img {
  position: relative;
}

.products-page-swiper__box-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.products-page-swiper__link {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.products-page-swiper__link:focus,
.products-page-swiper__link:focus-visible {
  outline: none;
}

.products-page-swiper__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.products-page-swiper-pagination {
  position: absolute;
  z-index: 2;
  bottom: 31px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.products-page-swiper-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  background-color: var(--turquoise);
  opacity: 1;
  -webkit-transition: width 0.4s ease-in-out, background-color 0.4s ease-in-out, border-radius 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, background-color 0.4s ease-in-out, border-radius 0.4s ease-in-out;
}

.products-page-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 100px;
  width: 32px;
  background-color: var(--blue-green);
}

.products-slider {
  position: relative;
  margin-top: 28px;
}

.products-slider__arrow {
  position: absolute;
  margin: 0;
  width: 60px;
  height: 60px;
  background-color: #FFF;
  border-radius: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.products-slider__arrow:after {
  content: none;
}

.products-slider__arrow_prev {
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-49px);
      -ms-transform: translateY(-50%) translateX(-49px);
          transform: translateY(-50%) translateX(-49px);
}

.products-slider__arrow_next {
  right: 0;
  -webkit-transform: translateY(-50%) translateX(49px);
      -ms-transform: translateY(-50%) translateX(49px);
          transform: translateY(-50%) translateX(49px);
}

.products-slider__arrow svg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.products-slider__arrow svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.products-slider__arrow:hover {
  background-color: #005A65;
}

.products-slider__arrow:hover svg path {
  fill: #fff;
}

.products-slider .swiper-slide {
  width: 323px;
}

.recipes-swiper {
  margin-bottom: 20px;
}

.recipes-swiper .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}

.recipes-swiper__group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.recipes-swiper-btn {
  border: 1px solid var(--white);
  width: 52px;
  min-width: 52px;
  height: 52px;
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--blue-green);
  -webkit-transition: border-color 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.recipes-swiper-btn:focus,
.recipes-swiper-btn:focus-visible {
  outline: none;
}

.recipes-swiper-btn:focus-visible,
.recipes-swiper-btn:hover,
.recipes-swiper-btn:active {
  border-color: var(--blue-green);
}

.recipes-swiper-btn.swiper-button-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.card-recipes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  border-radius: 16px;
  background-color: var(--gray-50);
}

.card-recipes__line-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}

.card-recipes__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 133%;
  color: var(--blue-green);
}

.card-recipes__box-info {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 84px;
}

.card-recipes__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.card-recipes__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
}

.card-recipes__item .title {
  font-weight: 200;
  font-size: 16px;
  line-height: 125%;
  opacity: 0.6;
  color: var(--black);
}

.card-recipes__item .desc {
  font-weight: 200;
  font-size: 18px;
  color: var(--black);
}

.card-recipes__item .desc span {
  white-space: nowrap;
}

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

.card-recipes__btn-copy {
  width: 100%;
  max-width: 275px;
  border-radius: 12px;
  padding: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--black);
  gap: 8px;
  background-color: var(--gray-75);
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

.card-recipes__btn-copy svg path {
  -webkit-transition: stroke 0.4s ease-in-out;
  transition: stroke 0.4s ease-in-out;
  stroke: var(--black);
}

.card-recipes__btn-copy .svg {
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-recipes__btn-copy .text {
  font-weight: 200;
  font-size: 16px;
}

.card-recipes__btn-copy:focus,
.card-recipes__btn-copy:focus-visible {
  outline: none;
}

.card-recipes__btn-copy:focus-visible,
.card-recipes__btn-copy:hover,
.card-recipes__btn-copy:active {
  color: var(--white);
  background-color: var(--blue-green);
}

.card-recipes__btn-copy:focus-visible svg path,
.card-recipes__btn-copy:hover svg path,
.card-recipes__btn-copy:active svg path {
  stroke: var(--white);
}

.reviews-swiper .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}

.reviews-swiper .card-img {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  position: relative;
}

.reviews-swiper .card-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

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

.subscribe-section {
  padding: 44px 0px;
  padding-top: 66px;
}

.subscribe-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  background: #005A65;
  position: relative;
  overflow: hidden;
  padding: 34px 75px;
}

.subscribe-section__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  z-index: 100;
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-right: 44px;
}

.subscribe-section__button {
  width: 228px;
  min-width: 228px;
  position: relative;
  z-index: 100;
}

.subscribe-section__button .btn {
  background-color: #B4D2C8;
  color: #000;
  padding: 16px 31px;
  width: 100%;
  text-align: center;
}

.subscribe-section__circle {
  position: absolute;
}

.subscribe-section__circle_1 {
  left: 0;
  top: 0;
}

.subscribe-section__circle_2 {
  bottom: 0;
  right: 0px;
}

.week-offer {
  padding: 44px 0px;
}

.week-offer .product-card {
  background-color: var(--white);
}

.week-offer .product-card:hover {
  background-color: #F3F3F3;
}

.week-offer__inner {
  border-radius: 16px;
  background: #FAFAFA;
  padding: 44px;
  padding-left: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.week-offer__content {
  margin-top: 3px;
  position: relative;
  z-index: 100;
  padding-right: 24px;
}

.week-offer__title {
  color: #005A65;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 116.667%;
}

.week-offer__text {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 200;
  line-height: 130.769%;
  margin-top: 24px;
}

.week-offer__text-label {
  display: inline-block;
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
  border-radius: 12px;
  background-color: #AA0535;
  padding: 1px 5px;
  position: relative;
  top: -1px;
  left: -6px;
}

.week-offer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 100;
}

.week-offer__list-col {
  margin-right: 24px;
  width: 323px;
  height: 100%;
}

.week-offer__list-col:last-child {
  margin-right: 0;
}

.week-offer__circle {
  display: block;
  position: absolute;
}

.week-offer__circle_1 {
  top: 0;
  left: 0;
}

.week-offer__circle_2 {
  bottom: 0;
  left: 0;
}

.box-type {
  margin-bottom: 44px;
}

.box-type__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box-type__radio-wrapper {
  cursor: pointer;
  padding: 22px 24px 22px 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  border-radius: 16px;
  background-color: var(--gray-50);
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

.box-type__radio-wrapper:has(input:checked) {
  background-color: var(--gray-75);
}

.box-type__radio-wrapper .castom {
  width: 21px;
  min-width: 21px;
  height: 21px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--gray);
  background-color: var(--white);
  -webkit-transition: border-color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

.box-type__radio-wrapper .text {
  color: var(--black);
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 133.333%;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.box-type__input {
  display: none;
}

.box-type__input:checked + .castom {
  background-color: var(--blue-green);
  border-color: var(--blue-green);
}

.box-delivery-region__box-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-right: -9px;
  margin-bottom: 44px;
}

.box-delivery-region__input-box {
  width: 100%;
  background-image: url("../img/geo/geo.svg");
  background-repeat: no-repeat;
  background-position: center left 24px;
}

.box-delivery-region__input {
  width: 100%;
  padding: 20px 20px 20px 56px;
  background-color: transparent;
  border-radius: 16px;
  color: var(--black);
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: 133.333%;
  border: 1px solid rgba(172, 172, 172, 0.5);
}

.box-delivery-region__input:focus,
.box-delivery-region__input:focus-visible {
  outline: none;
}

.box-delivery-region__desc {
  color: var(--black);
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 150%;
  opacity: 0.5;
}

.shipping-method {
  margin-bottom: 44px;
}

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

.card-shipping-method {
  min-height: 145px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 20px 20px 22px 24px;
  background-color: var(--gray-50);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
}

.card-shipping-method:has(input:checked) {
  background-color: var(--gray-75);
}

.card-shipping-method:has(input:checked) .castom {
  border-color: var(--blue-green);
  background-color: var(--blue-green);
}

.card-shipping-method__label {
  cursor: pointer;
  position: absolute;
  inset: 0;
}

.card-shipping-method__input {
  display: none;
}

.card-shipping-method__line-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card-shipping-method__line-top .castom {
  width: 21px;
  min-width: 21px;
  height: 21px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--gray);
  background-color: var(--white);
}

.card-shipping-method__line-top .box-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-shipping-method__line-top .box-img img {
  max-width: 145px;
}

.card-shipping-method__box-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7.5px;
}

.card-shipping-method__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

.card-shipping-method__title {
  color: #1F1F1F;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.card-shipping-method__desc {
  color: #898989;
  font-family: var(--font-family);
  font-size: 15px;
  font-style: normal;
  font-weight: 200;
  line-height: 106.667%;
}

.card-shipping-method__desc span {
  color: #1F1F1F;
  font-weight: 300;
  line-height: normal;
}

.card-shipping-method__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: var(--blue-green);
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 114.286%;
}

.card-shipping-method__link::before {
  position: absolute;
  bottom: -2px;
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--blue-green)), color-stop(60%, var(--blue-green)), color-stop(40%, transparent), to(transparent));
  background-image: linear-gradient(to right, var(--blue-green) 0%, var(--blue-green) 60%, transparent 40%, transparent 100%);
  background-size: 10px 0.9px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.card-shipping-method__link:focus,
.card-shipping-method__link:focus-visible {
  outline: none;
}

.card-shipping-method__link:focus-visible,
.card-shipping-method__link:hover,
.card-shipping-method__link:active {
  color: #1F1F1F;
}

.card-payment-method__hidden-mob {
  display: none;
}

.recipient-info__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.recipient-info__input {
  padding: 20px;
  border-radius: 16px;
  color: var(--black);
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: 133.333%;
  border: 1px solid rgba(172, 172, 172, 0.5);
}

.recipient-info__textarea {
  padding: 20px;
  border-radius: 16px;
  color: var(--black);
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: 133.333%;
  min-height: 148px;
  border: 1px solid rgba(172, 172, 172, 0.5);
}

.recipient-info__textarea:last-child {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.receiving-basket__wrapper {
  padding: 44px;
  max-width: 1105px;
  border-radius: 16px;
  background-color: var(--white);
}

.receiving-basket__line-top {
  min-width: 1017px;
  margin-bottom: 20px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--gray-50);
}

.receiving-basket__group-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.receiving-basket__group-desc .svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.receiving-basket__desc {
  color: #000;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 150%;
}

.receiving-basket__link {
  padding: 4px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--blue-green);
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 171.429%;
  border-radius: 100px;
  border: 1px solid var(--blue-green);
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.receiving-basket__link:focus,
.receiving-basket__link:focus-visible {
  outline: none;
}

.receiving-basket__link:focus-visible,
.receiving-basket__link:hover,
.receiving-basket__link:active {
  color: var(--black);
}

.receiving-basket__title {
  margin-bottom: 20px;
  color: var(--black);
  font-family: var(--font-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}

.receiving-basket__line-total {
  padding: 32px 94px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 16px;
}

.receiving-basket__line-total .total {
  color: var(--black);
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

.receiving-basket__line-total .total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 4px;
}

.receiving-basket__line-total .total-price .old {
  color: #979797;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 111.111%;
  text-decoration-line: line-through;
}

.receiving-basket__line-total .total-price .actual {
  color: var(--black);
  text-align: right;
  font-family: var(--font-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.receiving-basket__group-btn {
  padding-top: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}

.receiving-basket__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 17.5px;
  border-radius: 16px;
  border: 1px solid var(--blue-green);
  -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

.receiving-basket__btn .text {
  font-family: var(--font-family);
  font-size: 17px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

.receiving-basket__btn:focus,
.receiving-basket__btn:focus-visible {
  outline: none;
}

.receiving-basket__btn.reject {
  min-width: 254px;
  color: var(--blue-green);
}

.receiving-basket__btn.reject:focus,
.receiving-basket__btn.reject:hover,
.receiving-basket__btn.reject:active {
  color: var(--white);
  background-color: var(--blue-green);
}

.receiving-basket__btn.add {
  min-width: 269px;
  color: var(--white);
  background-color: var(--blue-green);
}

.receiving-basket__btn.add:focus,
.receiving-basket__btn.add:hover,
.receiving-basket__btn.add:active {
  color: var(--blue-green);
  background-color: transparent;
}

.receiving-basket .box-orders__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.receiving-basket .line-orders-drop-down__btn {
  pointer-events: none;
}

.receiving-basket .line-orders {
  padding: 12px 96px 12px 12px;
  pointer-events: none;
}

.receiving-basket .line-orders__info {
  padding: 0;
}

.receiving-basket .line-orders__info.price {
  padding-left: 9px;
}

.receiving-basket .line-orders__info.price .info {
  font-weight: 400;
}

.favourites-section:first-child {
  margin-top: 28px;
}

.favourites-section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 58px;
}

.favourites-section__line-title {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.favourites-section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--black);
  font-family: var(--font-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}

.favourites-section__title .count {
  width: 28px;
  min-width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--blue-green);
  border-radius: 100%;
  color: var(--white);
  text-align: center;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.favourites-section__list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

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

.favourites-section__box-btn .btn-show-more {
  max-width: 213px;
}

@media (min-width: 1050px) {
  .line-orders:focus-visible,
  .line-orders:hover {
    background-color: var(--gray-50);
  }

  .line-orders:focus-visible::before,
  .line-orders:hover::before {
    opacity: 0;
  }

  .line-orders:focus-visible .zeroing,
  .line-orders:hover .zeroing {
    opacity: 1;
  }

  .line-orders .zeroing:focus-visible,
  .line-orders .zeroing:hover,
  .line-orders .zeroing:active {
    border-color: #FEDAD8;
  }
}

@media (max-width: 1450px) {
  .main-advantages__col {
    width: 50%;
  }

  .main-blog__list:after {
    content: "";
    display: block;
    width: 184px;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#FFF), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    right: -24px;
    z-index: 100;
    pointer-events: none;
  }

  .main-blog__list-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 40px;
  }

  .main-blog__list-arrow {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    border-radius: 14px;
    background: #B4D2C8;
    width: 52px;
    height: 52px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .main-blog__list-arrow:after {
    content: none;
  }

  .main-blog__list-arrow_prev {
    margin-right: 8px;
  }

  .main-blog__list-arrow svg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: auto;
  }

  .main-blog__list-arrow svg path {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .main-blog__list-arrow:hover {
    background-color: #005A65;
  }

  .main-blog__list-arrow:hover svg path {
    fill: #fff;
  }

  .products-slider {
    padding-bottom: 68px;
  }

  .products-slider__arrow {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    bottom: 0;
    top: auto;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background-color: #B4D2C8;
  }

  .products-slider__arrow_prev {
    left: 0;
  }

  .products-slider__arrow_next {
    right: auto;
    left: 60px;
  }

  .products-slider .swiper {
    overflow: visible;
  }
}

@media (max-width: 1300px) {
  .footer-logo {
    max-width: 117px;
  }

  .footer-socials__link {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }

  .footer-feedback .btn {
    width: 196px;
    padding: 14px;
  }

  .footer__contacts-block-title {
    font-size: 14px;
  }

  .footer__contacts-block-value {
    font-size: 20px;
  }

  .category-page__list {
    padding-top: 16px;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }

  .line-orders__box-img img {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }

  .line-orders__group-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }

  .order-products {
    gap: 20px;
  }

  .order-products__left {
    width: 67.2131147541%;
  }

  .order-products__right {
    width: 30.737704918%;
  }

  .products-page-section__aside {
    min-width: 315px;
  }

  .products-page-section__marks {
    display: none;
  }

  .products-page-section__box-detail-info {
    padding-right: 0;
  }

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

  .receiving-basket__line-top {
    min-width: 100%;
  }

  .receiving-basket__link .text span {
    display: none;
  }

  .receiving-basket .line-orders {
    padding: 16px;
  }

  .receiving-basket__line-total {
    padding: 32px 0 0;
  }

  .favourites-section__list-wrapper {
    gap: 20px;
  }

  .favourites-section__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media (max-width: 1200px) {
  .week-offer {
    padding: 36px 0px;
  }

  .week-offer__inner {
    padding: 32px;
    padding-bottom: 60px;
  }

  .week-offer__title {
    font-size: 32px;
    line-height: normal;
  }

  .week-offer__text {
    font-size: 20px;
    line-height: normal;
  }

  .week-offer__list-col {
    margin-right: 20px;
  }
}

@media (max-width: 1050px) {
  .global-section {
    padding: 36px 0px;
  }

  .global-section__line-title {
    margin-bottom: 24px;
  }

  .min-title {
    font-size: 20px;
    line-height: 120%;
  }

  .header {
    padding-top: 8px;
  }

  .header-links__item {
    margin-top: 8px;
    margin-right: 20px;
  }

  .header-links__item-link-text {
    font-size: 16px;
    margin-right: 7px;
  }

  .header-links__item-link-icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }

  .header-links__item-link-icon svg {
    width: 10px;
    height: auto;
  }

  .header-socials__item {
    margin-top: 8px;
    margin-right: 20px;
  }

  .header-socials__link {
    font-size: 16px;
    line-height: normal;
  }

  .logo {
    width: 180px;
    margin-right: 8px;
  }

  .header__bottom {
    display: none;
  }

  .header-panel__item {
    margin-right: 6px;
    margin-top: 6px;
  }

  .header-panel__link {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }

  .header-panel__item_profile {
    display: block;
  }

  .header-callback {
    margin-top: 6px;
  }

  .btn {
    font-size: 16px;
    padding: 11px 23.5px;
  }

  .header-informer {
    margin-top: 6px;
  }

  .header-informer__phone {
    font-size: 18px;
    line-height: 133.333%;
    margin-bottom: 1px;
  }

  .header-informer__toggler {
    top: 1px;
    right: 7px;
  }

  .header-informer__shedule {
    font-size: 15px;
    margin-bottom: 0;
  }

  .menu-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    padding: 12px;
    width: 121px;
    border-radius: 50px;
    background: #CDDBDD;
    margin-top: 6px;
  }

  .menu-burger__icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
    position: relative;
    margin-right: 6px;
  }

  .menu-burger__icon svg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  .menu-burger__text {
    color: #005A65;
    font-size: 16px;
    font-weight: 200;
    line-height: normal;
  }

  .content {
    padding-top: 12px;
  }

  .global-section__title {
    font-size: 28px;
    line-height: 128.571%;
  }

  .seo-text {
    margin-top: 24px;
    font-size: 17px;
    line-height: 129%;
  }

  .footer__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__bottom-col_right {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-links {
    margin-top: 24px;
  }

  .footer-dev {
    position: relative;
    top: 70px;
  }

  .btn-show-more {
    padding: 14px;
    min-width: 213px;
  }

  .btn-show-more.number {
    min-width: 48px;
  }

  .products-tooltip-btn {
    gap: 8px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .products-tooltip-btn .text-group span:first-child {
    font-size: 15px;
    line-height: 133%;
  }

  .products-tooltip-btn .text-group span:last-child {
    font-size: 17px;
  }

  .aside-box .top {
    padding: 20px;
  }

  .aside-box .bottom {
    padding: 20px;
  }

  .box-spoiler {
    gap: 8px;
  }

  .box-spoiler__top {
    gap: 8px;
  }

  .box-spoiler__box-img {
    width: 39px;
    min-width: 39px;
    height: 41px;
  }

  .box-spoiler__title {
    font-size: 15px;
    line-height: 133%;
  }

  .box-spoiler__time {
    font-size: 17px;
  }

  .card-reviews__list {
    gap: 16px;
    margin-bottom: 16px;
  }

  .card-reviews__point .title {
    font-size: 15px;
    line-height: 133%;
  }

  .card-reviews__point .desc p {
    font-size: 18px;
  }

  .card-reviews__swiper {
    margin-bottom: 16px;
  }

  .card-reviews__comment .box-comment__message {
    font-size: 17px;
  }

  .box-reviews__title {
    font-size: 28px;
  }

  .box-reviews__title span {
    padding: 8px 11px;
  }

  .box-reviews__line-estimation {
    margin-bottom: 24px;
  }

  .box-reviews__list {
    gap: 16px;
  }

  .card-your-order {
    gap: 20px;
  }

  .card-your-order__wrapper {
    padding-bottom: 20px;
  }

  .card-your-order__box-top {
    padding: 24px;
  }

  .card-your-order__title {
    font-size: 20px;
  }

  .card-your-order__point {
    margin-bottom: 24px;
  }

  .card-your-order__point .line-point .name {
    font-size: 17px;
  }

  .card-your-order__point .line-point .info {
    font-size: 17px;
  }

  .card-your-order__box-bottom {
    padding: 20px 24px 0;
  }

  .card-your-order__box-bottom .line-price .total {
    font-size: 17px;
  }

  .card-your-order__box-bottom .line-price .price {
    font-size: 22px;
  }

  .card-your-order__group-btn {
    gap: 12px;
  }

  .card-your-order__btn {
    padding: 15.5px;
  }

  .card-your-order__box-checkbox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .catalog-section__list {
    margin-top: 24px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .catalog-section__list .categories-list__block {
    min-height: 214px;
  }

  .catalog-section__list .categories-list__block-image {
    max-width: 128px;
    max-height: 128px;
    inset: auto 24px 24px auto;
  }

  .categories-list {
    padding-top: 12px;
    padding-bottom: 36px;
  }

  .categories-list__all {
    width: 112px;
    min-width: 112px;
    margin-left: 20px;
  }

  .categories-list__all-link {
    padding: 24px 16px;
    background-image: none;
  }

  .categories-list__all-title {
    font-size: 22px;
  }

  .categories-list__all-button {
    left: 16px;
    bottom: 16px;
    width: 80px;
    height: 24px;
  }

  .categories-list__all-button svg {
    width: 36px;
    height: auto;
  }

  .categories-list__all-title {
    display: none;
  }

  .categories-list__all-title_mobile {
    display: block;
  }

  .categories-list__blocks {
    margin-left: -10px;
    margin-right: -10px;
  }

  .categories-list__col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .categories-list__block {
    min-height: 232px;
  }

  .categories-list__block-content {
    padding: 24px;
  }

  .categories-list__block-title {
    font-size: 22px;
  }

  .categories-list__block-count {
    margin-top: 2px;
    font-size: 14px;
  }

  .categories-list__block-image img,
  .categories-list__block-image picture {
    max-height: 136px;
  }

  .category-page__line-bottom {
    padding-top: 20px;
  }

  .filter {
    margin-top: 24px;
  }

  .filter__list-1 {
    gap: 16px;
  }

  .filter__link-top {
    min-width: 214px;
    padding: 20px;
    gap: 12px;
  }

  .filter__link-top .text {
    font-size: 17px;
  }

  .filter__middle-line {
    padding-bottom: 16px;
  }

  .filter__link-middle .text {
    font-size: 16px;
    line-height: 100%;
  }

  .line-orders {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 12px 24px 16px 12px;
    gap: 40px;
  }

  .line-orders__left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 8px;
  }

  .line-orders__box-title {
    gap: 16px;
  }

  .line-orders__title {
    font-size: 16px;
    line-height: 120%;
  }

  .line-orders-drop-down__btn {
    font-size: 15px;
    padding: 5px 8px;
  }

  .line-orders__group-info {
    margin-bottom: 38px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .line-orders__info {
    padding: 0;
    gap: 0;
  }

  .line-orders__info .name {
    font-size: 14px;
    line-height: 120%;
  }

  .line-orders__info .info {
    font-size: 17px;
    line-height: 120%;
  }

  .line-orders .orders-counter__wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 37px;
  }

  .line-orders .orders-counter__btn {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }

  .line-orders .orders-counter__input {
    font-size: 17px;
    line-height: 120%;
  }

  .line-orders .zeroing {
    width: auto;
    min-width: auto;
    height: auto;
    opacity: 1;
    position: absolute;
    top: calc(100% + 16px);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    color: var(--black);
    padding: 3px 12px;
    background-color: var(--gray-50);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4px;
  }

  .line-orders .zeroing .text {
    display: inline-block;
    color: var(--black);
    font-family: var(--font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 200;
    line-height: 120%;
  }

  .line-orders .zeroing svg {
    width: 14px;
    height: 14px;
  }

  .main-about {
    margin: 36px 0px;
    padding: 56px 0px;
  }

  .main-about__inner {
    padding: 32px;
    display: block;
    max-width: 912px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-about__left {
    padding-right: 0;
  }

  .main-about__title {
    font-size: 28px;
    line-height: 128.571%;
  }

  .main-about__text {
    font-size: 17px;
    line-height: 129.412%;
  }

  .main-about__right {
    width: 100%;
    min-width: 0;
  }

  .main-about__right {
    display: none;
  }

  .main-about__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 200;
  }

  .main-about__bottom-images {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -6px;
    margin-right: -6px;
  }

  .main-about__bottom-buttons {
    width: 276px;
    min-width: 276px;
    margin-left: 12px;
  }

  .main-about__image img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }

  .main-about__button a {
    width: 100%;
    font-size: 17px;
    white-space: nowrap;
    line-height: 94px;
    padding: 0;
    height: 94px;
    border-radius: 16px;
    text-align: center;
  }

  .main-about__price a {
    width: 100%;
    font-size: 17px;
    white-space: nowrap;
    line-height: 94px;
    padding: 0;
    height: 94px;
    border-radius: 16px;
    text-align: center;
  }

  .main-advantages {
    padding: 15px 0px;
  }

  .main-advantages__block {
    padding: 30px 44px;
  }

  .main-advantages__block-icon {
    width: 68px;
    min-width: 68px;
    height: 68px;
  }

  .main-advantages__block-text {
    font-size: 22px;
  }

  .main-categories__list {
    margin-left: -8px;
    margin-right: -8px;
  }

  .main-categories__col {
    padding-left: 8px;
    padding-right: 8px;
  }

  .main-categories__block {
    padding: 6px;
  }

  .main-categories__block-icon {
    width: 52px;
    min-width: 52px;
    height: 52px;
    margin-right: 12px;
  }

  .main-categories__block-icon img {
    max-height: 28px;
    max-width: 31px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .main-categories__block-title {
    font-size: 17px;
    line-height: 164.706%;
  }

  .main-slider {
    padding-bottom: 36px;
  }

  .main-slider__slide {
    min-height: 400px;
    background-color: #EEE;
    background-position: 5% center;
  }

  .main-slider__slide:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/main-slider/main-slider__slide_after.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 235px;
    height: 400px;
    max-height: 100%;
    left: 200px;
    top: 0;
  }

  .main-slider__slide-content {
    padding: 55px;
  }

  .main-slider__slide-title {
    font-size: 28px;
    line-height: normal;
  }

  .main-slider__slide-text {
    margin-top: 8px;
    font-size: 17px;
  }

  .main-slider__slide-button {
    margin-top: 24px;
  }

  .main-slider__slide-button .btn {
    font-size: 16px;
    min-width: 196px;
    padding: 12px;
  }

  .main-slider__arrow {
    display: none;
  }

  .order-products .points-list {
    gap: 8px;
  }

  .order-products .card-points {
    padding: 12px 16px;
  }

  .order-products .card-points__info .name {
    font-size: 14px;
  }

  .order-products .card-points__info .time {
    font-size: 17px;
  }

  .order-products__line-points {
    margin-bottom: 20px;
  }

  .order-products .btn-clear .text {
    font-size: 15px;
  }

  .order-products .box-orders {
    margin-bottom: 36px;
  }

  .order-products .box-orders__list {
    gap: 12px;
  }

  .order-schedule {
    padding: 36px 0px;
  }

  .order-schedule__inner {
    padding: 32px 36px;
  }

  .order-schedule__icon {
    margin-right: 20px;
  }

  .order-schedule__text {
    font-size: 20px;
    padding-right: 42px;
  }

  .order-schedule__counter {
    width: 327px;
    min-width: 327px;
  }

  .order-schedule__counter-number {
    font-size: 28px;
    padding: 10px 6px;
  }

  .order-schedule__counter-number:nth-child(1) {
    width: 80px;
    min-width: 80px;
  }

  .order-schedule__counter-number:nth-child(2) {
    margin-left: 4px;
    margin-right: 4px;
    width: 119px;
    min-width: 119px;
  }

  .order-schedule__counter-number:nth-child(3) {
    width: 112px;
    min-width: 112px;
  }

  .order-schedule__counter-progress {
    padding: 3px 4px;
  }

  .order-schedule__counter-progress-bar {
    height: 10px;
  }

  .product-detail-info__line-links {
    margin-bottom: 24px;
  }

  .product-detail-info__group-desc {
    margin-bottom: 76px;
    gap: 32px;
  }

  .product-detail-info__desc h3 {
    font-size: 22px;
  }

  .product-detail-info__desc p {
    font-size: 17px;
  }

  .box-recipes {
    margin-bottom: 76px;
  }

  .box-recipes__title {
    font-size: 28px;
    line-height: 129%;
  }

  .products-page-section {
    -webkit-column-gap: 36px;
    -moz-column-gap: 36px;
    column-gap: 36px;
    row-gap: 20px;
  }

  .products-page-section__box-info {
    gap: 28px;
  }

  .products-page-section__box-swiper {
    position: relative;
    width: 48.8%;
  }

  .products-page-section__aside {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }

  .products-page-section__box-detail-info {
    padding-top: 52px;
    grid-column: 1/-1;
  }

  .products-page-section .box-info .global-section__title {
    margin-bottom: 20px;
  }

  .products-page-section .box-info__desc {
    margin-bottom: 20px;
    font-size: 17px;
  }

  .products-page-section .box-info__list {
    margin-bottom: 28px;
    gap: 12px;
  }

  .products-page-section .type-range__label {
    font-size: 14px;
    line-height: 86%;
  }

  .products-page-section .box-line .line .arrow.left {
    border-right: 5px solid #afafaf;
  }

  .products-page-section .box-line .line .arrow.right {
    border-left: 5px solid #afafaf;
  }

  .products-page-swiper-pagination {
    bottom: 16px !important;
  }

  .recipes-swiper {
    margin-bottom: 0;
  }

  .recipes-swiper__group-btn {
    gap: 4px;
  }

  .recipes-swiper-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }

  .card-recipes {
    padding: 24px;
  }

  .card-recipes__box-info {
    margin-bottom: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }

  .card-recipes__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 44px;
  }

  .card-recipes__btn-copy {
    color: var(--white);
    background-color: var(--blue-green);
  }

  .card-recipes__btn-copy svg path {
    stroke: var(--white);
  }

  .subscribe-section {
    padding: 36px 0px;
  }

  .subscribe-section__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 23px;
  }

  .subscribe-section__text {
    font-size: 17px;
    margin-right: 28px;
    max-width: 436px;
  }

  .subscribe-section__button .btn {
    font-size: 17px;
    padding: 12px 31px;
  }

  .box-type {
    margin-bottom: 36px;
  }

  .box-type__radio-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 18px;
    gap: 11px;
  }

  .box-type__radio-wrapper .text {
    font-size: 17px;
  }

  .box-delivery-region {
    margin-bottom: 36px;
  }

  .box-delivery-region__box-field {
    margin-right: 0;
  }

  .box-delivery-region__input-box {
    background-position: center left 20px;
  }

  .box-delivery-region__input {
    padding: 16px 16px 16px 52px;
    font-size: 17px;
    line-height: 141.176%;
  }

  .box-delivery-region__desc {
    font-size: 15px;
    line-height: 120%;
  }

  .shipping-method {
    margin-bottom: 36px;
  }

  .shipping-method__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .recipient-info__list {
    gap: 8px;
  }

  .recipient-info__input {
    padding: 18px 16px;
    font-size: 17px;
    line-height: 120%;
  }

  .recipient-info__textarea {
    padding: 18px 16px;
    font-size: 17px;
    line-height: 120%;
    min-height: 128px;
  }

  .receiving-basket__wrapper {
    padding: 32px;
  }

  .receiving-basket__line-top {
    padding: 16px;
    gap: 33px;
  }

  .receiving-basket__desc {
    font-size: 15px;
    line-height: 120%;
  }

  .receiving-basket__link {
    padding: 4px 28px;
    font-size: 14px;
    line-height: 171.429%;
  }

  .receiving-basket__title {
    font-size: 20px;
    line-height: 120%;
  }

  .receiving-basket .line-orders__box-title {
    gap: 8px;
  }

  .receiving-basket .line-orders__points {
    gap: 6px;
  }

  .receiving-basket .line-orders__group-info {
    margin-bottom: 0;
    gap: 36px;
  }

  .receiving-basket .line-orders__info .name {
    font-size: 16px;
    line-height: 125%;
  }

  .receiving-basket .line-orders__info .info {
    font-size: 18px;
    line-height: normal;
  }

  .receiving-basket__line-total {
    padding: 24px 0 0;
  }

  .receiving-basket__group-btn {
    padding-top: 30px;
  }

  .receiving-basket__btn {
    padding: 15.5px;
  }

  .favourites-section:first-child {
    margin-top: 24px;
  }

  .favourites-section-wrapper {
    gap: 50px;
  }
}

@media (max-width: 1020px) {
  .week-offer__inner {
    display: block;
  }

  .week-offer__content {
    padding-right: 0;
  }

  .week-offer__title br {
    display: none;
  }

  .week-offer__text {
    margin-top: 12px;
  }

  .week-offer__text br {
    display: none;
  }

  .week-offer__list {
    margin-top: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 1000px) {
  .path {
    padding-top: 12px;
  }

  .path__list {
    display: none;
  }

  .path__box-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .path__link-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--orange);
  }

  .path__link-back .svg {
    width: 44px;
    min-width: 44px;
    height: 24px;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: var(--turquoise);
  }

  .path__link-back svg {
    pointer-events: none;
  }

  .path__link-back .text {
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 200;
    font-size: 17px;
    line-height: 141%;
    color: var(--black);
  }

  .path__link-back:focus,
  .path__link-back:focus-visible {
    outline: none;
  }

  .card-your-order {
    position: static;
  }

  .order-products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .order-products__left {
    width: 100%;
  }

  .order-products__right {
    position: static;
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
  }

  .products-page-section__box-title {
    display: block;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    grid-column: 1/-1;
  }

  .products-page-section__box-info {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }

  .products-page-section__aside {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }

  .products-page-section__box-detail-info {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }

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

@media (max-width: 991px) {
  .global-section__line-title {
    margin-bottom: 22px;
  }

  .header__top {
    padding-bottom: 12px;
  }

  .header__middle {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header__middle-right {
    width: 100%;
    padding-top: 24px;
  }

  .header-panel {
    margin-left: auto;
  }

  .footer {
    padding: 30px 0px;
  }

  .footer-logo {
    margin-top: 0;
  }

  .footer__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__top-col:nth-child(1) {
    -webkit-box-ordinal-group: -9;
    -ms-flex-order: -10;
    order: -10;
  }

  .footer__top-col:nth-child(6) {
    -webkit-box-ordinal-group: -4;
    -ms-flex-order: -5;
    order: -5;
    width: 100%;
    margin-top: 24px;
  }

  .footer-feedback .btn {
    width: 328px;
    max-width: 100%;
    font-size: 17px;
  }

  .footer-menu {
    margin-top: 28px;
  }

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

  .footer__contacts-block {
    margin-right: 28px;
  }

  .footer__contacts-block:last-child {
    margin-right: 0;
  }

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

  .main-advantages__block {
    padding: 14px;
    padding-right: 10px;
  }

  .main-advantages__block-icon {
    width: 52px;
    min-width: 52px;
    height: 52px;
  }

  .main-advantages__block-text {
    font-size: 19px;
  }

  .main-categories__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
    overflow-x: auto;
  }

  .main-categories__list::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .main-categories__list {
    -ms-overflow-style: none;
  }

  .main-categories__list {
    overflow: -moz-scrollbars-none;
  }

  .main-categories__col {
    padding-left: 0;
    padding-right: 0;
    margin-right: 8px;
    margin-bottom: 0px;
    width: 270px;
    min-width: 270px;
  }

  .main-categories__col:last-child {
    margin-right: 0;
  }

  .main-categories__block {
    padding: 6px 18px;
    padding-right: 6px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .main-categories__block-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }

  .main-categories__block-icon img {
    max-width: 21px;
    max-height: 23px;
  }

  .main-categories__block-title {
    font-size: 15px;
    line-height: 186.667%;
  }

  .main-slider {
    margin-top: 24px;
  }

  .main-slider__slide {
    background-image: none;
  }

  .products-page-section {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .products-page-section__box-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .products-page-section__box-swiper {
    width: 100%;
  }

  .reviews-swiper {
    margin: 0 -24px;
    padding: 0 24px;
  }

  .box-type {
    margin-bottom: 32px;
  }

  .box-type__list {
    padding: 6px;
    border-radius: 16px;
    gap: 4px;
    background-color: var(--gray-50);
  }

  .box-type__radio-wrapper {
    padding: 15px 3px;
  }

  .box-type__radio-wrapper:has(input:checked) {
    background-color: var(--blue-green);
  }

  .box-type__radio-wrapper:has(input:checked) .text {
    color: var(--white);
  }

  .box-type__radio-wrapper .castom {
    display: none;
  }

  .box-type__radio-wrapper .text {
    font-size: 15px;
    line-height: 120%;
  }

  .favourites-section:first-child {
    margin-top: 20px;
  }

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

@media (max-width: 768px) {
  .line-min-title {
    margin-bottom: 16px;
  }

  .min-title {
    font-weight: 500;
  }

  .content {
    padding-bottom: 30px;
  }

  .global-section {
    padding: 24px 0px;
  }

  .global-section__line-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header {
    padding-top: 12px;
  }

  .header__top {
    display: none;
  }

  .header__middle {
    padding-top: 0;
    padding-bottom: 12px;
  }

  .header__middle-right {
    display: none;
  }

  .logo {
    width: 155px;
  }

  .menu-burger {
    margin-top: 0;
  }

  .global-section__title {
    font-size: 24px;
    line-height: 116.667%;
  }

  .seo-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 131%;
  }

  .footer__top-col {
    width: 100%;
  }

  .footer-menu__list {
    display: none;
  }

  .footer-menu__title {
    font-size: 20px;
    line-height: 120%;
  }

  .footer-menu__title-link {
    position: relative;
    padding-right: 22px;
  }

  .footer-menu__title-link:after {
    content: "";
    display: block;
    background-image: url(../img/footer-menu__title-link.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 16px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .footer-menu.open .footer-menu__list {
    display: block;
  }

  .footer-menu.open .footer-menu__title-link:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
  }

  .footer-dev {
    top: 0;
    -webkit-box-ordinal-group: -9;
    -ms-flex-order: -10;
    order: -10;
    margin-left: 0;
  }

  .footer-payments {
    margin-top: 30px;
    width: 100%;
  }

  .modal__close {
    top: 12px;
    right: 12px;
  }

  .popup-form {
    padding: 24px;
  }

  .popup-form__title {
    font-size: 24px;
  }

  .products-tooltip-btn .text-group span:first-child {
    font-weight: 200;
    font-size: 14px;
    line-height: 143%;
  }

  .products-tooltip-btn .text-group span:last-child {
    font-weight: 200;
    font-size: 16px;
  }

  .aside-box .top {
    padding: 16px;
  }

  .aside-box .product-pricing {
    margin-left: -4px;
    margin-right: -4px;
  }

  .aside-box .product-pricing__col {
    padding-left: 4px;
    padding-right: 4px;
  }

  .aside-box .grinding-type {
    margin-top: 8px;
  }

  .aside-box .product-buttons__add {
    margin-top: 8px;
  }

  .aside-box .product-buttons__fav {
    margin-top: 8px;
  }

  .aside-box .bottom {
    padding: 16px;
  }

  .box-spoiler {
    gap: 9px;
  }

  .box-spoiler__title {
    font-size: 14px;
    line-height: 143%;
  }

  .box-spoiler__time {
    font-size: 16px;
  }

  .leave-wrappwr {
    width: 100%;
  }

  .box-leave {
    width: 100%;
  }

  .box-leave__btn {
    width: 100%;
    font-size: 16px;
  }

  .card-reviews {
    padding: 16px;
  }

  .card-reviews__line-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
  }

  .card-reviews__name {
    font-size: 18px;
  }

  .card-reviews .box-time {
    font-size: 14px;
  }

  .card-reviews__line-top {
    margin-bottom: 16px;
  }

  .card-reviews__list {
    gap: 12px;
  }

  .card-reviews__point .title {
    font-size: 14px;
    line-height: 143%;
  }

  .card-reviews__point .desc p {
    font-size: 16px;
  }

  .card-reviews__swiper {
    font-size: 14px;
    line-height: 143%;
  }

  .card-reviews__comment {
    padding: 16px;
  }

  .card-reviews__comment .box-comment__message {
    font-size: 16px;
  }

  .box-reviews__line-title {
    margin-bottom: 20px;
  }

  .box-reviews__title {
    font-size: 24px;
    line-height: 117%;
  }

  .box-reviews__title span {
    display: none;
  }

  .box-reviews__line-estimation {
    margin-bottom: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }

  .box-share__btn {
    gap: 4px;
    padding: 5px 6px;
    font-size: 14px;
  }

  .box-share__window {
    gap: 16px;
    max-width: 328px;
    min-width: 328px;
    padding: 44px 24px 24px;
  }

  .box-share__close {
    padding: 8px;
    top: 12px;
    right: 12px;
  }

  .box-share__close svg {
    width: 11.5px;
    height: 11.5px;
  }

  .box-share__title {
    font-size: 24px;
    line-height: 133.333%;
  }

  .box-share__copy-link {
    padding: 14px;
    font-size: 16px;
  }

  .box-share__line-links {
    gap: 16px;
  }

  .box-share__group-link {
    padding-top: 28px;
    padding-bottom: 4px;
  }

  .box-share__group-link .network__link {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }

  .box-share__group-link .network__link svg {
    max-width: 28px;
  }

  .box-share__desc-qr {
    padding: 20px;
  }

  .card-your-order {
    gap: 24px;
  }

  .card-your-order__box-top {
    padding: 20px;
  }

  .card-your-order__wrapper {
    padding-bottom: 16px;
  }

  .card-your-order__title {
    margin-bottom: 12px;
  }

  .card-your-order__point {
    margin-bottom: 20px;
  }

  .card-your-order__point .line-point .name {
    font-weight: 300;
  }

  .card-your-order__box-bottom {
    padding: 16px 20px 0;
  }

  .catalog-section__list {
    margin-top: 20px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }

  .catalog-section__list .categories-list__block {
    min-height: 112px;
  }

  .catalog-section__list .categories-list__block-image {
    max-width: 88px;
    max-height: 88px;
    inset: auto 24px 50% auto;
  }

  .categories-list {
    padding-bottom: 30px;
  }

  .categories-list__inner {
    display: block;
  }

  .categories-list__blocks {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .categories-list__col {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-top: 12px;
  }

  .categories-list__col:first-child {
    margin-top: 0;
  }

  .categories-list__block {
    min-height: 112px;
    background-image: url(../img/categories-list/categories-list__block_mobile.svg);
  }

  .categories-list__block-title {
    font-size: 20px;
  }

  .categories-list__block-image {
    bottom: 50%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
  }

  .categories-list__block-image img,
  .categories-list__block-image picture {
    max-height: 102px;
    max-width: 102px;
  }

  .categories-list__all {
    margin-top: 12px;
    margin-left: 0;
    width: 100%;
    min-width: none;
  }

  .categories-list__all-link {
    padding: 24px 16px;
    padding-right: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .categories-list__all-title {
    font-size: 20px;
    line-height: 120%;
  }

  .categories-list__all-title br {
    display: none;
  }

  .categories-list__all-button {
    position: relative;
    left: 0;
    bottom: 0;
  }

  .categories-list__all-link:after {
    content: none;
  }

  .category-page__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .category-page__line-bottom {
    padding-top: 16px;
  }

  .category-page__group-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }

  .category-page__wrapper-btn {
    width: 100%;
  }

  .filter {
    margin-top: 20px;
  }

  .filter form {
    gap: 12px;
  }

  .filter__top-line {
    margin-left: -16px;
    margin-right: -16px;
  }

  .filter__list-1 {
    padding-left: 16px;
    padding-right: 16px;
    gap: 8px;
  }

  .filter__link-top {
    min-width: 173px;
    padding: 12px;
  }

  .filter__link-top .text {
    font-size: 16px;
    line-height: 119%;
  }

  .filter__middle-line {
    margin-left: -16px;
    margin-right: -16px;
    padding-bottom: 12px;
  }

  .filter__list-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .filter__link-middle {
    padding: 8px 12px;
  }

  .filter-open-btn {
    width: 100%;
    padding: 16px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 16px;
    gap: 8px;
    background-color: var(--gray-50);
    color: var(--black);
  }

  .filter-open-btn.active + .filter__wrapper {
    visibility: visible;
    opacity: 1;
    z-index: 150;
  }

  .filter-open-btn:focus,
  .filter-open-btn:focus-visible {
    outline: none;
  }

  .filter-open-btn .text {
    font-family: var(--font-family);
    font-weight: 200;
    font-size: 16px;
    color: var(--black);
  }

  .filter-open-btn .svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .filter__wrapper {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    z-index: -10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 72px 16px 16px;
    background-color: var(--white);
    -webkit-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, z-index 0.4s ease-in-out;
    transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, z-index 0.4s ease-in-out;
  }

  .filter__wrapper.active {
    visibility: visible;
    opacity: 1;
    z-index: 150;
  }

  .filter__title {
    margin-bottom: 24px;
    display: block;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: var(--black);
  }

  .filter__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 15;
  }

  .filter__close:focus,
  .filter__close:focus-visible {
    outline: none;
  }

  .filter__list-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    height: calc(100vh - 150px);
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .filter__list-3 li {
    padding: 20px 0;
    border-bottom: 1px solid var(--gray-75);
  }

  .filter__list-3 li:first-child {
    padding-top: 0;
  }

  .filter__list-3 li:last-child {
    padding-bottom: 0;
    border: none;
  }

  .filter .dropdown__line-btn {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
  }

  .filter .dropdown__btn {
    gap: 6px;
  }

  .filter .dropdown__btn .text {
    font-family: var(--font-family);
    font-weight: 200;
    font-size: 17px;
    line-height: 141%;
    color: var(--black);
  }

  .filter .dropdown__btn .counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: var(--blue-green);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    text-align: center;
    color: var(--white);
  }

  .filter .dropdown__btn .svg {
    display: none;
  }

  .filter .dropdown__btn-reset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px 8px;
    border-radius: 50px;
    background-color: #fedad8;
    font-family: var(--font-family);
    font-weight: 200;
    font-size: 17px;
    line-height: 94%;
    color: #fa453b;
  }

  .filter .dropdown__btn-reset:focus,
  .filter .dropdown__btn-reset:focus-visible {
    outline: none;
  }

  .filter .dropdown__box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 16px;
  }

  .filter .dropdown__btn-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .filter .dropdown__btn-back .svg {
    width: 44px;
    height: 24px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--turquoise);
  }

  .filter .dropdown__btn-back .text {
    font-family: var(--font-family);
    font-weight: 200;
    font-size: 17px;
    line-height: 141%;
    color: var(--black);
  }

  .filter .dropdown__line-title {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    padding-top: 32px;
  }

  .filter .dropdown__line-title .dropdown__btn-reset {
    font-size: 14px;
  }

  .filter .dropdown__caption {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: var(--black);
  }

  .filter .dropdown__list {
    gap: 4px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    max-height: calc(100vh - 228px);
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0 -10px;
  }

  .filter .dropdown__list li {
    padding: 0 10px;
    border: none;
  }

  .filter .dropdown__point {
    position: relative;
    margin: 0 -10px;
    padding: 10px 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 16px;
    background-color: transparent;
    -webkit-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
  }

  .filter .dropdown__point:has(input:checked) {
    background-color: var(--gray-75);
  }

  .filter .dropdown__point .text {
    font-size: 20px;
    line-height: 140%;
  }

  .filter .dropdown__point .castom {
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-color: var(--white);
  }

  .filter .dropdown__submit-box {
    padding-top: 16px;
  }

  .filter .dropdown__submit {
    border-radius: 16px;
    padding: 14px;
    background-color: var(--blue-green);
    color: var(--white);
  }

  .line-orders {
    position: relative;
    padding: 12px 0 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }

  .line-orders__box-title {
    max-width: 215px;
  }

  .line-orders__points {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .line-orders__right {
    padding-left: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }

  .line-orders__group-info {
    position: static;
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .line-orders__hidden-mob .line-orders__info .info {
    font-size: 20px;
    font-weight: 400;
  }

  .line-orders__box-title {
    gap: 12px;
  }

  .line-orders .zeroing {
    top: 12px;
    right: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 7px;
  }

  .line-orders .zeroing svg {
    width: 18px;
    height: 18px;
  }

  .line-orders .zeroing .text {
    display: none;
  }

  .main-about {
    padding: 16px 0px;
    margin: 30px 0px;
  }

  .main-about__inner {
    padding: 20px;
  }

  .main-about__title {
    font-size: 24px;
    line-height: 116.667%;
  }

  .main-about__text {
    margin-top: 13px;
    font-size: 16px;
    line-height: 131.25%;
  }

  .main-about__bottom {
    display: block;
  }

  .main-about__bottom-images {
    margin-left: -20px;
    margin-right: -20px;
    overflow-x: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-about__bottom-images::-webkit-scrollbar {
    width: 0;
  }

  .main-about__bottom-images {
    -ms-overflow-style: none;
  }

  .main-about__bottom-images {
    overflow: -moz-scrollbars-none;
  }

  .main-about__col {
    width: 240px;
    min-width: 240px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 10px;
  }

  .main-about__col:last-child {
    margin-right: 0;
  }

  .main-about__image img {
    height: 175px;
  }

  .main-about__bottom-buttons {
    margin-top: 15px;
    margin-left: 0;
    width: 100%;
    min-width: 0;
  }

  .main-about__button a {
    line-height: 52px;
    height: 52px;
  }

  .main-about__price a {
    line-height: 52px;
    height: 52px;
  }

  .main-advantages__list {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .main-advantages__col {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .main-advantages__col .main-advantages__block {
    margin-top: 24px;
  }

  .main-advantages__col:first-child .main-advantages__block {
    margin-top: 0;
  }

  .main-blog__list {
    margin-top: 20px;
  }

  .main-blog__list-arrows {
    display: none;
  }

  .main-blog__all {
    display: none;
  }

  .main-blog__list .swiper-slide {
    width: 280px;
  }

  .main-blog__block-tag {
    top: 16px;
    left: 16px;
  }

  .main-blog__block-image {
    height: 186px;
  }

  .main-blog__block-date {
    margin-top: 12px;
    font-size: 14px;
  }

  .main-blog__block-title {
    margin-top: 4px;
    font-size: 17px;
  }

  .main-categories__list {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-categories__col {
    width: 228px;
    min-width: 228px;
  }

  .main-slider__slide {
    display: block;
    min-height: 0;
  }

  .main-slider__slide:before {
    left: 80px;
  }

  .main-slider__slide-content {
    padding: 28px 24px;
    min-height: 328px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main-slider__slide-title {
    font-size: 22px;
    line-height: normal;
    width: 100%;
  }

  .main-slider__slide-text {
    font-size: 16px;
    line-height: normal;
    width: 100%;
  }

  .main-slider__slide-button {
    width: 100%;
    margin-top: auto;
    padding-top: 24px;
  }

  .main-slider__slide-button .btn {
    width: 280px;
    max-width: 100%;
    padding: 13px;
  }

  .order-products {
    gap: 32px;
  }

  .order-products .points-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .order-products .card-points {
    padding: 8.5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 152px;
  }

  .order-products .card-points .svg img {
    width: 28px;
    height: 36px;
  }

  .order-products .card-points__info .time {
    line-height: 120%;
  }

  .order-products__line-points {
    margin-bottom: 34px;
  }

  .order-products .box-orders__line-title {
    margin-bottom: 16px;
  }

  .order-products .box-orders__box-clear {
    display: none;
  }

  .order-products .box-orders__list {
    gap: 8px;
  }

  .order-schedule {
    padding: 30px 0px;
  }

  .no-webp .order-schedule__inner{
    background-image: url(../img/order-schedule/order-schedule_mobile.png); }

  .order-schedule__inner {
    padding: 24px;
    padding-bottom: 28px;
    display: block;
    background-position: right bottom;
  }

  .order-schedule__content {
    display: block;
  }

  .order-schedule__counter {
    min-width: 0;
    width: 280px;
  }

  .order-schedule__counter-number:nth-child(1) {
    width: 68px;
    min-width: 68px;
  }

  .order-schedule__counter-number:nth-child(2) {
    width: 99px;
    min-width: 99px;
  }

  .order-schedule__counter-number:nth-child(3) {
    width: 97px;
    min-width: 97px;
  }

  .order-schedule__icon {
    width: 47px;
    min-width: 47px;
    margin-right: 0;
  }

  .order-schedule__text {
    padding-right: 0;
    margin-top: 12px;
    font-size: 18px;
  }

  .order-schedule__counter-numbers {
    margin-top: 20px;
  }

  .order-schedule__counter-number {
    font-size: 22px;
  }

  .product-detail-info__line-links {
    margin: 0 -16px;
    margin-bottom: 20px;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .product-detail-info__list {
    background-color: var(--gray-50);
    margin: 0 16px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .product-detail-info__group-desc {
    margin-bottom: 60px;
    gap: 28px;
  }

  .product-detail-info__desc h3 {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .product-detail-info__desc p {
    font-size: 16px;
  }

  .detail-info-link {
    padding: 12px 20px;
    font-size: 15px;
    line-height: 107%;
  }

  .box-recipes {
    margin-bottom: 60px;
  }

  .box-recipes__line-title {
    margin-bottom: 14px;
  }

  .box-recipes__title {
    font-size: 24px;
    line-height: 117%;
  }

  .box-recipes-btn {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }

  .products-page-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }

  .products-page-section__marks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .products-page-section__marks .left__mark {
    padding: 4px 8px;
    font-weight: 300;
    font-size: 14px;
    line-height: 114%;
  }

  .products-page-section__marks .right__mark {
    padding: 2px 8px;
    font-weight: 300;
    font-size: 14px;
    line-height: 114%;
  }

  .products-page-section__box-info {
    gap: 24px;
    padding-bottom: 6px;
  }

  .products-page-section .box-info__desc {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .products-page-section .box-info__list {
    margin-bottom: 16px;
  }

  .products-page-section__box-detail-info {
    padding-top: 20px;
  }

  .products-page-swiper {
    max-width: 420px;
    padding-bottom: 12px;
  }

  .products-page-swiper-pagination {
    bottom: 0 !important;
  }

  .products-page-swiper__box-img::before {
    padding-top: 63%;
  }

  .products-page-swiper__link img {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .products-slider__arrow {
    width: 160px;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .products-slider__arrow_prev {
    background-image: url(../img/products-slider__arrow_prev.svg);
  }

  .products-slider__arrow_next {
    left: 168px;
    background-image: url(../img/products-slider__arrow_next.svg);
  }

  .products-slider__arrow svg {
    display: none;
  }

  .card-recipes__title {
    font-size: 20px;
  }

  .card-recipes__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 23px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .card-recipes__item {
    min-width: 130px;
  }

  .card-recipes__item .title {
    font-size: 14px;
  }

  .card-recipes__item .desc {
    font-size: 16px;
  }

  .card-recipes__box-info {
    margin-bottom: 20px;
  }

  .reviews-swiper {
    margin: 0 -16px;
    padding: 0 16px;
  }

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

  .subscribe-section__inner {
    display: block;
    padding: 28px 24px;
  }

  .subscribe-section__text {
    max-width: 100%;
    font-size: 18px;
  }

  .subscribe-section__button {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }

  .week-offer {
    padding: 30px 0px;
  }

  .week-offer__inner {
    border-radius: 0;
    padding: 0;
    background: transparent;
  }

  .week-offer__title {
    font-size: 28px;
  }

  .week-offer__text {
    font-size: 16px;
  }

  .week-offer__text-label {
    font-size: 16px;
    left: 0;
    line-height: normal;
  }

  .week-offer__circle {
    display: none;
  }

  .box-delivery-region {
    margin-bottom: 32px;
  }

  .box-delivery-region__input-box {
    background-position: center left 16px;
  }

  .box-delivery-region__input {
    padding: 14px 12px 14px 40px;
  }

  .box-delivery-region__desc {
    font-size: 14px;
  }

  .shipping-method {
    margin-bottom: 32px;
  }

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

  .card-shipping-method {
    min-height: 146px;
    padding: 14px 12px;
    gap: 12px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }

  .card-shipping-method__line-top {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 11px;
  }

  .card-shipping-method__line-top .castom {
    width: 18px;
    min-width: 18px;
    height: 18px;
  }

  .card-shipping-method__line-top .box-img img {
    max-height: 19px;
    max-width: 100px;
  }

  .card-shipping-method__top {
    gap: 4px;
  }

  .card-shipping-method__title {
    font-size: 14px;
    line-height: 110%;
  }

  .card-shipping-method__desc {
    font-size: 12px;
    line-height: 120%;
  }

  .card-shipping-method__desc span {
    display: block;
    font-size: 14px;
    line-height: 120%;
  }

  .card-shipping-method__box-bottom {
    gap: 4px;
  }

  .card-shipping-method__link {
    font-size: 13px;
    line-height: 123.077%;
  }

  .card-payment-method .card-shipping-method__line-top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .card-payment-method .card-shipping-method__title {
    font-size: 16px;
  }

  .card-payment-method .card-shipping-method__desc {
    font-size: 14px;
  }

  .recipient-info__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .recipient-info__input {
    padding: 16px;
    font-size: 16px;
    line-height: 120%;
  }

  .recipient-info__textarea {
    padding: 16px;
    font-size: 16px;
    line-height: 120%;
    min-height: 108px;
  }

  .recipient-info__textarea:last-child {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .receiving-basket__wrapper {
    padding: 16px;
  }

  .receiving-basket__line-top {
    padding: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }

  .receiving-basket__group-desc {
    gap: 8px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .receiving-basket__desc {
    font-size: 14px;
    line-height: 120%;
  }

  .receiving-basket__link {
    width: 100%;
    max-width: 208px;
  }

  .receiving-basket__title {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 120%;
  }

  .receiving-basket .line-orders {
    padding: 12px 16px 12px 0;
    gap: 12px;
  }

  .receiving-basket .line-orders__box-title {
    gap: 12px;
  }

  .receiving-basket .line-orders__group-info {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 12px;
  }

  .receiving-basket .line-orders__info.price {
    padding: 0;
  }

  .receiving-basket .line-orders__info.price .info {
    font-size: 20px;
    line-height: 120%;
  }

  .receiving-basket .line-orders__info .name {
    font-size: 14px;
    line-height: 120%;
  }

  .receiving-basket .line-orders__info .info {
    font-size: 17px;
    line-height: 120%;
  }

  .receiving-basket__line-total {
    gap: 8px;
  }

  .receiving-basket__line-total .total {
    font-size: 16px;
    line-height: 120%;
  }

  .receiving-basket__line-total .total-price .old {
    font-size: 16px;
    line-height: 120%;
  }

  .receiving-basket__line-total .total-price .actual {
    font-size: 22px;
    line-height: 120%;
  }

  .receiving-basket__group-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 8px;
  }

  .receiving-basket__btn {
    padding: 13.5px;
    width: 100%;
    min-width: 100%;
  }

  .favourites-section__title {
    font-size: 20px;
    line-height: 120%;
    gap: 6px;
  }

  .favourites-section__title .count {
    width: 24px;
    min-width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 112.5%;
  }

  .favourites-section__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .favourites-section-wrapper {
    gap: 40px;
  }
}

@media (max-width: 1050px) and (min-width: 1000px) {
  .card-shipping-method {
    padding: 20px;
    min-height: 81px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 36px;
  }

  .card-shipping-method__line-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 24px;
  }

  .card-shipping-method__line-top .box-img img {
    width: 130px;
    max-width: 130px;
  }

  .card-shipping-method__box-bottom {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .card-shipping-method__desc {
    font-size: 16px;
    line-height: 120%;
  }

  .card-shipping-method__link {
    padding: 12px 18px;
    line-height: 120%;
    border-radius: 100px;
    border: 1px solid var(--blue-green, #005A65);
  }

  .card-shipping-method__link::before {
    display: none;
  }

  .card-payment-method {
    position: relative;
    gap: 24px;
  }

  .card-payment-method .box-img {
    display: none;
  }

  .card-payment-method__hidden-mob {
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 52px;
    min-width: 52px;
    height: 52px;
    border-radius: 100%;
    background-color: var(--white);
  }

  .card-payment-method__hidden-mob img {
    width: 34px;
    height: 24px;
  }
}

.webp .type-range__tooltip-body:after{ background-image: url(../img/product-card/type-range__tooltip-body.webp); }

.webp .modal-form-success{ background-image: url(../img/modal-form-success.webp); }

.webp .products-tooltip-desc::after{ background-image: url(../img/product-card/type-range__tooltip-body.webp); }

.webp .main-about{ background-image: url(../img/main-about/main-about.webp); }

.webp .order-schedule__inner{ background-image: url(../img/order-schedule/order-schedule.webp); }

.webp .order-schedule__counter-progress-bar{ background-image: url(../img/order-schedule/order-schedule__counter-progress-bar.webp); }

@media (max-width: 768px){

  .webp .order-schedule__inner{ background-image: url(../img/order-schedule/order-schedule_mobile.webp); }
}