/* Auto-generated by fonts build script. */
@font-face {
  font-family: IsidoraSans;
  src: url('../fonts/IsidoraSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: IsidoraSans;
  src: url('../fonts/IsidoraSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: IsidoraSans;
  src: url('../fonts/IsidoraSans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

button {
  display: block;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  text-align: start;
  letter-spacing: inherit;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
  vertical-align: top;
}

:is(ul, ol, li):not(.df-list) {
  list-style-type: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  border: none;
  border-radius: 0;
  padding: 0;
}

input::placeholder,
textarea::placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

:is(input, textarea, select, button, a, [tabindex]):focus-visible {
  outline: 1px dashed #6d6e71;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: normal;
  color: #6d6e71;
}
body._hide-scrolling {
  overflow: hidden;
  padding-right: var(--scroll-width);
}

.wrapper {
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.wrapper > main {
  flex: 1 1 auto;
}

[class*=__container] {
  margin: 0 auto;
  box-sizing: content-box;
  max-width: 80.625rem;
}
@media (min-width: 104.99875rem) {
  [class*=__container] {
    max-width: 80.625rem;
  }
}
[class*=__container] {
  padding: 0 1.25rem;
}
@media (min-width: 64.06125rem) {
  [class*=__container] {
    padding: 0 3.125rem;
  }
}

[class*=-ibg] {
  display: block;
  position: relative;
}
[class*=-ibg] img,
[class*=-ibg] video,
[class*=-ibg] iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.icon {
  flex-shrink: 0;
  display: flex;
}
.icon svg,
.icon img {
  width: 100%;
  height: 100%;
}

[class*=decor] {
  pointer-events: none;
  user-select: none;
}

@media (min-width: 64.06125rem) {
  .mob {
    display: none !important;
  }
}

@media (max-width: 64.06125rem) {
  .pc {
    display: none !important;
  }
}

.btn, .main-p__checkboxes div {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background-color: #00887c;
  border-radius: 6.25rem;
}
@media (any-hover: hover) {
  .btn, .main-p__checkboxes div {
    transition: background-color 0.4s;
  }
  .btn:hover, .main-p__checkboxes div:hover {
    background-color: #a3238e;
  }
}

@media (any-hover: hover) {
  .hvr-link:hover, .footer__bottom a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}

form:not(.cart) > *:not(:last-child) {
  margin-bottom: 0.4375rem;
}
form input,
form textarea {
  display: block;
  width: 100%;
  min-height: 2.875rem;
  padding: 0.3125rem 0.9375rem;
  font-size: 1.125rem;
  background-color: #fff;
}
form .row {
  display: grid;
  grid-template-columns: 1fr 6.5rem;
  gap: 0.625rem;
}

.icon-menu {
  display: none;
}
@media (max-width: 64.06125rem) {
  .icon-menu {
    flex-shrink: 0;
    display: grid;
    align-items: center;
    justify-content: center;
    z-index: 11;
  }
  .icon-menu svg,
  .icon-menu img {
    grid-area: 1/1/1/1;
    width: 1.75rem;
    height: 1.75rem;
    transition: opacity 0.4s;
  }
  .icon-menu svg:first-child,
  .icon-menu img:first-child {
    opacity: 1;
  }
  .icon-menu svg:last-child,
  .icon-menu img:last-child {
    opacity: 0;
  }
  .icon-menu[aria-expanded=true] svg:first-child,
  .icon-menu[aria-expanded=true] img:first-child {
    opacity: 0;
  }
  .icon-menu[aria-expanded=true] svg:last-child,
  .icon-menu[aria-expanded=true] img:last-child {
    opacity: 1;
  }
}

@media (max-width: 64.06125rem) {
  .menu {
    position: fixed;
    left: 0rem;
    top: 0rem;
    width: 100vw;
    height: 100dvh;
    padding-top: 9.375rem;
    background-color: #00887c;
    transform: none;
    z-index: 10;
    transition: transform 0.4s, visibility 0.4s;
  }
  .menu[aria-hidden=true] {
    visibility: hidden;
    transform: translateX(-100%);
  }
}
.menu__list {
  display: flex;
}
@media (max-width: 64.06125rem) {
  .menu__list {
    flex-direction: column;
    max-height: 100%;
    padding: 2.5rem 1.5rem 0;
    overflow-x: hidden;
    overscroll-behavior: contain;
  }
}
@media (min-width: 64.06125rem) {
  .menu__list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 4rem;
    row-gap: 0.25rem;
  }
}
.menu__item {
  position: relative;
}
@media (max-width: 64.06125rem) {
  .menu__item:not(:last-child) {
    margin-bottom: 0.6875rem;
  }
}
.menu__link, .dropdown__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.3;
}
.menu__link::before, .dropdown__link::before {
  content: "";
  position: absolute;
  left: 0rem;
  top: 100%;
  width: 100%;
  height: 0.1176470588em;
  background-color: currentColor;
  transform: scaleX(0);
}
@media (max-width: 64.06125rem) {
  .menu__link, .dropdown__link {
    justify-content: space-between;
    width: 100%;
    font-weight: 700;
    font-size: 1.25rem;
    color: #fff;
  }
}
@media (min-width: 64.06125rem) {
  .menu__link, .dropdown__link {
    font-size: 1.0625rem;
  }
}
@media (any-hover: hover) {
  .menu__link::before, .dropdown__link::before {
    transition: transform 0.2s;
  }
  .menu__link:hover::before, .dropdown__link:hover::before {
    transform: scaleX(1);
  }
}
.dropdown {
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: visibility 0.2s, opacity 0.2s, max-height 0.2s;
}
@media (min-width: 64.06125rem) {
  .dropdown {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 10px);
    max-height: var(--max-height);
    min-width: 15rem;
    padding: 1.75rem;
    background-color: #00887c;
    border: 3px solid #fff;
    border-radius: 1.25rem;
    z-index: 5;
  }
}
.dropdown[aria-hidden=false] {
  visibility: visible;
  max-height: var(--max-height);
  opacity: 1;
}
.dropdown__list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 64.06125rem) {
  .dropdown__list {
    padding: 0.6875rem 1.25rem 0;
  }
}
@media (min-width: 64.06125rem) {
  .dropdown__list {
    align-items: center;
  }
}
.dropdown__item:not(:last-child) {
  margin-bottom: 0.6875rem;
}
.dropdown__link {
  color: #fff;
}
@media (max-width: 64.06125rem) {
  .dropdown__link {
    font-weight: 500;
  }
}
@media (min-width: 64.06125rem) {
  .dropdown__link {
    justify-content: center;
    text-align: center;
  }
}

.header {
  position: relative;
}
@media (max-width: 64.06125rem) {
  .header {
    background: #00887c;
    transition: background 0.4s;
  }
}
.header._fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media (max-width: 64.06125rem) {
  .header._scrolled {
    background: rgba(0, 136, 124, 0.8);
  }
}
.header__bottom {
  position: relative;
}
.header__bg {
  position: absolute;
  right: 0rem;
  bottom: 0rem;
  height: 100%;
  width: max(100%, 87.5rem);
}
@media (max-width: 64.06125rem) {
  .header__bg {
    display: none;
  }
}
.header__bg img {
  height: 100%;
  object-fit: cover;
  object-position: bottom right;
}
.header__body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5625rem;
  min-height: 4.25rem;
  padding: 0.625rem 0rem;
}
@media (min-width: 64.06125rem) {
  .header__body {
    justify-content: end;
    gap: 5rem;
    min-height: 4.6875rem;
  }
}
.header__logo {
  flex-shrink: 0;
  position: absolute;
  left: 0rem;
  top: 1.5625rem;
  width: 10.9375rem;
}
@media (max-width: 64.06125rem) {
  .header__logo {
    left: 50%;
    top: 0.9375rem;
    transform: translate(-50%, 0);
    width: 7.5rem;
    z-index: 11;
  }
}
.header__logo .badge {
  position: absolute;
  right: 0rem;
  bottom: 0rem;
  transform: translate(105%, 50%);
  width: 8.125rem;
  pointer-events: none;
  transition: opacity 0.4s;
}
.header._scrolled .header__logo .badge {
  opacity: 0;
}
.header__menu {
  position: relative;
}
.header__action {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1.5625rem;
  z-index: 11;
}
@media (min-width: 64.06125rem) {
  .header__action {
    gap: 6.125rem;
    margin-right: 3.5625rem;
  }
}
.header__icon {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
}
.header__icon img {
  object-fit: contain;
}
.header__icon .count {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-42%, -45%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  font-size: 0.6875rem;
  color: #fff;
  line-height: 1;
  background-color: #6d6e71;
  border-radius: 100px;
}
@media (any-hover: hover) {
  .header__icon {
    transition: transform 0.2s;
  }
  .header__icon:hover {
    transform: scale(1.2);
  }
}

