:root {
  --font-family-new: "Wave", sans-serif;
  --font-family-new-s: "Noto", sans-serif;
  --black: #1a1b1c;
  --white: #ffffff;
  --yellow: #ffc600;
  --whiteBg: #f1eee4;
  --lilac: #a995db;
  --orange: #fe732f;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
#content {
  --refRes: 375 !important;
  font-size: calc(100vw / var(--refRes) * 10);
}
@media (min-width: 1441px) {
  #content {
    --refRes: 1920 !important;
    font-size: 10px;
  }
}
@media (min-width: 769px) {
  #content {
    --refRes: 1440 !important;
  }
}

#camelia {
  --refRes: 375 !important;
  font-size: calc(100vw / var(--refRes) * 10);
}
@media screen and (min-width: 651px) {
  #camelia {
    --refRes: 1024 !important;
  }
}
@media screen and (min-width: 1025px) {
  #camelia {
    --refRes: 1440 !important;
  }
}
@media screen and (min-width: 1441px) {
  #camelia {
    font-size: 10px;
  }
}

@font-face {
  font-family: "Wave";
  src: url("../fonts/../fonts/LTWave-Light.otf");
  font-weight: 300;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Wave";
  src: url("../fonts/../fonts/LTWave-Regular.otf");
  font-weight: 400;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Wave";
  src: url("../fonts/../fonts/LTWave-Medium.otf");
  font-weight: 500;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Wave";
  src: url("../fonts/../fonts/LTWave-MediumItalic.otf");
  font-weight: 500;
  font-display: block;
  font-style: italic;
}
@font-face {
  font-family: "Wave";
  src: url("../fonts/../fonts/LTWave-BoldItalic.otf");
  font-weight: 700;
  font-display: block;
  font-style: italic;
}
@font-face {
  font-family: "Noto";
  src: url("../fonts/../fonts/NotoSerif-Bold.ttf");
  font-weight: 700;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Noto";
  src: url("../fonts/../fonts/NotoSerif-BoldItalic.ttf");
  font-weight: 700;
  font-display: block;
  font-style: italic;
}
@font-face {
  font-family: "Noto";
  src: url("../fonts/../fonts/NotoSerif-Italic.ttf");
  font-weight: 400;
  font-display: block;
  font-style: italic;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (pointer: fine) {
  html {
    width: 100vw;
    overflow-x: clip;
    margin-left: calc((100% - 100vw) / 2);
  }
}
* {
  margin: 0;
  padding: 0;
}

#content * {
  font-family: var(--font-family-new);
}

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

.page {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-size: 16px;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #000;
}

.site-container {
  overflow: clip;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

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

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

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  max-width: 144em;
  padding-inline: 8em;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container {
    padding-inline: 1.2em;
    max-width: none;
  }
}

.container-calc {
  padding-inline: calc((100vw - 144em) / 2 + 8em);
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

#content {
  font-family: var(--font-family-new);
}

#content p,
#content label,
#content li,
#content td,
#content th {
  font-family: var(--font-family-new);
}

@media (max-width: 650px) {
  .el-desctop {
    display: none !important;
  }
}

.el-mobile {
  display: none !important;
}
@media (max-width: 650px) {
  .el-mobile {
    display: block !important;
  }
}

.display-none {
  display: none !important;
}

#content section {
  margin-block: 156px;
}
@media (max-width: 1200px) {
  #content section {
    margin-block: 100px;
  }
}
@media (max-width: 768px) {
  #content section {
    margin-block: 72px;
  }
}
#content section:first-child {
  margin-top: 0;
}
#content .title {
  font-family: var(--font-family-new);
  font-size: 4.8em;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  color: var(--black);
}
@media (max-width: 768px) {
  #content .title {
    font-size: 2.4em;
  }
}
#content .title_margin {
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  #content .title_margin {
    margin-bottom: 32px;
  }
}
#content .title_weight {
  font-weight: 500;
}
#content .title-mini {
  font-family: var(--font-family-new);
  font-size: 4em;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  color: var(--black);
}
@media (max-width: 768px) {
  #content .title-mini {
    font-size: 1.8em;
  }
}
#content .title-mini_margin {
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  #content .title-mini_margin {
    margin-bottom: 32px;
  }
}
#content .title-mini_weight {
  font-weight: 500;
}
#content .title-italic {
  font-family: var(--font-family-new);
  font-size: 4.8em;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  color: var(--black);
}
@media (max-width: 768px) {
  #content .title-italic {
    font-size: 2.4em;
  }
}
#content .title-italic span {
  display: block;
  font-family: var(--font-family-new-s);
  font-style: italic;
}
#content .title-italic_margin {
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  #content .title-italic_margin {
    margin-bottom: 24px;
  }
}
#content .title-italic_weight {
  font-weight: 500;
}
#content .title-italic-mini {
  font-family: var(--font-family-new);
  font-size: 4em;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  color: var(--black);
}
@media (max-width: 768px) {
  #content .title-italic-mini {
    font-size: 1.8em;
  }
}
#content .title-italic-mini span {
  display: block;
  font-family: var(--font-family-new-s);
  font-style: italic;
}
#content .title-italic-mini_margin {
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  #content .title-italic-mini_margin {
    margin-bottom: 24px;
  }
}
#content .title-italic-mini_weight {
  font-weight: 500;
}
#content .btn-yellow {
  position: relative;
  color: var(--black);
  max-width: 35em;
  padding: 1.6em 3em;
  border-radius: 1.6em;
  background: var(--yellow);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content .btn-yellow span {
  font-size: 1.6em;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  #content .btn-yellow span {
    font-size: 1.4em;
    font-weight: 400;
    line-height: normal;
  }
}
#content .btn-arrow {
  position: relative;
  color: var(--black);
  padding: 1.6em 4em;
  border-radius: 1.6em;
  background: var(--yellow);
  text-align: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content .btn-arrow span {
  font-size: 1.8em;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  #content .btn-arrow span {
    font-size: 1.4em;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  #content .btn-arrow {
    padding: 1.4em 3em;
    text-align: center;
    border-radius: 1.2em;
  }
}
@media (hover: hover) {
  #content .btn-arrow:hover {
    background: rgba(255, 198, 0, 0.6862745098);
  }
}
#content .btn-arrow__circle {
  position: absolute;
  top: 50%;
  right: 4em;
  width: 2.4em;
  height: 2.4em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  #content .btn-arrow__circle {
    display: none;
  }
}
#content .subtitle {
  font-size: 2.8em;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  color: var(--black);
}
#content .subtitle span {
  font-family: var(--font-family-new-s);
  font-style: italic;
}
@media (max-width: 768px) {
  #content .subtitle {
    font-size: 1.8em;
  }
}
#content .subtitle_max {
  max-width: 558px;
  margin: 0 auto;
}
#content .subtitle_margin {
  margin-top: 20px;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  #content .subtitle_margin {
    margin-top: 12px;
    margin-bottom: 20px;
    padding-inline: 0.4em;
  }
}
#content .vacancy-btn {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 5.4em;
  padding-inline: 2em;
  border-radius: 4em;
  background: var(--white);
  border: 0.1em solid #e5e7eb;
}
@media (max-width: 768px) {
  #content .vacancy-btn {
    height: 3.1em;
  }
}
#content .vacancy-btn span {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 120%;
  color: var(--black);
}
@media (max-width: 768px) {
  #content .vacancy-btn span {
    font-size: 1.2em;
  }
}

.ideas__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  gap: 2.4em;
}
@media (max-width: 768px) {
  .ideas__body {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8em;
  }
}
.ideas__title {
  padding-inline: 1em;
}
.ideas__item {
  height: 46.6em;
  border-radius: 5.6em;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .ideas__item {
    height: 17.2em;
    border-radius: 2.4em;
  }
}
@media (hover: hover) {
  .ideas__item:hover {
    -webkit-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
@media (max-width: 768px) {
  .ideas__item_desktop {
    display: none;
  }
}
.ideas__item_height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 46.6em;
}
@media (max-width: 768px) {
  .ideas__item_height {
    height: 14.7em;
    -ms-grid-column: 1 !important;
    -ms-grid-column-span: 2 !important;
    grid-column: 1/3 !important;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}
.ideas__item_yellow {
  padding: 4em;
  background: var(--yellow);
}
@media (max-width: 768px) {
  .ideas__item_yellow {
    padding: 1.6em;
  }
}
.ideas__item_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.6em;
  height: auto;
}
@media (max-width: 768px) {
  .ideas__item_text {
    -ms-grid-column: 1 !important;
    -ms-grid-column-span: 2 !important;
    grid-column: 1/3 !important;
    gap: 1.2em;
  }
}
.ideas__item:nth-child(5n+1), .ideas__item:nth-child(5n+6) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
}
@media (max-width: 768px) {
  .ideas__item:nth-child(5n+1), .ideas__item:nth-child(5n+6) {
    grid-column: auto;
  }
}
.ideas__item:nth-child(5n+2), .ideas__item:nth-child(5n+7) {
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-column: 4/7;
}
@media (max-width: 768px) {
  .ideas__item:nth-child(5n+2), .ideas__item:nth-child(5n+7) {
    grid-column: auto;
  }
}
.ideas__item:nth-child(5n+3), .ideas__item:nth-child(5n+8) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
@media (max-width: 768px) {
  .ideas__item:nth-child(5n+3), .ideas__item:nth-child(5n+8) {
    grid-column: auto;
  }
}
.ideas__item:nth-child(5n+4), .ideas__item:nth-child(5n+9) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5;
}
@media (max-width: 768px) {
  .ideas__item:nth-child(5n+4), .ideas__item:nth-child(5n+9) {
    grid-column: auto;
  }
}
.ideas__item:nth-child(5n+5), .ideas__item:nth-child(5n+10) {
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-column: 5/7;
}
@media (max-width: 768px) {
  .ideas__item:nth-child(5n+5), .ideas__item:nth-child(5n+10) {
    grid-column: auto;
  }
}
.ideas__item-img {
  height: 46.6em;
  width: 100%;
}
@media (max-width: 768px) {
  .ideas__item-img {
    height: 17.2em;
  }
}
.ideas__item-name {
  font-size: 3.2em;
  font-weight: 500;
  line-height: 120%;
  color: var(--black);
}
@media (max-width: 768px) {
  .ideas__item-name {
    font-size: 2em;
  }
}
.ideas__item-title {
  font-size: 4em;
  font-weight: 500;
  line-height: 120%;
  color: var(--black);
}
@media (max-width: 768px) {
  .ideas__item-title {
    font-size: 2.2em;
  }
}
.ideas__item-description {
  font-size: 3.2em;
  font-weight: 400;
  line-height: 120%;
  color: var(--black);
}
@media (max-width: 768px) {
  .ideas__item-description {
    font-size: 1.4em;
  }
}
.ideas__item-text {
  font-size: 2.4em;
  font-weight: 400;
  line-height: 120%;
  color: var(--black);
}
@media (max-width: 768px) {
  .ideas__item-text {
    font-size: 1.4em;
  }
}

