@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Gluten:100,200,300,regular,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900&amp;display=swap&amp;subset=cyrillic-ext);
@font-face {
  font-family: "Gilroy-Bold";
  font-display: swap;
  src: url("../fonts/Gilroy-Bold.html") format("woff2"), url("../fonts/Gilroy-Bold-2.html") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Medium";
  font-display: swap;
  src: url("../fonts/Gilroy-Medium.html") format("woff2"), url("../fonts/Gilroy-Medium-2.html") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-SemiBold";
  font-display: swap;
  src: url("../fonts/Gilroy-SemiBold.html") format("woff2"), url("../fonts/Gilroy-SemiBold-2.html") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Regular";
  font-display: swap;
  src: url("../fonts/Gilroy-Regular.html") format("woff2"), url("../fonts/Gilroy-Regular-2.html") 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: "Gluten";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Gluten";
  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;
}


body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #000000fd;
  background-image: url(../img/bgg.png);
  background-size: 100%;
}
._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.html") 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.html") 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;
}

.print {
  border-radius: 1vh;
  border: solid 2px #d9d9d9;
}
.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: #ffffff;
}

.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.html") 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.html") 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 {
  margin-top: 90px;
}
@media (max-width: 998px) {
  .home {
    margin-top: 260px;
  }
}
.home__container {
  width: 92%;
  margin: 0px auto;
  background-image: url(../img/bg.png);
  background-size: cover;
  background-position: center center;
  padding: 7.6vw 5.9vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 10vw;
  position: relative;
}
@media (max-width: 998px) {
  .home__container {
    padding: 8vw;
    padding-top: 9vw;
    width: 83%;
  }
}
.home__title {
  font-size: 13.5vw;
  font-weight: bold;
  color: #f7d66f;
  -webkit-text-stroke-width: medium;
    -webkit-text-stroke-color:#c88124
}
.test {
  font-size: 13.5vw;
  font-weight: bold;
  color: #f7d66f;
  -webkit-text-stroke-width: medium;
    -webkit-text-stroke-color:#c88124
}
.home__img {
  width: 35.5vw;
  margin-top: -7vw;
  animation: krug 5s infinite;
}
@keyframes krug {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(-10deg);
  }
  15% {
    transform: rotate(10deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 998px) {
  .home__img {
    width: 150%;
    margin-top: 0;
  }
}
.home__img img {
  width: 100%;
}
.home__ca {
  font-size: 2vw;
  word-wrap: break-word;
  max-width: 100%;
}
@media (max-width: 998px) {
  .home__ca {
    font-size: 4vw;
    margin-top: 20px;
  }
}
.home__text {
  margin-top: 8vw;
  padding: 3.1vw 4.1vw;
  font-size: 3.1vw;
  font-weight: 300;
  background-color: #fff;
  border-radius: 4vw;
  line-height: 1.2;
  letter-spacing: 1.8px;
}
@media (max-width: 998px) {
  .home__text {
    font-size: 5vw;
    padding: 7vw 5vw;
    border-radius: 8vw;
  }
}
.home__decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.home__decor img {
  width: 100%;
}
.home__decor div {
  position: absolute;
  animation: dvij 2s linear infinite;
}
@keyframes dvij {
  0% {
    transform: translate(0px);
  }
  25% {
    transform: translate(-10px);
  }
  75% {
    transform: translate(10px);
  }
  100% {
    transform: translate(0px);
  }
}
.home__decor div:nth-child(1) {
  left: 22%;
  top: 7%;
  width: 4.7vw;
}
.home__decor div:nth-child(2) {
  left: 68%;
  top: 22%;
  width: 5.7vw;
  animation-delay: 1s;
}
.home__decor div:nth-child(3) {
  left: 28%;
  top: 41%;
  width: 7.7vw;
  animation-delay: 0.3s;
}
.home__decor div:nth-child(4) {
  left: 62%;
  top: 40%;
  width: 7vw;
  animation-delay: 1.5s;
}
.home__decor div:nth-child(5) {
  left: 4%;
  top: 60%;
  width: 4.7vw;
  animation-delay: 0.7s;
}
.home__decor div:nth-child(6) {
  left: 76%;
  top: 55%;
  width: 8.7vw;
  animation-delay: 1.77s;
}
.home__decor div:nth-child(7) {
  left: 90%;
  bottom: 5%;
  width: 6.7vw;
}
@media (max-width: 998px) {
  .home__decor {
    display: none;
  }
}

.evolution {
  position: relative;
  margin-bottom: 10vw;
}
/*tokenomics*/
.evolution__title {
  font-size: 6.2vw;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #f7d66f;
  margin-top: 6vw;
  -webkit-text-stroke-width: medium;
    -webkit-text-stroke-color:#c88124
}
@media (max-width: 998px) {
  .evolution__title {
    font-size: 11vw;
    margin-top: 25vw;
  }
}
.evolution__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8vw;
  margin-top: 4vw;
}
@media (max-width: 998px) {
  .evolution__block {
    
  }
}
.evolution__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 998px) {
  .evolution__item {
    flex-direction: column;
  }
}
.evolution__item:nth-child(2) .evolution__img {
  width: 40vw;
  animation-delay: 1s;
}
@media (max-width: 998px) {
  .evolution__item:nth-child(2) .evolution__img {
    width: 100vw;
  }
}
.evolution__item:nth-child(2) .evolution__text {
  color: #fff;
  background-color: #9572ff;
}
.evolution__item:nth-child(3) .evolution__img {
  width: 39vw;
  animation-delay: 0.8s;
}
@media (max-width: 998px) {
  .evolution__item:nth-child(3) .evolution__img {
    width: 90vw;
  }
}
.evolution__item:nth-child(3) .evolution__text {
  width: 34vw;
  background-color: #fff;
}
@media (max-width: 998px) {
  .evolution__item:nth-child(3) .evolution__text {
    width: 80vw;
  }
}
.evolution__item:nth-child(4) .evolution__img {
  width: 41vw;
  animation-delay: 1.2s;
}
@media (max-width: 998px) {
  .evolution__item:nth-child(4) .evolution__img {
    width: 102vw;
  }
}
.evolution__item:nth-child(4) .evolution__text {
  width: 48vw;
}
@media (max-width: 998px) {
  .evolution__item:nth-child(4) .evolution__text {
    width: 110vw;
    margin-left: auto;
  }
}
@media (max-width: 998px) {
  .evolution__item:nth-child(4) {
    margin-top: 60vw;
  }
}
.evolution__item:nth-child(even) .evolution__text {
  transform: rotate(-10deg);
}
.evolution__img {
  animation: rott 1.5s infinite;
  width: 30vw;
}
@keyframes rott {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@media (max-width: 998px) {
  .evolution__img {
    width: 70vw;
  }
}
.evolution__img img {
  width: 100%;
}
/*tokenomics*/
.evolution__text {
  width: 44vw;
  padding: 3vw;
  border-radius: 4vw;
  background: #fffad1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 2;
  transform: rotate(10deg);
  margin-left: -2vw;
}
@media (max-width: 998px) {
  .evolution__text {
    margin-left: 0px;
    width: 100vw;
    padding: 8vw;
  }
}
.evolution__text span {
  font-size: 4vw;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 998px) {
  .evolution__text span {
    font-size: 10vw;
  }
}
.evolution__text p {
  font-size: 2.6vw;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 1.5px;
}
@media (max-width: 998px) {
  .evolution__text p {
    font-size: 5.6vw;
  }
}
.evolution__elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.evolution__elements div {
  position: absolute;
  top: 0%;
  animation: dvij 2s linear infinite;
}
@media (max-width: 998px) {
  .evolution__elements div {
    display: none;
  }
}
.evolution__elements div img {
  width: 100%;
}
.evolution__elements div:nth-child(1) {
  top: 5%;
  left: 7%;
  width: 7vw;
}
.evolution__elements div:nth-child(2) {
  top: 6%;
  left: 47%;
  width: 5vw;
  animation-delay: 1s;
}
.evolution__elements div:nth-child(3) {
  top: 12%;
  left: 85%;
  width: 7vw;
  animation-delay: 0.3s;
}
.evolution__elements div:nth-child(4) {
  top: 25%;
  left: 47%;
  width: 7vw;
  animation-delay: 1.3s;
}
.evolution__elements div:nth-child(5) {
  top: 50%;
  left: 4%;
  width: 7vw;
  animation-delay: 1.5s;
}
.evolution__elements div:nth-child(6) {
  top: 37%;
  left: 49%;
  width: 9vw;
  animation-delay: 0.8s;
}
.evolution__elements div:nth-child(7) {
  top: 46%;
  left: 91%;
  width: 5vw;
  animation-delay: 1s;
}
.evolution__elements div:nth-child(8) {
  top: 58%;
  left: 10%;
  width: 5vw;
  animation-delay: 1.44s;
}
.evolution__elements div:nth-child(9) {
  top: 75%;
  left: 78%;
  width: 8vw;
}
.evolution__elements div:nth-child(10) {
  top: 78%;
  left: 6%;
  width: 7vw;
  animation-delay: 1.1s;
}
.evolution__elements div:nth-child(11) {
  top: 81%;
  left: 50%;
  width: 8vw;
  animation-delay: 1.8s;
}
.evolution__elements div:nth-child(12) {
  top: 101%;
  left: 31%;
  width: 8vw;
}
.evolution__elements div:nth-child(13) {
  top: 96%;
  left: 81%;
  width: 11vw;
  animation-delay: 0.9s;
}
.evolution__elements div:nth-child(14) {
  top: 0;
  left: 71%;
  width: 20vw;
  animation: rrr 2s infinite;
}
@keyframes rrr {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@media (max-width: 998px) {
  .evolution__elements div:nth-child(14) {
    display: block;
    width: 50%;
    left: 15%;
    top: 10vw;
  }
}
.evolution__elements div:nth-child(15) {
  top: 75%;
  left: 61%;
  width: 17vw;
}
@media (max-width: 998px) {
  .evolution__elements div:nth-child(15) {
    display: block;
    top: 490vw;
    left: 20%;
    width: 50%;
  }
}

.last {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.last__img {
  width: 90%;
  border-radius: 3dvh;
}
@media (max-width: 998px) {
  .last__img {
    width: 90%;
  }
}
.last__img img {
  width: 100%;
}
.last__img img:nth-child(2) {
  display: none;
}
@media (max-width: 600px) {
  .last__img img:nth-child(1) {
    display: none;
  }
  .last__img img:nth-child(2) {
    display: block;
    border-radius: 3dvh;
  }
}
.last__btns {
  display: flex;
  gap: 20px;
  position: relative;
  margin-top: -50px;
  
}
@media (max-width: 998px) {
  .last__btns {
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
    width: 90%;
    align-items: center;
    
  }
}
/*footer*/
.last__btns a {
  width: 260px;
  height: 200px;
  background-color: #f7d66f;
  font-size: 50px;
  text-align: center;
  padding: 45px 0px;
  border-radius: 60px 60px 0px 0px;
  transform: translate(0px, 60%);
  transition: 0.6s;
  color: #000;
  border-style:solid;
  border-bottom: none;
  border-width: 7px;
  border-color: #c88124;
  
}
.last__btns a:hover {
  transform: translate(0px, 15%);
}
.last__btns a._active {
  transform: translate(0px, 0%);
}
.last__btns a._active:hover {
  transform: translate(0px, 20%);
}
@media (max-width: 1500px) {
  .last__btns a {
    width: 220px;
    height: 170px;
    font-size: 40px;
    border-radius: 40px 40px 0px 0px;
  }
}
@media (max-width: 998px) {
  .last__btns a {
    width: 100%;
    max-width: 500px;
    height: 100%;
    border-radius: 30px;
    border-bottom: solid;
        border-width: 7px;
        border-color: #c88124;
  }
  .last__btns a:nth-child(2) {
    background: #f7d66f;
  }
}
.last__ca {
  position: absolute;
  right: 0;
  top: 65%;
  color: #f7d66f;
  transform: translate(100%, -50%);
  font-size: 25px;
  font-weight: 300;
  word-wrap: break-word;
  padding-left: 50px;
  max-width: 30vw;
}
@media (max-width: 998px) {
  .last__ca {
    position: relative;
    top: 0;
    left: 0;
    color: #f7d66f;
    transform: translate(0px);
    width: 100%;
    padding-left: 0px;
    max-width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}
.last__decoration {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0;
  left: 0;
}
@media (max-width: 998px) {
  .last__decoration {
    display: none;
  }
}
.last__decoration div {
  position: absolute;
  animation: dvij 2s linear infinite;
}
.last__decoration div img {
  width: 100%;
}
.last__decoration div:nth-child(1) {
  top: -2vw;
  left: 3vw;
  width: 8vw;
}
.last__decoration div:nth-child(2) {
  top: -3vw;
  right: 1vw;
  left: auto;
  width: 11vw;
  animation-delay: 1s;
}
.last__decoration div:nth-child(3) {
  top: 48vw;
  left: 1vw;
  width: 7vw;
  animation-delay: 1.5s;
}
.last__decoration div:nth-child(4) {
  top: 44vw;
  right: 3vw;
  width: 7vw;
  animation-delay: 0.5s;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 10;
}
@media (max-width: 998px) {
  .header._scroll .header__l_1 {
    height: 150px;
    padding-bottom: 20px;
  }
}
.header__container {
  display: flex;
  gap: 34px;
  justify-content: center;
  
}
/*topo*/
.header__l {
  width: 260px;
  height: 160px;
  background-color: #f7d66f;
  border-radius: 0px 0px 60px 60px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 50px;
  color: #000;
  gap: 30px;
  transition: 0.3s;
  flex-wrap: wrap;
  border-style:solid;
  border-top: none;
  border-width: 7px;
  border-color: #c88124;
  
}
@media (max-width: 998px) {
  .header__l {
    height: 220px;
    width: 280px;
    row-gap: 0px;
    gap: 30px;
  }
  .header__l a {
    margin-top: auto;
  }
}
.header__l a {
  color: #000;
  transition: 0.3s;
}
.header__l a:hover {
  transform: scale(1.15);
}
@media (max-width: 998px) {
  .header__l_2 {
    display: none;
  }
}
@media (max-width: 998px) {
  .header__chart {
    margin-top: -40px !important;
  }
}