@charset "UTF-8";
@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;
}
@font-face {
  font-family: "Geist";
  src: url(../fonts/Geist-Bold.woff);
  font-weight: 700;
}
@font-face {
  font-family: "Geist";
  src: url(../fonts/Geist-Light.woff);
  font-weight: 300;
}
@font-face {
  font-family: "Geist";
  src: url(../fonts/Geist-Medium.woff);
  font-weight: 500;
}
@font-face {
  font-family: "Geist";
  src: url(../fonts/Geist-Regular.woff);
  font-weight: 400;
}
@font-face {
  font-family: "Geist";
  src: url(../fonts/Geist-SemiBold.woff);
  font-weight: 600;
}
* {
  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: "Geist";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Geist";
  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 {
  color: #252525;
}
body._lock {
  overflow: hidden;
}
@media (min-width: 1920px) {
  body {
    font-size: 20px;
  }
}

.wrapper {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.inner {
  position: absolute;
  width: 100%;
}

._btns {
  display: flex;
  gap: 15px;
  justify-content: center;
  transform: translate(0px, 10px);
  transition: 0.5s;
  transition-delay: 0.3s;
  opacity: 0;
}
._btns._active {
  opacity: 1;
  transform: translate(0);
}
._btns a {
  padding: 12px;
  border-radius: 16px;
  background: #ff3f19;
  color: #fff;
  border: 1px solid transparent;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 300;
}
._btns a._arows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
._btns a._arows:hover div::after {
  width: 12px;
}
._btns a._arows div {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 19px;
}
._btns a._arows div::before {
  position: relative;
  left: 0;
  background-repeat: no-repeat;
  display: block;
  content: "";
  background-image: url(../img/a1w.svg);
  width: 8px;
  height: 14px;
  background-size: contain;
  background-position: center center;
}
._btns a._arows div::after {
  position: relative;
  top: 0px;
  left: 0;
  background-repeat: no-repeat;
  display: block;
  content: "";
  background-image: url(../img/a2w.svg);
  width: 0px;
  height: 16px;
  margin-right: -6px;
  transition: 0.3s;
  background-position: center center;
  background-size: contain;
}
._btns a:hover {
  background: #e83917;
}
._btns a._white {
  color: #252525;
  background: transparent;
  border: 1px solid #f0f0f0;
}
._btns a._white div::before {
  background-image: url(../img/a1.svg);
}
._btns a._white div::after {
  top: 0px;
  background-image: url(../img/a2.svg);
}
._btns a._white:hover {
  background: #f0f0f0;
}

._title {
  font-size: 40px;
  text-align: center;
  transform: translate3d(0px, 15px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 0;
  transition: 0.3s;
}
._title._active {
  transform: translate3d(0px, 2.60595px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 1;
  will-change: transform, opacity;
}
@media (max-width: 998px) {
  ._title {
    font-size: 32px;
  }
}

._subtitle {
  margin-top: 24px;
  text-align: center;
  color: #757575;
  line-height: 1.5;
  transform: translate3d(0px, 15px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.1s;
}
._subtitle._active {
  transform: translate3d(0px, 2.60595px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 1;
  will-change: transform, opacity;
}

._anim {
  transform: translate3d(0px, 15px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 0;
  transition: 0.5s;
}
._anim._active {
  transform: translate3d(0px, 2.60595px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 1;
  will-change: transform, opacity;
}

._container {
  max-width: 70%;
  margin: 0 auto;
  padding: 0px 60px;
}
@media (max-width: 1920px) {
  ._container {
    max-width: 1430px;
  }
}
@media (max-width: 998px) {
  ._container {
    padding: 0px 16px;
  }
}

.linne {
  width: 100%;
  height: 100%;
}

.str {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 15px;
  overflow: hidden;
}
@media (max-width: 998px) {
  .str {
    width: calc(100% + 50px);
    left: 50%;
    transform: translate(-50%);
  }
}

.str__row-marque {
  display: flex;
  will-change: transform;
  gap: 15px;
}

.str__item {
  overflow: hidden;
}
.str__item img {
  height: 100%;
}
@media (max-width: 998px) {
  .str__item img {
    height: 90%;
  }
}

@keyframes row {
  0% {
    transform: translateZ(0px);
  }
  100% {
    transform: translate3d(-100%, 0px, 0px);
  }
}
@keyframes roww {
  0% {
    transform: translate3d(-100%, 0px, 0px);
  }
  100% {
    transform: translateZ(0px);
  }
}
.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;
}

/* Base styles for the header */
.header {
    position: fixed;
    top: 20px; /* Space from the top */
    left: 17%; /* Scalable space from the left */
    right: 17%; /* Scalable space from the right */
    background-color: rgba(255, 255, 255); /* Slightly transparent background */
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1); /* More blurred shadow on all edges including top */
    border-radius: 16px; /* Rounded corners */
    z-index: 1000; /* Ensure it stays on top */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
    pointer-events: auto; /* Ensure the header is interactive */
}

@media (max-width: 998px) {
    .header {
        left: 0; /* Full width on mobile */
        right: 0; /* Full width on mobile */
        top: 0; /* Align to the top on mobile */
        border-radius: 0; /* Remove rounded corners on mobile */
    }
}

/* Add a stronger shadow when scrolling */
.header.scrolled {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15); /* Stronger shadow on all edges */
}

.header__container {
  max-width: 1920px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
}
@media (max-width: 998px) {
  .header__container {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.header__logo {
  width: 150px;
}
@media (max-width: 1920px) {
  .header__logo {
    width: 130px;
  }
}
.header__logo img {
  width: 100%;
}
@media (max-width: 998px) {
  .header__logo {
    width: 100px;
  }
}
.header__menu {
  font-size: 14px;
}
.header__menu ul {
  display: flex;
  color: #757575;
  gap: 32px;
}
@media (max-width: 998px) {
  .header__menu ul {
    flex-direction: column;
    gap: 40px;
  }
}
.header__menu ul a {
  color: inherit;
}
.header__menu ul li {
  position: relative;
  cursor: pointer;
  padding: 5px 0px;
}
@media (min-width: 998px) {
  .header__menu ul li:hover::before {
    position: absolute;
    top: 0;
    left: -7px;
    content: "";
    width: calc(100% + 15px);
    height: 100%;
    background-color: #f8f8f8;
    z-index: -1;
    border-radius: 8px;
  }
  .header__menu ul li:hover.header__dropdown-tp::before {
    width: calc(100% + 27px);
  }
}
.header__dropdown-tp {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 998px) {
  .header__dropdown-tp {
    display: block;
    position: relative;
  }
  .header__dropdown-tp::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    top: -14px;
    height: 1px;
    background-color: #f0f0f0;
  }
  .header__dropdown-tp:first-child::before {
    display: none;
  }
}
@media (min-width: 998px) {
  .header__dropdown-tp._mobile {
    display: none;
  }
}
.header__dropdown-tp::after {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  flex: 0 0 14px;
  height: 14px;
  background-image: url(../img/arrow-down.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 998px) {
  .header__dropdown-tp::after {
    display: none;
  }
}
.header__dropdown-tp:hover ul {
  opacity: 1;
  pointer-events: all;
}
.header__dropdown-tp ul {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: absolute;
  bottom: 0;
  overflow: auto;
  left: 50%;
  transform: translate(-50%, 100%);
  border-radius: 16px;
  border: 1px solid #f0f0f0;
  background: #fff;
  width: max-content;
  min-width: 200px;
  /* Shadow/XL */
  box-shadow: 0px 10.81px 19.93px 0px rgba(0, 0, 0, 0.02), 0px 5.299px 10.217px 0px rgba(0, 0, 0, 0.02), 0px 2.095px 4.357px 0px rgba(0, 0, 0, 0.02);
  padding: 8px;
}
.header__dropdown-tp ul::-webkit-scrollbar {
  display: none;
}
.header__dropdown-tp ul li {
  padding: 0;
}
.header__dropdown-tp ul li:hover::before {
  display: none;
}
.header__dropdown-tp ul a {
  color: #252525;
  padding: 8px 8px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 12px;
  border: 1px solid transparent;
  line-height: 1.2;
}
@media (max-width: 998px) {
  .header__dropdown-tp ul a {
    gap: 10px;
  }
}
.header__dropdown-tp ul a:hover {
  border: 1px solid #f0f0f0;
  background: #f8f8f8;
}
.header__dropdown-tp ul a:hover::before {
  display: none;
}
@media (max-width: 998px) {
  .header__dropdown-tp ul {
    position: relative;
    pointer-events: all;
    opacity: 1;
    top: 0;
    left: 0;
    transform: translate(0);
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 10px;
  }
  .header__dropdown-tp ul a {
    padding: 0;
    font-size: 18px;
  }
}
@media (max-width: 998px) {
  .header__btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    margin-top: 50px;
  }
}
.header__btns._mobile-show {
  display: none;
}
@media (max-width: 998px) {
  .header__btns._mobile-show {
    display: block;
    margin: 0;
    margin-left: auto;
    margin-right: 22px;
  }
  .header__btns._mobile-show a {
    padding: 6px 17px;
    font-size: 14px;
    border-radius: 12px;
  }
}
.header__mobile {
  display: none;
  flex-direction: column;
  position: absolute;
  bottom: 100%;
  transform: translate(0px);
  background-color: #fff;
  width: 100%;
  height: calc(100vh - 56px);
  overflow: auto;
  padding: 16px;
  padding-top: 30px;
  padding-bottom: 120px;
  left: 0;
  transition: 0.3s;
}
@media (max-width: 998px) {
  .header__mobile {
    display: flex;
  }
}
.header__mobile._active {
  transform: translate(0px, 100%);
  bottom: 0%;
}

.icon-menu {
  display: none;
}
@media (max-width: 998px) {
  .icon-menu {
    display: block;
    position: relative;
    top: 0px;
    right: 0px;
    width: 16px;
    height: 14px;
    cursor: pointer;
    z-index: 5;
  }
  .icon-menu::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 32px;
    height: 32px;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    background: #fff;
  }
  .icon-menu span {
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 1.5px;
    background-color: #000;
  }
  .icon-menu span:first-child {
    top: 0px;
  }
  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }
  .icon-menu._active span {
    transform: scale(0);
  }
  .icon-menu._active span:first-child {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }
  .icon-menu._active span: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 {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease-in-out;
}
._resp.active {
  height: auto;
}

.home {
  overflow: hidden;
}
.home__container {
  margin-top: 140px;
}
@media (max-width: 998px) {
  .home__container {
    margin-top: 90px;
  }
}
.home__block {
  background: linear-gradient(180deg, #f8f8f8 0%, #fff 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 24px;
}
.home__outline {
  padding-top: 100px;
  border-radius: 24px;
  border: 1px solid #f0f0f0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.home__anim-h {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 99%;
  z-index: -1;
}
@media (max-width: 998px) {
  .home__anim-h {
    width: 200%;
    transform: translate(-50%, -56%);
  }
}
.home__anim-h img {
  width: 100%;
  animation: scscs 2.2s infinite;
}
@keyframes scscs {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.home__anim-h div {
  width: 100%;
}
.home__anim-h div:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
}
.home__anim-h div:nth-child(2) img {
  animation-delay: 0.18s;
}
.home__title {
  text-align: center;
  font-size: 110px;
  display: block;
}
@media (max-width: 998px) {
  .home__title {
    font-size: 48px;
  }
}
.home__title .containerr {
  height: 25vw;
  overflow: hidden;
  text-align: center;
}
.home__title ul.v-slides {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.home__slider {
  color: #252525;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  transition: 0.6s;
  transform: translate(0px, 20px);
}
.home__slider.swiper-container-initialized {
  opacity: 1;
  transform: translate(0px);
}
.home__slider .swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
.home__slider.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
.home__slider.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
}
.home__slide {
  padding: 15px 0px;
  width: 100%;
  height: auto !important;
  display: flex;
  justify-content: center;
  text-align: center;
}
.home__info {
  color: #ff3f19;
}
.home__info span {
  font-size: 22px;
}
@media (max-width: 998px) {
  .home__info span {
    font-size: 18px;
  }
}
.home__text {
  margin-top: 32px;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  max-width: 1064px;
  color: #757575;
  transition-delay: 0.3s;
}
@media (max-width: 998px) {
  .home__text {
    font-size: 16px;
  }
}
.home__btns {
  margin-top: 32px;
  margin-bottom: 100px;
}
.home__blocks {
  position: relative;
  width: 100%;
  pointer-events: none;
  aspect-ratio: 341/140;
}
.home__item {
  top: 0;
  width: 100%;
  transition: 0.3s;
  pointer-events: none;
  padding: 0px 90px;
}
@media (max-width: 998px) {
  .home__item {
    padding: 0px 0px;
  }
}
.home__item.swiper-slide-active img {
  transform: translate(0);
}
.home__item img {
  transition: 0.5s;
  width: 100%;
  transform: translate(0px, 50%);
  object-position: top;
}
.home__list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  padding: 12px;
  border-radius: 24px;
  border: 1px solid #f0f0f0;
  margin-top: 24px;
  justify-content: center;
}
.home__list ul li {
  padding: 12px 20px;
  font-size: min(1.4vw, 20.5px);
  cursor: pointer;
  color: #757575;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 2px solid transparent;
}
@media (max-width: 1350px) {
  .home__list ul li {
    font-size: min(1.3vw, 20.5px);
  }
}
@media (max-width: 1250px) {
  .home__list ul li {
    font-size: min(1.2vw, 20.5px);
    padding: 12px 15px;
  }
}
@media (max-width: 998px) {
  .home__list ul li {
    font-size: 16px;
    padding: 8px 11px;
  }
}
.home__list ul li span {
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  font-size: min(0.95vw, 16px);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6.1999998093px);
  padding: min(0.6vw, 9px);
  background-image: url(../img/bbg.png);
  background-size: cover;
  color: #252525;
  margin: -10px 0;
}
@media (max-width: 998px) {
  .home__list ul li span {
    font-size: 12px;
    padding: 6px 9px;
  }
}
.home__list ul li._active {
  border-radius: 16px;
  border: 2px solid #f0f0f0;
  background: #f8f8f8;
  color: #252525;
}
.home__list ul {
  position: relative;
  z-index: 1;
}
.home__list ul:hover .bottom-header__list-line {
  opacity: 1;
}
.home__list ul .bottom-header__list-line {
  position: absolute;
  background-color: #f8f8f8;
  border-radius: 16px;
  border: 2px solid #f0f0f0;
  transition: 0.3s;
  z-index: -1;
  opacity: 0;
}
@media (max-width: 998px) {
  .home__list ul .bottom-header__list-line {
    display: none;
  }
}

.info-text {
  overflow: hidden;
  z-index: 1;
}
.info-text__container {
  margin-top: 200px;
}
.info-text__title {
  font-size: 24px;
  color: #757575;
  text-align: center;
}
.info-text__block {
  margin-top: 40px;
  border-radius: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
  padding: 16px;
  align-items: center;
}
.info-text__block::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  background-color: #f8f8f8;
  content: "";
  width: 100vw;
  height: 100%;
  z-index: -1;
}
@media (max-width: 998px) {
  .info-text__block {
    padding: 16px 0;
    grid-template-columns: 1fr;
    z-index: 1;
    position: relative;
  }
  .info-text__block::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100vw;
    border-radius: 32px;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #f8f8f8;
    z-index: -1;
  }
}
.info-text__item {
  padding: 24px;
  line-height: 1.5;
}
@media (max-width: 998px) {
  .info-text__item {
    font-size: 14px;
  }
}
.info-text__item span {
  font-size: 32px;
}

.software {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.software__container {
  padding-top: 200px;
}
.software__block {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
.software__block._active .software__item {
  opacity: 1;
  transform: translate(0);
}
@media (max-width: 998px) {
  .software__block {
    grid-template-columns: 1fr;
  }
}
.software__item {
  color: inherit;
  text-align: center;
  transition: 0.6s;
  opacity: 0;
  transform: translate(0px, 20px);
}
@media (max-width: 998px) {
  .software__item {
    max-width: 500px;
    margin: 0px auto;
  }
}
.software__item:nth-child(2) {
  transition-delay: 0.3s;
}
.software__item:nth-child(3) {
  transition-delay: 0.6s;
}
.software__item:hover .software__arrow img:nth-child(2) {
  width: 50%;
  margin-right: -8px;
}
.software__animation {
  background-color: #f8f8f8;
  border-radius: 32px;
  aspect-ratio: 416/480;
  position: relative;
}
.software__animation::before {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  content: "";
  bottom: 0%;
  width: 60%;
  background-repeat: no-repeat;
  height: 30%;
  background-image: url(../img/blur.png);
  background-size: 100%;
  background-position: bottom;
  z-index: 5;
}
@keyframes one {
  0% {
    transform: scale(0);
  }
  85% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.software__animation img {
  width: 100%;
}
.software__animation_one._active div {
  animation: one 0.4s forwards;
}
.software__animation_one div {
  position: absolute;
  transform: scale(0);
}
.software__animation_one div:nth-child(1) {
  left: 23%;
  top: 6%;
  width: 53%;
  animation-delay: 1.5s;
}
.software__animation_one div:nth-child(2) {
  width: 40%;
  left: 7%;
  top: 40%;
  z-index: 3;
  animation-delay: 0.75s;
}
.software__animation_one div:nth-child(3) {
  width: 20%;
  left: 41%;
  top: 48%;
  animation-delay: 1.75s;
}
.software__animation_one div:nth-child(4) {
  right: 7%;
  top: 40%;
  width: 36%;
  animation-delay: 0.25s;
}
.software__animation_one div:nth-child(5) {
  top: 63%;
  width: 20%;
  left: 37%;
  z-index: 2;
  animation-delay: 1s;
}
.software__animation_one div:nth-child(6) {
  width: 25%;
  right: 21%;
  top: 67%;
  animation-delay: 0.5s;
}
.software__animation_one div:nth-child(7) {
  right: 12%;
  top: 68%;
  width: 13%;
  animation-delay: 1.25s;
}
.software__animation_one div:nth-child(8) {
  top: 75%;
  width: 12%;
  left: 30%;
  animation-delay: 0.3s;
}
.software__animation_one div:nth-child(9) {
  left: 44%;
  width: 15%;
  top: 79%;
}
.software__animation_two._active img {
  animation: two 0.5s forwards;
}
.software__animation_two div {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.software__animation_two div img {
  transform: translate(0, 100%);
  opacity: 0;
}
@keyframes two {
  0% {
    transform: translate(0, 100%);
    opacity: 0;
  }
  65% {
    transform: translate(0, -33%);
    opacity: 1;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
.software__animation_two div:nth-child(1) {
  width: 80%;
  top: 10%;
}
.software__animation_two div:nth-child(1) img {
  animation-delay: 0.9s;
}
.software__animation_two div:nth-child(2) {
  width: 70%;
  top: 28%;
}
.software__animation_two div:nth-child(2) img {
  animation-delay: 0.6s;
}
.software__animation_two div:nth-child(3) {
  width: 60%;
  top: 45%;
}
.software__animation_two div:nth-child(3) img {
  animation-delay: 0.3s;
}
.software__animation_two div:nth-child(4) {
  width: 50%;
  top: 52%;
}
.software__animation_three {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2%;
  padding-top: 10%;
}
.software__animation_three::before {
  bottom: 8%;
}
.software__animation_three._active div {
  animation: three 0.5s forwards;
}
.software__animation_three div {
  width: 60%;
  transform: scale(0.1);
  opacity: 0;
}
@keyframes three {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  70% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.software__animation_three div:nth-child(5), .software__animation_three div:nth-child(6), .software__animation_three div:nth-child(7) {
  width: 85%;
}
.software__animation_three div:nth-child(5) {
  margin-top: -6%;
}
.software__animation_three div:nth-child(1) {
  animation-delay: 1.8s;
}
.software__animation_three div:nth-child(2) {
  animation-delay: 1.5s;
}
.software__animation_three div:nth-child(3) {
  animation-delay: 1.2s;
}
.software__animation_three div:nth-child(4) {
  animation-delay: 0.9s;
}
.software__animation_three div:nth-child(5) {
  animation-delay: 0.6s;
}
.software__animation_three div:nth-child(6) {
  animation-delay: 0.3s;
}
.software__arrow {
  position: absolute;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  right: 24px;
  bottom: 24px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  left: auto !important;
  z-index: 50;
  transform: translate(0) !important;
  animation: none;
  opacity: 1;
  display: none;
}
.software__arrow img {
  transition: 0.3s;
  width: 33%;
}
.software__arrow img:nth-child(2) {
  width: 0%;
  margin-right: 3px;
}
.software__head {
  margin-top: 20px;
  font-size: 24px;
}
.software__text {
  margin-top: 12px;
  color: #757575;
  line-height: 1.5;
}
.software__btns {
  margin-top: 60px;
}

.digital__container {
  padding-top: 200px;
}
@media (max-width: 998px) {
  .digital__container {
    padding-top: 280px;
  }
}
.digital__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  font-size: 20px;
  margin-top: 64px;
}
@media (max-width: 998px) {
  .digital__block {
    border: 1px solid #f0f0f0;
    padding: 8px;
    display: flex;
    gap: 0;
    flex-direction: column-reverse;
    border-radius: 8px;
  }
}
@media (max-width: 500px) {
  .digital__block {
    font-size: 18px;
  }
}
.digital__items {
  border-radius: 16px;
  border: 1px solid #f0f0f0;
  padding: 16px;
  color: #757575;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 998px) {
  .digital__items {
    padding: 0;
    border: none;
  }
}
.digital__items li {
  border-radius: 12px;
  padding: 16px;
}
.digital__items li._active {
  background: #f8f8f8;
  color: #000;
}
.digital__items li._new {
  display: flex;
  align-items: center;
  gap: 12px;
}
.digital__items li._new::after {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/new.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 64px;
  height: 24px;
}
@media (max-width: 500px) {
  .digital__items li._new::after {
    width: 58px;
    height: 20px;
  }
}
.digital__content {
  position: relative;
}
.digital__img {
  position: absolute;
  opacity: 0;
  transition: 0.3s;
  top: 100px;
  left: 0;
  background-image: url(../img/bbllur.png);
  background-size: cover;
  border-radius: 16px;
}
@media (max-width: 998px) {
  .digital__img {
    top: 0;
  }
}
.digital__img img {
  width: 100%;
}
.digital__img._active {
  position: sticky;
  opacity: 1;
  top: 100px;
}
@media (max-width: 998px) {
  .digital__img._active {
    position: relative;
    top: 0;
  }
}

.free {
  overflow: hidden;
  margin-top: 200px;
  border: 1px solid #f0f0f0;
  background: #f8f8f8;
  position: relative;
}
@media (max-width: 998px) {
  .free {
    position: relative;
  }
}
.free__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 36px;
  padding: 4px;
  overflow: hidden;
}
@media (max-width: 998px) {
  .free__block {
    flex-direction: column;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    padding: 36px 0;
    position: static;
  }
}
.free__block::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20%;
  height: 100%;
  background-image: url(../img/bgbg.png);
  background-size: cover;
  background-position: right;
  z-index: 1;
  background-repeat: no-repeat;
}
@media (max-width: 998px) {
  .free__block::before {
    width: 100%;
    background-size: contain;
    background-position: top left;
  }
}
.free__content {
  font-size: 40px;
  padding-left: 55px;
  position: relative;
  z-index: 2;
}
@media (max-width: 998px) {
  .free__content {
    padding: 0;
    margin-bottom: 2ch;
  }
}
.free__content span {
  color: #ff3f19;
}
.free__btns {
  display: flex;
  gap: 4px;
  position: relative;
  z-index: 2;
}
@media (max-width: 500px) {
  .free__btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}
.free__btns a {
  padding: 56px 46px;
  border-radius: 32px;
  border: 1px solid #f0f0f0;
  text-align: center;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
  justify-content: center;
  text-align: center;
  background-color: #fff;
}
.free__btns a:hover .free__arrow::after {
  width: 12px;
}
@media (max-width: 500px) {
  .free__btns a {
    padding: 55px 30px;
    width: 100%;
  }
}
.free__btns a:hover {
  background: #f8f8f8;
}
.free__arrow {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 19px;
}
.free__arrow::before {
  position: relative;
  left: 0;
  background-repeat: no-repeat;
  display: block;
  content: "";
  background-image: url(../img/a1.svg);
  width: 8px;
  height: 14px;
  background-size: contain;
  background-position: center center;
}
.free__arrow::after {
  position: relative;
  top: 0px;
  left: 0;
  background-repeat: no-repeat;
  display: block;
  content: "";
  background-image: url(../img/a2.svg);
  width: 0px;
  height: 16px;
  margin-right: -6px;
  transition: 0.3s;
  background-position: center center;
  background-size: contain;
}

.team {
  overflow: hidden;
}
.team__container {
  padding-top: 200px;
}
.team__block {
  margin-top: 65px;
  display: flex;
  flex-direction: column;
  gap: 65px;
}
.team__custom {
  display: grid;
  grid-template-columns: 72% 1fr;
  gap: 10px;
  max-width: 1050px;
  margin: 0px auto;
  transform: translate(0, 50px);
  opacity: 0;
  transition: 0.3s;
}
.team__custom._active {
  transform: translate(0);
  opacity: 1;
}
@media (max-width: 998px) {
  .team__custom {
    grid-template-columns: 1fr;
  }
}
.team__custom .team__wp {
  grid-template-columns: 1fr;
  gap: 15px;
  margin-top: 8px;
}
@media (max-width: 998px) {
  .team__custom .team__wp {
    margin-top: 0;
  }
}
.team__custom .team__wp div {
  background: #f8f8f8;
  padding: 32px 24px;
  border-radius: 24px;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(8px);
  border: 1px solid #f0f0f0;
}
.team__custom .team__wp div span {
  font-size: 20px;
}
.team__custom .team__wp div p {
  font-size: 14px;
  color: #757575;
}
.team__custom .team__item {
  background: transparent;
  padding: 0;
  border: none;
}
.team .team__img img {
  width: 100%;
}
.team__item {
  padding: 24px;
  border-radius: 32px;
  border: 1px solid #f0f0f0;
  background: #f8f8f8;
}
@media (max-width: 500px) {
  .team__item {
    padding: 24px 20px;
  }
}
.team__head {
  font-size: 24px;
}
.team__text {
  color: #757575;
  margin-top: 6px;
  line-height: 1.5;
}
.team__btns {
  margin-top: 0px;
}
@media (max-width: 500px) {
  .team__btns a {
    font-size: 13px;
    white-space: nowrap;
  }
}
.team__btns a._white {
  background: #fff;
}
.team__wp {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 998px) {
  .team__wp {
    grid-template-columns: 1fr;
  }
}
.team__wp div {
  padding: 16px 24px;
  line-height: 1.5;
}
.team__wp div span {
  font-size: 32px;
  margin-bottom: 8px;
}

.faq {
  overflow: hidden;
}
.faq__container {
  padding-top: 200px;
}
.faq__block {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  gap: 20px;
  transition-delay: 0.3s;
}
@media (max-width: 998px) {
  .faq__block {
    grid-template-columns: 1fr;
  }
}
.faq__item {
  border-radius: 32px;
  border: 1px solid #f0f0f0;
  background: #f8f8f8;
}
.faq__quest {
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.4;
  padding: 24px 32px;
  justify-content: space-between;
  cursor: pointer;
}
.faq__quest.active::after {
  transform: rotate(180deg);
}
@media (max-width: 500px) {
  .faq__quest {
    font-size: 16px;
  }
}
.faq__quest::after {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  flex: 0 0 24px;
  transition: 0.4s;
  height: 24px;
  background-image: url(../img/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.faq__resp div {
  border: 1px solid #f0f0f0;
  padding: 24px 32px;
  border-radius: 24px;
  line-height: 1.33;
  background: #fff;
  color: #757575;
}
@media (max-width: 500px) {
  .faq__resp div {
    font-size: 14px;
  }
}

.start {
  overflow: hidden;
}
.start__container {
  padding-top: 200px;
}
.start__block {
  border-radius: 32px;
  background: #ff3f19;
  padding: 100px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100vw;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0;
}
.start__block canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 998px) {
  .start__block {
    padding: 36px 16px;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    border-radius: 0;
  }
}
.start__title {
  font-size: 56px;
  line-height: 1.14;
  max-width: 950px;
  transition-delay: 0.3s;
}
@media (max-width: 998px) {
  .start__title {
    font-size: 32px;
  }
}
.start__btn {
  margin-top: 24px;
}
.start__btn a._white {
  background-color: #fff;
}

.plans {
  overflow: hidden;
}
.plans__contaner {
  padding-top: 200px;
}
.plans__block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.plans__block._active .plans__item {
  transform: translate3d(0px, 2.60595px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 1;
  will-change: transform, opacity;
}
@media (max-width: 998px) {
  .plans__block {
    grid-template-columns: 1fr;
  }
}
.plans__item {
  border-radius: 32px;
  border: 1px solid #f0f0f0;
  background: #f8f8f8;
  padding: 24px;
  transform: translate3d(0px, 15px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 0;
  transition: 0.4s;
}
.plans__item:nth-child(2) {
  transition-delay: 0.2s;
}
.plans__item:nth-child(3) {
  transition-delay: 0.4s;
}
.plans__head {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 20px;
}
.plans__head div {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid #f0f0f0;
  background: #fff;
}
.plans__text {
  margin-top: 12px;
  color: #757575;
  line-height: 1.5;
}
.plans__btn a {
  margin-top: 24px;
  display: flex;
  align-items: center;
  width: max-content;
  color: #757575;
  text-decoration: underline;
  gap: 8px;
  transition: 0.3s;
}
.plans__btn a:hover .plans__arrow img:nth-child(2) {
  width: 50%;
  margin-right: -8px;
}
.plans__arrow {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
.plans__arrow img {
  transition: 0.3s;
  width: 33%;
}
.plans__arrow img:nth-child(2) {
  width: 0%;
  margin-right: 3px;
}

.footer {
  overflow: hidden;
  margin-top: 200px;
  border-top: 1px solid #f0f0f0;
  background: #f8f8f8;
}
@media (max-width: 998px) {
  .footer {
    margin-top: 360px;
  }
}
.footer__container {
  max-width: 1910px;
}
.footer__top {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 64px;
  padding-top: 34px;
  padding-bottom: 50px;
}
@media (max-width: 1500px) {
  .footer__top {
    grid-template-columns: 240px 1fr;
  }
}
@media (max-width: 998px) {
  .footer__top {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.footer__logo {
  width: 100px;
}
.footer__logo img {
  width: 100%;
}
.footer__info {
  font-size: 14px;
  max-width: 250px;
  margin-top: 11px;
  line-height: 1.6;
}
.footer__menu {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  row-gap: 32px;
}
@media (max-width: 1300px) {
  .footer__menu {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 700px) {
  .footer__menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__menu ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 18px;
  transform: translate3d(0px, 15px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 0;
  transition: 0.6s;
}
.footer__menu ul._active {
  transform: translate3d(0px, 2.60595px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 1;
  will-change: transform, opacity;
}
.footer__menu ul:nth-child(2) {
  transition-delay: 0.1s;
}
.footer__menu ul:nth-child(3) {
  transition-delay: 0.2s;
}
.footer__menu ul:nth-child(4) {
  transition-delay: 0.3s;
}
.footer__menu ul:nth-child(5) {
  transition-delay: 0.4s;
}
.footer__menu ul:nth-child(6) {
  transition-delay: 0.5s;
}
.footer__menu ul a {
  color: #757575;
  font-size: 14px;
}
.footer__menu ul a:hover {
  color: #1f1f1f;
}
.footer__menu ul span {
  margin-bottom: 4px;
}
.footer__bottom__wp {
  border-top: 1px solid #e6e6e6;
  background: #f0f0f0;
  padding: 24px 0;
}
.footer__wp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
@media (max-width: 998px) {
  .footer__wp {
    flex-direction: column;
    justify-content: start;
  }
}
@media (max-width: 998px) {
  .footer__r {
    width: 100%;
  }
}
.footer__links {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  row-gap: 14px;
}
@media (max-width: 500px) {
  .footer__links {
    gap: 12px;
    margin-top: 16px;
  }
}
.footer__links a {
  color: #757575;
}
.footer__links a:hover {
  text-decoration: underline;
}
.footer__text {
  font-size: 10px;
  margin-top: 32px;
  color: #757575;
  line-height: 1.6;
}

.platform {
  overflow: hidden;
}
.platform__container {
  margin-top: 200px;
}
.platform__block-wp {
  position: relative;
}
.platform__block {
  margin-top: 64px;
  overflow: visible;
}
.platform__item {
  border-radius: 32px;
  border: 1px solid #f0f0f0;
  background: #fff;
  position: relative;
  padding: 64px 8px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.platform__content {
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 672px;
}
.platform__logo {
  width: 72px;
}
.platform__logo img {
  width: 100%;
}
.platform__text {
  margin-top: 16px;
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 998px) {
  .platform__text {
    font-size: 16px;
  }
}
.platform__wp {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  width: 100%;
}
@media (max-width: 998px) {
  .platform__wp {
    grid-template-columns: 1fr;
  }
}
.platform__wp span {
  font-size: 32px;
}
.platform__wp p {
  color: #757575;
  margin-top: 6px;
}
.platform__info {
  margin-top: 40px;
}
.platform__info p {
  font-size: 14px;
  color: #757575;
  margin-top: 6px;
}
.platform__arr {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  border-radius: 12px;
  border: 1px solid #e6e6e6;
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  /* Shadow/XL */
  box-shadow: 0px 10.81px 19.93px 0px rgba(0, 0, 0, 0.02), 0px 5.299px 10.217px 0px rgba(0, 0, 0, 0.02), 0px 2.095px 4.357px 0px rgba(0, 0, 0, 0.02);
}
.platform__arr_l {
  left: 48px;
}
@media (max-width: 998px) {
  .platform__arr_l {
    left: 8px;
  }
}
.platform__arr_r {
  right: 48px;
}
@media (max-width: 998px) {
  .platform__arr_r {
    right: 8px;
  }
}
.platform__arr_r img {
  transform: rotate(180deg);
}
.platform__d {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  max-width: 100%;
}
@media (max-width: 998px) {
  .platform__d {
    width: 80%;
    height: 100%;
    background-image: url(../img/blb.png);
    background-size: contain;
    background-position: bottom;
    max-width: 300px;
    right: 0;
    left: auto;
    transform: translate(0);
    background-repeat: no-repeat;
    z-index: -1;
  }
}
.platform__d img {
  max-width: 100%;
}
@media (max-width: 998px) {
  .platform__d img {
    display: none;
  }
}

.world-class {
  overflow: hidden;
}
.world-class__container {
  margin-top: 200px;
}
.world-class__block {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
}
.world-class__block._active .world-class__item {
  transform: translate(0);
  opacity: 1;
}
@media (max-width: 998px) {
  .world-class__block {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.world-class__item {
  position: relative;
  transform: translate(0px, 40px);
  transition: 0.3s;
  opacity: 0;
}
.world-class__item:nth-child(2) {
  transition-delay: 0.3s;
}
.world-class__item:nth-child(3) {
  transition-delay: 0.6s;
}
.world-class__item span {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.05);
  font-size: 136px;
  font-weight: 600;
}
.world-class__item span img {
  max-width: 70%;
}
.world-class__item p {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0px, -50%);
}

.straight-forward {
  overflow: hidden;
}
.straight-forward__container {
  padding-top: 200px;
}
.straight-forward__block {
  border-radius: 32px;
  background: linear-gradient(92deg, #25212c 59.15%, #271313 122.44%);
  color: #fff;
  overflow: hidden;
  align-items: center;
  position: relative;
  display: grid;
  grid-template-columns: 71% 1fr;
  width: 100vw;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0;
}
.straight-forward__block._active .straight-forward__animation::before {
  opacity: 1;
}
.straight-forward__block._active .straight-forward__animation img {
  animation: tgtg 0.7s forwards;
}
@media (max-width: 998px) {
  .straight-forward__block {
    width: 100vw;
    left: 50%;
    transform: translate(-50%);
    grid-template-columns: 1fr;
    border-radius: 0;
  }
}
.straight-forward__content {
  padding: 48px 96px;
}
@media (max-width: 998px) {
  .straight-forward__content {
    padding: 36px 18px;
  }
}
.straight-forward__title {
  font-size: 40px;
}
.straight-forward__subtitle {
  line-height: 1.5;
  margin-top: 12px;
}
.straight-forward__btn {
  justify-content: start;
  margin-top: 24px;
}
.straight-forward__btn a._white {
  background-color: #fff;
}
.straight-forward__animation {
  position: relative;
  aspect-ratio: 1/1;
  pointer-events: none;
}
.straight-forward__animation::before {
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background-position: bottom right;
  background-image: url(../img/ele.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 998px) {
  .straight-forward__animation {
    width: 60%;
    margin-left: auto;
    margin-top: -10vw;
    max-width: 300px;
  }
}
@media (max-width: 500px) {
  .straight-forward__animation {
    margin-top: -15vw;
  }
}
.straight-forward__animation div {
  position: absolute;
  opacity: 0;
}
.straight-forward__animation div img {
  width: 100%;
  transform: scale(0) rotate(0deg);
}
@keyframes tgtg {
  to {
    transform: scale(1) rotate(0);
  }
}
.straight-forward__animation div:nth-child(1) {
  left: 0;
  width: 50%;
  opacity: 1;
}
.straight-forward__animation div:nth-child(2) {
  left: 43%;
  top: 10%;
  width: 33%;
  opacity: 1;
}
.straight-forward__animation div:nth-child(2) img {
  animation-delay: 0.3s !important;
}
.straight-forward__animation div:nth-child(3) {
  left: 28%;
  top: 36%;
  width: 30%;
  opacity: 1;
}
.straight-forward__animation div:nth-child(3) img {
  animation-delay: 0.6s !important;
}
.straight-forward__animation div:nth-child(4) {
  left: 58%;
  top: 37%;
  width: 26%;
  opacity: 1;
}
.straight-forward__animation div:nth-child(4) img {
  animation-delay: 0.9s !important;
}
.straight-forward__animation div:nth-child(5) {
  right: -2%;
  top: 50%;
  width: 22%;
  opacity: 1;
}
.straight-forward__animation div:nth-child(5) img {
  animation-delay: 1.2s !important;
}
.straight-forward__animation div:nth-child(6) {
  left: 12%;
  bottom: 7%;
  width: 36%;
  opacity: 1;
}
.straight-forward__animation div:nth-child(6) img {
  animation-delay: 1.5s !important;
}
.straight-forward__animation div:nth-child(7) {
  left: 50%;
  top: 58%;
  width: 26%;
  opacity: 1;
}
.straight-forward__animation div:nth-child(7) img {
  animation-delay: 1.8s !important;
}

.billgang {
  overflow: hidden;
}
.billgang__container {
  margin-top: 200px;
}
.billgang__block {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.billgang__wp {
  display: grid;
  opacity: 1;
  transform: translate(0);
  gap: 20px;
}
.billgang__wp._active .billgang__item {
  transform: translate3d(0px, 2.60595px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 1;
  will-change: transform, opacity;
}
.billgang__wp_1 {
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 998px) {
  .billgang__wp_1 {
    grid-template-columns: 1fr;
  }
}
.billgang__wp_2 {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 998px) {
  .billgang__wp_2 {
    grid-template-columns: 1fr;
  }
}
.billgang__item {
  border-radius: 32px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translate3d(0px, 15px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 0;
  transition: 0.3s;
}
.billgang__item:nth-child(2) {
  transition-delay: 0.2s;
}
@media (max-width: 998px) {
  .billgang__item {
    max-width: 500px;
    margin: 0px auto;
  }
}
.billgang__animation {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 998px) {
  .billgang__animation {
    aspect-ratio: 295/300 !important;
  }
}
.billgang__animation img {
  position: absolute;
  opacity: 0;
  opacity: 1 !important;
  transform: translate(0) !important;
  animation: none !important;
}
@keyframes b1 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes op {
  to {
    opacity: 1;
  }
}
.billgang__animation_1 {
  aspect-ratio: 820/330;
}
.billgang__animation_1._active img:nth-child(1) {
  animation: b1 1s forwards;
}
.billgang__animation_1._active img:nth-child(2) {
  animation: b1 1s 0.6s forwards;
}
.billgang__animation_1._active img:nth-child(3) {
  animation: b1 1s 1.2s forwards;
}
.billgang__animation_1._active img:nth-child(4) {
  animation: b1 1s 1.8s forwards;
}
.billgang__animation_1._active img:nth-child(5) {
  animation: b1 1s 2.4s forwards;
}
.billgang__animation_1 img:nth-child(1) {
  width: 45%;
  top: 0%;
}
@media (max-width: 998px) {
  .billgang__animation_1 img:nth-child(1) {
    width: 140%;
    left: -20%;
  }
}
.billgang__animation_1 img:nth-child(2) {
  width: 40%;
  top: 22%;
  left: 50%;
}
@media (max-width: 998px) {
  .billgang__animation_1 img:nth-child(2) {
    display: none;
  }
}
.billgang__animation_1 img:nth-child(3) {
  width: 40%;
  left: 50%;
}
@media (max-width: 998px) {
  .billgang__animation_1 img:nth-child(3) {
    display: none;
  }
}
.billgang__animation_1 img:nth-child(4) {
  width: 7%;
  right: 0%;
  top: -5%;
}
@media (max-width: 998px) {
  .billgang__animation_1 img:nth-child(4) {
    display: none;
  }
}
.billgang__animation_1 img:nth-child(5) {
  width: 7%;
  right: 0%;
  top: 64%;
}
@media (max-width: 998px) {
  .billgang__animation_1 img:nth-child(5) {
    display: none;
  }
}
.billgang__animation_1 .billgang__blur {
  width: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.billgang__animation_1 .billgang__blur_2 {
  left: 50%;
}
.billgang__animation_1 .billgang__blur img {
  position: relative;
  width: 100%;
  animation: none !important;
  opacity: 1 !important;
}
.billgang__animation_2 {
  aspect-ratio: 376/320;
}
.billgang__animation_2._active img:nth-child(1) {
  animation: b1 1s 0.5s forwards;
}
.billgang__animation_2._active img:nth-child(2) {
  animation: op 0.5s forwards;
}
.billgang__animation_2 img:nth-child(1) {
  width: 100%;
  z-index: 2;
  opacity: 0;
}
.billgang__animation_2 img:nth-child(2) {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  opacity: 0;
}
.billgang__animation_2 .billgang__blur {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
.billgang__animation_2 .billgang__blur img {
  position: relative;
  width: 100%;
}
.billgang__animation_3 {
  aspect-ratio: 598/280;
}
.billgang__animation_3._active img:nth-child(1) {
  animation: b1 1s 0.5s forwards;
}
.billgang__animation_3._active img:nth-child(2) {
  animation: op 0.5s forwards;
}
.billgang__animation_3 img:nth-child(1) {
  width: 100%;
  z-index: 2;
  opacity: 0;
}
@media (max-width: 998px) {
  .billgang__animation_3 img:nth-child(1) {
    height: 90%;
    width: auto;
    left: -33%;
  }
}
.billgang__animation_3 img:nth-child(2) {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  opacity: 0;
}
.billgang__animation_3 .billgang__blur {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
.billgang__animation_3 .billgang__blur img {
  position: relative;
  width: 100%;
}
.billgang__animation_4 {
  border: 1px solid #f0f0f0;
  aspect-ratio: 598/280;
}
.billgang__animation_4._active img {
  animation: b1 2s forwards;
}
.billgang__animation_4 img:nth-child(1) {
  width: 36%;
  left: 3%;
  top: 11%;
  z-index: 2;
  opacity: 0;
}
@media (max-width: 998px) {
  .billgang__animation_4 img:nth-child(1) {
    width: 70%;
    left: 5%;
  }
}
.billgang__animation_4 img:nth-child(2) {
  width: 36%;
  top: 57%;
  left: 3%;
  opacity: 0;
  animation-delay: 0.35s !important;
}
@media (max-width: 998px) {
  .billgang__animation_4 img:nth-child(2) {
    width: 70%;
    left: 5%;
    top: 52%;
  }
}
.billgang__animation_4 img:nth-child(3) {
  width: 59%;
  bottom: 3%;
  right: 0%;
  opacity: 0;
  animation-delay: 0.7s !important;
}
@media (max-width: 998px) {
  .billgang__animation_4 img:nth-child(3) {
    width: 110%;
    right: auto;
    left: 80%;
    bottom: 10%;
  }
}
.billgang__animation_4 img:nth-child(4) {
  width: 36%;
  top: 0%;
  left: 3%;
  animation-delay: 0.7s !important;
}
@media (max-width: 998px) {
  .billgang__animation_4 img:nth-child(4) {
    width: 70%;
  }
}
.billgang__animation_4 img:nth-child(5) {
  width: 59%;
  top: 0%;
  right: 0%;
  opacity: 0;
  animation-delay: 1s !important;
}
@media (max-width: 998px) {
  .billgang__animation_4 img:nth-child(5) {
    width: 110%;
    right: auto;
    left: 80%;
    bottom: 0;
  }
}
.billgang__animation_5 {
  aspect-ratio: 1264/320;
  display: flex;
  gap: 20px;
}
@media (max-width: 998px) {
  .billgang__animation_5 {
    aspect-ratio: 295/220 !important;
    overflow: visible;
  }
}
.billgang__animation_5 img {
  display: block;
  opacity: 1;
  position: relative;
}
.billgang__animation_5._active img {
  animation: b1 1.6s forwards;
}
.billgang__animation_5 img:nth-child(1) {
  height: 100%;
  left: 0%;
  top: 0%;
  z-index: 2;
  opacity: 0;
}
@media (max-width: 998px) {
  .billgang__animation_5 img:nth-child(1) {
    height: auto;
    width: 85%;
  }
}
.billgang__animation_5 img:nth-child(2) {
  height: 100%;
  top: 0%;
  left: 0%;
  opacity: 0;
  animation-delay: 0.7s !important;
}
@media (max-width: 998px) {
  .billgang__animation_5 img:nth-child(2) {
    width: 85%;
    left: 90%;
    top: 0;
    height: auto;
  }
}
.billgang__animation_5 img:nth-child(3) {
  height: 100%;
  top: 0;
  left: 0%;
  opacity: 0;
  animation-delay: 1.4s !important;
}
@media (max-width: 998px) {
  .billgang__animation_5 img:nth-child(3) {
    display: none;
  }
}
.billgang__animation_5 img:nth-child(4) {
  height: 100%;
  top: 0;
  left: 0%;
  opacity: 0;
  animation-delay: 2s !important;
}
@media (max-width: 998px) {
  .billgang__animation_5 img:nth-child(4) {
    display: none;
  }
}
.billgang__head {
  font-size: 32px;
  margin-top: 24px;
}
@media (max-width: 500px) {
  .billgang__head {
    font-size: 24px;
  }
}
.billgang__text {
  margin-top: 12px;
  color: #757575;
  line-height: 1.5;
}
@media (max-width: 500px) {
  .billgang__text {
    font-size: 14px;
  }
}
.billgang__btn {
  margin-top: auto;
  display: none;
}
.billgang__btn a {
  margin-top: 24px;
  padding: 12px;
  display: flex;
  width: max-content;
  gap: 8px;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #f0f0f0;
  background: #fff;
  color: inherit;
  transition: 0.3s;
}
.billgang__btn a:hover {
  background: #f0f0f0;
}

.prices._active .prices__item {
  opacity: 1;
  transform: translate(0px, 0px);
}
.prices__container {
  padding-top: 200px;
}
.prices__title {
  font-size: 64px;
  max-width: 900px;
  margin: 0px auto;
}
@media (max-width: 998px) {
  .prices__title {
    font-size: 40px;
  }
}
.prices__subtitle {
  font-size: 22px;
}
@media (max-width: 1920px) {
  .prices__subtitle {
    font-size: 20px;
  }
}
@media (max-width: 998px) {
  .prices__subtitle {
    font-size: 18px;
  }
}
.prices__btn {
  margin-top: 24px;
}
.prices__block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 120px;
}
@media (min-width: 1920px) {
  .prices__block {
    gap: 39px;
  }
}
@media (max-width: 998px) {
  .prices__block {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }
}
.prices__item {
  transform: translate3d(0px, 15px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.6s;
  border-radius: 16px;
  background: #fff;
  display: flex;
  flex-direction: column;
  /* Border */
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08), 0px 0px 0px 1px rgba(0, 0, 0, 0.04);
  padding: 24px;
}
@media (min-width: 1920px) {
  .prices__item {
    font-size: 19px;
  }
}
.prices__item:nth-child(2) {
  background: #f8f8f8;
  transition-delay: 0.7s;
}
.prices__item:nth-child(2) .prices__link a {
  background: #ff3f19;
  color: #fff;
}
.prices__item:nth-child(3) {
  background: #1f1f1f;
  transition-delay: 0.8s;
  color: #fff;
}
.prices__item:nth-child(3) .prices__link a {
  background: #1f1f1f;
  color: #fff;
  border-color: #2c2c2c;
}
.prices__item:nth-child(3) .prices__text,
.prices__item:nth-child(3) .prices__info,
.prices__item:nth-child(3) .prices__list li {
  color: #b8b8b8;
}
.prices__item:nth-child(3) .prices__list {
  border-color: #2c2c2c;
}
.prices__top {
  color: #ff3f19;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prices__top img {
  width: 75px;
}
.prices__text {
  margin-top: 24px;
  line-height: 1.5;
  color: #757575;
  margin-top: 24px;
}
.prices__price {
  margin-top: 16px;
  font-size: 48px;
  font-weight: 400;
}
.prices__price span {
  color: #c2c2c2;
  font-size: 20px;
}
.prices__info {
  margin-top: 24px;
  color: #757575;
}
.prices__list {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #f0f0f0;
}
.prices__list span b {
  font-weight: 400;
  color: #ff3f19;
}
.prices__list ul {
  margin-top: 12px;
}
.prices__list ul li {
  color: #757575;
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.prices__list ul li::before {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/Check.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
}
.prices__list ul li span {
  padding: 4px 6px;
  gap: 4px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  background: #f8f8f8;
}
.prices__link {
  margin-top: auto;
}
.prices__link a {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 40px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid #f0f0f0;
  background: #fff;
  font-size: 14px;
  color: inherit;
}
.prices__notes {
  margin-top: 64px;
  line-height: 2.4;
  font-size: 10px;
  color: #757575;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 998px) {
  .prices__notes {
    line-height: 1.6;
  }
}
.prices__compare {
  display: flex;
  justify-content: center;
  width: max-content;
  margin: 0px auto;
  margin-top: 64px;
  text-decoration: underline;
  gap: 2px;
  align-items: center;
  color: #757575;
}

.compare__container {
  margin-top: 80px;
}
.compare__block {
  position: relative;
}
.compare__select {
  display: none;
}
@media (max-width: 998px) {
  .compare__select {
    position: sticky;
    bottom: 50px;
    display: flex;
    z-index: 1;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    background: #f8f8f8;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    margin-top: 25px;
    /* Shadow/XL */
    box-shadow: 0px 10.81px 19.93px 0px rgba(0, 0, 0, 0.02), 0px 5.299px 10.217px 0px rgba(0, 0, 0, 0.02), 0px 2.095px 4.357px 0px rgba(0, 0, 0, 0.02);
  }
  .compare__select div {
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    background: #fff;
    position: relative;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .compare__select div._active ul {
    top: -19px;
    opacity: 1;
    pointer-events: all;
  }
  .compare__select div ul {
    position: absolute;
    top: 0px;
    right: -15px;
    transform: translate(0px, -100%);
    width: calc(100vw - 30px);
    opacity: 0;
    pointer-events: none;
    padding: 8px;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    gap: 0;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    background: #fff;
    box-shadow: 0px 10.81px 19.93px 0px rgba(0, 0, 0, 0.02), 0px 5.299px 10.217px 0px rgba(0, 0, 0, 0.02), 0px 2.095px 4.357px 0px rgba(0, 0, 0, 0.02);
    padding: 8px;
  }
  .compare__select div ul li {
    padding: 8px;
  }
}
.compare__top {
  padding-top: 100px;
  position: sticky;
  top: 0px;
  background-color: #fff;
  z-index: 2;
}
.compare__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 998px) {
  .compare__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .compare__grid[data-item=_core] > div:nth-child(3), .compare__grid[data-item=_core] > div:nth-child(4) {
    display: none;
  }
  .compare__grid[data-item=_scale] > div:nth-child(2), .compare__grid[data-item=_scale] > div:nth-child(4) {
    display: none;
  }
  .compare__grid[data-item=_enterprise] > div:nth-child(2), .compare__grid[data-item=_enterprise] > div:nth-child(3) {
    display: none;
  }
}
.compare__title {
  font-size: 32px;
  line-height: 1.25;
  max-width: 250px;
}
@media (max-width: 1300px) {
  .compare__title {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .compare__title {
    font-size: 24px;
  }
}
.compare__plan {
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 1.3;
  padding: 0px 20px;
}
.compare__name {
  font-size: 18px;
}
@media (max-width: 1300px) {
  .compare__name {
    font-size: 16px;
  }
}
.compare__text {
  color: #757575;
  font-size: 18px;
}
@media (max-width: 1300px) {
  .compare__text {
    font-size: 16px;
  }
}
.compare__btn a {
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  color: inherit;
}
.compare__btn a:hover img {
  transform: translate(6px);
}
.compare__btn a img {
  transition: 0.3s;
}
.item-compare__head {
  font-size: 20px;
  line-height: 1.2;
  padding: 12px 0px;
  margin-top: 50px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 12px;
}
.item-compare__head::after {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  flex: 0 0 24px;
  height: 24px;
  background-image: url(../img/CaretUpp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.5s;
  display: none;
}
.item-compare__head._active::after {
  transform: rotate(180deg);
}
@media (max-width: 500px) {
  .item-compare__head {
    margin-top: 20px;
  }
}
.item-compare__block {
  height: auto;
}
.item-compare__name {
  color: #757575;
  display: flex;
  align-items: center;
  padding: 20px 0px;
}
.item-compare__row {
  line-height: 1.3;
  font-size: 18px;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 1300px) {
  .item-compare__row {
    font-size: 16px;
  }
}
.item-compare__info {
  padding: 20px 20px;
  display: flex;
  align-items: center;
  border-left: 1px solid #f0f0f0;
}
@media (max-width: 998px) {
  .item-compare__info {
    border: none;
  }
}
.item-compare__info:nth-child(2) {
  border: none;
}

.busines {
  z-index: 1;
  position: relative;
}
.busines canvas {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
}
.busines__container {
  margin-top: 200px;
}
.busines__block {
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 32px;
  padding: 110px 50px;
  background-size: cover;
}
@media (max-width: 998px) {
  .busines__block {
    padding: 50px 0;
  }
}
.busines__title {
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 1.3;
  color: #757575;
}
@media (max-width: 998px) {
  .busines__title {
    font-size: 26px;
  }
}
.busines__title span {
  color: #252525;
  font-weight: 500;
}
.busines__btns {
  position: relative;
  z-index: 5;
}
.busines__btns a._white {
  background-color: #fff;
}

#trans {
  width: 100%;
  height: 100%;
  background-color: black;
  color: white;
  pointer-events: none;
  transform: scaleY(0);
  position: absolute;
  z-index: 100;
}

.loadText {
  position: absolute;
  transform-origin: center;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  z-index: 1000;
  color: white;
  opacity: 1;
}

.left {
  width: 50%;
}

.social {
  -webkit-display: -webkit-box;
  -webkit-display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.link div {
  flex-direction: row;
  width: 100px;
  padding: 0px 10px 0px 10px;
  margin: 10px 10px 30px 0px;
  border: 1px black;
  border-radius: 30px;
  border-style: solid;
  font-weight: 600;
  text-align: center;
}

.link div:hover {
  background-color: black;
  color: white;
  transition: all 0.5s ease;
}

@media screen and (max-width: 780px) {
  .left {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .left {
    width: 100%;
  }

  .loadText {
    font-size: 1.3em;
  }

  .social .link div {
    width: 15vw;
    padding: 0px 5px 0px 5px;
    margin: 5px;
    border: 1px black;
    border-radius: 20px;
    border-style: solid;
    font-weight: 600;
    font-size: 0.7em;
    text-align: center;
  }
}
.first-info__container {
  padding-top: 130px;
}
@media (max-width: 998px) {
  .first-info__container {
    padding-top: 100px;
  }
}
.first-info__block {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 60px;
  align-items: center;
}
.first-info__block._active .first-info__title,
.first-info__block._active .first-info__subtitle,
.first-info__block._active .first-info__btns,
.first-info__block._active .first-info__animation {
  transform: translate3d(0px, 2.60595px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 1;
  will-change: transform, opacity;
}
@media (max-width: 998px) {
  .first-info__block {
    gap: 80px;
    grid-template-columns: 1fr;
  }
}
.first-info__head {
  color: #ff3f19;
  margin-bottom: 25px;
}
.first-info__title {
  text-align: left;
  font-size: 48px;
  max-width: 600px;
  transform: translate3d(0px, 15px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 500px) {
  .first-info__title {
    font-size: 36px;
  }
}
.first-info__subtitle {
  color: #757575;
  line-height: 1.5;
  margin-top: 16px;
  transform: translate3d(0px, 15px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.15s;
}
.first-info__btns {
  transition: 0.5s;
  transition-delay: 0.3s;
  justify-content: start;
  margin-top: 50px;
}
@media (max-width: 500px) {
  .first-info__btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .first-info__btns a {
    text-align: center;
  }
}
.first-info__animation {
  overflow: hidden;
  background-image: url(../img/bgt.png);
  background-size: cover;
  border-radius: 32px;
  aspect-ratio: 1/1;
  width: 100%;
  position: relative;
  transform: translate3d(0px, 15px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.5s;
}
@media (max-width: 998px) {
  .first-info__animation {
    max-width: 500px;
    margin: 0px auto;
  }
}
.first-info__animation div {
  position: absolute;
}
.first-info__animation img {
  width: 100%;
  opacity: 0;
  opacity: 1 !important;
  transform: translate(0) !important;
  animation: none !important;
}

.companies__container {
  display: flex;
  flex-direction: column;
  margin-top: 200px;
  gap: 50px;
}
.companies__title {
  font-size: 28px;
  line-height: 1.4;
}
.companies__block {
  margin-top: 40px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.companies__item {
  padding: 20px 24px;
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 20px;
  border-radius: 24px;
  border: 1px solid #f0f0f0;
  background: #fff;
}
@media (max-width: 998px) {
  .companies__item {
    padding: 8px 12px;
  }
}

.info-block__container {
  margin-top: 200px;
}
.info-block__title {
  margin-bottom: 100px;
}
.info-block__wrapper {
  display: flex;
  flex-direction: column;
  gap: 150px;
}
@media (max-width: 998px) {
  .info-block__wrapper {
    gap: 55px;
  }
}
.info-block__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
@media (max-width: 998px) {
  .info-block__item {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}
@media (min-width: 998px) {
  .info-block__item:nth-child(odd) .info-block__content {
    order: 2;
  }
  .info-block__item:nth-child(odd) .info-block__animation {
    order: 1;
  }
}
.info-block__item._active .info-block__head {
  opacity: 1;
  transform: translate(0);
}
.info-block__item._active .info-block__text {
  opacity: 1;
  transform: translate(0);
}
.info-block__item._active .info-block__animation {
  opacity: 1;
  transform: translate(0);
}
.info-block__animation {
  transform: translate3d(0px, 15px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 0;
  transition: 0.3s;
}
.info-block__animation._active {
  transform: translate3d(0px, 2.60595px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 1;
  will-change: transform, opacity;
}
.info-block__animation div img {
  opacity: 1 !important;
  transform: translate(0) !important;
  animation: none !important;
}
.info-block__head {
  font-size: 28px;
  transform: translate(0px, 20px);
  opacity: 0;
  transition: 0.5s;
  line-height: 1.4;
}
.info-block__text {
  margin-top: 16px;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #757575;
  transform: translate(0px, 20px);
  opacity: 0;
  transition: 0.5s;
  font-size: 20px;
  transition-delay: 0.15s;
}

.info-block__animation {
  position: relative;
  border-radius: 24px;
  border: 1px solid #f0f0f0;
  background: #f8f8f8;
  overflow: hidden;
  aspect-ratio: 620/344;
  position: relative;
  transition: 0.5s;
  transition-delay: 0.3s;
}
@media (max-width: 998px) {
  .info-block__animation {
    aspect-ratio: 1/1;
    max-width: 500px;
    width: 100%;
    margin: 0px auto;
  }
}
.info-block__animation::before {
  position: absolute;
  bottom: 0;
  z-index: 9;
  left: 50%;
  transform: translate(-50%, 10%);
  content: "";
  width: 110%;
  height: 10vw;
  background-image: url(../img/blurr.png);
  background-size: 100%;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (max-width: 998px) {
  .info-block__animation::before {
    height: 50vw;
    width: 300%;
  }
}
.info-block__animation div {
  position: absolute;
}
.info-block__animation img {
  width: 100%;
  opacity: 0;
}

@keyframes opacityAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scaleAnimation {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes translateAnimation {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes translateAnimationBig {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes translateAnimationRew {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media (max-width: 998px) {
  .info__animation_first {
    aspect-ratio: 343/500;
  }
}
.info__animation_first div {
  opacity: 1;
}
.info__animation_first div:nth-child(1) {
  width: 90%;
  top: 45%;
  transform: translate(0px, -50%);
  right: 0;
  z-index: 2;
}
@media (max-width: 998px) {
  .info__animation_first div:nth-child(1) {
    top: 25%;
  }
  .info__animation_first div:nth-child(1) img {
    width: 160%;
  }
}
.info__animation_first div:nth-child(2) {
  width: 80%;
  bottom: 0;
  right: 0;
}
@media (max-width: 998px) {
  .info__animation_first div:nth-child(2) {
    width: 75%;
  }
  .info__animation_first div:nth-child(2) img {
    width: 170%;
  }
}
.info__animation_first._active {
  opacity: 1;
}
.info__animation_first._active div:nth-child(1) img {
  animation: translateAnimation 0.7s 0.5s forwards;
}
.info__animation_first._active div:nth-child(2) img {
  animation: opacityAnimation 1s forwards;
}

@media (max-width: 998px) {
  .info__animation_2 {
    aspect-ratio: 343/520;
  }
}
.info__animation_2 div {
  opacity: 1;
}
.info__animation_2 div:nth-child(1) {
  width: 65%;
  top: 15%;
  left: 0;
  display: flex;
  justify-content: end;
}
.info__animation_2 div:nth-child(1) img {
  width: 115%;
}
@media (max-width: 998px) {
  .info__animation_2 div:nth-child(1) {
    justify-content: start;
    width: 95%;
    right: 0;
    top: 4%;
    left: auto;
  }
  .info__animation_2 div:nth-child(1) img {
    width: 125%;
  }
}
.info__animation_2 div:nth-child(2) {
  width: 32%;
  top: 0;
  right: 0;
}
@media (max-width: 998px) {
  .info__animation_2 div:nth-child(2) {
    display: none;
  }
}
.info__animation_2 div:nth-child(3) {
  width: 65%;
  top: 70%;
  left: 0;
}
@media (max-width: 998px) {
  .info__animation_2 div:nth-child(3) {
    right: 0;
    top: 63%;
    left: auto;
    width: 95%;
    transform: scale(-1, 1);
  }
}
.info__animation_2 div:nth-child(4) {
  width: 32%;
  top: 50%;
  right: 0;
}
@media (max-width: 998px) {
  .info__animation_2 div:nth-child(4) {
    display: none;
  }
}
.info__animation_2._active div:nth-child(1) img {
  animation: scaleAnimation 1s forwards;
}
.info__animation_2._active div:nth-child(2) img {
  animation: scaleAnimation 1s 0.8s forwards;
}
.info__animation_2._active div:nth-child(3) img {
  animation: scaleAnimation 1s 1.2s forwards;
}
.info__animation_2._active div:nth-child(4) img {
  animation: scaleAnimation 1s 1.6s forwards;
}

@media (max-width: 998px) {
  .info__animation_3 {
    aspect-ratio: 343/520;
  }
}
.info__animation_3 div {
  opacity: 1;
}
.info__animation_3 div:nth-child(1) {
  width: 70%;
  top: 15%;
  left: 0;
  display: flex;
  justify-content: end;
}
.info__animation_3 div:nth-child(1) img {
  width: 104%;
}
@media (max-width: 998px) {
  .info__animation_3 div:nth-child(1) {
    justify-content: start;
    width: 95%;
    right: 0;
    top: 12%;
    left: auto;
  }
  .info__animation_3 div:nth-child(1) img {
    width: 150%;
  }
}
.info__animation_3 div:nth-child(2) {
  width: 58%;
  top: 35%;
  right: 3%;
  z-index: 1;
}
@media (max-width: 998px) {
  .info__animation_3 div:nth-child(2) {
    right: auto;
    left: 60%;
    width: 85%;
  }
}
.info__animation_3._active div:nth-child(1) img {
  animation: translateAnimationRew 1s forwards;
}
@media (max-width: 998px) {
  .info__animation_3._active div:nth-child(1) img {
    animation: translateAnimation 1s forwards;
  }
}
.info__animation_3._active div:nth-child(2) img {
  animation: scaleAnimation 1s 0.8s forwards;
}

@media (max-width: 998px) {
  .info__animation_4 {
    aspect-ratio: 343/520;
  }
}
.info__animation_4 div {
  opacity: 1;
}
.info__animation_4 div:nth-child(1) {
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: end;
}
.info__animation_4 div:nth-child(1) img {
  width: 100%;
}
@media (max-width: 998px) {
  .info__animation_4 div:nth-child(1) {
    justify-content: center;
    width: 100%;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
    left: auto;
  }
  .info__animation_4 div:nth-child(1) img {
    width: 150%;
  }
}
.info__animation_4 div:nth-child(2) {
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.info__animation_4 div:nth-child(2) img {
  width: 100%;
}
.info__animation_4._active div:nth-child(1) img {
  animation: scaleAnimation 1s forwards;
}
.info__animation_4._active div:nth-child(2) img {
  animation: scaleAnimation 1s forwards;
}

@media (max-width: 998px) {
  .info__animation_5 {
    aspect-ratio: 343/520;
  }
}
.info__animation_5 div {
  opacity: 1;
}
.info__animation_5 div:nth-child(1) {
  width: 55%;
  top: 5%;
  left: 4%;
}
@media (max-width: 998px) {
  .info__animation_5 div:nth-child(1) {
    width: 80%;
    left: 0;
    top: 5%;
  }
}
.info__animation_5 div:nth-child(2) {
  width: 55%;
  top: 34%;
  left: 4%;
}
@media (max-width: 998px) {
  .info__animation_5 div:nth-child(2) {
    width: 80%;
    left: 0;
  }
}
.info__animation_5 div:nth-child(3) {
  width: 55%;
  top: 64%;
  left: 4%;
}
@media (max-width: 998px) {
  .info__animation_5 div:nth-child(3) {
    width: 80%;
    left: 0;
  }
}
.info__animation_5 div:nth-child(4) {
  width: 42%;
  bottom: 0%;
  right: 0%;
}
@media (max-width: 998px) {
  .info__animation_5 div:nth-child(4) {
    width: 18%;
  }
  .info__animation_5 div:nth-child(4) img {
    width: 300%;
  }
}
.info__animation_5._active div:nth-child(1) img {
  animation: translateAnimationBig 1s forwards;
}
.info__animation_5._active div:nth-child(2) img {
  animation: translateAnimationBig 1s 0.6s forwards;
}
.info__animation_5._active div:nth-child(3) img {
  animation: translateAnimationBig 1s 1.2s forwards;
}
.info__animation_5._active div:nth-child(4) img {
  animation: scaleAnimation 1s 2s forwards;
}

@media (max-width: 998px) {
  .info__animation_6 {
    aspect-ratio: 343/520;
  }
}
.info__animation_6 div {
  opacity: 1;
}
.info__animation_6 div:nth-child(1) {
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 998px) {
  .info__animation_6 div:nth-child(1) {
    width: 120%;
  }
}
.info__animation_6._active div:nth-child(1) img {
  animation: scaleAnimation 1s forwards;
}

@media (max-width: 998px) {
  .info__animation_7 {
    aspect-ratio: 343/520;
  }
}
.info__animation_7 div {
  opacity: 1;
}
.info__animation_7 div:nth-child(1) {
  width: 65%;
  top: 10%;
  left: 0%;
}
.info__animation_7 div:nth-child(2) {
  width: 65%;
  top: 10%;
  left: 0%;
}
.info__animation_7 div:nth-child(3) {
  width: 65%;
  top: 10%;
  left: 0%;
}
.info__animation_7 div:nth-child(4) {
  width: 65%;
  top: 10%;
  left: 0%;
}
.info__animation_7._active div:nth-child(1) img {
  animation: scaleAnimation 1s forwards;
}
.info__animation_7._active div:nth-child(2) img {
  animation: scaleAnimation 1s forwards;
}
.info__animation_7._active div:nth-child(3) img {
  animation: scaleAnimation 1s forwards;
}
.info__animation_7._active div:nth-child(4) img {
  animation: scaleAnimation 1s forwards;
}

@media (max-width: 998px) {
  .info__animation_8 {
    aspect-ratio: 343/520;
  }
}
.info__animation_8 div {
  opacity: 1;
}
.info__animation_8 div:nth-child(1) {
  width: 65%;
  top: 10%;
  left: 0%;
}
@media (max-width: 998px) {
  .info__animation_8 div:nth-child(1) {
    width: 70%;
    top: 20%;
  }
}
.info__animation_8 div:nth-child(2) {
  width: 30%;
  top: 0%;
  right: 0%;
}
@media (max-width: 998px) {
  .info__animation_8 div:nth-child(2) {
    top: 10%;
    width: 27%;
  }
  .info__animation_8 div:nth-child(2) img {
    width: 140%;
  }
}
.info__animation_8 div:nth-child(3) {
  width: 65%;
  top: 65%;
  left: 0%;
}
@media (max-width: 998px) {
  .info__animation_8 div:nth-child(3) {
    width: 70%;
    top: 60%;
  }
}
.info__animation_8 div:nth-child(4) {
  width: 30%;
  top: 39%;
  right: 0%;
}
@media (max-width: 998px) {
  .info__animation_8 div:nth-child(4) {
    top: 43%;
    width: 27%;
  }
  .info__animation_8 div:nth-child(4) img {
    width: 140%;
  }
}
.info__animation_8._active div:nth-child(1) img {
  animation: translateAnimationRew 1s forwards;
}
.info__animation_8._active div:nth-child(2) img {
  animation: translateAnimation 1s 0.6s forwards;
}
.info__animation_8._active div:nth-child(3) img {
  animation: translateAnimationRew 1s 1.2s forwards;
}
.info__animation_8._active div:nth-child(4) img {
  animation: translateAnimation 1s 2s forwards;
}

@media (max-width: 998px) {
  .info__animation_9 {
    aspect-ratio: 343/520;
  }
}
.info__animation_9 div {
  opacity: 1;
}
.info__animation_9 div:nth-child(1) {
  width: 37%;
  top: 40%;
  left: -10%;
}
@media (max-width: 998px) {
  .info__animation_9 div:nth-child(1) {
    width: 45%;
    left: -20%;
  }
}
.info__animation_9 div:nth-child(2) {
  width: 26%;
  top: 10%;
  left: 30%;
}
@media (max-width: 998px) {
  .info__animation_9 div:nth-child(2) {
    width: 33%;
    left: 20%;
    top: 27%;
  }
}
.info__animation_9 div:nth-child(3) {
  width: 40%;
  top: -10%;
  right: 1%;
}
@media (max-width: 998px) {
  .info__animation_9 div:nth-child(3) {
    width: 55%;
    right: -5%;
    top: 7%;
  }
}
.info__animation_9 div:nth-child(4) {
  width: 26%;
  top: 40%;
  left: 33%;
}
@media (max-width: 998px) {
  .info__animation_9 div:nth-child(4) {
    left: 30%;
    top: 50%;
    width: 30%;
  }
}
.info__animation_9 div:nth-child(5) {
  width: 20%;
  top: 30%;
  left: 65%;
}
@media (max-width: 998px) {
  .info__animation_9 div:nth-child(5) {
    width: 25%;
    top: 45%;
  }
}
.info__animation_9 div:nth-child(6) {
  width: 40%;
  bottom: -10%;
  left: 12%;
}
@media (max-width: 998px) {
  .info__animation_9 div:nth-child(6) {
    width: 42%;
    bottom: 5%;
  }
}
.info__animation_9 div:nth-child(7) {
  width: 29%;
  top: 65%;
  left: 55%;
}
@media (max-width: 998px) {
  .info__animation_9 div:nth-child(7) {
    top: 70%;
    width: 25%;
    left: 60%;
  }
}
.info__animation_9 div:nth-child(8) {
  width: 20%;
  top: 55%;
  right: -7%;
}
@media (max-width: 998px) {
  .info__animation_9 div:nth-child(8) {
    right: 0;
    top: 65%;
    width: 15%;
  }
}
.info__animation_9._active div:nth-child(1) img {
  animation: scaleAnimation 1s forwards;
}
.info__animation_9._active div:nth-child(2) img {
  animation: scaleAnimation 0.6s 3s forwards;
}
.info__animation_9._active div:nth-child(3) img {
  animation: scaleAnimation 0.6s 4s forwards;
}
.info__animation_9._active div:nth-child(4) img {
  animation: scaleAnimation 0.6s 0.6s forwards;
}
.info__animation_9._active div:nth-child(5) img {
  animation: scaleAnimation 0.6s 2.4s forwards;
}
.info__animation_9._active div:nth-child(6) img {
  animation: scaleAnimation 0.6s 2s forwards;
}
.info__animation_9._active div:nth-child(7) img {
  animation: scaleAnimation 0.6s 1.2s forwards;
}
.info__animation_9._active div:nth-child(8) img {
  animation: scaleAnimation 0.6s 4s forwards;
}

@media (max-width: 998px) {
  .info__animation_10 {
    aspect-ratio: 343/520;
  }
}
.info__animation_10 div {
  opacity: 1;
}
.info__animation_10 div:nth-child(1) {
  top: 8%;
  right: 0%;
  width: 87%;
}
.info__animation_10 div:nth-child(2) {
  width: 54%;
  top: 38%;
  left: 23%;
}
@media (max-width: 998px) {
  .info__animation_10 div:nth-child(2) {
    width: 70%;
    left: 15%;
  }
}
.info__animation_10 div:nth-child(3) {
  width: 25%;
  top: 18%;
  left: 11%;
}
@media (max-width: 998px) {
  .info__animation_10 div:nth-child(3) {
    width: 32%;
    top: 21%;
    left: 0%;
  }
}
.info__animation_10 div:nth-child(4) {
  width: 25%;
  top: 18%;
  left: 37%;
}
@media (max-width: 998px) {
  .info__animation_10 div:nth-child(4) {
    width: 32%;
    top: 21%;
    left: 35%;
  }
}
.info__animation_10 div:nth-child(5) {
  width: 25%;
  top: 18%;
  left: 65%;
}
@media (max-width: 998px) {
  .info__animation_10 div:nth-child(5) {
    width: 32%;
    top: 21%;
    left: 69%;
  }
}
.info__animation_10 div:nth-child(6) {
  width: 45%;
  top: 46.5%;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 998px) {
  .info__animation_10 div:nth-child(6) {
    width: 60%;
    top: 45%;
  }
}
.info__animation_10 div:nth-child(7) {
  width: 25%;
  top: 66%;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 998px) {
  .info__animation_10 div:nth-child(7) {
    width: 32%;
    top: 62%;
  }
}
.info__animation_10._active div:nth-child(1) img {
  animation: opacityAnimation 0.4s forwards;
}
.info__animation_10._active div:nth-child(2) img {
  animation: translateAnimationRew 0.6s 0.4s forwards;
}
.info__animation_10._active div:nth-child(3) img {
  animation: scaleAnimation 0.6s 1s forwards;
}
.info__animation_10._active div:nth-child(4) img {
  animation: scaleAnimation 0.6s 1.6s forwards;
}
.info__animation_10._active div:nth-child(5) img {
  animation: scaleAnimation 0.6s 2.2s forwards;
}
.info__animation_10._active div:nth-child(6) img {
  animation: scaleAnimation 0.6s 2.9s forwards;
}
.info__animation_10._active div:nth-child(7) img {
  animation: scaleAnimation 0.6s 3s forwards;
}
.info__animation_10._active div:nth-child(8) img {
  animation: scaleAnimation 0.6s 4s forwards;
}

@media (max-width: 998px) {
  .info__animation_11 {
    aspect-ratio: 343/550;
  }
}
.info__animation_11 div {
  opacity: 1;
}
.info__animation_11 div:nth-child(1) {
  top: 6%;
  left: 6%;
  width: 75%;
  z-index: 2;
}
@media (max-width: 998px) {
  .info__animation_11 div:nth-child(1) {
    width: 85%;
    left: 2%;
    top: 10%;
  }
}
.info__animation_11 div:nth-child(2) {
  width: 90%;
  top: 40%;
  left: 30%;
}
@media (max-width: 998px) {
  .info__animation_11 div:nth-child(2) {
    width: 100%;
    left: 26%;
    top: 33%;
  }
}
.info__animation_11._active div:nth-child(1) img {
  animation: scaleAnimation 1s forwards;
}
.info__animation_11._active div:nth-child(2) img {
  animation: scaleAnimation 1s 1s forwards;
}

@media (max-width: 998px) {
  .info__animation_12 {
    aspect-ratio: 343/550;
  }
}
.info__animation_12 div {
  opacity: 1;
}
.info__animation_12 div:nth-child(1) {
  top: 10%;
  left: 3%;
  width: 50%;
  z-index: 2;
}
@media (max-width: 998px) {
  .info__animation_12 div:nth-child(1) {
    width: 85%;
  }
}
.info__animation_12 div:nth-child(2) {
  width: 50%;
  top: 23%;
  left: 3%;
}
@media (max-width: 998px) {
  .info__animation_12 div:nth-child(2) {
    width: 85%;
  }
}
.info__animation_12 div:nth-child(3) {
  width: 85%;
  top: 43%;
  left: 13%;
}
@media (max-width: 998px) {
  .info__animation_12 div:nth-child(3) {
    width: 120%;
    left: 22%;
    top: 46%;
  }
}
.info__animation_12._active div:nth-child(1) img {
  animation: scaleAnimation 1s forwards;
}
.info__animation_12._active div:nth-child(2) img {
  animation: scaleAnimation 1s 1s forwards;
}
.info__animation_12._active div:nth-child(3) img {
  animation: scaleAnimation 1s 2s forwards;
}

.info-block__animation_1 div:nth-child(1) {
  left: 3%;
  width: 47%;
  z-index: 1;
}
@media (max-width: 998px) {
  .info-block__animation_1 div:nth-child(1) {
    width: 90%;
  }
}
.info-block__animation_1 div:nth-child(2) {
  left: 6%;
  width: 41%;
  top: 31%;
  z-index: 1;
}
@media (max-width: 998px) {
  .info-block__animation_1 div:nth-child(2) {
    width: 78%;
    top: 29%;
    left: 9%;
  }
}
.info-block__animation_1 div:nth-child(3) {
  left: 3%;
  width: 47%;
  bottom: 0%;
  z-index: 1;
}
@media (max-width: 998px) {
  .info-block__animation_1 div:nth-child(3) {
    width: 90%;
  }
}
.info-block__animation_1 div:nth-child(4) {
  right: 0%;
  width: 48%;
  bottom: 0;
}
@media (max-width: 998px) {
  .info-block__animation_1 div:nth-child(4) {
    width: 80%;
  }
}
.info-block__animation_1._active div:nth-child(1) img {
  animation: translateAnimationRew 1s forwards;
}
.info-block__animation_1._active div:nth-child(2) img {
  animation: translateAnimationRew 1s 0.5s forwards;
}
.info-block__animation_1._active div:nth-child(3) img {
  animation: translateAnimationRew 1s 1s forwards;
}
.info-block__animation_1._active div:nth-child(4) img {
  animation: scaleAnimation 1.5s 1.5s forwards;
}

.info-block__animation_2 div:nth-child(1) {
  top: 50%;
  width: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 998px) {
  .info-block__animation_2 div:nth-child(1) {
    left: 6%;
    top: 6%;
    transform: translate(0);
  }
  .info-block__animation_2 div:nth-child(1) img {
    width: 200%;
  }
}
.info-block__animation_2._active div:nth-child(1) img {
  animation: scaleAnimation 1.5s forwards;
}

.info-block__animation_3 div:nth-child(1) {
  top: 50%;
  width: 85%;
  left: 53%;
  transform: translate(-50%, -50%);
}
@media (max-width: 998px) {
  .info-block__animation_3 div:nth-child(1) {
    left: 6%;
    top: 6%;
    transform: translate(0);
  }
  .info-block__animation_3 div:nth-child(1) img {
    width: 200%;
  }
}
.info-block__animation_3._active div:nth-child(1) img {
  animation: translateAnimation 1s forwards;
}

.info-block__animation_4 div:nth-child(1) {
  top: 30%;
  width: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 998px) {
  .info-block__animation_4 div:nth-child(1) {
    left: 0%;
    top: 20%;
    transform: translate(0);
  }
  .info-block__animation_4 div:nth-child(1) img {
    width: 200%;
  }
}
.info-block__animation_4 div:nth-child(2) {
  top: 65%;
  width: 88%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 998px) {
  .info-block__animation_4 div:nth-child(2) {
    left: 6%;
    top: 41%;
    transform: translate(0);
  }
  .info-block__animation_4 div:nth-child(2) img {
    width: 300%;
  }
}
.info-block__animation_4._active div:nth-child(1) img {
  animation: scaleAnimation 1s forwards;
}
@media (max-width: 998px) {
  .info-block__animation_4._active div:nth-child(1) img {
    animation: translateAnimation 1s forwards;
  }
}
.info-block__animation_4._active div:nth-child(2) img {
  animation: scaleAnimation 1s 0.8s forwards;
}
@media (max-width: 998px) {
  .info-block__animation_4._active div:nth-child(2) img {
    animation: translateAnimation 1s 0.8s forwards;
  }
}

.info-block__animation_5 div:nth-child(1) {
  bottom: 0%;
  width: 50%;
  left: 6%;
}
@media (max-width: 998px) {
  .info-block__animation_5 div:nth-child(1) {
    left: 0%;
    width: 85%;
  }
  .info-block__animation_5 div:nth-child(1) img {
    width: 100%;
  }
}
.info-block__animation_5 div:nth-child(2) {
  bottom: 0%;
  width: 36%;
  right: 5%;
}
@media (max-width: 998px) {
  .info-block__animation_5 div:nth-child(2) {
    left: 89%;
    right: auto;
    transform: translate(0);
    width: 60%;
  }
  .info-block__animation_5 div:nth-child(2) img {
    width: 100%;
  }
}
.info-block__animation_5._active div:nth-child(1) img {
  animation: translateAnimationRew 1s 0.7s forwards;
}
.info-block__animation_5._active div:nth-child(2) img {
  animation: translateAnimationRew 1s forwards;
}

.info-block__animation_6 div:nth-child(1) {
  top: 12%;
  width: 30%;
  left: 13%;
  z-index: 1;
}
@media (max-width: 998px) {
  .info-block__animation_6 div:nth-child(1) {
    left: 3%;
    width: 50%;
  }
}
.info-block__animation_6 div:nth-child(2) {
  top: 2%;
  width: 50%;
  left: 37%;
}
@media (max-width: 998px) {
  .info-block__animation_6 div:nth-child(2) {
    z-index: 2;
    width: 70%;
    left: 45%;
  }
}
.info-block__animation_6._active div:nth-child(1) img {
  animation: scaleAnimation 1s forwards;
}
.info-block__animation_6._active div:nth-child(2) img {
  animation: scaleAnimation 1s 0.9s forwards;
}

.info-block__animation_7 div:nth-child(1) {
  top: 2%;
  width: 50%;
  left: 23%;
  z-index: 1;
}
@media (max-width: 998px) {
  .info-block__animation_7 div:nth-child(1) {
    left: 7%;
    width: 90%;
  }
}
.info-block__animation_7 div:nth-child(2) {
  top: 30%;
  width: 13%;
  left: 58%;
  z-index: 2;
}
@media (max-width: 998px) {
  .info-block__animation_7 div:nth-child(2) {
    width: 20%;
    left: 72%;
  }
}
.info-block__animation_7._active div:nth-child(1) img {
  animation: translateAnimationRew 1s forwards;
}
.info-block__animation_7._active div:nth-child(2) img {
  animation: scaleAnimation 1s 0.7s forwards;
}

.info-block__animation_8 div:nth-child(1) {
  top: 0%;
  width: 100%;
  left: 0%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 998px) {
  .info-block__animation_8 div:nth-child(1) {
    width: 200%;
    right: 20%;
  }
}
.info-block__animation_8 div:nth-child(1) img {
  object-fit: cover;
}
.info-block__animation_8 div:nth-child(2) {
  top: 0%;
  width: 90%;
  left: 5%;
  z-index: 2;
}
@media (max-width: 998px) {
  .info-block__animation_8 div:nth-child(2) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130%;
  }
}
.info-block__animation_8._active div:nth-child(1) img {
  animation: opacityAnimation 1s forwards;
}
.info-block__animation_8._active div:nth-child(2) img {
  animation: scaleAnimation 1s 1s forwards;
}

.info-block__animation_9 div:nth-child(1) {
  top: 0%;
  width: 45%;
  left: 4%;
  z-index: 1;
}
@media (max-width: 998px) {
  .info-block__animation_9 div:nth-child(1) {
    width: 79%;
    right: 8%;
  }
}
.info-block__animation_9 div:nth-child(2) {
  top: 45%;
  width: 50%;
  left: 4%;
  z-index: 2;
}
@media (max-width: 998px) {
  .info-block__animation_9 div:nth-child(2) {
    width: 87%;
    right: 8%;
  }
}
.info-block__animation_9 div:nth-child(3) {
  top: 20%;
  width: 45%;
  right: 5%;
}
@media (max-width: 998px) {
  .info-block__animation_9 div:nth-child(3) {
    right: auto;
    left: 85%;
    width: 80%;
    top: 25%;
  }
}
.info-block__animation_9._active div:nth-child(1) img {
  animation: scaleAnimation 1s forwards;
}
.info-block__animation_9._active div:nth-child(2) img {
  animation: scaleAnimation 1s 0.8s forwards;
}
.info-block__animation_9._active div:nth-child(3) img {
  animation: scaleAnimation 1s 1.6s forwards;
}

.info-block__animation_10 div:nth-child(1) {
  top: 10%;
  width: 55%;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 998px) {
  .info-block__animation_10 div:nth-child(1) {
    width: 89%;
    left: 45%;
    transform: translate(0);
  }
}
.info-block__animation_10 div:nth-child(2) {
  top: 75%;
  width: 30%;
  left: 14%;
  z-index: 20;
}
@media (max-width: 998px) {
  .info-block__animation_10 div:nth-child(2) {
    width: 47%;
    left: 20%;
    top: 68%;
  }
}
.info-block__animation_10 div:nth-child(3) {
  top: 5%;
  width: 30%;
  right: 10%;
}
@media (max-width: 998px) {
  .info-block__animation_10 div:nth-child(3) {
    right: auto;
    left: 65%;
    width: 40%;
    top: 4%;
  }
}
.info-block__animation_10._active div:nth-child(1) img {
  animation: translateAnimation 1s forwards;
}
.info-block__animation_10._active div:nth-child(2) img {
  animation: scaleAnimation 1s 0.8s forwards;
}
.info-block__animation_10._active div:nth-child(3) img {
  animation: scaleAnimation 1s 1.6s forwards;
}

.info-block__animation_11 div:nth-child(1) {
  top: 10%;
  width: 75%;
  right: 0%;
}
@media (max-width: 998px) {
  .info-block__animation_11 div:nth-child(1) {
    width: 70%;
  }
  .info-block__animation_11 div:nth-child(1) img {
    width: 200%;
  }
}
.info-block__animation_11 div:nth-child(2) {
  top: 43%;
  width: 17%;
  left: 8%;
}
@media (max-width: 998px) {
  .info-block__animation_11 div:nth-child(2) {
    width: 30%;
  }
}
.info-block__animation_11 div:nth-child(3) {
  top: 32%;
  width: 18%;
  left: 16%;
  z-index: 1;
}
@media (max-width: 998px) {
  .info-block__animation_11 div:nth-child(3) {
    width: 30%;
    top: 35%;
    left: 25%;
  }
}
.info-block__animation_11._active div:nth-child(1) img {
  animation: translateAnimation 1s forwards;
}
.info-block__animation_11._active div:nth-child(2) img {
  animation: scaleAnimation 1s 0.8s forwards;
}
.info-block__animation_11._active div:nth-child(3) img {
  animation: scaleAnimation 1s 1.6s forwards;
}

.info-block__animation_12 div:nth-child(1) {
  top: 0%;
  width: 35%;
  left: 4%;
  z-index: 1;
}
@media (max-width: 998px) {
  .info-block__animation_12 div:nth-child(1) {
    width: 60%;
    left: 10%;
  }
}
.info-block__animation_12 div:nth-child(2) {
  top: 60%;
  width: 35%;
  left: 4%;
  z-index: 2;
}
@media (max-width: 998px) {
  .info-block__animation_12 div:nth-child(2) {
    width: 60%;
    left: 10%;
    top: 55%;
  }
}
.info-block__animation_12 div:nth-child(3) {
  top: 15%;
  width: 58%;
  right: 0%;
}
@media (max-width: 998px) {
  .info-block__animation_12 div:nth-child(3) {
    width: 70%;
  }
  .info-block__animation_12 div:nth-child(3) img {
    width: 110%;
  }
}
.info-block__animation_12._active div:nth-child(1) img {
  animation: scaleAnimation 1s forwards;
}
.info-block__animation_12._active div:nth-child(2) img {
  animation: scaleAnimation 1s 0.8s forwards;
}
.info-block__animation_12._active div:nth-child(3) img {
  animation: scaleAnimation 1s 1.6s forwards;
}

.info-block__animation_13 div:nth-child(1) {
  top: 10%;
  width: 55%;
  left: 17%;
}
@media (max-width: 998px) {
  .info-block__animation_13 div:nth-child(1) {
    left: 12%;
    width: 92%;
  }
}
.info-block__animation_13 div:nth-child(2) {
  top: 37%;
  width: 36%;
  left: 50%;
  z-index: 1;
}
@media (max-width: 998px) {
  .info-block__animation_13 div:nth-child(2) {
    width: 72%;
    top: 35%;
    left: 65%;
  }
}
.info-block__animation_13._active div:nth-child(1) img {
  animation: translateAnimationRew 1s forwards;
}
@media (max-width: 998px) {
  .info-block__animation_13._active div:nth-child(1) img {
    animation: translateAnimation 1s forwards;
  }
}
.info-block__animation_13._active div:nth-child(2) img {
  animation: translateAnimation 1s 1s forwards;
}
@media (max-width: 998px) {
  .info-block__animation_13._active div:nth-child(2) img {
    animation: translateAnimationRew 1s forwards;
  }
}

.info-block__animation_14 div:nth-child(1) {
  top: 10%;
  width: 55%;
  right: 7%;
}
@media (max-width: 998px) {
  .info-block__animation_14 div:nth-child(1) {
    right: auto;
    left: 48%;
  }
  .info-block__animation_14 div:nth-child(1) img {
    width: 170%;
  }
}
.info-block__animation_14 div:nth-child(3) {
  top: 43%;
  width: 20%;
  left: 13%;
}
@media (max-width: 998px) {
  .info-block__animation_14 div:nth-child(3) {
    width: 36%;
    left: 4%;
    top: 38%;
  }
}
.info-block__animation_14 div:nth-child(2) {
  top: 31%;
  width: 22%;
  left: 23%;
  z-index: 1;
}
@media (max-width: 998px) {
  .info-block__animation_14 div:nth-child(2) {
    width: 36%;
    top: 30%;
    left: 22%;
  }
}
.info-block__animation_14._active div:nth-child(1) img {
  animation: translateAnimation 1s forwards;
}
.info-block__animation_14._active div:nth-child(2) img {
  animation: scaleAnimation 1s 0.8s forwards;
}
.info-block__animation_14._active div:nth-child(3) img {
  animation: scaleAnimation 1s 1.6s forwards;
}

.info-block__animation_15 div {
  width: 40%;
}
@media (max-width: 998px) {
  .info-block__animation_15 div {
    width: 70%;
  }
}
.info-block__animation_15 div:nth-child(1) {
  top: 8%;
  left: 9%;
}
.info-block__animation_15 div:nth-child(2) {
  top: 31%;
  left: 9%;
}
.info-block__animation_15 div:nth-child(3) {
  top: 53%;
  left: 9%;
}
.info-block__animation_15 div:nth-child(4) {
  top: 75%;
  left: 9%;
}
.info-block__animation_15 div:nth-child(5) {
  top: 20%;
  right: 9%;
}
@media (max-width: 998px) {
  .info-block__animation_15 div:nth-child(5) {
    right: auto;
    left: 83%;
  }
}
.info-block__animation_15 div:nth-child(6) {
  top: 42%;
  right: 9%;
}
@media (max-width: 998px) {
  .info-block__animation_15 div:nth-child(6) {
    right: auto;
    left: 83%;
  }
}
.info-block__animation_15 div:nth-child(7) {
  top: 65%;
  right: 9%;
}
@media (max-width: 998px) {
  .info-block__animation_15 div:nth-child(7) {
    right: auto;
    left: 83%;
  }
}
.info-block__animation_15._active div:nth-child(1) img {
  animation: scaleAnimation 1s forwards;
}
.info-block__animation_15._active div:nth-child(2) img {
  animation: scaleAnimation 1s 0.7s forwards;
}
.info-block__animation_15._active div:nth-child(3) img {
  animation: scaleAnimation 1s 1.4s forwards;
}
.info-block__animation_15._active div:nth-child(4) img {
  animation: scaleAnimation 1s 1.8s forwards;
}
.info-block__animation_15._active div:nth-child(5) img {
  animation: scaleAnimation 1s 2.5s forwards;
}
.info-block__animation_15._active div:nth-child(6) img {
  animation: scaleAnimation 1s 3.2s forwards;
}
.info-block__animation_15._active div:nth-child(7) img {
  animation: scaleAnimation 1s 3.9s forwards;
}

.info-block__animation_16 div:nth-child(1) {
  top: 15%;
  width: 55%;
  left: 3%;
  z-index: 1;
}
@media (max-width: 998px) {
  .info-block__animation_16 div:nth-child(1) {
    left: 0%;
    width: 60%;
    display: flex;
    justify-content: end;
  }
  .info-block__animation_16 div:nth-child(1) img {
    width: 250%;
  }
}
.info-block__animation_16 div:nth-child(2) {
  bottom: 0%;
  width: 55%;
  right: 0%;
}
@media (max-width: 998px) {
  .info-block__animation_16 div:nth-child(2) {
    width: 65%;
    bottom: 0;
    top: 10%;
  }
  .info-block__animation_16 div:nth-child(2) img {
    width: 150%;
  }
}
.info-block__animation_16._active div:nth-child(1) img {
  animation: translateAnimationRew 1s forwards;
}
.info-block__animation_16._active div:nth-child(2) img {
  animation: translateAnimation 1s 0.8s forwards;
}

.info-block__animation_17 div:nth-child(1) {
  bottom: 0%;
  width: 95%;
  right: 0;
  z-index: 1;
}
@media (max-width: 998px) {
  .info-block__animation_17 div:nth-child(1) {
    width: 92%;
  }
  .info-block__animation_17 div:nth-child(1) img {
    width: 189%;
  }
}
.info-block__animation_17._active div:nth-child(1) img {
  animation: scaleAnimation 0.6s forwards;
}

.info-block__animation_18 div:nth-child(1) {
  top: 50%;
  width: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 998px) {
  .info-block__animation_18 div:nth-child(1) {
    width: 92%;
    bottom: 0;
    top: auto;
    right: 0;
    left: auto;
    transform: translate(0);
  }
  .info-block__animation_18 div:nth-child(1) img {
    width: 197%;
  }
}
.info-block__animation_18._active div:nth-child(1) img {
  animation: scaleAnimation 0.6s forwards;
}

.info-block__animation_19 div:nth-child(1) {
  bottom: 0%;
  width: 60%;
  left: 0%;
}
@media (max-width: 998px) {
  .info-block__animation_19 div:nth-child(1) {
    width: 70%;
    display: flex;
    justify-content: end;
  }
  .info-block__animation_19 div:nth-child(1) img {
    width: 160%;
  }
}
.info-block__animation_19 div:nth-child(2) {
  top: 18%;
  width: 42%;
  left: 50%;
  z-index: 4;
}
@media (max-width: 998px) {
  .info-block__animation_19 div:nth-child(2) {
    width: 65%;
    left: 45%;
  }
}
.info-block__animation_19 div:nth-child(3) {
  top: 26%;
  width: 38%;
  left: 50%;
  z-index: 3;
}
@media (max-width: 998px) {
  .info-block__animation_19 div:nth-child(3) {
    top: 24%;
    width: 55%;
    left: 45%;
  }
}
.info-block__animation_19 div:nth-child(4) {
  top: 33%;
  width: 34%;
  left: 50%;
  z-index: 2;
}
@media (max-width: 998px) {
  .info-block__animation_19 div:nth-child(4) {
    width: 45%;
    top: 30%;
  }
}
.info-block__animation_19 div:nth-child(5) {
  top: 39%;
  width: 30%;
  left: 50%;
  z-index: 1;
}
@media (max-width: 998px) {
  .info-block__animation_19 div:nth-child(5) {
    width: 40%;
    top: 35%;
  }
}
.info-block__animation_19._active div:nth-child(1) img {
  animation: scaleAnimation 0.6s forwards;
}
.info-block__animation_19._active div:nth-child(2) img {
  animation: translateAnimationBig 1s 0.5s forwards;
}
.info-block__animation_19._active div:nth-child(3) img {
  animation: translateAnimationBig 1s 1s forwards;
}
.info-block__animation_19._active div:nth-child(4) img {
  animation: translateAnimationBig 1s 1.5s forwards;
}
.info-block__animation_19._active div:nth-child(5) img {
  animation: translateAnimationBig 1s 2s forwards;
}

.info-block__animation_20 div:nth-child(1) {
  bottom: 0%;
  width: 60%;
  right: 10%;
}
@media (max-width: 998px) {
  .info-block__animation_20 div:nth-child(1) {
    right: 0;
    width: 80%;
  }
  .info-block__animation_20 div:nth-child(1) img {
    width: 130%;
  }
}
.info-block__animation_20 div:nth-child(2) {
  top: 35%;
  width: 20%;
  left: 13%;
}
@media (max-width: 998px) {
  .info-block__animation_20 div:nth-child(2) {
    top: 40%;
    width: 33%;
    left: 0%;
  }
}
.info-block__animation_20 div:nth-child(3) {
  top: 29%;
  width: 15%;
  left: 26%;
  z-index: 2;
}
@media (max-width: 998px) {
  .info-block__animation_20 div:nth-child(3) {
    width: 30%;
    top: 33%;
    left: 18%;
  }
}
.info-block__animation_20._active div:nth-child(1) img {
  animation: translateAnimation 1s forwards;
}
.info-block__animation_20._active div:nth-child(2) img {
  animation: scaleAnimation 0.8s 1.4s forwards;
}
.info-block__animation_20._active div:nth-child(3) img {
  animation: scaleAnimation 0.8s 0.8s forwards;
}

.info-block__animation_21 div:nth-child(1) {
  top: 5%;
  width: 65%;
  left: 0%;
  z-index: 1;
}
@media (max-width: 998px) {
  .info-block__animation_21 div:nth-child(1) {
    display: flex;
    justify-content: end;
    width: 50%;
    top: 3%;
  }
  .info-block__animation_21 div:nth-child(1) img {
    width: 210%;
  }
}
.info-block__animation_21 div:nth-child(2) {
  top: 0%;
  width: 39%;
  left: 55%;
}
@media (max-width: 998px) {
  .info-block__animation_21 div:nth-child(2) {
    width: 50%;
    left: 50%;
  }
  .info-block__animation_21 div:nth-child(2) img {
    width: 140%;
  }
}
.info-block__animation_21 div:nth-child(3) {
  top: 31%;
  width: 39%;
  left: 55%;
}
@media (max-width: 998px) {
  .info-block__animation_21 div:nth-child(3) {
    width: 50%;
    left: 50%;
  }
  .info-block__animation_21 div:nth-child(3) img {
    width: 140%;
  }
}
.info-block__animation_21 div:nth-child(4) {
  top: 72%;
  width: 39%;
  left: 55%;
}
@media (max-width: 998px) {
  .info-block__animation_21 div:nth-child(4) {
    width: 50%;
    left: 50%;
  }
  .info-block__animation_21 div:nth-child(4) img {
    width: 140%;
  }
}
.info-block__animation_21 div:nth-child(5) {
  top: 0%;
  width: 4%;
  right: 0%;
}
@media (max-width: 998px) {
  .info-block__animation_21 div:nth-child(5) {
    display: none;
  }
}
.info-block__animation_21 div:nth-child(6) {
  top: 32%;
  width: 4%;
  right: 0%;
}
@media (max-width: 998px) {
  .info-block__animation_21 div:nth-child(6) {
    display: none;
  }
}
.info-block__animation_21._active div:nth-child(1) img {
  animation: translateAnimationBig 1s forwards;
}
.info-block__animation_21._active div:nth-child(2) img {
  animation: scaleAnimation 1s 0.6s forwards;
}
.info-block__animation_21._active div:nth-child(3) img {
  animation: scaleAnimation 1s 1.2s forwards;
}
.info-block__animation_21._active div:nth-child(4) img {
  animation: scaleAnimation 1s 1.8s forwards;
}
.info-block__animation_21._active div:nth-child(5) img {
  animation: scaleAnimation 1s 2.4s forwards;
}
.info-block__animation_21._active div:nth-child(6) img {
  animation: scaleAnimation 1s 3s forwards;
}

.info-block__animation_22 div:nth-child(1) {
  top: 5%;
  width: 37%;
  left: 0%;
  z-index: 1;
}
.info-block__animation_22 div:nth-child(2) {
  top: 52%;
  width: 37%;
  left: 0%;
}
.info-block__animation_22 div:nth-child(3) {
  top: 20%;
  width: 55%;
  left: 40%;
}
.info-block__animation_22._active div:nth-child(1) img {
  animation: translateAnimationRew 1s forwards;
}
.info-block__animation_22._active div:nth-child(2) img {
  animation: translateAnimationRew 1s 0.6s forwards;
}
.info-block__animation_22._active div:nth-child(3) img {
  animation: scaleAnimation 1s 1.4s forwards;
}

.info-block__animation_23 div:nth-child(1) {
  top: 5%;
  width: 70%;
  left: 3%;
}
@media (max-width: 998px) {
  .info-block__animation_23 div:nth-child(1) {
    left: 6%;
    width: 120%;
  }
}
.info-block__animation_23 div:nth-child(2) {
  top: 15%;
  width: 34%;
  left: 35%;
}
@media (max-width: 998px) {
  .info-block__animation_23 div:nth-child(2) {
    left: 60%;
    width: 65%;
    top: 10%;
  }
}
.info-block__animation_23 div:nth-child(3) {
  top: 15%;
  width: 30%;
  right: 0%;
}
@media (max-width: 998px) {
  .info-block__animation_23 div:nth-child(3) {
    display: none;
  }
}
.info-block__animation_23 div:nth-child(4) {
  top: 60%;
  width: 34%;
  left: 35%;
}
@media (max-width: 998px) {
  .info-block__animation_23 div:nth-child(4) {
    left: 60%;
    width: 65%;
    top: 59%;
  }
}
.info-block__animation_23 div:nth-child(5) {
  top: 60%;
  width: 30%;
  right: 0%;
}
.info-block__animation_23 div:nth-child(5) img {
  width: 115%;
}
@media (max-width: 998px) {
  .info-block__animation_23 div:nth-child(5) {
    display: none;
  }
}
.info-block__animation_23._active div:nth-child(1) img {
  animation: translateAnimationBig 1s forwards;
}
.info-block__animation_23._active div:nth-child(2) img {
  animation: scaleAnimation 1s 1.2s forwards;
}
.info-block__animation_23._active div:nth-child(3) img {
  animation: scaleAnimation 1s 1.2s forwards;
}
.info-block__animation_23._active div:nth-child(4) img {
  animation: scaleAnimation 1s 1.2s forwards;
}
.info-block__animation_23._active div:nth-child(5) img {
  animation: scaleAnimation 1s 1.2s forwards;
}

.info-block__animation_24 div:nth-child(1) {
  top: 10%;
  width: 70%;
  left: 0%;
}
@media (max-width: 998px) {
  .info-block__animation_24 div:nth-child(1) {
    right: 10%;
    left: auto;
    width: 130%;
  }
}
.info-block__animation_24 div:nth-child(2) {
  top: 40%;
  width: 54%;
  left: 35%;
}
@media (max-width: 998px) {
  .info-block__animation_24 div:nth-child(2) {
    right: 0;
    left: auto;
    top: 20%;
    width: 90%;
  }
}
.info-block__animation_24._active div:nth-child(1) img {
  animation: translateAnimationBig 1s forwards;
}
.info-block__animation_24._active div:nth-child(2) img {
  animation: scaleAnimation 1s 0.8s forwards;
}

.info-block__animation_25 div:nth-child(1) {
  top: 10%;
  width: 60%;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 998px) {
  .info-block__animation_25 div:nth-child(1) {
    transform: translate(0);
    top: 10%;
    left: 5%;
    width: 120%;
  }
}
.info-block__animation_25._active div:nth-child(1) img {
  animation: scaleAnimation 1s forwards;
}

.info-block__animation_26 div:nth-child(1) {
  top: 30%;
  width: 70%;
  left: 10%;
  z-index: 3;
}
@media (max-width: 998px) {
  .info-block__animation_26 div:nth-child(1) {
    width: 130%;
    left: -19%;
    top: 15%;
  }
}
.info-block__animation_26 div:nth-child(2) {
  top: 48%;
  width: 70%;
  left: 15%;
  z-index: 2;
}
@media (max-width: 998px) {
  .info-block__animation_26 div:nth-child(2) {
    width: 130%;
    left: -5%;
    top: 35%;
  }
}
.info-block__animation_26 div:nth-child(3) {
  top: 66%;
  width: 70%;
  left: 20%;
}
@media (max-width: 998px) {
  .info-block__animation_26 div:nth-child(3) {
    width: 130%;
    left: 3%;
    top: 55%;
  }
}
.info-block__animation_26._active div:nth-child(1) img {
  animation: translateAnimationBig 1s forwards;
}
.info-block__animation_26._active div:nth-child(2) img {
  animation: translateAnimationBig 1s 0.8s forwards;
}
.info-block__animation_26._active div:nth-child(3) img {
  animation: translateAnimationBig 1s 1.6s forwards;
}

.info-block__animation_27 div:nth-child(1) {
  top: 0%;
  width: 100%;
  height: 100%;
  left: 0%;
}
.info-block__animation_27 div:nth-child(1) img {
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
@media (max-width: 998px) {
  .info-block__animation_27 div:nth-child(1) img {
    object-position: 40% center;
  }
}
.info-block__animation_27 div:nth-child(2) {
  top: 10%;
  width: 20%;
  left: 4%;
  z-index: 2;
}
@media (max-width: 998px) {
  .info-block__animation_27 div:nth-child(2) {
    width: 33%;
    top: 11%;
  }
}
.info-block__animation_27 div:nth-child(3) {
  top: 10%;
  width: 20%;
  left: 40%;
}
@media (max-width: 998px) {
  .info-block__animation_27 div:nth-child(3) {
    width: 33%;
    top: 11%;
    left: 42%;
  }
}
.info-block__animation_27 div:nth-child(4) {
  top: 57%;
  width: 23%;
  left: 4%;
}
@media (max-width: 998px) {
  .info-block__animation_27 div:nth-child(4) {
    width: 33%;
    top: 60%;
  }
}
.info-block__animation_27 div:nth-child(5) {
  top: 58%;
  width: 20%;
  left: 40%;
}
@media (max-width: 998px) {
  .info-block__animation_27 div:nth-child(5) {
    width: 33%;
    top: 60%;
    left: 42%;
  }
}
.info-block__animation_27 div:nth-child(6) {
  top: 35%;
  width: 40%;
  left: 60%;
}
@media (max-width: 998px) {
  .info-block__animation_27 div:nth-child(6) {
    top: 40%;
    width: 50%;
    left: 75%;
  }
}
.info-block__animation_27._active div:nth-child(1) img {
  animation: opacityAnimation 1s forwards;
}
.info-block__animation_27._active div:nth-child(2) img {
  animation: scaleAnimation 0.8s 0.6s forwards;
}
.info-block__animation_27._active div:nth-child(3) img {
  animation: scaleAnimation 0.8s 1.2s forwards;
}
.info-block__animation_27._active div:nth-child(4) img {
  animation: scaleAnimation 0.8s 1.8s forwards;
}
.info-block__animation_27._active div:nth-child(5) img {
  animation: scaleAnimation 0.8s 2.4s forwards;
}
.info-block__animation_27._active div:nth-child(6) img {
  animation: scaleAnimation 0.8s 3s forwards;
}

.info-block__animation_28 div:nth-child(1) {
  top: 7%;
  width: 60%;
  left: 3%;
  z-index: 2;
}
@media (max-width: 998px) {
  .info-block__animation_28 div:nth-child(1) {
    width: 105%;
    left: -2.5%;
    top: 5%;
  }
}
.info-block__animation_28 div:nth-child(2) {
  top: 20%;
  width: 46%;
  right: 0%;
}
@media (max-width: 998px) {
  .info-block__animation_28 div:nth-child(2) {
    display: none;
  }
}
.info-block__animation_28._active div:nth-child(1) img {
  animation: translateAnimationBig 1s forwards;
}
.info-block__animation_28._active div:nth-child(2) img {
  animation: scaleAnimation 1s 0.8s forwards;
}

.info-block__animation_29 div:nth-child(2) {
  top: 5%;
  width: 60%;
  left: 2%;
  z-index: 2;
}
@media (max-width: 998px) {
  .info-block__animation_29 div:nth-child(2) {
    top: 15%;
    left: -25%;
    width: 80%;
  }
}
.info-block__animation_29 div:nth-child(1) {
  top: 17%;
  width: 46%;
  right: 0%;
}
@media (max-width: 998px) {
  .info-block__animation_29 div:nth-child(1) img {
    width: 140%;
  }
}
.info-block__animation_29._active div:nth-child(2) img {
  animation: translateAnimationBig 1s forwards;
}
.info-block__animation_29._active div:nth-child(1) img {
  animation: scaleAnimation 1s 0.8s forwards;
}

.info-block__animation_30 div:nth-child(1) {
  top: 10%;
  width: 65%;
  left: 5%;
  z-index: 2;
}
@media (max-width: 998px) {
  .info-block__animation_30 div:nth-child(1) {
    left: -5%;
  }
}
.info-block__animation_30 div:nth-child(2) {
  top: 33%;
  width: 40%;
  right: 9%;
  z-index: 2;
}
@media (max-width: 998px) {
  .info-block__animation_30 div:nth-child(2) {
    width: 70%;
    top: 21%;
    right: -10%;
  }
}
.info-block__animation_30 div:nth-child(3) {
  top: 59%;
  width: 22%;
  left: 13%;
  z-index: 3;
}
@media (max-width: 998px) {
  .info-block__animation_30 div:nth-child(3) {
    top: 39%;
    width: 28%;
    left: 3%;
  }
}
.info-block__animation_30 div:nth-child(4) {
  top: 53%;
  width: 25%;
  left: 23%;
  z-index: 4;
}
@media (max-width: 998px) {
  .info-block__animation_30 div:nth-child(4) {
    left: 18%;
    top: 36%;
    width: 27%;
  }
}
.info-block__animation_30._active div:nth-child(1) img {
  animation: translateAnimationBig 1s forwards;
}
.info-block__animation_30._active div:nth-child(2) img {
  animation: translateAnimation 1s 0.8s forwards;
}
.info-block__animation_30._active div:nth-child(3) img {
  animation: scaleAnimation 1s 1.6s forwards;
}
.info-block__animation_30._active div:nth-child(4) img {
  animation: scaleAnimation 1s 1.9s forwards;
}

.info-block__animation_31 div:nth-child(1) {
  top: 10%;
  width: 65%;
  left: 5%;
}
@media (max-width: 998px) {
  .info-block__animation_31 div:nth-child(1) {
    left: -10%;
    top: 20%;
    width: 75%;
  }
}
.info-block__animation_31 div:nth-child(2) {
  top: 40%;
  width: 65%;
  right: 5%;
  z-index: 2;
}
@media (max-width: 998px) {
  .info-block__animation_31 div:nth-child(2) {
    width: 89%;
    top: 41%;
    right: -10%;
  }
}
.info-block__animation_31._active div:nth-child(1) img {
  animation: scaleAnimation 0.5s forwards;
}
.info-block__animation_31._active div:nth-child(2) img {
  animation: scaleAnimation 0.5s 0.5s forwards;
}

.info-block__animation_32 div:nth-child(1) {
  top: 15%;
  width: 75%;
  left: 10%;
}
@media (max-width: 998px) {
  .info-block__animation_32 div:nth-child(1) {
    width: 100%;
    left: 5%;
  }
}
.info-block__animation_32 div:nth-child(2) {
  top: 5%;
  width: 40%;
  right: 8%;
  z-index: 2;
}
@media (max-width: 998px) {
  .info-block__animation_32 div:nth-child(2) {
    width: 55%;
    right: 0%;
  }
}
.info-block__animation_32._active div:nth-child(1) img {
  animation: translateAnimationRew 1s forwards;
}
.info-block__animation_32._active div:nth-child(2) img {
  animation: scaleAnimation 1s 0.5s forwards;
}

.info-block__animation_33 div:nth-child(1) {
  top: 12%;
  width: 56%;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 998px) {
  .info-block__animation_33 div:nth-child(1) {
    width: 80%;
  }
}
.info-block__animation_33 div:nth-child(2) {
  top: 40%;
  width: 37%;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 998px) {
  .info-block__animation_33 div:nth-child(2) {
    width: 50%;
    top: 38%;
  }
}
.info-block__animation_33 div:nth-child(3) {
  top: 67%;
  width: 56%;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 998px) {
  .info-block__animation_33 div:nth-child(3) {
    width: 80%;
    top: 62%;
  }
}
.info-block__animation_33 div:nth-child(4) {
  top: 48%;
  width: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 998px) {
  .info-block__animation_33 div:nth-child(4) {
    top: 45%;
    width: 7vw;
  }
}
.info-block__animation_33._active div:nth-child(1) img {
  animation: scaleAnimation 0.6s forwards;
}
.info-block__animation_33._active div:nth-child(2) img {
  animation: scaleAnimation 0.6s 0.6s forwards;
}
.info-block__animation_33._active div:nth-child(3) img {
  animation: scaleAnimation 0.6s 1.2s forwards;
}
.info-block__animation_33._active div:nth-child(4) img {
  animation: opacityAnimation 0.2s forwards;
}

.info-block__animation_34 div:nth-child(1) {
  top: 10%;
  width: 66%;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 998px) {
  .info-block__animation_34 div:nth-child(1) {
    width: 92%;
    top: 15%;
  }
}
.info-block__animation_34._active div:nth-child(1) img {
  animation: scaleAnimation 0.6s forwards;
}

.info-block__animation_35 div:nth-child(1) {
  top: 6%;
  width: 43%;
  left: 3%;
}
@media (max-width: 998px) {
  .info-block__animation_35 div:nth-child(1) {
    display: flex;
    justify-content: end;
  }
  .info-block__animation_35 div:nth-child(1) img {
    width: 130%;
  }
}
.info-block__animation_35 div:nth-child(3) {
  top: 69%;
  width: 45.5%;
  left: 2%;
}
@media (max-width: 998px) {
  .info-block__animation_35 div:nth-child(3) {
    display: flex;
    justify-content: end;
    top: 52%;
  }
  .info-block__animation_35 div:nth-child(3) img {
    width: 130%;
  }
}
.info-block__animation_35 div:nth-child(2) {
  top: 15%;
  width: 45%;
  left: 49%;
}
@media (max-width: 998px) {
  .info-block__animation_35 div:nth-child(2) {
    width: 65%;
  }
}
.info-block__animation_35._active div:nth-child(1) img {
  animation: scaleAnimation 0.6s forwards;
}
.info-block__animation_35._active div:nth-child(2) img {
  animation: scaleAnimation 0.6s forwards;
}
.info-block__animation_35._active div:nth-child(3) img {
  animation: scaleAnimation 0.6s forwards;
}

@media (max-width: 998px) {
  .info-block__animation_36::before {
    display: none;
  }
}
.info-block__animation_36 div:nth-child(1) {
  top: 4%;
  width: 39%;
  left: 5%;
}
@media (max-width: 998px) {
  .info-block__animation_36 div:nth-child(1) {
    top: 22%;
    left: 2%;
    width: 45%;
  }
}
.info-block__animation_36 div:nth-child(2) {
  top: 10%;
  width: 25%;
  left: 42%;
}
@media (max-width: 998px) {
  .info-block__animation_36 div:nth-child(2) {
    top: 25%;
    left: 45%;
    width: 30%;
  }
}
.info-block__animation_36 div:nth-child(3) {
  top: 51%;
  width: 15%;
  left: 49%;
}
@media (max-width: 998px) {
  .info-block__animation_36 div:nth-child(3) {
    width: 20%;
    left: 52%;
    top: 51%;
  }
}
.info-block__animation_36 div:nth-child(4) {
  left: 62%;
  width: 25%;
  top: 32%;
}
@media (max-width: 998px) {
  .info-block__animation_36 div:nth-child(4) {
    top: 40%;
    left: 68%;
    width: 30%;
  }
}
.info-block__animation_36 div:nth-child(5) {
  left: 38%;
  width: 12%;
  top: 55%;
}
@media (max-width: 998px) {
  .info-block__animation_36 div:nth-child(5) {
    width: 14%;
    left: 39%;
  }
}
.info-block__animation_36 div:nth-child(6) {
  left: 55%;
  width: 20%;
  top: 70%;
}
@media (max-width: 998px) {
  .info-block__animation_36 div:nth-child(6) {
    top: 65%;
    left: 57%;
    width: 26%;
  }
}
.info-block__animation_36 div:nth-child(7) {
  left: 80%;
  width: 10%;
  top: 66%;
}
@media (max-width: 998px) {
  .info-block__animation_36 div:nth-child(7) {
    width: 15%;
  }
}
.info-block__animation_36 div:nth-child(8) {
  left: 45%;
  width: 10%;
  top: 73%;
}
@media (max-width: 998px) {
  .info-block__animation_36 div:nth-child(8) {
    left: 44%;
    top: 66%;
    width: 16%;
  }
}
.info-block__animation_36 div:nth-child(9) {
  left: 73%;
  width: 10%;
  top: 76%;
}
@media (max-width: 998px) {
  .info-block__animation_36 div:nth-child(9) {
    width: 15%;
    top: 79%;
    left: 79%;
  }
}
.info-block__animation_36._active div:nth-child(1) img {
  animation: scaleAnimation 0.6s forwards;
}
.info-block__animation_36._active div:nth-child(2) img {
  animation: scaleAnimation 0.6s 2.4s forwards;
}
.info-block__animation_36._active div:nth-child(3) img {
  animation: scaleAnimation 0.6s 0.6s forwards;
}
.info-block__animation_36._active div:nth-child(4) img {
  animation: scaleAnimation 0.6s 4.8s forwards;
}
.info-block__animation_36._active div:nth-child(5) img {
  animation: scaleAnimation 0.6s 3s forwards;
}
.info-block__animation_36._active div:nth-child(6) img {
  animation: scaleAnimation 0.6s 4.2s forwards;
}
.info-block__animation_36._active div:nth-child(7) img {
  animation: scaleAnimation 0.6s 2s forwards;
}
.info-block__animation_36._active div:nth-child(8) img {
  animation: scaleAnimation 0.6s 1.2s forwards;
}
.info-block__animation_36._active div:nth-child(9) img {
  animation: scaleAnimation 0.6s 3.5s forwards;
}

.info-block__animation_37 div:nth-child(1) {
  top: 5%;
  width: 95%;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 998px) {
  .info-block__animation_37 div:nth-child(1) {
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.info-block__animation_37._active div:nth-child(1) img {
  animation: scaleAnimation 0.6s forwards;
}

.info-block__animation_38 div:nth-child(1) {
  top: 50%;
  width: 23%;
  left: 4%;
  transform: translate(0%, -50%);
}
@media (max-width: 998px) {
  .info-block__animation_38 div:nth-child(1) {
    width: 30%;
  }
}
.info-block__animation_38 div:nth-child(2) {
  top: 50%;
  width: 13%;
  left: 26%;
  transform: translate(0%, -50%);
}
@media (max-width: 998px) {
  .info-block__animation_38 div:nth-child(2) {
    width: 15%;
    left: 33%;
  }
}
.info-block__animation_38 div:nth-child(3) {
  top: 15%;
  width: 59%;
  right: 0%;
}
@media (max-width: 998px) {
  .info-block__animation_38 div:nth-child(3) {
    left: 50%;
    top: 50%;
    transform: translate(0%, -50%);
    right: auto;
    width: 80%;
  }
}
.info-block__animation_38 div:nth-child(4) {
  top: 0%;
  width: 100%;
  left: 0%;
  z-index: -1;
}
.info-block__animation_38._active div:nth-child(1) img {
  animation: scaleAnimation 0.6s forwards;
}
.info-block__animation_38._active div:nth-child(2) img {
  animation: opacityAnimation 0.6s 0.6s forwards;
}
.info-block__animation_38._active div:nth-child(3) img {
  animation: translateAnimation 0.6s 1.2s forwards;
}
.info-block__animation_38._active div:nth-child(4) img {
  animation: opacityAnimation 0.6s forwards;
}

.info-block__animation_39 div:nth-child(1) {
  top: 7%;
  width: 68%;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
}
@media (max-width: 998px) {
  .info-block__animation_39 div:nth-child(1) {
    width: 90%;
    top: 20%;
  }
}
.info-block__animation_39 div:nth-child(2) {
  top: 13%;
  width: 85%;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 998px) {
  .info-block__animation_39 div:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
  }
}
.info-block__animation_39._active div:nth-child(1) img {
  animation: scaleAnimation 1s forwards;
}
.info-block__animation_39._active div:nth-child(2) img {
  animation: scaleAnimation 1s 1s forwards;
}

.info-block__animation_40 div:nth-child(1) {
  top: 9%;
  width: 55%;
  left: 5%;
}
@media (max-width: 998px) {
  .info-block__animation_40 div:nth-child(1) {
    width: 75%;
    top: 15%;
  }
}
.info-block__animation_40 div:nth-child(2) {
  top: 43%;
  width: 53%;
  left: 47%;
}
@media (max-width: 998px) {
  .info-block__animation_40 div:nth-child(2) {
    width: 84%;
    left: 17%;
  }
}
.info-block__animation_40._active div:nth-child(1) img {
  animation: scaleAnimation 1s forwards;
}
.info-block__animation_40._active div:nth-child(2) img {
  animation: scaleAnimation 1s 1s forwards;
}

.info-block__animation_42 div:nth-child(1) {
  top: 15%;
  width: 89%;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 998px) {
  .info-block__animation_42 div:nth-child(1) {
    top: 50%;
    width: 95%;
    transform: translate(-50%, -50%);
  }
}
.info-block__animation_42 div:nth-child(2) {
  top: 10%;
  height: 10%;
  left: 27%;
}
@media (max-width: 998px) {
  .info-block__animation_42 div:nth-child(2) {
    top: 17%;
    left: 18%;
  }
}
.info-block__animation_42 div:nth-child(3) {
  top: 10%;
  height: 10%;
  left: 42%;
}
@media (max-width: 998px) {
  .info-block__animation_42 div:nth-child(3) {
    top: 17%;
  }
}
.info-block__animation_42 div:nth-child(4) {
  top: 10%;
  height: 10%;
  left: 55%;
}
@media (max-width: 998px) {
  .info-block__animation_42 div:nth-child(4) {
    top: 17%;
    left: 63%;
  }
}
.info-block__animation_42._active div:nth-child(1) img {
  animation: scaleAnimation 1s forwards;
}
.info-block__animation_42._active div:nth-child(2) img {
  animation: translateAnimationBig 1s 1s forwards;
}
.info-block__animation_42._active div:nth-child(3) img {
  animation: translateAnimationBig 1s 1.6s forwards;
}
.info-block__animation_42._active div:nth-child(4) img {
  animation: translateAnimationBig 1s 2.4s forwards;
}

.info-block__animation_43 div:nth-child(1) {
  top: 5%;
  width: 60%;
  left: 5%;
  z-index: 2;
}
@media (max-width: 998px) {
  .info-block__animation_43 div:nth-child(1) {
    width: 95%;
  }
}
.info-block__animation_43 div:nth-child(2) {
  width: 60%;
  left: 5%;
  top: 20%;
  z-index: 2;
}
@media (max-width: 998px) {
  .info-block__animation_43 div:nth-child(2) {
    width: 95%;
  }
}
.info-block__animation_43 div:nth-child(3) {
  top: 35%;
  width: 60%;
  left: 5%;
}
@media (max-width: 998px) {
  .info-block__animation_43 div:nth-child(3) {
    width: 95%;
  }
}
.info-block__animation_43 div:nth-child(4) {
  top: 25%;
  width: 70%;
  right: 0%;
}
@media (max-width: 998px) {
  .info-block__animation_43 div:nth-child(4) {
    left: 40%;
    width: 110%;
    right: auto;
  }
}
.info-block__animation_43 div:nth-child(5) {
  top: 55%;
  width: 28%;
  left: 5%;
}
@media (max-width: 998px) {
  .info-block__animation_43 div:nth-child(5) {
    width: 40%;
  }
}
.info-block__animation_43._active div:nth-child(1) img {
  animation: translateAnimationBig 1s 1s forwards;
}
.info-block__animation_43._active div:nth-child(2) img {
  animation: translateAnimationBig 1s 1.6s forwards;
}
.info-block__animation_43._active div:nth-child(3) img {
  animation: translateAnimationBig 1s 2s forwards;
}
.info-block__animation_43._active div:nth-child(4) img {
  animation: scaleAnimation 1s forwards;
}
.info-block__animation_43._active div:nth-child(5) img {
  animation: translateAnimationBig 1s 2.8s forwards;
}

.info-block__animation_44::before {
  display: none;
}
.info-block__animation_44 div:nth-child(1) {
  top: 10%;
  width: 95%;
  right: 0%;
}
@media (max-width: 998px) {
  .info-block__animation_44 div:nth-child(1) {
    width: 170%;
    right: auto;
    left: 10%;
  }
}
.info-block__animation_44._active div:nth-child(1) img {
  animation: scaleAnimation 0.6s forwards;
}


.discover {
  background-color: #f8f8f8;
  background-image: url(../img/bgb.png);
  background-size: cover;
  margin: 140px auto 0;
  background-position: bottom right;
  border-radius: 24px;
  max-width: 75%;
}
@media (max-width: 998px) {
  .discover {
    margin-top: 30px;
  }
}
.discover__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 280px;
  padding-bottom: 260px;
  margin-top: 140px;
  border-radius: 24px;
  border: 1px solid #f0f0f0;
}
@media (max-width: 998px) {
  .discover__container {
    padding-top: 250px;
    padding-bottom: 240px;
  }
}
.discover__title {
  color: #252525;
  font-size: 64px;
  max-width: 860px;
}
@media (max-width: 998px) {
  .discover__title {
    font-size: 36px;
  }
}
.discover__title span {
  color: #252525;
}
.discover__subtitle {
  margin-top: 20px;
  line-height: 1.5;
  color: #757575;
  max-width: 680px;
  transition-delay: 0.3s;
}

.cifres__container {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 80px;
}
.cifres__container._active .cifres__item {
  opacity: 1;
  transform: translate(0);
}
@media (max-width: 998px) {
  .cifres__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .cifres__container {
    grid-template-columns: 1fr;
  }
}
.cifres__item {
  padding: 32px 24px;
  border-radius: 24px;
  border: 1px solid #e6e6e6;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  transform: translate(0px, 30px);
  transition: 0.5s;
}
.cifres__item:nth-child(2) {
  transition-delay: 0.15s;
}
.cifres__item:nth-child(3) {
  transition-delay: 0.3s;
}
.cifres__item:nth-child(4) {
  transition-delay: 0.45s;
}
.cifres__item:nth-child(5) {
  transition-delay: 0.6s;
}
.cifres__item:nth-child(6) {
  transition-delay: 0.75s;
}
@media (min-width: 998px) {
  .cifres__item:nth-child(5), .cifres__item:nth-child(6) {
    grid-column: auto/span 2;
  }
}
.cifres__item span {
  font-size: 32px;
  line-height: 1.5;
}
.cifres__item p {
  color: #757575;
  line-height: 1.5;
}

.more-text__container {
  margin-top: 200px;
}
.more-text__head {
  color: #959595;
  text-align: justify;
  font-size: 48px;
}
@media (max-width: 1300px) {
  .more-text__head {
    font-size: 40px;
  }
}
@media (max-width: 998px) {
  .more-text__head {
    font-size: 32px;
    text-align: center;
  }
}
.more-text__head span {
  color: #252525;
}
.more-text__block {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 120px;
  line-height: 1.4;
  font-size: 20px;
  margin-top: 56px;
}
@media (max-width: 1300px) {
  .more-text__block {
    gap: 64px;
  }
}
@media (max-width: 998px) {
  .more-text__block {
    grid-template-columns: 1fr;
    text-align: justify;
  }
}

._blur-svg img {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

._blur-svg._s1 {
  transform: rotate(7deg);
}

._blur-svg._s2 img {
  box-shadow: 0px 8.201px 15.121px 0px rgba(0, 0, 0, 0.02), 0px 4.02px 7.752px 0px rgba(0, 0, 0, 0.02);
  border-radius: 20px;
}

._blur-svg._s3 img {
  border-radius: 20px;
}

._blur-svg._s4 img {
  box-shadow: 0px 8.201px 15.121px 0px rgba(0, 0, 0, 0.02), 0px 4.02px 7.752px 0px rgba(0, 0, 0, 0.02);
  border-radius: 40px;
}

._soft_blur::before {
  position: absolute;
  opacity: 1;
  left: 50%;
  content: "";
  transform: translate(-50%);
  bottom: -23%;
  z-index: 5;
  width: 220%;
  height: 100%;
  pointer-events: none;
  background-image: url(../img/blurrr.png);
  background-size: 100%;
}

.software__animation._no-bg::before {
  display: none;
}