@media (max-width: 768px) {
  .people__title {
    font-size: 1.8em;
  }
  .people__title span {
    display: inline;
  }
}
.people__body {
  border-radius: 9.6em;
  padding: 7.2em 4.4em;
  background: var(--whiteBg);
}
@media (max-width: 768px) {
  .people__body {
    padding: 2.4em 1.1em;
    border-radius: 2.4em;
  }
}
.people__body-title {
  font-size: 3.2em;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .people__body-title {
    font-size: 1.4em;
    margin-inline: auto;
    margin-bottom: 24px;
    max-width: 15em;
  }
}
.people__grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2.4em;
}
@media (max-width: 768px) {
  .people__grid {
    gap: 0.8em;
  }
}
.people__list-top {
  grid-template-columns: repeat(auto-fit, 17.2em);
  grid-auto-rows: 17.2em;
  padding-bottom: 2.4em;
}
@media (max-width: 768px) {
  .people__list-top {
    grid-template-columns: repeat(auto-fit, 5.6em);
    grid-auto-rows: 5.6em;
    padding-bottom: 0.8em;
  }
}
.people__list-middle {
  -ms-grid-columns: (14em)[7];
  grid-template-columns: repeat(7, 14em);
  grid-auto-rows: 14em;
  padding-bottom: 2.4em;
}
@media (max-width: 768px) {
  .people__list-middle {
    grid-template-columns: repeat(auto-fit, 4em);
    grid-auto-rows: 4em;
    padding-bottom: 0.8em;
  }
}
.people__list-bottom {
  -ms-grid-columns: (12.8em)[8];
  grid-template-columns: repeat(8, 12.8em);
  grid-auto-rows: 12.8em;
}
@media (max-width: 768px) {
  .people__list-bottom {
    grid-template-columns: repeat(auto-fit, 3.2em);
    grid-auto-rows: 3.2em;
    padding-bottom: 0.8em;
  }
}
.people__img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.about__head {
  width: 100%;
  height: 74.8em;
  padding: 4em;
  border-radius: 5.6em;
  display: -ms-grid;
  display: grid;
  place-content: end start;
  margin-bottom: 2.4em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .about__head {
    padding: 1.6em;
    height: 34.6em;
    border-radius: 2.4em;
    margin-bottom: 1.2em;
    background-position: -15em;
  }
}
.about__description {
  font-size: 3.6em;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: var(--black);
}
@media (max-width: 768px) {
  .about__description {
    font-size: 1.6em;
  }
}
.about__description span {
  display: block;
}
.about__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4em;
}
@media (max-width: 768px) {
  .about__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8em;
  }
}
.about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2em;
  height: 30.2em;
  border-radius: 5.6em;
  padding: 4em 3em 4em 4em;
  background: var(--yellow);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .about__item:hover {
    -webkit-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
@media (max-width: 768px) {
  .about__item {
    height: 14.8em;
    padding: 1.6em;
    border-radius: 2.4em;
  }
}
.about__title {
  font-size: 4em;
  font-weight: 500;
  line-height: 110%;
  color: var(--black);
}
@media (max-width: 768px) {
  .about__title {
    font-size: 2.2em;
  }
}
.about__text {
  font-size: 2.2em;
  font-weight: 400;
  line-height: 120%;
  color: var(--black);
}
@media (max-width: 768px) {
  .about__text {
    font-size: 1.3em;
  }
}
.about__text span {
  display: block;
}

.creators {
  margin-bottom: 82px;
}
@media (max-width: 768px) {
  .creators {
    margin-bottom: 24px;
  }
}
.creators__wrapper {
  position: relative;
  height: 113.9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .creators__wrapper {
    height: 50.3em;
  }
}
.creators__img {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0;
  width: 121.4em;
  height: 110.6em;
  z-index: -1;
}
@media (max-width: 768px) {
  .creators__img {
    width: 43.1em;
    height: 39.3em;
    top: 5.5em;
  }
}
.creators__description-block {
  position: relative;
  padding: 4em;
  border-radius: 4em;
  background: var(--yellow);
}
@media (max-width: 768px) {
  .creators__description-block {
    padding: 2em 1.6em;
    border-radius: 2.4em;
  }
}
.creators__fridge {
  position: absolute;
  top: -8.8em;
  left: -5em;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  display: -ms-grid;
  display: grid;
  place-content: center;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 50em;
  background: var(--lilac);
  height: 10em;
  width: 56.9em;
}
@media (max-width: 768px) {
  .creators__fridge {
    width: 29em;
    height: 4em;
    left: -0.5em;
    top: -3em;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
}
.creators__fridge span {
  font-size: 3.6em;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 768px) {
  .creators__fridge span {
    font-size: 1.8em;
    line-height: normal;
  }
}
.creators__description {
  font-size: 3.2em;
  font-weight: 400;
  line-height: 120%;
  color: var(--black);
  max-width: 105em;
}
@media (max-width: 768px) {
  .creators__description {
    max-width: none;
    font-size: 1.5em;
  }
}
.creators__arrow {
  position: absolute;
  width: auto;
  height: auto;
  z-index: 1;
}
.creators__arrow-left {
  top: 23em;
  left: 19em;
  width: 9.8em;
  height: 11.4em;
}
@media (max-width: 768px) {
  .creators__arrow-left {
    top: 8.3em;
    left: 4em;
    width: 3.3em;
    height: 3.9em;
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
  }
}
.creators__arrow-right {
  top: 14.5em;
  right: 20.5em;
  width: 7.3em;
  height: 12.6em;
}
@media (max-width: 768px) {
  .creators__arrow-right {
    top: 8.4em;
    right: 4em;
    width: 2.3em;
    height: 3.9em;
  }
}

.creator {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8em;
}
@media (max-width: 768px) {
  .creator {
    gap: 0.4em;
  }
}
.creator_left {
  top: 3em;
  left: 4em;
}
@media (max-width: 768px) {
  .creator_left {
    top: 0;
    left: 0;
  }
}
.creator_right {
  top: 5.5em;
  right: 4em;
  width: 30em;
}
@media (max-width: 768px) {
  .creator_right {
    top: 4em;
    right: 0;
    width: auto;
  }
  .creator_right .creator__name,
  .creator_right .creator__post {
    text-align: right;
  }
}
.creator__name {
  font-size: 3.6em;
  font-weight: 700;
  line-height: 120%;
  color: var(--black);
}
@media (max-width: 768px) {
  .creator__name {
    font-size: 1.4em;
  }
}
.creator__post {
  font-size: 2.4em;
  font-weight: 400;
  line-height: 120%;
  color: var(--black);
}
.creator__post span {
  display: block;
}
@media (max-width: 768px) {
  .creator__post {
    font-size: 1.2em;
    width: 13.5em;
  }
}
.creator__telegram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6em;
  border-radius: 1.2em;
  padding: 1.2em 1.6em;
  background: var(--lilac);
  font-size: 2em;
  font-weight: 400;
  line-height: 120%;
  color: var(--white);
  max-width: 26.8em;
}
@media (max-width: 768px) {
  .creator__telegram {
    font-size: 1.2em;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 0.3em 0.4em;
    border-radius: 0.3em;
  }
}
.creator__link {
  color: var(--white);
  text-decoration: underline;
}

.values__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.3em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .values__list {
    gap: 1.2em;
  }
}

.value-container {
  width: 41.1em;
  height: 41.1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 768px) {
  .value-container {
    width: 100%;
    height: 18.2em;
  }
}
@media (pointer: fine) {
  .value-container:hover .value__front {
    -webkit-transform: rotateY(180deg) perspective(120em);
    transform: rotateY(180deg) perspective(120em);
  }
  .value-container:hover .value__back {
    -webkit-transform: rotateY(0) perspective(120em);
    transform: rotateY(0) perspective(120em);
  }
}

.value {
  width: 41.1em;
  height: 41.1em;
  border-radius: 5.6em;
  padding: 3.2em;
  display: -ms-grid;
  display: grid;
  place-content: center;
  -webkit-transition: -webkit-transform 1.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: -webkit-transform 1.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 1.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 1.4s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 1.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-perspective: 120em;
  perspective: 120em;
}
@media (max-width: 768px) {
  .value {
    width: 100%;
    height: 18.2em;
    padding: 4em;
    border-radius: 2.4em;
  }
}
.value.active .value__front {
  -webkit-transform: rotateY(180deg) perspective(120em);
  transform: rotateY(180deg) perspective(120em);
}
.value.active .value__back {
  -webkit-transform: rotateY(0) perspective(120em);
  transform: rotateY(0) perspective(120em);
}
.value__front, .value__back {
  position: absolute;
  padding: 3.2em;
  inset: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 5.6em;
  overflow: hidden;
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 1.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 1.2s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 1.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  background: inherit;
}
@media (max-width: 768px) {
  .value__front, .value__back {
    padding: 4em;
    border-radius: 2.4em;
  }
}
.value__front {
  -webkit-transform: rotateY(0deg) perspective(120em);
  transform: rotateY(0deg) perspective(120em);
  color: inherit;
}
.value__front-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -o-object-fit: contain;
  object-fit: contain;
  width: 42.1em;
  height: 42.1em;
  max-width: none;
}
.value__front-wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  font-size: 3.2em;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
}
@media (max-width: 768px) {
  .value__front-wrapper {
    font-size: 2.2em;
  }
}
.value__back {
  -webkit-transform: rotateY(-180deg) perspective(120em);
  transform: rotateY(-180deg) perspective(120em);
  color: inherit;
}
.value__back-wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  font-size: 2em;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .value__back-wrapper {
    font-size: 1.4em;
  }
}
.value__arrow {
  position: absolute;
  width: 4em;
  height: 4em;
  right: 4em;
  bottom: 4em;
}
@media (max-width: 768px) {
  .value__arrow {
    width: 2.4em;
    height: 2.4em;
    right: 2em;
    bottom: 2em;
  }
}
.value__arrow-svg {
  width: 4em;
  height: 4em;
}
@media (max-width: 768px) {
  .value__arrow-svg {
    width: 2.4em;
    height: 2.4em;
  }
}

