@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-Bold.woff2") format("woff2"),
    url("../fonts/CormorantGaramond-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-Regular.woff2") format("woff2"),
    url("../fonts/CormorantGaramond-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.woff2") format("woff2"),
    url("../fonts/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.woff2") format("woff2"),
    url("../fonts/Lato-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.mt-40 {
  margin-top: 40px;
}
.slide-in-from-left,
.slide-in-from-right {
  opacity: 0;
  transform: translateX(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.slide-in-from-left.animate-in {
  opacity: 1;
  transform: translateX(0);
  animation: slideLeft 0.6s ease forwards;
}

.slide-in-from-right.animate-in {
  opacity: 1;
  transform: translateX(0);
  animation: slideRight 0.6s ease forwards;
}
.slide-context-content {
  width: 60%;
}
.slide-img-vert {
  width: 100%;
  max-width: 400px;
  flex-shrink: 0;
  border: 10px double #f0f0f0;
}
.slide-img-hor {
  width: 100%;

  flex-shrink: 0;
  border: 10px double #f0f0f0;
}
.card {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.card-overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  align-content: center;
  background-color: white;
  padding: 20px;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
  transition: bottom 0.4s ease;
}

.card:hover .card-overlay {
  bottom: 0;
}

.slide-card {
  flex-shrink: 0;
  width: 100%;
}

:root {
  --main-font: "Lato";
  --second-font: "Cormorant Garamond";
  --primary: #c0adee;
  --pink: #b65579;
  --color: #ffe993;
  --dark-grey: #303030;
  --accent-1: #825a9a;
  --accent-2: #f0e7c3;
  --opacity: #f3e0f066;
  --opacity-2: #ffe99366;
}
* {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body,
html {
  height: 100%;
}
body {
  font-family: var(--second-font);
  color: var(--dark-grey);
  font-size: 18px;
  line-height: 1.15;
}
a,
button,
div,
footer,
form,
h1,
h2,
h3,
h4,
header,
iframe,
img,
li,
nav,
p,
section,
span,
title,
ul,
body {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
input {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
}
ul {
  list-style: none;
}
a,
button {
  cursor: pointer;
  text-decoration: none;
}
a {
  color: inherit;
}
:focus {
  outline: none;
}
img,
picture {
  display: block;
  width: 100%;
  height: auto;
}
.container {
  width: 100%;
  max-width: 1440px;
  padding-left: 25px;
  padding-right: 25px;
  margin-inline: auto;
  position: relative;
}
h1 {
  font-family: var(--main-font);
  font-size: 50px;
  font-weight: 500;
  line-height: 44px;
  text-align: center;
}
.h1-style-3 {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
}
h2 {
  font-family: var(--second-font);
  text-align: left;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.3;
}
.title-large {
  text-transform: uppercase;
}

p {
  font-size: 18px;
  line-height: 1.8;
}
.content-flex {
  justify-content: space-between;
  display: flex;
  gap: 30px;
}
.container.is-small {
  max-width: 1024px;
  padding-inline: 0;
}
.section {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.section.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.supplement-bg,
.section.cosmetic-bg {
  min-height: 400px;
}
.webp .section.bg {
  background-image: linear-gradient(
      rgba(248, 248, 248, 0.2),
      rgba(0, 0, 0, 0.2)
    ),
    url(../img/purple-bg.webp);
}
.no-webp .section.supplement-bg {
  background-image: linear-gradient(
      rgba(248, 248, 248, 0.2),
      rgba(0, 0, 0, 0.2)
    ),
    url(../img/supplements-hero.jpg);
}
.webp .section.supplement-bg {
  background-image: linear-gradient(
      rgba(248, 248, 248, 0.2),
      rgba(0, 0, 0, 0.2)
    ),
    url(../img/supplements-hero.webp);
}
.no-webp .section.cosmetic-bg {
  background-image: linear-gradient(
      rgba(248, 248, 248, 0.2),
      rgba(0, 0, 0, 0.2)
    ),
    url(../img/cosmetics-hero.jpg);
}
.webp .section.cosmetic-bg {
  background-image: linear-gradient(
      rgba(248, 248, 248, 0.2),
      rgba(0, 0, 0, 0.2)
    ),
    url(../img/cosmetics-hero.webp);
}
.no-webp .section.bg {
  background-image: linear-gradient(
      rgba(248, 248, 248, 0.2),
      rgba(0, 0, 0, 0.2)
    ),
    url(../img/purple-bg.jpg);
}

.text-color-off-black {
  font-family: var(--main-font);
  color: #575757;
}
.special {
  float: left;
  font-family: var(--main-font);
  color: #000;
  column-count: 1;
  padding: 8px 16px;
  font-size: 70px;
  line-height: 1;
  display: inline-block;
  background-image: url(../img/decor-border.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.heading-special {
  margin-top: -20px;
  font-family: var(--second-font);
  display: inline;
  float: none;
}
.center-content-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.white-bg {
  padding: 40px 60px;
  background-color: white;
  width: fit-content;
  border: 10px double #45434c;
}
.contacts__logo {
  width: 100%;
  max-width: 150px;
  display: block;
  margin-inline: auto;
}
.first-section {
  margin-top: 64px;
  box-shadow: 0 2px 5px #0003;
}
.nowrap {
  white-space: nowrap;
}
.burger {
  display: none;
}
/*HEADER*/
header {
  width: 100%;
  padding: 10px 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: #45434c;
  box-shadow: rgba(255, 255, 255, 0.3) 0px 10px 10px -10px;
  color: white;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  max-width: 130px;
}
.menu {
  display: flex;
  gap: 20px;
  align-items: center;
}
.dropdown__name {
  position: relative;
  text-transform: uppercase;
}
.dropdown__name p,
.dropdown__item a {
  font-size: 15px;
}
.dropdown__name::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: transparent;
  pointer-events: auto;
}
.dropdown__list {
  display: none;
  position: absolute;
  background: #45434c;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 10px 0 0;
  z-index: 1000;
}
@media (min-width: 769px) {
  .dropdown:hover .dropdown__list {
    display: block;
    border-radius: 16px;
    padding: 20px;
  }
}

.dropdown__item:not(:last-child) a {
  display: block;
  margin-bottom: 20px;
}

.menu__item {
  font-family: var(--main-font);
}
.menu__item a {
  position: relative;
  transition: all 0.4s ease-in-out;
  font-size: 15px;
  text-transform: uppercase;
  width: fit-content;
  display: block;
}

.menu__item a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: white;
  bottom: -4px;
  left: 0;
  transition: all 0.4s ease-in-out;
}

.menu__item a:hover::after {
  width: 100%;
}
/*PROMO*/
.promo__video-wrapper {
  height: 550px;
  position: relative;
}

.promo__video__media {
  display: block;
  height: 550px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.promo__video__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.promo__video__bg::before {
  background-color: #0006;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.promo__video__content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.promo__video__content .container {
  max-width: 1220px;
}
.promo__title {
  font-family: var(--second-font);
  color: var(--primary);
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 10px;
}
.glow {
  animation: pulse 4s infinite;
}

.promo__subtitle {
  font-size: 30px;
  font-weight: 400;
  color: white;
  text-align: center;
}
.intro {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 30px;
}

.h1-style-3.is-large.center {
  text-align: center;
  margin-bottom: 30px;
  color: #5e0031;
}

.h1-style-3.is-large {
  font-family: var(--main-font);
  font-size: 42px;
}
.caption {
  z-index: 3;
  color: white;
  text-align: center;
  background-color: transparent;
  position: relative;
  inset: 0;
  width: fit-content;
}
.caption::before {
  content: "";
  position: absolute;
  bottom: -4px;
  height: 1px;
  width: 0;
  background-color: var(--primary);
  transition: width 0.4s ease;
  left: 50%;
  transform: translateX(-50%);
}

.slide:hover .caption::before {
  width: 100%;
}

.h1-style {
  font-family: var(--second-font);
  color: #1b0032;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
}

.section.grey {
  background-color: #ededed;
}
.is-footer-bg {
  background-color: #45434c;
  box-shadow: rgba(255, 255, 255, 0.3) 0px 10px 10px -10px;
}
.pt-large {
  padding-top: 250px;
}
.link-logo {
  max-width: 150px;
}
.contacts__address {
  color: #343434;
  line-height: 1.3;
  font-size: 16px;
  font-family: var(--main-font);
}
.map-wrapper {
  width: 100%;
}
.contacts__map-wrapper {
  width: 100%;
  height: 100%;
}
.map {
  height: 335px;
  width: 100%;
  border: none;
}
.align-center {
  align-items: center;
  justify-content: center;
}

.footer {
  background-color: #45434c;
  color: #fff;
  padding-block: 24px;
  text-align: center;
}
.footer .container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer .container p {
  font-size: 16px;
  font-family: var(--main-font);
}
.footer__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.footer__link {
  text-transform: uppercase;
}
/*ABOUT*/
.about__subtitle,
.adv__subtitle {
  text-align: center;
  max-width: 1000px;
  display: block;
  margin: 0 auto;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  line-height: 1;
}
.adv__subtitle {
  background-color: #ffffff99;
  padding: 20px;
}
.about__title {
  background-color: var(--pink);
  padding: 2px 10px;
  width: fit-content;
  color: white;
  position: relative;
  display: block;
  margin-inline: auto;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: normal;
}
.about__title::before,
.about__title::after {
  content: "";
  background-color: var(--pink);
  width: 15px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.about__title::before {
  left: -35px;
}
.about__title::after {
  right: -35px;
}
.title-mb {
  margin-bottom: 30px;
  width: fit-content;
  text-align: center;
  margin-inline: auto;
}
.flex-part {
  width: 50%;
}
.flex-part .intro {
  margin-bottom: 40px;
}

.section__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.small-img {
  width: 250px;
}
.intro.supplement-intro {
  margin-bottom: 12px;
  width: 100%;
}
.small-img {
  border-radius: 40px;
  overflow: hidden;
}
/*COSMETIC*/
.cosmetic__list li {
  padding: 15px;
  background-color: white;
  width: 25%;
}
.cosmetic__list h3 {
  text-align: center;
  margin-bottom: 12px;
  font-family: var(--main-font);
  font-size: 25px;
  font-weight: normal;
  height: 85px;
  align-content: center;
  border-bottom: 1px solid #d9d9d9;
}
/*ADVERTISERS*/
.adv__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.adv__list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.adv__list li::before {
  content: "";
  background-color: var(--primary);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: inline-block;
  flex-shrink: 0;
}
.article__list-heading {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.article__list-heading::before {
  content: "";
  background-color: var(--primary);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  flex-shrink: 0;
}
.article__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.article__list p {
  text-align: left;
  font-family: var(--main-font);
  color: #575757;
}

.no-gap-heading .article__list p:not(.article__list-heading) {
  padding-left: 28px;
}

.splash-sm {
  background-size: 600px 500px;
}
/*CONTACTS*/
.intro.contacts-intro {
  width: 100%;
  margin-bottom: 30px;
  font-size: 26px;
  color: #212121;
  padding: 10px 20px;
  background-color: #ffffff66;
  border-radius: 4px;
  text-align: center;
}
.form__flex-part {
  width: 50%;
}
.contacts__flex-part {
  width: 50%;
}
.form__input-data {
  display: flex;
  flex-direction: column;
}
.form label {
  color: #171717;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--main-font);
}
.form input {
  color: #686868;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  min-height: 56px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 4px;
}
.form textarea {
  height: auto;
  color: #171717;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  min-height: 149px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  resize: none;
  font-family: var(--main-font);
  border-radius: 4px;
}
.dropdown-wrapper {
  position: relative;
  width: 100%;
  font-family: sans-serif;
}

.dropdown-input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.dropdown-list {
  position: absolute;
  top: 58px;
  left: 0;
  right: 0;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-top: none;
  background: white;
  z-index: 10;
  display: none;
  width: 250px;
}

.dropdown-list.visible {
  display: block;
}

.dropdown-item {
  padding: 8px 12px;
  cursor: pointer;
  font-size: 16px;
}

.dropdown-item:hover {
  background-color: #f0f0f0;
}
.form__btn {
  background-color: var(--accent-1);
  font-family: var(--main-font);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 1px 2px #00000080;
  border-radius: 5px;
  width: 100%;
  padding: 10px 40px;
  font-size: 17px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 5px #0003;
  align-content: center;
  margin-inline: auto;
  max-width: 400px;
  display: block;
}
.form__btn:hover,
.form__btn:focus,
.form__btn:active {
  opacity: 0.8;
}
.form__btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.extra {
  margin-left: 4px;
  display: inline-block;
  color: #aa3c3c;
}
.form__error {
  color: rgb(223, 49, 49);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 8px;
  margin-bottom: 4px;
  min-height: 20px;
  display: flex;
  align-items: center;
  gap: 2px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.form .input--error {
  border: 1px solid rgb(223, 49, 49);
}
.form__error.visible {
  opacity: 1;
  pointer-events: auto;
}
.form__address {
  margin-block: 12px;
}

.msg.show {
  display: flex;
}
.msg {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 2;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}
.msg__text {
  font-size: 17px;
  background: #fff;
  line-height: 160%;
  padding: 35px;
  margin-top: 0vh;
  margin-inline: auto;
  max-width: 400px;
}
/*BLOG*/
.blog__list-heading {
  width: fit-content;
  text-align: center;
  margin-bottom: 10px;
  font-family: var(--main-font);
  font-size: 25px;
  font-weight: normal;
  align-content: center;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--primary);
}
.promo__card-heading {
  margin-inline: auto;
}
.blog__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.detox__list-heading {
  width: fit-content;
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: var(--main-font);
  font-weight: normal;
  border-bottom: 1px solid #d9d9d9;
}
.blog__separator {
  width: 100%;
  height: 1px;
  background-color: var(--primary);
  box-shadow: 0 1px 6px #00000061;
}

/*MEDIA*/

@media screen and (max-width: 1440px) {
  .container {
    max-width: 1220px;
    padding-inline: 20px;
  }
  p {
    line-height: 1.5;
  }
  h1 {
    font-size: 48px;
  }
  .h1-style {
    font-size: 44px;
  }
  .h1-style-3 {
    font-size: 45px;
  }
  .section {
    padding-block: 40px;
  }
  .section__content {
    gap: 35px;
  }
  .content-flex {
    gap: 25px;
  }
  .white-bg {
    padding: 30px;
  }
  .flex-part .intro {
    margin-bottom: 30px;
  }
  .intro {
    font-size: 33px;
  }
  .promo__title {
    font-size: 56px;
  }
  .promo__subtitle {
    font-size: 28px;
  }
  .section.pt-large {
    padding-top: 200px;
  }
  .title-mb {
    margin-bottom: 20px;
  }
  .small-img {
    width: 210px;
  }
  footer {
    font-size: 16px;
  }
  .cosmetic__list h3 {
    font-size: 24px;
    height: 100px;
  }
  .about__subtitle,
  .adv__subtitle {
    font-size: 46px;
  }
  .blog__list-heading {
    font-size: 24px;
  }
  .blog__list {
    gap: 16px;
  }
}
@media screen and (max-width: 1220px) {
  .container {
    max-width: 1024px;
    padding-inline: 15px;
  }
  .container.is-small,
  .about__subtitle,
  .adv__subtitle {
    max-width: 950px;
  }
  p {
    line-height: 1.5;
  }
  h1 {
    font-size: 46px;
  }
  .h1-style {
    font-size: 42px;
  }
  .h1-style-3 {
    font-size: 41px;
  }
  .section {
    padding-block: 40px;
  }
  .section__content {
    gap: 30px;
  }
  .content-flex {
    gap: 25px;
  }
  .white-bg {
    padding: 25px;
  }
  .flex-part .intro {
    margin-bottom: 20px;
  }
  .intro {
    font-size: 30px;
  }
  .header__logo {
    max-width: 110px;
  }
  .link-logo {
    max-width: 120px;
  }
  .first-section {
    margin-top: 59px;
  }
  .promo__title {
    font-size: 54px;
  }
  .promo__subtitle {
    font-size: 26px;
    line-height: 1.3;
  }
  .section.pt-large {
    padding-top: 180px;
  }
  .small-img {
    width: 190px;
  }
  .cosmetic__list h3 {
    font-size: 22px;
    height: 85px;
  }
  .blog__list-heading {
    font-size: 22px;
  }
  .form input {
    padding: 12px 15px;
  }
  .dropdown-list {
    top: 56px;
  }
  h2 {
    font-size: 40px;
  }
  .heading-special {
    font-size: 50px;
    margin-top: -10px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    max-width: 100%;
  }
  .section {
    padding-block: 25px;
  }
  h1 {
    font-size: 40px;
  }
  .h1-style,
  .h1-style-3 {
    font-size: 35px;
  }
  .h1-style-3.is-large.center {
    margin-bottom: 25px;
    font-size: 35px;
  }
  .menu {
    gap: 15px;
  }
  .menu__item a,
  .dropdown__name p,
  .dropdown__item a {
    font-size: 14px;
  }
  .content-flex {
    gap: 20px;
  }
  .promo__video__media,
  .promo__video-wrapper {
    height: 500px;
  }
  .promo__title {
    font-size: 50px;
  }
  .promo__subtitle {
    font-size: 24px;
  }
  .intro {
    font-size: 28px;
  }
  .map-wrapper {
    width: 500px;
  }
  .footer {
    padding-block: 20px;
  }
  .container.is-small,
  .about__subtitle,
  .adv__subtitle {
    max-width: 100%;
    padding-inline: 15px;
  }
  .about__subtitle,
  .adv__subtitle {
    font-weight: 400;
  }
  .small-img {
    width: 170px;
    flex-shrink: 0;
  }
  .about__subtitle,
  .adv__subtitle {
    font-size: 40px;
  }
  .cosmetic__list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cosmetic__list li {
    width: 48%;
  }
  .cosmetic__list h3 {
    height: 60px;
  }
  .form__flex-part {
    width: 60%;
  }

  .contacts__flex-part {
    width: 40%;
  }
  .contacts__map-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section.supplement-bg,
  .section.cosmetic-bg {
    min-height: 300px;
  }
  .burger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    margin-left: auto;
  }
  .burger span {
    display: block;
    content: "";
    width: 25px;
    height: 3px;
    background-color: white;
    transition: all 0.3s ease;
  }
  .header__menu {
    position: absolute;
    height: 100vh;
    width: 320px;
    right: 0;
    top: 100%;
    background: #45434c;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 20px;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 1000;
  }

  .header__menu.active {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }

  .dropdown__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 15px;
    position: static;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
  }
  .menu__item {
    width: 100%;
  }
  .menu__item a {
    width: 100%;
    text-align: center;
  }
  .dropdown__name,
  .dropdown__name::after {
    display: none;
  }
  .dropdown__item:not(:last-child) a {
    margin-bottom: 0;
  }
  .menu__item a::after {
    display: none;
  }
  .header__logo {
    max-width: 100px;
  }
  .first-section {
    margin-top: 55px;
  }
  .promo__subtitle {
    font-size: 20px;
  }
  .promo__video__media,
  .promo__video-wrapper {
    height: 400px;
  }
  .intro {
    font-size: 25px;
    width: 300px;
  }
  .h1-style-3.is-large.center,
  .h1-style,
  .h1-style-3 {
    font-size: 33px;
  }
  .intro {
    width: 100%;
  }

  .section.pt-large {
    padding-top: 25px;
  }
  .map-wrapper {
    width: 450px;
  }
  .white-bg {
    padding: 15px;
  }
  .link-logo {
    max-width: 100px;
  }
  .content-flex:not(.white-bg, .form-flex) {
    flex-direction: column;
  }
  .goals .content-flex:not(.white-bg):nth-of-type(even),
  .content-flex.img-left {
    flex-direction: column-reverse;
  }
  .content-flex.img-right {
    flex-direction: column;
  }

  .content-flex.form__name-wrapper {
    flex-direction: row;
  }
  .form__name-wrapper {
    gap: 0;
  }
  .cosmetic__list {
    flex-wrap: wrap;
  }
  .cosmetic__list h3 {
    font-size: 20px;
    height: 65px;
  }
  .form__flex-part,
  .contacts__flex-part {
    width: 100%;
    max-width: 700px;
    margin-inline: auto;
  }
  .form__name-wrapper .flex-part {
    width: 48%;
  }
  .contacts__map-wrapper {
    margin-left: auto;
    margin-top: -120px;
    width: 55%;
  }
  .content-flex.even-flex {
    flex-direction: column-reverse;
  }
  .flex-part:not(.form__flex-part, .form__input-data) {
    width: unset;
  }
}
@media screen and (max-width: 640px) {
  .form__flex-part,
  .form__input-data {
    width: 100%;
  }
  .content-flex.form__name-wrapper,
  .content-flex.form-flex {
    flex-direction: column;
    align-items: center;
  }
  .form__name-wrapper .flex-part {
    width: 100%;
  }
  .promo__title {
    font-size: 40px;
  }
  .promo__subtitle {
    font-size: 18px;
  }
  .intro {
    font-size: 23px;
    text-align: center;
  }
  .intro.supplement-intro {
    text-align: left;
  }
  .blog__list-heading,
  .detox__list-heading {
    margin-inline: auto;
  }
  .color-line {
    margin-top: 15px;
    height: 6px;
    margin-inline: auto;
  }
  p {
    font-size: 16px;
  }
  .special {
    font-size: 55px;
  }
  .h1-style-3.is-large.center,
  .h1-style,
  .h1-style-3 {
    font-size: 30px;
    text-align: center;
  }
  .slider {
    height: auto;
  }
  .slider-track {
    justify-content: center;
    flex-wrap: wrap;
  }
  .slide {
    height: 250px;
    width: 210px;
  }
  .content-flex.white-bg {
    flex-direction: column;
    width: 100%;
    align-items: start;
  }
  .map-wrapper {
    width: 100%;
    margin-top: unset;
  }
  footer {
    font-size: 14px;
  }
  .about__subtitle,
  .adv__subtitle {
    font-size: 36px;
    line-height: 1.3;
  }

  h1 {
    font-size: 36px;
  }
  .footer .container p {
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .content-flex.cosmetic__list {
    flex-direction: column;
  }
  .cosmetic__list li {
    width: 100%;
  }
  .cosmetic__list h3 {
    height: 100%;
    padding-bottom: 3px;
  }
  .section__content {
    gap: 20px;
  }
  .footer__list {
    gap: 15px 20px;
    flex-wrap: wrap;
  }
  .footer__link {
    text-transform: unset;
  }
}
@media screen and (max-width: 480px) {
  .promo__title {
    font-size: 31px;
  }
  h1 {
    font-size: 30px;
    line-height: 1.1;
  }
  .h1-style-3.is-large.center,
  .h1-style {
    font-size: 26px;
  }
  .h1-style-3 {
    font-size: 24px;
  }
  .promo__subtitle {
    font-size: 16px;
  }
  .intro {
    font-size: 21px;
  }
  .special {
    font-size: 50px;
  }
  .slide {
    height: 250px;
    width: 300px;
  }
  .white-bg {
    width: 100%;
    border: none;
  }
  .section.pt-large {
    background-color: white;
  }
  .contacts,
  .link-logo {
    text-align: center;
    margin-inline: auto;
  }
  p,
  .intro.supplement-intro {
    text-align: center;
  }
  .content-flex.supplement-sm-flex {
    flex-direction: column;
  }
  .content-flex.supplement-sm-flex:nth-last-of-type(even) {
    flex-direction: column-reverse;
  }
  .adv__list li::before {
    flex-shrink: 0;
  }
  .adv__list li p {
    text-align: left;
  }
  .blog__list-heading {
    font-size: 20px;
  }
  .content-flex.form__name-wrapper {
    flex-direction: column;
  }
  .form__name-wrapper .flex-part {
    width: 100%;
  }
  .intro.contacts-intro {
    font-size: 23px;
  }
}

/*POLICIES*/
.policy__title {
  text-transform: none;
  margin-bottom: 20px;
  font-family: "Cormorant Garamond";
}
.policy__note {
  text-align: center;
}
.policy__body {
  margin: 20px 0 0;
  text-align: justify;
}
.policy__heading {
  margin-bottom: 15px;
  font-size: 20px;
  text-transform: none;
  font-weight: bold;
  font-family: var(--main-font);
}
.policy__body p:not(:last-child) {
  margin-bottom: 15px;
}

.policy__ordered-list {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.policy__ordered-heading {
  margin-bottom: 12px;
  font-size: 19px;
}
.policy__inner-list {
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.policy__inner-heading {
  font-size: 17px;
  margin-bottom: 12px;
}
.policy a {
  color: var(--accent-1);
}
.policy a:hover,
.policy a:focus {
  text-decoration: underline;
}
.policy .policy__address p {
  margin-bottom: 0;
}
.policy p, .policy__ordered-heading, .policy__inner-heading{font-family: "Lato";}
.policy__address {
  display: flex;
  flex-direction: column;
  padding-inline: 15px;
}
.marked-list li {
  padding-left: 15px;
  position: relative;
}
.marked-list li::before {
  content: "\2022";
  display: inline-block;
  position: absolute;
  left: 0;
}
.marked-list li p:not(:last-child) {
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .policy__inner-heading {
    font-size: 16px;
  }
  .policy__ordered-heading {
    font-size: 18px;
  }
  .policy__heading {
    font-size: 19px;
  }
}

@media screen and (max-width: 480px) {
  .policy__body p {
    text-align: left;
  }
}
.collage {
  position: relative;
  width: 100%;
  max-width: 450px;
}
.img-collaged-1 {
  max-width: 350px;
  margin-left: auto;
}
.img-collaged-2 {
  width: auto;
  height: 300px;
  margin-top: -100px;
}
@media screen and (max-width: 900px) {
  .collage {
    max-width: 400px;
  }
}

.slider-vertical {
  width: 330px;
  height: 700px;
}

.swiper-slide img {
  width: auto;
  height: 220px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .slide-context-content {
    width: 100%;
  }
  .collage {
    max-width: 100%;
  }
  .img-collaged-2 {
    display: none;
  }
  .img-collaged-1 {
    margin-right: auto;
    max-width: 100%;
  }
  .slide-img-vert {
    margin-inline: auto;
  }
  .slider-vertical {
    width: 100%;
    height: 200px;
  }
  .swiper-slide img {
    height: 200px;
  }
}
@media screen and (max-width: 640px) {
  .swiper-slide img,
  .slider-vertical {
    height: 180px;
  }
}

@media screen and (max-width: 570px) {
  .swiper-slide img,
  .slider-vertical {
    height: 150px;
  }
}
@media screen and (max-width: 480px) {
  .swiper-slide img,
  .slider-vertical {
    height: 130px;
  }
}
@media screen and (max-width: 440px) {
  .swiper-slide img,
  .slider-vertical {
    height: 100px;
  }
}

.button-86 {
  all: unset;
  width: 100px;
  height: 30px;
  font-size: 16px;
  background: transparent;
  border: none;
  position: relative;
  color: #f0f0f0;
  cursor: pointer;
  z-index: 1;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-inline: auto;
}

.button-86::after,
.button-86::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -99999;
  transition: all 0.4s;
}

.button-86::before {
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
  background: var(--accent-1);
  border-radius: 10px;
}

.button-86::after {
  transform: translate(10px, 10px);
  width: 35px;
  height: 35px;
  background: #ffffff15;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 50px;
}

.button-86:hover::before {
  transform: translate(5%, 20%);
  width: 110%;
  height: 110%;
}

.button-86:hover::after {
  border-radius: 10px;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
}

.button-86:active::after {
  transition: 0s;
  transform: translate(0, 5%);
}
.blog-hero {
  background-color: #aea8ba;
  position: relative;
  overflow: hidden;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-hero::before,
.blog-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  filter: blur(8px);
}

.blog-hero::before {
  width: 120px;
  height: 120px;
  top: 10%;
  left: 20%;
  animation: float 10s infinite linear;
}
.blog-hero::after {
  width: 60px;
  height: 60px;
  top: 70%;
  left: 80%;
  animation: drift 12s infinite ease-in-out;
}

.blog__articles {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}
.blog__card {
  width: calc(33.333% - 17px);
  min-width: 280px;
}

.card__image {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 300px;
  overflow: hidden;
}
.no-webp .blog__card:nth-of-type(1) .card__image {
  background-image: url(../img/blog-1.png);
}
.webp .blog__card:nth-of-type(1) .card__image {
  background-image: url(../img/blog-1.webp);
}
.no-webp .blog__card:nth-of-type(2) .card__image {
  background-image: url(../img/blog-2.png);
}
.webp .blog__card:nth-of-type(2) .card__image {
  background-image: url(../img/blog-2.webp);
}
.no-webp .blog__card:nth-of-type(3) .card__image {
  background-image: url(../img/blog-3.jpg);
}
.webp .blog__card:nth-of-type(3) .card__image {
  background-image: url(../img/blog-3.webp);
}
.no-webp .blog__card:nth-of-type(4) .card__image {
  background-image: url(../img/blog-4.png);
}
.webp .blog__card:nth-of-type(4) .card__image {
  background-image: url(../img/blog-4.webp);
}
.no-webp .blog__card:nth-of-type(5) .card__image {
  background-image: url(../img/blog-5.jpg);
}
.webp .blog__card:nth-of-type(5) .card__image {
  background-image: url(../img/blog-5.webp);
}
.no-webp .blog__card:nth-of-type(6) .card__image {
  background-image: url(../img/blog-6.png);
}
.webp .blog__card:nth-of-type(6) .card__image {
  background-image: url(../img/blog-6.webp);
}
.card__overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
  text-align: center;
  padding: 1rem;
  transition: transform 0.4s ease;
}

.card__hover {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
  padding: 1.5rem;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  text-align: center;
}

.card__image:hover .card__overlay {
  transform: translateY(-100%);
}

.card__image:hover .card__hover {
  transform: translateY(0);
}

.card__button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background-color: var(--primary);
  color: white;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.card__button:hover {
  background-color: var(--accent-1);
}
.container.bordered-container {
  border: 10px double #f0f0f0;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .container.bordered-container {
    padding: 1rem;
  }
  .no-mob {
    display: none;
  }
}
.article-main-img {
  max-width: 750px;
  margin: 0 auto 30px;
}
.blog-back-btn {
  text-align: center;
  width: 180px;
  display: block;
  margin: 30px auto;
  transition: all 0.2s ease-in-out;
}
.blog-back-btn:hover {
  color: var(--accent-1);
}
figcaption {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  margin-top: 16px;
  line-height: 1.3;
}
.article-intro {
  margin-block: 24px;
}
.contacts__body {
  background-color: #aea8ba;
  position: relative;
}
.contacts__body::before,
.contacts__body::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  filter: blur(8px);
}

.contacts__body::before {
  width: 180px;
  height: 180px;
  top: 0%;
  left: 0%;
  animation: float-bigger 5s infinite linear;
}
.contacts__body::after {
  width: 140px;
  height: 140px;
  top: 20%;
  left: 80%;
  animation: drift-bigger 12s infinite ease-in-out;
}

@media screen and (max-width: 550px) {
  .contacts__body::after,
  .contacts__body::before,
  .blog-hero::after,
  .blog-hero::before {
    display: none;
  }
}
@keyframes float-bigger {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(20px, -30px) rotate(5deg);
  }
  50% {
    transform: translate(0, -50px) rotate(0deg);
  }
  75% {
    transform: translate(-20px, -30px) rotate(-5deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes drift-bigger {
  0% {
    transform: translate(0, 0) scale(1);
  }
  20% {
    transform: translate(-25px, 15px) scale(1.05);
  }
  50% {
    transform: translate(-40px, -10px) scale(1);
  }
  80% {
    transform: translate(15px, 25px) scale(0.98);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}

@keyframes drift {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  25% {
    transform: translateX(-20px) rotate(15deg);
  }
  50% {
    transform: translateX(10px) rotate(-10deg);
  }
  75% {
    transform: translateX(-10px) rotate(5deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}
@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(-80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes pulse {
  0% {
    text-shadow: 0 0 5px #ffffff;
  }
  50% {
    text-shadow: 0 0 20px #b76fb7;
  }
  100% {
    text-shadow: 0 0 5px #fff;
  }
}

/*VERIFICATION*/

.image-wrapper {
  position: relative;
}
.verified-badge {
  position: absolute;
  bottom: 30px;
  right: 15px;
  background: white;
  color: #32373c;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 16px;
  border: 1px solid #32373c;
  font-family: sans-serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 10;
  width: fit-content;
}
.verified-badge:hover {
  background: var(--primary);
  color: white;
  border: 1px solid transparent;
}

.crModal {
  position: absolute;
  bottom: 70px;
  right: 15px;
  background: white;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  z-index: 100;
  max-width: 320px;
  width: 100%;
  display: none;
  pointer-events: auto;
}
.crModal::before {
  content: "";
  position: absolute;
  background: transparent;
  pointer-events: auto;
  height: 15px;
  width: 100%;
  right: 0;
  bottom: -15px;
  top: auto;
}

.verified-badge:hover + .crModal,
.crModal:hover {
  display: block;
}

.crModal a {
  color: var(--accent-1);
}
.crModal a:hover {
  text-decoration: underline;
}
.crModal h4 {
  margin: 0;
}
.left-bg .crModal,
.left-bg .verified-badge {
  right: auto;
  left: 15px;
}
@media screen and (max-width: 480px) {
  .crModal {
    max-width: 290px;
  }
}
.slide-in-from-right.image-wrapper,
.slide-in-from-left.image-wrapper {
  height: fit-content;
}
.badge-left .verified-badge {
  left: 15px;
  right: auto;
}
.badge-left .crModal {
  right: auto;
  left: 15px;
}
.swiper-slide .verified-badge {
  bottom: 10px;
}
.swiper-slide .crModal {
  bottom: 50px;
}
