@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Yellowtail:regular);
@import url(https://fonts.googleapis.com/css?family=Alfa+Slab+One:regular);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:100,200,300,regular,500,600,700,100italic,200italic,300italic,italic,500italic,600italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900&display=swap&subset=cyrillic-ext);
@font-face {
  font-family: "Gilroy-Bold";
  font-display: swap;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"),
    url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Medium";
  font-display: swap;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"),
    url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-SemiBold";
  font-display: swap;
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"),
    url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Regular";
  font-display: swap;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"),
    url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 16px;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Josefin Sans";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Josefin Sans";
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/
body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 4px solid #231f20;
  background: #fdeedb;
  position: relative;
  z-index: 2;
}
#leaves {
  position: relative;
  top: -50px;
  width: 100%;
  text-align: left;
  pointer-events: none;
  left: 80px;
  opacity: 0;
  animation: opo 1s 4.5s forwards;
  z-index: -1;
}
#leaves img {
  width: 7.5vw;
  opacity: 0.3;
}
@media (max-width: 998px) {
  #leaves img {
    width: 20vw;
  }
}
@keyframes opo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 1500px) {
  #leaves {
    left: 30px;
  }
}
@media (max-width: 700px) {
  #leaves {
    opacity: 0.5;
    position: fixed;
    top: 0px;
    width: 100vw;
    pointer-events: none;
    overflow-x: hidden;
    height: 100vh;
    left: 0;
  }
  #leaves img {
    transform: scale(0.6);
  }
}
#leaves._right {
  text-align: right;
  right: 80px;
  left: auto;
}
@media (max-width: 1500px) {
  #leaves._right {
    right: 30px;
  }
}
#leaves i {
  display: inline-block;
  width: 60px;
  height: 40px;
  transform: skew(20deg);
  background-size: contain;
  z-index: 1;
  -webkit-animation: falling 6s 0s infinite;
}
@media (max-width: 998px) {
  #leaves i {
    -webkit-animation: falling 8s 0s infinite;
  }
}

#leaves i:nth-of-type(2n) {
  -webkit-animation: falling2 6s 0s infinite;
}
@media (max-width: 998px) {
  #leaves i:nth-of-type(2n) {
    -webkit-animation: falling2 8s 0s infinite;
  }
}

#leaves i:nth-of-type(3n) {
  -webkit-animation: falling3 6s 0s infinite;
}
@media (max-width: 998px) {
  #leaves i:nth-of-type(3n) {
    -webkit-animation: falling3 8s 0s infinite;
  }
}

#leaves i:nth-of-type(n) {
  height: 40px;
  width: 60px;
}

#leaves i:nth-of-type(n):before {
  width: 7px;
  height: 5px;
  top: 17px;
  left: 1px;
}

#leaves i:nth-of-type(n):after {
  width: 2px;
  height: 17px;
  left: 12px;
  top: 0px;
}

#leaves i:nth-of-type(2n + 1) {
  height: 11px;
  width: 16px;
}

#leaves i:nth-of-type(2n + 1):before {
  width: 4px;
  height: 3px;
  top: 7px;
  right: 0px;
}

#leaves i:nth-of-type(2n + 1):after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 1px;
}

#leaves i:nth-of-type(3n + 2) {
  height: 17px;
  width: 23px;
}

#leaves i:nth-of-type(3n + 2):before {
  height: 4px;
  width: 4px;
  top: 12px;
  right: 1px;
}

#leaves i:nth-of-type(3n + 2):after {
  height: 10px;
  width: 2px;
  top: 1px;
  left: 8px;
}

#leaves i:nth-of-type(n) {
  -webkit-animation-delay: 1.9s;
}

#leaves i:nth-of-type(2n) {
  -webkit-animation-delay: 3.9s;
}

#leaves i:nth-of-type(3n) {
  -webkit-animation-delay: 2.6s;
}

#leaves i:nth-of-type(4n) {
  -webkit-animation-delay: 5.4s;
}

#leaves i:nth-of-type(5n) {
  -webkit-animation-delay: 7s;
}

