* {
  overflow-anchor: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
::after,
::before {
  box-sizing: border-box
}
a {
  text-decoration: none
}
::-moz-placeholder {
  color: #666
}
:-ms-input-placeholder {
  color: #666
}
::placeholder {
  color: #666
}
::-moz-selection {
  text-shadow: none;
  color: #fff;
  background-color: #3390ff
}
::selection {
  text-shadow: none;
  color: #fff;
  background-color: #3390ff
}
b,
strong {
  font-weight: 700
}
ol.rst,
ul.rst {
  list-style: none
}
input,
textarea {
  border: #666 1px solid;
  font-family: Geometria,sans-serif
}
body {
  width: 100%;
  height: 100%;
  min-width: 360px;
  font-style: normal;
  line-height: 1.15
}
[hidden] {
  display: none
}
textarea {
  vertical-align: top;
  overflow: auto;
  resize: vertical
}
audio:not([controls]) {
  display: none;
  height: 0
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer
}
button[disabled],
input[disabled] {
  cursor: default
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
button {
  font-family: inherit;
  font-weight: inherit
}
@font-face {
  font-family: Geometria;
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  src: local("Geometria"),url(../fonts/Geometria/Geometria.woff2) format("woff2")
}
@font-face {
  font-family: Geometria;
  font-weight: 500;
  font-display: swap;
  font-style: normal;
  src: local("Geometria"),url(../fonts/Geometria/Geometria-Medium.woff2) format("woff2")
}
@font-face {
  font-family: Geometria;
  font-weight: 700;
  font-display: swap;
  font-style: normal;
  src: local("Geometria"),url(../fonts/Geometria/Geometria-Bold.woff2) format("woff2")
}
.visually-hidden {
  position: fixed;
  transform: scale(0)
}
.title-main {
  font-weight: 700;
  font-size: 44px;
  line-height: 57px;
  color: #33353b
}
@media (max-width:1249.5px) {
  .title-main {
    font-size: 30px;
    line-height: 1.3
  }
}
@media (max-width:766.5px) {
  .title-main {
    font-size: 24px
  }
}
.title-default {
  font-weight: 700;
  font-size: 34px;
  line-height: 135%;
  color: #33353b
}
@media (max-width:1249.5px) {
  .title-default {
    font-size: 26px;
    line-height: 1.3
  }
}
@media (max-width:766.5px) {
  .title-default {
    font-size: 20px
  }
}
.logo {
  display: inline-block;
  width: 233px;
  font-size: 0
}
@media (max-width:766.5px) {
  .logo {
    width: 157px
  }
}
.logo img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}
.container {
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
  max-width: 1144px
}
@media (max-width:1249.5px) {
  .container {
    max-width: 960px
  }
}
@media (max-width:991.5px) {
  .container {
    max-width: 768px
  }
}
@media (max-width:766.5px) {
  .container {
    max-width: 549px
  }
}
@media (max-width:575.5px) {
  .container {
    max-width: 100%
  }
}
.header {
  padding-top: 50px;
  padding-bottom: 10px
}
@media (max-width:766.5px) {
  .header {
    padding-top: 24px
  }
}
.footer__container {
  position: relative;
  padding-top: 24px;
  padding-bottom: 40px
}
@media (max-width:766.5px) {
  .footer__container {
    padding-top: 15px;
    padding-bottom: 15px
  }
}
.footer__container::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 0;
  border-top: 1px solid #e5e5eb;
  width: calc(100% - 32px);
  height: 0
}
.footer__copyright {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #33353b
}
@media (max-width:766.5px) {
  .footer__copyright {
    font-size: 14px;
    margin-bottom: 10px
  }
}
.footer__contacts {
  display: flex;
  justify-content: center;
  gap: 24px
}
@media (max-width:991.5px) {
  .footer__contacts {
    flex-wrap: wrap;
    gap: 7px;
    justify-content: space-between;
    max-width: 500px;
    margin: 0 auto
  }
}
.footer__contact {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #33353b
}
@media (max-width:766.5px) {
  .footer__contact {
    font-size: 14px;
    line-height: 18px
  }
}
@media (max-width:991.5px) {
  .footer__contact:nth-child(1) {
    width: 100%
  }
}
.html {
  height: 100%;
  font-size: 10px
}
.body {
  position: relative;
  width: 100%;
  font-family: Geometria,sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #0a0c0f;
  background: #fff
}
.site {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%
}
.main {
  flex-grow: 1
}
a {
  -webkit-tap-highlight-color: transparent
}
.hero {
  padding-top: 75px;
  padding-bottom: 36px;
  min-height: 475px
}
@media (max-width:991.5px) {
  .hero {
    min-height: 400px
  }
}
@media (max-width:766.5px) {
  .hero {
    padding-top: 14px;
    padding-bottom: 20px;
    min-height: auto
  }
}
.hero__container {
  position: relative
}
.hero__image {
  position: absolute;
  right: 15px;
  top: -75px;
  width: 440px
}
@media (max-width:991.5px) {
  .hero__image {
    width: 300px
  }
}
@media (max-width:766.5px) {
  .hero__image {
    position: relative;
    right: 0;
    top: 0;
    width: 100%
  }
}
.hero__image-honeycomb {
  position: absolute
}
.hero__image-honeycomb_1 {
  left: -8%;
  top: -10.2%
}
@media (max-width:991.5px) {
  .hero__image-honeycomb_1 svg {
    width: 86px;
    height: 86px
  }
}
@media (max-width:766.5px) {
  .hero__image-honeycomb_1 {
    left: -13.7%;
    top: -7%
  }
}
.hero__image-honeycomb_2 {
  z-index: -1;
  right: 7.4%;
  top: -11%
}
@media (max-width:991.5px) {
  .hero__image-honeycomb_2 svg {
    width: 54px;
    height: 54px
  }
}
@media (max-width:766.5px) {
  .hero__image-honeycomb_2 {
    right: 8.4%;
    top: -9%
  }
}
.hero__image-honeycomb_3 {
  right: -26.9%;
  bottom: 28.4%
}
@media (max-width:991.5px) {
  .hero__image-honeycomb_3 svg {
    width: 50px;
    height: 50px
  }
}
@media (max-width:766.5px) {
  .hero__image-honeycomb_3 {
    right: -5.9%;
    bottom: 23.4%;
    z-index: -1
  }
}
.hero__image-honeycomb_4 {
  left: -5%;
  bottom: -6.8%
}
@media (max-width:991.5px) {
  .hero__image-honeycomb_4 svg {
    width: 60px;
    height: 60px
  }
}
@media (max-width:766.5px) {
  .hero__image-honeycomb_4 {
    left: -5%;
    bottom: -7.8%
  }
}
.hero__image-honeycomb_5 {
  right: -36.1%;
  top: 3.1%
}
@media (max-width:991.5px) {
  .hero__image-honeycomb_5 svg {
    width: 35px;
    height: 35px
  }
}
.hero__image-honeycomb svg {
  animation: rotate-hero-honeycomb 20s linear infinite
}
.hero__title {
  margin-bottom: 17px
}
@media (max-width:766.5px) {
  .hero__title {
    margin-bottom: 9px
  }
}
@media (max-width:575.5px) {
  .hero__title {
    padding-right: 20px
  }
}
.hero__title b {
  color: #5f6db2
}
.hero__img {
  border-radius: 20px;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat
}
@media (max-width:766.5px) {
  .hero__img {
    border-radius: 12px
  }
}
.hero__info {
  position: relative;
  width: 550px
}
@media (max-width:1249.5px) {
  .hero__info {
    width: 450px
  }
}
@media (max-width:991.5px) {
  .hero__info {
    width: 410px
  }
}
@media (max-width:766.5px) {
  .hero__info {
    margin-bottom: 41px;
    width: 100%
  }
}
.hero__info-honeycomb {
  position: absolute
}
@media (max-width:766.5px) {
  .hero__info-honeycomb {
    display: none
  }
}
.hero__info-honeycomb_1 {
  left: 41%;
  bottom: -27%
}
@media (max-width:991.5px) {
  .hero__info-honeycomb_1 svg {
    width: 35px;
    height: 35px
  }
}
.hero__info-honeycomb_2 {
  left: 58.7%;
  top: -35.6%
}
@media (max-width:991.5px) {
  .hero__info-honeycomb_2 svg {
    width: 35px;
    height: 35px
  }
}
.hero__info-honeycomb svg {
  animation: rotate-hero-honeycomb 20s linear infinite
}
.hero__text {
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  color: #33353b
}
@media (max-width:1249.5px) {
  .hero__text {
    font-size: 22px
  }
}
@media (max-width:766.5px) {
  .hero__text {
    font-size: 16px
  }
}
@keyframes rotate-hero-honeycomb {
  from {
    transform: rotate(0)
  }
  to {
    transform: rotate(180deg)
  }
}
.steps {
  padding-top: 83px;
  padding-bottom: 61px
}
@media (max-width:991.5px) {
  .steps {
    padding-top: 40px;
    padding-bottom: 40px
  }
}
@media (max-width:766.5px) {
  .steps {
    padding-top: 20px;
    padding-bottom: 16px
  }
}
.steps__list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: steps
}
.steps__list-item {
  display: flex;
  align-items: center;
  gap: 40px
}
.steps__list-item:not(:last-child) {
  margin-bottom: 60px
}
@media (max-width:766.5px) {
  .steps__list-item:not(:last-child) {
    margin-bottom: 30px
  }
}
.steps__list-item:nth-child(2n) {
  flex-direction: row-reverse
}
@media (max-width:766.5px) {
  .steps__list-item:nth-child(2n) {
    flex-direction: column-reverse
  }
}
@media (max-width:766.5px) {
  .steps__list-item {
    flex-direction: column-reverse;
    gap: 18px
  }
}
.steps__image {
  position: relative;
  flex-shrink: 0;
  width: 537px
}
@media (max-width:1249.5px) {
  .steps__image {
    width: 440px
  }
}
@media (max-width:991.5px) {
  .steps__image {
    width: 350px
  }
}
@media (max-width:766.5px) {
  .steps__image {
    width: 100%
  }
}
.steps__image::before {
  counter-increment: steps;
  content: counter(steps);
  position: absolute;
  left: -25px;
  top: -25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  padding: 11px;
  height: 48px;
  min-width: 48px;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  background: #5f6db2
}
@media (max-width:766.5px) {
  .steps__image::before {
    left: auto;
    right: -9px;
    top: -16px;
    padding: 7px;
    height: 32px;
    min-width: 32px;
    font-size: 14px;
    line-height: 18px
  }
}
.steps__img {
  border-radius: 20px;
  padding-bottom: 59.59%;
  width: 100%;
  height: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat
}
@media (max-width:766.5px) {
  .steps__img {
    border-radius: 12px
  }
}
.steps__text {
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  color: #33353b
}
@media (max-width:1249.5px) {
  .steps__text {
    font-size: 22px
  }
}
@media (max-width:766.5px) {
  .steps__text {
    font-size: 16px
  }
}
.steps__text a {
  color: #5f6db2;
  text-decoration: underline
}
.bonus {
  padding-top: 120px;
  padding-bottom: 30px
}
@media (max-width:991.5px) {
  .bonus {
    padding-top: 50px
  }
}
@media (max-width:766.5px) {
  .bonus {
    padding-top: 16px;
    padding-bottom: 16px
  }
}
.bonus__content {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  padding: 49px 72px 53px;
  background: #138c85
}
@media (max-width:991.5px) {
  .bonus__content {
    padding: 30px 40px
  }
}
@media (max-width:766.5px) {
  .bonus__content {
    border-radius: 12px;
    padding: 27px 24px;
    padding-bottom: 360px
  }
}
.bonus__info {
  width: 610px
}
@media (max-width:991.5px) {
  .bonus__info {
    width: 480px
  }
}
@media (max-width:766.5px) {
  .bonus__info {
    width: 100%
  }
}
.bonus__text {
  margin-bottom: 11px;
  font-weight: 700;
  font-size: 26px;
  line-height: 130%;
  color: #fff
}
@media (max-width:1249.5px) {
  .bonus__text {
    font-size: 22px
  }
}
@media (max-width:766.5px) {
  .bonus__text {
    margin-bottom: 4px;
    font-size: 16px
  }
}
.bonus__prod {
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  color: #ffdd6d
}
@media (max-width:1249.5px) {
  .bonus__prod {
    font-size: 28px
  }
}
@media (max-width:766.5px) {
  .bonus__prod {
    font-size: 18px
  }
}
.bonus__image {
  position: absolute;
  right: 46px;
  bottom: 13px;
  width: 342px
}
@media (max-width:1249.5px) {
  .bonus__image {
    width: 300px
  }
}
@media (max-width:991.5px) {
  .bonus__image {
    width: 210px
  }
}
@media (max-width:766.5px) {
  .bonus__image {
    left: 50%;
    right: auto;
    width: 279px;
    transform: translateX(-50%)
  }
}
.bonus__img {
  padding-bottom: 121%;
  width: 100%;
  height: 0
}
.bonus__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom center;
  object-position: bottom center
}
.bonus__honeycombs {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none
}
.bonus__honeycomb {
  position: absolute
}
.bonus__honeycomb_1 {
  left: -7.5%;
  bottom: -50%
}
@media (max-width:991.5px) {
  .bonus__honeycomb_1 svg {
    width: 256px;
    height: 256px
  }
}
@media (max-width:766.5px) {
  .bonus__honeycomb_1 {
    left: -32.5%;
    bottom: -14%
  }
}
.bonus__honeycomb_2 {
  left: 36.5%;
  bottom: -33%
}
@media (max-width:991.5px) {
  .bonus__honeycomb_2 svg {
    width: 152px;
    height: 152px
  }
}
@media (max-width:766.5px) {
  .bonus__honeycomb_2 {
    left: auto;
    right: -25.5%;
    bottom: 33%
  }
}
.bonus__honeycomb_3 {
  right: 24.3%;
  top: -58%
}
@media (max-width:991.5px) {
  .bonus__honeycomb_3 svg {
    width: 184px;
    height: 184px
  }
}
@media (max-width:766.5px) {
  .bonus__honeycomb_3 {
    right: -18.5%;
    top: -17%
  }
}
.bonus__honeycomb svg {
  animation: rotate-bonus-honeycomb 20s linear infinite
}
@keyframes rotate-bonus-honeycomb {
  from {
    transform: rotate(0)
  }
  to {
    transform: rotate(180deg)
  }
}
.share {
  padding-top: 27px;
  padding-bottom: 60px
}
@media (max-width:766.5px) {
  .share {
    padding-top: 16px;
    padding-bottom: 33px
  }
}
.share__title {
  margin-bottom: 52px;
  text-align: center
}
@media (max-width:766.5px) {
  .share__title {
    margin-bottom: 14px
  }
}
.share__socials {
  display: flex;
  justify-content: center
}
.share__socials-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 80px
}
@media (max-width:766.5px) {
  .share__socials-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
  }
}
.share__social {
  display: flex;
  align-items: center;
  min-height: 52px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px
}
@media (max-width:1249.5px) {
  .share__social {
    font-size: 22px
  }
}
@media (max-width:766.5px) {
  .share__social {
    justify-content: flex-start;
    min-height: 44px;
    font-size: 20px
  }
}
.share__social::before {
  content: "";
  display: block;
  margin-right: 12px;
  width: 52px;
  height: 52px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}
