html,
body {
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  scroll-behavior: smooth;
  background-color: #151515;
}

.wrapper {
  min-height: 100%;
  width: 100%;
  overflow: hidden;
}

.container {
  max-width: 1786px;
  padding: 0 15px;
  margin: 0 auto;
}

.title {
  font-family: "NIKEA";
  font-weight: 400;
  font-size: 46px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
}

.subtitle {
  font-size: 24px;
  line-height: 32px;
}

.squares {
  width: 100%;
  height: 1576px;
  position: absolute;
  background: url("../img/squares.svg");
  transform: scale(0.6);
  opacity: 0.1;
  top: 20%;
}

.header__circle {
  position: absolute;
  right: 0;
  top: 0;
}

.header__left-blur--yellow {
  background: radial-gradient(37.14% 50% at 50% 50%, #FFDE00 0%, rgba(255, 182, 0, 0) 100%, rgba(255, 222, 0, 0) 100%);
  width: 1112px;
  height: 1112px;
  position: absolute;
  left: -20%;
  top: 30%;
  filter: blur(200px);
  opacity: 0.4;
}

.header__right-blur--purple {
  background: radial-gradient(39.16% 50% at 50% 50%, #6F00FF 0%, rgba(111, 0, 255, 0) 100%);
  width: 739px;
  height: 739px;
  position: absolute;
  right: 0;
  top: 30%;
  filter: blur(200px);
  opacity: 0.4;
}

.header__right-blur--blue {
  background: radial-gradient(39.16% 50% at 50% 50%, #3888FF 0%, rgba(56, 136, 255, 0) 100%);
  width: 739px;
  height: 739px;
  position: absolute;
  right: 0;
  top: 55%;
  filter: blur(200px);
  opacity: 0.4;
}

.header__top {
  padding: 58px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.header__language {
   position: relative;
}

.header__language {
   position: absolute;
   right: 375px;
   padding: 16px 36px;
   background: #6F00FF;
   box-shadow: 0px 0px 20px #6F00FF;
  border-radius: 20px;
  text-align: center;
  transition: 0.3s;
  margin-right: 22px;
  align-items: center;
  display: flex;
  transition: all .3s;
}

.header__language:hover {
   top: 65px;
   height: 100px;
}

.header__language:hover span {
   opacity: 0;
}

.header__language:hover .header__language-list {
   opacity: 1;
}

.header__language span img {
   margin-right: 4.44px;
   margin-top: 6px;
}

.header__language-list {
   opacity: 0;
   width: 125.5px;
   position: absolute;
   display: flex;
   flex-direction: column;
   align-items: center;
   top: -5%;
   left: 0;
   border-bottom-left-radius: 20px;
   border-bottom-right-radius: 20px;
}

.header__language-item {
   margin-top: 20px;
}

.header__language-link {
   display: flex;
   align-items: center;
}

.header__language-link img {
   margin-right: 10px;
}

.header__user-nav {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  display: flex;
  align-items: center;
  z-index: 1;
}
.header__user-nav .user__login {
  padding: 16px 36px;
  border: 1px solid #FFB600;
  box-shadow: 0px 0px 20px -8px #3888ff;
  border-radius: 20px;
  text-align: center;
  transition: 0.3s;
}
.header__user-nav .user__login:hover {
  transform: scale(1.2);
}
.header__user-nav .user__singup {
  padding: 16px 34px;
  background: #6F00FF;
  box-shadow: 0px 0px 20px #6F00FF;
  border-radius: 20px;
  margin-left: 22px;
  transition: 0.3s;
}
.header__user-nav .user__singup:hover {
  transform: scale(1.2);
}

.header__burger {
  position: absolute;
  transform: translateY(-100%);
  top: 0;
  left: -5%;
  width: 110%;
  height: 237px;
  background: #151515;
  transition: transform 0.5s;
  z-index: 10;
  display: none;
  flex-direction: column;
  align-items: center;
}
.header__burger .burger-close {
  position: absolute;
  top: 21px;
  left: 45px;
}
.header__burger .burger__login {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  display: block;
  padding: 16px 36px;
  border: 1px solid #FFB600;
  box-shadow: none;
  border-radius: 20px;
  text-align: center;
  transition: 0.3s;
  width: 80%;
  margin-top: 68px;
}
.header__burger .burger__login:hover {
  transform: scale(1);
}
.header__burger .burger__singup {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  display: block;
  padding: 16px 34px;
  background: #6F00FF;
  box-shadow: 0px 0px 20px #6F00FF;
  border-radius: 20px;
  transition: 0.3s;
  margin-left: 0;
  text-align: center;
  width: 80%;
  margin-top: 21px;
}
.header__burger .burger__singup:hover {
  transform: scale(1);
}

.header__content {
  margin-bottom: 170px;
}

.header__title {
  padding: 112px 270px 0px 216px;
  position: relative;
}
.header__title h1 {
  font-family: "NIKEA";
  font-style: normal;
  font-size: 150px;
  line-height: 164px;
  text-transform: uppercase;
}
.header__title .yellow {
  text-align: left;
  margin-bottom: -34px;
  color: #FFB600;
}
.header__title .white {
  text-align: right;
  margin-bottom: -16px;
}

.header__subtitle {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__subtitle p {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 85px;
  z-index: 1;
}
.header__subtitle a {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1em;
  padding: 19px 65px;
  background: #FFB600;
  border-radius: 29px;
  color: #000000;
  z-index: 1;
  box-shadow: 0px 0px 15px #FFB600;
  transition: 0.3s;
}
.header__subtitle a:hover {
  transform: scale(1.2);
}

.header__slider {
  margin-bottom: 100px;
}

.slider {
  height: 400px;
}

.slick-slide {
  transition: 0.5s;
  transform: scale(0.6) translateY(20%);
  opacity: 0.8;
}

.slick-center {
  transform: scale(1);
  opacity: 1;
  margin: 0 50px;
  transition: 0.5s;
}

.slick-track {
  transition: 0.5s;
}

.slider__element {
  width: 368px;
  height: 460px;
  background-color: #fff;
  color: #000;
  border-radius: 17px;
  border: 4px solid #2D2D2D;
  z-index: 1;
}

.element__inner {
  padding: 21px 0 0 10px;
}

.element__top {
  display: flex;
}
.element__top img {
  width: 65px;
  height: 65px;
  margin-right: 10px;
}

.element__title p {
  font-weight: 500;
  font-size: 31px;
  line-height: 42px;
}
.element__title .element__id {
  font-weight: 700;
  color: #323232;
}

.element__price {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  line-height: 27px;
  color: #515151;
  margin-bottom: 5px;
}
.element__price span {
  font-weight: 700;
  font-size: 34px;
  line-height: 45px;
  color: #000000;
  position: relative;
}

.element__lists {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.element__lists ul {
  padding: 10px 10px;
  border-radius: 17px;
  position: absolute;
  top: 0;
}
.element__lists ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 21px;
  line-height: 27px;
  margin-bottom: 12px;
}
.element__lists ul span {
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
  position: relative;
}

.element__list--right {
  background: #2D2D2D;
  right: -1px;
}
.element__list--right li {
  color: #fff;
}

.element__list--left {
  left: 0;
  top: 0;
}

.increase::after {
  content: "";
  position: absolute;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 21px solid #109A68;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}

.decrease--inverse::after {
  content: "";
  position: absolute;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 21px solid #EE495F;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}

.decrease::after {
  content: "";
  position: absolute;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 21px solid #EE495F;
  top: 50%;
  right: -30px;
  transform: rotate(-180deg) translateY(50%);
}

.price--decrease::after {
  content: "";
  position: absolute;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 21px solid #EE495F;
  top: 50%;
  right: 15px;
  transform: rotate(-180deg) translateY(50%);
}

.price--increase::after {
  content: "";
  position: absolute;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 21px solid #109A68;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.header__footer-text {
  margin-top: 50px;
}

.analysis__inner {
  margin: 83px 0 145px 0;
}

.analysis__title {
  text-align: center;
  margin-bottom: 107px;
}
.analysis__title p {
  max-width: 661px;
  margin: 0 auto;
  margin-top: 54px;
}

.analysis__content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.analysis__img-box {
  margin-right: 84px;
  position: relative;
}
.analysis__img-box::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 739px;
  height: 739px;
  background: radial-gradient(39.16% 50% at 50% 50%, #6F00FF 0%, rgba(111, 0, 255, 0) 100%);
  z-index: -1;
  filter: blur(200px);
  opacity: 0.6;
  transform: translate(-50%, -50%);
}

.analysis__content-text p {
  display: inline-block;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 42px;
  padding: 22px 35px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
}

.analysis__text-first {
  position: relative;
  margin-left: 130px;
}
.analysis__text-first::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 150px;
  background-color: #FFFFFF;
  opacity: 0.4;
  top: 50%;
  left: -60%;
}
.analysis__text-first::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 117px;
  background-color: #FFFFFF;
  opacity: 0.4;
  top: 50%;
  right: -50%;
}

.analysis__text-second {
  position: relative;
  margin-left: 77px;
}
.analysis__text-second::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 150px;
  background-color: #FFFFFF;
  opacity: 0.4;
  top: 50%;
  left: -30%;
}
.analysis__text-second::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 117px;
  background-color: #FFFFFF;
  opacity: 0.4;
  top: 50%;
  right: -25%;
}

.analysis__text-third {
  position: relative;
}
.analysis__text-third::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 153px;
  background-color: #FFFFFF;
  opacity: 0.4;
  top: 50%;
  left: -70%;
}
.analysis__text-third::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 117px;
  background-color: #FFFFFF;
  opacity: 0.4;
  top: 50%;
  right: -55%;
}

.analysis-parag {
  display: flex;
  align-items: center;
}
.analysis-parag span {
  transform: translateY(-50%);
  margin-left: 150px;
}
.analysis-parag .net {
  margin-left: 160px;
}

.tokens__inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 92px;
}

