/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: U001;
  src: url("/assets/fonts/u001-reg.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: U001;
  src: url("/assets/fonts/u001-bol.ttf");
  font-weight: bold;
  font-style: normal;
  /* roboto-condensed-regular - cyrillic */
}
@font-face {
  font-display: swap;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/roboto-condensed-300.woff2") format("woff2"), url("/assets/fonts/roboto-condensed-300.woff") format("woff");
}
* {
  color: #282727;
  box-sizing: border-box;
  font-family: "U001";
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

article {
  overflow: hidden;
}

body {
  overflow-x: hidden;
}

*, html {
  scroll-behavior: smooth !important;
}

.white {
  color: #FFFFFF;
}

.section-tp {
  padding: 150px 0 0;
}
@media (max-width: 1439px) {
  .section-tp {
    padding: 130px 0 0;
  }
}
@media (max-width: 1023px) {
  .section-tp {
    padding: 90px 0 0;
  }
}
@media (max-width: 767px) {
  .section-tp {
    padding: 70px 0 0;
  }
}
@media (max-width: 539px) {
  .section-tp {
    padding: 50px 0 0;
  }
}

.section {
  padding: 150px 0;
}
@media (max-width: 1439px) {
  .section {
    padding: 130px 0;
  }
}
@media (max-width: 1023px) {
  .section {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 70px 0;
  }
}
@media (max-width: 539px) {
  .section {
    padding: 50px 0;
  }
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  color: #FFFFFF;
  background-color: #9D3D97;
  padding: 17px 45px;
  box-shadow: 2px 3px 19px rgba(91, 51, 91, 0.29);
}
@media (max-width: 1023px) {
  .button {
    padding: 14px 35px;
  }
}
@media (max-width: 767px) {
  .button {
    padding: 14px 20px;
  }
}
.button.square {
  border-radius: 3px;
  background-color: transparent;
  padding: 13px 25px 12px;
  color: #282727;
  box-shadow: none;
}
@media (max-width: 1023px) {
  .button.square {
    padding: 17px auto 18px;
  }
}
.button.square:hover {
  color: #FFFFFF;
}
.button.buy {
  padding: 17px 25px;
  box-shadow: none;
}
@media (max-width: 1023px) {
  .button.buy {
    padding: 17px 53px;
  }
}
.button.black {
  background-color: #FFFFFF;
  color: #282727;
  transition: 0.2s;
  box-shadow: 2px 3px 29px rgba(131, 42, 109, 0.48);
}
.button.black.border {
  border-color: #FFFFFF;
  color: #FFFFFF;
  height: 52px;
  padding: 15px 53px;
  transition: 0.2s;
  box-shadow: none;
}
@media (max-width: 1023px) {
  .button.black.border {
    padding: 14px 81px;
    height: 49px;
  }
}
@media (max-width: 767px) {
  .button.black.border {
    padding: 14px 20px;
  }
}
.button.black.border:hover {
  color: #282727;
}
.button.black.border:active {
  color: #FFFFFF;
}
.button.black:hover {
  background: #FDBB2E;
}
.button.black:active {
  color: #FFFFFF;
  background: #EC519E;
}
.button.border {
  padding: 15px 45px;
  border: 1px solid #9D3D97;
  background-color: transparent;
  color: #9D3D97;
  height: 52px;
  box-shadow: none;
}
.button.border:hover, .button.border:active {
  color: #FFFFFF;
  border-color: transparent;
}
@media (max-width: 1023px) {
  .button.border {
    padding: 14px 81px;
    height: 46px;
  }
}
@media (max-width: 767px) {
  .button.border {
    padding: 14px 20px;
  }
}
.button:hover {
  background: linear-gradient(266.48deg, #DA5D9C -20.44%, #924292 109.31%);
}
.button:active {
  background: #EC519E;
}

a {
  text-decoration: none;
}

.h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.25;
  margin: 0 auto;
  margin-bottom: 65px;
}
.h1 .color {
  background: linear-gradient(266.48deg, #DA5D9C -20.44%, #924292 109.31%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1439px) {
  .h1 {
    font-size: 36px;
    margin-bottom: 55px;
  }
}
@media (max-width: 1023px) {
  .h1 {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .h1 {
    font-size: 26px;
  }
}
@media (max-width: 539px) {
  .h1 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.25;
  margin: 0 auto;
  margin-bottom: 65px;
}
.h2 .color {
  background: linear-gradient(266.48deg, #DA5D9C -20.44%, #924292 109.31%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1439px) {
  .h2 {
    font-size: 36px;
    margin-bottom: 55px;
  }
}
@media (max-width: 1023px) {
  .h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .h2 {
    font-size: 26px;
  }
}
@media (max-width: 539px) {
  .h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.scroll {
  scroll-margin-top: 170px;
}
@media (max-width: 1439px) {
  .scroll {
    scroll-margin-top: 200px;
  }
}
@media (max-width: 1023px) {
  .scroll {
    scroll-margin-top: 150px;
  }
}
@media (max-width: 767px) {
  .scroll {
    scroll-margin-top: 140px;
  }
}
@media (max-width: 539px) {
  .scroll {
    scroll-margin-top: 130px;
  }
}

sup {
  right: -0.2em;
  font-size: 60%;
}
sup a {
  transition: 0.2s;
}
sup a.white:hover {
  color: #FDBB2E;
}
sup a:hover {
  color: #9D3D97;
}
sup a:active {
  color: #EC519E;
}

.brcrumbs {
  margin: 20px 0;
}
.brcrumbs-items {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  flex-wrap: wrap;
}
.brcrumbs a {
  color: #58595B;
}
.brcrumbs span {
  color: #757575;
  margin: 0 5px;
}
.brcrumbs span:last-child {
  margin: 0;
}
@media (max-width: 767px) {
  .brcrumbs-items {
    font-size: 14px;
  }
}

picture img {
  height: 100%;
  width: 100%;
}

.content {
  height: 150vh;
  background: url("/assets/images/bg-img.svg") no-repeat right bottom;
}

.container {
  width: 1290px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .container {
    width: 985px;
  }
}
@media (max-width: 1023px) {
  .container {
    width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 539px) {
  .container {
    padding: 0 20px;
  }
}

@keyframes mouse-drag {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(5px);
  }
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slide-fade {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  99% {
    transform: translateX(-40px);
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@keyframes slide-fade-reverse {
  0% {
    transform: translateX(-40px);
    opacity: 0;
    z-index: 1;
  }
  99% {
    transform: translateX(0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-fade-r {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  99% {
    transform: translateX(40px);
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@keyframes slide-fade-r-reverse {
  0% {
    transform: translateX(40px);
    opacity: 0;
    z-index: 1;
  }
  99% {
    transform: translateX(0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes toggle-arrows {
  0% {
    transform: translateX(0px);
  }
  15% {
    transform: translateX(-5px);
  }
  30% {
    transform: translateX(0px);
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes toggle-arrows-r {
  0% {
    transform: translateX(0px);
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  50% {
    transform: translateX(0px);
  }
  65% {
    transform: translateX(5px);
  }
  80% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(0px);
  }
}
.slide-fade-down-enter-activel,
.slide-fade-down-leave-active {
  transition: 0.3s;
}

.slide-fade-down-enter-from,
.slide-fade-down-leave-to {
  transform: translateY(-20px);
  opacity: 0;
}

.slide-fade-enter-active {
  animation: slide-fade-reverse 0.3s;
}

.slide-fade-leave-active {
  animation: slide-fade 0.3s;
}

.slide-fade-r-enter-active {
  animation: slide-fade-r-reverse 0.3s;
}

.slide-fade-r-leave-active {
  animation: slide-fade-r 0.3s;
}

.header {
  box-shadow: 2px 3px 19px rgba(91, 51, 91, 0.29);
  background-color: #FFFFFF;
  position: sticky;
  top: 0;
  z-index: 999;
}
.header-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
.header-logo {
  width: 210px;
  display: block;
}
.header-logo img {
  width: 100%;
}
.header-nav {
  display: flex;
  align-items: center;
  z-index: 20;
}
.header-nav-dropdown {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  width: max-content;
  border-radius: 6px;
  box-shadow: 0px 0px 12px rgba(156, 154, 154, 0.19);
  background: #FFFFFF;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-5px);
  transition: 0.3s;
  list-style: none;
  padding: 25px;
}
.header-nav-dropdown li {
  font-size: 16px;
  font-weight: bold;
}
.header-nav-dropdown li a:hover {
  color: #9D3D97;
}
.header-nav-dropdown li a:active {
  color: #EC519E;
}
.header-nav-dropdown li:first-child {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #9D3D97;
}
.header-nav__list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-nav__list-item.sub {
  position: relative;
}
.header-nav__list-item.sub.mobile {
  display: none;
}
.header-nav__list-item.sub:hover .header-nav-dropdown {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
.header-nav__list-item.sub:hover .header-nav__list-arrow {
  stroke: #FFFFFF;
}
.header-nav__list-item.sub button {
  display: flex;
  align-items: center;
}
.header-nav__list-item.sub button:hover span {
  color: #FFFFFF;
}
.header-nav__list-item:not(:last-child) {
  margin-right: 25px;
}
.header-nav__list-arrow {
  height: 8px;
  width: 13px;
  margin-left: 10px;
  stroke: #282727;
  transition: transform 0.3s;
}
.header-nav__toggle {
  display: none;
  width: 26px;
  height: 26px;
  cursor: pointer;
  position: relative;
}
.header-nav__toggle div {
  position: absolute;
  top: 0;
  width: 26px;
  height: 4px;
  background-color: #282727;
  margin-bottom: 5px;
  transition: 0.3s ease transform, 0.3s ease top, 0.3s ease width, 0.3s ease right;
}
.header-nav__toggle div:last-child {
  top: 10px;
}
.header-nav__toggle div:nth-child(2) {
  top: 20px;
}
.header-nav__toggle.close div:first-child {
  top: 8px;
  transform: rotateZ(45deg);
}
.header-nav__toggle.close div:last-child {
  top: 8px;
  transform: rotateZ(45deg);
}
.header-nav__toggle.close div:nth-child(2) {
  width: 26px;
  top: 8px;
  right: 0;
  transform: rotateZ(-45deg);
}
@media (max-width: 1439px) {
  .header-block {
    padding-top: 21px;
    padding-bottom: 12px;
    flex-direction: column;
  }
  .header-logo {
    margin-bottom: 13px;
    width: 203px;
  }
  .header-nav {
    padding-top: 13px;
    border-top: solid #FAFAFA 2px;
  }
  .header-nav__list-item:not(:last-child) {
    margin-right: 17px;
  }
}
@media (max-width: 1023px) {
  .header-block {
    padding: 22px 0;
    flex-direction: row;
  }
  .header-logo {
    width: 220px;
    margin-bottom: 0;
  }
  .header-nav {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #FAFAFA;
    padding-top: 5px;
    border-top: none;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(0.5rem);
    transition: all 0.2s;
  }
  .header-nav.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0rem);
  }
  .header-nav-dropdown {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: none;
    border-radius: 0;
    padding: 20px 0;
    margin: 0 20px;
  }
  .header-nav-dropdown::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 1px;
    width: 90%;
    background-color: #FFFFFF;
  }
  .header-nav-dropdown li:first-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .header-nav__list {
    flex-direction: column;
    width: 100%;
  }
  .header-nav__list-item {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .header-nav__list-item.sub {
    display: none;
  }
  .header-nav__list-item.sub.open .header-nav__list-arrow {
    stroke: #FFFFFF;
    transform: rotate(180deg);
  }
  .header-nav__list-item.sub.open .header-nav-dropdown {
    display: block;
  }
  .header-nav__list-item.sub.mobile {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .header-nav__list-item.sub.mobile.open {
    background: linear-gradient(266.48deg, rgba(218, 93, 156, 0.9) -20.44%, rgba(146, 66, 146, 0.9) 109.31%);
  }
  .header-nav__list-item.sub.mobile.open * {
    color: #FFFFFF;
  }
  .header-nav__list-item.sub.mobile.open .button:hover span {
    color: #FFFFFF;
  }
  .header-nav__list-item.sub.mobile a {
    color: #282727;
  }
  .header-nav__list-item.sub.mobile .button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-nav__list-item:not(:last-child) {
    margin-right: 0;
  }
  .header-nav__list-item:nth-child(7) {
    margin-top: 17px;
    margin-bottom: 48px;
  }
  .header-nav__list-item .button.square {
    width: 100%;
  }
  .header-nav__list-arrow {
    display: block;
  }
  .header-nav__toggle {
    padding: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .header-block {
    padding: 10px 0;
  }
  .header-logo {
    width: 208px;
  }
  .header-nav {
    padding-top: 23px;
  }
}
@media (max-width: 539px) {
  .header-logo {
    width: 135px;
  }
}

.hero {
  padding-top: 60px;
  padding-bottom: 50px;
}
.hero-title {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 0 !important;
}
@media (max-width: 1439px) {
  .hero-title.t {
    max-width: 620px;
  }
}
@media (max-width: 1023px) {
  .hero {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .hero-title {
    max-width: 648px;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-top: 60px;
    padding-bottom: 15px;
  }
  .hero-title {
    max-width: 450px;
  }
}
@media (max-width: 539px) {
  .hero {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .hero-title {
    max-width: 280px;
  }
  .hero-title.t {
    max-width: 280px;
  }
}

.product {
  position: relative;
}
.product-container {
  position: relative;
  width: 1252px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card {
  position: relative;
  height: 434px;
  width: 664px;
  background-image: url("/assets/product-drops/product-bg-1440.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  margin-top: 110px;
  padding-bottom: 44px;
}
.product__img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -110px;
  height: 372px;
  width: 290px;
  margin-left: 20px;
}
.product__description {
  font-size: 18px;
  margin-bottom: 30px;
}
.product-label {
  position: absolute;
  display: flex;
  align-items: center;
}
.product-label.a {
  top: 75px;
  left: 115px;
}
.product-label.a .product-label__text {
  max-width: 240px;
}
.product-label.b {
  top: 75px;
  right: 115px;
}
.product-label.b .product-label__text {
  max-width: 240px;
}
.product-label.c {
  bottom: 165px;
  left: 0;
}
.product-label.c .product-label__text {
  max-width: 240px;
}
.product-label.d {
  bottom: 165px;
  right: 60px;
}
.product-label.d .product-label__text {
  max-width: 180px;
}
.product-label__img {
  margin-left: 30px;
  margin-right: 0;
}
.product-label__text {
  text-align: right;
  font-size: 22px;
  font-weight: bold;
}
.product-label.left .product-label__img {
  margin-right: 30px;
  margin-left: 0;
}
.product-label.left .product-label__text {
  text-align: left;
}
.product__animated {
  position: absolute;
  top: 150px;
  right: 50%;
  transform: translateX(280px);
}
.product__animated path {
  fill: #FFFFFF;
}
.product__animated circle {
  stroke: #FFFFFF;
}
.product__animated .circle {
  transform-box: fill-box;
  transform-origin: center;
  animation: round 20s infinite linear;
}
@media (max-width: 1439px) {
  .product-container {
    width: 923px;
  }
  .product-card {
    height: 373px;
    width: 530px;
    background-image: url("/assets/product-drops/product-bg-1024.png");
    margin-top: 60px;
    padding-bottom: 48px;
  }
  .product__img {
    top: -55px;
    height: 272px;
    width: 210px;
    margin-left: 10px;
  }
  .product__description {
    margin-bottom: 15px;
  }
  .product__animated {
    top: 95px;
    transform: translateX(225px);
    height: 150px;
    width: 150px;
  }
  .product-label.a {
    top: 20px;
    left: 75px;
  }
  .product-label.a .product-label__text {
    max-width: 170px;
  }
  .product-label.b {
    top: 20px;
    right: 40px;
  }
  .product-label.b .product-label__text {
    max-width: 200px;
  }
  .product-label.c {
    bottom: 145px;
    left: 35px;
  }
  .product-label.c .product-label__text {
    max-width: 110px;
  }
  .product-label.d {
    bottom: 145px;
    right: 25px;
  }
  .product-label.d .product-label__text {
    max-width: 110px;
  }
  .product-label__img {
    margin-left: 20px;
  }
  .product-label__text {
    font-size: 18px;
  }
  .product-label.left .product-label__img {
    margin-right: 20px;
  }
}
@media (max-width: 1023px) {
  .product-container {
    width: 768px;
    height: 442px;
    left: 50%;
    transform: translateX(-50%);
  }
  .product-card {
    position: absolute;
    left: -95px;
    top: 105px;
    width: 502px;
    height: 304px;
    margin-top: 0;
    background-image: url("/assets/product-drops/product-bg-768.png");
  }
  .product__img {
    top: -110px;
    margin-left: 40px;
  }
  .product-label__text {
    font-size: 20px;
  }
  .product-label__img {
    height: 64px;
    width: 69px;
  }
  .product-label.a {
    top: 70px;
    left: 300px;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .product-label.a .product-label__text {
    max-width: 280px;
    text-align: left;
  }
  .product-label.a .product-label__img {
    margin-left: 0;
    margin-right: 20px;
  }
  .product-label.b {
    top: 160px;
    right: auto;
    left: 350px;
  }
  .product-label.b .product-label__text {
    max-width: 260px;
  }
  .product-label.c {
    bottom: 5px;
    left: 300px;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .product-label.c .product-label__text {
    max-width: 200px;
    text-align: left;
  }
  .product-label.c .product-label__img {
    margin-left: 0;
    margin-right: 20px;
  }
  .product-label.d {
    bottom: 100px;
    right: auto;
    left: 350px;
  }
  .product-label.d .product-label__text {
    max-width: 210px;
  }
  .product__animated {
    top: -30px;
    right: 25px;
    transform: none;
    height: 140px;
    width: 140px;
  }
  .product__animated path {
    fill: #9D3D97;
  }
  .product__animated circle {
    stroke: #9D3D97;
  }
}
@media (max-width: 767px) {
  .product-container {
    width: 90%;
    height: auto;
    flex-direction: column;
    left: 0;
    transform: none;
  }
  .product-card {
    position: relative;
    top: 0;
    left: 0;
    width: 460px;
    height: 322px;
    margin-top: 47px;
    background-image: url("/assets/product-drops/product-bg-540.png");
    padding-bottom: 33px;
    margin-bottom: 30px;
  }
  .product__img {
    height: 228px;
    width: 176px;
    top: -47px;
    margin-left: 10px;
  }
  .product__description {
    margin-bottom: 20px;
  }
  .product__animated {
    top: 94px;
    right: 50%;
    height: 145px;
    width: 145px;
    transform: translateX(200px);
  }
  .product__animated path {
    fill: #FFFFFF;
  }
  .product__animated circle {
    stroke: #FFFFFF;
  }
  .product-label {
    position: static;
    width: 430px;
    margin-bottom: 10px;
  }
  .product-label.c {
    order: 1;
    margin-bottom: 0;
  }
  .product-label__text {
    max-width: 100% !important;
    width: 290px;
    font-size: 18px;
  }
}
@media (max-width: 539px) {
  .product-container {
    width: 100%;
    overflow: hidden;
    margin-bottom: -15px;
  }
  .product__description {
    font-size: 16px;
  }
  .product-card {
    height: 257px;
    width: 367px;
    background-image: url("/assets/product-drops/product-bg-320.png");
    margin-top: 42px;
    margin-bottom: 15px;
  }
  .product__img {
    height: 171px;
    width: 131px;
    top: -42px;
  }
  .product-label {
    max-width: 357px;
    width: 95%;
  }
  .product-label__img {
    margin-right: 10px !important;
    height: 61px;
    width: 66px;
  }
  .product-label__text {
    width: auto;
    font-size: 14px;
  }
  .product__animated {
    top: 56px;
    transform: translateX(141px);
    height: 100px;
    width: 100px;
  }
}

.simptoms-container {
  width: 1300px;
  margin: 0 auto;
}
.simptoms-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.simptoms-items {
  display: flex;
  width: 733px;
  flex-direction: column;
  margin-right: 120px;
}
.simptoms-items-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.simptoms-items-row:not(:first-child) {
  margin-top: -15px;
}
.simptoms-items-row:last-child {
  display: none;
}
.simptoms-items-hex {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 244px;
  width: 244px;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  transition: 0.2s;
}
.simptoms-items-hex.mobile {
  display: none;
}
.simptoms-items-hex.extra {
  display: none;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/assets/images/hex-extra-bg.png");
}
.simptoms-items-hex.extra::before, .simptoms-items-hex.extra::after {
  display: none;
}
.simptoms-items-hex:before, .simptoms-items-hex::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.2s;
}
.simptoms-items-hex:before {
  background-image: url("/assets/images/hex-bg.png");
  opacity: 1;
}
.simptoms-items-hex:after {
  background-image: url("/assets/images/hex-hover-bg.png");
  opacity: 0;
  z-index: -1;
}
.simptoms-items-hex:hover:before, .simptoms-items-hex.open:before {
  opacity: 0;
}
.simptoms-items-hex:hover::after, .simptoms-items-hex.open::after {
  opacity: 1;
}
.simptoms-items-hex.no-hover:hover:before {
  opacity: 1;
}
.simptoms-items-hex.no-hover:hover::after {
  opacity: 0;
}
.simptoms-items-hex:hover .simptoms-items-hex__title, .simptoms-items-hex.open .simptoms-items-hex__title {
  opacity: 0;
}
.simptoms-items-hex:hover .simptoms-items-hex__text, .simptoms-items-hex.open .simptoms-items-hex__text {
  opacity: 1;
}
.simptoms-items-hex.no-hover:hover .simptoms-items-hex__title {
  opacity: 1;
}
.simptoms-items-hex.no-hover:hover .simptoms-items-hex__text {
  opacity: 0;
}
.simptoms-items-hex.no-hover::before {
  background-image: url("/assets/images/hex-bg-nh.png");
}
.simptoms-items-hex__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 200px;
  opacity: 1;
  transition: 0.3s;
  cursor: default;
}
.simptoms-items-hex__text {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  max-width: 200px;
  transition: 0.3s;
  cursor: default;
}
.simptoms-items-hex__text.sm {
  font-size: 21px;
}
.simptoms-items-hex__text.sm.m {
  display: none;
}
.simptoms__img {
  display: block;
  height: 375px;
  width: 293px;
  margin-top: 100px;
  margin-right: 20px;
}
.simptoms__animated {
  position: absolute;
  top: -30px;
  right: 60px;
}
.simptoms__animated .circle {
  transform-box: fill-box;
  transform-origin: center;
  animation: round 20s infinite linear;
}
@media (max-width: 1439px) {
  .simptoms-container {
    width: 935px;
  }
  .simptoms-content {
    position: relative;
    justify-content: start;
  }
  .simptoms-items {
    width: 630px;
    margin-right: 0;
    margin-left: 10px;
  }
  .simptoms-items-hex {
    height: 210px;
    width: 210px;
  }
  .simptoms-items-hex__title, .simptoms-items-hex__text {
    font-size: 22px;
    max-width: 170px;
  }
  .simptoms-items-hex__text.sm {
    width: 190px;
  }
  .simptoms-items-hex__text.sm.d {
    display: none;
  }
  .simptoms-items-hex__text.sm.m {
    display: block;
  }
  .simptoms-items-row:not(:first-child) {
    margin-top: -25px;
  }
  .simptoms__img {
    position: absolute;
    top: 60px;
    right: 0;
    height: 325px;
    width: 254px;
    margin-top: 0;
    margin-right: 0;
  }
  .simptoms__animated {
    height: 153px;
    width: 153px;
    right: -20px;
    top: -50px;
  }
}
@media (max-width: 1023px) {
  .simptoms-container {
    width: 648px;
  }
  .simptoms-content {
    flex-direction: column;
    margin-bottom: -25px;
  }
  .simptoms-items {
    margin-bottom: 19px;
    width: 100%;
    justify-content: center;
  }
  .simptoms-items-hex__title, .simptoms-items-hex__text, .simptoms-items-hex__text.sm {
    font-size: 18px;
  }
  .simptoms-items-hex:nth-child(4) {
    margin-left: 0;
  }
  .simptoms-items-hex:hover:before {
    opacity: 1;
  }
  .simptoms-items-hex:hover::after {
    opacity: 0;
  }
  .simptoms-items-hex.open:hover:before {
    opacity: 0;
  }
  .simptoms-items-hex.open:hover::after {
    opacity: 1;
  }
  .simptoms-items-hex:hover .simptoms-items-hex__title {
    opacity: 1;
  }
  .simptoms-items-hex:hover .simptoms-items-hex__text {
    opacity: 0;
  }
  .simptoms-items-hex.open:hover .simptoms-items-hex__title {
    opacity: 0;
  }
  .simptoms-items-hex.open:hover .simptoms-items-hex__text {
    opacity: 1;
  }
  .simptoms__img {
    display: none;
  }
  .simptoms__animated {
    display: none;
  }
}
@media (max-width: 767px) {
  .simptoms__title {
    max-width: 360px;
  }
  .simptoms-container {
    width: 480px;
  }
  .simptoms-content {
    margin-bottom: -25px;
  }
  .simptoms-items {
    margin-bottom: 30px;
  }
  .simptoms-items-hex {
    height: 160px;
    width: 160px;
  }
  .simptoms-items-hex__title, .simptoms-items-hex__text {
    font-size: 16px;
    max-width: 130px;
  }
  .simptoms-items-hex__text.sm {
    width: auto;
    font-size: 16px;
  }
  .simptoms__img {
    height: 237px;
    width: 398px;
  }
}
@media (max-width: 539px) {
  .simptoms-container {
    position: relative;
    width: 100%;
  }
  .simptoms-content {
    justify-content: center;
    margin-bottom: 0;
    overflow-x: hidden;
    overflow-y: clip;
  }
  .simptoms-items {
    width: 445px;
    margin-bottom: 10px;
  }
  .simptoms-items-row:last-child {
    display: flex;
  }
  .simptoms-items-hex {
    height: 150px;
    width: 150px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .simptoms-items-hex.desktop {
    display: none;
  }
  .simptoms-items-hex.mobile {
    display: flex;
  }
  .simptoms-items-hex.extra {
    display: flex;
  }
  .simptoms__img {
    height: 141px;
    width: 238px;
  }
}

.about {
  background: linear-gradient(266.48deg, rgba(218, 93, 156, 0.9) -20.44%, rgba(146, 66, 146, 0.9) 109.31%), url("/assets/product-drops/about-bg.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.about-container {
  width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.about-block:nth-child(4) {
  margin-bottom: 75px;
}
.about-block:nth-child(3) .about-block-card {
  margin-bottom: 0;
}
.about-block__title {
  flex-basis: 100%;
  margin-bottom: 30px;
  margin-left: 40px;
  color: #FFFFFF;
  font-size: 30px;
  line-height: 1.2;
}
.about-block-card {
  flex-basis: calc(50% - 10px);
  background: linear-gradient(94.88deg, #FCF6FA 0%, #FFFFFF 100%);
  border-radius: 15px;
  padding: 30px 40px 40px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 23px rgba(143, 51, 111, 0.15);
}
.about-block-card.full {
  flex-basis: 100%;
  margin-bottom: 0;
}
.about-block-card.has-margin {
  margin-bottom: 20px;
}
.about-block-card__img {
  height: 65px;
  width: 110px;
  margin-bottom: 12px;
}
.about-block-card__title {
  font-size: 23px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.about-block-card__title.has-margin {
  margin-bottom: 40px;
}
.about-block-card__title.mb-0 {
  margin-bottom: 0;
}
.about-block-card__title.small {
  font-size: 18px;
}
.about-block-card__title .color {
  color: #EC519E;
}
.about-block-card__text {
  font-size: 19px;
  line-height: 1.3;
}
.about-block-card-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about-block-card-row__title {
  font-size: 20px;
  min-width: 315px;
  margin-right: 50px;
}
.about-block-card-row__text {
  font-size: 20px;
  line-height: 1.5;
}
.about-block-card-row__div {
  margin: 14px 0;
  border-color: rgba(88, 89, 91, 0.4);
  border-bottom: none;
}
@media (max-width: 1439px) {
  .about-container {
    width: 904px;
  }
  .about-block {
    margin-bottom: 47px;
  }
  .about-block:nth-child(4) {
    margin-bottom: 55px;
  }
}
@media (max-width: 1023px) {
  .about-container {
    width: 100%;
    padding: 0 60px;
  }
  .about-block {
    margin-bottom: 40px;
  }
  .about-block:nth-child(4) {
    margin-bottom: 40px;
  }
  .about-block__title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .about-block-card-row__title {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .about-container {
    padding: 0 40px;
  }
  .about-block {
    flex-direction: column;
  }
  .about-block:nth-child(4) {
    margin-bottom: 30px;
  }
  .about-block:nth-child(4) .about-block-card {
    display: block;
  }
  .about-block:nth-child(3) .about-block-card:nth-child(2) {
    margin-bottom: 20px;
  }
  .about-block__title {
    margin-left: 20px;
  }
  .about-block-card {
    flex-basis: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
  }
  .about-block-card__title {
    font-size: 23px;
  }
  .about-block-card__title.has-margin {
    margin-bottom: 30px;
  }
  .about-block-card.last {
    display: block;
    padding: 30px;
  }
  .about-block-card__img {
    margin-bottom: 0;
    margin-right: 12px;
  }
  .about-block-card-row__title {
    min-width: 0;
    width: 42%;
  }
  .about-block-card-row__text {
    width: 58%;
  }
}
@media (max-width: 539px) {
  .about-container {
    padding: 0 20px;
  }
  .about__title {
    max-width: 250px;
  }
  .about-block-card {
    flex-direction: column;
    padding: 30px 20px;
    align-items: flex-start;
  }
  .about-block-card.last {
    padding: 30px 20px;
  }
  .about-block-card__img {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .about-block-card__title {
    font-size: 20px;
  }
  .about-block-card__title.has-margin {
    margin-bottom: 20px;
  }
  .about-block-card__title.small {
    font-size: 16px;
  }
  .about-block-card__text {
    font-size: 18px;
  }
  .about-block-card-row {
    flex-direction: column;
  }
  .about-block-card-row__title {
    font-size: 18px;
    margin-bottom: 10px;
    width: 100%;
  }
  .about-block-card-row__text {
    font-size: 18px;
    width: 100%;
  }
}

.triple {
  background: linear-gradient(266.48deg, rgba(218, 93, 156, 0.9) -20.44%, rgba(146, 66, 146, 0.9) 109.31%);
}
.triple__title {
  max-width: 840px;
}
.triple-content {
  display: flex;
}
.triple-content-video {
  display: flex;
  border-radius: 17px;
  overflow: hidden;
  position: relative;
  height: auto;
  width: 415px;
  margin-right: 22px;
  display: flex;
  border: 5px solid #eecce0;
  background: #eecce0;
  box-shadow: 0px 0px 20px #7d406ab0;
  cursor: pointer;
}
.triple-content-video:hover .triple-content-video__play {
  transform: translate(-50%, -50%) scale(1.1);
}
.triple-content-video:active .triple-content-video__play {
  transform: translate(-50%, -50%) scale(0.9);
}
.triple-content-video__img {
  display: flex;
  border-radius: 18px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.triple-content-video__play {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 69px;
  width: 69px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  transition: 0.2s;
}
.triple-content-cards {
  width: calc(100% - 437px);
  display: flex;
  justify-content: space-between;
}
.triple-content-card {
  background-color: #FFFFFF;
  padding: 20px;
  flex-basis: 33%;
  border-radius: 17px;
}
.triple-content-card:not(:last-child) {
  margin-right: 20px;
}
.triple-content-card__icon {
  height: 58px;
  width: 68px;
  margin-bottom: 12px;
}
.triple-content-card__title {
  font-size: 23px;
  line-height: 1.05;
  margin-bottom: 8px;
}
.triple-content-card__text {
  font-size: 19px;
  line-height: 1.2;
}
.triple-video-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.triple-video__item {
  position: relative;
  height: auto;
  width: calc(50% - 15px);
  display: flex;
  border-radius: 10px;
  border: 5px solid rgba(255, 255, 255, 0.42);
  background-color: rgba(255, 255, 255, 0.42);
  box-shadow: 0px 0px 20px #7d406ab0;
  cursor: pointer;
}
.triple-video__item:hover .triple-video__item-play {
  transform: translate(-50%, -50%) scale(1.1);
}
.triple-video__item:active .triple-video__item-play {
  transform: translate(-50%, -50%) scale(0.9);
}
.triple-video__item-img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.triple-video__item-play {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 69px;
  width: 69px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 1439px) {
  .triple {
    padding-bottom: 145px;
  }
  .triple__title {
    max-width: 750px;
  }
  .triple-content {
    flex-direction: column;
    align-items: center;
  }
  .triple-content-cards {
    width: 100%;
    padding: 0 40px;
  }
  .triple-content-video {
    height: 253px;
    width: 427px;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .triple-video-block {
    padding: 0 40px;
  }
  .triple-video__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 1023px) {
  .triple {
    padding-bottom: auto;
  }
  .triple__title {
    margin-bottom: 55px;
    max-width: 600px;
  }
  .triple-content-video {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .triple-content-cards {
    flex-direction: column;
    padding: 0;
    width: 100%;
  }
  .triple-content-card {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
  .triple-content-card:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .triple-content-card__icon {
    margin-bottom: 0;
    margin-right: 25px;
  }
  .triple-video__title {
    max-width: 600px;
  }
  .triple-video-block {
    padding: 0;
  }
  .triple-video__item {
    width: calc(50% - 5px);
  }
}
@media (max-width: 767px) {
  .triple__title {
    max-width: 100%;
  }
  .triple-video-block {
    flex-direction: column;
  }
  .triple-video__item {
    width: 100%;
  }
  .triple-video__item:first-child {
    margin-bottom: 15px;
  }
}
@media (max-width: 539px) {
  .triple__title {
    margin-bottom: 35px;
  }
  .triple-content-card {
    flex-direction: column;
    align-items: start;
  }
  .triple-content-card__icon {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .triple-content-card__title {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .triple-content-card__text {
    font-size: 18px;
  }
  .triple-video__title {
    margin-bottom: 20px;
  }
  .triple-video__item-play {
    height: 45px;
    width: 45px;
  }
  .triple-video__item-play svg {
    height: 100%;
    width: 100%;
  }
}

.pharms {
  width: 1216px;
  margin: 0 auto;
  padding-bottom: 0;
}
.pharms__title {
  color: #FFFFFF;
}
.pharms-items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: -22px;
  margin-bottom: -30px;
}
.pharms-items-hex {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 288px;
  width: 262px;
  background-image: url("/assets/images/pharms-hex.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
  margin-right: -10px;
  margin-left: -10px;
}
.pharms-items-hex.more {
  display: none;
}
.pharms-items-hex:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}
.pharms-items-hex:first-child span {
  color: #EC519E;
  max-width: 172px;
  text-align: center;
  margin-bottom: 10px;
}
.pharms-items-hex:first-child svg {
  height: 28px;
  width: 26px;
}
.pharms-items-hex:nth-child(6) {
  margin-left: 110px;
}
.pharms-items-hex:nth-child(6), .pharms-items-hex:nth-child(7), .pharms-items-hex:nth-child(8), .pharms-items-hex:nth-child(9) {
  margin-top: -70px;
}
.pharms-items-hex:hover {
  background-image: url("/assets/images/pharms-hex-hover.png");
}
.pharms-items-hex:hover img {
  filter: grayscale(0);
}
.pharms-items-hex img {
  width: 140px;
  height: auto;
  filter: grayscale(1);
  transition: 0.2s;
}
.pharms-items-product {
  position: absolute;
  left: -120px;
  bottom: 20px;
  height: 243px;
  width: 243px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/assets/images/pharms-product-bg.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.pharms-items-product__img {
  height: 82px;
  width: 150px;
  margin-left: 20px;
}
.pharms-items-product__img.drops {
  height: 130px;
  width: 110px;
  margin-left: 20px;
}
@media (max-width: 1439px) {
  .pharms {
    width: 916px;
  }
  .pharms-items-hex {
    height: 222px;
    width: 202px;
  }
  .pharms-items-hex:first-child span {
    font-size: 18px;
    max-width: 150px;
    margin-bottom: 6px;
  }
  .pharms-items-hex:first-child svg {
    height: 22px;
    width: 21px;
  }
  .pharms-items-hex:nth-child(6), .pharms-items-hex:nth-child(7), .pharms-items-hex:nth-child(8), .pharms-items-hex:nth-child(9) {
    margin-top: -60px;
  }
  .pharms-items-hex:nth-child(6) {
    margin-left: 80px;
  }
  .pharms-items-hex img {
    width: 105px;
  }
  .pharms-items-product {
    left: -100px;
    bottom: 15px;
    height: 190px;
    width: 190px;
  }
  .pharms-items-product__img {
    width: 120px;
    height: 70px;
    margin-left: 25px;
  }
  .pharms-items-product__img.drops {
    height: 90px;
    width: 77px;
  }
}
@media (max-width: 1023px) {
  .pharms {
    width: 680px;
  }
  .pharms-items-hex {
    height: 160px;
    width: 146px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .pharms-items-hex:first-child span {
    font-size: 15px;
    max-width: 110px;
    margin-bottom: 4px;
  }
  .pharms-items-hex:first-child svg {
    height: 16px;
    width: 15px;
  }
  .pharms-items-hex:nth-child(6), .pharms-items-hex:nth-child(7), .pharms-items-hex:nth-child(8), .pharms-items-hex:nth-child(9) {
    margin-top: -40px;
  }
  .pharms-items-hex:nth-child(6) {
    margin-left: 60px;
  }
  .pharms-items-hex img {
    width: 75px;
  }
  .pharms-items-product {
    left: -75px;
    bottom: 10px;
    height: 140px;
    width: 140px;
  }
  .pharms-items-product__img {
    width: 90px;
    height: 50px;
  }
  .pharms-items-product__img.drops {
    height: 80px;
    width: 70px;
  }
}
@media (max-width: 767px) {
  .pharms {
    width: 495px;
  }
  .pharms-items-hex {
    height: 200px;
    width: 184px;
    margin-right: -10px;
    margin-left: -10px;
  }
  .pharms-items-hex.more {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("/assets/images/pharms-hex-more.png");
  }
  .pharms-items-hex.more:hover {
    background-image: url("/assets/images/pharms-hex-more-hover.png");
  }
  .pharms-items-hex.more span {
    font-size: 16px;
    max-width: 110px;
    text-align: center;
    color: #EC519E;
    font-weight: bold;
  }
  .pharms-items-hex:first-child span {
    font-size: 18px;
    max-width: 130px;
    margin-bottom: 6px;
  }
  .pharms-items-hex:first-child svg {
    height: 19px;
    width: 17px;
  }
  .pharms-items-hex:nth-child(3),
  .pharms-items-hex:nth-child(4),
  .pharms-items-hex:nth-child(5),
  .pharms-items-hex:nth-child(6),
  .pharms-items-hex:nth-child(7),
  .pharms-items-hex:nth-child(8),
  .pharms-items-hex:nth-child(9),
  .pharms-items-hex:nth-child(10),
  .pharms-items-hex:nth-child(13),
  .pharms-items-hex:nth-child(14) {
    margin-top: -55px;
  }
  .pharms-items-hex:nth-child(1), .pharms-items-hex:nth-child(6), .pharms-items-hex:nth-child(11) {
    margin-left: 72px;
  }
  .pharms-items-hex img {
    width: 106px;
  }
  .pharms-items-product {
    display: none;
  }
  .pharms__title {
    margin-bottom: 35px;
  }
}
@media (max-width: 539px) {
  .pharms {
    width: 300px;
  }
  .pharms-items-hex {
    height: 130px;
    width: 110px;
    margin-right: -5px;
    margin-left: -5px;
  }
  .pharms-items-hex.more span {
    font-size: 12px;
    max-width: 72px;
  }
  .pharms-items-hex:first-child span {
    font-size: 14px;
    max-width: 90px;
  }
  .pharms-items-hex:first-child svg {
    height: 15px;
    width: 14px;
  }
  .pharms-items-hex:nth-child(3),
  .pharms-items-hex:nth-child(4),
  .pharms-items-hex:nth-child(5),
  .pharms-items-hex:nth-child(6),
  .pharms-items-hex:nth-child(7),
  .pharms-items-hex:nth-child(8),
  .pharms-items-hex:nth-child(9),
  .pharms-items-hex:nth-child(10),
  .pharms-items-hex:nth-child(13),
  .pharms-items-hex:nth-child(14) {
    margin-top: -42px;
  }
  .pharms-items-hex:nth-child(1), .pharms-items-hex:nth-child(6) {
    margin-left: 45px;
  }
  .pharms-items-hex img {
    width: 68px;
  }
  .pharms__title {
    margin-bottom: 35px;
  }
}

.faq-container {
  width: 1220px;
  margin: 0 auto;
}
.faq-list__item {
  padding: 30px 110px;
}
.faq-list__item:nth-child(even) {
  background-color: #FAFAFA;
}
.faq-list__item-sum {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.faq-list__item-sum.open .faq-list__item-arrow {
  transform: rotate(0deg);
}
.faq-list__item-sum.open .faq-list__item-arrow .bg {
  fill: #9D3D97;
}
.faq-list__item-sum.open .faq-list__item-arrow .arrow {
  stroke: #FFFFFF;
}
.faq-list__item-sum.open + .faq-list__item-text {
  display: block;
}
.faq-list__item-sum:hover .faq-list__item-arrow .bg {
  fill: #9D3D97;
}
.faq-list__item-sum:hover .faq-list__item-arrow .arrow {
  stroke: #FFFFFF;
}
.faq-list__item-title {
  font-size: 25px;
  font-weight: bold;
  max-width: calc(100% - 100px);
}
.faq-list__item-text {
  display: none;
  font-size: 20px;
  line-height: 1.35;
  max-width: 700px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.faq-list__item p:not(:last-child) {
  margin-bottom: 10px;
}
.faq-list__item-arrow {
  transition: 0.3s;
  transform: rotate(-180deg);
  height: 60px;
  width: 60px;
}
.faq-list__item-arrow .bg {
  fill: transparent;
  transition: 0.3s;
  stroke: #9D3D97;
  stroke-width: 2px;
}
.faq-list__item-arrow .arrow {
  stroke: #9D3D97;
  transition: 0.3s;
}
@media (max-width: 1439px) {
  .faq-container {
    width: 904px;
  }
  .faq-list__item {
    padding: 20px 30px;
  }
  .faq-list__item-title {
    font-size: 22px;
  }
  .faq-list__item__text {
    line-height: 1.25;
  }
}
@media (max-width: 1023px) {
  .faq-container {
    width: 100%;
    padding: 0 60px;
  }
  .faq-block {
    padding-bottom: 90px;
  }
  .faq-list__item {
    padding: 24px 30px;
  }
  .faq-list__item__title {
    font-size: 20px;
  }
  .faq-list__item-arrow .bg {
    stroke-width: 3px;
  }
}
@media (max-width: 767px) {
  .faq-container {
    padding: 0;
  }
  .faq-list__item {
    padding: 20px 40px;
  }
  .faq-list__item-title {
    font-size: 20px;
    max-width: calc(100% - 60px);
  }
  .faq-list__item-text {
    font-size: 18px;
    line-height: 1.25;
  }
  .faq-list__item-arrow {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 539px) {
  .faq-container {
    padding: 0;
  }
  .faq-list__item {
    padding: 20px;
  }
}

.other {
  margin-bottom: 130px;
}
.other__title {
  margin-bottom: 80px;
}
.other-card {
  height: 550px;
  width: 1374px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background-image: url("/assets/product-drops/other-bg-1440.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.other-card__title {
  font-size: 29px;
  margin-bottom: 20px;
  color: #FFFFFF;
}
.other-left {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-left: 90px;
  padding-bottom: 115px;
}
.other-right {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 135px;
}
.other__img {
  height: 194px;
  width: 380px;
  margin-bottom: 40px;
  margin-right: 60px;
}
.other__img.drops {
  height: 255px;
  width: 200px;
  margin-right: 0;
}
.other__img img {
  height: 100%;
  width: 100%;
}
.other-label {
  display: flex;
  align-items: center;
  width: 480px;
}
.other-label:not(:last-child) {
  margin-bottom: 30px;
}
.other-label:nth-child(1) .other-label__text {
  max-width: 322px;
}
.other-label:nth-child(2) .other-label__text {
  max-width: 360px;
}
.other-label:nth-child(3) .other-label__text {
  max-width: 360px;
}
.other-label__img {
  height: 66px;
  width: 74px;
  margin-right: 30px;
}
.other-label__text {
  font-size: 22px;
  color: #FFFFFF;
}
.other-buttons {
  display: flex;
}
.other-buttons a:first-child {
  margin-right: 10px;
}
@media (max-width: 1439px) {
  .other__title {
    margin-bottom: 65px;
  }
  .other-card {
    width: 946px;
    height: 380px;
    background-image: url("/assets/product-drops/other-bg-1024.png");
  }
  .other__img {
    height: 129px;
    width: 253px;
    margin-bottom: 20px;
  }
  .other__img.drops {
    height: 159px;
    width: 124px;
  }
  .other-left {
    padding-bottom: 40px;
  }
  .other-left.drops {
    padding-bottom: 30px;
  }
  .other-right {
    padding-right: 137px;
  }
  .other-buttons {
    display: flex;
    flex-direction: column;
  }
  .other-buttons a {
    width: 100%;
  }
  .other-buttons a:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .other-label {
    width: 380px;
  }
  .other-label:not(:last-child) {
    margin-bottom: 20px;
  }
  .other-label__img {
    margin-right: 20px;
  }
  .other-label__text {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .other {
    margin-bottom: 80px;
    overflow: hidden;
  }
  .other__title {
    font-size: 26px;
    margin-bottom: 50px;
  }
  .other-card {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 360px;
    width: 803px;
    background-image: url("/assets/product-drops/other-bg-768.png");
    margin: 0;
  }
  .other-card__title {
    margin-bottom: 15px;
  }
  .other__img {
    margin-right: 45px;
  }
  .other__img.drops {
    height: 157px;
    width: 122px;
  }
  .other-left {
    padding-bottom: 31px;
    padding-left: 88px;
    flex-basis: 40%;
  }
  .other-left.drops {
    padding-bottom: 30px;
    padding-left: 100px;
  }
  .other-right {
    flex-basis: 60%;
    padding-right: 40px;
    padding-bottom: 0;
  }
  .other-label {
    width: 310px;
  }
  .other-label__img {
    height: 53px;
    width: 60px;
  }
  .other-label__text {
    font-size: 18px;
    width: 200px;
  }
  .other-label:nth-child(1) .other-label__text {
    max-width: 100%;
  }
  .other-label:nth-child(2) .other-label__text {
    max-width: 100%;
  }
  .other-label:nth-child(3) .other-label__text {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .other {
    margin-bottom: 30px;
  }
  .other__title {
    margin-bottom: 52px;
    max-width: 460px;
  }
  .other-card {
    height: 728px;
    width: 460px;
    flex-direction: column;
    background-image: url("/assets/product-drops/other-bg-540.png");
    margin: 0;
  }
  .other-card__title {
    order: -1;
    margin-bottom: 30px;
  }
  .other__img {
    height: 134px;
    width: 262px;
    margin-right: 35px;
  }
  .other__img.drops {
    height: 166px;
    width: 129px;
    margin-right: 0;
  }
  .other-buttons {
    flex-direction: row;
  }
  .other-buttons a {
    width: auto;
  }
  .other-buttons a:first-child {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .other-left {
    flex-basis: 50%;
    padding-top: 80px;
    padding-left: 0;
  }
  .other-left.drops {
    padding-left: 0;
  }
  .other-right {
    padding-right: 0;
  }
  .other-label {
    width: 370px;
  }
  .other-label__text {
    width: 270px;
    font-size: 20px;
  }
}
@media (max-width: 539px) {
  .other {
    margin-bottom: 50px;
  }
  .other__title {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .other-card {
    height: 680px;
    width: 320px;
    background-image: url("/assets/product-drops/other-bg-320.png");
  }
  .other-card.drops {
    height: 710px;
    width: 340px;
  }
  .other-card__title {
    font-size: 18px;
    margin-bottom: 22px;
  }
  .other__img {
    height: 117px;
    width: 230px;
    margin-bottom: 15px;
  }
  .other-left {
    padding-top: 58px;
    padding-bottom: 25px;
  }
  .other-buttons {
    flex-direction: column;
  }
  .other-buttons a {
    width: 100%;
  }
  .other-buttons a:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .other-label {
    width: 285px;
  }
  .other-label:nth-child(2) .other-label__text {
    width: 210px;
  }
  .other-label:nth-child(3) .other-label__text {
    width: 190px;
  }
  .other-label__img {
    margin-right: 10px;
  }
  .other-label__text {
    width: 212px;
    font-size: 18px;
  }
}

.disclaimer {
  padding-bottom: 70px;
}
.disclaimer__title {
  font-size: 64px;
  text-align: center;
  max-width: 95%;
  margin: 0 auto;
  font-family: "Roboto Condensed";
  font-weight: normal;
  background: linear-gradient(180deg, #DA5DB0 0%, #924292 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 1439px) {
  .disclaimer {
    padding-bottom: 60px;
  }
  .disclaimer__title {
    font-size: 46px;
  }
}
@media (max-width: 1023px) {
  .disclaimer {
    padding-bottom: 30px;
  }
  .disclaimer__title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .disclaimer {
    padding-bottom: 20px;
  }
  .disclaimer__title {
    font-size: 32px;
  }
}
@media (max-width: 539px) {
  .disclaimer__title {
    font-size: 17px;
    max-width: 85%;
  }
}

.footer-legal__column {
  display: flex;
}
@media (max-width: 1439px) {
  .footer-legal__column {
    display: block;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .footer-legal__column {
    max-width: 48%;
  }
}

.footer {
  background: linear-gradient(266.48deg, rgba(218, 93, 156, 0.9) -20.44%, rgba(146, 66, 146, 0.9) 109.31%);
}
.footer-container {
  width: 1300px;
  margin: 0 auto;
}
.footer-block {
  padding: 70px 0;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  padding: 0 40px;
  margin-bottom: 40px;
  max-width: 1000px;
}
.footer-nav__link {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.footer-nav__link:nth-child(1) {
  order: 1;
  flex-basis: 100px;
  margin-right: 73px;
}
.footer-nav__link:nth-child(2) {
  order: 4;
  flex-basis: 100px;
  margin-right: 73px;
}
.footer-nav__link:nth-child(3) {
  order: 2;
  flex-basis: 270px;
  margin-right: 73px;
}
.footer-nav__link:nth-child(4) {
  order: 5;
  flex-basis: 270px;
  margin-right: 73px;
}
.footer-nav__link:nth-child(5) {
  order: 3;
  flex-basis: 300px;
}
.footer-nav__link:nth-child(6) {
  order: 6;
  flex-basis: 300px;
}
.footer-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.footer-info-card {
  padding: 40px;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 23px rgba(143, 51, 111, 0.15);
  display: flex;
}
.footer-info-card:first-child {
  flex-direction: column;
  width: 503px;
}
.footer-info-card:last-child {
  width: 767px;
}
.footer-info-card-block {
  flex-basis: 50%;
  padding-right: 30px;
}
.footer-info-card-buttons {
  flex-basis: 50%;
}
.footer-info-card-buttons .button {
  width: 100%;
  padding: 17px 35px;
}
.footer-info-card-buttons .button:not(:last-child) {
  margin-bottom: 12px;
}
.footer-info-card__title {
  font-size: 22px;
  line-height: 1.05;
  font-weight: bold;
  margin-bottom: 12px;
}
.footer-info-card__text {
  font-size: 16px;
  line-height: 1.35;
}
.footer-info-card__phone {
  margin-bottom: 0;
  margin-top: auto;
  font-size: 28px;
  color: #9D3D97;
  font-weight: bold;
  transition: 0.2s;
}
.footer-info-card__phone:active {
  color: #EC519E;
}
.footer-legal {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
.footer-legal__item {
  font-size: 15px;
  line-height: 1.35;
  color: #FFFFFF;
}
@media (max-width: 1439px) {
  .footer-legal__item.footer-legal__center {
    margin-top: 6px;
  }
}
.footer-legal__item a {
  color: #fff;
  display: inline-block;
  margin-bottom: 6px;
}
.footer-legal__item:first-child {
  margin-right: 80px;
}
.footer-legal-info {
  margin-right: 0;
  margin-left: auto;
}
.footer-legal-info .footer-legal__item:first-child {
  margin-right: 0;
}
.footer-legal-info p {
  line-height: 1.4;
}
.footer-legal-info p:not(:last-child) {
  margin-bottom: 6px;
}
@media (max-width: 1439px) {
  .footer-container {
    width: 908px;
  }
  .footer-block {
    padding: 50px 0;
  }
  .footer-info-card {
    padding: 25px 30px;
  }
  .footer-info-card:first-child {
    width: 356px;
  }
  .footer-info-card:last-child {
    flex-direction: column;
    width: 520px;
  }
  .footer-info-card-buttons {
    margin-top: 30px;
  }
  .footer-info-card__title {
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 10px;
  }
  .footer-info-card__phone {
    font-size: 26px;
  }
  .footer-legal {
    padding: 0 30px;
  }
  .footer-legal__item:nth-child(1) {
    max-width: 180px;
  }
}
@media (max-width: 1023px) {
  .footer-container {
    width: 100%;
    padding: 0 60px;
  }
  .footer-nav {
    margin-bottom: 30px;
    padding: 0 20px;
    max-width: 700px;
  }
  .footer-nav__link:nth-child(1) {
    order: 1;
    flex-basis: 200px;
  }
  .footer-nav__link:nth-child(2) {
    order: 3;
    flex-basis: 200px;
  }
  .footer-nav__link:nth-child(3) {
    order: 5;
    flex-basis: 200px;
  }
  .footer-nav__link:nth-child(4) {
    order: 2;
    flex-basis: 300px;
    margin-right: 0;
  }
  .footer-nav__link:nth-child(5) {
    order: 4;
    flex-basis: 300px;
    margin-right: 0;
  }
  .footer-nav__link:nth-child(6) {
    order: 6;
    flex-basis: 300px;
    margin-right: 0;
  }
  .footer-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
  }
  .footer-info-card {
    padding: 20px;
    height: fit-content;
  }
  .footer-info-card:first-child, .footer-info-card:last-child {
    width: calc(50% - 10px);
  }
  .footer-info-card-buttons .button {
    padding: 15px;
  }
  .footer-info-card__phone {
    font-size: 22px;
    margin-top: 30px;
  }
  .footer-legal {
    padding: 0 20px;
    flex-wrap: wrap;
  }
  .footer-legal > .footer-legal__item:nth-child(1) {
    margin-right: 0;
    flex-basis: 50%;
    max-width: 100%;
  }
  .footer-legal > .footer-legal__item:nth-child(2) {
    flex-basis: 50%;
    order: 2;
    margin-top: -60px;
  }
  .footer-legal-info {
    margin-left: 0;
    flex-basis: 50%;
    padding-left: 30px;
  }
  .footer-legal-info p:not(:last-child) {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .footer-container {
    padding: 0 40px;
  }
  .footer-nav {
    margin-bottom: 20px;
    max-width: 100%;
  }
  .footer-nav__link:nth-child(1) {
    order: 1;
    flex-basis: 100%;
    margin-right: 0;
  }
  .footer-nav__link:nth-child(2) {
    order: 2;
    flex-basis: 100%;
    margin-right: 0;
  }
  .footer-nav__link:nth-child(3) {
    order: 3;
    flex-basis: 100%;
    margin-right: 0;
  }
  .footer-nav__link:nth-child(4) {
    order: 4;
    flex-basis: 100%;
  }
  .footer-nav__link:nth-child(5) {
    order: 5;
    flex-basis: 100%;
  }
  .footer-nav__link:nth-child(6) {
    order: 6;
    flex-basis: 100%;
  }
  .footer-info {
    flex-direction: column;
  }
  .footer-info-card {
    width: 100%;
  }
  .footer-info-card:first-child {
    margin-bottom: 20px;
    width: 100%;
  }
  .footer-info-card:last-child {
    width: 100%;
  }
  .footer-info-card__title {
    font-size: 20px;
    margin-bottom: 7px;
  }
  .footer-info-card__text {
    font-size: 16px;
  }
  .footer-info-card__phone {
    margin-top: 30px;
    font-size: 20px;
  }
  .footer-legal {
    flex-direction: column;
  }
  .footer-legal__item:nth-child(1) {
    max-width: 100%;
  }
  .footer-legal > .footer-legal__item:nth-child(1) {
    margin-bottom: 20px;
    flex-basis: 100%;
    order: 1;
  }
  .footer-legal > .footer-legal__item:nth-child(2) {
    flex-basis: 100%;
    order: 2;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .footer-legal-info {
    order: 3;
    flex-basis: 100%;
    padding-left: 0;
  }
  .footer-legal-info p:not(:last-child) {
    max-width: 100%;
  }
}
@media (max-width: 539px) {
  .footer-container {
    padding: 0 20px;
  }
  .footer-nav {
    margin-bottom: 30px;
  }
  .footer-nav__link {
    margin-bottom: 20px;
  }
  .footer-info-card:first-child {
    margin-bottom: 30px;
  }
  .footer-info-card__title {
    font-size: 18px;
  }
  .footer-info-card__phone {
    margin-top: 10px;
    font-size: 18px;
  }
  .footer-info-card-buttons__item {
    font-size: 14px;
  }
}

.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
  opacity: 1;
  transition: 0.3s;
}
.popup-wrapper.popup-wrapper-closed {
  opacity: 0;
  pointer-events: none;
}
@media (max-height: 649px) {
  .popup-wrapper {
    align-items: baseline;
  }
}

.popup-wrapper-inner {
  overflow: auto;
  max-height: 100%;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.popup-wrapper-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background: #000000;
  opacity: 0.3;
}

.popup {
  width: 1280px;
  height: 100%;
  max-height: 649px;
  position: relative;
}
@media (max-width: 1280px) {
  .popup {
    width: 667px;
    max-height: 1000px;
  }
}
.popup * {
  position: relative;
  z-index: 2;
}
.popup picture {
  display: flex;
}
.popup .close {
  cursor: pointer;
  content: " ";
  width: 60px;
  height: 60px;
  position: absolute;
  right: 17px;
  top: 20px;
  z-index: 3;
}

.popup-hidden {
  opacity: 0;
  z-index: 3;
  cursor: pointer;
}

.popup-buy {
  cursor: pointer;
  content: " ";
  width: 364px;
  height: 115px;
  position: absolute;
  left: 145px;
  top: 399px;
}
@media (max-width: 1280px) {
  .popup-buy {
    left: 136px;
    top: 717px;
  }
}
@media (max-width: 660px) {
  .popup-buy {
    left: 0;
    top: 76%;
    max-width: 100%;
    width: 100%;
    transform: translate(0px, -50%);
  }
}

.links-block {
  padding: 50px 35px;
}
.links__star {
  margin-bottom: 50px;
  color: #58595B;
  font-size: 15px;
  line-height: 1.4;
}
.links__title {
  font-size: 22px;
  line-height: 1.05;
  margin-bottom: 15px;
  color: #58595B;
}
.links ol {
  padding-left: 20px;
}
.links li {
  font-size: 15px;
  line-height: 1.4;
  color: #58595B;
  overflow-wrap: break-word;
}
.links li:nth-child(2), .links li:nth-child(3), .links li:nth-child(4), .links li:nth-child(5) {
  margin-bottom: 6px;
}
.links-creator {
  position: relative;
  margin-top: 50px;
  padding-top: 30px;
  font-size: 15px;
  line-height: 1.35;
  color: #58595B;
}
.links-creator.info {
  margin-top: 0;
  padding-top: 0;
}
.links-creator.info::after {
  display: none;
}
.links-creator::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 1300px;
  background-color: #58595B;
}
.links-creator a {
  text-decoration: underline;
  color: #58595B;
}
@media (max-width: 1439px) {
  .links-block {
    padding: 30px;
  }
  .links__star {
    margin-bottom: 30px;
  }
  .links-creator {
    margin-top: 30px;
  }
  .links-creator::after {
    width: 903px;
  }
}
@media (max-width: 1023px) {
  .links-block {
    padding: 25px 20px;
  }
  .links__star {
    margin-bottom: 25px;
  }
  .links-creator {
    padding-top: 15px;
    margin-top: 25px;
  }
  .links-creator::after {
    width: 650px;
  }
}
@media (max-width: 767px) {
  .links-block {
    padding: 20px;
  }
  .links__star {
    margin-bottom: 20px;
  }
  .links-creator::after {
    width: 100vw;
  }
}
@media (max-width: 539px) {
  .links__title {
    font-size: 18px;
  }
  .links-block {
    padding: 20px 0;
  }
}

.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(40, 39, 39, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}
.video-popup.hidden {
  display: none;
}
.video-popup-block {
  border-radius: 10px;
  background-color: #FFFFFF;
  z-index: 99999999;
  display: flex;
  overflow: hidden;
  width: 80%;
}
.video-popup-block iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
@media (max-width: 767px) {
  .video-popup-block {
    width: 90%;
  }
}

/*# sourceMappingURL=product.css.map */