@media (max-width: 768px) {
  .partners__title {
    padding-inline: 1em;
    margin-bottom: 2.4em;
  }
}
.partners__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4em;
  grid-auto-rows: 30em;
}
@media (max-width: 768px) {
  .partners__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.partners__swiper {
  margin-inline: -1.2em;
  padding-inline: 1.2em;
}
@media (min-width: 769px) {
  .partners__swiper {
    display: none;
  }
}
@media (max-width: 768px) {
  .partners__slide {
    width: 17.2em;
    height: 21.4em;
  }
}

.partner {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-content: center;
  padding: 2em;
  height: 100%;
  width: 100%;
  border-radius: 5.6em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .partner {
    width: 17.2em;
    height: 21.4em;
    border-radius: 2.4em;
  }
}
@media (pointer: fine) {
  .partner:hover {
    -webkit-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
@media (max-width: 768px) {
  .partner_desk {
    display: none;
  }
}
.partner__img {
  width: auto;
  height: auto;
  max-width: 30em;
  max-height: 30em;
}
.partner__img-1 {
  width: 19.2em;
  height: auto;
}
@media (max-width: 768px) {
  .partner__img-1 {
    width: 7.5em;
  }
}
.partner__img-2 {
  width: 27.9em;
  height: auto;
}
@media (max-width: 768px) {
  .partner__img-2 {
    width: 9.4em;
  }
}
.partner__img-3 {
  width: 19.1em;
  height: auto;
}
@media (max-width: 768px) {
  .partner__img-3 {
    width: 6.3em;
  }
}
@media (max-width: 768px) {
  .partner__img {
    max-width: 9.4em;
  }
}
.partner__img-ball {
  position: absolute;
  top: 4em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 5.8em;
  width: 14em;
}
@media (max-width: 768px) {
  .partner__img-ball {
    width: 6.5em;
    height: auto;
    top: 2em;
  }
}

.socials__wrapper {
  border-radius: 5.6em;
  padding: 5.5em 15.5em 5.9em 15.5em;
  background: #f8f8f8;
  border: 0.1em solid #e5e7eb;
}
@media (max-width: 768px) {
  .socials__wrapper {
    border-radius: 0;
    padding: 0;
    background: none;
    border: none;
  }
}
.socials__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4em;
}
@media (max-width: 768px) {
  .socials__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8em;
  }
}
.socials__item-block:nth-child(2) .about-social__text {
  display: block;
}
@media (max-width: 768px) {
  .socials__item-block:nth-child(2) {
    -ms-grid-row: 2;
    grid-row: 2;
  }
}

.about-social {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 10.2em;
  padding: 2em;
  border-radius: 2em;
  background: var(--yellow);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .about-social {
    height: 11.6em;
    border-radius: 1.4em;
  }
}
@media (pointer: fine) {
  .about-social:hover {
    -webkit-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
.about-social__img {
  width: auto;
  height: auto;
  max-width: 15em;
  max-height: 6em;
}
.about-social__img-1 {
  width: 5.2em;
  height: auto;
}
.about-social__img-2 {
  width: 10.2em;
  height: auto;
}
.about-social__img-3 {
  width: 5.4em;
  height: auto;
}
.about-social__img-4 {
  width: 2.3em;
  height: auto;
}
.about-social__text {
  margin-top: 15px;
  font-size: 0.9em;
  font-weight: 300;
  line-height: 120%;
  color: #777777;
  display: none;
}
@media (max-width: 768px) {
  .about-social__text {
    font-size: 1em;
    margin-top: 5px;
  }
}

.career-wollmer__title {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .career-wollmer__title {
    margin-bottom: 24px;
  }
}
.career-wollmer__btn {
  width: 26.2em;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .career-wollmer__btn {
    width: 100%;
  }
}

.call__body {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 74.5em;
  gap: 2.4em;
  padding-bottom: 17.7em;
}
@media (max-width: 768px) {
  .call__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.2em;
    padding-bottom: 0;
    grid-auto-rows: auto;
  }
}
.call__item:nth-child(2n+2) {
  margin-top: 17.7em;
}
@media (max-width: 768px) {
  .call__item:nth-child(2n+2) {
    margin-top: 0;
  }
}
.call__btn {
  position: absolute;
  bottom: 10.1em;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .call__btn:hover {
    -webkit-transform: translateY(-0.5em);
    -ms-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
  }
}
@media (max-width: 768px) {
  .call__btn {
    position: relative;
    bottom: 0;
    width: 100%;
    max-width: none;
  }
}

.call-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 4em;
  background: #f8f8f8;
  border: 0.1em solid #e5e7eb;
  border-radius: 5.6em;
}
@media (max-width: 768px) {
  .call-item {
    border-radius: 2.4em;
    padding: 2em 1.6em;
  }
}
.call-item__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 3.2em;
  font-weight: 500;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .call-item__title {
    font-size: 2em;
    margin-bottom: 12px;
  }
}
.call-item__description {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 2.2em;
  font-weight: 400;
  line-height: 120%;
  color: var(--black);
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .call-item__description {
    font-size: 1.4em;
    margin-bottom: 20px;
  }
}
.call-item__img {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 4em;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .call-item__img {
    border-radius: 1.4em;
    height: 19.1em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.you__body {
  padding: 7.2em 4em;
  border-radius: 8.6em;
  background-color: #f8f8f8;
}
@media (max-width: 768px) {
  .you__body {
    margin-inline: -1.2em;
    border-radius: 3.2em;
    padding: 2.4em 1.2em;
  }
}
.you__title {
  font-size: 4.8em;
}
@media (max-width: 768px) {
  .you__title {
    font-size: 2em;
    margin-bottom: 24px;
  }
}
.you__compares {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6.8em 1fr;
  grid-template-columns: 1fr 6.8em 1fr;
  grid-auto-rows: 18em;
  gap: 8.7em;
}
@media (max-width: 768px) {
  .you__compares {
    position: relative;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 13.6em;
    gap: 0.8em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.you__compare {
  cursor: pointer;
  display: -ms-grid;
  display: grid;
  place-content: center;
  -ms-grid-columns: 37.5em;
  grid-template-columns: 37.5em;
  position: relative;
  overflow: hidden;
  border-radius: 5.6em;
  background: var(--yellow);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .you__compare:hover {
    -webkit-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
@media (max-width: 768px) {
  .you__compare {
    height: 100%;
    -ms-grid-columns: 17.2em;
    grid-template-columns: 17.2em;
    border-radius: 2.4em;
  }
}
.you__compare-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
}
.you__compare-text {
  position: relative;
  z-index: 3;
  font-size: 2.8em;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  color: var(--black);
}
@media (max-width: 768px) {
  .you__compare-text {
    font-size: 1.4em;
  }
}
.you__equally {
  font-size: 12.4em;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  color: var(--black);
}
@media (max-width: 768px) {
  .you__equally {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 4.8em;
    z-index: 5;
  }
}

.video {
  margin-top: 15.6em;
}
@media (max-width: 768px) {
  .video {
    margin-top: 7.2em;
  }
}
.video__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 51.9em;
  grid-template-columns: 1fr 51.9em;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 2.4em;
}
@media (max-width: 768px) {
  .video__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.video__title {
  padding-inline: 1em;
}
@media (max-width: 768px) {
  .video__left {
    width: 100%;
  }
}
.video__btns {
  margin-top: 3.5em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6em;
}
@media (max-width: 768px) {
  .video__btns {
    margin-top: 1.2em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.8em;
  }
}

.video-cms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4em;
  min-height: 53.3em;
  padding: 4em;
  background: #f8f8f8;
  border: 0.1em solid #e5e7eb;
  border-radius: 5.6em;
}
@media (max-width: 768px) {
  .video-cms {
    display: none;
  }
}
.video-cms h1 {
  font-size: 3.6em;
  font-weight: 500;
  line-height: 120%;
  color: var(--black);
}
.video-cms h1 span {
  font-family: var(--font-family-new-s);
  font-style: italic;
}
.video-cms h2 {
  font-size: 3.2em;
  font-weight: 500;
  line-height: 120%;
  color: var(--black);
}
.video-cms h2 span {
  font-family: var(--font-family-new-s);
  font-style: italic;
}
.video-cms h3 {
  font-size: 2.4em;
  font-weight: 500;
  line-height: 120%;
  color: var(--black);
}
.video-cms h3 span {
  font-family: var(--font-family-new-s);
  font-style: italic;
}
.video-cms ul {
  list-style: disc;
}
.video-cms ol {
  list-style: auto;
}
.video-cms ul,
.video-cms ol {
  padding-left: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6em;
}
.video-cms li {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 120%;
  color: var(--black);
}
.video-cms p {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 120%;
  color: var(--black);
}

.video-block {
  height: 53.3em;
  width: 100%;
  overflow: hidden;
  border-radius: 5.6em;
}
.video-block:hover .video-block__play-button svg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .video-block {
    height: 20.4em;
    border-radius: 2.4em;
  }
}
.video-block__container {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}
.video-block__video {
  display: none;
}
.video-block__video.visible {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.video-block__poster {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
.video-block__poster.hidden {
  display: none;
}
.video-block__poster img {
  width: 100%;
  height: 100%;
}
.video-block__play-button {
  position: absolute;
  inset: 0;
  border-radius: 5.6em;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.video-block__play-button svg {
  width: 12em;
  height: 12em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 650px) {
  .video-block__play-button svg {
    width: 8em;
    height: 8em;
  }
}

.video-block__video {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  .stages__title {
    font-size: 1.8em;
    margin-bottom: 3.2em;
  }
}
.stages__list-wrapper {
  padding: 7.2em 4em;
  border-radius: 8.6em;
  background: #f8f8f8;
}
@media (max-width: 768px) {
  .stages__list-wrapper {
    padding: 2.4em 1.2em;
    border-radius: 3.2em;
    margin-inline: -1.2em;
  }
}
.stages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4em;
}
@media (max-width: 768px) {
  .stages__list {
    gap: 1.2em;
  }
}
.stages__vertical {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4em;
  grid-auto-rows: 47.6em;
}
@media (max-width: 768px) {
  .stages__vertical {
    gap: 1.2em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: 31.4em;
  }
}
.stages__vertical-title {
  margin-block: 32px 56px;
}
@media (max-width: 768px) {
  .stages__vertical-title {
    margin-block: 20px 10px;
  }
}

.stage {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 39.6em;
  gap: 2.4em;
}
@media (max-width: 768px) {
  .stage {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.2em;
    grid-auto-rows: 21.2em;
  }
}
.stage .stage__column:nth-child(2) {
  -webkit-animation: animLeftToRight 1.3s ease;
  animation: animLeftToRight 1.3s ease;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@media (hover: none) {
  .stage .stage__column:nth-child(2) {
    -webkit-animation: none;
    animation: none;
  }
}
@media (max-width: 768px) {
  .stage .stage__column:nth-child(2) {
    -webkit-animation: none;
    animation: none;
  }
}
.stage.anim .stage__column:nth-child(2) {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.stage_reverse.anim .stage__column:nth-child(2) {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.stage_reverse .stage__column:nth-child(2) {
  -webkit-animation: animRightToLeft 1.3s ease;
  animation: animRightToLeft 1.3s ease;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@media (hover: none) {
  .stage_reverse .stage__column:nth-child(2) {
    -webkit-animation: none;
    animation: none;
  }
}
@media (max-width: 768px) {
  .stage_reverse .stage__column:nth-child(2) {
    -webkit-animation: none;
    animation: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.stage__column {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 5.6em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .stage__column {
    border-radius: 2.4em;
  }
}
.stage__column_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.8em;
  padding: 4em;
}
@media (max-width: 768px) {
  .stage__column_text {
    padding: 2em 1.2em;
    gap: 1.2em;
    border: 0.1em solid #e5e7eb;
  }
}
.stage__img {
  width: 100%;
  height: 100%;
}
.stage__title {
  font-size: 3.2em;
  font-weight: 400;
  line-height: 120%;
  color: var(--black);
}
@media (max-width: 768px) {
  .stage__title {
    font-size: 2em;
  }
}
.stage__description {
  font-size: 2.2em;
  font-weight: 400;
  line-height: 120%;
  color: var(--black);
}
@media (max-width: 768px) {
  .stage__description {
    font-size: 1.4em;
    text-wrap: balance;
  }
}
.stage__description span {
  font-style: italic;
  font-weight: 700;
}

.stage-vertical {
  width: 100%;
  height: 100%;
  border-radius: 5.6em;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 768px) {
  .stage-vertical {
    border-radius: 2.4em;
  }
}
@media (max-width: 768px) {
  .stage-vertical__top {
    height: 20.6em;
  }
}
.stage-vertical__img {
  width: 100%;
  height: 27.7em;
}
@media (max-width: 768px) {
  .stage-vertical__img {
    height: 20.6em;
    border-radius: 2.4em;
  }
}
.stage-vertical__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.8em;
  padding: 2.4em 2.2em 4em 3.2em;
}
@media (max-width: 768px) {
  .stage-vertical__bottom {
    padding: 2em 1.6em;
    gap: 1.2em;
  }
}

.stage-inner {
  margin-block: 3.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 4em 4em 4em 3.2em;
  gap: 12em;
  background: #fff;
  border-radius: 5.6em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .stage-inner {
    margin-block: 0.8em;
    padding: 0 1.6em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2em;
    background: none;
    overflow: visible;
  }
}
.stage-inner .stage-inner__img-block {
  -webkit-animation: animLeftToRight 1.3s ease;
  animation: animLeftToRight 1.3s ease;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@media (hover: none) {
  .stage-inner .stage-inner__img-block {
    -webkit-animation: none;
    animation: none;
  }
}
@media (max-width: 768px) {
  .stage-inner .stage-inner__img-block {
    -webkit-animation: none;
    animation: none;
  }
}
.stage-inner.anim .stage-inner__img-block {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.stage-inner__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.8em;
}
@media (max-width: 768px) {
  .stage-inner__text {
    gap: 1.2em;
  }
}
.stage-inner__img-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.stage-inner__img {
  width: 56em;
  height: 35.5em;
  border-radius: 4em;
}
@media (max-width: 768px) {
  .stage-inner__img {
    border-radius: 2.4em;
    width: 100%;
    height: 20.6em;
  }
}

.stage-yellow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.7em;
}
@media (max-width: 768px) {
  .stage-yellow {
    gap: 1.2em;
  }
}
.stage-yellow__block {
  font-family: var(--font-family-new);
  text-align: center;
  color: var(--black);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 4em 15em;
  background: var(--yellow);
  border-radius: 5.6em;
}
@media (hover: hover) {
  .stage-yellow__block:hover {
    -webkit-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
.stage-yellow__block p {
  font-size: 3.2em;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 768px) {
  .stage-yellow__block p {
    font-size: 1.4em;
  }
}
.stage-yellow__block span {
  font-style: italic;
  font-weight: 500;
}
@media (max-width: 768px) {
  .stage-yellow__block {
    padding: 2em 1.8em;
    border-radius: 1.8em;
  }
}

@-webkit-keyframes animLeftToRight {
  from {
    -webkit-transform: translateX(calc(-100% - 2.4em));
    transform: translateX(calc(-100% - 2.4em));
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes animLeftToRight {
  from {
    -webkit-transform: translateX(calc(-100% - 2.4em));
    transform: translateX(calc(-100% - 2.4em));
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes animRightToLeft {
  from {
    -webkit-transform: translateX(calc(100% + 2.4em));
    transform: translateX(calc(100% + 2.4em));
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes animRightToLeft {
  from {
    -webkit-transform: translateX(calc(100% + 2.4em));
    transform: translateX(calc(100% + 2.4em));
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes animTopToBottom {
  from {
    -webkit-transform: translateY(calc(-50% - 2.4em));
    transform: translateY(calc(-50% - 2.4em));
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes animTopToBottom {
  from {
    -webkit-transform: translateY(calc(-50% - 2.4em));
    transform: translateY(calc(-50% - 2.4em));
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.vacancies__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 41.1em;
  gap: 2.4em;
}
@media (max-width: 768px) {
  .vacancies__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8em;
    grid-auto-rows: auto;
  }
}
@media (max-width: 768px) {
  .vacancies__title {
    margin-bottom: 24px;
  }
}

.vacancy {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 4em;
}
@media (max-width: 768px) {
  .vacancy {
    padding: 2em 1.6em 1.6em 1.6em;
    height: 17.2em;
  }
}
.vacancy:not(.vacancy-all):hover .vacancy__name {
  color: #ffc100;
}
.vacancy:not(.vacancy-all):hover .vacancy__hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
@media (max-width: 768px) {
  .vacancy_desktop {
    display: none;
  }
}
.vacancy__hover {
  position: absolute;
  inset: 0;
  background: #f8f8f8;
  border: 0.1em solid #e5e7eb;
  border-radius: 5.6em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .vacancy__hover {
    border-radius: 2.4em;
  }
}
.vacancy__wrapper {
  position: relative;
  height: 100%;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2em;
}
.vacancy__name {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vacancy__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 2em;
}
.vacancy__where {
  color: var(--black);
  border-radius: 4em;
  padding: 0.8em 2em;
  background: #efefef;
}
.vacancy__where span {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 768px) {
  .vacancy__where {
    display: none;
  }
}
.vacancy__name {
  font-size: 2.8em;
  font-weight: 400;
  line-height: 120%;
  color: var(--black);
}
.vacancy__name span {
  display: block;
}
@media (max-width: 768px) {
  .vacancy__name {
    font-size: 1.6em;
  }
}
@media (hover: hover) {
  .vacancy-all:hover .vacancy__hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
}
@media (max-width: 768px) {
  .vacancy-all {
    margin-top: 1.2em;
    position: relative;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    height: 5.6em;
  }
  .vacancy-all .vacancy__name span {
    display: inline;
  }
  .vacancy-all .vacancy__btn {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .vacancy-all .vacancy__wrapper {
    position: static;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .vacancy-all .vacancy__hover {
    background: var(--yellow);
    background-image: none;
    border-radius: 1.2em;
    z-index: -1;
  }
}
.vacancy-all .vacancy__hover {
  border-color: transparent;
}
@media (min-width: 769px) {
  .vacancy-all .vacancy__hover {
    background: #ffc600 url("/img/svg/vacancy.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.vacancy-all .vacancy__btn {
  border-color: transparent;
}

@media (max-width: 768px) {
  .team-say__title {
    margin-bottom: 24px;
  }
}
.team-say__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 62.8em;
  gap: 2.4em;
}
@media (max-width: 768px) {
  .team-say__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: 35em;
    gap: 1.2em;
  }
}
.team-say__img {
  width: 62.8em;
  height: 62.8em;
  border-radius: 5.6em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .team-say__img {
    width: 100%;
    height: 100%;
    border-radius: 2.4em;
  }
}

.product-wollmer__title {
  text-wrap: balance;
}
.product-wollmer__title span {
  display: inline-block;
}
@media (max-width: 768px) {
  .product-wollmer__title span {
    display: inline;
  }
}
@media (max-width: 768px) {
  .product-wollmer__title {
    padding-inline: 0.5em;
  }
}
.product-wollmer__swiper-wrapper {
  height: 50em;
}
.product-wollmer__slide {
  position: relative;
  width: 30.2em;
  height: 47.2em;
  border-radius: 5.6em;
  overflow: hidden;
  -webkit-transform: scaleY(0.885);
  -ms-transform: scaleY(0.885);
  transform: scaleY(0.885);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (hover: hover) {
  .product-wollmer__slide:hover {
    -webkit-transform: scaleY(0.92) scaleX(1.03);
    -ms-transform: scaleY(0.92) scaleX(1.03);
    transform: scaleY(0.92) scaleX(1.03);
  }
}
.product-wollmer__slide.swiper-slide-active {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
@media (hover: hover) {
  .product-wollmer__slide.swiper-slide-active:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
}
.product-wollmer__slide-title {
  display: -ms-grid;
  display: grid;
  place-content: center;
  position: absolute;
  top: 3.2em;
  left: 50%;
  color: inherit;
  width: 20.9em;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-wollmer__slide-title span {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}
.product-wollmer__img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}
.product-wollmer__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6em;
  padding: 0.6em;
  width: 9em;
  border-radius: 2.4em;
  background: #f8f8f8;
  margin: 0 auto;
  margin-top: 3.2em;
}
@media (max-width: 768px) {
  .product-wollmer__btns {
    display: none;
  }
}
.product-wollmer__btn {
  width: 3.6em;
  height: 3.6em;
}
@media (hover: hover) {
  .product-wollmer__btn:hover path {
    stroke: white;
  }
  .product-wollmer__btn:hover rect {
    fill: #1a1b1c;
  }
}
.product-wollmer__btn-svg {
  width: 3.6em;
  height: 3.6em;
}
.product-wollmer__btn-svg * {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4em;
}
@media (max-width: 768px) {
  .faq__list {
    gap: 1.2em;
  }
}
.faq__item {
  background: #f8f8f8;
  border: 0.1em solid #e5e7eb;
  border-radius: 1.6em;
  padding-block: 4em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .faq__item {
    padding-block: 1.4em;
    border-radius: 0.8em;
  }
}
.faq__item.active {
  border-color: #f8f8f8;
}
.faq__item.active .faq__item-head::before {
  width: calc(100% - 8em);
}
@media (max-width: 768px) {
  .faq__item.active .faq__item-head::before {
    width: calc(100% - 4em);
  }
}
.faq__item.active .faq__item-svg {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.faq__item.active .faq__item-svg path {
  stroke: var(--black);
}
.faq__item.active .faq__item-svg circle {
  opacity: 1;
}
.faq__item.active .faq__item-body {
  padding-top: 3.2em;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
@media (max-width: 768px) {
  .faq__item.active .faq__item-body {
    padding-top: 2.4em;
  }
}
.faq__item-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 4em;
  cursor: pointer;
}
@media (max-width: 768px) {
  .faq__item-head {
    padding: 0 2em;
  }
}
.faq__item-head::before {
  content: "";
  position: absolute;
  height: 0.1em;
  left: 4em;
  width: 0;
  bottom: -1.6em;
  background: #e5e5e5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .faq__item-head::before {
    left: 2em;
    bottom: -1.2em;
  }
}
.faq__item-name {
  font-weight: 500;
  font-size: 2.2em;
  letter-spacing: 0.01em;
  color: var(--black);
}
@media (max-width: 768px) {
  .faq__item-name {
    font-size: 1.6em;
    font-weight: 400;
    padding-right: 0.4em;
  }
}
.faq__item-svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 4.8em;
  height: 4.8em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .faq__item-svg {
    width: 3.2em;
    height: 3.2em;
  }
}
.faq__item-svg * {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__item-svg path {
  stroke: var(--yellow);
}
.faq__item-svg circle {
  opacity: 0;
}
.faq__item-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  color: var(--black);
  padding: 0 4em;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .faq__item-body {
    padding: 0 2em;
  }
}
.faq__item-body-wrapper {
  font-weight: 400;
  font-size: 1.8em;
  letter-spacing: 0.01em;
  line-height: 140%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .faq__item-body-wrapper {
    font-size: 1.4em;
  }
}
.faq__item-body-wrapper ol {
  list-style-position: inside;
}

#content .feedback {
  border-radius: 9.6em;
  padding-block: 5.6em;
  background: var(--yellow);
}
@media (max-width: 768px) {
  #content .feedback {
    border-radius: 3.2em;
    padding-block: 3.2em;
  }
}
#content .feedback .container {
  padding-inline: 29.7em;
}
@media (max-width: 768px) {
  #content .feedback .container {
    padding-inline: 1.2em;
  }
}
#content .feedback__wrapper {
  position: relative;
}
#content .feedback__title {
  font-weight: 400;
  font-size: 5.6em;
  line-height: 120%;
  text-align: center;
  color: var(--black);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #content .feedback__title {
    font-size: 2em;
    margin-bottom: 14px;
  }
}
#content .feedback__fridge {
  -webkit-transform: rotate(-2.33deg);
  -ms-transform: rotate(-2.33deg);
  transform: rotate(-2.33deg);
  display: -ms-grid;
  display: grid;
  place-content: center;
  color: var(--white);
  text-align: center;
  border-radius: 50em;
  background: var(--orange);
  height: 6.6em;
  width: 53em;
  margin-inline: auto;
  margin-bottom: 6.4em;
}
@media (max-width: 768px) {
  #content .feedback__fridge {
    height: 4.8em;
    width: 30em;
    margin-bottom: 2.5em;
  }
}
#content .feedback__fridge span {
  font-size: 2.8em;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 768px) {
  #content .feedback__fridge span {
    font-size: 1.4em;
  }
}
#content .feedback__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-block: 5.6em;
  background: var(--white);
  border-radius: 4em;
}
@media (max-width: 768px) {
  #content .feedback__form {
    padding: 2.4em 1.6em;
    border-radius: 2.4em;
  }
}
#content .feedback__form-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 39.5em;
  width: 100%;
}
#content .feedback__form-title {
  font-weight: 400;
  font-size: 3.6em;
  line-height: 112%;
  text-align: center;
  color: var(--black);
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #content .feedback__form-title {
    font-size: 1.8em;
    margin-bottom: 24px;
  }
}
#content .feedback__form-btn {
  margin-top: 4.8em;
  max-width: none;
  width: 100%;
  border-radius: 50em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  #content .feedback__form-btn:hover {
    -webkit-transform: translateY(-0.5em);
    -ms-transform: translateY(-0.5em);
    transform: translateY(-0.5em);
  }
}
@media (max-width: 768px) {
  #content .feedback__form-btn {
    margin-top: 2em;
    color: var(--white);
    background: #ff681f;
  }
}
#content .feedback__form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8em;
}
#content .feedback__field {
  font-weight: 400;
  font-size: 1.6em;
  line-height: 120%;
  color: var(--black);
  width: 100%;
  padding: 16px 24px;
  background: #f8f8f8;
  border: 0.1em solid #e5e7eb;
  border-radius: 50em;
}
#content .feedback__field::-webkit-input-placeholder {
  color: #9e9e9e;
}
#content .feedback__field::-moz-placeholder {
  color: #9e9e9e;
}
#content .feedback__field:-ms-input-placeholder {
  color: #9e9e9e;
}
#content .feedback__field::-ms-input-placeholder {
  color: #9e9e9e;
}
#content .feedback__field::placeholder {
  color: #9e9e9e;
}
#content .feedback__field:focus {
  border: 0.1em solid #e5e7eb;
  outline: none;
}