@media (max-width:766.5px) {
  .share__social::before {
    width: 44px;
    height: 44px
  }
}
.share__social_wildberries {
  color: #9700ab
}
.share__social_wildberries::before {
  background-image: url(../img/upload/socials/wb.png)
}
.share__social_vk {
  color: #0077fa
}
.share__social_vk::before {
  background-image: url(../img/upload/socials/vk.svg)
}
.honeycombs__item {
  position: absolute;
  z-index: -1
}
.honeycombs__item_1 {
  left: -10.9%;
  top: -7.4%
}
@media (max-width:1249.5px) {
  .honeycombs__item_1 {
    left: -22%;
    top: -14%
  }
}
@media (max-width:766.5px) {
  .honeycombs__item_1 {
    left: auto;
    right: -39%;
    top: -6%
  }
}
@media (max-width:766.5px) {
  .honeycombs__item_1 svg {
    width: 256px;
    height: 256px
  }
}
.honeycombs__item_2 {
  right: -9.8%;
  top: 27.4%
}
@media (max-width:1249.5px) {
  .honeycombs__item_2 {
    right: -24%
  }
}
@media (max-width:766.5px) {
  .honeycombs__item_2 {
    right: -58%;
    top: 30%
  }
}
@media (max-width:766.5px) {
  .honeycombs__item_2 svg {
    width: 268px;
    height: 268px
  }
}
.honeycombs__item_3 {
  left: -3%;
  top: 49.5%
}
@media (max-width:1249.5px) {
  .honeycombs__item_3 {
    left: -9%
  }
}
@media (max-width:766.5px) {
  .honeycombs__item_3 {
    left: -31.1%;
    top: 50.8%
  }
}
@media (max-width:766.5px) {
  .honeycombs__item_3 svg {
    width: 167px;
    height: 167px
  }
}
.honeycombs__item_4 {
  left: -4.5%;
  top: 89.6%
}
@media (max-width:766.5px) {
  .honeycombs__item_4 {
    left: -29.5%;
    top: 95.6%
  }
}
@media (max-width:766.5px) {
  .honeycombs__item_4 svg {
    width: 212px;
    height: 212px
  }
}
.honeycombs__item_5 {
  right: -5.7%;
  top: 80.1%
}
@media (max-width:766.5px) {
  .honeycombs__item_5 {
    right: -33.7%;
    top: 84.5%
  }
}
@media (max-width:766.5px) {
  .honeycombs__item_5 svg {
    width: 186px;
    height: 186px
  }
}
.honeycombs__item svg {
  animation: rotate-honeycomb 22s linear infinite
}
@keyframes rotate-honeycomb {
  from {
    transform: rotate(0) translate(0,0)
  }
  50% {
    transform: rotate(90deg) translate(-10px,50px)
  }
  to {
    transform: rotate(180deg) translate(0,0)
  }
}
@media (max-width:1529.5px) {
  .from-xl {
    display: none
  }
}
@media (max-width:1249.5px) {
  .from-lg {
    display: none
  }
}
@media (max-width:991.5px) {
  .from-md {
    display: none
  }
}
@media (max-width:766.5px) {
  .from-sm {
    display: none
  }
}
@media (max-width:575.5px) {
  .from-xs {
    display: none
  }
}
@media (min-width:1530px) {
  .to-xl {
    display: none
  }
}
@media (min-width:1250px) {
  .to-lg {
    display: none
  }
}
@media (min-width:992px) {
  .to-md {
    display: none
  }
}
@media (min-width:767px) {
  .to-sm {
    display: none
  }
}
@media (min-width:576px) {
  .to-xs {
    display: none
  }
}