#leaves i:nth-of-type(6n) {
  -webkit-animation-delay: 3.5s;
}

#leaves i:nth-of-type(7n) {
  -webkit-animation-delay: 2.8s;
}

#leaves i:nth-of-type(8n) {
  -webkit-animation-delay: 2.5s;
}

#leaves i:nth-of-type(9n) {
  -webkit-animation-delay: 7.3s;
}

#leaves i:nth-of-type(10n) {
  -webkit-animation-delay: 2.5s;
}

#leaves i:nth-of-type(11n) {
  -webkit-animation-delay: 1.2s;
}

#leaves i:nth-of-type(12n) {
  -webkit-animation-delay: 4.1s;
}

#leaves i:nth-of-type(13n) {
  -webkit-animation-delay: 5s;
}

#leaves i:nth-of-type(14n) {
  -webkit-animation-delay: 4.7s;
}

#leaves i:nth-of-type(15n) {
  -webkit-animation-delay: 4s;
}

#leaves i:nth-of-type(n) {
  opacity: 1;
}

#leaves i:nth-of-type(3n + 1) {
  opacity: 1;
}

#leaves i:nth-of-type(3n + 2) {
  opacity: 1;
}

#leaves i:nth-of-type(n) {
  transform: rotate(180deg);
}

#leaves i:nth-of-type(n) {
  -webkit-animation-timing-function: ease-in-out;
}

@-webkit-keyframes falling {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate3d(0px, 2500px, 0) rotate(90deg);
    opacity: 0;
  }
}
@-webkit-keyframes falling3 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-20deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate3d(0px, 2800px, 0) rotate(-70deg);
    opacity: 0;
  }
}
@-webkit-keyframes falling2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate3d(-100px, 2980px, 0) rotate(0deg);
    opacity: 0;
  }
}
._container {
  max-width: 1430px;
  margin: 0 auto;
  padding: 0px 10px;
}

.button {
  display: inline-flex;
  padding: 0px 0px;
}
.button._fw {
  width: 100%;
}

.select {
  position: relative;
  color: #858fa4;
}
.select__item {
  position: relative;
}
.select__title {
  color: #000;
  cursor: pointer;
  border-radius: 4px;
}
.select__value {
  display: flex;
  font-size: 14px;
  height: 30px;
  padding: 0px 15px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  line-height: 140%;
  /* identical to box height, or 20px */
  text-align: right;
  color: #858fa4;
}
.select__value span {
  padding-right: 10px;
}
.select__value:before {
  content: "";
  display: inline-block;
  transition: all 0.3s ease 0s;
  width: 6px;
  height: 6px;
  background: url("../img/arrow.png") center/100% no-repeat;
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.select__options {
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  border-top: 0;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
}
@media (max-width: 991.98px) {
  .select__options {
    font-size: 18px;
  }
}
.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}
@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }
}
.select._active {
  z-index: 5;
}
.select._active .select__value:before {
  transform: rotate(-180deg);
}
.select._active .select__options {
  display: block;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  outline: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}
textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.checkbox__input:checked + .checkbox__text:before {
  background: #fff url("../img/icons/check.svg") center no-repeat;
}
.checkbox__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
  cursor: pointer;
}
.checkbox__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.checkbox a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .checkbox a:hover {
    text-decoration: none;
  }
}
.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.options__item {
  position: relative;
  cursor: pointer;
}
.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}
.options__input:checked + .options__text:after {
  transform: scale(1);
}
.options__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
}
.options__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.options__text:after {
  content: "";
  transition: all 0.3s ease 0s;
  transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rating {
  display: flex;
  align-items: flex-end;
  font-size: 40px;
  line-height: 0.75;
  transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
  opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
  cursor: pointer;
}

.rating__body {
  position: relative;
}

.rating__body::before {
  content: "★★★★★";
  display: block;
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating__active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffd300;
}

.rating__items {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rating__item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__value {
  font-size: 50%;
  line-height: 1;
  padding: 0px 0px 0px 10px;
}

.quantity {
  width: 88px;
  height: 40px;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}
.quantity__button {
  flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}
.quantity__button::before,
.quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}
@media (min-width: 991.98px) {
  .quantity__button:hover::before,
  .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.quantity__button_plus::before {
  transform: rotate(-90deg);
}
.quantity__input {
  flex: 1 1 auto;
}
.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}
ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}
ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}
.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