.formula:has(.end) .formula__title {
  opacity: 0;
}
.formula.formula-static .formula__title {
  position: relative;
}
.formula.formula-static .formula__swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .formula.formula-static .formula__swiper-wrapper {
    padding-inline: 1.2em;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    gap: 1.2em;
  }
}
.formula:not(.formula-static) .formula__swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.formula__title {
  position: sticky;
  top: 8%;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.formula__title span {
  display: inline-block;
}
.formula__gsap-wrapper {
  position: relative;
}
.formula__swiper-slide {
  width: 62.8em;
  height: 57.2em;
  border-radius: 5.6em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .formula__swiper-slide {
    width: 100%;
    height: 32.4em;
    border-radius: 2.4em;
  }
}
.formula__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2em;
  width: 100%;
  height: 100%;
  padding: 4em;
}
@media (max-width: 768px) {
  .formula__item {
    padding: 2em 1.6em;
  }
}
.formula__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4em;
}
@media (max-width: 768px) {
  .formula__item-top {
    gap: 1.6em;
  }
}
.formula__item-img {
  width: 4em;
  height: 4em;
}
.formula__item-title {
  font-size: 3.2em;
  font-weight: 500;
  line-height: 140%;
  color: var(--black);
}
@media (max-width: 768px) {
  .formula__item-title {
    font-size: 2em;
    line-height: 120%;
  }
}
.formula__item-description {
  font-size: 2.2em;
  font-weight: 400;
  line-height: 120%;
  color: var(--black);
}
@media (max-width: 768px) {
  .formula__item-description {
    font-size: 1.4em;
  }
}