.tokens__title {
  max-width: 700px;
}
.tokens__title h2 {
  font-size: 64px;
  line-height: 70px;
  text-align: left;
  margin-bottom: 92px;
}
.tokens__title h2 span {
  color: #FF4C4C;
}
.tokens__title p {
  max-width: 426px;
}

.tokens__info {
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  width: 750px;
  display: flex;
  flex-direction: column;
}

.info--orange {
  position: relative;
  width: 384px;
  height: 237px;
  margin: 0px 0px 92px 110px;
}
.info--orange::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 283px;
  height: 237px;
  border: 1px solid #FFB600;
  border-radius: 20px;
}
.info--orange p {
  position: absolute;
  top: 132px;
  right: 0;
  max-width: 196px;
}
.info--orange img {
  position: absolute;
  top: -120px;
  left: -70px;
  z-index: 1;
  animation: bounce 7s infinite;
}
.info--orange .blur {
  position: absolute;
  top: -120px;
  left: -70px;
  background: linear-gradient(180deg, #FFB600 0%, #FF4C4C 100%);
  width: 308.51px;
  height: 308.51px;
  filter: blur(100px);
  opacity: 0.3;
}

.info--purple {
  position: relative;
  width: 384px;
  height: 360px;
  align-self: flex-end;
  margin-right: 150px;
}
.info--purple::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 227px;
  height: 360px;
  border: 1px solid #AD28B4;
  border-radius: 20px;
}
.info--purple p {
  position: absolute;
  top: 200px;
  left: 36px;
  max-width: 252px;
  text-align: left;
}
.info--purple img {
  position: absolute;
  top: -120px;
  right: 50px;
  z-index: 1;
  animation: bounce 5s infinite;
}
.info--purple .blur {
  position: absolute;
  top: -120px;
  right: 50px;
  background: linear-gradient(180deg, #AD28B4 0%, #AD28B4);
  width: 308.51px;
  height: 308.51px;
  filter: blur(100px);
  opacity: 0.3;
}

.main__monitoring {
  position: relative;
}

.monitoring__top-img {
  z-index: -1;
}

.monitoring__title {
  text-align: center;
  margin: -695px 0 112px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.monitoring__title .blur {
  position: absolute;
  z-index: -2;
  width: 581px;
  height: 580px;
  opacity: 0.2;
  filter: blur(100px);
  background: linear-gradient(180deg, #5E9EFF 0%, #5E9EFF);
}
.monitoring__title img {
  margin-bottom: -120px;
}
.monitoring__title h2 {
  font-size: 96px;
  line-height: 105px;
  text-transform: uppercase;
  max-width: 1130px;
}
.monitoring__title .monitoring__img-box::after {
  content: "";
  position: absolute;
  z-index: -1;
  transform: translate(-40px, -116px);
  width: 170px;
  height: 274px;
  border: 1px solid #5E9EFF;
  border-radius: 20px;
}
.monitoring__title .monitoring__img-box p {
  position: absolute;
  transform: translate(-5px, -110px);
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  max-width: 314px;
}

.monitoring__content-row {
  display: flex;
  justify-content: center;
}
.monitoring__content-row:nth-child(2) {
  margin-left: -300px;
}
.monitoring__content-row:nth-child(3) {
  margin-left: -300px;
}

.monitoring__row-element {
  margin: 0px 180px 70px 0px;
}
.monitoring__row-element:last-child {
  margin-right: 0;
}
.monitoring__row-element div {
  font-family: "NIKEA";
  font-size: 27px;
  line-height: 30px;
  display: flex;
  align-items: center;
}
.monitoring__row-element div img {
  transform: translateY(-20%);
}
.monitoring__row-element p {
  padding-left: 33px;
  margin-top: -40px;
  font-size: 24px;
  line-height: 32px;
}

.monitoring__blur-left {
  position: absolute;
  width: 834px;
  height: 834px;
  top: 5%;
  left: -10%;
  background: radial-gradient(39.16% 50% at 50% 50%, rgba(56, 136, 255, 0.8) 0%, rgba(56, 136, 255, 0) 100%);
  opacity: 0.7;
  filter: blur(300px);
}

.monitoring__blur-right {
  position: absolute;
  width: 834px;
  height: 834px;
  top: 20%;
  right: -10%;
  background: radial-gradient(37.14% 50% at 50% 50%, #FFDE00 0%, rgba(255, 182, 0, 0) 100%, rgba(255, 222, 0, 0) 100%);
  opacity: 0.6;
  filter: blur(300px);
}

.data__title h2 {
  margin-bottom: 69px;
}

.data__list {
  display: flex;
  justify-content: center;
}
.data__list li {
  padding: 22px 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  margin-right: 20px;
}
.data__list li:last-child {
  margin-right: 0;
}

.data .container {
  position: relative;
}

.data__content {
  display: flex;
  position: relative;
  justify-content: center;
}
.data__content p {
  position: absolute;
  max-width: 297px;
  font-size: 20px;
  line-height: 27px;
}
.data__content p span {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 5px;
  position: relative;
}

.data__info--left {
   left: 10px;
   top: 505px;
}

.data__info--left span::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  box-shadow: 0px 0px 5px #3888FF;
}

.data__info--right {
  right: 2%;
  top: 48%;
}
.data__info--right svg {
  position: absolute;
  left: -230px;
  top: 14px;
}
.data__info--right span::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  box-shadow: 0px 0px 5px #3888FF;
}

.data__info--rightup {
  right: 2%;
  top: 31%;
}
.data__info--rightup svg {
  position: absolute;
  left: -263px;
  top: -120px;
}
.data__info--rightup span::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  box-shadow: 0px 0px 5px #3888FF;
}

.data__squares {
  position: absolute;
  top: -25%;
  z-index: -2;
}

.data__blur {
  position: absolute;
  bottom: -10%;
  left: -30%;
  width: 1093px;
  height: 1170px;
  background: radial-gradient(37.14% 50% at 50% 50%, #FF6B00 0%, rgba(255, 182, 0, 0) 100%);
  opacity: 0.3;
  filter: blur(300px);
  z-index: -1;
}

.users__inner {
  position: relative;
  margin-bottom: 390px;
}

.users__image-box {
  position: absolute;
  top: -30%;
  left: 0;
}

.users__blur {
  position: absolute;
  top: 50%;
  right: -20%;
  width: 834px;
  height: 834px;
  opacity: 0.7;
  filter: blur(400px);
  z-index: -1;
  background: radial-gradient(39.16% 50% at 50% 50%, #6F00FF 0%, rgba(111, 0, 255, 0) 100%);
}

.users__title {
  max-width: 392px;
  margin: 0 auto;
  margin-bottom: 92px;
}

.user__row {
  display: flex;
  justify-content: space-around;
  margin-bottom: 311px;
  height: 461px;
}
.user__row li {
  padding: 28px 39px 60px 46px;
  background: linear-gradient(146.82deg, rgba(255, 148, 148, 0.06) 8.98%, rgba(163, 148, 255, 0.0072) 74.98%);
  box-shadow: inset -0.5px -0.5px 0px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  max-height: 195px;
}
.user__row li p {
  max-width: 180px;
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}

.user__row-item--first {
  margin-top: 108px;
}

.user__row-item--second {
  margin-top: 198px;
  max-height: 263px !important;
}

.user__row-item--third {
  margin-top: 230px;
}

.user__row-item--fourth {
  margin-top: 173px;
}

.news__title {
  max-width: 1313px;
  margin: 0 auto;
  margin-bottom: 200px;
}
.news__title p {
  font-family: "NIKEA";
  font-size: 32px;
  line-height: 35px;
  text-transform: uppercase;
  color: #FFBC17;
  text-align: center;
}

.news__row {
  display: flex;
  justify-content: center;
  height: 800px;
}

.news__row-item {
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
}

.news__item p {
  text-align: left;
}

.news__item--first {
  position: relative;
  margin-top: 120px;
}
.news__item--first::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -90px;
  left: 0;
  width: 205px;
  height: 274px;
  border: 1px solid #5F5F5F;
  border-radius: 20px;
}
.news__item--first p {
  position: absolute;
  top: -70px;
  left: 79px;
  max-width: 240px;
}

.news__item--second {
  position: relative;
}
.news__item--second .blur {
  position: absolute;
  width: 240px;
  height: 240px;
  opacity: 0.7;
  filter: blur(200px);
  z-index: -1;
  background: radial-gradient(39.16% 50% at 50% 50%, #5E9EFF 0%, #5E9EFF 100%);
}
.news__item--second::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 130px;
  left: 0;
  width: 339px;
  height: 428px;
  border: 1px solid #5E9EFF;
  border-radius: 20px;
}
.news__item--second p {
  position: absolute;
  bottom: -60px;
  left: 79px;
  width: 400px;
}

.news__item--third {
  position: relative;
  margin-top: 60px;
}
.news__item--third .blur {
  position: absolute;
  left: 50%;
  width: 240px;
  height: 240px;
  opacity: 0.7;
  filter: blur(200px);
  z-index: -1;
  background: radial-gradient(39.16% 50% at 50% 50%, #AD28B4 0%, #AD28B4 100%);
}
.news__item--third::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -35px;
  left: 120px;
  width: 377px;
  height: 316px;
  border: 1px solid #AD28B4;
  border-radius: 20px;
}
.news__item--third p {
  position: absolute;
  top: 0;
  right: -131px;
  max-width: 190px;
}

.options__inner {
  position: relative;
  height: 1300px;
}

.options__img-box {
  position: absolute;
  top: -25%;
  left: -20px;
  z-index: -1;
}

.options__title {
  max-width: 540px;
  margin: 0 auto;
  margin-bottom: 73px;
}
.options__title h2 {
  text-align: left;
  font-size: 46px;
}

.options__content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.options__left {
  display: flex;
  flex-direction: column;
  padding: 41px 26px;
  background: rgba(21, 21, 21, 0.4);
  border: 1px dashed #ffffff;
  border-radius: 100px;
  margin-right: 39px;
}
.options__left li {
  margin-bottom: 89px;
}
.options__left li:last-child {
  margin-bottom: 0;
}

.options__right {
  display: flex;
  flex-direction: column;
}
.options__right li {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  max-width: 300px;
  margin-bottom: 48px;
}
.options__right li:last-child {
  margin-bottom: 0;
}
.options__right li span {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 5px;
}

.option__blur {
  position: absolute;
  right: 0;
  width: 834px;
  height: 834px;
  background: radial-gradient(39.16% 50% at 50% 50%, rgba(111, 0, 255, 0.8) 0%, rgba(111, 0, 255, 0) 100%);
  opacity: 1;
  filter: blur(400px);
  z-index: -2;
}

.works__inner {
  margin-bottom: 145px;
}

.works__title {
  margin-bottom: 114px;
}

.works__content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.works__left {
  display: inline-flex;
  flex-direction: column;
  margin-right: 170px;
}

.works__left-block {
  width: 320px;
  height: 150px;
  background: #151515;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0px 8px 1px rgba(255, 255, 255, 0.5);
  border-radius: 40px;
  margin-bottom: 88px;
}
.works__left-block:last-child {
  margin-bottom: 0;
}
.works__left-block p {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
}

.works__left-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 12px;
}

.works__right {
  display: flex;
}

.works__right-block {
  width: 320px;
  height: 325px;
  background: #151515;
  border: 1px solid #6F00FF;
  box-shadow: 538px -164px 225px rgba(111, 0, 255, 0.03), 302px -92px 190px rgba(111, 0, 255, 0.1), 134px -41px 141px rgba(111, 0, 255, 0.17), 34px -10px 77px rgba(111, 0, 255, 0.2), 0px 0px 0px rgba(111, 0, 255, 0.2);
  border-radius: 40px;
  margin-right: 85px;
}
.works__right-block:last-child {
  margin-right: 0;
}
.works__right-block ul li {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 22px;
}
.works__right-block ul li:last-child {
  margin-bottom: 0;
}

.works__right-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #7957ED;
  padding: 21px 43px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 44px;
}