._video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
._video video,
._video iframe,
._video object,
._video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

._more-content {
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

._more-link {
  cursor: pointer;
}
._more-link span {
  font-style: normal;
}
._more-link span:first-child {
  display: block;
}
._more-link span:last-child {
  display: none;
}
._more-link._active span {
  font-style: normal;
}
._more-link._active span:first-child {
  display: none;
}
._more-link._active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}
._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
._swiper.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
._swiper.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

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

._tabs-block {
  display: none;
}
._tabs-block._active {
  display: block;
}

.mirror {
  transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}
._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}
.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}
.popup.show {
  visibility: visible;
  overflow: auto;
}
.popup.show::before {
  opacity: 1;
}
.popup.show .popup__body {
  transform: scale(1);
}
.popup._active {
  overflow: auto;
  visibility: visible;
}
.popup._active::before {
  opacity: 1;
}
.popup._active .popup__body {
  transition: all 0.3s ease 0.2s;
  transform: scale(1);
}
.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__body {
  transform: scale(0);
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 50px;
  width: 100%;
  max-width: 800px;
}
.popup__close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close.svg") 0 0 no-repeat;
}

/*
//Burger
.icon-menu {
	display: none;
	@media (max-width: $md3+px) {
		display: block;
		position: absolute;
		top: 18px;
		right: 10px;
		width: 30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;
		span {
			transition: all 0.3s ease 0s;
			top: calc(50% - 1px);
			left: 0px;
			position: absolute;
			width: 100%;
			height: 2px;
			background-color: #000;
			&:first-child {
				top: 0px;
			}
			&:last-child {
				top: auto;
				bottom: 0px;
			}
		}
		&._active {
			span {
				transform: scale(0);
				&:first-child {
					transform: rotate(-45deg);
					top: calc(50% - 1px);
				}
				&:last-child {
					transform: rotate(45deg);
					bottom: calc(50% - 1px);
				}
			}
		}
	}
}
*/
.page {
  flex: 1 1 auto;
}

.inp__wp._error span {
  display: block;
}
.inp__wp span {
  display: none;
}

._resp {
  overflow: hidden;
  transition: 0.3s;
}