@media (max-width: 768px) {
  .why-cool__title {
    font-size: 2.4em;
    margin-bottom: 20px;
  }
}
.why-cool__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4em;
  grid-auto-rows: auto;
  margin-bottom: 7.2em;
}
@media (max-width: 768px) {
  .why-cool__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.2em;
    margin-bottom: 2.4em;
  }
}
.why-cool__item {
  padding: 4em;
  border: 0.1em solid #e5e7eb;
  background: var(--white);
  border-radius: 5.6em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .why-cool__item {
    padding: 2em 1.6em;
    border-radius: 2.4em;
  }
}
.why-cool__img {
  width: 100%;
  height: 34.7em;
  border-radius: 5.6em;
  margin-bottom: 3.2em;
}
@media (max-width: 768px) {
  .why-cool__img {
    height: 20.2em;
    border-radius: 1.4em;
    margin-bottom: 1.6em;
  }
}
.why-cool__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2em;
  padding-right: 3em;
}
@media (max-width: 768px) {
  .why-cool__info {
    gap: 1.2em;
    padding-right: 0;
  }
}
.why-cool__card-title {
  font-size: 3.2em;
  font-weight: 500;
  line-height: 120%;
  color: var(--black);
}
@media (max-width: 768px) {
  .why-cool__card-title {
    font-size: 2em;
  }
}
.why-cool__description {
  font-size: 2.2em;
  font-weight: 400;
  line-height: 120%;
  color: var(--black);
}
@media (max-width: 768px) {
  .why-cool__description {
    font-size: 1.4em;
  }
}
.why-cool__yellow {
  position: relative;
  height: 16em;
  border-radius: 5.6em;
  display: -ms-grid;
  display: grid;
  place-content: center;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .why-cool__yellow {
    height: 9.6em;
    border-radius: 2.4em;
    -ms-grid-columns: 30em;
    grid-template-columns: 30em;
  }
}
@media (hover: hover) {
  .why-cool__yellow:hover {
    -webkit-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
.why-cool__yellow span {
  font-weight: 500;
  font-size: 4em;
  line-height: 120%;
  text-align: center;
  color: var(--black);
}
@media (max-width: 768px) {
  .why-cool__yellow span {
    font-size: 2em;
  }
}
.why-cool__yellow-bg {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--yellow);
}

.camelia h1,
.camelia h2,
.camelia h3,
.camelia h4,
.camelia p,
.camelia ul,
.camelia ol,
.camelia li {
  margin: 0;
  padding: 0;
}
.camelia-container {
  margin: 0 auto;
  max-width: 144em;
  padding-inline: 11.2em;
}
@media (max-width: 1024px) {
  .camelia-container {
    max-width: none;
    padding-inline: 1.2em;
  }
}
.camelia-section {
  margin-block: 15.6em;
}
@media (max-width: 1024px) {
  .camelia-section {
    margin-block: 11.2em;
  }
}
@media (max-width: 650px) {
  .camelia-section {
    margin-block: 7.2em;
  }
}
.camelia-title {
  font-family: var(--font-family-new);
  font-size: 5.6em;
  font-weight: 500;
  line-height: 140%;
  color: var(--black);
}
@media (max-width: 1024px) {
  .camelia-title {
    font-size: 4.2em;
  }
}
@media (max-width: 650px) {
  .camelia-title {
    font-size: 2.2em;
  }
}
.camelia-title-italic {
  font-family: var(--font-family-new);
  font-weight: 400;
  font-size: 4.8em;
  line-height: 124%;
  text-align: center;
  color: var(--black);
}
@media (max-width: 1024px) {
  .camelia-title-italic {
    font-size: 3.8em;
  }
}
@media (max-width: 650px) {
  .camelia-title-italic {
    font-size: 1.8em;
  }
}
.camelia-title-italic span {
  font-family: var(--font-family-new-s);
  display: block;
  font-style: italic;
}
.camelia-subtitle {
  display: inline-block;
  font-family: var(--font-family-new-s);
  font-style: italic;
  font-weight: 400;
  font-size: 3.2em;
  color: var(--black);
}
@media (max-width: 1024px) {
  .camelia-subtitle {
    font-size: 2.6em;
  }
}
@media (max-width: 650px) {
  .camelia-subtitle {
    font-size: 1.4em;
  }
}

@media (max-width: 650px) {
  #camelia {
    padding-bottom: 1em;
  }
}
#camelia::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  width: 100%;
  height: 290em;
  background: -webkit-gradient(linear, right top, left top, from(#f2f1f9), color-stop(23.1%, #f1eff7), color-stop(49.68%, #f0f0f8), to(#eff0f5));
  background: linear-gradient(270deg, #f2f1f9 0%, #f1eff7 23.1%, #f0f0f8 49.68%, #eff0f5 100%);
}
@media (max-width: 1600px) {
  #camelia::after {
    height: 275em;
  }
}
@media (max-width: 1024px) {
  #camelia::after {
    height: 200em;
  }
}
@media (max-width: 650px) {
  #camelia::after {
    height: 102em;
  }
}

.camelia-first {
  position: relative;
  z-index: 4;
  margin: 0.8em 0.8em 4em 0.8em;
}
@media (max-width: 1024px) {
  .camelia-first {
    margin: 0.8em 0.4em 0em 0.4em;
  }
}
.camelia-first .camelia-container {
  position: relative;
}
@media (max-width: 1024px) {
  .camelia-first .camelia-container {
    padding-inline: 0.8em;
  }
}
.camelia-first__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100vw - 16px);
  max-width: unset;
  height: 84.8em;
  border-radius: 2.4em;
}
@media (max-width: 1600px) {
  .camelia-first__bg {
    height: 68.5em;
    -o-object-position: 50% 25%;
    object-position: 50% 25%;
  }
}
@media (max-width: 1440px) {
  .camelia-first__bg {
    height: 64.5em;
  }
}
@media (max-width: 1024px) {
  .camelia-first__bg {
    height: 60em;
  }
}
@media (max-width: 650px) {
  .camelia-first__bg {
    height: 41.4em;
    border-radius: 0.8em 0.8em 0 0;
    width: calc(100vw - 8px);
  }
}
.camelia-first__wrapper {
  position: relative;
  z-index: 20;
  height: 84.8em;
  padding-block: 7.2em 2.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2em;
}
@media (max-width: 1600px) {
  .camelia-first__wrapper {
    height: 68.5em;
    padding-block: 5.2em 2.4em;
  }
}
@media (max-width: 1440px) {
  .camelia-first__wrapper {
    height: 64.5em;
  }
}
@media (max-width: 1024px) {
  .camelia-first__wrapper {
    padding-block: 5.2em 2em;
    height: 60em;
  }
}
@media (max-width: 650px) {
  .camelia-first__wrapper {
    padding-block: 3.2em 2em;
    height: 41.4em;
  }
  .camelia-first__wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -0.8em;
    right: -0.8em;
    display: block;
    height: 4em;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 240, 248, 0)), to(#f0f0f8));
    background: linear-gradient(180deg, rgba(240, 240, 248, 0) 0%, #f0f0f8 100%);
  }
}
.camelia-first__title {
  text-align: center;
  margin: 0 !important;
}
.camelia-first__nav {
  height: 6em;
  padding: 0.8em 0.8em 0.8em 2.4em;
  border-radius: 4.9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  gap: 2em;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background: rgba(242, 242, 242, 0.8);
  width: 100.8em;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .camelia-first__nav {
    width: 92em;
  }
}
@media (max-width: 650px) {
  .camelia-first__nav {
    display: none;
  }
}
.camelia-first__nav.scroll-active {
  position: fixed;
  top: 3em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1000;
}
.camelia-first__nav-right {
  height: 100%;
}
.camelia-first__btn {
  height: 100%;
  min-width: 13.2em;
  padding: 0.8em 1.6em;
  border-radius: 2.4em;
  background: var(--yellow);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.camelia-first__btn span {
  font-family: var(--font-family-new);
  font-weight: 500;
  font-size: 1.6em;
  line-height: 175%;
  color: var(--black);
}
@media (hover: hover) {
  .camelia-first__btn:hover {
    background: rgba(255, 198, 0, 0.6862745098);
  }
}
.camelia-first__nav-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.2em;
}
@media (max-width: 1024px) {
  .camelia-first__nav-left {
    gap: 1.2em;
  }
}
.camelia-first__anchor {
  font-family: var(--font-family-new);
  font-weight: 500;
  font-size: 1.6em;
  line-height: 125%;
  color: var(--black);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.camelia-first__anchor:hover {
  opacity: 0.8;
}
.camelia-first__items {
  margin-top: 4em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2em;
}
@media (max-width: 1024px) {
  .camelia-first__items {
    margin-top: 2em;
    gap: 2em;
  }
}
@media (max-width: 650px) {
  .camelia-first__items {
    position: relative;
    z-index: 20;
    margin-top: -4.2em;
    gap: 1.2em;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.camelia-first__item {
  position: relative;
  padding: 3.2em;
  background: var(--white);
  border-radius: 2.4em;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .camelia-first__item {
    border-radius: 0.8em;
  }
}
@media (max-width: 650px) {
  .camelia-first__item {
    padding: 1.2em;
  }
  .camelia-first__item:nth-child(2) {
    display: none;
  }
}
.camelia-first__item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(173, 160, 221, 0.6)), to(rgba(223, 216, 239, 0.69)));
  background: linear-gradient(180deg, rgba(173, 160, 221, 0.6) 0%, rgba(223, 216, 239, 0.69) 100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.camelia-first__item:hover::before {
  opacity: 1;
}
.camelia-first__item-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2em;
}
@media (max-width: 650px) {
  .camelia-first__item-wrapper {
    gap: 0.8em;
  }
}
.camelia-first__item-title {
  font-family: var(--font-family-new);
  font-weight: 500;
  font-size: 3.2em;
  line-height: 116%;
  color: var(--black);
}
@media (max-width: 650px) {
  .camelia-first__item-title {
    font-size: 1.8em;
    line-height: 100%;
  }
}
.camelia-first__item-description {
  font-family: var(--font-family-new);
  font-weight: 400;
  font-size: 2em;
  line-height: 116%;
  color: var(--black);
}
@media (max-width: 650px) {
  .camelia-first__item-description {
    font-size: 1.4em;
    line-height: 100%;
  }
}

.camelia-about {
  position: relative;
  overflow: hidden;
}
.camelia-about__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin-bottom: 7.2em;
}
@media (max-width: 1024px) {
  .camelia-about__head {
    margin-bottom: 4.6em;
  }
}
@media (max-width: 650px) {
  .camelia-about__head {
    gap: 0.8em;
    margin-bottom: 2.2em;
  }
}
@media (max-width: 650px) {
  .camelia-about__title {
    font-size: 1.8em;
  }
}
.camelia-about__main-img {
  position: absolute;
  width: 192em;
  height: 154.6em;
  max-width: 192em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  /* @media (max-width: 1600px) {
    height: rem(1688);
  } */
}
@media (max-width: 1024px) {
  .camelia-about__main-img {
    max-width: 102.4em;
    width: 102.4em;
    height: 109.6em;
  }
}
@media (max-width: 650px) {
  .camelia-about__main-img {
    width: 39em;
    height: 41.9em;
    max-width: none;
  }
}
.camelia-about__nozzles {
  margin-top: -3.2em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(71.4em, auto);
  gap: 1.2em;
  padding-top: 154.6em;
}
@media (max-width: 1024px) {
  .camelia-about__nozzles {
    padding-top: 109.6em;
    grid-auto-rows: minmax(56em, auto);
  }
}
@media (max-width: 650px) {
  .camelia-about__nozzles {
    padding-top: 37.9em;
    gap: 0.8em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(auto, auto);
  }
}
.camelia-about__nozzle {
  padding: 3.2em;
  border-radius: 2.4em;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .camelia-about__nozzle {
    padding: 2em;
    border-radius: 1.2em;
    position: relative;
  }
}
@media (max-width: 650px) {
  .camelia-about__nozzle {
    height: 23.5rem;
  }
}
@media (max-width: 480px) {
  .camelia-about__nozzle {
    height: 18.5rem;
  }
}
.camelia-about__nozzle-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2em;
  max-width: 34.5em;
  margin-bottom: 2.9em;
}
@media (max-width: 1024px) {
  .camelia-about__nozzle-data {
    gap: 0.8em;
    max-width: 26.5em;
  }
}
@media (max-width: 650px) {
  .camelia-about__nozzle-data {
    position: relative;
    z-index: 1;
    max-width: 24em;
    margin-bottom: 2em;
  }
}
.camelia-about__nozzle-title {
  font-family: var(--font-family-new);
  font-weight: 500;
  font-size: 3.2em;
  line-height: 120%;
  color: var(--black);
}
@media (max-width: 1024px) {
  .camelia-about__nozzle-title {
    font-size: 2.4em;
  }
}
@media (max-width: 650px) {
  .camelia-about__nozzle-title {
    font-size: 1.8em;
  }
}
.camelia-about__nozzle-description {
  font-family: var(--font-family-new);
  font-weight: 400;
  font-size: 2em;
  line-height: 140%;
  color: var(--black);
}
@media (max-width: 1024px) {
  .camelia-about__nozzle-description {
    font-size: 1.6em;
  }
}
@media (max-width: 650px) {
  .camelia-about__nozzle-description {
    font-size: 1.4em;
  }
}
.camelia-about__nozzle-img {
  margin: 0 -3.2em -4em -3.2em;
  height: 54.6em;
  max-width: none;
}
@media (max-width: 1024px) {
  .camelia-about__nozzle-img {
    margin: 0 -2em -3em -2em;
    height: 44.5em;
    width: calc(100% + 4em);
  }
}
@media (max-width: 650px) {
  .camelia-about__nozzle-img {
    display: block;
    margin-left: -2em;
    margin-bottom: -2.1em;
    width: calc(100% + 4em);
    height: 29.5em;
  }
}