.header-header {
  position: relative;
  height: var(--height);
  overflow: hidden;
	z-index: 11;
  transition: height 0.4s;
}
.header._scrolled .header-header {
  height: 0rem;
}
.header-header__bg {
  position: absolute;
  left: 10%;
  transform: translate(0, -60%) rotate(-40deg) scale(3);
}
@media (min-width: 47.99875rem) {
  .header-header__bg {
    left: 30%;
  }
}
@media (min-width: 64.06125rem) {
  .header-header__bg {
    left: 50%;
  }
}
.header-header .header__container {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 0.625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media (min-width: 47.99875rem) {
  .header-header .header__container {
    flex-direction: row;
    align-items: center;
    gap: 0.9375rem;
  }
}
.header-header p {
  position: relative;
  font-size: 1rem;
  color: #fff;
  line-height: 1.3;
}
.header-header .main-p__select {
  margin: 0rem;
}
.header-header .main-p__select select {
  background-color: transparent;
  border: 1px solid #fff;
}
.header-header .main-p__select select option {
  color: #000;
  background-color: #9d9d9d;
}

.footer {
  position: relative;
  margin-top: 8.75rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 64.06125rem) {
  .footer {
    margin-top: 13.75rem;
  }
}
.footer__img-bg {
  position: absolute;
  left: 0;
  bottom: 0rem;
  display: flex;
  width: 100vw;
  min-height: 100%;
  pointer-events: none;
}
.footer__img-bg img {
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 47.99875rem) {
  .footer__img-bg img {
    min-height: 31.25rem;
    object-fit: cover;
  }
}
.footer__container {
  position: relative;
}
@media (min-width: 64.06125rem) {
  .footer__container {
    max-width: 73.125rem;
  }
}
.footer__logo {
  max-width: min(80%, 22.8125rem);
  margin: 0 auto 2.5rem;
}
.footer__logo img {
  aspect-ratio: 1.44/1;
}
.footer__body {
  display: grid;
  gap: 3.125rem;
}
@media (min-width: 64.06125rem) {
  .footer__body {
    grid-template-columns: 1fr 24.6875rem;
    gap: 3.75rem;
  }
}
@media (min-width: 64.06125rem) {
  .footer__left {
    padding-top: 1.6875rem;
  }
}
.footer__top {
  display: flex;
  flex-direction: column;
  column-gap: 3rem;
  row-gap: 1.875rem;
}
@media (min-width: 29.99875rem) {
  .footer__top {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 64.06125rem) {
  .footer__top {
    justify-content: start;
    margin-bottom: 3.4375rem;
  }
}
.footer__block {
  font-size: 1.125rem;
	    color: #4a4b4d;
  text-transform: uppercase;
}
.footer__title {
  margin-bottom: 0.125rem;
  font-weight: 700;
}
.footer__item:not(:last-child) {
  margin-bottom: 0.1875rem;
}
.footer__item a {
  position: relative;
  max-width: max-content;
}
.footer__item a::before {
  content: "";
  position: absolute;
  left: 0rem;
  top: 100%;
  width: 100%;
  height: 0.1176470588em;
  background-color: currentColor;
  transform: scaleX(0);
}
@media (any-hover: hover) {
  .footer__item a::before {
    transition: transform 0.2s;
  }
  .footer__item a:hover::before {
    transform: scaleX(1);
  }
}
.footer__bottom {
  font-size: 0.8125rem;
	    color: #4a4b4d;
  letter-spacing: 0.02em;
}
@media (max-width: 64.06125rem) {
  .footer__bottom {
    margin-top: 2.5rem;
    text-align: center;
  }
}
.footer__bottom p:not(:last-child) {
  margin-bottom: 1.0625rem;
}
.footer__bottom a {
  display: inline-block;
}
.footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-bottom: 0.8125rem;
}
@media (max-width: 64.06125rem) {
  .footer__socials {
    justify-content: center;
  }
}
.footer__social {
  width: 2.1875rem;
  height: 2.1875rem;
}
@media (any-hover: hover) {
  .footer__social {
    transition: transform 0.2s;
  }
  .footer__social:hover {
    transform: scale(1.2);
  }
}
@media (max-width: 64.06125rem) {
  .footer__form {
    max-width: 28.125rem;
    margin: 0 auto;
  }
}
.footer__form button {
  width: 100%;
  max-width: 11.25rem;
  min-height: 3.4375rem;
  margin-top: 1rem;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  border: 5px solid #fff;
}
@media (max-width: 64.06125rem) {
  .footer__form button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 64.06125rem) {
  .footer__form button {
    max-width: 12.5rem;
    min-height: 4.4375rem;
    font-size: 1.625rem;
  }
}
.footer__title-form {
  margin-bottom: 0.125rem;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
}
@media (max-width: 64.06125rem) {
  .footer__title-form {
    text-align: center;
  }
}
@media (min-width: 64.06125rem) {
  .footer__title-form {
    font-size: 1.9375rem;
  }
}

.hero {
  display: grid;
}
.hero__img {
  grid-area: 1/1/1/1;
  width: 100%;
}
.hero__img img {
  display: block;
  min-height: max(100%, 25rem);
  object-fit: cover;
}
.hero__container {
  grid-area: 1/1/1/1;
  align-self: center;
  justify-content: center;
}
.hero__title {
  position: relative;
  padding: 7.1875rem 0rem 2.5rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.2em;
  font-size: clamp(1.75rem, 1.75rem + 72 * (100vw - 360px) / 1080, 6.25rem);
}
@media (min-width: 64.06125rem) {
  .hero__title {
    padding: 7.1875rem 0rem;
  }
}
.hero__title .small {
  display: block;
  font-size: 0.52em;
  letter-spacing: 0.2em;
}

.about {
  position: relative;
  margin-top: 0.1875rem;
}
.about__img-bg {
  position: absolute;
  left: 0;
  bottom: -5rem;
  width: 100vw;
  pointer-events: none;
}
@media (max-width: 64.06125rem) {
  .about__img-bg img {
    min-height: 43.75rem;
    object-fit: cover;
  }
}
.about__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.about__block-head {
  margin: 0 1.25rem 2.8125rem 0;
}
@media (min-width: 64.06125rem) {
  .about__block-head {
    margin: 0 8.75rem 4.6875rem 0;
  }
}
.about__title {
  margin-bottom: 0.625rem;
  font-weight: 700;
  font-size: 1.5rem;
  color: #a3238e;
  line-height: 1.4;
}
@media (min-width: 64.06125rem) {
  .about__title {
    margin-bottom: 0rem;
    font-size: 2.25rem;
  }
}
.about__text {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.018em;
}
@media (min-width: 64.06125rem) {
  .about__text {
    font-size: 1.625rem;
  }
}
.about__text-2 {
  max-width: 17.7777777778em;
  margin: 0 0 3.75rem 4.375rem;
  font-size: 1.5rem;
  line-height: 1.3;
}
@media (min-width: 64.06125rem) {
  .about__text-2 {
    margin: 0 0 5.625rem 16.875rem;
    font-size: 2.25rem;
  }
}
.about__items {
  width: 100%;
  max-width: 37.5rem;
}
@media (min-width: 64.06125rem) {
  .about__items {
    max-width: 65rem;
  }
}
.about__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.35;
  letter-spacing: 0.02em;
  background-color: rgba(255, 255, 255, 0.6);
  border: 4px solid #fff;
  border-radius: 2.5rem;
}
@media (min-width: 64.06125rem) {
  .about__item {
    padding: 1.25rem 1.875rem;
    font-size: 1.625rem;
  }
}
.about__item._1 {
  max-width: 11.5384615385em;
  min-height: 9.2307692308em;
  margin-left: 2.5rem;
}
@media (min-width: 64.06125rem) {
  .about__item._1 {
    margin-left: 6.875rem;
  }
}
.about__item._2 {
  max-width: 22.6923076923em;
  min-height: 7.6923076923em;
  margin: 1.25rem 0 0 auto;
}
@media (min-width: 64.06125rem) {
  .about__item._2 {
    margin: -5.625rem 0 0 auto;
  }
}
.about__item._3 {
  max-width: 17.5em;
  min-height: 7.3076923077em;
  margin: 1.25rem 0 0 4.375rem;
}
@media (min-width: 64.06125rem) {
  .about__item._3 {
    margin: 2.5rem 0 0 10.9375rem;
  }
}

.wemade {
  position: relative;
  margin-top: 7.5rem;
}
@media (min-width: 64.06125rem) {
  .wemade {
    margin-top: 11.25rem;
  }
}
.wemade__img-bg {
  position: absolute;
  left: 0;
  bottom: -10.625rem;
  width: 100vw;
  pointer-events: none;
}
@media (max-width: 64.06125rem) {
  .wemade__img-bg img {
    min-height: 43.75rem;
    object-fit: cover;
  }
}
.wemade__container {
  position: relative;
}
.wemade__header {
  margin: 0 0 2.5rem 2.8125rem;
  text-align: center;
}
@media (min-width: 64.06125rem) {
  .wemade__header {
    margin: 0 0 2.5rem 3.75rem;
  }
}
.wemade__suptitle {
  font-weight: 700;
  font-size: 1.5rem;
}
@media (min-width: 64.06125rem) {
  .wemade__suptitle {
    font-size: 2.25rem;
  }
}
.wemade__title {
  font-weight: 700;
  font-size: 2rem;
  color: #a3238e;
  line-height: 1.2;
}
@media (min-width: 64.06125rem) {
  .wemade__title {
    font-size: 3.375rem;
  }
}
.wemade-item {
  display: grid;
  align-items: start;
  text-align: center;
}
.wemade-item._1 {
  gap: 2.5rem;
}
@media (min-width: 47.99875rem) {
  .wemade-item._1 {
    grid-template-columns: 0.49fr 1fr 0.57fr;
  }
}
.wemade-item._2 {
  gap: 1.25rem;
  max-width: 37.5rem;
  margin: 3.125rem auto 0;
}
@media (min-width: 47.99875rem) {
  .wemade-item._2 {
    grid-template-columns: 1fr 0.65fr;
    max-width: 61.25rem;
  }
}
@media (min-width: 74.99875rem) {
  .wemade-item._2 {
    margin: -0.625rem auto 0;
  }
}
.wemade-item._3 {
  position: relative;
}
@media (max-width: 47.99875rem) {
  .wemade-item._3 {
    margin-top: -7.5rem;
  }
}
@media (min-width: 47.99875rem) {
  .wemade-item._3 {
    grid-template-columns: 1.02fr 1fr 0.47fr;
  }
}
.wemade-item._4 {
  position: relative;
  gap: 1.875rem;
  max-width: 28.125rem;
  margin: 4.375rem auto 0;
  z-index: 2;
}
@media (min-width: 47.99875rem) {
  .wemade-item._4 {
    grid-template-columns: 1fr 0.72fr;
    gap: 2.5rem;
    max-width: 67.5rem;
    margin: 1.875rem auto 0;
  }
}
@media (min-width: 64.06125rem) {
  .wemade-item._4 {
    margin: 6.25rem auto 0;
  }
}
@media (min-width: 74.99875rem) {
  .wemade-item._4 {
    margin: 8.5625rem auto 0;
  }
}
.wemade-item__img-1 {
  user-select: none;
}
.wemade-item._1 .wemade-item__img-1 {
  margin-left: -3.75rem;
  border-radius: 2.125rem;
  border: 4px solid #fff;
  overflow: hidden;
}
@media (max-width: 47.99875rem) {
  .wemade-item._1 .wemade-item__img-1 {
    max-width: 20rem;
  }
}
@media (min-width: 47.99875rem) {
  .wemade-item._1 .wemade-item__img-1 {
    margin-left: -9.375rem;
  }
}
.wemade-item._3 .wemade-item__img-1 {
  position: relative;
  margin-top: -0.3125rem;
  padding-right: 0.625rem;
}
@media (max-width: 47.99875rem) {
  .wemade-item._3 .wemade-item__img-1 {
    position: absolute;
    width: 100%;
    max-width: 17.5rem;
  }
}
@media (min-width: 74.99875rem) {
  .wemade-item._3 .wemade-item__img-1 {
    margin-top: -4.0625rem;
  }
}
.wemade-item._3 .wemade-item__img-1 div {
  position: absolute;
  width: 2.1em;
  will-change: transform;
  transform: translate3d(var(--x, 0), var(--y, 0), 0);
  pointer-events: none;
  z-index: 1;
  font-size: clamp(1.875rem, 1.875rem + 70 * (100vw - 360px) / 1080, 6.25rem);
}
.wemade-item._3 .wemade-item__img-1 div img {
  transform: rotate(var(--rot, 0deg));
}
.wemade-item._3 .wemade-item__img-1 div:nth-child(1) {
  left: 3%;
  width: 1.6em;
  --rot: 24deg;
  --y: -10%;
}
.wemade-item._3 .wemade-item__img-1 div:nth-child(2) {
  left: 25%;
  width: 1.7em;
  --rot: -20deg;
  --y: 37%;
}
.wemade-item._3 .wemade-item__img-1 div:nth-child(3) {
  right: -5%;
  width: 3.15em;
  --rot: 14deg;
  --y: 10%;
}
.wemade-item._3 .wemade-item__img-1 div:nth-child(4) {
  left: 9%;
  width: 2.1em;
  --rot: -20deg;
  --y: 86%;
}
.wemade-item__content {
  position: relative;
}
@media (min-width: 47.99875rem) {
  .wemade-item._1 .wemade-item__content {
    padding-top: 3.125rem;
  }
}
@media (max-width: 64.06125rem) {
  .wemade-item._2 .wemade-item__content {
    max-width: 28.125rem;
    margin: 0 auto;
  }
}
.wemade-item._3 .wemade-item__content {
  position: relative;
  padding-top: 1.875rem;
  z-index: 2;
}
@media (min-width: 47.99875rem) {
  .wemade-item._3 .wemade-item__content {
    padding-top: 5rem;
  }
}
@media (min-width: 74.99875rem) {
  .wemade-item._3 .wemade-item__content {
    padding-top: 6.25rem;
  }
}
.wemade-item._4 .wemade-item__content {
  padding: 0 0 0 1.875rem;
}
@media (min-width: 47.99875rem) {
  .wemade-item._4 .wemade-item__content {
    padding: 4.375rem 0 0 2.8125rem;
  }
}
.wemade-item__title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1.5rem;
  color: #a3238e;
  line-height: 1.15;
}
@media (min-width: 64.06125rem) {
  .wemade-item__title {
    margin-bottom: 0.75rem;
    font-size: 2.25rem;
  }
}
.wemade-item__title._2 {
  margin-top: 0.9375rem;
}
@media (min-width: 64.06125rem) {
  .wemade-item__title._2 {
    margin-top: 1.875rem;
  }
}
.wemade-item._1 .wemade-item__title {
  padding-right: 1.875rem;
}
@media (min-width: 47.99875rem) {
  .wemade-item._1 .wemade-item__title {
    padding-right: 2.5rem;
  }
}
.wemade-item._2 .wemade-item__title {
  margin-bottom: 0.5rem;
}
.wemade-item._4 .wemade-item__title {
  margin-bottom: 0rem;
}
.wemade-item__text {
  font-size: 1.125rem;
  line-height: 1.35;
  letter-spacing: 0.02em;
}
@media (min-width: 64.06125rem) {
  .wemade-item__text {
    font-size: 1.625rem;
  }
}
.wemade-item__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 18.75rem;
  min-height: 3.25rem;
  margin: 1.25rem auto 0;
  padding: 0.3125rem 1.25rem;
  transform: translateX(-0.3125rem);
  font-weight: 700;
  font-size: 1.375rem;
  color: #fff;
  text-align: center;
  background-color: #00887c;
  border-radius: 3.125rem;
}
@media (min-width: 64.06125rem) {
  .wemade-item__btn {
    max-width: 23.75rem;
    min-height: 3.875rem;
    margin: 1.75rem auto 0;
    font-size: 1.875rem;
  }
}
.wemade-item__img-2 {
  user-select: none;
}
.wemade-item._1 .wemade-item__img-2 {
  margin: 0 0 0 auto;
}
@media (max-width: 47.99875rem) {
  .wemade-item._1 .wemade-item__img-2 {
    width: 100%;
    max-width: 20rem;
  }
}
@media (min-width: 47.99875rem) {
  .wemade-item._1 .wemade-item__img-2 {
    margin: 0 -1.5625rem 0 0;
    padding-top: 3.25rem;
  }
}
.wemade-item._2 .wemade-item__img-2 {
  margin: -1.875rem 0.625rem 0 auto;
}
@media (max-width: 64.06125rem) {
  .wemade-item._2 .wemade-item__img-2 {
    width: 100%;
    max-width: 11.25rem;
  }
}
@media (min-width: 47.99875rem) {
  .wemade-item._2 .wemade-item__img-2 {
    margin: -8.75rem 0.625rem 0 0;
  }
}
.wemade-item._3 .wemade-item__img-2 {
  position: relative;
  margin: -6.875rem -1.5625rem 0 auto;
}
@media (max-width: 47.99875rem) {
  .wemade-item._3 .wemade-item__img-2 {
    position: absolute;
    top: 50%;
    right: 0rem;
    width: 100%;
    max-width: 20rem;
    margin-top: 0rem;
  }
}
@media (min-width: 47.99875rem) {
  .wemade-item._3 .wemade-item__img-2 {
    margin: -3.125rem -3.4375rem 0 -0.8125rem;
  }
}
.wemade-item._3 .wemade-item__img-2 div {
  position: absolute;
  width: 2.1em;
  will-change: transform;
  transform: translate3d(var(--x, 0), var(--y, 0), 0);
  pointer-events: none;
  z-index: 1;
  font-size: clamp(1.875rem, 1.875rem + 70 * (100vw - 360px) / 1080, 6.25rem);
}
.wemade-item._3 .wemade-item__img-2 div img {
  transform: rotate(var(--rot, 0deg));
}
.wemade-item._3 .wemade-item__img-2 div:nth-child(1) {
  left: 13%;
  width: 1.6em;
  --rot: 7deg;
  --y: -6%;
}
.wemade-item._3 .wemade-item__img-2 div:nth-child(2) {
  right: 0%;
  width: 1.2em;
  --rot: -12deg;
  --y: 47%;
}
@media (min-width: 47.99875rem) {
  .wemade-item._3 .wemade-item__img-2 div:nth-child(2) {
    right: -6%;
  }
}
.wemade-item._3 .wemade-item__img-2 div:nth-child(3) {
  left: 27%;
  width: 2.2em;
  --rot: -20deg;
  --y: 58%;
}
.wemade-item._3 .wemade-item__img-2 div:nth-child(4) {
  left: -3%;
  width: 1.6em;
  --rot: 20deg;
  --y: 140%;
}
.wemade-item._4 .wemade-item__img-2 {
  border-radius: 2.125rem;
  border: 4px solid #fff;
  overflow: hidden;
}