.home {
  display: grid;
  grid-template-columns: 28.5vw 26.5vw 32.5vw;
  gap: 1.6vw;
  padding: 3vw;
}
@media (max-width: 998px) {
  .home {
    display: flex;
    flex-direction: column;
    padding: 7%;
  }
}
.home__left {
  position: relative;
}
@media (max-width: 998px) {
  .home__left {
    margin-top: 7vw;
  }
}
.home__bg img {
  width: 100%;
}
.home__gif {
  position: absolute;
  top: 12vw;
  display: flex;
  justify-content: center;
}
@media (max-width: 998px) {
  .home__gif {
    top: 26vw;
  }
}
.home__gif img {
  width: 130%;
}
@media (max-width: 998px) {
  .home__gif img {
    width: 140%;
  }
}
.home__sol {
  position: absolute;
  top: 0;
  right: -1.5vw;
  width: 11vw;
  animation: rott 3s infinite linear;
}
@keyframes rott {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 998px) {
  .home__sol {
    width: 26vw;
  }
}
.home__sol img {
  width: 100%;
}
.home__ob {
  position: absolute;
  top: 0;
  left: 0;
  animation: obl 10s infinite;
}
.home__ob img {
  width: 100%;
}
.home__ob_1 {
  width: 13vw;
  top: 5vw;
}
@media (max-width: 998px) {
  .home__ob_1 {
    left: 1vw;
    top: 7vw;
    width: 30vw;
  }
}
.home__ob_2 {
  width: 10vw;
  left: 7vw;
  top: -1vw;
  animation-delay: 3s;
}
@media (max-width: 998px) {
  .home__ob_2 {
    width: 20vw;
    left: 20vw;
  }
}
.home__star {
  position: absolute;
  top: 5px;
  animation: morg 1s infinite;
}
@keyframes morg {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.home__star img {
  width: 100%;
}
.home__star_1 {
  width: 1.7vw;
  top: 15vw;
  left: 6vw;
}
@media (max-width: 998px) {
  .home__star_1 {
    left: 20vw;
    width: 4vw;
    top: 20vw;
  }
}
.home__star_2 {
  width: 2.2vw;
  top: 22vw;
  left: 1vw;
  animation-delay: 0.5s;
}
@media (max-width: 998px) {
  .home__star_2 {
    left: 8vw;
    width: 4vw;
    top: 35vw;
  }
}
.center-home {
  border: 4px solid #231f20;
  background: #f16e24;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 998px) {
  .center-home {
    margin-top: 6vw;
  }
}
.center-home__dec {
  position: absolute;
  z-index: 3;
  animation: ob 9s infinite;
  pointer-events: none;
}
.center-home__dec img {
  width: 100%;
}
.center-home__dec_1 {
  top: 0;
  left: 0;
  width: 11vw;
  animation: ob2 8s infinite;
}
@media (max-width: 998px) {
  .center-home__dec_1 {
    width: 15vw;
  }
}
.center-home__dec_2 {
  top: 0;
  right: 0;
  width: 6vw;
}
@media (max-width: 998px) {
  .center-home__dec_2 {
    width: 15vw;
  }
}
.center-home__dec_3 {
  bottom: 0;
  left: 0;
  width: 6vw;
  animation: ob2 7s infinite;
}
@media (max-width: 998px) {
  .center-home__dec_3 {
    width: 15vw;
  }
}
.center-home__dec_4 {
  bottom: 0;
  right: 0;
  width: 10vw;
}
@media (max-width: 998px) {
  .center-home__dec_4 {
    width: 25vw;
  }
}
.center-home__star {
  position: absolute;
  z-index: 5;
  width: 3vw;
  animation: morg 1s 0.3s infinite;
}
@media (max-width: 998px) {
  .center-home__star {
    width: 5vw;
  }
}
.center-home__star img {
  width: 100%;
}
.center-home__star_1 {
  left: -1.7vw;
  top: 80%;
}
@media (max-width: 998px) {
  .center-home__star_1 {
    left: -3vw;
  }
}
.center-home__star_2 {
  top: 10%;
  right: -1.7vw;
  animation-delay: 0.6s;
}
@media (max-width: 998px) {
  .center-home__star_2 {
    right: -3vw;
  }
}
.center-home__wp {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.center-home__title {
  border-radius: 3.3vw;
  border: 3px solid #231f20;
  background: #fff;
  box-shadow: 0px 0.7vw 0px 0px #231f20,
    0px -1.5vw 0px 0px rgba(0, 99, 138, 0.2) inset;
  padding: 0.5vw 2.5vw;
  font-size: 2.5vw;
  font-family: Yellowtail;
  color: #231f20;
  margin-top: 1.5vw;
  position: relative;
}
@media (max-width: 998px) {
  .center-home__title {
    font-size: 7vw;
    padding: 1.5vw 7.5vw;
    border-radius: 9.3vw;
    box-shadow: 0px 1.7vw 0px 0px #231f20,
      0px -4.5vw 0px 0px rgba(0, 99, 138, 0.2) inset;
    margin-top: 5vw;
  }
}
.center-home__text {
  font-size: 1.5vw;
  margin-top: 1.5vw;
  padding: 0vw 1.5vw;
}
@media (max-width: 998px) {
  .center-home__text {
    font-size: 4vw;
    padding: 3vw;
  }
}
.center-home__buy a {
  padding: 1.2vw 4vw;
  display: flex;
  width: max-content;
  border-radius: 64.5px;
  border: 3px solid #231f20;
  background: #00bf7f;
  box-shadow: 0px 13px 0px 0px #231f20,
    0px -26px 0px 0px rgba(35, 31, 32, 0.2) inset;
  font-family: "Alfa Slab One";
  font-size: 3.1vw;
  color: #231f20;
  margin-top: 1vw;
}
@media (max-width: 998px) {
  .center-home__buy a {
    font-size: 9vw;
    box-shadow: 0px 6.082px 0px 0px #231f20,
      0px -12.164px 0px 0px rgba(35, 31, 32, 0.2) inset;
    padding: 3vw 10vw;
    margin-bottom: 5vw;
  }
}

.right-home {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.right-home__top img {
  width: 100%;
}
.right-home__title {
  margin-top: 1.5vw;
}
@media (max-width: 998px) {
  .right-home__title {
    margin-top: 5vw;
  }
}
.right-home__title img {
  width: 100%;
}
.right-home__name {
  border-radius: 3.3vw;
  border: 3px solid #231f20;
  background: #fff;
  box-shadow: 0px 0.7vw 0px 0px #231f20,
    0px -1.5vw 0px 0px rgba(0, 99, 138, 0.2) inset;
  padding: 0.5vw 2.5vw;
  font-size: 2.5vw;
  font-family: Yellowtail;
  color: #231f20;
  margin-top: 1.5vw;
  position: absolute;
  top: 11vw;
}
@media (max-width: 998px) {
  .right-home__name {
    top: 0;
    position: relative;
    font-size: 7vw;
    padding: 1.5vw 7.5vw;
    border-radius: 9.3vw;
    box-shadow: 0px 1.7vw 0px 0px #231f20,
      0px -4.5vw 0px 0px rgba(0, 99, 138, 0.2) inset;
    margin-top: 5vw;
  }
}
.right-home__sociial {
  display: flex;
  gap: 1.7vw;
  margin-top: 2.5vw;
}
@media (max-width: 998px) {
  .right-home__sociial {
    gap: 4vw;
    margin-top: 5vw;
  }
}
.right-home__sociial img {
  width: 100%;
}
.right-home__decor {
  margin-top: 1.5vw;
}
@media (max-width: 998px) {
  .right-home__decor {
    display: flex;
    justify-content: center;
    margin-top: 5vw;
  }
}
.right-home__decor img {
  width: 100%;
}
@media (max-width: 998px) {
  .right-home__decor img {
    width: 100vw;
  }
}
.right-home__ca {
  border: 4px solid #231f20;
  background: #ffd749;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  word-break: break-all;
  font-family: "Alfa Slab One";
  font-size: 2.1vw;
  min-height: 9vw;
  padding: 2vw;
  margin-top: 1vw;
}
@media (max-width: 998px) {
  .right-home__ca {
    min-height: 18vw;
    padding: 5vw;
    font-size: 5vw;
    margin-top: 5vw;
  }
}

.tokenimics {
  padding: 3vw;
  display: grid;
  grid-template-columns: 32vw 1fr;
  gap: 1.5vw;
}
@media (max-width: 998px) {
  .tokenimics {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 7vw;
    gap: 5vw;
  }
}
.tokenimics__left {
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
}
@media (max-width: 998px) {
  .tokenimics__left {
    gap: 5vw;
  }
}
.tokenimics__left div {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.tokenimics__left div:nth-child(1),
.tokenimics__left div:nth-child(4) {
  display: flex;
}
.tokenimics__left div:nth-child(1) p,
.tokenimics__left div:nth-child(4) p {
  position: absolute;
  top: 50%;
  font-size: 3.1vw;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  color: #00bf7f;
  font-family: "Alfa Slab One";
  -webkit-text-stroke-width: 0.2vw;
  -webkit-text-stroke-color: #231f20;
  transform: translate(0px, -50%);
}
.tokenimics__left div:nth-child(1) p {
  font-size: 2.4vw;
  transform: translate(0px, -60%);
}
@media (max-width: 998px) {
  .tokenimics__left div:nth-child(1) p,
  .tokenimics__left div:nth-child(4) p {
    font-size: 8vw;
    -webkit-text-stroke-width: 0.4vw;
  }
  .tokenimics__left div:nth-child(1) p {
    font-size: 6vw;
  }
}
.tokenimics__left div:nth-child(1) p span,
.tokenimics__left div:nth-child(4) p span {
  color: #fff;
}
.tokenimics__left div:nth-child(4) p {
  color: #231f20;
}
.tokenimics__left div:nth-child(2) {
  border-radius: 3.2vw;
  border: 4px solid #231f20;
  background: #ffd749;
  padding: 1.6vw 0;
  text-align: center;
  color: #00adee;
  font-size: 2.2vw;
  font-family: "Alfa Slab One";
  text-transform: uppercase;
  -webkit-text-stroke-width: 0.15vw;
  -webkit-text-stroke-color: #231f20;
}
@media (max-width: 998px) {
  .tokenimics__left div:nth-child(2) {
    font-size: 5vw;
    padding: 4vw 0;
    border-radius: 10vw;
  }
}
.tokenimics__left div:nth-child(2) span {
  color: #fff;
}
.tokenimics__left div:nth-child(3) {
  border-radius: 3.2vw;
  border: 4px solid #231f20;
  background: #f16e24;
  color: #fff;
  font-family: Yellowtail;
  font-size: 3vw;
  padding: 1.1vw 0;
  box-shadow: 0px 0.7vw 0px 0px #231f20,
    0px -1.8vw 0px 0px rgba(35, 31, 32, 0.2) inset;
}
@media (max-width: 998px) {
  .tokenimics__left div:nth-child(3) {
    font-size: 8vw;
    padding: 3vw 0;
    border-radius: 10vw;
  }
}
.tokenimics__left div img {
  width: 100%;
}
.tokenimics__right {
  position: relative;
}
.tokenimics__ob {
  position: absolute;
  z-index: 3;
  animation: obl 10s infinite;
}
@keyframes obl {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(30%);
  }
  100% {
    transform: translate(0);
  }
}
.tokenimics__ob img {
  width: 100%;
}
.tokenimics__ob_1 {
  width: 9vw;
  left: -2vw;
  top: 5vw;
}
@media (max-width: 998px) {
  .tokenimics__ob_1 {
    width: 16vw;
    left: -5vw;
  }
}
.tokenimics__ob_2 {
  width: 10vw;
  left: 35%;
  top: -3vw;
  animation-delay: 3s;
}
@media (max-width: 998px) {
  .tokenimics__ob_2 {
    width: 16vw;
    top: -5vw;
  }
}
.tokenimics__ob_3 {
  width: 19vw;
  right: -5vw;
  top: 7vw;
  animation-delay: 6s;
}
@media (max-width: 998px) {
  .tokenimics__ob_3 {
    width: 28vw;
    top: 13vw;
  }
}
.tokenimics__name {
  position: absolute;
  font-size: 3.2vw;
  color: #fff;
  -webkit-text-stroke-width: 0.22vw;
  -webkit-text-stroke-color: #231f20;
  font-family: "Alfa Slab One";
  top: 2vw;
  text-transform: uppercase;
  right: 2.5vw;
}
@media (max-width: 998px) {
  .tokenimics__name {
    font-size: 5vw;
    -webkit-text-stroke-width: 0.44vw;
    top: 3vw;
    right: 4vw;
  }
}
.tokenimics__img {
  position: absolute;
  bottom: 0;
  left: 2vw;
  width: 36vw;
  overflow: hidden;
  padding: 0px 2vw;
}
.tokenimics__img img {
  animation: cac 1.5s infinite;
}
@media (max-width: 998px) {
  .tokenimics__img {
    width: 48vw;
    padding: 0px 2vw;
    left: 4vw;
  }
}
@keyframes cac {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(-5%, 5%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  75% {
    transform: translate(5%, 5%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
.tokenimics__img img {
  width: 100%;
}
.tokenimics__bg img {
  width: 100%;
}

.how {
  border: 4px solid #231f20;
  background: #ffd749;
  margin: 3vw;
  position: relative;
  overflow: hidden;
}
@media (max-width: 998px) {
  .how {
    margin: 8vw;
    margin-top: 5vw;
  }
}
.how__c2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 45vw;
  z-index: 4;
}
@media (max-width: 998px) {
  .how__c2 {
    width: 50vw;
  }
}
.how__c2 img {
  width: 100%;
}
.how__e {
  position: absolute;
  z-index: 3;
  animation: ob 9s infinite;
}
@keyframes ob {
  0% {
    transform: translate(0%);
  }
  50% {
    transform: translate(70%);
  }
  100% {
    transform: translate(0%);
  }
}
@keyframes ob2 {
  0% {
    transform: translate(0%);
  }
  50% {
    transform: translate(-70%);
  }
  100% {
    transform: translate(0%);
  }
}
.how__e img {
  width: 100%;
}
.how__e_1 {
  top: 0;
  left: 0;
  width: 19vw;
  animation: ob2 8s infinite;
}
.how__e_2 {
  top: 0;
  right: 0;
  width: 24vw;
}
.how__e_3 {
  bottom: 0;
  left: 0;
  width: 19vw;
  animation: ob2 7s infinite;
}
@media (max-width: 998px) {
  .how__e_3 {
    width: 30vw;
  }
}
.how__e_4 {
  bottom: 0;
  right: 0;
  width: 16vw;
}
@media (max-width: 998px) {
  .how__e_4 {
    width: 25vw;
  }
}
.how__tr {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.how__tr img {
  width: 100%;
}
@media (max-width: 998px) {
  .how__tr {
    position: relative;
    margin-top: -5vw;
  }
  .how__tr img {
    width: 190%;
  }
}
.how__title {
  font-size: 5vw;
  color: #231f20;
  font-family: Yellowtail;
  width: max-content;
  margin: 0px auto;
  border-radius: 6vw;
  border: 4px solid #231f20;
  background: #fff;
  padding: 1vw 5vw;
  margin-top: 2vw;
  box-shadow: 0px 1.2vw 0px 0px #231f20,
    0px -2.5vw 0px 0px rgba(0, 99, 138, 0.2) inset;
}
@media (max-width: 998px) {
  .how__title {
    font-size: 8vw;
    padding: 2vw 8vw;
    border-radius: 12vw;
    box-shadow: 0px 2.5vw 0px 0px #231f20,
      0px -5vw 0px 0px rgba(0, 99, 138, 0.2) inset;
    margin-top: 10vw;
  }
}
.how__block {
  display: grid;
  grid-template-columns: 30vw 1fr;
  margin-top: -2vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 998px) {
  .how__block {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 9vw;
  }
}
.how__img {
  display: flex;
  width: 100%;
  margin-bottom: -7vw;
  animation: tr 3s infinite;
}
@keyframes tr {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(0, -5%);
  }
  100% {
    transform: translate(0);
  }
}
@media (max-width: 998px) {
  .how__img {
    margin-bottom: 0;
  }
}
.how__img img {
  width: 180%;
  transform: translate(-15%, 0%);
}
@media (max-width: 998px) {
  .how__img img {
    width: 100%;
    transform: translate(-25%, 0%) rotate(-20deg);
  }
}
.how__list {
  padding-top: 6vw;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}
@media (max-width: 998px) {
  .how__list {
    padding: 0px 5%;
    gap: 5vw;
  }
}
@media (min-width: 998px) {
  .how__list li {
    width: 48vw;
  }
  .how__list li:nth-child(2) {
    margin-left: 2.5vw;
  }
  .how__list li:nth-child(3) {
    margin-left: 6vw;
  }
  .how__list li:nth-child(4) {
    margin-left: 11vw;
    max-width: 43vw;
  }
}
.how__list span {
  color: #fff;
  -webkit-text-stroke-width: 0.15vw;
  -webkit-text-stroke-color: #231f20;
  font-family: "Alfa Slab One";
  font-size: 1.5vw;
  text-transform: uppercase;
}
@media (max-width: 998px) {
  .how__list span {
    font-size: 5vw;
    -webkit-text-stroke-width: 0.4vw;
  }
}
.how__list p {
  font-size: 1.2vw;
  margin-top: 0.5vw;
}
@media (max-width: 998px) {
  .how__list p {
    font-size: 3.5vw;
    margin-top: 2vw;
  }
}

a {
  transition: 0.3s;
}
a:hover {
  transform: scale(1.15);
}

.footer {
  background: #231f20;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.footer #leaves {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  left: 35vw;
  width: 30vw;
  height: 100%;
  overflow: hidden;
  top: 0;
}
@media (max-width: 998px) {
  .footer #leaves {
    display: none;
  }
}
.footer #leaves img {
  opacity: 1;
  width: 3vw;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  padding: 1.5vw 0;
  max-width: 90%;
  align-items: center;
  font-size: 1.33vw;
  font-family: "Alfa Slab One";
}
@media (max-width: 998px) {
  .footer__container {
    flex-direction: column-reverse;
    gap: 5vw;
    padding: 4.5vw 0;
    font-size: 4vw;
  }
}
.footer__right {
  display: flex;
  align-items: center;
  gap: 1vw;
}
@media (max-width: 998px) {
  .footer__right {
    width: 100%;
    gap: 6vw;
    flex-direction: column-reverse;
  }
}
.footer__ca {
  display: flex;
  align-items: center;
  gap: 1vw;
  align-items: center;
  width: 24vw;
  display: grid;
  grid-template-columns: max-content 1fr;
}
@media (max-width: 998px) {
  .footer__ca {
    width: 90%;
    gap: 4vw;
    display: flex;
  }
}
.footer__ca span {
  color: #231f20;
  padding: 0.5vw 1.3vw;
  text-transform: uppercase;
  border-radius: 1.6vw;
  background: #f16e24;
}
@media (max-width: 998px) {
  .footer__ca span {
    padding: 1vw 3vw;
    border-radius: 3vw;
  }
}
.footer__ca p {
  word-break: break-all;
}
.footer__btn img {
  width: 3vw;
}
@media (max-width: 998px) {
  .footer__btn img {
    width: 10vw;
  }
}

.ca-ready {
  position: fixed;
  pointer-events: none;
  top: 50%;
  left: 50%;
  z-index: 10;
  opacity: 0;
  font-size: 2vw;
  transition: 0.3s;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  max-width: 85%;
  line-height: 1.3;
}
@media (max-width: 998px) {
  .ca-ready {
    padding: 10px 20px;
    font-size: 6vw;
    max-width: 90%;
    width: 100%;
  }
}
.ca-ready._active {
  opacity: 1;
}

._ca {
  cursor: pointer;
}

.right-home__wrapper {
  display: flex;
  justify-content: space-between;
  text-align: left;
  align-items: center;
  margin-top: 2vw;
}

.right-home__wrapper a {
  border-radius: 3.3vw;
  border: 3px solid #231f20;
  background: #00adee;
  box-shadow: 0px 0.6vw 0px 0px #231f20,
    0px -1.3vw 0px 0px rgba(35, 31, 32, 0.2) inset;
  font-family: "Alfa Slab One";
  font-size: 1.8vw;
  color: #fff;
  padding: 1vw 3.5vw;
  transition: 0.3s;
}

.right-home__wrapper a:hover {
  transform: scale(1.15);
}

.right-home__wrapper span {
  color: #fff;
  -webkit-text-stroke-width: 0.1vw;
  -webkit-text-stroke-color: #231f20;
  font-family: "Alfa Slab One";
  font-size: 1.2vw;
}

@media (max-width: 998px) {
  .right-home__wrapper {
    flex-direction: column;
    text-align: center;
    margin-top: 5vw;

    gap: 3vw;
  }
  .right-home__wrapper span {
    font-size: 5.2vw;
    -webkit-text-stroke-width: 0.5vw;
  }
  .right-home__wrapper a {
    font-size: 5vw;
    padding: 3vw 9vw;
    border-radius: 8vw;
  }
}