.works__right-block--light {
  border: 1px solid #FF0091;
  box-shadow: 301px -95px 126px rgba(246, 0, 132, 0.03), 169px -53px 106px rgba(246, 0, 132, 0.1), 75px -24px 79px rgba(246, 0, 132, 0.17), 19px -6px 43px rgba(246, 0, 132, 0.2), 0px 0px 0px rgba(246, 0, 132, 0.2);
}
.works__right-block--light .works__right-title {
  color: #FF0091;
  margin-bottom: 22px;
}
.works__right-block--light ul li {
  max-width: 270px;
  margin: 0 auto;
  margin-bottom: 18px;
}
.works__right-block--light ul li:last-child {
  margin-bottom: 0;
}

.works__left-block--upper {
  position: relative;
}
.works__left-block--upper::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40%;
  content: "";
  width: 88px;
  height: 88px;
  background: url("../img/icons/works/internet.svg");
}

.works__left-block--lower {
  position: relative;
}
.works__left-block--lower::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40%;
  content: "";
  width: 88px;
  height: 88px;
  background: url("../img/icons/works/box.svg");
}

.works__left {
  position: relative;
}
.works__left::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50%;
  content: "";
  width: 148px;
  height: 264px;
  background: url("../img/icons/works/left.svg");
}

.works__right-block--first {
  position: relative;
}
.works__right-block--first::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -23%;
  content: "";
  width: 62px;
  height: 16px;
  background: url("../img/icons/works/right.svg");
}