.hero-recipes .hero__title {
  font-size: clamp(2rem, 2rem + 98 * (100vw - 360px) / 1080, 8.125rem);
}
@media (min-width: 64.06125rem) {
  .hero-recipes .hero__title {
    transform: translate(1.875rem, 2.8125rem);
  }
}

.recipes-sect {
  position: relative;
  margin-top: -4.375rem;
}
@media (min-width: 64.06125rem) {
  .recipes-sect {
    margin-top: -6.5rem;
  }
}
.recipes-sect__container {
  max-width: 73.5rem;
}

.recipes-filter__body {
  display: grid;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem 1.25rem 1.875rem;
  background-color: rgba(63, 117, 121, 0.8);
  border-radius: 1.625rem;
  border: 4px solid #fff;
}
@media (max-width: 64.06125rem) {
  .recipes-filter__body {
    max-width: 43.75rem;
    margin: 0 auto;
  }
}
@media (min-width: 64.06125rem) {
  .recipes-filter__body {
    grid-template-columns: 0.495fr 1fr;
    gap: 2.5rem;
    padding: 1.75rem 2.1875rem;
  }
}
.recipes-filter__title {
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
}
@media (max-width: 64.06125rem) {
  .recipes-filter__title {
    text-align: center;
  }
}
@media (min-width: 64.06125rem) {
  .recipes-filter__title {
    font-size: 2.25rem;
  }
}
.recipes-filter__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
@media (max-width: 64.06125rem) {
  .recipes-filter__btns {
    justify-content: center;
  }
}
@media (min-width: 64.06125rem) {
  .recipes-filter__btns {
    gap: 0.9375rem;
  }
}
.recipes-filter__btns label {
  display: block;
  cursor: pointer;
}
.recipes-filter__btns input {
  display: none;
}
.recipes-filter__btns .btn, .recipes-filter__btns .main-p__checkboxes div, .main-p__checkboxes .recipes-filter__btns div {
  min-height: 2.5rem;
  padding: 0.25rem 1.0625rem;
  font-size: 0.875rem;
  border: 3px solid #fff;
}
@media (min-width: 64.06125rem) {
  .recipes-filter__btns .btn, .recipes-filter__btns .main-p__checkboxes div, .main-p__checkboxes .recipes-filter__btns div {
    min-height: 2.9375rem;
    font-size: 1.125rem;
    border: 4px solid #fff;
  }
}
.recipes-filter__btns input:checked ~ .btn, .recipes-filter__btns .main-p__checkboxes input:checked ~ div, .main-p__checkboxes .recipes-filter__btns input:checked ~ div {
  background-color: #a3238e;
}
.recipes {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
  gap: 0.75rem;
  margin-top: 1.875rem;
  padding-bottom: 5rem;
}
@media (min-width: 64.06125rem) {
  .recipes {
    margin-top: 4.1875rem;
    padding-bottom: 12.1875rem;
  }
}

.recipe-item, .product-item, .news-item {
  display: grid;
  grid-template-rows: max-content 1fr;
  border-radius: 1.5rem;
  border: 2px solid #fff;
  overflow: hidden;
  cursor: pointer;
}
.recipe-item__image-ibg {
  width: 100%;
  aspect-ratio: 1/1.025;
  overflow: hidden;
}
@media (any-hover: hover) {
  .recipe-item__image-ibg img {
    transition: transform 0.4s;
  }
  .recipe-item:hover .recipe-item__image-ibg img, .product-item:hover .recipe-item__image-ibg img, .news-item:hover .recipe-item__image-ibg img {
    transform: scale(1.03);
  }
}
.recipe-item__content {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 4.375rem;
  padding: 0.625rem 1.5rem;
  letter-spacing: 0.015em;
  background-color: #00887c;
}
@media (min-width: 64.06125rem) {
  .recipe-item__content {
    min-height: 6.0625rem;
    padding: 1.25rem 2.625rem;
  }
}
.recipe-item__badges {
  position: absolute;
  top: -2.25rem;
  right: 1rem;
  display: flex;
  gap: 0.5rem;
}
@media (min-width: 64.06125rem) {
  .recipe-item__badges {
    top: -3rem;
    right: 1.375rem;
    gap: 0.625rem;
  }
}
.recipe-item__badges img {
  width: 1.875rem;
  object-fit: cover;
}
@media (min-width: 64.06125rem) {
  .recipe-item__badges img {
    width: 2.5rem;
  }
}
.recipe-item__title {
  font-weight: 500;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.4;
}
@media (min-width: 64.06125rem) {
  .recipe-item__title {
    font-size: 1.5rem;
  }
}

.popup {
  position: fixed;
  left: 0rem;
  top: 0rem;
  display: none;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overscroll-behavior: contain;
  opacity: 0;
  cursor: crosshair;
  z-index: 20;
  transition: opacity 0.4s;
}
.popup_active {
  opacity: 1;
}
.popup__body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 5rem 0rem 5rem;
}