.camelia-modes {
  padding-top: 7.2em;
  border-radius: 2.4em;
  margin: 0.8em 0.8em 21.1em 0.8em;
  background: #f4f4f4;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .camelia-modes {
    padding-top: 2.4em;
    margin: 0 0 11.2em 0;
    border-radius: 1.2em;
  }
}
@media (max-width: 650px) {
  .camelia-modes {
    margin-bottom: 7.2em;
  }
}
.camelia-modes__wrapper {
  position: relative;
}
.camelia-modes__title {
  position: relative;
  z-index: 3;
}
@media (max-width: 650px) {
  .camelia-modes__title {
    font-size: 2.2em;
  }
}
.camelia-modes__dryer {
  margin-top: 6.9em;
  position: relative;
  height: 61em;
}
.camelia-modes__dryer * {
  -webkit-transition: all 0.3s ease, color 0s linear;
  transition: all 0.3s ease, color 0s linear;
}
@media (max-width: 1024px) {
  .camelia-modes__dryer {
    margin-top: 5em;
  }
}
@media (max-width: 650px) {
  .camelia-modes__dryer {
    margin-top: 3.2em;
    height: 25.9em;
  }
}
.camelia-modes__dryer-bg {
  position: absolute;
  top: -38.8em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: visible;
  width: 234.7em;
  height: 125.5em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.camelia-modes__dryer-bg_img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.camelia-modes__dryer-bg_img.visible {
  opacity: 1;
}
@media (max-width: 650px) {
  .camelia-modes__dryer-bg {
    width: 75.3em;
    height: 57em;
    top: -18.5em;
  }
}
.camelia-modes__dryer-bg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.camelia-modes__dryer-wrapper {
  position: relative;
  z-index: 2;
  height: 100%;
}
.camelia-modes__dryer-img {
  position: relative;
  z-index: 0;
  display: block;
  height: 61em;
  width: 28em;
  margin: 0 auto 0 47.6em;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .camelia-modes__dryer-img {
    margin: 0 auto;
  }
}
@media (max-width: 650px) {
  .camelia-modes__dryer-img {
    width: 11.6em;
    height: 25.9em;
  }
}
.camelia-modes__dryer-line {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  z-index: 1;
  width: 26.4em;
  height: 0.4em;
  background: #564090;
}
@media (max-width: 650px) {
  .camelia-modes__dryer-line {
    height: 0.2em;
  }
}
.camelia-modes__dryer-line_left {
  left: 31em;
  bottom: 15.7em;
}
@media (max-width: 1024px) {
  .camelia-modes__dryer-line_left {
    left: 19em;
  }
}
@media (max-width: 650px) {
  .camelia-modes__dryer-line_left {
    left: 5.4em;
    width: 10.3em;
    bottom: 6.6em;
  }
}
.camelia-modes__dryer-line_left .camelia-modes__dryer-circle {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.camelia-modes__dryer-line_right {
  right: 28.5em;
  bottom: 25.2em;
}
@media (max-width: 1024px) {
  .camelia-modes__dryer-line_right {
    width: 16.4em;
  }
}
@media (max-width: 650px) {
  .camelia-modes__dryer-line_right {
    right: 12em;
    bottom: 10.5em;
    width: 3.8em;
  }
}
.camelia-modes__dryer-line_right .camelia-modes__dryer-circle {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.camelia-modes__dryer-circle {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 50%;
  position: absolute;
  width: 1.8em;
  height: 1.8em;
}
@media (max-width: 650px) {
  .camelia-modes__dryer-circle {
    width: 0.7em;
    height: 0.7em;
  }
}
.camelia-modes__dryer-color {
  position: absolute;
  z-index: 1;
  top: -1.2em;
  left: 50%;
  -webkit-transform: translateX(-47%);
  -ms-transform: translateX(-47%);
  transform: translateX(-47%);
  width: 30.6em;
  height: 30.8em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .camelia-modes__dryer-color {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 650px) {
  .camelia-modes__dryer-color {
    top: -0.7em;
    width: 13.4em;
    height: 13.4em;
  }
}
.camelia-modes__dryer-color path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.camelia-modes__data {
  position: absolute;
  bottom: 20em;
  left: 0;
}
@media (max-width: 1024px) {
  .camelia-modes__data {
    bottom: 19em;
    left: 4em;
  }
}
@media (max-width: 650px) {
  .camelia-modes__data {
    left: 0.8em;
    bottom: 8.2em;
  }
}
.camelia-modes__data-main {
  position: absolute;
  left: 0;
  bottom: -0.9em;
  width: 41.7em;
  font-family: var(--font-family-new);
  font-weight: 500;
  color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .camelia-modes__data-main {
    width: 30em;
  }
}
@media (max-width: 650px) {
  .camelia-modes__data-main {
    width: 9.2em;
    bottom: 0em;
  }
}
.camelia-modes__data-main.data-step-active {
  opacity: 1;
  visibility: visible;
}
.camelia-modes__data-main_num {
  font-size: 4.8em;
  line-height: 124%;
}
@media (max-width: 1024px) {
  .camelia-modes__data-main_num {
    font-size: 3.8em;
  }
}
@media (max-width: 650px) {
  .camelia-modes__data-main_num {
    font-size: 1.6em;
  }
}
.camelia-modes__data-main_text {
  font-size: 3.2em;
  line-height: 124%;
}
@media (max-width: 1024px) {
  .camelia-modes__data-main_text {
    font-size: 2.2em;
  }
}
@media (max-width: 650px) {
  .camelia-modes__data-main_text {
    font-size: 1.2em;
  }
}
.camelia-modes__data-steps {
  color: inherit;
}
.camelia-modes__data-step {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2em;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 650px) {
  .camelia-modes__data-step {
    gap: 0.8em;
  }
}
.camelia-modes__data-step.data-step-active {
  opacity: 1;
  visibility: visible;
}
.camelia-modes__data-step:nth-of-type(2) {
  width: 29.5em;
}
@media (max-width: 1024px) {
  .camelia-modes__data-step:nth-of-type(2) {
    width: 28em;
  }
}
@media (max-width: 650px) {
  .camelia-modes__data-step:nth-of-type(2) {
    width: 10em;
  }
}
.camelia-modes__data-step:nth-of-type(3) {
  width: 34em;
}
@media (max-width: 1024px) {
  .camelia-modes__data-step:nth-of-type(3) {
    width: 30em;
  }
}
@media (max-width: 650px) {
  .camelia-modes__data-step:nth-of-type(3) {
    width: 10em;
  }
}
.camelia-modes__data-step:nth-of-type(4) {
  width: 39em;
}
@media (max-width: 1024px) {
  .camelia-modes__data-step:nth-of-type(4) {
    width: 32em;
  }
}
@media (max-width: 650px) {
  .camelia-modes__data-step:nth-of-type(4) {
    width: 12.2em;
  }
}
.camelia-modes__data-step:nth-of-type(5) {
  width: 47em;
}
@media (max-width: 1024px) {
  .camelia-modes__data-step:nth-of-type(5) {
    width: 36em;
  }
}
@media (max-width: 650px) {
  .camelia-modes__data-step:nth-of-type(5) {
    width: 13em;
  }
}
.camelia-modes__data-step_title {
  font-family: var(--font-family-new);
  font-weight: 500;
  font-size: 3.2em;
  line-height: 112%;
  color: inherit;
}
@media (max-width: 1024px) {
  .camelia-modes__data-step_title {
    font-size: 2.2em;
  }
}
@media (max-width: 650px) {
  .camelia-modes__data-step_title {
    font-size: 1.6em;
  }
}
.camelia-modes__data-step_text {
  font-family: var(--font-family-new);
  font-weight: 400;
  font-size: 2.4em;
  line-height: 120%;
  color: inherit;
}
@media (max-width: 1024px) {
  .camelia-modes__data-step_text {
    font-size: 1.8em;
  }
}
@media (max-width: 650px) {
  .camelia-modes__data-step_text {
    font-size: 1.2em;
  }
}
.camelia-modes__dryer-colors {
  z-index: 3;
  position: absolute;
  left: 50%;
  bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5em;
  width: 20.8em;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 1.3em;
  border-radius: 5.4em;
  background: #fff;
  border: 0.1em solid rgba(131, 119, 150, 0.1);
}
@media (max-width: 650px) {
  .camelia-modes__dryer-colors {
    width: 12.4em;
    bottom: 0.8em;
    padding: 0.8em;
    gap: 0.4em;
  }
}
@media (min-width: 1025px) {
  .camelia-modes__dryer-colors:hover + .camelia-modes__dryer-pointer {
    opacity: 0;
  }
}
.camelia-modes__dryer-colors:has(> .camelia-modes__dryer-btn.active) + .camelia-modes__dryer-pointer {
  display: none !important;
}
.camelia-modes__dryer-btn {
  position: relative;
  width: 4em;
  height: 4em;
  border-radius: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0.168em solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 650px) {
  .camelia-modes__dryer-btn {
    width: 2.4em;
    height: 2.4em;
  }
}
.camelia-modes__dryer-btn.active::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.camelia-modes__dryer-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-transform: scale(0.65);
  -ms-transform: scale(0.65);
  transform: scale(0.65);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.camelia-modes__dryer-btn:nth-child(1n)::before {
  background: #e2342e;
}
.camelia-modes__dryer-btn:nth-child(2n)::before {
  background: #ee8633;
}
.camelia-modes__dryer-btn:nth-child(3n)::before {
  background: #639349;
}
.camelia-modes__dryer-btn:nth-child(4n)::before {
  background: #ffc600;
}
.camelia-modes__texts {
  position: absolute;
  right: -1.8em;
  bottom: 8.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5em;
  width: 25.2em;
}
@media (max-width: 1024px) {
  .camelia-modes__texts {
    right: 0;
    bottom: 10em;
  }
}
@media (max-width: 650px) {
  .camelia-modes__texts {
    right: 0.8em;
    bottom: 6.3em;
    width: 9.5em;
    gap: 0.8em;
  }
}
.camelia-modes__texts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6em;
}
@media (max-width: 650px) {
  .camelia-modes__texts-list {
    gap: 0.6em;
  }
}
.camelia-modes__texts-title {
  font-family: var(--font-family-new);
  font-weight: 500;
}
.camelia-modes__texts-title_num {
  font-size: 4.8em;
  line-height: normal;
}
@media (max-width: 1024px) {
  .camelia-modes__texts-title_num {
    font-size: 3.8em;
  }
}
@media (max-width: 650px) {
  .camelia-modes__texts-title_num {
    font-size: 1.6em;
  }
}
.camelia-modes__texts-title_text {
  font-size: 3.2em;
  line-height: normal;
}
@media (max-width: 1024px) {
  .camelia-modes__texts-title_text {
    font-size: 2.2em;
  }
}
@media (max-width: 650px) {
  .camelia-modes__texts-title_text {
    font-size: 1.2em;
  }
}
.camelia-modes__texts-text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2.2em auto;
  grid-template-columns: 2.2em auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2em;
}
@media (max-width: 650px) {
  .camelia-modes__texts-text {
    -ms-grid-columns: 1em auto;
    grid-template-columns: 1em auto;
    gap: 0.5em;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.camelia-modes__texts-text img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-grid-column-align: center;
  justify-self: center;
}
.camelia-modes__texts-text:nth-child(1) img {
  width: 1.7em;
  height: 0.9em;
}
@media (max-width: 650px) {
  .camelia-modes__texts-text:nth-child(1) img {
    width: 0.7em;
    height: 0.5em;
  }
}
.camelia-modes__texts-text:nth-child(2) img {
  width: 1.5em;
  height: 0.3em;
}
@media (max-width: 650px) {
  .camelia-modes__texts-text:nth-child(2) img {
    width: 0.6em;
    height: 0.2em;
  }
}
.camelia-modes__texts-text:nth-child(3) img {
  width: 2.2em;
  height: 2.3em;
}
@media (max-width: 650px) {
  .camelia-modes__texts-text:nth-child(3) img {
    width: 0.9em;
    height: 0.92em;
  }
}
.camelia-modes__texts-text span {
  font-family: var(--font-family-new);
  font-weight: 400;
  font-size: 2.2em;
  line-height: 112%;
  color: var(--black);
  text-wrap: nowrap;
}
@media (max-width: 650px) {
  .camelia-modes__texts-text span {
    font-size: 1em;
  }
}
.camelia-modes__dryer-pointer {
  width: 1.8em;
  height: 1.8em;
  position: absolute;
  left: 53.4em;
  bottom: 3.8em;
  z-index: 99;
  pointer-events: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 1;
}
@media (max-width: 1440px) {
  .camelia-modes__dryer-pointer {
    left: 52.7em;
  }
}
@media (max-width: 1024px) {
  .camelia-modes__dryer-pointer {
    display: none;
  }
}

.camelia-ions .camelia-container {
  position: relative;
}
@media (max-width: 650px) {
  .camelia-ions .camelia-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 2.4em;
  }
}
.camelia-ions__wrapper {
  padding-top: 7.2em;
  position: relative;
  height: 80.3em;
  border-radius: 2.4em;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .camelia-ions__wrapper {
    padding-top: 3.2em;
    padding-left: 3.2em;
    height: 52em;
  }
}
@media (max-width: 650px) {
  .camelia-ions__wrapper {
    padding: 0;
    height: auto;
    border-radius: 0;
  }
}
.camelia-ions__bg {
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  max-width: unset;
  top: 0;
  height: 80.3em;
  padding: 0 0.8em;
  border-radius: 2.4em;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .camelia-ions__bg {
    width: calc(100% - 2.4em);
    padding: 0;
    border-radius: 1.2em;
    height: 52em;
  }
}
@media (max-width: 650px) {
  .camelia-ions__bg {
    position: static;
    width: 35.1em;
    height: 35.1em;
    margin: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
}
.camelia-ions__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2em;
  max-width: 54.7em;
}
@media (max-width: 650px) {
  .camelia-ions__inner {
    gap: 0.8em;
    max-width: 31.9em;
  }
}
.camelia-ions__title {
  text-align: left;
}
@media (max-width: 650px) {
  .camelia-ions__title {
    font-size: 2em;
    font-weight: 500;
  }
}
.camelia-ions__description {
  font-family: var(--font-family-new);
  font-weight: 400;
  font-size: 2.4em;
  line-height: 124%;
  color: var(--black);
}
@media (max-width: 1024px) {
  .camelia-ions__description {
    font-size: 1.8em;
  }
}
@media (max-width: 650px) {
  .camelia-ions__description {
    font-size: 1.4em;
  }
}
.camelia-ions__description span {
  font-weight: 700;
}

.camelia-price .camelia-container {
  position: relative;
}
.camelia-price__wrapper {
  padding-top: 7.2em;
  position: relative;
  height: 79em;
  border-radius: 2.4em;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .camelia-price__wrapper {
    padding-top: 3.2em;
    padding-left: 3.2em;
    height: 52em;
  }
}
@media (max-width: 650px) {
  .camelia-price__wrapper {
    padding: 2em 0.8em;
    height: 38.3em;
  }
}
.camelia-price__bg {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  max-width: unset;
  height: 79em;
  padding: 0 0.8em;
  border-radius: 2.4em;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .camelia-price__bg {
    width: calc(100% - 2.4em);
    padding: 0;
    border-radius: 1.2em;
    height: 52em;
  }
}
@media (max-width: 650px) {
  .camelia-price__bg {
    height: 38.3em;
    width: 100%;
    margin: 0;
  }
}
.camelia-price__inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4em;
}
@media (max-width: 1024px) {
  .camelia-price__inner {
    gap: 0.8em;
  }
}
.camelia-price__title-wrapper {
  max-width: 38em;
}
@media (max-width: 650px) {
  .camelia-price__title-wrapper {
    max-width: 13.6em;
  }
}
.camelia-price__title {
  text-align: left;
  line-height: 120%;
}
@media (max-width: 650px) {
  .camelia-price__title {
    font-size: 2em;
  }
}
.camelia-price__description-wrapper {
  max-width: 43.2em;
}
@media (max-width: 650px) {
  .camelia-price__description-wrapper {
    max-width: 18.9em;
  }
}
.camelia-price__description {
  font-family: var(--font-family-new);
  font-weight: 400;
  font-size: 3.2em;
  line-height: 116%;
  color: var(--black);
}
@media (max-width: 1024px) {
  .camelia-price__description {
    font-size: 2.4em;
  }
}
@media (max-width: 650px) {
  .camelia-price__description {
    font-size: 1.4em;
  }
}
.camelia-price__btn {
  margin-top: 2.4em;
  width: 30.3em;
  height: 7.6em;
  padding: 2.4em 3.6em;
  background: var(--white);
  border-radius: 1.2em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.camelia-price__btn_hidden {
  display: none !important;
}
@media (max-width: 1024px) {
  .camelia-price__btn {
    margin-top: 1.2em;
    width: 26.3em;
    height: 6em;
    display: -ms-grid;
    display: grid;
    place-content: center;
    padding: 2em;
  }
}
@media (max-width: 650px) {
  .camelia-price__btn {
    width: 14em;
    padding: 1.2em;
    height: 3.8em;
    border-radius: 0.4em;
  }
}
.camelia-price__btn:hover {
  background: rgba(255, 255, 255, 0.662745098);
}
.camelia-price__btn span {
  font-family: var(--font-family-new);
  font-weight: 500;
  font-size: 2.4em;
  line-height: 116%;
  color: var(--black);
}
@media (max-width: 1024px) {
  .camelia-price__btn span {
    font-size: 2em;
    line-height: 100%;
  }
}
@media (max-width: 650px) {
  .camelia-price__btn span {
    font-size: 1.2em;
  }
}

.camelia-shiny__title {
  text-align: left;
}
@media (max-width: 650px) {
  .camelia-shiny__title {
    font-size: 2em;
  }
}
.camelia-shiny__list {
  margin-top: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.2em;
}
@media (max-width: 1024px) {
  .camelia-shiny__list {
    margin-top: 2.4em;
  }
}
@media (max-width: 650px) {
  .camelia-shiny__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.camelia-shiny__item {
  position: relative;
  height: 60.2em;
  width: 60.2em;
  border-radius: 2.4em;
  padding: 3.5em 3.2em;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .camelia-shiny__item {
    width: 49.4em;
    height: 49.4em;
    padding: 1.4em;
    border-radius: 1.2em;
  }
}
@media (max-width: 650px) {
  .camelia-shiny__item {
    width: 35.1em;
    height: 35.1em;
  }
}
.camelia-shiny__item-head {
  position: relative;
  z-index: 2;
  max-width: 49.7em;
  padding-right: 0.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2em;
}
.camelia-shiny__item-title {
  font-family: var(--font-family-new);
  font-weight: 500;
  font-size: 3.2em;
  color: var(--black);
}
@media (max-width: 1024px) {
  .camelia-shiny__item-title {
    font-size: 2.6em;
  }
}
@media (max-width: 650px) {
  .camelia-shiny__item-title {
    font-size: 1.8em;
  }
}
.camelia-shiny__item-description {
  font-family: var(--font-family-new);
  font-weight: 400;
  font-size: 2em;
  line-height: 124%;
  color: var(--black);
}
@media (max-width: 1024px) {
  .camelia-shiny__item-description {
    font-size: 1.8em;
  }
}
@media (max-width: 650px) {
  .camelia-shiny__item-description {
    font-size: 1.4em;
  }
}
.camelia-shiny__item-bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.4em;
}
@media (max-width: 1024px) {
  .camelia-shiny__item-bg {
    border-radius: 1.2em;
  }
}
@media (max-width: 650px) {
  .camelia-shiny__item-bg {
    width: 35.1em;
    height: 35.1em;
  }
}

.camelia-care__head {
  margin-bottom: -2em;
}
@media (max-width: 650px) {
  .camelia-care__head {
    margin-bottom: 2.4em;
  }
}
.camelia-care__title {
  text-align: left;
}
@media (max-width: 650px) {
  .camelia-care__title {
    font-size: 2em;
  }
}
.camelia-care__left {
  padding-top: 6em;
}
@media (max-width: 650px) {
  .camelia-care__left {
    padding-top: 0;
  }
}
.camelia-care__left .camelia-care__item {
  height: 63.2em;
}
@media (max-width: 1024px) {
  .camelia-care__left .camelia-care__item {
    height: 52.4em;
  }
}
@media (max-width: 650px) {
  .camelia-care__left .camelia-care__item {
    height: 32.1em;
  }
}
.camelia-care__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2em;
}
.camelia-care__right .camelia-care__item {
  height: 47.8em;
}
@media (max-width: 1024px) {
  .camelia-care__right .camelia-care__item {
    height: 38.8em;
  }
}
@media (max-width: 650px) {
  .camelia-care__right .camelia-care__item {
    height: 32.1em;
  }
}
.camelia-care__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (60.2em)[2];
  grid-template-columns: repeat(2, 60.2em);
  gap: 1.2em;
}
@media (max-width: 1024px) {
  .camelia-care__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 650px) {
  .camelia-care__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.camelia-care__item {
  position: relative;
  overflow: hidden;
  width: 60.2em;
  border-radius: 2.4em;
}
@media (max-width: 1024px) {
  .camelia-care__item {
    width: 100%;
    border-radius: 1.2em;
  }
}
.camelia-care__item-bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.camelia-care__item-text {
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.6em 2.4em;
  background: var(--yellow);
  border-radius: 2.4em 0;
}
@media (max-width: 1024px) {
  .camelia-care__item-text {
    padding: 1.2em 2em;
    border-radius: 1.2em 0;
  }
}
@media (max-width: 650px) {
  .camelia-care__item-text {
    padding: 1.2em 2.4em;
  }
}
.camelia-care__item-text span {
  font-family: var(--font-family-new);
  font-weight: 500;
  font-size: 2em;
  line-height: 112%;
  color: var(--black);
}
@media (max-width: 1024px) {
  .camelia-care__item-text span {
    font-size: 1.6em;
  }
}
@media (max-width: 650px) {
  .camelia-care__item-text span {
    font-size: 1.4em;
  }
}

@media (max-width: 650px) {
  .camelia-set__title {
    font-size: 2em;
  }
}
.camelia-set__watcher {
  margin-top: 7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 3.2em;
}
@media (max-width: 1024px) {
  .camelia-set__watcher {
    margin-top: 5.2em;
    gap: 1.2em;
  }
}
@media (max-width: 650px) {
  .camelia-set__watcher {
    position: relative;
    margin-top: 2.4em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.camelia-set__watch {
  position: relative;
  width: 48.8em;
  height: 59.2em;
  border-radius: 2.4em;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .camelia-set__watch {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 53.2em;
    border-radius: 1.2em;
  }
}
@media (max-width: 650px) {
  .camelia-set__watch {
    position: absolute;
    top: 0;
    left: 0;
    width: 17.2em;
    height: 18em;
  }
}
.camelia-set__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 48.8em;
  height: 59.2em;
  border-radius: 2.4em;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .camelia-set__img {
    height: 53.2em;
    border-radius: 1.2em;
  }
}
@media (max-width: 650px) {
  .camelia-set__img {
    width: 17.2em;
    height: 18em;
  }
}
.camelia-set__img.watch {
  visibility: visible;
  opacity: 1;
}
.camelia-set__steps {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (22.4em)[3];
  grid-template-columns: repeat(3, 22.4em);
  grid-auto-rows: 29em;
  gap: 1.2em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (max-width: 1024px) {
  .camelia-set__steps {
    -ms-grid-columns: (18.4em)[3];
    grid-template-columns: repeat(3, 18.4em);
    grid-auto-rows: 26em;
  }
}
@media (max-width: 650px) {
  .camelia-set__steps {
    width: 100%;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 18em;
    gap: 0.8em;
  }
}
.camelia-set__step {
  position: relative;
  width: 22.4em;
  height: 29em;
  border-radius: 2.4em;
  overflow: hidden;
  background: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2em;
}
@media (max-width: 1024px) {
  .camelia-set__step {
    border-radius: 1.2em;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 650px) {
  .camelia-set__step {
    gap: 0.5em;
  }
  .camelia-set__step:nth-child(1) {
    -ms-grid-column: 2;
    grid-column-start: 2;
  }
  .camelia-set__step:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .camelia-set__step:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .camelia-set__step:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .camelia-set__step:nth-of-type(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}
.camelia-set__step::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0;
  z-index: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(191, 182, 224, 0.72)), to(rgba(196, 180, 228, 0.48)));
  background: linear-gradient(270deg, rgba(191, 182, 224, 0.72) 0%, rgba(196, 180, 228, 0.48) 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.camelia-set__step.watch::before {
  opacity: 1;
}
.camelia-set__step-title {
  position: relative;
  z-index: 1;
  padding-top: 2em;
  max-width: 15.2em;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 650px) {
  .camelia-set__step-title {
    padding-top: 1.4em;
    max-width: 11.1em;
  }
}
.camelia-set__step-title span {
  font-family: var(--font-family-new);
  font-weight: 400;
  font-size: 2.4em;
  line-height: 116%;
  text-align: center;
  color: var(--black);
}
@media (max-width: 1024px) {
  .camelia-set__step-title span {
    font-size: 2em;
  }
}
@media (max-width: 650px) {
  .camelia-set__step-title span {
    font-size: 1.6em;
  }
}
.camelia-set__step-img {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.camelia-set__step-img_one {
  width: 9.6em;
  height: 21.4em;
}
@media (max-width: 1024px) {
  .camelia-set__step-img_one {
    width: 7.6em;
    height: 19.4em;
  }
}
@media (max-width: 650px) {
  .camelia-set__step-img_one {
    padding-top: 1.8em;
    width: 7em;
  }
}
.camelia-set__step-img_cube {
  width: 19.1em;
  height: 18.2em;
}
@media (max-width: 1024px) {
  .camelia-set__step-img_cube {
    width: 16.1em;
    height: 15.2em;
  }
}
@media (max-width: 650px) {
  .camelia-set__step-img_cube {
    width: 12.7em;
    height: 12.2em;
  }
}

.camelia-propertys .camelia-container {
  position: relative;
}
.camelia-propertys .camelia-container::before {
  content: "";
  position: absolute;
  background: #dfd7f0;
  width: calc(100vw - 1.6em);
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 2.4em;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .camelia-propertys .camelia-container::before {
    border-radius: 1.2em;
  }
}
@media (max-width: 650px) {
  .camelia-propertys .camelia-container::before {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    width: 100vw;
    inset: 0;
  }
}
.camelia-propertys__inner {
  position: relative;
  z-index: 3;
  padding-top: 10.8em;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48.8em 1fr;
  grid-template-columns: 48.8em 1fr;
  gap: 17.1em;
}
@media (max-width: 1440px) {
  .camelia-propertys__inner {
    padding-top: 6.8em;
  }
}
@media (max-width: 1024px) {
  .camelia-propertys__inner {
    -ms-grid-columns: 38.8em 1fr;
    grid-template-columns: 38.8em 1fr;
    padding: 3.2em 1.2em 0 1.2em;
    gap: 2em;
  }
}
@media (max-width: 650px) {
  .camelia-propertys__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0em;
    padding: 3.2em 0;
  }
}
.camelia-propertys__img {
  width: 46.6em;
  height: 78.3em;
  margin-bottom: -0.1em;
}
@media (max-width: 1024px) {
  .camelia-propertys__img {
    width: 37.6em;
    height: 64.3em;
  }
}
@media (max-width: 650px) {
  .camelia-propertys__img {
    display: none;
  }
}
.camelia-propertys__img-mobile {
  display: block;
  margin: 2.4em auto 1.6em auto;
  width: 35.1em;
  height: 23.6em;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 651px) {
  .camelia-propertys__img-mobile {
    display: none;
  }
}
.camelia-propertys__title {
  font-family: var(--font-family-new);
  font-weight: 500;
  font-size: 3.2em;
  line-height: 100%;
  color: var(--black);
}
@media (max-width: 1024px) {
  .camelia-propertys__title {
    font-size: 2.8em;
  }
}
@media (max-width: 650px) {
  .camelia-propertys__title {
    font-size: 2em;
    text-align: center;
  }
}
.camelia-propertys__btns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2em;
}
@media (max-width: 650px) {
  .camelia-propertys__btns {
    gap: 0.8em;
  }
}
.camelia-propertys__btn {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 5.4em;
  width: 100%;
  border-radius: 1em;
  background: #c0b4ea;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .camelia-propertys__btn {
    height: 4.5em;
  }
}
@media (max-width: 650px) {
  .camelia-propertys__btn {
    border-radius: 0.7em;
    height: 3.6em;
  }
}
@media (hover: hover) {
  .camelia-propertys__btn:hover {
    opacity: 0.74;
  }
}
.camelia-propertys__btn span {
  font-family: var(--font-family-new);
  font-weight: 500;
  font-size: 1.8em;
  line-height: 100%;
  color: var(--black);
}
@media (max-width: 1024px) {
  .camelia-propertys__btn span {
    font-size: 1.6em;
  }
}
@media (max-width: 650px) {
  .camelia-propertys__btn span {
    font-size: 1.1em;
  }
}
.camelia-propertys__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-block: 3.3em 1.9em;
  gap: 0.9em;
}
@media (max-width: 1024px) {
  .camelia-propertys__table {
    margin-block: 1.6em 2.4em;
    gap: 0;
  }
}
@media (max-width: 650px) {
  .camelia-propertys__table {
    padding-inline: 1.2em;
  }
}
.camelia-propertys__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20.2em auto;
  grid-template-columns: 20.2em auto;
  gap: 2em;
  padding-block: 1.4em 1.3em;
  border-bottom: 0.1em solid #c0b4ea;
  min-height: 4.6em;
}
@media (max-width: 650px) {
  .camelia-propertys__item {
    min-height: 3em;
    -ms-grid-columns: 16.2em auto;
    grid-template-columns: 16.2em auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-block: 0.8em;
  }
}
.camelia-propertys__item-text {
  font-family: var(--font-family-new);
  font-weight: 500;
  font-size: 1.8em;
  line-height: 100%;
  color: var(--black);
}
@media (max-width: 1024px) {
  .camelia-propertys__item-text {
    font-size: 1.6em;
    font-weight: 400;
  }
}
@media (max-width: 650px) {
  .camelia-propertys__item-text {
    font-size: 1.4em;
  }
}
.camelia-propertys__item-text:nth-child(2) {
  text-align: right;
}

