@charset "UTF-8";
:root {
  --xscale: 1;
  --real-vh: 100vh;
  --vh: calc(1vh / var(--xscale));
  --svh: calc(1svh / var(--xscale));
  --dvh: calc(1dvh / var(--xscale));
}

.h1,
h1 {
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.2rem;
}
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 4rem;
    letter-spacing: -0.16rem;
  }
}
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 1.875rem;
    letter-spacing: -0.075rem;
  }
}

.h2,
h2 {
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media (max-width: 1199px) {
  .h2,
  h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .h2,
  h2 {
    font-size: 1.25rem;
  }
}

.b1 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media (max-width: 1199px) {
  .b1 {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .b1 {
    font-size: 1rem;
  }
}

.b2 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media (max-width: 1199px) {
  .b2 {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .b2 {
    font-size: 0.75rem;
  }
}

.b3 {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 1199px) {
  .b3 {
    font-size: 0.75rem;
  }
}

@keyframes levitating {
  0% {
    transform: translate(-3px, -2px) rotate(-1deg);
  }
  100% {
    transform: translate(3px, 2px) rotate(1deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes loadMaskAnim {
  0% {
    translate: 0 0;
  }
  100% {
    translate: -66.6666666667% 0;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

*::before,
*::after {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

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

button {
  all: unset;
  /* Сброс всех наследуемых и ненаследуемых свойств */
  display: inline-block;
  /* Восстановление блочно-строчного поведения, т.к. all: unset сбрасывает display до initial */
  cursor: pointer;
  /* Восстановление указателя курсора для интерактивности */
  outline: none;
  /* Удаление контура при фокусе */
  border: none;
  /* Удаление границы */
  background: none;
  /* Удаление фонового цвета */
  padding: 0;
  /* Удаление внутренних отступов */
  margin: 0;
  /* Удаление внешних отступов */
  text-align: left;
  /* Сброс выравнивания текста */
  font: inherit;
  /* Наследование шрифта от родителя */
  color: inherit;
  /* Наследование цвета текста от родителя */
}

textarea,
input {
  font-family: "Manrope", "system-ui", sans-serif;
}

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

html {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: -moz-scrollbars-none;
}

div {
  box-sizing: border-box;
}

section {
  position: relative;
}

body {
  font-size: 16px;
  font-family: "Manrope", "system-ui", sans-serif;
  line-height: 110%;
  min-width: 360px;
  color: #1D1D1D;
  touch-action: pan-x pan-y;
  background: #FFF;
  background-repeat: no-repeat;
  overflow-x: hidden;
}
@media (max-width: 494px) {
  body {
    max-width: 100vw;
    width: 100vw;
    overflow-x: hidden;
  }
}

#__site_wrapper {
  overflow: hidden;
  min-height: 100dvh;
  display: flex;
  position: relative;
}

main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  transition: 0.2s;
  width: 100%;
}

a {
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  transition: 0.1s;
}
a:active {
  transition: 0.05s;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px;
}
html.no-scroll {
  overflow: hidden;
}

#root::-webkit-scrollbar {
  display: none;
}

.gl-overlay {
  position: fixed;
  inset: 0;
  background: #FFF;
  display: grid;
  place-items: center;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.gl-overlay.__hidden {
  opacity: 0;
  visibility: hidden;
}
.gl-overlay .gl-overlay__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.gl-overlay .custom_loader_spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #8872ab;
  border-radius: 50%;
  animation: custom_spin 1s infinite linear;
  display: block;
}
.gl-overlay .loader__logo {
  width: 200px;
}

@keyframes custom_spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
main {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1920px;
  width: 100%;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
  margin: auto;
}
@media (max-width: 1919px) {
  .container {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }
}
@media (max-width: 1199px) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.slider__arrows {
  position: absolute;
  left: 1rem;
  right: 1rem;
  margin: auto;
  justify-content: space-between;
  z-index: 5;
  top: 50%;
  display: flex;
  align-items: center;
  gap: 20rem;
  transform: translateY(-50%);
}
.slider__arrows .swiper-button-prev,
.slider__arrows .swiper-button-next {
  position: relative;
  width: 72px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border-radius: 1.5rem;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin-top: 0;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .slider__arrows .swiper-button-prev,
  .slider__arrows .swiper-button-next {
    width: 56px;
    height: 40px;
    border-radius: 1.25rem;
  }
}
.slider__arrows .swiper-button-prev svg,
.slider__arrows .swiper-button-next svg {
  width: auto;
  height: auto;
}
.slider__arrows .swiper-button-prev:hover,
.slider__arrows .swiper-button-next:hover {
  opacity: 0.8;
}
.slider__arrows .swiper-button-prev::after,
.slider__arrows .swiper-button-next::after {
  display: none;
}

.slider__pagination {
  gap: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6rem;
  margin: auto;
}
.slider__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  overflow: hidden;
  background: #FFF;
  opacity: 0.5;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 0 !important;
}
.slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.descriptions__modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1000;
}
.descriptions__modal.is-open {
  display: block;
}
.descriptions__modal .modal__shadow {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
}
.descriptions__modal .modal--global {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  z-index: 2;
}
@media (max-width: 767px) {
  .descriptions__modal .modal--global {
    align-items: flex-start;
    overflow-y: auto;
  }
}
.descriptions__modal .modal--global .modal__content-host {
  pointer-events: all;
  max-height: 100svh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: auto;
}
@media (max-width: 767px) {
  .descriptions__modal .modal--global .modal__content-host {
    padding-top: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1.5rem;
    max-height: unset;
    width: 100%;
  }
}
.descriptions__modal .modal--global .modal__content-host .modal__content.__shown {
  opacity: 1;
  pointer-events: all;
  position: relative;
}
@media (min-width: 1200px) {
  .descriptions__modal .modal {
    display: none !important;
  }
}

.modal__inner {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 546px;
  flex-grow: 1;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.24);
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
}
@media (max-width: 1919px) {
  .modal__inner {
    width: 505px;
  }
}
@media (max-width: 1199px) {
  .modal__inner {
    height: auto;
    background: #FFF;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    padding: 0.5rem 0.5rem 3rem 0.5rem;
    position: relative;
  }
}
@media (max-width: 767px) {
  .modal__inner {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0.5rem;
    padding-bottom: 3rem;
    gap: 1.5rem;
  }
}
.modal__close {
  display: none;
}
@media (max-width: 1199px) {
  .modal__close {
    display: flex;
    border-radius: 6.25rem;
    background: rgba(0, 0, 0, 0.32);
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
  }
}
.modal__picture {
  display: none;
}
@media (max-width: 1199px) {
  .modal__picture {
    display: flex;
    height: 326px;
    border-radius: 1.75rem;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .modal__picture {
    height: 256px;
    margin-bottom: 0.5rem;
  }
}
.modal__picture picture {
  width: 100%;
}
.modal__picture img {
  -o-object-fit: cover;
     object-fit: cover;
}
.modal__header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 1199px) {
  .modal__header {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .modal__header {
    padding: 0 0.75rem;
  }
}
.modal__tabs {
  display: flex;
  background: #F8F8F8;
  border-radius: 1rem;
  padding: 0.25rem;
  gap: 0.25rem;
}
@media (max-width: 1199px) {
  .modal__tabs {
    margin: 0 2rem;
  }
}
@media (max-width: 767px) {
  .modal__tabs {
    margin: 0 0.75rem;
  }
}
.modal__tab {
  padding: 0.6875rem 0rem 0.75rem 0;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #F8F8F8;
  color: var(--primary);
  line-height: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__tab:hover {
  filter: brightness(0.9);
}
.modal__tab.__active {
  background: var(--primary);
  color: #FFF;
  cursor: auto;
}
.modal__tab.__active:hover {
  filter: brightness(1);
}
@media (max-width: 767px) {
  .modal__tab {
    padding: 0.88rem 0;
  }
}
.modal__body {
  width: 100%;
  flex-grow: 1;
  position: relative;
}
@media (max-width: 1199px) {
  .modal__body {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .modal__body {
    padding: 0 0.75rem;
  }
}
.modal__content {
  opacity: 0;
  pointer-events: none;
  display: flex;
  position: absolute;
  inset: 0;
  overflow-y: auto;
  height: 100%;
}
.modal__content::-webkit-scrollbar {
  display: block;
  width: 8px;
}
.modal__content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.modal__content::-webkit-scrollbar-track {
  background: transparent;
}
@media (max-width: 1199px) {
  .modal__content {
    left: 0rem;
    right: 0rem;
  }
}
@media (max-width: 767px) {
  .modal__content {
    overflow-y: hidden;
  }
}
.modal__content.__benefit {
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 1199px) {
  .modal__content.__benefit {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .modal__content.__benefit {
    gap: 1rem;
    flex-direction: column;
  }
}
.modal__content.__benefit .benefit__item {
  flex-basis: calc((100% - 1rem) / 2);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 1199px) {
  .modal__content.__benefit .benefit__item {
    flex-basis: calc((100% - 2rem) / 2);
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .modal__content.__benefit .benefit__item {
    flex-basis: auto;
    width: 100%;
  }
}
.modal__content.__benefit .benefit__item-header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.modal__content.__benefit .benefit__item-icon {
  background: var(--primary);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  color: #FFF;
  position: relative;
}
@media (max-width: 1199px) {
  .modal__content.__benefit .benefit__item-icon {
    width: 36px;
    height: 36px;
    padding: 0.5rem 0.5rem 0.5625rem 0.4375rem;
  }
}
.modal__content.__benefit .benefit__item-icon svg,
.modal__content.__benefit .benefit__item-icon img {
  position: absolute;
  inset: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: contain;
     object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__content.__composition {
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 1199px) {
  .modal__content.__composition {
    gap: 2rem;
  }
}
.modal__content.__composition .composition__pack {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.5rem;
}
.modal__content.__composition .composition__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(29, 29, 29, 0.3);
  padding-bottom: 0.625rem;
}
.modal__content.__composition .composition__item-title {
  font-weight: 800;
  margin-right: auto;
}
.modal__content.__composition .composition__item-value {
  font-weight: 800;
  width: 100px;
  text-align: right;
}
.modal__content.__composition .composition__item-precent {
  font-weight: 600;
  margin-right: 2rem;
}
.modal__content.__composition .composition__item-desc {
  font-weight: 600;
}

section {
  display: flex;
  flex-direction: column;
}

a {
  color: #1D1D1D;
}
a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

body {
  background: #FFF;
}

.header {
  position: fixed;
  top: 0rem;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  z-index: 10;
}
@media (max-width: 1199px) {
  .header {
    transform: none;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .header {
    left: 1rem;
    right: 1rem;
    width: calc(100% - 2rem);
  }
}
.header__container {
  padding-top: 1rem;
}
@media (max-width: 1199px) {
  .header__container {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header__container {
    width: 100%;
  }
}
.header__block {
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  border-radius: 1.5rem;
  border: 2px solid #FFF;
  background: #F8F8F8;
  box-shadow: 0 15px 60.1px 0 rgba(27, 0, 69, 0.12);
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 1199px) {
  .header__block {
    gap: 0.5rem;
    position: relative;
  }
}
@media (max-width: 767px) {
  .header__block {
    width: 100%;
  }
}
.header__logo {
  display: flex;
  max-width: 97px;
}
.header__items {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .header__items {
    position: fixed;
    inset: 0;
    background: #F8F8F8;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: -1;
    padding-top: 10rem;
    gap: 3rem;
    overflow-y: scroll;
    padding-bottom: 8rem;
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 767px) or (max-height: 600px) {
  .header__items {
    gap: 2rem;
    padding: 7rem 0 2rem;
    justify-content: flex-start;
  }
}
.header__item {
  padding: 1rem;
  border-radius: 1.25rem;
  transition: all 0.3s ease;
  cursor: pointer;
  line-height: 100%;
  text-align: center;
}
@media (max-width: 1199px) {
  .header__item {
    padding: 0;
    border-radius: 0rem;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.16rem;
  }
}
@media (max-width: 767px) or (max-height: 600px) {
  .header__item {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.08rem;
  }
}
.header__item:hover {
  background: #F0EDF4;
}
@media (max-width: 1199px) {
  .header__item:hover {
    background: transparent;
  }
}
.header.__menu-open .header__burger img {
  width: 12;
  height: 12px;
}
.header__burger {
  display: none;
  width: 46px;
  height: 46px;
  background: #F0EDF4;
  border-radius: 1.25rem;
}
.header__burger img {
  max-width: 20px;
}
@media (max-width: 1199px) {
  .header__burger {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 6.31rem;
  }
}
@media (max-width: 767px) {
  .header__burger {
    margin-left: auto;
  }
}
.header__action {
  background: linear-gradient(102deg, #5C1EA8 3.59%, #300069 89.94%);
  padding: 1.0625rem 1.125rem;
  border-radius: 1.25rem;
  color: #FFF;
  cursor: pointer;
}

.intro {
  height: 100svh;
  position: relative;
  min-height: 700px;
}
@media (max-width: 1199px) {
  .intro {
    min-height: 900px;
  }
}
@media (max-width: 767px) {
  .intro {
    min-height: 600px;
  }
}
.intro__bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100svh;
  width: 100%;
  background: #A58BCE;
}
@media (max-width: 1199px) {
  .intro__bg {
    min-height: 900px;
  }
}
@media (max-width: 767px) {
  .intro__bg {
    min-height: 600px;
  }
}
.intro__stage {
  position: relative;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: grid;
  place-items: center;
}
@media (max-width: 1199px) {
  .intro__stage {
    min-height: 900px;
  }
}
@media (max-width: 767px) {
  .intro__stage {
    min-height: 600px;
  }
}
.intro__particles {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .intro__particles {
    min-height: 900px;
  }
}
@media (max-width: 767px) {
  .intro__particles {
    transform: scale(var(--s, 1));
    min-height: 600px;
  }
}
.intro__particle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  transform: translate(-50%, -50%);
  will-change: transform, opacity;
}
.intro__particle.__b {
  --tx: -640;
  --ty: 0;
  --sx: -30;
  --sy: 20;
  --ts: 1.4;
}
@media (max-width: 1199px) {
  .intro__particle.__b {
    --tx: -330;
    --ty: 250;
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .intro__particle.__b {
    --tx: -150;
    --ty: 120;
    width: 80px;
    height: 80px;
  }
}
.intro__particle.__b img {
  animation: levitating 1s ease-in-out infinite alternate;
}
.intro__particle.__b6 {
  --tx: -550;
  --ty: 130;
  --sx: 20;
  --sy: 20;
  --ts: 1.4;
}
@media (max-width: 1199px) {
  .intro__particle.__b6 {
    --tx: -250;
    --ty: 200;
    --ts: 2;
  }
}
@media (max-width: 767px) {
  .intro__particle.__b6 {
    --tx: -110;
    --ty: 150;
    --ts: 1.3;
  }
}
.intro__particle.__b6 img {
  animation: levitating 5s ease-in-out infinite alternate;
}
.intro__particle.__b9 {
  --tx: -220;
  --ty: -280;
  --sx: -20;
  --sy: 0;
  --ts: 0.8;
}
@media (max-width: 1199px) {
  .intro__particle.__b9 {
    --tx: -150;
    --ty: -320;
  }
}
@media (max-width: 767px) {
  .intro__particle.__b9 {
    --tx: -70;
    --ty: -180;
    --ts: 0.9;
    width: 60px;
    height: 60px;
  }
}
.intro__particle.__b9 img {
  animation: levitating 3s ease-in-out infinite alternate;
}
.intro__particle.__c {
  --tx: -490;
  --ty: -280;
  --sx: 0;
  --sy: -10;
  --ts: 1.4;
}
@media (max-width: 1199px) {
  .intro__particle.__c {
    --tx: -300;
    --ty: -270;
  }
}
@media (max-width: 767px) {
  .intro__particle.__c {
    --tx: -150;
    --ty: -160;
    --ts: 1;
  }
}
.intro__particle.__c img {
  animation: levitating 2s ease-in-out infinite alternate;
}
.intro__particle.__cr {
  --tx: 640;
  --ty: -250;
  --sx: 20;
  --sy: 10;
  --ts: 1.4;
}
@media (max-width: 1199px) {
  .intro__particle.__cr {
    --tx: 190;
    --ty: -320;
  }
}
@media (max-width: 767px) {
  .intro__particle.__cr {
    --tx: 130;
    --ty: -150;
    --ts: 1.2;
  }
}
.intro__particle.__cr img {
  animation: levitating 4s ease-in-out infinite alternate;
}
.intro__particle.__d {
  --tx: 580;
  --ty: 240;
  --sx: 0;
  --sy: 20;
  --ts: 1.4;
}
@media (max-width: 1199px) {
  .intro__particle.__d {
    --tx: 330;
    --ty: 140;
  }
}
@media (max-width: 767px) {
  .intro__particle.__d {
    --tx: 160;
    --ty: 110;
    width: 80px;
    height: 80px;
  }
}
.intro__particle.__d img {
  animation: levitating 3s ease-in-out infinite alternate;
}
.intro__particle.__mg {
  --tx: 120;
  --ty: 240;
  --sx: 20;
  --sy: -10;
  --ts: 2.2;
}
@media (max-width: 1199px) {
  .intro__particle.__mg {
    --tx: 260;
    --ty: 200;
    --ts: 2;
  }
}
@media (max-width: 767px) {
  .intro__particle.__mg {
    --tx: 100;
    --ty: 160;
    --ts: 1.3;
  }
}
.intro__particle.__mg img {
  animation: levitating 2.75s ease-in-out infinite alternate;
}
.intro__particle.__zn {
  --tx: 560;
  --ty: -180;
  --sx: -20;
  --sy: 20;
  --ts: 1.2;
}
@media (max-width: 1199px) {
  .intro__particle.__zn {
    --tx: 330;
    --ty: -220;
    --ts: 1;
  }
}
@media (max-width: 767px) {
  .intro__particle.__zn {
    --tx: 150;
    --ty: -90;
    width: 60px;
    height: 60px;
  }
}
.intro__particle.__zn img {
  animation: levitating 5s ease-in-out infinite alternate;
}
.intro__particle.__grape {
  --tx: 400;
  --ty: -320;
  --sx: -20;
  --sy: 20;
  width: 228px;
  height: 207px;
}
@media (max-width: 1199px) {
  .intro__particle.__grape {
    --tx: 180;
    --ty: -430;
    --ts: 0.8;
  }
}
@media (max-width: 767px) {
  .intro__particle.__grape {
    --tx: 120;
    --ty: -240;
    --ts: 0.4;
  }
}
.intro__particle.__grape img {
  animation: levitating 3s ease-in-out infinite alternate;
}
.intro__particle.__lime {
  --tx: 460;
  --ty: 300;
  --sx: -20;
  --sy: 20;
  width: 215px;
  height: 182px;
}
@media (max-width: 1199px) {
  .intro__particle.__lime {
    --tx: 230;
    --ty: 350;
    --ts: 0.8;
  }
}
@media (max-width: 767px) {
  .intro__particle.__lime {
    --tx: 80;
    --ty: 230;
    --ts: 0.6;
  }
}
.intro__particle.__lime img {
  animation: levitating 3.5s ease-in-out infinite alternate;
}
.intro__particle.__mint {
  --tx: -520;
  --ty: 230;
  --sx: -20;
  --sy: 20;
  width: 198px;
  height: 149px;
}
@media (max-width: 1199px) {
  .intro__particle.__mint {
    --tx: -320;
    --ty: 370;
    --ts: 0.4;
  }
}
@media (max-width: 767px) {
  .intro__particle.__mint {
    --tx: -120;
    --ty: 240;
    --ts: 0.6;
  }
}
.intro__particle.__mint img {
  animation: levitating 2s ease-in-out infinite alternate;
}
.intro__particle.__raspberry {
  --tx: -620;
  --ty: -280;
  --sx: -20;
  --sy: 20;
  width: 173px;
  height: 152px;
}
@media (max-width: 1199px) {
  .intro__particle.__raspberry {
    --tx: -320;
    --ty: -380;
  }
}
@media (max-width: 767px) {
  .intro__particle.__raspberry {
    --tx: -130;
    --ty: -270;
    --ts: 0.6;
  }
}
.intro__particle.__raspberry img {
  animation: levitating 5s ease-in-out infinite alternate;
}
.intro__particle.__granat {
  --tx: 620;
  --ty: 0;
  --sx: -20;
  --sy: 20;
  width: 125px;
  height: 147px;
}
@media (max-width: 1199px) {
  .intro__particle.__granat {
    --tx: 10;
    --ty: -330;
    --ts: 0.7;
  }
}
@media (max-width: 767px) {
  .intro__particle.__granat {
    --tx: 60;
    --ty: -170;
    --ts: 0.5;
  }
}
.intro__particle.__granat img {
  animation: levitating 2.5s ease-in-out infinite alternate;
}
.intro__particle.__lime2 {
  --tx: 0;
  --ty: -310;
  --sx: -20;
  --sy: 20;
  width: 179px;
  height: 150px;
}
@media (max-width: 1199px) {
  .intro__particle.__lime2 {
    --tx: -150;
    --ty: -420;
    --ts: 0.8;
  }
}
@media (max-width: 767px) {
  .intro__particle.__lime2 {
    --tx: -20;
    --ty: -270;
    --ts: 0.7;
  }
}
.intro__particle.__lime2 img {
  animation: levitating 5s ease-in-out infinite alternate;
}
.intro__particle.__lime3 {
  --tx: -680;
  --ty: -130;
  --sx: -20;
  --sy: 20;
  width: 198px;
  height: 130px;
}
@media (max-width: 1199px) {
  .intro__particle.__lime3 {
    --tx: -200;
    --ty: 330;
  }
}
@media (max-width: 767px) {
  .intro__particle.__lime3 {
    --tx: -40;
    --ty: 190;
    --ts: 0.6;
  }
}
.intro__particle.__lime3 img {
  animation: levitating 3s ease-in-out infinite alternate;
}
.intro__particle.__orange {
  --tx: -20;
  --ty: 280;
  --sx: -20;
  --sy: 20;
  width: 73px;
  height: 64px;
}
@media (max-width: 1199px) {
  .intro__particle.__orange {
    --tx: 90;
    --ty: 320;
    --ts: 0.8;
  }
}
@media (max-width: 767px) {
  .intro__particle.__orange {
    --tx: 20;
    --ty: 150;
    --ts: 0.5;
  }
}
.intro__particle.__orange img {
  animation: levitating 4s ease-in-out infinite alternate;
}
.intro__particle.__strawberry {
  --tx: -260;
  --ty: 240;
  --sx: -20;
  --sy: 20;
  width: 95px;
  height: 94px;
}
@media (max-width: 1199px) {
  .intro__particle.__strawberry {
    --tx: -70;
    --ty: 300;
    --ts: 0.7;
  }
}
@media (max-width: 767px) {
  .intro__particle.__strawberry {
    --tx: -60;
    --ty: 130;
    --ts: 0.4;
  }
}
.intro__particle.__strawberry img {
  animation: levitating 1.5s ease-in-out infinite alternate;
}
.intro__particle.__raspberry2 {
  --tx: 280;
  --ty: 210;
  --sx: -20;
  --sy: 20;
  width: 108px;
  height: 94px;
}
@media (max-width: 1199px) {
  .intro__particle.__raspberry2 {
    --tx: 180;
    --ty: 220;
    --ts: 0.8;
  }
}
@media (max-width: 767px) {
  .intro__particle.__raspberry2 {
    --tx: 80;
    --ty: 130;
    --ts: 0.5;
  }
}
.intro__particle.__raspberry2 img {
  animation: levitating 3s ease-in-out infinite alternate;
}
.intro__particle > img {
  transform: translate(0, 0);
  will-change: transform;
}
.intro__title {
  position: absolute;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  transform-origin: 50% 50%;
  transform: scale(0) translateY(0);
  inset: 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  justify-content: center;
  max-width: 1300px;
  margin: auto;
  color: #FFF;
  margin-bottom: 5rem;
}
@media (max-width: 1199px) {
  .intro__title {
    max-width: 733px;
  }
}
@media (max-width: 767px) {
  .intro__title {
    margin-bottom: 0;
    gap: 2rem;
    max-width: 327px;
    transform: scale(var(--s, 1)) !important;
  }
}
.intro__line .word {
  display: inline-block;
  will-change: transform, opacity;
}
.intro__subtitle {
  letter-spacing: normal;
}

.grid__container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-top: 18.75rem;
}
@media (max-width: 1199px) {
  .grid__container {
    padding-top: 12.5rem;
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .grid__container {
    padding-top: 10rem;
  }
}
.grid__row {
  display: flex;
  align-items: stretch;
  gap: 1.25rem;
}
@media (max-width: 1199px) {
  .grid__row {
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .grid__row {
    flex-direction: column-reverse;
  }
}
.grid__row.__reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .grid__row.__reverse {
    flex-direction: column-reverse;
  }
}
.grid__item {
  border-radius: 3rem;
  overflow: hidden;
  padding: 2.5rem;
  position: relative;
  min-height: 775px;
  opacity: 0;
  transform: translateY(40px);
  will-change: transform, opacity;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .grid__item {
    border-radius: 2.5rem;
    padding: 2rem;
    min-height: 460px;
  }
}
@media (max-width: 767px) {
  .grid__item {
    padding: 1.5rem;
    border-radius: 2rem;
  }
}
.grid__item.__text {
  flex-basis: 33%;
}
@media (max-width: 1919px) {
  .grid__item.__text {
    flex-basis: 40%;
  }
}
@media (max-width: 1199px) {
  .grid__item.__text {
    flex-basis: calc((100% - 1rem) / 2);
  }
}
@media (max-width: 767px) {
  .grid__item.__text {
    flex-basis: auto;
    width: 100%;
  }
}
.grid__item.__text .grid__item-bg {
  inset: unset;
}
.grid__item.__text .grid__item-bg img {
  -o-object-fit: contain;
     object-fit: contain;
}
.grid__item.__text.__green {
  background: #98C462;
}
.grid__item.__text.__green .grid__item-bg {
  left: 0;
  bottom: 3.5rem;
}
@media (max-width: 1199px) {
  .grid__item.__text.__green .grid__item-bg {
    bottom: -2.8rem;
  }
}
.grid__item.__text.__purple {
  background: #754DAE;
}
.grid__item.__text.__purple .grid__item-bg {
  max-width: 640px;
  left: 0;
  bottom: -4rem;
}
@media (max-width: 1199px) {
  .grid__item.__text.__purple .grid__item-bg {
    bottom: -1.5rem;
  }
}
.grid__item.__text.__orange {
  background: #F5A862;
}
.grid__item.__text.__orange .grid__item-bg {
  width: 100%;
  left: 0;
  bottom: 5rem;
}
@media (max-width: 1199px) {
  .grid__item.__text.__orange .grid__item-bg {
    bottom: -1.25rem;
  }
}
@media (max-width: 767px) {
  .grid__item.__text.__orange .grid__item-bg {
    bottom: 1rem;
  }
}
.grid__item.__text.__pink {
  background: #E74A5D;
}
.grid__item.__text.__pink .grid__item-bg {
  width: 100%;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .grid__item.__text.__pink .grid__item-bg {
    width: 150%;
  }
}
@media (max-width: 767px) {
  .grid__item.__text.__pink .grid__item-bg {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .grid__item.__text.__pink .grid__item-bg img {
    -o-object-position: bottom right;
       object-position: bottom right;
  }
}
.grid__item.__picture {
  flex-basis: calc(67% - 1.25rem);
}
@media (max-width: 1919px) {
  .grid__item.__picture {
    flex-basis: calc(60% - 1.25rem);
  }
}
@media (max-width: 1199px) {
  .grid__item.__picture {
    flex-basis: calc((100% - 1rem) / 2);
  }
}
@media (max-width: 767px) {
  .grid__item.__picture {
    flex-basis: auto;
    width: 100%;
  }
}
.grid__item-text {
  color: #FFF;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.grid__item-subtitle {
  border-radius: 2rem;
  border: 2px solid #FFF;
  background: #F8F8F8;
  box-shadow: 0 16px 28px 0 rgba(27, 0, 69, 0.04);
  padding: 0.8125rem 1.25rem;
  color: #1D1D1D;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1199px) {
  .grid__item-subtitle {
    padding: 0.625rem 0.75rem;
  }
}
.grid__item-product {
  display: flex;
  max-width: 164px;
  align-self: flex-end;
  z-index: 2;
  margin-top: auto;
  margin-bottom: -1rem;
  margin-right: -1rem;
}
@media (max-width: 1199px) {
  .grid__item-product {
    max-width: 90px;
    margin-bottom: -0.75rem;
    margin-right: -0.75rem;
  }
}
.grid__item-bg {
  position: absolute;
  inset: 0;
  display: flex;
  z-index: 0;
}
.grid__item-bg picture {
  display: flex;
  width: 100%;
  height: 100%;
}
.grid__item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.products {
  will-change: transform, opacity;
}
.products__container {
  padding-top: 18.75rem;
  position: relative;
}
@media (max-width: 1919px) {
  .products__container {
    padding-top: 14.5rem;
  }
}
@media (max-width: 1199px) {
  .products__container {
    padding-top: 12.5rem;
  }
}
@media (max-width: 767px) {
  .products__container {
    padding-top: 10rem;
  }
}
.products__block {
  background-image: url("../assets/ref_products_bg.png");
  border-radius: 3rem;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 6.69rem 0 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7.69rem;
  position: relative;
}
@media (max-width: 1919px) {
  .products__block {
    border-radius: 2.5rem;
    gap: 6rem;
    padding: 5rem 0 4.5rem;
  }
}
@media (max-width: 1199px) {
  .products__block {
    gap: 4.75rem;
    padding: 6rem 0 7.25rem;
  }
}
@media (max-width: 767px) {
  .products__block {
    border-radius: 2rem;
    gap: 3rem;
    padding: 2.5rem 0 2.69rem;
  }
}
.products__particles {
  position: absolute;
  inset: 0;
}
@media (max-width: 1199px) {
  .products__particles {
    display: none;
  }
}
.products__particle {
  position: absolute;
  display: flex;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .products__particle {
    display: none;
  }
}
.products__particle picture {
  display: flex;
}
.products__particle.__left {
  left: 0;
  bottom: 0;
  max-width: 400px;
}
@media (max-width: 1919px) {
  .products__particle.__left {
    max-width: 300px;
  }
}
@media (max-width: 1199px) {
  .products__particle.__left {
    max-width: 200px;
    z-index: 2;
  }
}
.products__particle.__right {
  right: 0;
  bottom: 0;
  max-width: 400px;
}
@media (max-width: 1919px) {
  .products__particle.__right {
    max-width: 300px;
  }
}
@media (max-width: 1199px) {
  .products__particle.__right {
    max-width: 200px;
    z-index: 2;
  }
}
.products__particle.__granat {
  max-width: 184px;
  top: 13rem;
  right: 17rem;
  z-index: 2;
}
@media (max-width: 1919px) {
  .products__particle.__granat {
    top: 10rem;
    right: 10rem;
  }
}
@media (max-width: 1600px) {
  .products__particle.__granat {
    top: 7rem;
  }
}
@media (max-width: 1199px) {
  .products__particle.__granat {
    max-width: 133px;
    top: 8rem;
    right: 4rem;
  }
}
.products__title {
  color: #FFF;
}
@media (max-width: 767px) {
  .products__title {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
  }
}
.products .swiper {
  overflow: visible;
}
@media (max-width: 1199px) {
  .products .swiper {
    z-index: 2;
    width: 100%;
  }
}
.products__items {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .products__items {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .products__items {
    justify-content: flex-start;
  }
}
.products__item {
  max-width: 290px;
  margin-left: -1rem;
  position: relative;
}
@media (max-width: 1919px) {
  .products__item {
    max-width: 218px;
  }
}
@media (max-width: 1199px) {
  .products__item {
    max-width: 180px;
    display: flex !important;
    flex-direction: column;
    gap: 1.69rem;
    align-items: center;
    margin-left: -0.5rem;
  }
}
@media (max-width: 1199px) {
  .products__item {
    margin-left: 0;
  }
}
.products__item:hover .products__item-image {
  transform: rotate(8.244deg) translateY(-120px);
}
@media (max-width: 1919px) {
  .products__item:hover .products__item-image {
    transform: rotate(8.244deg) translateY(-90px);
  }
}
@media (max-width: 1199px) {
  .products__item:hover .products__item-image {
    transform: none;
  }
}
.products__item:nth-child(1) {
  margin-left: 0;
}
.products__item-image {
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-out;
}
.products__item-label {
  padding: 1.19rem 1rem;
  background: #FFF;
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  margin: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 1.5rem;
  border: 2px solid #FFF;
  z-index: 0;
  text-align: center;
}
@media (max-width: 1919px) {
  .products__item-label {
    padding: 1rem 0;
    max-width: 163px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    bottom: 2rem;
  }
}
@media (max-width: 1199px) {
  .products__item-label {
    position: relative;
    bottom: auto;
    width: 100%;
    max-width: 160px;
    border-radius: 1.25rem;
  }
}

.descriptions {
  will-change: transform, opacity;
}
.descriptions__container {
  padding-top: 18.75rem;
  position: relative;
}
@media (max-width: 1199px) {
  .descriptions__container {
    padding-top: 12.5rem;
  }
}
@media (max-width: 767px) {
  .descriptions__container {
    padding-top: 10rem;
  }
}
.descriptions .swiper.mode-desktop .descriptions__items {
  transform: none !important;
  transition: none !important;
}
.descriptions__block {
  position: relative;
}
.descriptions__bg {
  display: none;
  position: absolute;
  inset: 0;
  border-radius: 2.5rem;
  background-image: url("../assets/ref_bg_purple.png");
  background-size: cover;
  background-repeat: no-repeat;
  transition: background-image 0.35s ease;
  z-index: 0;
}
@media (max-width: 1199px) {
  .descriptions__bg {
    display: block;
  }
}
@media (max-width: 767px) {
  .descriptions__bg {
    border-radius: 2rem;
  }
}
.descriptions__bg.__purple {
  background-image: url("../assets/ref_bg_purple.png");
}
.descriptions__bg.__green {
  background-image: url("../assets/ref_bg_green.png");
}
.descriptions__bg.__orange {
  background-image: url("../assets/ref_bg_orange.png");
}
.descriptions__bg.__pink {
  background-image: url("../assets/ref_bg_pink.png");
}
.descriptions__items {
  position: relative;
  height: 900px !important;
}
@media (max-width: 1199px) {
  .descriptions__items {
    height: 828px !important;
  }
}
@media (max-width: 767px) {
  .descriptions__items {
    height: 70px !important;
  }
}
.descriptions .swiper.mode-mobile {
  overflow: hidden;
}
.descriptions .swiper.mode-mobile .descriptions__items.swiper-wrapper {
  position: relative !important;
  inset: auto !important;
  height: auto !important;
}
@media (max-width: 767px) {
  .descriptions .swiper.mode-mobile .descriptions__items.swiper-wrapper {
    height: 700px !important;
  }
}
.descriptions .swiper.mode-mobile .descriptions__item.swiper-slide {
  position: relative !important;
  inset: auto !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transition: none !important;
  flex: 0 0 100%;
  width: 100% !important;
  display: block;
}
.descriptions__global-pagination {
  display: none;
}
@media (max-width: 1199px) {
  .descriptions__global-pagination {
    display: flex;
    bottom: 5rem !important;
    top: auto !important;
  }
}
@media (max-width: 767px) {
  .descriptions__global-pagination {
    bottom: 4.2rem !important;
  }
}
.descriptions__global-arrows {
  display: none;
}
@media (max-width: 1199px) {
  .descriptions__global-arrows {
    display: flex;
    left: 50%;
    top: 50%;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
    gap: 20rem;
  }
}
@media (max-width: 767px) {
  .descriptions__global-arrows {
    left: 1rem;
    right: 1rem;
    transform: translateY(-50%);
    margin: auto;
    gap: 0;
    justify-content: space-between;
  }
}
.descriptions__item {
  border-radius: 3rem;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  position: absolute !important;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease !important;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1199px) {
  .descriptions__item {
    border-radius: 2.5rem;
    justify-content: flex-start;
    flex-direction: column;
    padding: 2rem 0;
    background: transparent !important;
    height: 900px;
  }
}
@media (max-width: 767px) {
  .descriptions__item {
    height: 700px;
  }
}
.descriptions__item.__purple {
  background-image: url("../assets/ref_bg_purple.png");
  --primary: #8259BD;
}
.descriptions__item.__green {
  background-image: url("../assets/ref_bg_green.png");
  --primary: #3A943A;
}
.descriptions__item.__orange {
  background-image: url("../assets/ref_bg_orange.png");
  --primary: #ED7829;
}
.descriptions__item.__pink {
  background-image: url("../assets/ref_bg_pink.png");
  --primary: #F6586B;
}
.descriptions__item.is-active {
  transition: opacity 1.5s ease !important;
  opacity: 1;
  pointer-events: auto;
}
.descriptions__item.is-active .descriptions__item-modal .modal__content.__shown {
  opacity: 1;
  pointer-events: all;
}
.descriptions__item-header {
  display: none;
}
@media (max-width: 1199px) {
  .descriptions__item-header {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: #FFF;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.descriptions__item-more {
  display: none;
  padding: 1rem 2.88rem;
  background-color: #FFF;
  border-radius: 1.25rem;
  position: absolute;
  bottom: 3.13rem;
  left: 0;
  right: 0;
  margin: auto;
  align-items: center;
  justify-content: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .descriptions__item-more {
    display: flex;
    bottom: 7rem;
  }
}
@media (max-width: 767px) {
  .descriptions__item-more {
    bottom: 6rem;
  }
}
.descriptions__item-product {
  max-width: 670px;
  display: flex;
}
.descriptions__item-product picture {
  display: flex;
  width: 100%;
}
@media (max-width: 1199px) {
  .descriptions__item-product {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: unset;
    max-height: 828px;
  }
}
@media (max-width: 767px) {
  .descriptions__item-product {
    width: 460px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
.descriptions__item-product img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.descriptions__item-arrows {
  pointer-events: none;
}
@media (max-width: 1199px) {
  .descriptions__item-arrows {
    display: none;
  }
}
.descriptions__item-arrows .slider__arrow {
  pointer-events: all;
}
.descriptions__item-modal {
  position: absolute;
  top: 8.13rem;
  bottom: 8.13rem;
  left: 50%;
  transform: translate(-50%, 0);
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
@media (max-width: 1700px) {
  .descriptions__item-modal {
    left: 554px;
    transform: none;
  }
}
@media (max-width: 1199px) {
  .descriptions__item-modal {
    opacity: 0;
    pointer-events: none;
    display: none;
  }
}
@media (max-width: 1199px) {
  .descriptions__item .swiper-pagination {
    display: none;
  }
}
.descriptions__item-info {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2rem;
  text-align: center;
  color: #FFFFFF;
  max-width: 300px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .descriptions__item-info {
    bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .descriptions__item-info {
    bottom: 1rem;
  }
}
.descriptions__item-picture {
  max-width: 472px;
  position: absolute;
  top: 2rem;
  bottom: 2rem;
  right: 2rem;
  display: flex;
  border-radius: 2.5rem;
  overflow: hidden;
}
.descriptions__item-picture picture {
  display: flex;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .descriptions__item-picture {
    display: none;
  }
}
.descriptions__item-picture img {
  -o-object-fit: cover;
     object-fit: cover;
}

.market__container {
  padding-top: 18.75rem;
  padding-bottom: 9.375rem;
  max-width: 1190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  text-align: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .market__container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .market__container {
    padding-top: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0;
  }
}
.market__title {
  width: 100%;
}
@media (max-width: 767px) {
  .market__title {
    margin-bottom: 1rem;
  }
}
.market__subtitle {
  color: #4C4C4C;
}
.market__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .market__items {
    flex-direction: column;
  }
}
.market__item {
  min-width: 202px;
  padding: 1.3125rem 1rem;
  border-radius: 1.5rem;
  background: linear-gradient(102deg, #5C1EA8 3.59%, #300069 89.94%);
  color: #FFF;
  cursor: pointer;
}
.market__item:hover {
  opacity: 0.7 !important;
}

.faq {
  will-change: transform, opacity;
}
.faq__container {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  padding-left: 0;
  padding-right: 0;
  max-width: 850px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  width: 100%;
}
@media (max-width: 1199px) {
  .faq__container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 767px) {
  .faq__container {
    padding-top: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0;
  }
}
.faq__items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.faq__item {
  width: 100%;
  min-height: 96px;
  padding: 1.3125rem 1rem 1.3125rem 2rem;
  display: flex;
  flex-direction: column;
  border-radius: 2rem;
  border: 2px solid #FFF;
  background: #F8F8F8;
  box-shadow: 0 16px 28px 0 rgba(27, 0, 69, 0.04);
  cursor: pointer;
  transition: all 0.3s ease;
}
.faq__item:hover {
  background: #F0EDF4;
}
.faq__item.__active .faq__item-body {
  max-height: 500px;
  height: auto;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .faq__item.__active .faq__item-body {
    margin-top: 1rem;
  }
}
.faq__item.__active .faq__item-arrow svg {
  transform: rotate(180deg);
}
.faq__item-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 1199px) {
  .faq__item-header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .faq__item-header {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.faq__item-title {
  line-height: 100%;
}
.faq__item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, maring-bottom 0.5s ease, margin-top 0.5s ease;
  margin-bottom: 0;
  color: #4C4C4C;
}
.faq__item-arrow {
  width: 3rem;
  height: 3rem;
  background-color: #FFF;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
}
.faq__item-arrow svg {
  transition: transform 0.5s ease;
  transform-origin: 50% 50%;
}

.footer {
  height: 822px;
  background-image: url("../assets/ref_footer_bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1199px) {
  .footer {
    background-image: url("../assets/ref_footer_bg_tablet.png");
    height: 462px;
  }
}
@media (max-width: 767px) {
  .footer {
    height: 598px;
  }
}
@media (max-width: 494px) {
  .footer {
    background-position: 29% center;
  }
}
.footer__container {
  height: 100%;
}
.footer__block {
  position: absolute;
  border-radius: 3rem;
  border: 1px solid #FFF;
  background: #F8F8F8;
  box-shadow: 0 16px 28px 0 rgba(27, 0, 69, 0.32);
  padding: 2.5rem;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.875rem;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1199px) {
  .footer__block {
    left: 1.25rem;
    right: 1.25rem;
    transform: none;
    width: auto;
    padding: 1.5rem;
    bottom: 3rem;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}
@media (max-width: 767px) {
  .footer__block {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    border-radius: 2rem;
  }
}
.footer__logo {
  max-width: 131px;
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .footer__logo {
    max-width: 90px;
  }
}
.footer__items {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media (max-width: 1199px) {
  .footer__items {
    order: 3;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer__items {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}
.footer__item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 400px;
}
@media (max-width: 1919px) {
  .footer__item {
    max-width: 280px;
  }
}
@media (max-width: 1199px) {
  .footer__item {
    max-width: 400px;
  }
}
.footer__item-header {
  color: #4C4C4C;
}
.footer__socials {
  display: flex;
  flex-direction: column;
  gap: 0.62rem;
  align-items: center;
}
.footer__socials-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.footer__socials-item {
  width: 49px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1600px) {
  .footer__socials-item {
    width: 40px;
    height: 40px;
  }
}
.footer__spans {
  color: #4C4C4C;
}
@media (max-width: 1199px) {
  .footer__spans {
    display: none;
  }
}
.footer__spans a {
  color: inherit;
}
.footer__span-mob {
  color: #4C4C4C;
  display: none;
}
@media (max-width: 1199px) {
  .footer__span-mob {
    display: block;
    order: 3;
    margin-top: 1rem;
  }
}
.footer__span-mob a {
  color: inherit;
}

.nf {
  height: 100svh;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .nf {
    min-height: 100svh;
    height: auto;
  }
}
.nf__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 12rem;
  text-align: center;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .nf__container {
    padding-top: 8rem;
  }
}
.nf__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 1919px) {
  .nf__text {
    margin-bottom: -5rem;
  }
}
@media (max-width: 1199px) {
  .nf__text {
    margin-top: auto;
    margin-bottom: auto;
  }
}
.nf__btn {
  border-radius: 1.25rem;
  background: #1D1D1D;
  padding: 0.875rem 0.9375rem;
  color: #FFF;
}
.nf__img {
  display: flex;
  margin-top: auto;
  z-index: -1;
}
@media (max-width: 1919px) {
  .nf__img {
    margin-left: -1.375rem;
    margin-right: -1.375rem;
  }
}
@media (max-width: 1199px) {
  .nf__img {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media (max-width: 767px) {
  .nf__img {
    position: relative;
    height: 208px;
    width: 100%;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media (max-width: 767px) {
  .nf__img img {
    width: 487px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: none;
  }
}

.opinion__container {
  max-width: calc(1430px + 12.5rem);
  padding-top: 8rem;
  padding-bottom: 19rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 1199px) {
  .opinion__container {
    padding-top: 8rem;
    padding-bottom: 12.5rem;
  }
}
@media (max-width: 767px) {
  .opinion__container {
    padding-top: 8rem;
    padding-bottom: 10rem;
    gap: 3rem;
  }
}
.opinion__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .opinion__text {
    gap: 1.5rem;
  }
}
.opinion__desc {
  max-width: 879px;
  text-align: center;
}
.opinion__info {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.opinion__cards-wrapper {
  max-width: 100%;
  width: 100%;
}
.opinion__cards-wrapper .swiper {
  overflow: visible;
}
.opinion__cards {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 2.5rem;
  width: 100%;
}
@media (max-width: 1919px) {
  .opinion__cards {
    gap: 1.25rem;
  }
}
@media (max-width: 1199px) {
  .opinion__cards {
    justify-content: flex-start;
    gap: 0;
  }
}
.opinion__card {
  flex-basis: calc((100% - 5rem) / 3);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.75rem;
  border-radius: 3rem;
  border: 2px solid #FFF;
  background: #F8F8F8;
  box-shadow: 0 16px 28px 0 rgba(27, 0, 69, 0.04);
}
@media (max-width: 1919px) {
  .opinion__card {
    flex-basis: calc((100% - 2.5rem) / 3);
  }
}
@media (max-width: 1199px) {
  .opinion__card {
    flex-basis: auto;
    max-width: 396px;
  }
}
@media (max-width: 767px) {
  .opinion__card {
    max-width: 310px;
  }
}
.opinion__card-img {
  max-height: 448px;
  max-width: 100%;
  width: 100%;
  display: flex;
  border-radius: 2.5rem;
  overflow: hidden;
}
.opinion__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.opinion__card-content {
  display: flex;
  padding: 2rem 2rem 1.5rem 2rem;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .opinion__card-content {
    gap: 1rem;
  }
}
.opinion__card-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.opinion__card-desc {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.opinion__card-actions {
  width: 100%;
}
.opinion__card-actions .btn {
  padding: 1.19rem 1rem;
  border-radius: 1.5rem;
  background: #5D4080;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  opacity: 1;
  cursor: pointer;
}
.opinion__card-actions .btn:hover {
  transition: 0.1s;
}
.opinion__card-actions .btn:active {
  transition: 0.05s;
}
.opinion__card-actions .btn:focus, .opinion__card-actions .btn:hover {
  opacity: 0.8;
}
.opinion__card-actions .btn:active {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .opinion__card-actions .btn {
    padding: 1.28rem 1rem;
  }
}

.community__container {
  max-width: calc(1430px + 12.5rem);
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
}
.community__container > div {
  width: 100%;
}
@media (max-width: 767px) {
  .community__container {
    gap: 3rem;
  }
}
.community__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 1199px) {
  .community__text {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .community__text {
    gap: 1.5rem;
  }
}
.community__desc {
  max-width: 879px;
  text-align: center;
}
.community__cards {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1.25rem;
  width: 100%;
}
.community__card {
  flex-basis: calc((100% - 1.25rem) / 2);
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2rem;
  border-radius: 3rem;
  padding: 0.75rem;
  position: relative;
  overflow: hidden;
  box-shadow: 35px 0px 21px rgba(0, 0, 0, 0.04), -6px 1px 14px 5px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1919px) {
  .community__card {
    gap: 2rem;
  }
}
@media (max-width: 1199px) {
  .community__card {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .community__card {
    flex-basis: 100%;
  }
}
.community__card.__purple .community__card-info {
  color: #73519C;
}
.community__card.__purple .community__card-actions .btn {
  background-color: #73519C;
}
.community__card.__pink .community__card-info {
  color: #E5354A;
}
.community__card.__pink .community__card-actions .btn {
  background-color: #F6586B;
}
.community__card.__green .community__card-info {
  color: #7BA646;
}
.community__card.__green .community__card-actions .btn {
  background-color: #98C462;
}
.community__card.__orange .community__card-info {
  color: #E08533;
}
.community__card.__orange .community__card-actions .btn {
  background-color: #F5A862;
}
.community__card-bg {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.community__card-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center center;
}
.community__card-img {
  max-width: 290px;
  min-width: 290px;
  width: 290px;
  height: 100%;
  border-radius: 2.5rem;
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 1;
  aspect-ratio: 1;
}
@media (max-width: 1199px) {
  .community__card-img {
    height: auto;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    border-radius: 3rem;
  }
}
@media (max-width: 494px) {
  .community__card-img {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
  }
}
.community__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.community__card-content {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1.81rem;
  width: 100%;
}
@media (max-width: 1199px) {
  .community__card-content {
    height: auto;
    flex: 1 1 auto;
  }
}
.community__card-text {
  color: #1D1D1D;
  flex: 1 1 auto;
}
.community__card-info {
  color: #1D1D1D;
  font-weight: 600;
}
.community__card-actions {
  width: 100%;
}
.community__card-actions .btn {
  background-color: #FFFFFF;
  color: #FFFFFF;
  width: 100%;
  padding: 1.19rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
}
.community__actions {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .community__actions {
    margin-top: 1.25rem;
  }
}
.community__actions .btn {
  width: 100%;
  border-radius: 1.25rem;
  border: 2px solid #FFF;
  background: #F8F8F8;
  padding: 1.09rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  opacity: 1;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  max-width: 317px;
}
.community__actions .btn:hover {
  transition: 0.1s;
}
.community__actions .btn:active {
  transition: 0.05s;
}
.community__actions .btn:focus, .community__actions .btn:hover {
  opacity: 0.8;
}
.community__actions .btn:active {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .community__actions .btn {
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    max-width: 160px;
  }
}

.modal__detail {
  position: fixed;
  inset: 0;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  pointer-events: none;
  margin: 0 !important;
}
.modal__detail.__active {
  pointer-events: all;
}
.modal__detail.__active .modal__shadow {
  opacity: 1;
}
.modal__detail.__active .modal__inner {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.modal__detail.__active .modal__outer {
  opacity: 1;
  transform: none;
}
.modal__detail .modal__shadow {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(33, 33, 33, 0.8);
  transition: opacity 0.4s ease;
}
.modal__detail .modal__shadow.__invisible {
  opacity: 0;
}
.modal__detail .modal__close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  cursor: pointer;
  transition: 0.2s;
  width: 3.5rem;
  height: 3.5rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6.25rem;
  background: rgba(0, 0, 0, 0.32);
}
@media (max-width: 767px) {
  .modal__detail .modal__close {
    right: 1.125rem;
    width: 2.5rem;
    height: 2.5rem;
    top: 1.0625rem;
  }
}
.modal__detail .modal__close img {
  width: 15px;
  height: 15px;
}
.modal__detail .modal__close:hover {
  transform: rotate(90deg);
}
.modal__detail .modal__outer {
  position: relative;
  opacity: 0;
  margin: 0 1rem;
  transition: 0.4s;
  width: 100%;
  transform: scale(0.5);
  height: 100vh;
  height: 100svh;
  overflow: auto;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
}
.modal__detail .modal__outer::-webkit-scrollbar {
  display: none;
}
.modal__detail .modal__inner {
  position: relative;
  padding: 1.5rem 4.25rem 1.5rem 1.5rem;
  border-radius: 3rem;
  width: 100%;
  max-width: 1856px;
  min-width: 320px;
  transition: 0.4s;
  opacity: 0;
  background-color: #FFFFFF;
  color: #1D1D1D;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 5rem;
  margin-top: auto;
  margin-bottom: auto;
  height: 100%;
  min-height: 600px;
}
@media (max-width: 1919px) {
  .modal__detail .modal__inner {
    gap: 3rem;
  }
}
@media (max-width: 1199px) {
  .modal__detail .modal__inner {
    flex-wrap: wrap;
    gap: 1.5rem;
    border-radius: 2rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .modal__detail .modal__inner {
    padding: 0.5rem;
    gap: 1rem;
    border-radius: 1.5rem;
  }
}
.modal__detail.__v2 .modal__inner {
  padding: 1.5rem 13.1875rem 1.5rem 1.5rem;
}
@media (max-width: 1919px) {
  .modal__detail.__v2 .modal__inner {
    padding: 1.5rem 7.25rem 1.5rem 1.5rem;
  }
}
@media (max-width: 1199px) {
  .modal__detail.__v2 .modal__inner {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .modal__detail.__v2 .modal__inner {
    padding: 0.5rem;
  }
}
.modal__detail.__v2 .modal__photo {
  max-width: 604px;
}
@media (max-width: 1919px) {
  .modal__detail.__v2 .modal__photo {
    max-width: 480px;
  }
}
@media (max-width: 1199px) {
  .modal__detail.__v2 .modal__photo {
    max-width: 100%;
    max-height: 320px;
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  .modal__detail.__v2 .modal__photo {
    max-height: 261px;
  }
}
.modal__detail.__v2 .modal__product {
  display: none;
}
.modal__detail.__v2 .modal__text {
  max-width: 707px;
  margin-left: 9.25rem;
}
@media (max-width: 1199px) {
  .modal__detail.__v2 .modal__text {
    height: calc(100% - 320px - 3rem);
  }
}
@media (max-width: 1199px) {
  .modal__detail.__v2 .modal__text {
    max-width: 100%;
    margin-left: 0;
  }
}
.modal__detail .modal__photo {
  max-width: 627px;
  width: 100%;
  display: flex;
  height: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .modal__detail .modal__photo {
    order: 2;
    flex-basis: 100%;
    padding-left: 102px;
    max-height: 261px;
    max-width: none;
    border-radius: 2rem;
  }
}
@media (max-width: 767px) {
  .modal__detail .modal__photo {
    border-radius: 1.5rem;
  }
}
.modal__detail .modal__photo > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .modal__detail .modal__photo > img {
    border-radius: 2rem;
  }
}
@media (max-width: 767px) {
  .modal__detail .modal__photo > img {
    border-radius: 1.5rem;
  }
}
.modal__detail .modal__photo-btn {
  position: absolute;
  bottom: 5rem;
  left: 100%;
  transform: translateX(-60%);
  width: 282px;
  height: 282px;
  display: flex;
}
@media (max-width: 1919px) {
  .modal__detail .modal__photo-btn {
    bottom: 0;
  }
}
@media (max-width: 1199px) {
  .modal__detail .modal__photo-btn {
    width: 183px;
    height: 183px;
    bottom: 0;
    right: 0;
    left: auto;
    transform: none;
  }
}
@media (max-width: 767px) {
  .modal__detail .modal__photo-btn {
    width: 130px;
    height: 130px;
  }
}
.modal__detail .modal__photo-btn img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal__detail .modal__text {
  max-width: 627px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-top: 5rem;
}
@media (max-width: 1199px) {
  .modal__detail .modal__text {
    order: 3;
    flex-basis: 100%;
    max-width: 100%;
    height: calc(100% - 261px - 3rem);
    margin-top: 1.5rem;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .modal__detail .modal__text {
    margin-top: 2rem;
    gap: 1.5rem;
  }
}
.modal__detail .modal__text-article {
  line-height: 140%;
}
.modal__detail .modal__product {
  max-width: 349px;
  width: 100%;
  display: flex;
}
@media (max-width: 1919px) {
  .modal__detail .modal__product {
    max-width: 231px;
  }
}
@media (max-width: 1199px) {
  .modal__detail .modal__product {
    order: 1;
    flex-basis: 116px;
    max-height: 261px;
    position: relative;
    height: 100%;
  }
}
.modal__detail .modal__product img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1199px) {
  .modal__detail .modal__product img {
    position: absolute;
    inset: 0;
  }
}
.modal__detail .modal__imgs {
  display: flex;
  flex-direction: column;
  padding-top: 115px;
  gap: 15px;
}
@media (max-width: 1600px) {
  .modal__detail .modal__imgs {
    padding-top: 95px;
    gap: 12px;
  }
}
@media (max-width: 1199px) {
  .modal__detail .modal__imgs {
    position: absolute;
    top: 1rem;
    left: 16px;
    padding-top: 0;
    gap: 5px;
    max-width: 78px;
    justify-content: center;
    height: 261px;
  }
}
@media (max-width: 767px) {
  .modal__detail .modal__imgs {
    top: 10px;
  }
}
.modal__detail .modal__imgs .modal__img {
  max-width: 280px;
  min-width: 280px;
  width: 100%;
}
@media (max-width: 1600px) {
  .modal__detail .modal__imgs .modal__img {
    max-width: 205px;
    min-width: 205px;
  }
}
@media (max-width: 1199px) {
  .modal__detail .modal__imgs .modal__img {
    max-width: 78px;
    min-width: 100%;
  }
}
.modal__detail .modal__imgs .modal__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}/*# sourceMappingURL=style.css.map */