.resipe-modal {
  position: relative;
  transform: translate(0, 3.75rem) scale(0.88);
  opacity: 0;
  cursor: auto;
  transition: transform 0.2s, opacity 0.2s;
}
.popup_active .resipe-modal {
  transform: translate(0, 0) scale(1);
  opacity: 1;
  transition: transform 0.4s, opacity 0.4s;
}
.resipe-modal {
  width: 100%;
  max-width: 37.5rem;
  background-color: #fff;
  border: 18px solid #fff;
  border-radius: 3.125rem;
  overflow: hidden;
}
@media (min-width: 64.06125rem) {
  .resipe-modal {
    max-width: 50rem;
  }
}
.resipe-modal__icons {
  position: absolute;
  right: 1.25rem;
  top: 1.5rem;
  display: flex;
  gap: 0.5rem;
  z-index: 2;
}
@media (min-width: 64.06125rem) {
  .resipe-modal__icons {
    right: 1.6875rem;
    top: 2.0625rem;
    gap: 0.625rem;
  }
}
.resipe-modal__icons .icon {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #fff;
}
@media (min-width: 64.06125rem) {
  .resipe-modal__icons .icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.resipe-modal__img-ibg {
  width: 100%;
  aspect-ratio: 1/0.927;
}
.resipe-modal__content {
  display: grid;
  padding: 1.75rem 0rem 1.875rem;
  color: #fff;
  background-color: #00887c;
}
@media (min-width: 47.99875rem) {
  .resipe-modal__content {
    grid-template-columns: 1fr 14.4375rem;
  }
}
@media (min-width: 64.06125rem) {
  .resipe-modal__content {
    padding: 1.75rem 0rem 2.6875rem;
  }
}
.resipe-modal__left {
  padding: 1.5625rem 1.875rem 0;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.3;
}
@media (max-width: 47.99875rem) {
  .resipe-modal__left {
    order: 1;
  }
}
@media (min-width: 64.06125rem) {
  .resipe-modal__left {
    padding: 0.9375rem 2.8125rem 0;
    font-size: 1.125rem;
  }
}
.resipe-modal__left p {
  letter-spacing: 0.005em;
  text-wrap: pretty;
}
.resipe-modal__left .h1 {
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0.015em;
}
@media (min-width: 64.06125rem) {
  .resipe-modal__left .h1 {
    font-size: 1.5rem;
  }
}
.resipe-modal__left .h2 {
  letter-spacing: 0.015em;
}
.resipe-modal__block:not(:last-child) {
  margin-bottom: 1.5625rem;
}
@media (max-width: 47.99875rem) {
  .resipe-modal__right {
    margin: 0rem 1.875rem 0 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 2px solid #fff;
  }
}
@media (min-width: 47.99875rem) {
  .resipe-modal__right {
    padding: 0rem 1.875rem 0 1.25rem;
    border-left: 2px solid #fff;
  }
}
.resipe-modal__right .recipe-item__badges {
  position: static;
  justify-content: center;
  margin-bottom: 0.75rem;
}
.resipe-modal__right-text {
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.015em;
}
@media (min-width: 64.06125rem) {
  .resipe-modal__right-text {
    font-size: 1.125rem;
  }
}
.resipe-modal__right-text:not(:last-child) {
  margin-bottom: 1rem;
}
.resipe-modal__news {
  padding: 2.5rem 1.875rem 1.875rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #fff;
  background-color: #00887c;
}
@media (max-width: 47.99875rem) {
  .resipe-modal__news {
    order: 1;
  }
}
@media (min-width: 64.06125rem) {
  .resipe-modal__news {
    padding: 2.5rem 2.8125rem 2.6875rem;
    font-size: 1.125rem;
  }
}
.resipe-modal__news p {
  max-width: 39.375rem;
  text-wrap: pretty;
}
.resipe-modal__news p:not(:last-child) {
  margin-bottom: 0.3125rem;
}
.resipe-modal__news .h1 {
  margin-bottom: 0.3125rem;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0.015em;
}
@media (min-width: 64.06125rem) {
  .resipe-modal__news .h1 {
    font-size: 1.5rem;
  }
}

.hero-news .hero__title {
  font-size: clamp(2rem, 2rem + 98 * (100vw - 360px) / 1080, 8.125rem);
}

.news-sect {
  position: relative;
  margin-top: -4.375rem;
}
@media (min-width: 64.06125rem) {
  .news-sect {
    margin-top: -7.5rem;
  }
}
.news-sect__container {
  position: relative;
  max-width: 73.5rem;
}

.news {
  margin-top: 0rem;
}

.news-item__image-ibg {
  width: 100%;
  aspect-ratio: 1/0.89;
  overflow: hidden;
}
@media (any-hover: hover) {
  .news-item__image-ibg img {
    transition: transform 0.4s;
  }
  .news-item:hover .news-item__image-ibg img {
    transform: scale(1.03);
  }
}
.news-item__content {
  display: grid;
  grid-template-rows: 1fr max-content;
  align-items: start;
  padding: 1.25rem 1.5rem;
  font-size: 1.0625rem;
  color: #fff;
  line-height: 1.25;
  background-color: #00887c;
}
@media (min-width: 64.06125rem) {
  .news-item__content {
    padding: 1.625rem 2.625rem;
  }
}
.news-item__title {
  margin-bottom: 1.25rem;
  letter-spacing: 0.025em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 64.06125rem) {
  .news-item__title {
    margin-bottom: 2.0625rem;
  }
}
.news-item__date {
  font-weight: 500;
}
.news-item__date span:not(:last-child) {
  margin-right: 0.5625rem;
}

.search:not(body) {
  position: relative;
  padding-top: 12.5rem;
}
@media (min-width: 64.06125rem) {
  .search:not(body) {
    padding-top: 22rem;
  }
}
.search__img-bg {
  position: absolute;
  left: 0;
  top: 0rem;
  width: 100vw;
  pointer-events: none;
}
@media (max-width: 47.99875rem) {
  .search__img-bg img {
    min-height: 31.25rem;
    object-fit: cover;
  }
}
.search__container {
  position: relative;
  max-width: 73.75rem;
}
.search__title {
  margin-bottom: 1.5rem;
  font-family: IsidoraSans, sans-serif;
  font-size: 2.25rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media (min-width: 64.06125rem) {
  .search__title {
    margin-bottom: 2rem;
    font-size: 3.3125rem;
  }
}
.search__block {
  position: relative;
  max-width: 43.75rem;
  margin: 0 auto 2.8125rem;
}
@media (min-width: 64.06125rem) {
  .search__block {
    max-width: 65.625rem;
  }
}
.search__block input {
  min-height: 4.375rem;
  padding: 0.3125rem 1.5rem;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  background-color: #00887c;
  border-radius: 6.25rem;
  border: 5px solid #fff;
}
.search__block input::placeholder {
  opacity: 0.8;
}
@media (min-width: 64.06125rem) {
  .search__block input {
    min-height: 6.375rem;
    padding: 0.3125rem 2.625rem;
    font-size: 1.625rem;
  }
}
.search__block .icon {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
}
@media (min-width: 64.06125rem) {
  .search__block .icon {
    right: 1.875rem;
    width: 3.75rem;
    height: 3.75rem;
  }
}
.search .recipes {
  margin: 0rem;
  padding: 0rem;
  gap: 1.125rem;
}
.search .recipes:not(:first-child) {
  margin-top: 2.1875rem;
}

.product-item {
  border-color: transparent;
}
.product-item__image-ibg {
  width: 100%;
  aspect-ratio: 1/0.953;
}
.product-item__image-ibg img {
  object-fit: contain;
  object-position: bottom center;
  pointer-events: none;
}
.product-item.levia-seltzers .product-item__image-ibg img {
  transform: scale(1.19);
}
.product-item__content {
  display: grid;
  min-height: 8.125rem;
  margin-top: -3.125rem;
  padding: 4.25rem 1.25rem 1.125rem;
  color: #fff;
  background-color: #00887c;
  border-radius: 1.5rem;
}
.product-item__btns {
  grid-area: 1/1/1/1;
  display: flex;
  gap: 0.625rem;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 64.06125rem) {
  .product-item__btns {
    gap: 0.9375rem;
  }
}
@media (any-hover: hover) {
  .product-item__btns {
    transition: opacity 0.4s;
  }
  .product-item:hover .product-item__btns {
    opacity: 1;
    pointer-events: all;
  }
}
.product-item__btn {
  width: 100%;
  min-height: 3.125rem;
  padding: 0.3125rem 0.9375rem;
  border: 3px solid #fff;
}
.product-item__title {
  grid-area: 1/1/1/1;
  font-family: IsidoraSans, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.15;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 64.06125rem) {
  .product-item__title {
    font-size: 1.1875rem;
  }
}
@media (any-hover: hover) {
  .product-item__title {
    transition: opacity 0.4s;
  }
  .product-item:hover .product-item__title {
    opacity: 0;
    pointer-events: none;
  }
}

.search-pages {
  padding: 0rem 1.5rem;
}
@media (min-width: 64.06125rem) {
  .search-pages {
    padding: 0rem 2.25rem;
  }
}
.search-pages:not(:first-child) {
  margin-top: 2.5rem;
}
@media (min-width: 64.06125rem) {
  .search-pages:not(:first-child) {
    margin-top: 3.25rem;
  }
}
.search-pages__title {
  margin-bottom: 1.125rem;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
}
@media (min-width: 64.06125rem) {
  .search-pages__title {
    margin-bottom: 1.6875rem;
    font-size: 2rem;
  }
}
.search-pages__list {
  font-size: 1.125rem;
  letter-spacing: 0.02em;
}
@media (min-width: 64.06125rem) {
  .search-pages__list {
    font-size: 1.625rem;
  }
}
.search-pages__list li:not(:last-child) {
  margin-bottom: 1.125rem;
}
@media (min-width: 64.06125rem) {
  .search-pages__list li:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
}
@media (any-hover: hover) {
  .search-pages__list a {
    transition: color 0.4s;
  }
  .search-pages__list a:hover {
    text-decoration: underline;
  }
}

.faq {
  position: relative;
  padding-top: 12.5rem;
}
@media (min-width: 64.06125rem) {
  .faq {
    padding-top: 24.875rem;
  }
}
.faq__container {
  position: relative;
  max-width: 73.75rem;
}
.faq__title {
  margin-bottom: 5rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.2em;
  font-size: clamp(2rem, 2rem + 54 * (100vw - 360px) / 1080, 5.375rem);
}
@media (min-width: 64.06125rem) {
  .faq__title {
    margin-bottom: 8.4375rem;
  }
}
.faq__text {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  text-align: center;
  letter-spacing: 0.02em;
}
@media (min-width: 64.06125rem) {
  .faq__text {
    font-size: 1.625rem;
  }
}
.faq__btn {
  max-width: 12.5rem;
  min-height: 3.375rem;
  margin: 0 auto;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  border: 4px solid #fff;
}
@media (min-width: 64.06125rem) {
  .faq__btn {
    max-width: 15.5625rem;
    min-height: 4.375rem;
    font-size: 1.625rem;
  }
}

.faq-spoiler {
  margin-bottom: 3.125rem;
}
@media (min-width: 64.06125rem) {
  .faq-spoiler {
    margin-bottom: 3.75rem;
  }
}
.faq-spoiler__item {
  background-color: #00887c;
  border: 5px solid #fff;
  border-radius: 1.25rem;
}
.faq-spoiler__item:not(:last-child) {
  margin-bottom: 1.125rem;
}
@media (min-width: 64.06125rem) {
  .faq-spoiler__item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.faq-spoiler__control {
  display: block;
  width: 100%;
  text-align: start;
  cursor: inherit;
}
._init .faq-spoiler__control {
  cursor: pointer;
}
.faq-spoiler__control {
  display: flex;
  justify-content: space-between;
  gap: 1.875rem;
  min-height: 4.375rem;
  padding: 0.625rem 1.5rem;
  font-weight: 700;
  font-size: 1.375rem;
  color: #fff;
  letter-spacing: 0.01em;
}
@media (min-width: 64.06125rem) {
  .faq-spoiler__control {
    gap: 2.5rem;
    min-height: 6rem;
    padding: 0.625rem 2.25rem;
    font-size: 2.1875rem;
  }
}
.faq-spoiler__title {
  align-self: center;
}
.faq-spoiler__icon {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 1.375rem;
  height: 1.375rem;
  transform: translateY(0.875rem);
}
@media (min-width: 64.06125rem) {
  .faq-spoiler__icon {
    width: 1.625rem;
    height: 1.625rem;
    transform: translateY(1.4375rem);
  }
}
.faq-spoiler__icon::before {
  content: "";
  grid-area: 1/1/1/1;
  display: block;
  width: 100%;
  height: 0.1875rem;
  background-color: #fff;
}
.faq-spoiler__icon::after {
  content: "";
  grid-area: 1/1/1/1;
  display: block;
  width: 0.1875rem;
  height: 100%;
  background-color: #fff;
  transition: transform 0.4s;
}
[aria-expanded=true] .faq-spoiler__icon::after {
  transform: scaleY(0);
}
._init .faq-spoiler__content {
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s, visibility 0.4s;
}
._init .faq-spoiler__content[aria-hidden=false] {
  visibility: visible;
  max-height: var(--max-height);
}
._init .faq-spoiler__body {
  transform: translateY(1.25rem);
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s;
}
._init [aria-hidden=false] .faq-spoiler__body {
  transform: translateY(0);
  opacity: 1;
}
.faq-spoiler__body {
  padding: 0rem 1.5rem 1.875rem;
  font-size: 1.125rem;
  color: #fff;
  letter-spacing: 0.058em;
  line-height: 1.5;
}
@media (min-width: 64.06125rem) {
  .faq-spoiler__body {
    padding: 0.125rem 2.375rem 2.8125rem;
    font-size: 1.5625rem;
  }
}

.contact-page {
  position: relative;
}

.contact {
  position: relative;
  padding-top: 12.5rem;
}
@media (min-width: 64.06125rem) {
  .contact {
    padding-top: 22.5rem;
  }
}
.contact__container {
  position: relative;
  max-width: 45rem;
}
@media (min-width: 64.06125rem) {
  .contact__container {
    max-width: 65rem;
  }
}
.contact__title {
  margin-bottom: 3.125rem;
  font-family: IsidoraSans, sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.11em;
  font-size: clamp(2rem, 2rem + 95 * (100vw - 360px) / 1080, 7.9375rem);
}
@media (min-width: 64.06125rem) {
  .contact__title {
    margin-bottom: 5.25rem;
  }
}
.contact__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-bottom: 2.8125rem;
  padding: 1.25rem;
  border: 5px solid #fff;
  border-radius: 2.25rem;
}
@media (max-width: 29.99875rem) {
  .contact__tabs {
    justify-content: center;
  }
}
@media (min-width: 64.06125rem) {
  .contact__tabs {
    column-gap: 1.25rem;
    row-gap: 0.875rem;
    margin-bottom: 4.875rem;
    padding: 2.6875rem 2.5rem;
  }
}
.contact__tab {
  min-height: 2.875rem;
  padding: 0.3125rem 1.375rem;
  font-size: 1rem;
  border: 3px solid #fff;
  letter-spacing: 0.025em;
}
@media (min-width: 64.06125rem) {
  .contact__tab {
    min-height: 4.6875rem;
    padding: 0.3125rem 2.1875rem;
    font-size: 1.625rem;
    border: 5px solid #fff;
  }
}
.contact__tab._active {
  background-color: #a3238e;
}

.contact-form:not(._active) {
  display: none;
}
.contact-form form > *:not(:last-child) {
  margin-bottom: 0.75rem;
}
@media (min-width: 64.06125rem) {
  .contact-form form > *:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.contact-form form input,
.contact-form form textarea {
  min-height: 3.125rem;
  padding: 0.3125rem 1.5rem;
  font-weight: 500;
  font-size: 1.125rem;
  color: #fff;
  letter-spacing: 0.02em;
  background-color: #00887c;
}
@media (min-width: 64.06125rem) {
  .contact-form form input,
  .contact-form form textarea {
    min-height: 4.5rem;
    padding: 0.3125rem 2.125rem;
    font-size: 1.625rem;
  }
}
.contact-form form textarea {
  min-height: 12.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  resize: none;
}
@media (min-width: 64.06125rem) {
  .contact-form form textarea {
    min-height: 17.6875rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
.contact-form form .row {
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
@media (min-width: 47.99875rem) {
  .contact-form form .row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 64.06125rem) {
  .contact-form form .row {
    gap: 1.25rem;
  }
}
.contact-form form button {
  min-width: 10.625rem;
  min-height: 3rem;
  margin: 1.125rem auto 0;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
}
@media (min-width: 64.06125rem) {
  .contact-form form button {
    min-width: 12.5rem;
    min-height: 3.9375rem;
    margin: 1.5rem auto 0;
    font-size: 1.625rem;
  }
}
.contact-form__title {
  margin-bottom: 1.25rem;
  font-weight: 700;
  font-size: 1.75rem;
  text-align: center;
  letter-spacing: 0.013em;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 64.06125rem) {
  .contact-form__title {
    margin-bottom: 1.75rem;
    font-size: 2.5rem;
  }
}
.contact-form__tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 3.125rem;
  padding: 0.625rem 1.25rem 0.625rem 1.5rem;
  font-weight: 500;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.025em;
  background-color: #00887c;
  border-radius: 1rem;
  cursor: pointer;
}
@media (min-width: 64.06125rem) {
  .contact-form__tab {
    gap: 2.5rem;
    min-height: 4.625rem;
    padding: 0.625rem 2.375rem 0.625rem 2rem;
    font-weight: 500;
    font-size: 1.625rem;
  }
}
.contact-form__tab::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0.4615384615em solid transparent;
  border-right: 0.4615384615em solid transparent;
  border-top: 0.8076923077em solid #fff;
}
.contact-form__tab-content {
  padding: 0rem 1.875rem 0 1.5rem;
}
@media (min-width: 64.06125rem) {
  .contact-form__tab-content {
    padding: 0rem 2.8125rem 0 1.75rem;
  }
}
.contact-form__tab-content:not(._active) {
  display: none;
}

.checkboxes-contact {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  min-height: 3.375rem;
  padding: 0.75rem 0rem;
  font-size: 1rem;
}
@media (min-width: 47.99875rem) {
  .checkboxes-contact {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 64.06125rem) {
  .checkboxes-contact {
    gap: 1.875rem;
    font-size: 1.125rem;
  }
}
.checkboxes-contact:not(:last-child) {
  border-bottom: 1px solid #6d6e71;
}
.checkboxes-contact__title {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.3;
}
@media (min-width: 47.99875rem) {
  .checkboxes-contact__title {
    width: min(40%, 21.25rem);
  }
}
.checkboxes-contact__block .wpcf7-radio {
  display: grid;
  column-gap: 0.9375rem;
  row-gap: 0.75rem;
}
@media (min-width: 29.99875rem) {
  .checkboxes-contact__block .wpcf7-radio {
    grid-template-columns: 9.1875rem 1fr;
  }
}
@media (min-width: 64.06125rem) {
  .checkboxes-contact__block .wpcf7-radio {
    row-gap: 1.0625rem;
  }
}
.checkboxes-contact__block label {
  font-weight: 700;
  cursor: pointer;
}
.checkboxes-contact__block label .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  gap: 0.6875rem;
}
.checkboxes-contact__block label .wpcf7-list-item-label::before {
  display: block;
  width: 1.375rem;
  aspect-ratio: 1/1;
  border: 4px solid #6d6e71;
  background-color: transparent;
}
@media (min-width: 64.06125rem) {
  .checkboxes-contact__block label .wpcf7-list-item-label::before {
    width: 1.625rem;
  }
}
.checkboxes-contact__block input {
  display: none;
}
.checkboxes-contact__block input:checked ~ .wpcf7-list-item-label::before {
  background-color: #6d6e71;
}
.checkboxes-contact__block .wpcf7-list-item {
  margin: 0;
}

.hero-p {
  position: relative;
  display: grid;
}
.hero-p__img {
  grid-area: 1/1/1/1;
  width: 100%;
}
.hero-p__img img {
  display: block;
  aspect-ratio: 16/9.57;
  min-height: max(100%, 25rem);
}
.hero-p._2 .hero-p__img img {
  aspect-ratio: 16/11.5;
}
.hero-p__container {
  grid-area: 1/1/1/1;
  align-self: center;
  justify-content: center;
  z-index: 2;
}
.hero-p__title {
  position: relative;
  padding: 7.1875rem 0rem 2.5rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.21em;
  font-size: clamp(2.25rem, 2.25rem + 92 * (100vw - 360px) / 1080, 8rem);
}
@media (min-width: 64.06125rem) {
  .hero-p__title {
    padding: 15.625rem 0rem 10rem;
  }
}
.hero-p__title .sup {
  display: block;
  font-size: max(1.125rem, 0.40625em);
  letter-spacing: 0.22em;
}
.hero-p__title .sub {
  display: block;
  margin-top: 0.625rem;
  font-size: 0.53125em;
  letter-spacing: 0.21em;
}
@media (min-width: 47.99875rem) {
  .hero-p__title .sub {
    margin-top: 0.2941176471em;
  }
}
.hero-p._2 .hero-p__title {
  transform: translateY(-10%);
}
@media (min-width: 64.06125rem) {
  .hero-p._2 .hero-p__title {
    transform: translateY(-18%);
  }
}
.hero-p .can {
  position: absolute;
  width: 2.1em;
  will-change: transform;
  transform: translate3d(0, 0, 0) rotate(var(--rot, 0deg));
  pointer-events: none;
  z-index: 1;
  font-size: clamp(1.875rem, 1.875rem + 70 * (100vw - 360px) / 1080, 6.25rem);
}
.hero-p .can--1 {
  top: 6%;
  right: 3%;
  width: 2.1em;
  --rot: -7deg;
}
.hero-p .can--2 {
  top: 20%;
  right: 16%;
  width: 1.8em;
  --rot: 12deg;
}
.hero-p .can--3 {
  top: 54%;
  right: 27%;
  width: 2em;
  --rot: -23deg;
}
.hero-p .can--4 {
  top: 71%;
  right: 38%;
  width: 1.7em;
  --rot: 12deg;
}
.hero-p .can--5 {
  top: 43%;
  right: 12%;
  width: 1.8em;
  --rot: 19deg;
  z-index: 2;
}

.about-p {
  position: relative;
  margin-top: -4.375rem;
}
@media (min-width: 64.06125rem) {
  .about-p {
    margin-top: -9.375rem;
  }
}
.about-p._2 {
  margin-top: 0rem;
}
.about-p__img-block {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.125rem;
}
@media (min-width: 64.06125rem) {
  .about-p__img-block {
    margin-bottom: 0.75rem;
    padding-left: 2.1875rem;
  }
}
.about-p__img {
  display: flex;
  align-items: center;
  width: 25rem;
  aspect-ratio: 1/1.2;
}
@media (max-width: 29.99875rem) {
  .about-p__img {
    width: min(100%, 21.25rem);
    margin: 0 auto;
  }
}
@media (min-width: 64.06125rem) {
  .about-p__img {
    width: 32.5rem;
  }
}
.about-p__img img {
  transform: scale(1.9);
  pointer-events: none;
}
.about-p__left-items {
  align-self: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 47.99875rem) {
  .about-p__left-items {
    transform: translateX(3.75rem);
  }
}
@media (max-width: 29.99875rem) {
  .about-p__left-items {
    position: absolute;
    left: 0;
    top: 5.625rem;
    transform: translateX(4.375rem);
  }
}
@media (min-width: 29.99875rem) {
  .about-p__left-items {
    padding-top: 1.875rem;
  }
}
@media (min-width: 64.06125rem) {
  .about-p__left-items {
    padding-top: 7.1875rem;
  }
}
.about-p__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.0833333333em;
  aspect-ratio: 1/1;
  padding: 0.625rem;
  font-weight: 600;
  font-size: 1rem;
  color: #a3238e;
  text-align: center;
  line-height: 1.15;
  letter-spacing: 0.025em;
  border: 0.2083333333em solid #a3238e;
  border-radius: 50%;
}
@media (max-width: 47.99875rem) {
  .about-p__item {
    text-shadow: 0 0 5px #fff, 0 0 5px #fff;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 64.06125rem) {
  .about-p__item {
    font-size: 1.5rem;
  }
}
.about-p__left-items .about-p__item:nth-child(1) {
  transform: translate(-20%, -20%);
}
@media (min-width: 29.99875rem) {
  .about-p__left-items .about-p__item:nth-child(1) {
    transform: translate(5.9%, 0);
  }
}
.about-p__left-items .about-p__item:nth-child(2) {
  transform: translate(-67.1%, -11.8%);
}
.about-p__left-items .about-p__item:nth-child(3) {
  transform: translate(15.9%, -12.9%);
}
.about-p__right-items .about-p__item:nth-child(1) {
  transform: translate(-19.4%, -15%);
}
@media (min-width: 29.99875rem) {
  .about-p__right-items .about-p__item:nth-child(1) {
    transform: translate(-19.4%, 0);
  }
}
.about-p__right-items .about-p__item:nth-child(2) {
  transform: translate(54.7%, -17.1%);
}
.about-p__right-items .about-p__item:nth-child(3) {
  transform: translate(8.2%, 1.2%);
}
.about-p__right-items {
  align-self: center;
}
@media (max-width: 47.99875rem) {
  .about-p__right-items {
    transform: translateX(-4.375rem);
  }
}
@media (max-width: 29.99875rem) {
  .about-p__right-items {
    position: absolute;
    right: 0;
    top: 0rem;
    transform: translateX(-3.75rem);
  }
}
@media (min-width: 64.06125rem) {
  .about-p__right-items {
    padding-top: 6.25rem;
  }
}
.about-p__title {
  position: relative;
  margin-bottom: 1.25rem;
  font-family: IsidoraSans, sans-serif;
  font-size: 2rem;
  color: #a3238e;
  text-align: center;
  letter-spacing: 0.155em;
  z-index: 2;
}
@media (min-width: 29.99875rem) {
  .about-p__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 64.06125rem) {
  .about-p__title {
    margin-bottom: 2.0625rem;
    font-size: 4.875rem;
  }
}
.about-p._2 .about-p__title {
  letter-spacing: 0.2em;
}
.about-p__title-2 {
  margin-bottom: 1.125rem;
  font-weight: 600;
  font-size: 1.875rem;
  color: #00887c;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.13em;
}
@media (min-width: 64.06125rem) {
  .about-p__title-2 {
    margin-bottom: 1.125rem;
    font-size: 2.75rem;
  }
}
.about-p__text {
  max-width: 31.6em;
  margin: 0 auto;
  font-weight: 500;
  font-size: 1.125rem;
  text-align: center;
  letter-spacing: 0.045em;
  line-height: 1.5;
  text-wrap: pretty;
}
@media (min-width: 64.06125rem) {
  .about-p__text {
    padding-left: 2.5rem;
    font-size: 1.5625rem;
  }
}
.about-p__text p {
  position: relative;
}
.about-p__text p:not(:last-child) {
  margin-bottom: 0.6875rem;
}
@media (min-width: 64.06125rem) {
  .about-p__text p:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.about-p__text._2 {
  max-width: none;
  margin-bottom: 2.5rem;
  padding-left: 0rem;
}
@media (min-width: 64.06125rem) {
  .about-p__text._2 {
    margin-bottom: 3.4375rem;
  }
}
.about-p._2 .about-p__text._1 {
  position: relative;
  max-width: 32.4em;
}
.about-p._2 .about-p__text._1 p:not(:last-child) {
  margin-bottom: 0.9375rem;
}
@media (min-width: 64.06125rem) {
  .about-p._2 .about-p__text._1 p:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.about-p__badge {
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 6.25rem;
  transform: translate(-30%, -90%);
  user-select: none;
}
@media (min-width: 47.99875rem) {
  .about-p__badge {
    width: 8.75rem;
    transform: translate(-70%, -60%);
  }
}
@media (min-width: 64.06125rem) {
  .about-p__badge {
    width: 17.125rem;
    transform: translate(-87%, -21%);
  }
}
.about-p__badge img {
  aspect-ratio: 1/1;
}

.promo {
  position: relative;
  margin-top: 5.375rem;
}
@media (min-width: 47.99875rem) {
  .promo {
    margin-top: 4.75rem;
  }
}
.promo__img-bg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
  width: 100vw;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 47.99875rem) {
  .promo__img-bg img {
    min-height: 62.5rem;
    object-fit: cover;
  }
}
.promo__container {
  position: relative;
  max-width: 73.375rem;
}
.promo__body {
  display: grid;
  gap: 1.875rem;
  background-color: rgba(0, 136, 124, 0.7);
  border-radius: 2.125rem;
  border: 4px solid #fff;
}
@media (max-width: 64.06125rem) {
  .promo__body {
    max-width: 52.5rem;
    margin: 0 auto;
  }
}
@media (min-width: 47.99875rem) {
  .promo__body {
    grid-template-columns: 13.75rem 1fr;
  }
}
@media (min-width: 64.06125rem) {
  .promo__body {
    grid-template-columns: 17.5rem 1fr;
    gap: 2.5rem;
  }
}
.promo__img {
  width: 100%;
  pointer-events: none;
}
@media (max-width: 47.99875rem) {
  .promo__img {
    max-width: 18.75rem;
    margin: -3.75rem auto 0;
  }
}
@media (min-width: 47.99875rem) {
  .promo__img {
    margin: -3.75rem 0;
  }
}
.promo__img img {
  height: 100%;
  transform: scale(1.2);
  object-fit: contain;
}
@media (min-width: 47.99875rem) {
  .promo__img img {
    transform: scale(1.2) translateY(-3%);
  }
}
.promo__content {
  max-width: 46.25rem;
  padding: 0rem 1.5rem 1.875rem;
  color: #fff;
}
@media (max-width: 47.99875rem) {
  .promo__content {
    text-align: center;
  }
}
@media (min-width: 47.99875rem) {
  .promo__content {
    padding: 2.8125rem 2.5rem 3.375rem 0rem;
  }
}
.promo__title {
  margin-bottom: 1.25rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.05;
}
@media (min-width: 64.06125rem) {
  .promo__title {
    font-size: 2.125rem;
  }
}
.promo__text {
  margin-bottom: 1.625rem;
  font-size: 1.0625rem;
  line-height: 1.05;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 64.06125rem) {
  .promo__text {
    margin-bottom: 1.875rem;
    font-size: 1.6875rem;
  }
}
.promo__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
@media (max-width: 47.99875rem) {
  .promo__btns {
    justify-content: center;
  }
}
@media (min-width: 64.06125rem) {
  .promo__btns {
    gap: 1.125rem;
  }
}
.promo__btn {
  width: 8.3846153846em;
  min-height: 3.25rem;
  font-size: 1.25rem;
  border: 0.1923076923em solid #fff;
}
@media (max-width: 29.99875rem) {
  .promo__btn {
    width: 100%;
  }
}
@media (min-width: 64.06125rem) {
  .promo__btn {
    min-height: 4.375rem;
    font-size: 1.625rem;
  }
}

.product-sect {
  margin-top: 5rem;
}
@media (min-width: 64.06125rem) {
  .product-sect {
    margin-top: 6.25rem;
  }
}
@media (max-width: 64.06125rem) {
  .product-sect._2 {
    margin-top: 4.375rem;
  }
}
.product-sect__container {
  max-width: 73.75rem;
}
.product-sect__title {
  margin-bottom: 0.1875rem;
  font-weight: 600;
  font-size: 1.875rem;
  color: #a3238e;
  text-align: center;
  letter-spacing: 0.155em;
  line-height: 1.25;
}
@media (min-width: 64.06125rem) {
  .product-sect__title {
    font-size: 2.75rem;
  }
}
.product-sect__text {
  font-size: 1.125rem;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1.25;
}
@media (min-width: 64.06125rem) {
  .product-sect__text {
    font-size: 1.625rem;
  }
}
.product-sect__btn {
  max-width: 13.75rem;
  min-height: 3.125rem;
  margin: 1.5rem auto 0;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}
@media (min-width: 64.06125rem) {
  .product-sect__btn {
    max-width: 18.125rem;
    min-height: 3.875rem;
    margin: 2.5rem auto 0;
    font-size: 1.625rem;
  }
}
.product-sect .recipes {
  padding-bottom: 0rem;
}
@media (min-width: 64.06125rem) {
  .product-sect .recipes {
    margin-top: 3.125rem;
  }
}

.main-p {
  position: relative;
  padding-top: 14.375rem;
}
.main-p__img-bg {
  position: absolute;
  left: 0;
  top: -6.25rem;
  width: 100vw;
  pointer-events: none;
}
@media (max-width: 47.99875rem) {
  .main-p__img-bg img {
    min-height: 31.25rem;
    object-fit: cover;
  }
}
.main-p__container {
  position: relative;
  max-width: 73.625rem;
}
.main-p__body {
  display: grid;
  gap: 1.875rem;
  padding: 0rem 1.5rem;
  background-color: #fff;
  border-radius: 1.875rem;
}
@media (min-width: 47.99875rem) {
  .main-p__body {
    grid-template-columns: 0.68fr 1fr;
  }
}
@media (min-width: 64.06125rem) {
  .main-p__body {
    padding: 0rem 1.875rem;
  }
}
.main-p__image {
  width: 100%;
  margin-top: -5.3125rem;
}
@media (max-width: 47.99875rem) {
  .main-p__image {
    max-width: 18.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 47.99875rem) {
  .main-p__image {
    transform: translateY(-1.5%);
  }
}
@media (min-width: 64.06125rem) {
  .main-p__image {
    transform: translateY(-3.5%);
  }
}
.main-p__content {
  padding: 0rem 0 2.5rem;
}
@media (min-width: 47.99875rem) {
  .main-p__content {
    padding: 2.5rem 0;
  }
}
@media (min-width: 64.06125rem) {
  .main-p__content {
    padding: 4.5rem 0 2.5rem;
  }
}
.main-p__title {
  font-weight: 700;
  font-size: 1.875rem;
  letter-spacing: 0.01em;
  line-height: 1;
	text-wrap: pretty;
}
@media (min-width: 64.06125rem) {
  .main-p__title {
    font-size: 3rem;
  }
}
.main-p__title .icon {
  display: inline-block;
  width: 0.5208333333em;
  height: 0.875em;
  transform: translateY(7%);
}
.main-p__title .icon img {
  display: inline-block;
}
.main-p__subtitle {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  letter-spacing: 0.005em;
}
@media (min-width: 64.06125rem) {
  .main-p__subtitle {
    margin-bottom: 2.125rem;
    font-size: 1.625rem;
  }
}
.main-p__text-1 {
  margin-bottom: 1.25rem;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.45;
}
@media (min-width: 64.06125rem) {
  .main-p__text-1 {
    font-size: 1.25rem;
  }
}
.main-p__text-2 {
  max-width: 32.5rem;
  margin-bottom: 1.875rem;
  font-size: 1rem;
  line-height: 1.35;
}
@media (min-width: 64.06125rem) {
  .main-p__text-2 {
    margin-bottom: 2.8125rem;
    font-size: 1.125rem;
  }
}
.main-p__text-2 p:not(:last-child) {
  margin-bottom: 0.375rem;
}
.main-p__select {
  margin-bottom: 1.6875rem;
}
.main-p__select h2 {
  margin-bottom: 0.375rem;
  padding-left: 0.625rem;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
@media (min-width: 64.06125rem) {
  .main-p__select h2 {
    font-size: 1.1875rem;
  }
}
.main-p__select label {
  position: relative;
  display: block;
  max-width: max-content;
}
.main-p__select label::before {
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-top: 0.625rem solid #fff;
}
.main-p__select select {
  display: block;
  min-width: 15rem;
  min-height: 2.125rem;
  padding: 0rem 2.5rem 0.1875rem 0.625rem;
  font-family: IsidoraSans, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.04em;
  background-color: #00887c;
  appearance: none;
  cursor: pointer;
}
@media (min-width: 64.06125rem) {
  .main-p__select select {
    font-size: 1.125rem;
  }
}
.main-p__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 64.06125rem) {
  .main-p__btns {
    gap: 1.5625rem;
  }
}
.main-p__btn {
  min-width: 14.0625rem;
  min-height: 3.125rem;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  transition: background-color 0.4s, opacity 0.2s;
}
.main-p__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (max-width: 29.99875rem) {
  .main-p__btn {
    width: 100%;
  }
}
@media (min-width: 64.06125rem) {
  .main-p__btn {
    min-width: 16.5625rem;
    min-height: 3.875rem;
    font-size: 1.625rem;
  }
}
.main-p__btn._active {
  background-color: #a3238e;
}
.main-p__online {
  padding: 0rem 0 1.875rem;
}
@media (min-width: 64.06125rem) {
  .main-p__online {
    padding: 0.8125rem 0 2.8125rem;
  }
}
.main-p__onlile-title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 0.875rem;
}
@media (min-width: 64.06125rem) {
  .main-p__onlile-title {
    margin-bottom: 0.6875rem;
    font-size: 1.125rem;
  }
}
.main-p__onlile-title {
  line-height: 1.2;
}
.main-p__checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 64.06125rem) {
  .main-p__checkboxes {
    gap: 0.8125rem;
    margin-bottom: 1.5rem;
  }
}
.main-p__checkboxes label {
  display: block;
  cursor: pointer;
}
.main-p__checkboxes input {
  display: none;
}
.main-p__checkboxes div {
  padding: 0.375rem 1.25rem;
  font-size: 0.875rem;
  transition: background-color 0.4s;
}
@media (min-width: 64.06125rem) {
  .main-p__checkboxes div {
    padding: 0.375rem 1.25rem;
    font-size: 1.125rem;
  }
}
.main-p__checkboxes input:checked ~ div {
  background-color: #a3238e;
}
.main-p__onlile-row {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.5625rem;
}
@media (min-width: 29.99875rem) {
  .main-p__onlile-row {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 64.06125rem) {
  .main-p__onlile-row {
    gap: 1.5625rem;
    margin-top: 1.75rem;
  }
}
.main-p__count input {
  display: block;
  width: 5rem !important;
  height: 2.8125rem;
  padding: 0.3125rem 1rem;
  font-size: 1rem;
  text-align: start !important;
  background-color: transparent;
  border: 4px solid #00887c;
}
@media (min-width: 64.06125rem) {
  .main-p__count input {
    width: 6.875rem !important;
    height: 3.875rem;
  }
}
.main-p__tab-item {
  max-width: 34.375rem;
  border-top: 2px solid #6d6e71;
}
.main-p__tab-item:last-child {
  border-bottom: 2px solid #6d6e71;
}
.main-p__tab {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.625rem 0rem;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.015em;
}
@media (min-width: 64.06125rem) {
  .main-p__tab {
    font-size: 1.125rem;
  }
}
.main-p__tab::after {
  content: "";
  display: block;
  transform: translateY(10%);
  width: 0;
  height: 0;
  border-top: 0.3333333333em solid transparent;
  border-bottom: 0.3333333333em solid transparent;
  border-left: 0.5555555556em solid #6d6e71;
  transition: transform 0.4s;
}
.main-p__tab._active::after {
  transform: rotate(-90deg);
}
.main-p__tab-content {
  max-width: 33.75rem;
  padding-bottom: 1.25rem;
  font-size: 0.8125rem;
  letter-spacing: 0.018em;
}
.main-p__tab-content h3 {
  margin-bottom: 0.625rem;
  font-weight: 700;
  line-height: 1.1;
}
.main-p__tab-content h3:not(:first-child) {
  margin-top: 0.625rem;
}
.main-p__tab-content p:not(:last-child) {
  margin-bottom: 0.4375rem;
}
.main-p__tab-content a {
  display: inline-block;
}

.related {
  margin-top: 3.75rem;
}
.related__title {
  font-weight: 600;
  font-size: 1.875rem;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  line-height: 1.1;
}
@media (min-width: 64.06125rem) {
  .related__title {
    font-size: 2.75rem;
  }
}
.related .recipes {
  padding-bottom: 0rem;
}

.hero-h {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 25rem;
  aspect-ratio: 16/10.25;
  padding: 7.5rem 0rem 3.75rem;
}
@media (min-width: 64.06125rem) {
  .hero-h {
    padding: 7.5rem 0rem;
  }
}
.hero-h__img-ibg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  aspect-ratio: 16/10.25;
  pointer-events: none;
}
.hero-h__img-ibg img {
  object-fit: cover;
	      object-position: bottom;
}
.hero-h__container {
  position: relative;
  z-index: 3;
}
.hero-h__title {
  font-weight: 300;
  color: #fff;
  text-align: center;
  line-height: 0.97;
  letter-spacing: 0.2em;
  font-size: clamp(2.25rem, 2.25rem + 92 * (100vw - 360px) / 1080, 8rem);
}
.hero-h__title .sup {
  display: block;
  font-size: 0.4375em;
  letter-spacing: 0.15em;
}
.hero-h .can {
  position: absolute;
  width: 2.1em;
  will-change: transform;
  transform: translate3d(0, 0, 0) rotate(var(--rot, 0deg));
  pointer-events: none;
  z-index: 1;
  font-size: clamp(2.5rem, 2.5rem + 60 * (100vw - 360px) / 1080, 6.25rem);
}
.hero-h .can--1 {
  top: -7%;
  left: 25%;
  width: 1.3em;
  --rot: -20deg;
  z-index: 11;
}
@media (max-width: 64.06125rem) {
	.hero-h .can--1 {
  z-index: 9;
}
}

.hero-h .can--2 {
  top: 5%;
  left: 45%;
  width: 1.2em;
  --rot: 17deg;
}
@media (max-width: 50rem) {
  .hero-h .can--2 {
    display: none;
  }
}
.hero-h .can--3 {
  top: 0%;
  left: 53%;
  width: 1.4em;
  --rot: 19deg;
}
.hero-h .can--4 {
  top: 14%;
  left: 18%;
  width: 1.65em;
  --rot: 12deg;
}
@media (max-width: 50rem) {
  .hero-h .can--4 {
    display: none;
  }
}
.hero-h .can--5 {
  top: 22%;
  left: 37%;
  width: 1.3em;
  --rot: 24deg;
}
.hero-h .can--6 {
  top: 22%;
  right: 29%;
  width: 1.7em;
  --rot: 12deg;
}
@media (max-width: 50rem) {
  .hero-h .can--6 {
    display: none;
  }
}
.hero-h .can--7 {
  top: 14%;
  right: 17%;
  width: 1.5em;
  --rot: 30deg;
}
.hero-h .can--8 {
  top: 40%;
  left: 12%;
  width: 1.3em;
  --rot: -25deg;
}
.hero-h .can--9 {
  top: 36%;
  right: 8%;
  width: 1.7em;
  --rot: 14deg;
}
@media (max-width: 50rem) {
  .hero-h .can--9 {
    display: none;
  }
}
.hero-h .can--10 {
  top: 62%;
  left: 18%;
  width: 2.2em;
  --rot: 10deg;
  z-index: 4;
}
@media (max-width: 47.99875rem) {
  .hero-h .can--10 {
    display: none;
  }
}
.hero-h .can--11 {
  top: 59%;
  left: 36%;
  width: 2.1em;
  --rot: -20deg;
  z-index: 4;
}
@media (max-width: 50rem) {
  .hero-h .can--11 {
    display: none;
  }
}
.hero-h .can--12 {
  top: 57%;
  right: 31%;
  width: 1.8em;
  --rot: 22deg;
}
.hero-h .can--13 {
  top: 68%;
  right: 19%;
  width: 2.1em;
  --rot: -18deg;
}
@media (max-width: 47.99875rem) {
  .hero-h .can--13 {
    display: none;
  }
}

.marquee {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 3.4375rem;
  margin-top: -3.75rem;
  white-space: nowrap;
  overflow: hidden;
  z-index: 3;
}
@media (min-width: 64.06125rem) {
  .marquee {
    min-height: 4.375rem;
    margin-top: -5rem;
  }
}
.marquee__bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    img {
      min-width: max-content;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: bottom right;
      &:nth-child(1) {
        transform: scaleY(-1);
      }
      &:nth-child(2) {
        transform: scaleY(-1) scaleX(-1);
      }
    }
  }
.marquee__item {
  flex-shrink: 0;
	    position: relative;
  display: flex;
  gap: 0.9090909091em;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.03em;
	    z-index: 2;
  will-change: transform;
  animation: marquee 48s linear infinite;
}
.marquee__item:not(:last-child) {
  padding-right: 0.9090909091em;
}
.marquee__item p * {
	display: inline-block;
}

@media (min-width: 64.06125rem) {
  .marquee__item {
    font-size: 1.375rem;
  }
}
.marquee:hover .marquee__item {
  animation-play-state: paused;
}
@media (prefers-reduced-motion: reduce) {
  .marquee__item {
    animation: none;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.favorite {
  position: relative;
  margin-top: 3.125rem;
}
@media (min-width: 64.06125rem) {
  .favorite {
    margin-top: 10.1875rem;
  }
}
.favorite__img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  pointer-events: none;
}
@media (max-width: 47.99875rem) {
  .favorite__img-bg img {
    min-height: 31.25rem;
    object-fit: cover;
  }
}
.favorite__container {
  position: relative;
}
.favorite__header {
  display: grid;
  gap: 1.5rem;
  max-width: 76.5625rem;
  margin: 0 auto 1.5rem;
}
@media (max-width: 47.99875rem) {
  .favorite__header {
    text-align: center;
  }
}
@media (min-width: 47.99875rem) {
  .favorite__header {
    grid-template-columns: 13.75rem 1fr;
    align-items: center;
  }
}
@media (min-width: 64.06125rem) {
  .favorite__header {
    grid-template-columns: 17.0625rem 1fr;
    align-items: start;
    gap: 2rem;
    padding-left: 2.8125rem;
    margin: 0 auto 0.8125rem;
  }
}
@media (max-width: 64.06125rem) {
  .favorite__img {
    width: 100%;
    max-width: 18.75rem;
    margin: 0 auto;
  }
}
@media (min-width: 64.06125rem) {
  .favorite__img {
    margin-top: -0.75rem;
  }
}
.favorite__img img {
  aspect-ratio: 1/1;
}
.favorite__title {
  margin-bottom: 0.9375rem;
  font-weight: 600;
  font-size: 1.5rem;
  color: #00887c;
  line-height: 1.1;
  letter-spacing: 0.15em;
}
@media (min-width: 64.06125rem) {
  .favorite__title {
    font-size: 2.75rem;
  }
}
.favorite__text {
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
@media (min-width: 64.06125rem) {
  .favorite__text {
    font-size: 1.625rem;
  }
}
.favorite__body {
  position: relative;
  margin-bottom: 1.25rem;
}
.favorite__slider-img {
  position: absolute;
  right: 2.5rem;
  width: 5rem;
  transform: translateY(-27%);
  z-index: 2;
}
@media (min-width: 64.06125rem) {
  .favorite__slider-img {
    right: auto;
    left: 15.625rem;
    width: 10rem;
  }
}
.favorite__slider-img img {
  aspect-ratio: 1/1;
}
.favorite__slider {
  overflow: visible;
}
@media (min-width: 64.06125rem) {
  .favorite__slider {
    padding-left: 9.5625rem;
  }
}
.favorite__swiper {
    transition-timing-function: linear !important;
  }
.favorite__slide {
  width: min(100%, 24rem);
  transition: opacity 6s;
}
@media (min-width: 64.06125rem) {
  .favorite__slide.swiper-slide-active {
    opacity: 0.6;
  }
}
@media (min-width: 64.06125rem) {
  .favorite__slide.swiper-slide-prev {
    opacity: 0.3;
  }
}
.favorite__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 31.25rem;
  min-height: 15rem;
  margin: 0 0 0 auto;
  padding: 1.5rem 2.5rem;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 136, 124, 0.8);
  border: 4px solid #fff;
  border-radius: 2.125rem;
}
@media (min-width: 47.99875rem) {
  .favorite__bottom {
    margin: 0 3.75rem 0 auto;
  }
}
@media (min-width: 64.06125rem) {
  .favorite__bottom {
    max-width: 47rem;
    min-height: 18.875rem;
    padding: 2.5rem 4.6875rem;
  }
}
.favorite__bottom h3 {
  margin-bottom: 0.3125rem;
  font-weight: 700;
  font-size: 1.875rem;
  letter-spacing: 0.01em;
  line-height: 1;
}
@media (min-width: 64.06125rem) {
  .favorite__bottom h3 {
    font-size: 2.75rem;
  }
}
.favorite__bottom p {
  font-size: 1.375rem;
  line-height: 1.4;
  letter-spacing: 0.005em;
}
@media (min-width: 64.06125rem) {
  .favorite__bottom p {
    font-size: 2rem;
  }
}

.testimonial-item {
  padding: 1.6875rem 1.5625rem 1.25rem;
  color: #fff;
  background-color: rgba(0, 136, 124, 0.8);
  border-radius: 1.5rem;
  border: 2px solid #fff;
}
.testimonial-item__stars {
  display: flex;
  gap: 0.375rem;
  margin-bottom: 0.625rem;
}
.testimonial-item__stars .icon {
  width: 1.125rem;
  aspect-ratio: 1/1;
}
.testimonial-item__text {
  margin-bottom: 0.8125rem;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
@media (min-width: 64.06125rem) {
  .testimonial-item__text {
    font-size: 1.1875rem;
  }
}
.testimonial-item__person {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.testimonial-item__avatar {
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-item__avatar img {
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 64.06125rem) {
  .testimonial-item__avatar img {
    width: 2.125rem;
    height: 2.125rem;
  }
}
.testimonial-item__name {
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0.01em;
}
@media (min-width: 64.06125rem) {
  .testimonial-item__name {
    font-size: 1.5rem;
  }
}

.products-h {
  position: relative;
  margin-top: 8.75rem;
}
@media (min-width: 64.06125rem) {
  .products-h {
    margin-top: 14.5rem;
  }
}
.products-h__title {
  margin-bottom: 0.125rem;
  font-weight: 700;
  font-size: 1.625rem;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.015em;
}
@media (min-width: 64.06125rem) {
  .products-h__title {
    font-size: 2.5rem;
  }
}
.products-h__text {
  max-width: 19.5em;
  margin: 0 auto 4.375rem;
  font-size: 1.625rem;
  text-align: center;
  line-height: 1.3;
}
@media (min-width: 64.06125rem) {
  .products-h__text {
    margin: 0 auto 7.5rem;
    font-size: 2.5rem;
  }
}
.products-h__text span {
  font-weight: 700;
  text-transform: uppercase;
}
.products-h__text .orange {
  color: #f37021;
}
.products-h__text .green {
  color: #00887c;
}
.products-h__text .purple {
  color: #a3238e;
}
.products-h__body {
  max-width: 73.125rem;
  margin: 0 auto;
}

.products-h-item {
  display: grid;
  gap: 2.1875rem;
}
@media (min-width: 47.99875rem) {
  .products-h-item {
    grid-template-columns: 1.15fr 1fr;
  }
}
@media (min-width: 64.06125rem) {
  .products-h-item {
    gap: 3.125rem;
  }
}
.products-h-item:not(:last-child) {
  margin-bottom: 5rem;
}
@media (min-width: 64.06125rem) {
  .products-h-item:not(:last-child) {
    margin-bottom: 8.75rem;
  }
}
.products-h-item__img {
  position: relative;
  align-self: center;
  margin: 0rem -3.125rem;
}
.products-h-item__img img {
  position: relative;
  z-index: 2;
}
@media (max-width: 64.06125rem) {
  .products-h-item__img {
    margin: 0 auto;
  }
}
.products-h-item._2 .products-h-item__img {
  margin: -1.875rem -5.625rem 0;
}
@media (min-width: 47.99875rem) {
  .products-h-item._2 .products-h-item__img {
    order: 1;
  }
}
@media (min-width: 64.06125rem) {
  .products-h-item._2 .products-h-item__img {
    margin: -6.25rem -15rem 0;
  }
}
.products-h-item__img .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.4) rotate(-20deg);
  z-index: 1;
}
.products-h-item._2 .products-h-item__img .bg {
  transform: none;
}
.products-h-item__logo {
  max-width: min(23.125rem, 80%);
  margin: 0 auto 1.875rem;
}
.products-h-item._2 .products-h-item__logo {
  max-width: min(20.625rem, 60%);
}
.products-h-item__text {
  margin-bottom: 2.5rem;
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: 0.025em;
  line-height: 1.4;
}
@media (min-width: 64.06125rem) {
  .products-h-item__text {
    font-size: 1.75rem;
    margin-bottom: 4.375rem;
  }
}
.products-h-item__btn {
  max-width: 13.75rem;
  min-height: 3.125rem;
  margin: 0 auto;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
}
@media (min-width: 64.06125rem) {
  .products-h-item__btn {
    max-width: 16.25rem;
    min-height: 3.75rem;
    font-size: 1.625rem;
  }
}

.news-h {
  position: relative;
  margin-top: 10rem;
}
@media (min-width: 64.06125rem) {
  .news-h {
    margin-top: 18.4375rem;
  }
}
.news-h__img-bg {
  position: absolute;
  left: 0;
  top: -9.375rem;
  width: 100vw;
  pointer-events: none;
}
@media (min-width: 64.06125rem) {
  .news-h__img-bg {
    top: -18.75rem;
  }
}
@media (max-width: 47.99875rem) {
  .news-h__img-bg img {
    min-height: 31.25rem;
    object-fit: cover;
  }
}
.news-h__title {
  margin-bottom: 2.5rem;
  font-family: IsidoraSans, sans-serif;
  text-align: center;
  color: #fff;
  font-size: clamp(2rem, 2rem + 66 * (100vw - 360px) / 1080, 6.125rem);
}
@media (min-width: 64.06125rem) {
  .news-h__title {
    margin-bottom: 4.375rem;
  }
}
.news-h .recipes {
  margin: 0rem;
  padding: 0rem;
}

.hero-c {
  position: relative;
}
.hero-c__img-bg {
  position: absolute;
  left: 0;
  top: 0rem;
  width: 100vw;
  pointer-events: none;
}
@media (max-width: 64.06125rem) {
  .hero-c__img-bg img {
    min-height: 43.75rem;
  }
}
@media (max-width: 47.99875rem) {
  .hero-c__img-bg img {
    min-height: 37.5rem;
    object-fit: cover;
  }
}
.hero-c__container {
  position: relative;
}
.hero-c__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 56.25rem;
  margin: 0 auto;
  padding-top: 11.875rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: clamp(2.75rem, 2.75rem + 86 * (100vw - 360px) / 1080, 8.125rem);
}
@media (min-width: 29.99875rem) {
  .hero-c__body {
    line-height: 0.85;
  }
}
.hero-c__icons {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 64.06125rem) {
  .hero-c__icons {
    gap: 5.625rem;
  }
}
.hero-c__icons .icon {
  width: 2rem;
  aspect-ratio: 48/80;
}
@media (min-width: 64.06125rem) {
  .hero-c__icons .icon {
    width: 3rem;
  }
}
.hero-c__text {
  font-size: max(1.25rem, 0.4em);
  letter-spacing: 0.2em;
}
.hero-c__text:not(:last-child) {
  margin-bottom: 0.75rem;
}
.hero-c__title {
  margin-bottom: max(0.3461538462em, 1.125rem);
  letter-spacing: 0.2em;
}

.choose {
  margin-top: 6.25rem;
}
.choose__container {
  max-width: 79.375rem;
}
.choose__title {
  margin-bottom: 2.5rem;
  font-family: IsidoraSans, sans-serif;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media (min-width: 64.06125rem) {
  .choose__title {
    margin-bottom: 3.25rem;
    font-size: 3.25rem;
  }
}
.choose__item:nth-child(1) {
  margin-left: 1.25rem;
}
@media (min-width: 47.99875rem) {
  .choose__item:nth-child(1) {
    margin-left: 3.625rem;
  }
}
.choose__item:nth-child(2) {
  margin-top: -5.3125rem;
  margin-right: 1.25rem;
}
@media (min-width: 47.99875rem) {
  .choose__item:nth-child(2) {
    margin-right: 3.625rem;
  }
}
.choose__item:nth-child(3) {
  margin: -4.375rem 0.3125rem 0rem 1.25rem;
}
@media (min-width: 47.99875rem) {
  .choose__item:nth-child(3) {
    margin: -4.375rem 0.9375rem 0rem 2.625rem;
  }
}
.choose-tab {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  min-height: 17.5rem;
  padding: 0.9375rem 2.5rem 0.9375rem 1.5rem;
  color: #fff;
  border-radius: 3.125rem;
  border: 15px solid #fff;
  overflow: hidden;
  cursor: pointer;
  transition: min-height 0.4s;
}
@media (min-width: 64.06125rem) {
  .choose-tab {
    min-height: 21.5625rem;
    padding: 1.625rem 5rem 1.625rem 2.5rem;
    border: 22px solid #fff;
  }
}
.choose-tab._active {
  min-height: 22.5rem;
  justify-content: end;
  padding-bottom: 6.25rem;
}
@media (min-width: 64.06125rem) {
  .choose-tab._active {
    min-height: 35.3125rem;
  }
}
.choose-tab__img-ibg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.choose-tab__img-ibg img {
  object-position: top;
}
.choose-tab__suptitle {
  position: relative;
  font-family: IsidoraSans, sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
}
@media (min-width: 64.06125rem) {
  .choose-tab__suptitle {
    font-size: 2.4375rem;
  }
}
.choose-tab__title {
  position: relative;
  font-family: IsidoraSans, sans-serif;
  font-size: 1.875rem;
  letter-spacing: 0.18em;
  line-height: 1;
}
@media (min-width: 47.99875rem) {
  .choose-tab__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 64.06125rem) {
  .choose-tab__title {
    font-size: 5rem;
  }
}
.choose-tab__open {
  position: absolute;
  right: 0.4375rem;
  top: 50%;
  font-weight: 600;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  transform: rotate(180deg) translateY(50%);
  writing-mode: vertical-rl;
  user-select: none;
	transition: opacity 0.4s;
	.choose-tab._active & {
      opacity: 0;
    }
}
@media (min-width: 64.06125rem) {
  .choose-tab__open {
    right: 1.875rem;
    font-size: 2.5rem;
  }
}

.choose-content {
  padding-top: 1.375rem;
}
.choose__item:not(:last-child) .choose-content {
  padding-bottom: 8.125rem;
}
@media (min-width: 64.06125rem) {
  .choose__item:not(:last-child) .choose-content {
    padding-bottom: 8.75rem;
  }
}
.choose-content__top {
  display: grid;
  gap: 1.875rem;
}
@media (min-width: 47.99875rem) {
  .choose-content__top {
    grid-template-columns: 1fr 0.5fr;
    padding-left: 3.75rem;
  }
}
.choose-content__tilte {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: 0.015em;
}
@media (min-width: 64.06125rem) {
  .choose-content__tilte {
    font-size: 2.5rem;
  }
}
.choose-content__text {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
}
.choose-content__text:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 64.06125rem) {
  .choose-content__text {
    font-size: 1.625rem;
  }
}
.choose-content__text p:not(:last-child) {
  margin-bottom: 0.75rem;
}
@media (min-width: 64.06125rem) {
  .choose-content__text p:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.choose-content__subtext {
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.005em;
}
@media (min-width: 64.06125rem) {
  .choose-content__subtext {
    font-size: 1.125rem;
  }
}
.choose-content__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}
@media (min-width: 47.99875rem) {
  .choose-content__right {
    padding-top: 1.375rem;
  }
}
.choose-content__right .icon {
  width: 3.75rem;
}
@media (min-width: 64.06125rem) {
  .choose-content__right .icon {
    width: 5rem;
  }
}
.choose-content__right .icon img {
  transform: scale(2.7);
  pointer-events: none;
}
.choose-content__right p {
  position: relative;
  max-width: 10.3846153846em;
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.3;
}
@media (min-width: 64.06125rem) {
  .choose-content__right p {
    font-size: 1.625rem;
  }
}
.choose-content .recipes {
  max-width: 72.5rem;
  margin: 1.875rem auto 0;
  padding: 0rem;
}
@media (min-width: 64.06125rem) {
  .choose-content .recipes {
    margin: 2.8125rem auto 0;
  }
}

.age-gate {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  background-color: rgba(0, 136, 124, 0.7);
  z-index: 100;
}
.age-gate-hidden .age-gate {
  display: none !important;
}
.age-gate__modal {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 28.125rem;
  padding: 1.875rem 1.25rem 2.5rem;
  background-color: #d3dfdd;
  border: 3px solid #fff;
  border-radius: 1.875rem;
}
@media (min-width: 64.06125rem) {
  .age-gate__modal {
    max-width: 37.5rem;
    padding: 2.5rem 5rem 3.75rem;
  }
}
.age-gate__logo {
  width: min(17.5rem, 90%);
  margin-bottom: 1.875rem;
}
@media (min-width: 64.06125rem) {
  .age-gate__logo {
    width: min(23.75rem, 90%);
    margin-bottom: 2.625rem;
  }
}
.age-gate__badge {
  position: absolute;
  right: 0.625rem;
  top: -1.25rem;
  width: 7.5rem;
}
@media (min-width: 64.06125rem) {
  .age-gate__badge {
    width: 12.5rem;
  }
}
.age-gate__title {
  margin-bottom: 1.875rem;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 64.06125rem) {
  .age-gate__title {
    font-size: 2rem;
  }
}
.age-gate__btn {
  min-height: 4.375rem;
  margin: 0 auto;
  padding: 0.3125rem 2.5rem;
  border: 4px solid #fff;
}

body {
  background-color: #fff;
}
.wrapper {
  padding-top: 6.875rem;
}
@media (min-width: 64.06125rem) {
  .wrapper {
    padding-top: 2.5rem;
  }
}

[data-tab-content]:not(._active) {
  display: none;
}

@media (max-width: 64.06125rem) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 64.06125rem) {
  .mob {
    display: none !important;
  }
}

.wpcf7-spinner {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid {
  outline: 2px solid #c43636;
  outline-offset: 2px;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form.sent {
  animation: sent 3s;
  border-radius: 15px;
}

@keyframes sent {
  0%, 100% {
    outline: 3px solid #00887c;
    outline-offset: 2px;
  }
}