.camelia-slider__swiper {
  height: 62.2em;
  width: 100%;
  overflow: visible;
}
@media (max-width: 1024px) {
  .camelia-slider__swiper {
    height: 51em;
  }
}
@media (max-width: 650px) {
  .camelia-slider__swiper {
    height: 35.1em;
  }
}
.camelia-slider__slide {
  border-radius: 2.4em;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .camelia-slider__slide {
    border-radius: 1.2em;
  }
}
@media (max-width: 650px) {
  .camelia-slider__slide:nth-child(3) img {
    width: 35.1em;
    height: 35.1em;
  }
  .camelia-slider__slide:nth-child(3) img:nth-child(2) {
    display: none;
  }
  .camelia-slider__slide:nth-child(6) img {
    width: 35.1em;
    height: 35.1em;
  }
  .camelia-slider__slide:nth-child(6) img:nth-child(1) {
    display: none;
  }
}
.camelia-slider__slide_two {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2em;
}
@media (max-width: 650px) {
  .camelia-slider__slide_two {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.camelia-slider__slide img {
  border-radius: 2.4em;
  height: 100%;
  width: 100%;
}
@media (max-width: 1024px) {
  .camelia-slider__slide img {
    border-radius: 1.2em;
  }
}
.camelia-slider__swiper-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
  gap: 0.6em;
  padding: 0.6em;
  margin: 3em auto 0 auto;
  border-radius: 2.4em;
  background: #f8f8f8;
}
@media (max-width: 1024px) {
  .camelia-slider__swiper-btns {
    margin: 1.6em auto 0 auto;
  }
}
@media (max-width: 650px) {
  .camelia-slider__swiper-btns {
    display: none;
  }
}
.camelia-slider__swiper-btn {
  width: 3.6em;
  height: 3.6em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.camelia-slider__swiper-btn.swiper-button-lock {
  display: block;
}
.camelia-slider__swiper-btn-img {
  width: 3.6em;
  height: 3.6em;
}

.camelia-video-block {
  height: 42.1em;
  width: auto;
  overflow: hidden;
  border-radius: 2.4em;
  margin-inline: 0;
  max-width: none;
}
.camelia-video-block.go-video .camelia-video-block__play-button {
  opacity: 0;
}
@media (max-width: 650px) {
  .camelia-video-block {
    height: 32.9em;
    border-radius: 1.2em;
  }
}
.camelia-video-block:hover .video-block__play-button svg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.camelia-video-block__container {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}
.camelia-video-block__video.visible {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.camelia-video-block__poster {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
.camelia-video-block__poster.hidden {
  display: none;
}
.camelia-video-block__poster img {
  width: 100%;
  height: 100%;
}
.camelia-video-block__play-button {
  position: absolute;
  inset: 0;
  display: -ms-grid;
  display: grid;
  place-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.camelia-video-block__play-button svg {
  width: 31.6em;
  height: 31.6em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .camelia-video-block__play-button svg {
    width: 16.7em;
    height: 16.7em;
  }
}

.camelia-video-block__video {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.camelia-video-block__video_desctop {
  display: block;
}
@media (max-width: 650px) {
  .camelia-video-block__video_desctop {
    display: none !important;
  }
}
.camelia-video-block__video_mobile {
  display: none;
}
@media (max-width: 650px) {
  .camelia-video-block__video_mobile {
    display: block !important;
  }
}

.camelia-reviews__head {
  margin-bottom: 4em;
}
@media (max-width: 1024px) {
  .camelia-reviews__head {
    margin-bottom: 2.4em;
  }
}
.camelia-reviews__title {
  text-align: left;
}
@media (max-width: 650px) {
  .camelia-reviews__title {
    font-size: 2em;
  }
}
.camelia-reviews__swiper {
  min-height: 36.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: visible;
}
@media (max-width: 1024px) {
  .camelia-reviews__swiper {
    min-height: 33em;
  }
}
.camelia-reviews__swiper-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.camelia-reviews__swiper-slide {
  height: auto;
  width: 38.4em;
  border-radius: 2.4em;
  padding: 3.2em;
  background: #f4f4f4;
}
@media (max-width: 1024px) {
  .camelia-reviews__swiper-slide {
    width: 36.3em;
    border-radius: 1.2em;
    padding: 2.9em;
  }
}
@media (max-width: 650px) {
  .camelia-reviews__swiper-slide {
    width: 35.1em;
  }
}
.camelia-reviews__swiper-slide:not(:last-child) {
  margin-right: 3.2em;
}
@media (max-width: 1024px) {
  .camelia-reviews__swiper-slide:not(:last-child) {
    margin-right: 1.2em;
  }
}
@media (max-width: 650px) {
  .camelia-reviews__swiper-slide:not(:last-child) {
    margin-right: 0.4em;
  }
}
.camelia-reviews__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.camelia-reviews__slide_video .camelia-reviews__descriptions {
  margin-block: -1.6em 1.6em;
}
.camelia-reviews__slide-title {
  font-family: var(--font-family-new);
  font-weight: 500;
  font-size: 2em;
  color: var(--black);
}
@media (max-width: 1024px) {
  .camelia-reviews__slide-title {
    font-size: 1.8em;
  }
}
.camelia-reviews__slide-stars {
  margin-block: 0.8em 3.2em;
  width: 10.8em;
  height: 2em;
}
.camelia-reviews__slide-stars svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .camelia-reviews__slide-stars {
    width: 9.7em;
    height: 1.8em;
  }
}
.camelia-reviews__descriptions {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 3.4em;
}
.camelia-reviews__descriptions-text {
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5em;
  height: 15.8em;
  max-height: 15.8em;
  padding-right: 1.5em;
  margin-right: -1.5em;
}
.camelia-reviews__descriptions-text::-webkit-scrollbar {
  width: 0.4em;
}
.camelia-reviews__descriptions-text::-webkit-scrollbar-track {
  background-color: #f2f2f2;
  border-radius: 1.2em;
}
.camelia-reviews__descriptions-text::-webkit-scrollbar-thumb {
  background: #e3e3e3;
  border-radius: 1.2em;
}
@media (max-width: 1024px) {
  .camelia-reviews__descriptions-text {
    height: 14em;
    max-height: 14em;
  }
}
.camelia-reviews__text {
  font-family: var(--font-family-new);
  font-weight: 400;
  line-height: 140%;
  font-size: 1.6em;
  color: var(--black);
}
@media (max-width: 1024px) {
  .camelia-reviews__text {
    font-size: 1.4em;
  }
}
.camelia-reviews__video {
  position: relative;
  width: 100%;
  height: 18.8em;
  border-radius: 1.6em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .camelia-reviews__video {
    height: 17.1em;
    border-radius: 1.2em;
  }
}
.camelia-reviews__video-svg {
  width: 8.3em;
  height: 8.3em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 13.4em;
}
@media (max-width: 1024px) {
  .camelia-reviews__video-svg {
    left: 12.2em;
    width: 7.5em;
    height: 7.5em;
  }
}

.camelia-buy {
  position: fixed;
  left: 1.2em;
  right: 1.2em;
  bottom: 1.2em;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 5.2em;
  border: 0.1em solid rgba(0, 0, 0, 0.1);
  border-radius: 4.9em;
  padding: 0.8em 0.8em 0.8em 2.4em;
  -webkit-backdrop-filter: blur(4em);
  backdrop-filter: blur(4em);
  background: rgba(255, 255, 255, 0.5019607843);
}
@media (min-width: 651px) {
  .camelia-buy {
    display: none;
  }
}
.camelia-buy__text {
  font-family: var(--font-family-new);
  font-weight: 500;
  font-size: 1.4em;
  line-height: 100%;
  color: var(--black);
}
.camelia-buy__btn {
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  min-width: 13.2em;
  padding: 0.8em 1.6em;
  border-radius: 2.4em;
  background: var(--yellow);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.camelia-buy__btn span {
  font-family: var(--font-family-new);
  font-weight: 500;
  font-size: 1.4em;
  line-height: 175%;
  color: var(--black);
}
@media (hover: hover) {
  .camelia-buy__btn:hover {
    background: rgba(255, 198, 0, 0.6862745098);
  }
}
/*# sourceMappingURL=main.css.map */