/* RESET STYLES START  */
ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

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

ul,
ol {
  list-style: none;
}

input,
button,
textarea,
select {
  font: inherit;
}

textarea:focus,
input:focus {
  outline: none;
}

button {
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

a {
  -webkit-text-decoration: none;
  text-decoration: none;
}

input,
textarea {
  outline: none;
  border: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

a,
input,
button,
select,
textarea {
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-radius: 0;
}

svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

[hidden] {
  display: none !important;
}

/* RESET STYLES END  */
:root {
  --dark: #000;
  --white: #fff;
  --red: #BA233C;
  --yellow: #FADD3F;
}

@font-face {
  font-family: "MontserratAlternates";
  src: url("../fonts/montserrat_alternates/MontserratAlternates-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "MontserratAlternates";
  src: url("../fonts/montserrat_alternates/MontserratAlternates-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "MontserratAlternates";
  src: url("../fonts/montserrat_alternates/MontserratAlternates-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "MontserratAlternates";
  src: url("../fonts/montserrat_alternates/MontserratAlternates-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "MontserratAlternates";
  src: url("../fonts/montserrat_alternates/MontserratAlternates-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@media (min-width: 1024px) {
  .el-anim-left {
    opacity: 0;
    -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
            transform: translateX(-20%);
    -webkit-transition-duration: transform 0.5s;
            transition-duration: transform 0.5s;
  }
  .el-anim-right {
    opacity: 0;
    -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
            transform: translateX(20%);
    -webkit-transition-duration: transform 0.5s;
            transition-duration: transform 0.5s;
  }
  .el-anim-left.el-show,
  .el-anim-right.el-show {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .el-anim {
    -webkit-transform: translateY(80px);
        -ms-transform: translateY(80px);
            transform: translateY(80px);
    opacity: 0;
    -webkit-transition: opacity 1s, -webkit-transform 2s;
    transition: opacity 1s, -webkit-transform 2s;
    transition: transform 2s, opacity 1s;
    transition: transform 2s, opacity 1s, -webkit-transform 2s;
  }
  .el-anim.el-show {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .el-anim-opacity {
    opacity: 0;
    -webkit-transition: all 2s;
    transition: all 2s;
  }
  .el-anim-opacity.el-show {
    opacity: 1;
    -webkit-transition: all 2s;
    transition: all 2s;
  }
}
html {
  scroll-behavior: smooth;
  font-size: 0.5208333333vw;
}
@media (max-width: 1360px) {
  html {
    font-size: 0.7352941176vw;
  }
}
@media (max-width: 800px) {
  html {
    font-size: 1.25vw;
  }
}

body {
  font-family: "MontserratAlternates", sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1;
  color: #000;
  color: var(--dark);
  max-width: 250rem;
  margin: 0 auto;
}
@media (max-width: 800px) {
  body {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

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

a,
input,
button,
select,
textarea {
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-radius: 0;
}

button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}

svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 2rem;
  height: 2rem;
}

img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-wrapper {
  height: auto;
}

.container {
  width: 100%;
  max-width: 192rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30rem;
  padding-right: 30rem;
}
@media (max-width: 1360px) {
  .container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (max-width: 800px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.lazy:not(.loaded) {
  -webkit-filter: blur(0.4rem);
          filter: blur(0.4rem);
}

.page {
  min-height: 90vh;
  margin-top: 8rem;
}

.swiper {
  width: 100%;
}

.fs-12 {
  font-size: 1.2rem;
}
.fs-14 {
  font-size: 1.4rem;
}
.fs-16 {
  font-size: 1.6rem;
}
.fs-18 {
  font-size: 1.8rem;
}
.fs-20 {
  font-size: 2rem;
}
.fs-22 {
  font-size: 2.2rem;
}
.fs-24 {
  font-size: 2.4rem;
}
.fs-26 {
  font-size: 2.6rem;
}
.fs-28 {
  font-size: 2.8rem;
}
.fs-32 {
  font-size: 3.2rem;
}

.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}

.decor {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  position: absolute;
  z-index: 0;
}

.swiper-button-lock {
  display: none !important;
}

@media (min-width: 800px) {
  .desk-hidden {
    display: none !important;
  }
}

@media (max-width: 800px) {
  .mob-hidden {
    display: none !important;
  }
}

.rotation {
  animation: rotation 8s infinite linear;
  -webkit-animation: rotation 8s infinite linear;
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* HEADER START */
.header {
  background-color: #E4A74B;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.header__container {
  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;
  gap: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.header__logo {
  height: 4rem;
}
.header__nav {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}
.header__link {
  font-weight: 700;
  color: #000;
  color: var(--dark);
}

.burger {
  display: none;
}

.menu {
  display: none;
}

@media (max-width: 800px) {
  .header {
    padding-top: 2rem;
  }
  .header__nav {
    display: none;
  }
  .burger {
    display: block;
    width: 6rem;
    height: 6rem;
  }
  .burger svg {
    width: 100%;
    height: 100%;
  }
  .header__logo {
    width: 130px;
    height: auto;
  }
  .header__logo img {
    width: 100%;
  }
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    height: 100vh;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #77BC4A;
    z-index: 100;
    padding: 4.1rem 3.6rem;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .menu._active {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
  .menu__close {
    width: 5rem;
    height: 5rem;
    margin-left: auto;
  }
  .menu__close svg {
    width: 100%;
    height: 100%;
  }
  .menu__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    color: #fff;
    color: var(--white);
    font-weight: 800;
    font-size: 8rem;
    text-align: center;
    margin: auto;
  }
}
/* HEADER END */
.footer {
  background-color: #65AA39;
  padding: 4rem 0;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  color: #fff;
  color: var(--white);
  font-size: 2rem;
  font-family: "M PLUS 1p", sans-serif;
  line-height: 1.3;
  font-weight: normal;
}
.footer__container h1 {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
}
.footer__phone {
  font-weight: 600;
  font-size: 4rem;
}

.footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

@media (max-width: 800px) {
  .footer {
    padding: 6rem 0;
  }
  .footer__container {
    -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: flex-start;
    font-size: 3rem;
  }
  .footer__container h1 {
    font-size: 3rem;
  }
  .footer__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.cloud {
  top: 0;
  position: absolute;
  -webkit-animation: fly linear infinite;
          animation: fly linear infinite;
}

@-webkit-keyframes fly {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100vw - 20rem));
            transform: translateX(calc(-100vw - 20rem));
  }
}

@keyframes fly {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100vw - 20rem));
            transform: translateX(calc(-100vw - 20rem));
  }
}
/* WELCOME START */
.welcome {
  min-height: 80rem;
  position: relative;
  overflow: hidden;
  background-color: #FCBF62;
  padding-top: 10rem;
}
.welcome ._cloud-1 {
  top: 0;
  left: 0;
  z-index: 0;
}
.welcome ._cloud-2 {
  top: 14rem;
  left: 4%;
  z-index: 0;
}
.welcome ._cloud-3 {
  top: 23rem;
  left: 13%;
  width: 6rem;
  z-index: 5;
}
.welcome ._cloud-4 {
  width: 10rem;
  top: 1rem;
  left: 37%;
  z-index: 0;
}
.welcome ._cloud-5 {
  top: 1rem;
  left: 91%;
  z-index: 0;
}
.welcome ._cloud-6 {
  width: 20rem;
  top: 14rem;
  left: 93%;
  z-index: 0;
}
.welcome__container {
  padding-top: 30rem;
  position: relative;
  height: 50rem;
}

._decor-logo {
  top: -9rem;
  left: -7rem;
  z-index: 1;
  width: 75rem;
}

._decor-sun {
  left: 46%;
  top: -1rem;
  z-index: 0;
  width: 19rem;
  z-index: 2;
}

._decor-label {
  width: 46rem;
  z-index: 2;
  left: -1rem;
  top: 22rem;
}

._decor-kartofan {
  z-index: 2;
  width: 30rem;
  top: 32rem;
  right: 58rem;
  -webkit-transform: rotate(-12deg);
      -ms-transform: rotate(-12deg);
          transform: rotate(-12deg);
}

._decor-lubimka {
  width: 40rem;
  right: 24rem;
  z-index: 3;
  top: 17rem;
}

._decor-babka {
  right: 0;
  top: 17rem;
  z-index: 1;
  width: 30rem;
  -webkit-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
          transform: rotate(-8deg);
}

._decor-promo {
  right: 0;
  top: 1rem;
  z-index: 1;
  width: 30rem;
}

.welcome-bg {
  width: 100%;
  margin-top: -40rem;
}

@media (max-width: 1360px) {
  .welcome {
    padding-top: 2rem;
  }
  .welcome-bg {
    margin-top: -26rem;
  }
  ._decor-kartofan {
    width: 26rem;
    top: 35rem;
    right: 53rem;
  }
  ._decor-lubimka {
    width: 33rem;
    right: 26rem;
    top: 24rem;
  }
  ._decor-babka {
    right: 6.8rem;
    top: 26rem;
    width: 25rem;
  }
  ._decor-logo {
    left: -2rem;
    width: 60rem;
    top: 0;
  }
  ._decor-sun {
    width: 18rem;
    left: 44%;
    top: 7rem;
  }
  ._decor-label {
    top: 25rem;
  }
  .welcome ._cloud-3 {
    top: 29rem;
    left: 10%;
    width: 6rem;
    z-index: 5;
  }
  .welcome ._cloud-4 {
    width: 10rem;
    top: 1rem;
    left: 58%;
    z-index: 0;
  }
}
@media (max-width: 800px) {
  ._decor-kartofan {
    width: 29rem;
    top: 81rem;
    right: 49rem;
    -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  ._decor-lubimka {
    width: 42rem;
    right: 16rem;
    top: 71rem;
  }
  ._decor-babka {
    right: -1.2rem;
    top: 74rem;
  }
  ._decor-promo {
    right: 4rem;
    top: 45rem;
    z-index: 2;
    width: 34rem;
  }
  ._decor-logo {
    left: -8rem;
    width: 92rem;
  }
  ._decor-sun {
    left: 77%;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    top: 39rem;
    z-index: 3;
    width: 10rem;
  }
  ._decor-label {
    top: 38rem;
    width: 41rem;
    z-index: 2;
    left: 2rem;
  }
  .welcome-bg {
    margin-top: 17rem;
  }
  .welcome ._cloud-1 {
    top: 7rem;
    left: 2%;
    width: 18rem;
    z-index: 2;
  }
  .welcome ._cloud-2 {
    top: 42rem;
    left: 53%;
    width: 11rem;
    z-index: 2;
  }
  .welcome ._cloud-3 {
    top: 61rem;
    left: 3%;
    width: 16rem;
    z-index: 5;
  }
  .welcome ._cloud-4 {
    width: 17rem;
    top: 5rem;
    left: 78%;
    z-index: 2;
  }
  .welcome ._cloud-5 {
    display: none;
  }
  .welcome ._cloud-6 {
    width: 13rem;
    top: 39rem;
    left: 55%;
    z-index: 2;
  }
}
/* WELCOME END */
/* SLIDER START */
.slider {
  padding-top: 11.9rem;
  position: relative;
  overflow: hidden;
  margin-top: -26rem;
}
.slider ._decor-1,
.slider ._decor-2,
.slider ._decor-3 {
  width: calc(100vh + 100%);
  height: 100rem;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.slider ._decor-1 {
  background: radial-gradient(76.65% 126.23% at 48.99% 15.02%, #77BC4A 0%, #F0DD9A 58.65%, #BCD872 100%);
  top: 0;
  z-index: 0;
}
.slider ._decor-2 {
  background: radial-gradient(76.65% 126.23% at 48.99% 15.02%, #F0DD9A 0%, #F0DD9A 52.4%, #BCD872 100%);
  top: 15rem;
  z-index: 1;
}
.slider ._decor-3 {
  background: radial-gradient(76.65% 126.23% at 48.99% 15.02%, #FFE27B 0%, #F0DD9A 20.43%, #77BC4A 100%);
  top: 30rem;
  z-index: 2;
}
.slider__container {
  position: relative;
  z-index: 4;
}
.slider .swiper-prev {
  left: 2.4rem;
}
.slider .swiper-next {
  right: 2.4rem;
}

.slider-video {
  position: relative;
  width: 100%;
  max-width: 1160px;
  height: 658px;
  margin: 0 auto;
}

.swiper-wrapper {
  height: 100%;
}

.videoSwiper {
  width: 100%;
  height: 100%;
  background-color: #539762;
}
.videoSwiper .swiper-slide {
  height: 100%;
  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;
  font-size: 5rem;
}
.videoSwiper iframe {
  width: 100%;
  height: 100%;
}

.swiper-prev,
.swiper-next {
  width: 6rem;
  height: 6rem;
  background-color: #fff;
  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;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  z-index: 3;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 99999;
}
.swiper-prev svg,
.swiper-next svg {
  width: 4rem;
  height: 4rem;
}

@media (max-width: 800px) {
  .slider-video {
    max-width: 341px;
    height: 192px;
  }
  .slider {
    margin-top: -17rem;
  }
  .slider ._decor-1,
  .slider ._decor-2,
  .slider ._decor-3 {
    width: calc(100vh + 4%);
  }
  .slider ._decor-1 {
    background: radial-gradient(76.65% 126.23% at 48.99% 15.02%, #77BC4A 0%, #F0DD9A 58.65%, #BCD872 100%);
    top: 0;
    z-index: 0;
  }
  .slider ._decor-2 {
    background: radial-gradient(76.65% 126.23% at 48.99% 15.02%, #F0DD9A 0%, #F0DD9A 52.4%, #BCD872 100%);
    top: 5rem;
    z-index: 1;
  }
  .slider ._decor-3 {
    display: none;
  }
}
/* SLIDER END */
/*  PROMOTION START */
.promotion {
  overflow: hidden;
  position: relative;
  padding-top: 24rem;
  margin-top: -24rem;
  padding-bottom: 91rem;
  margin-bottom: -79rem;
  z-index: 2;
}
.promotion__container {
  position: relative;
  height: 96rem;
}
.promotion ._decor-1 {
  width: 356rem;
  height: 230.6rem;
  border-radius: 50% 50% 0 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: radial-gradient(76.65% 126.23% at 48.99% 15.02%, #FFE27B 0%, #F0DD9A 20.43%, #F5F5F5 100%);
  top: -4.8rem;
  z-index: 0;
}
.promotion ._trees-left {
  bottom: 106rem;
  left: 0;
  width: 36rem;
}
.promotion ._trees-right {
  bottom: 75rem;
  right: 0;
  width: 97rem;
}
.promotion ._arrow {
  width: 10rem;
  top: 59rem;
  left: 43rem;
  z-index: 1;
}
.promotion ._brelok {
  bottom: 8rem;
  left: 1rem;
  width: 53rem;
}
.promotion ._promo-text {
  width: 52rem;
  right: 26rem;
  top: 10rem;
}
.promotion ._sign {
  width: 52rem;
  right: 26rem;
  bottom: 12rem;
}
.promotion ._label {
  width: 56rem;
  right: 41rem;
  bottom: -11rem;
}
.promotion ._promo {
  width: 30rem;
  right: 18rem;
  bottom: -12rem;
}

@media (max-width: 1360px) {
  .promotion {
    padding-top: 13rem;
    margin-top: -13rem;
    padding-bottom: 63rem;
  }
  .promotion__container {
    height: 96rem;
  }
  .promotion ._decor-1 {
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .promotion ._trees-left {
    bottom: 95rem;
    left: 0;
    width: 27rem;
  }
  .promotion ._trees-right {
    bottom: 68rem;
    right: 0rem;
    width: 80rem;
  }
  .promotion ._arrow {
    top: 45rem;
  }
  .promotion ._brelok {
    bottom: 17rem;
    left: 2rem;
    width: 47rem;
  }
  .promotion ._promo-text {
    width: 57rem;
    right: 23rem;
    top: 2rem;
  }
  .promotion ._sign {
    width: 48rem;
    right: 27rem;
    bottom: 21rem;
  }
  .promotion ._label {
    width: 45rem;
    right: 43rem;
    bottom: 11rem;
  }
  .promotion ._promo {
    width: 22rem;
    right: 25rem;
    bottom: 15rem;
  }
}
@media (max-width: 800px) {
  .promotion {
    padding-top: 13rem;
    margin-top: -13rem;
  }
  .promotion__container {
    height: 160rem;
  }
  .promotion ._decor-1 {
    width: 205rem;
  }
  .promotion ._place {
    bottom: 47rem;
    width: 100%;
    z-index: 3;
  }
  .promotion ._arrow {
    display: none;
  }
  .promotion ._brelok {
    bottom: 54rem;
    left: 2rem;
    width: 61rem;
    z-index: 2;
  }
  .promotion ._promo-text {
    width: 64rem;
    right: 6rem;
    top: 3rem;
  }
  .promotion ._sign {
    width: 45rem;
    right: 3rem;
    bottom: 50rem;
    z-index: 2;
  }
  .promotion ._label {
    width: 80rem;
    right: -2rem;
    bottom: 18rem;
    z-index: 4;
  }
  .promotion ._promo {
    width: 32rem;
    right: 7rem;
    bottom: 10rem;
    z-index: 4;
  }
  .promotion ._sun {
    z-index: 2;
    top: 34rem;
    right: 12rem;
    width: 10rem;
  }
  .promotion ._cloud-1 {
    top: 36rem;
    left: 35rem;
    width: 13rem;
    z-index: 2;
  }
  .promotion ._cloud-2 {
    top: 64rem;
    left: 60rem;
    width: 10rem;
    z-index: 2;
  }
}
/* PROMOTION END */
/* COLLECTION START */
.collection {
  overflow: hidden;
  position: relative;
  padding-bottom: 20rem;
  margin-top: 2rem;
}
.collection__item {
  width: 36rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  color: #fff;
  color: var(--white);
}
.collection__item img {
  height: 40rem;
}
.collection__wrap {
  width: 100%;
  max-width: 36rem;
  margin: 0 auto;
}
.collection__name {
  font-weight: 800;
  font-size: 4rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1rem;
}
.collection__desc {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
}
.collection ._place {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.collection-slider {
  background-color: #BA233C;
  width: 120rem;
  height: 80rem;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin: 0 auto;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.collection__title {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.collectionSwiper .swiper-slide {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.collectionSwiper .swiper-slide:not(.swiper-slide-active) {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0.5;
}
.collectionSwiper .swiper-slide:not(.swiper-slide-active) .collection__wrap {
  opacity: 0;
}
.collectionSwiper .swiper-next {
  right: 34rem;
}
.collectionSwiper .swiper-prev {
  left: 34rem;
}

@media (max-width: 1360px) {
  .collection {
    z-index: 4;
    padding-top: 12rem;
    padding-bottom: 16rem;
    margin-top: -12rem;
  }
  .collection ._place {
    bottom: 25px;
  }
}
@media (max-width: 800px) {
  .collection {
    padding-top: 36px;
    padding-bottom: 12rem;
  }
  .collection-slider {
    -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
            transform: translateX(-20%);
    width: 124rem;
    height: 89rem;
  }
  .collection__title {
    font-size: 8rem;
    margin-bottom: 1rem;
  }
  .collection__item {
    width: 100%;
  }
  .collectionSwiper {
    width: 60rem;
  }
  .collectionSwiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .collectionSwiper .swiper-next {
    right: 0rem;
  }
  .collectionSwiper .swiper-prev {
    left: 0rem;
  }
  .collection__desc {
    font-size: 2rem;
  }
  .collection__wrap {
    max-width: 100%;
  }
  .collection__desc {
    font-size: 2.6rem;
  }
}
/* COLLECTION END */
/* LEGEND START */
.legendary {
  position: relative;
  z-index: 5;
  overflow: hidden;
  padding-top: 20rem;
  margin-top: -20rem;
  margin-bottom: -106rem;
}
.legendary ._label-red {
  width: 60rem;
  top: 19rem;
  left: 40rem;
  z-index: 1;
}
.legendary ._arrow {
  width: 10rem;
  top: 37rem;
  left: 86rem;
  z-index: 1;
}
.legendary ._label-yellow {
  width: 40rem;
  top: 34rem;
  left: 45rem;
  z-index: 0;
}
.legendary ._text {
  width: 63rem;
  top: 52rem;
  left: 28rem;
  z-index: 1;
}
.legendary ._sun {
  width: 23rem;
  top: 2rem;
  right: 23rem;
  z-index: 1;
}
.legendary ._dranik {
  width: 92rem;
  right: 18rem;
  top: 12rem;
}
.legendary ._place {
  width: 100%;
  position: relative;
  top: -2rem;
  z-index: -1;
}

@media (max-width: 1360px) {
  .legendary {
    padding-top: 17rem;
  }
  .legendary ._label-red {
    width: 52rem;
    top: 20rem;
    left: 22rem;
  }
  .legendary ._arrow {
    width: 5rem;
    top: 35rem;
    left: 64rem;
  }
  .legendary ._label-yellow {
    width: 40rem;
    top: 32rem;
    left: 22rem;
  }
  .legendary ._text {
    width: 38rem;
    top: 45rem;
    left: 30rem;
  }
  .legendary ._sun {
    width: 15rem;
  }
  .legendary ._dranik {
    width: 65rem;
    right: 11rem;
    top: 12rem;
  }
}
@media (max-width: 800px) {
  .legendary {
    padding-top: 13rem;
    margin-bottom: -171rem;
  }
  .legendary ._label-red {
    width: 76rem;
    top: 16rem;
    left: 2rem;
  }
  .legendary ._arrow {
    display: none;
  }
  .legendary ._label-yellow {
    width: 58rem;
    top: 34rem;
    left: 2rem;
  }
  .legendary ._text {
    width: 67rem;
    top: 58rem;
    left: 5rem;
  }
  .legendary ._sun {
    width: 16rem;
    top: 35rem;
    right: 4rem;
  }
  .legendary ._dranik {
    width: 77rem;
    right: 2rem;
    top: 79rem;
  }
  .legendary ._cloud-1 {
    top: 57rem;
    left: 4rem;
    width: 12rem;
    z-index: 2;
  }
  .legendary ._cloud-2 {
    top: 50rem;
    left: 53rem;
    width: 10rem;
    z-index: 2;
  }
  .legendary ._cloud-3 {
    top: 58rem;
    left: 62rem;
    width: 10rem;
    z-index: 2;
  }
  .legendary ._cloud-4 {
    top: 91rem;
    left: 1rem;
    width: 10rem;
    z-index: 2;
  }
  .legendary ._cloud-5 {
    top: 106rem;
    left: 71rem;
    width: 15rem;
    z-index: 2;
  }
}
/* LEGEND END */
/* GOODS START */
.goods {
  position: relative;
  overflow: hidden;
  height: 120rem;
  z-index: 7;
}
.goods ._trees-left {
  width: 16rem;
  top: 0;
  left: 0;
}
.goods ._trees-right {
  width: 16rem;
  top: 30rem;
  right: 0;
}
.goods ._brelok {
  width: 32rem;
  top: -1rem;
  left: 42rem;
}
.goods ._wallet {
  width: 34rem;
  top: 18rem;
  left: 70rem;
  z-index: 1;
}
.goods ._office {
  width: 45rem;
  top: 29rem;
  left: 101rem;
  z-index: 0;
}
.goods ._shoes {
  width: 39rem;
  top: 47rem;
  left: 39rem;
  z-index: -1;
}
.goods ._backpack {
  width: 41rem;
  top: 45rem;
  left: 76rem;
  z-index: -1;
}
.goods ._cloth {
  width: 44rem;
  top: 48rem;
  left: 116rem;
  z-index: -1;
}
.goods ._label {
  top: 0rem;
  right: 41rem;
  width: 48rem;
}
.goods ._place {
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 1360px) {
  .goods {
    position: relative;
    overflow: hidden;
    height: 120rem;
    z-index: 7;
  }
  .goods ._trees-left {
    width: 15rem;
    top: 17rem;
    left: 0;
  }
  .goods ._trees-right {
    width: 16rem;
    top: 42rem;
    right: 0;
  }
  .goods ._brelok {
    width: 29rem;
    top: 15rem;
    left: 18rem;
  }
  .goods ._wallet {
    width: 31rem;
    top: 34rem;
    left: 45rem;
    z-index: 1;
  }
  .goods ._office {
    width: 45rem;
    top: 41rem;
    left: 72rem;
    z-index: 0;
  }
  .goods ._shoes {
    width: 36rem;
    top: 57rem;
    left: 16rem;
    z-index: -1;
  }
  .goods ._backpack {
    width: 34rem;
    top: 58rem;
    left: 49rem;
    z-index: -1;
  }
  .goods ._cloth {
    width: 37rem;
    top: 63rem;
    left: 80rem;
    z-index: -1;
  }
  .goods ._label {
    top: 26rem;
    right: 28rem;
    width: 39rem;
  }
}
@media (max-width: 800px) {
  .goods {
    height: 153rem;
  }
  .goods ._label {
    top: 0rem;
    right: 14rem;
    width: 57rem;
  }
  .goods-slider {
    padding: 20rem 2rem;
    position: relative;
    z-index: -1;
  }
  .goods-slider .swiper-prev {
    left: 5rem;
  }
  .goods-slider .swiper-next {
    right: 5rem;
  }
  .goods-slider .swiper-slide {
    height: 105rem;
    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;
  }
  .goods-slider .swiper-slide img {
    width: 100%;
    height: 100%;
  }
}
/* GOODS END */
/* PREDICT START */
.prediction {
  position: relative;
  overflow: hidden;
  height: 100rem;
  background-color: #FCBF62;
  padding-bottom: 10rem;
  padding-top: 10rem;
  margin-top: -7rem;
  z-index: 7;
}
.prediction ._trees-left {
  width: 24rem;
  left: 0rem;
  top: 23rem;
  z-index: 1;
}
.prediction ._trees-right {
  width: 24rem;
  right: 0rem;
  top: 23rem;
  z-index: 1;
}
.prediction ._sun {
  width: 24rem;
  left: 32rem;
  top: 1rem;
  z-index: 1;
}
.prediction ._label {
  width: 55rem;
  right: 47rem;
  top: 1rem;
  z-index: 1;
}
.prediction ._kartoshka {
  width: 55rem;
  right: 93rem;
  bottom: 22rem;
  z-index: 1;
}
.prediction ._place {
  bottom: 0;
  left: 0;
  width: 100%;
}

#sphere {
  position: absolute;
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
  border-radius: 50%;
}

.star {
  position: absolute;
  background-image: url("../img/prediction/star.svg");
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  pointer-events: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.outside-stars-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.ball {
  right: 48rem;
  bottom: 22rem;
  width: 45.8rem;
  height: 52.7rem;
  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;
  padding: 8rem 8rem 13rem 7rem;
  z-index: 1;
}
.ball img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.ball-wrap {
  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;
  position: relative;
  z-index: 11;
}

.ball-btn {
  margin-top: 1rem;
  background: #FADD3F;
  border-radius: 3rem;
  padding: 0 6rem;
  line-height: 4.5rem;
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Mplus 1p Bold", sans-serif;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.ball-btn:active {
  background: #BA233C;
  color: #fff;
}

@media (min-width: 1024px) {
  .ball-btn:hover {
    background: #BA233C;
    color: #fff;
  }
}
.ball-text {
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
}

@media (max-width: 1360px) {
  .prediction {
    position: relative;
    overflow: hidden;
    height: 80rem;
    background-color: #FCBF62;
    margin-top: -6rem;
    z-index: 8;
  }
  .prediction ._trees-left {
    width: 20rem;
    left: 0rem;
    top: 21rem;
  }
  .prediction ._trees-right {
    width: 18rem;
    right: 0rem;
    top: 20rem;
  }
  .prediction ._sun {
    width: 13rem;
    left: 22rem;
    top: 0rem;
  }
  .prediction ._label {
    width: 55rem;
    right: 26rem;
    top: 0rem;
  }
  .prediction ._kartoshka {
    width: 46rem;
    right: 72rem;
    bottom: 14rem;
  }
  .prediction ._place {
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .ball {
    right: 28rem;
    bottom: 7rem;
  }
  .ball-wrap {
    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;
  }
  .ball-btn {
    margin-top: 1rem;
    background-color: #FADD3F;
    border-radius: 3rem;
    padding: 0 6rem;
    line-height: 4.5rem;
    font-size: 3.2rem;
    font-weight: 700;
    font-family: "Mplus 1p Bold", sans-serif;
  }
  .ball-text {
    text-align: center;
    font-weight: 500;
    font-size: 2.2rem;
  }
}
@media (max-width: 800px) {
  .prediction {
    position: relative;
    overflow: hidden;
    height: 150rem;
    background-color: #FCBF62;
    margin-top: -6rem;
    z-index: 8;
  }
  .prediction ._trees-right {
    width: 36rem;
    right: 0rem;
    top: auto;
    bottom: 13rem;
    z-index: 5;
  }
  .prediction ._sun {
    width: 13rem;
    left: 22rem;
    top: 0rem;
  }
  .prediction ._label {
    width: 67rem;
    right: 8rem;
    top: 0rem;
  }
  .prediction ._kartoshka {
    width: 50rem;
    right: 27rem;
    bottom: 12rem;
    z-index: 2;
    -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  .prediction ._place {
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .ball {
    right: 11rem;
    bottom: auto;
    top: 29rem;
    padding: 11rem 7rem 7rem 5rem;
    width: 64.8rem;
    height: 63.7rem;
  }
  .ball img {
    top: 0;
    left: 0;
  }
  .ball-wrap {
    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;
  }
  .ball-btn {
    border-radius: 5rem;
    padding: 2rem 10rem;
    line-height: 4.5rem;
    font-size: 5rem;
  }
  .ball-text {
    font-size: 3rem;
  }
}
/* PREDICT END */
/* GAME START */
.game-container {
  padding: 0;
}

.game {
  position: relative;
  z-index: 8;
  background-color: #77BC4A;
  padding-top: 23rem;
  padding-bottom: 9rem;
  margin-top: -10rem;
}
.game ._fence {
  top: -20rem;
  left: 0;
  width: 100%;
}
.game ._trees-left {
  top: 30rem;
  width: 25rem;
  left: 0;
}
.game ._trees-right {
  top: 30rem;
  width: 18rem;
  right: 0;
}

.game-wrap {
  height: 658px;
  position: relative;
  z-index: 3;
  margin: 0 auto;
}

.game-btn {
  margin-top: auto;
  background-color: #FADD3F;
  border-radius: 3rem;
  padding: 0 6rem;
  line-height: 4.5rem;
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Mplus 1p Bold", sans-serif;
}

.game-btn:active {
  background: #BA233C;
  color: #fff;
}

@media (min-width: 1024px) {
  .game-btn:hover {
    background: #BA233C;
    color: #fff;
  }
}
@media (max-width: 1360px) {
  .game {
    padding-top: 23rem;
    padding-bottom: 9rem;
    margin-top: -10rem;
  }
  .game ._fence {
    top: -7rem;
  }
  .game ._trees-left {
    width: 19rem;
  }
}
@media (max-width: 800px) {
  .game {
    margin-top: -6rem;
    padding-top: 14rem;
  }
  .game ._fence {
    top: -7rem;
  }
  .game ._trees-left {
    display: none;
  }
  .game ._trees-right {
    display: none;
  }
}
@media (max-width: 631px) {
  .game-wrap {
    max-width: 320px;
    height: 480px;
  }
}
/* GAME END */

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