.get__inner {
  margin-bottom: 100px;
}

.get__title {
  max-width: 850px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 137px;
}
.get__title h2 {
  margin-bottom: 35px;
}
.get__title p {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
}

.get__row {
  display: flex;
  justify-content: center;
}

.get__row-item {
  width: 385px;
  height: 391px;
  background: #151515;
  box-shadow: 538px -164px 225px rgba(111, 0, 255, 0.03), 302px -92px 190px rgba(111, 0, 255, 0.1), 134px -41px 141px rgba(111, 0, 255, 0.17), 34px -10px 77px rgba(111, 0, 255, 0.2), 0px 0px 0px rgba(111, 0, 255, 0.2);
  border-radius: 40px;
  border: 1px solid #00f3f9;
  display: flex;
  flex-direction: column;
  transition: 0.5s;
}
.get__row-item:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 225px rgba(111, 0, 255, 0.03), 0px 0px 190px rgba(111, 0, 255, 0.1), 0px 0px 141px rgba(111, 0, 255, 0.17), 0px 0px 77px rgba(111, 0, 255, 0.2), 0px 0px 0px rgba(111, 0, 255, 0.2);
}
.get__row-item .get__item-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 43px;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 36px 85px;
  border-bottom: 1px solid rgba(0, 243, 249, 0.4);
  margin-bottom: 27px;
}
.get__row-item p {
  font-weight: 500;
  font-size: 64px;
  line-height: 86px;
  text-align: center;
  background: linear-gradient(124.36deg, #6F00FF 0%, #00F3F9 41.13%, rgba(160, 88, 254, 0.43) 97.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 34px;
}
.get__row-item a {
  padding: 21px 63px;
  background: linear-gradient(124.36deg, #00F3F9 41.13%, rgba(160, 88, 254, 0.43) 110.98%);
  border-radius: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
  margin: 0 auto;
  box-shadow: 0px 0px 15px #00f3f9;
}

.get__row-item--middle {
  margin: 0 80px;
  border: 1px solid #FFB600;
  box-shadow: 647px -198px 271px rgba(255, 182, 0, 0.03), 364px -111px 228px rgba(255, 182, 0, 0.1), 162px -49px 169px rgba(255, 182, 0, 0.17), 40px -12px 93px rgba(255, 182, 0, 0.2), 0px 0px 0px rgba(255, 182, 0, 0.2);
}
.get__row-item--middle:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 271px rgba(255, 182, 0, 0.03), 0px 0px 228px rgba(255, 182, 0, 0.1), 0px 0px 169px rgba(255, 182, 0, 0.17), 0px 0px 93px rgba(255, 182, 0, 0.2), 0px 0px 0px rgba(255, 182, 0, 0.2);
}
.get__row-item--middle .get__item-title {
  border-bottom: 1px solid rgba(255, 182, 0, 0.4);
}
.get__row-item--middle p {
  background: #FFB600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.get__row-item--middle a {
  background: #FFB600;
  box-shadow: 0px 0px 15px #FFB600;
}

.get__row-item--last {
  border: 1px solid #FF0091;
  box-shadow: 301px -95px 126px rgba(246, 0, 132, 0.03), 169px -53px 106px rgba(246, 0, 132, 0.1), 75px -24px 79px rgba(246, 0, 132, 0.17), 19px -6px 43px rgba(246, 0, 132, 0.2), 0px 0px 0px rgba(246, 0, 132, 0.2);
}
.get__row-item--last:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 126px rgba(246, 0, 132, 0.03), 0px 0px 106px rgba(246, 0, 132, 0.1), 0px 0px 79px rgba(246, 0, 132, 0.17), 0px 0px 43px rgba(246, 0, 132, 0.2), 0px 0px 0px rgba(246, 0, 132, 0.2);
}
.get__row-item--last .get__item-title {
  border-bottom: 1px solid rgba(255, 182, 0, 0.4);
}
.get__row-item--last p {
  background: linear-gradient(108.89deg, #FFB600 0%, #FF0091 52.19%, #6F00FF 101.21%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.get__row-item--last a {
  background: linear-gradient(108.89deg, #FF0091 52.19%, #6F00FF 191.21%);
  box-shadow: 0px 0px 15px #FF0091;
}

footer {
  background-color: #000;
}

.footer__link {
  display: inline;
}

.footer__inner {
  display: flex;
  justify-content: center;
  height: 91px;
  align-items: center;
  color: #5c5c5c;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.footer__inner img {
  margin-right: 100px;
}

.data__info--left::after {
   content: '';
   position: absolute;
   background: url('/frontend/img/icons/data/left-line.svg');
   width: 160px;
   height: 54px;
   top: 15px;
   right: -105px;
}

.header__circle--mini {
  display: none;
}

.analysis__img-box .analysis-mini {
  display: none;
}

.token__info-row {
  display: none;
}

.monitoring__list {
  display: none;
}

.data__content-mini {
  display: none;
}

.user__mini {
  display: none;
}

.news__row-mini {
  display: none;
}

.options__img-mini {
  display: none;
}

.header__user-login {
  display: none;
}

.works__content-mini {
  display: none;
}

.options__img-miniphone {
  display: none;
}

.news__title-mini {
  display: none;
}

.scrollFade {
  opacity: 1;
  pointer-events: all;
}

.scrollFade--hidden {
  opacity: 0;
  pointer-events: none;
}

.scrollFade--visible {
  opacity: 1;
  pointer-events: all;
}

.scrollFade--animate {
  transition: opacity 0.4s ease-in-out;
}

.news__item--first img {
  animation: bounce 11s infinite;
}

.news__item--second img {
  animation: bounce 9s infinite;
}

.news__item--third img {
  animation: bounce 5s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translate(0px, -20px);
  }
  50% {
    transform: translate(0px, 20px);
  }
}
@media (max-width: 1700px) {
  .header__title {
    position: relative;
  }
  .header__title::after {
    position: absolute;
    content: "";
    width: 350%;
    height: 800%;
    background: url("../img/squares-mini.svg");
    top: 350%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.2;
    border-radius: 70%;
    overflow: hidden;
  }
  .container {
    padding: 0 40px;
  }
  h2.title {
    font-size: 22px;
    line-height: 24px;
  }
  .subtitle {
    font-size: 18px;
    line-height: 24px;
  }
  .header__title {
    padding: 112px 270px 0px 216px;
    position: relative;
  }
  .header__title h1 {
    font-family: "NIKEA";
    font-style: normal;
    font-size: 150px;
    line-height: 164px;
    text-transform: uppercase;
  }
  .squares {
    display: none;
  }
  .header__circle {
    display: none;
  }
  .header__circle--mini {
    display: none;
    position: absolute;
    top: 50%;
    right: -30%;
    transform: translate(-20%, -50%);
  }
  .header__left-blur--yellow {
    display: none;
  }
  .header__right-blur--purple {
    width: 408.1px;
    height: 408.1px;
    filter: blur(100px);
    opacity: 1;
  }
  .header__right-blur--blue {
    width: 408.1px;
    height: 408.1px;
    filter: blur(100px);
    opacity: 1;
  }
  .header__user-nav {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
  }
  .header__user-nav .user__login {
    padding: 8px 31px;
  }
  .header__user-nav .user__singup {
    padding: 8px 31px;
  }
  .header__top-logo img {
    width: 140px;
    height: 70px;
  }
  .header__content {
    margin-bottom: 55px;
  }
  .header__title {
    padding: 42px 140px 60px 6px;
    position: relative;
  }
  .header__title h1 {
    font-size: 60px;
    line-height: 66px;
  }
  .header__title .yellow {
    position: absolute;
    top: -10px;
    right: 45%;
  }
  .header__title .white {
    position: absolute;
    text-align: center;
    margin-bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .header__subtitle p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    max-width: 434px;
    margin-bottom: 21px;
  }
  .header__subtitle a {
    box-shadow: none;
    padding: 13px 34px;
  }
  .slider__element {
    transform: scale(0.8);
  }
  .header__footer-text {
    display: none;
  }
  .header__slider {
    margin-bottom: 250px;
  }
  .slick-slide {
    transform: scale(0.6);
  }
  .slick-center {
    transform: scale(0.8);
  }
  .analysis__content {
    margin-top: -250px;
    margin-bottom: -180px;
  }
  .analysis__title p {
    max-width: 338px;
    margin-top: 15px;
  }
  .analysis__img-box {
    margin: 0 10px 0 -75px;
  }
  .analysis__img-box .analysis-pc {
    display: none;
  }
  .analysis__img-box .analysis-mini {
    display: inline;
    transform: scale(0.5);
  }
  .analysis__content-text p {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 9px;
    padding: 2px;
    border-radius: 5px;
  }
  .analysis__text-first {
    margin-left: -40px;
  }
  .analysis__text-first::before {
    width: 41px;
    left: -41px;
  }
  .analysis__text-first::after {
    width: 223px;
    right: -238px;
  }
  .analysis__text-second {
    margin-left: -40px;
  }
  .analysis__text-second::before {
    width: 41px;
    left: -41px;
  }
  .analysis__text-second::after {
    width: 43px;
    right: -58px;
  }
  .analysis__text-third {
    margin-left: -40px;
  }
  .analysis__text-third::before {
    width: 41px;
    left: -41px;
  }
  .analysis__text-third::after {
    width: 251px;
    right: -265px;
  }
  .analysis-parag .net {
    margin-left: 252px;
    transform: translateY(0) scale(0.8);
  }
  .analysis-parag .net path {
    fill: #fff;
  }
  .analysis-parag .max {
    margin-left: 70px;
    transform: translateY(0) scale(0.8);
  }
  .analysis-parag .max path {
    fill: #fff;
  }
  .analysis-parag .mail {
    margin-left: 299px;
    transform: translateY(0) scale(0.8);
  }
  .analysis-parag .mail path {
    fill: #fff;
  }
  .analysis__img-box::before {
    display: none;
  }
  .tokens__title {
    max-width: 747px;
    margin: 0 auto;
  }
  .tokens__title p {
    max-width: 675px;
    text-align: center;
  }
  .tokens__title h2 {
    text-align: center;
    margin-bottom: 34px;
  }
  .tokens__title h2 span {
    color: #fff;
  }
  .tokens__info {
    display: none;
  }
  .token__info-row {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: -50px;
    margin-top: -230px;
  }
  .tokens__inner {
    display: block;
  }
  .monitoring__title {
    margin: 0;
    margin-bottom: 17px;
  }
  .monitoring__title img {
    display: none;
  }
  .monitoring__title .monitoring__img-box {
    display: none;
  }
  .monitoring__title .blur {
    display: none;
  }
  .monitoring__top-img {
    display: none;
  }
  .monitoring__content-row {
    display: none;
  }
  .monitoring__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 156px;
    position: relative;
  }
  .monitoring__list li {
    width: 443px;
    height: 100%;
    background: #fff;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    padding: 9px 23px;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .monitoring__list li:last-child {
    margin-bottom: 0;
  }
  .monitoring__list li span {
    font-family: "NIKEA";
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: -2px;
  }
  .monitoring__list li img {
    position: absolute;
    top: -50%;
    transform: translateY(-22px) scale(0.5);
    right: -90px;
  }
  .monitoring__list li:nth-child(2) img {
    top: -50%;
    transform: translateY(-75px) scale(0.5);
    right: -140px;
  }
  .monitoring__list li:nth-child(3) img {
    transform: translateY(0px) scale(0.5);
    right: -70px;
  }
  .monitoring__list li:nth-child(4) img {
    top: -50%;
    transform: translateY(0px) scale(0.5);
    right: -65px;
  }
  .monitoring__list li:last-child img {
    top: -50%;
    transform: translateY(-15px) scale(0.5);
    right: -90px;
  }
  .monitoring__list::after {
    position: absolute;
    content: "";
    width: 350%;
    height: 110%;
    background: url("../img/squares-mini.svg");
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.2;
    border-radius: 70%;
    overflow: hidden;
    z-index: -2;
  }
  .monitoring__blur-left {
    left: -60%;
    opacity: 1;
    filter: blur(100px);
    background: radial-gradient(39.16% 50% at 50% 50%, rgba(111, 0, 255, 0.8) 0%, rgba(111, 0, 255, 0) 100%);
  }
  .monitoring__blur-right {
    width: 321px;
    height: 321px;
    top: 50%;
    right: -10%;
    opacity: 1;
    filter: blur(80px);
    z-index: -1;
  }
  .data__title h2 {
    margin-bottom: 18px;
  }
  .data__list {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 51px;
  }
  .data__list li {
    padding: 5px;
    font-size: 18px;
    line-height: 24px;
    border-radius: 18px;
    margin-right: 48px;
    white-space: nowrap;
    margin-bottom: 13px;
  }
  .data__content {
    display: none;
  }
  .data__content-mini {
    display: flex;
    margin-top: -90px;
    margin-bottom: -250px;
    position: relative;
  }
  .data__content-mini ul {
    margin-top: 114px;
    margin-left: 60px;
    display: flex;
    flex-direction: column;
  }
  .data__content-mini ul li {
    font-size: 18px;
    line-height: 24px;
  }
  .data__content-mini ul li span {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px;
    position: relative;
  }
  .data__content-mini ul li span::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    left: -15px;
    background-color: #fff;
    box-shadow: 0px 0px 5px #3888FF;
  }
  .data__content-mini ul li:first-child {
    margin-bottom: 27px;
  }
  .data__content-mini ul li:nth-child(2) {
    margin-bottom: 36px;
  }
  .data__content-mini ul .middle {
    position: relative;
  }
  .data__content-mini ul .middle::before {
    content: "";
    position: absolute;
    width: 304px;
    height: 30px;
    background: url("../img/icons/data/line-mini-up.svg") no-repeat;
    top: -37px;
    left: -142px;
  }
  .data__content-mini ul .middle::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 41px;
    background: url("../img/icons/data/line-mini-down.svg") no-repeat;
    top: 113px;
    left: -124px;
  }
  .data__content-mini::after {
    position: absolute;
    content: "";
    width: 350%;
    height: 40%;
    background: url("../img/squares-mini.svg");
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.2;
    border-radius: 70%;
    overflow: hidden;
  }
  .users__title {
    margin-bottom: 32px;
  }
  .user__mini {
    display: block;
  }
  .user__row {
    display: none;
  }
  .users__image-box {
    display: none;
  }
  .users__blur {
    display: none;
  }
  .data__blur {
    display: none;
  }
  .user__list {
    display: flex;
    flex-direction: column;
    max-width: 550px;
    text-align: left;
    margin: 0 auto;
  }
  .user__list li {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
  }
  .users__inner {
    margin-bottom: 160px;
  }
  .user__img-mini {
    margin: 0 auto;
    width: 604px;
  }
  .news__title {
    display: none;
  }
  .news__title-mini {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 69px;
  }
  .news__row {
    display: none;
  }
  .news__row-mini {
    display: flex;
    margin-bottom: 50px;
    justify-content: space-evenly;
  }
  .news__row-mini li {
    position: relative;
  }
  .news__row-mini li img {
    position: absolute;
    top: -50px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
  }
  .news__row-mini li:nth-child(2) {
    margin: 0 13px;
  }
  .news__item-mini {
    width: 232px;
    height: 185px;
    border: 0.45px solid #FFFFFF;
    border-radius: 9px;
    text-align: center;
    position: relative;
  }
  .news__item-mini p {
    position: absolute;
    bottom: 13px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
  }
  .options__title {
    max-width: 620px;
    margin-bottom: 35px;
  }
  .options__title h2 {
    text-align: center;
  }
  .options__img-box {
    display: none;
  }
  .options__content {
    flex-direction: row-reverse;
    justify-content: center;
  }
  .options__left {
    padding: 20px 10px;
    border: 0.45px solid #FFFFFF;
    margin-right: 0;
  }
  .options__left li {
    margin-bottom: 50px;
  }
  .options__left li img {
    transform: scale(0.8);
  }
  .options__right {
    max-width: 250px;
  }
  .options__right li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .options__right li span {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 0;
  }
  .option__blur {
    display: none;
  }
  .options__img-mini {
    display: block;
    background: radial-gradient(39.16% 50% at 50% 50%, rgba(111, 0, 255, 0.8) 0%, rgba(111, 0, 255, 0) 100%);
  }
  .options__inner {
    height: 100%;
    margin-bottom: 80px;
  }
  .works__content {
    display: none;
  }
  .works__content-mini {
    margin-bottom: 73px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .content__mini-up {
    display: flex;
    margin-bottom: 44px;
  }
  .works__list--white {
    display: flex;
    flex-direction: column;
    margin-right: 100px;
    position: relative;
  }
  .works__list--white li {
    width: 200px;
    height: 130px;
    background: #151515;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 25px;
  }
  .works__list--white li span {
    display: inline-block;
    max-width: 190px;
    padding: 28px 0px 6px 0px;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    border-bottom: 1px solid #fff;
  }
  .works__list--white li p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }
  .works__list--white li:last-child {
    margin-bottom: 0;
  }
  .works__list--white::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 162px;
    background: url("../img/icons/works/mini/up.svg");
    top: 50%;
    right: -100px;
    transform: translateY(-50%);
  }
  .works__item--purple {
    width: 200px;
    height: 285px;
    background: #151515;
    border: 1px solid #6F00FF;
    box-shadow: 0px 4px 40px 30px rgba(111, 0, 255, 0.25);
    border-radius: 20px;
    text-align: center;
  }
  .works__item--purple span {
    display: inline-block;
    padding: 64px 0px 6px 0px;
    max-width: 176px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
  }
  .works__item--purple ul li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .works__item--red {
    width: 385px;
    height: 210px;
    background: #151515;
    border: 1px solid #FF0091;
    box-shadow: 0px 4px 40px 30px rgba(255, 0, 145, 0.15);
    border-radius: 20px;
    text-align: center;
    position: relative;
  }
  .works__item--red span {
    display: inline-block;
    padding: 10px 0px 6px 0px;
    max-width: 176px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
  }
  .works__item--red ul li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 7px;
  }
  .works__item--red::after {
    content: "";
    position: absolute;
    width: 156px;
    height: 44px;
    background: url("../img/icons/works/mini/down.svg");
    top: -44px;
    left: 50%;
  }
  .get__title {
    margin-bottom: 21px;
    white-space: nowrap;
  }
  .get__title h2 {
    margin-bottom: 44px;
  }
  .get__row {
    display: grid;
    grid-template: repeat(2, 1fr)/repeat(2, 280px);
    gap: 20px;
    position: relative;
  }
  .get__row::after {
    position: absolute;
    content: "";
    width: 350%;
    height: 120%;
    background: url("../img/squares-mini.svg");
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.2;
    border-radius: 70%;
    overflow: hidden;
    z-index: -1;
  }
  .get__row-item {
    width: 280px;
    height: 172px;
    box-shadow: none;
    position: relative;
    border: none;
  }
  .get__row-item::after {
    width: 280px;
    height: 172px;
    content: "";
    position: absolute;
    border: 2px solid transparent;
    background: linear-gradient(45deg, rgb(111, 0, 255), rgb(0, 243, 249), rgba(160, 88, 254, 0.43)) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 20px;
  }
  .get__row-item .get__item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    padding: 20px 0 6px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
    width: 176px;
    margin: 0 auto;
  }
  .get__row-item p {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 7px;
  }
  .get__row-item a {
    padding: 11px 38px;
    background: none;
    box-shadow: none;
    border: 1px solid #6F00FF;
    color: #6F00FF;
    z-index: 1;
  }
  .get__row-item:hover {
    box-shadow: none;
  }
  .get__row-item--middle {
    margin: 0;
  }
  .get__row-item--middle::after {
    width: 280px;
    height: 172px;
    content: "";
    position: absolute;
    border: 2px solid transparent;
    background: linear-gradient(45deg, rgb(255, 182, 0), rgb(255, 0, 145), rgb(111, 0, 255)) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 20px;
    z-index: 0;
  }
  .get__row-item--middle a {
    border: 1px solid #FFB600;
    z-index: 1;
    color: #000;
    background: #FFB600;
    box-shadow: 0px 0px 20px #FFB600;
    border-radius: 20px;
  }
  .get__row-item--middle p {
    background: linear-gradient(108.89deg, #FFB600 0%, #FF0091 52.19%, #6F00FF 101.21%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .get__row-item--last {
    margin-left: 170px;
  }
  .get__row-item--last::after {
    width: 280px;
    height: 172px;
    content: "";
    position: absolute;
    border: 2px solid transparent;
    background: linear-gradient(45deg, rgb(255, 182, 0), rgb(255, 0, 145), rgb(111, 0, 255)) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 20px;
  }
  .get__row-item--last a {
    border: 1px solid #FFB600;
    z-index: 1;
    color: #000;
    background: #FFB600;
    box-shadow: 0px 0px 20px #FFB600;
    border-radius: 20px;
  }
  .footer__inner {
    color: #fff;
    font-weight: 900;
    font-size: 11px;
    line-height: 15px;
  }
  .footer__inner img {
    margin-right: 40px;
  }
  .data__content-mini img {
    transform: scale(0.5);
    margin: -280px -237px 0px -181px;
  }
  .token__info-row img {
    transform: scale(0.5);
    margin: 0 -120px;
  }
  .token__info-row .third img {
    transform: scale(0.5);
  }

  .header__language {
   padding: 8px 31px;
  }

  .header__language span img {
   margin-right: 5px;
   margin-top: 5px;
  }

  .header__language-item {
   margin-right: 6px;
  }

}
@media (max-width: 744px) {
  .container {
    padding: 0 7px;
  }
  h2.title {
    font-size: 18px;
    line-height: 20px;
  }
  .subtitle {
    font-size: 14px;
    line-height: 19px;
  }
  .user__login {
    display: none;
  }
  .user__singup {
    display: none;
  }
  .header__user-login {
    display: block;
    margin-right: 22px;
  }
  .header__top {
    padding: 30px 0;
  }
  .header__title h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .header__title .yellow {
    right: 35%;
  }
  .header__subtitle p {
    font-size: 14px;
    line-height: 19px;
  }
  .header__subtitle a {
    border-radius: 20px;
  }
  .header__slider {
    margin-bottom: 40px;
  }
  .analysis__title {
    margin-bottom: 31px;
  }
  .analysis__title p {
    margin-top: 3px;
    max-width: 245px;
  }
  .analysis__content-text p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 30px;
    padding: 2px;
    border-radius: 5px;
  }
  .analysis__text-first::after {
    display: none;
  }
  .analysis__text-first::before {
    width: 32px;
    left: -32px;
  }
  .analysis__text-second::after {
    display: none;
  }
  .analysis__text-second::before {
    width: 32px;
    left: -32px;
  }
  .analysis__text-third::after {
    display: none;
  }
  .analysis__text-third::before {
    width: 32px;
    left: -32px;
  }
  .analysis-parag .net {
    margin-left: 48px;
    transform: translateY(-50%) scale(0.8);
  }
  .analysis-parag .net path {
    fill: #fff;
  }
  .analysis-parag .max {
    margin-left: 29px;
    transform: translateY(-50%) scale(0.8);
  }
  .analysis-parag .max path {
    fill: #fff;
  }
  .analysis-parag .mail {
    margin-left: 72px;
    transform: translateY(-50%) scale(0.8);
  }
  .analysis-parag .mail path {
    fill: #fff;
  }
  .analysis__content-text {
    margin-left: -20px;
  }
  .analysis__content {
    margin-top: -140px;
    margin-bottom: -230px;
  }
  .tokens__title h2 {
    margin-bottom: 13px;
  }
  .token__info-row {
    display: grid;
    justify-content: center;
    grid-template: repeat(2, 175px)/repeat(2, 175px);
    gap: 20px;
    margin-bottom: 100px;
    margin-top: 0;
  }
  .token__info-row img {
    transform: scale(0.37) translate(-395px, -675px);
    margin: 0;
  }
  .token__info-row .third {
    position: relative;
    display: block;
  }
  .token__info-row .third img {
    transform: scale(0.37) translate(-125px, -530px);
  }
  .token__info-row .third::before {
    content: "";
    background: url("../img/icons/tokens-mini/left.svg");
    width: 54px;
    height: 126px;
    position: absolute;
    top: -15px;
    left: 50px;
    z-index: 2;
  }
  .token__info-row .third::after {
    content: "";
    background: url("../img/icons/tokens-mini/right.svg");
    width: 54px;
    height: 126px;
    position: absolute;
    top: -15px;
    left: 270px;
    z-index: 2;
  }
  .monitoring__title {
    margin: 0;
  }
  .data__content-mini img {
    transform: scale(0.25);
    margin: -400px -70px 0px -270px;
  }
  .data__content-mini ul {
    margin-left: -163px;
    margin-top: 40px;
  }
  .data__content-mini ul li {
    font-size: 14px;
    line-height: 19px;
  }
  .data__content-mini ul li span {
    font-size: 18px;
    line-height: 24px;
  }
  .data__content-mini ul li:first-child {
    margin-bottom: 18px;
  }
  .data__content-mini ul li:nth-child(2) {
    margin-bottom: 17px;
  }
  .data__content-mini ul .middle::before {
    width: 315px;
    height: 62px;
    background: url("../img/icons/data/miniup2.svg");
    transform: translate(-17%, -46%);
    z-index: -1;
  }
  .data__content-mini ul .middle::after {
    background: url("../img/icons/data/minidown2.svg");
    width: 240px;
    height: 32px;
    transform: translate(12%, -150%) scale(0.8);
  }
  .users__title {
    margin: -100px 0 18px 0;
  }
  .user__list li {
    font-size: 14px;
    line-height: 19px;
  }
  .user__img-mini img {
    transform: scale(0.6) translate(-32%, -35%);
  }
  .users__inner {
    margin-bottom: -20px;
  }
  .news__row-mini {
    display: grid;
    margin: 0;
    justify-content: center;
    grid-template: repeat(2, 1fr)/repeat(2, 160px);
    gap: 20px;
  }
  .news__row-mini li {
    transform: scale(0.7) translate(-29%, -7%);
  }
  .news__row-mini li:last-child {
    transform: translate(30%, -23%) scale(0.7);
  }
  .news__row-mini li img {
    transform: translateX(-25%);
  }
  .news__row-mini li:nth-child(2) {
    margin: 13;
  }
  .options__content {
    justify-content: space-evenly;
  }
  .options__img-mini {
    display: none;
  }
  .options__right {
    max-width: 200px;
  }
  .options__right li {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 17px;
  }
  .options__right li span {
    font-size: 15px;
    line-height: 20px;
  }
  .options__img-miniphone {
    display: block;
    margin-top: -380px;
    margin-left: -200px;
    transform: scale(0.5);
  }
  .miniphone {
    position: relative;
    margin-bottom: -475px;
  }
  .miniphone::before {
    content: "";
    position: absolute;
    background: url("../img/icons/options/up.svg");
    width: 119px;
    height: 237px;
    top: 155px;
    left: 67%;
    transform: translateX(-80%);
    z-index: -1;
  }
  .works__title {
    display: none;
  }
  .content__mini-up {
    flex-direction: column;
  }
  .works__list--white {
    margin: 0;
    margin-bottom: 30px;
  }
  .works__list--white::after {
    width: 151px;
    height: 160px;
    background: url("../img/icons/works/mini/mid.svg");
    top: 78%;
    right: 145px;
  }
  .works__list--white li {
    width: 280px;
    height: 100px;
    margin-bottom: 36px;
  }
  .works__list--white li span {
    padding-top: 10px;
  }
  .works__item--purple {
    width: 280px;
    height: 180px;
  }
  .works__item--purple span {
    padding-top: 10px;
  }
  .works__item--purple ul li {
    margin-bottom: 8px;
  }
  .works__item--red {
    width: 280px;
    height: 250px;
  }
  .works__item--red ul li {
    max-width: 225px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .works__item--red::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 40px;
    background: url("../img/icons/works/mini/middown.svg");
    top: -44px;
    left: 50%;
  }
  .get__title {
    display: none;
  }
  .get__row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .get__row-item--last {
    margin-left: 0;
  }
  .get__row-item a {
    box-shadow: none;
  }
  .footer__inner {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    max-width: 235px;
    margin: 0 auto;
    text-transform: uppercase;
  }
  .footer__inner img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .monitoring__list {
    margin-bottom: 80px;
    align-items: center;
    margin-top: 10px;
    margin-left: -30px;
  }
  .monitoring__list li {
    margin-bottom: 11px;
    width: 332px;
    font-size: 14px;
    line-height: 19px;
  }
  .monitoring__list li span {
    font-size: 15px;
    line-height: 16px;
  }
  .monitoring__list li:first-child img {
    top: -29%;
    transform: translateY(-44px) scale(0.42);
    right: -80px;
  }
  .monitoring__list li:nth-child(2) img {
    top: -79%;
    transform: translateY(-69px) scale(0.42);
    right: -130px;
  }
  .monitoring__list li:nth-child(3) img {
    transform: translateY(0px) scale(0.42);
    right: -70px;
  }
  .monitoring__list li:nth-child(4) img {
    top: -50%;
    transform: translateY(0px) scale(0.42);
    right: -70px;
  }
  .monitoring__list li:last-child img {
    top: -78%;
    transform: translateY(-15px) scale(0.42);
    right: -90px;
  }
  .monitoring__blur-left {
    display: none;
  }
  .data__list {
    justify-content: start;
  }
  .data__list li {
    margin-right: 13px;
    font-size: 13.5px;
    line-height: 18px;
    border-radius: 7.5px;
  }
  .news__title-mini {
    max-width: 390px;
    margin-bottom: 39px;
  }
  .data__content-mini ul li span::before {
    width: 3px;
    height: 3px;
  }
  .footer__inner {
    height: 126px;
    max-width: 346px;
  }
  .analysis__content-text .analysis__text-second {
    max-width: 134px;
  }
  .header__burger {
    display: flex;
  }
  .header__burger--show {
    transform: translateY(0%);
  }
  .data__content-mini {
    margin-bottom: -350px;
  }

  .header__language span img {
   margin-right: 10px;
  }
  
  .header__language {
   right: 55px;
  }

  .header__language:hover {
   top: 45px;
  }
}/*# sourceMappingURL=style.css.map */