:root {
  --content-width: 1315px;
  --container-offset: 20px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
}

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

h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 0;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
  color: inherit;
}

footer {
  background-color: var(--black);
}

header section.block-1 {
  min-height: unset !important;
}

header section.block-1 nav {
  top: 30px !important;
  max-width: 1320px;
}
@media (max-width: 1300px) {
  header section.block-1 nav {
    top: 26px !important;
  }
}
@media (max-width: 1024px) {
  header section.block-1 nav {
    top: 0 !important;
  }
}

.home {
  font-family: var(--font);
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  background-color: #0D0D0D;
}
.home__title {
  margin-bottom: 24px;
  font-size: 82px;
  line-height: 120%;
  font-weight: 700;
}
.home__title + p {
  font-family: var(--font-inter);
}
@media (max-width: 1024px) {
  .home__title {
    font-size: 62px;
  }
}
@media (max-width: 1024px) {
  .home__title {
    font-size: 48px;
  }
}
@media (max-width: 576px) {
  .home {
    font-size: 16px;
  }
  .home__title {
    margin-bottom: 12px;
    font-size: 45px;
  }
}

.container-home {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: 1360px;
}

.home-intro {
  margin: 142px 0 136px;
  text-align: center;
}
.home-intro__title {
  font-size: 96px;
  font-weight: 700;
  line-height: 120%;
  color: #F5F5F7;
}
.home-intro__subtitle {
  font-size: 61px;
  font-weight: 400;
  line-height: 120%;
}
.home-intro p {
  margin: 24px 120px 32px;
  font-family: var(--font-inter);
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 1024px) {
  .home-intro {
    margin: 148px 0 75px;
  }
  .home-intro__title {
    margin-bottom: 0;
    font-size: 64px;
  }
  .home-intro__subtitle {
    font-size: 48px;
  }
  .home-intro p {
    margin: 20px 0 48px;
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .home-intro__title {
    margin-bottom: 0;
    font-size: 48px;
  }
  .home-intro__subtitle {
    font-size: 31px;
  }
  .home-intro p {
    font-size: 16px;
    line-height: 150%;
  }
}

.home-about {
  text-align: center;
}
.home-about .home__title + p {
  max-width: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-align: center;
  justify-self: center;
}
@media (max-width: 576px) {
  .home-about .home__title {
    font-size: 40px;
  }
}

:root {
  --gap: 6.5px;
  --speed: 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --closed: 118px;
  --open: 430px;
}

.slider {
  max-width: 1320px;
  padding: 60px 0 0;
  margin: 0 auto;
  overflow: hidden;
}
.slider-wrapper {
  margin: 24px 0 112px;
  border-top: 1px solid #697077;
}

.track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  scroll-behavior: smooth;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.track::-webkit-scrollbar {
  display: none;
}

.project-card {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 var(--closed);
  flex: 0 0 var(--closed);
  height: 420px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: -webkit-flex-basis var(--speed), -webkit-transform var(--speed);
  transition: -webkit-flex-basis var(--speed), -webkit-transform var(--speed);
  transition: flex-basis var(--speed), transform var(--speed);
  transition: flex-basis var(--speed), transform var(--speed), -webkit-flex-basis var(--speed), -ms-flex-preferred-size var(--speed), -webkit-transform var(--speed);
  border: 1px solid #697077;
}
.project-card:nth-child(3)[active] .project-card__content {
  padding: 0;
}
.project-card:nth-child(3)[active] .project-card__content > div {
  padding: 35px 18px 0;
}
@media (max-width: 1024px) {
  .project-card:nth-child(3)[active] .project-card__content > div {
    padding: 28px 11px 0;
  }
  .project-card:nth-child(3)[active] .project-card__content img {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
@media (min-width: 1280px) {
  .project-card:nth-child(4)[active] .project-card__content {
    padding-bottom: 26px;
  }
}
.project-card:nth-child(4)[active] .project-card__desc {
  max-width: unset;
}
@media (min-width: 1280px) {
  .project-card:nth-child(5)[active] .project-card__content {
    padding-bottom: 43px;
  }
}
@media (min-width: 1280px) {
  .project-card:nth-child(7)[active] .project-card__content {
    padding-bottom: 23px;
  }
  .project-card:nth-child(7)[active] .project-card__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 30px;
  }
  .project-card:nth-child(7)[active] .project-card__desc::after {
    content: "";
    display: block;
    width: 51px;
    height: 28px;
    background-image: url("../img/home/chart_text.svg");
  }
}
@media (min-width: 1280px) {
  .project-card:nth-child(8)[active] .project-card__content {
    padding: 0;
  }
  .project-card:nth-child(8)[active] .project-card__content > div {
    padding: 35px 18px 0;
  }
  .project-card:nth-child(8)[active] .project-card__content img {
    padding-bottom: 15px;
  }
}

.project-card[active] {
  -ms-flex-preferred-size: var(--open);
  flex-basis: var(--open);
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-box-shadow: 0 18px 55px rgba(0, 0, 0, 0.45);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.45);
  border: 1px solid #E6F114;
}

.project-card__content {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 21px 45px;
  background: #111111;
  z-index: 2;
}

.project-card__title {
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #FFFFFF;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 13px 1fr;
  grid-template-columns: 13px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 17px;
}
.project-card__title::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 13px;
  height: 13px;
  background-image: url("../img/home/plus.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.project-card__thumb,
.project-card__desc {
  display: none;
}

.project-card[active] .project-card__content {
  padding: 35px 18px 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.project-card[active] .project-card__title {
  padding: 12px 10px;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #111111;
  background-color: #E6F114;
  border-radius: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 11px;
}
.project-card[active] .project-card__title::before {
  background-image: url("../img/home/plus_dark.svg");
}

.project-card[active] .project-card__thumb,
.project-card[active] .project-card__desc {
  display: block;
}

.project-card__thumb {
  width: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.project-card[active] .project-card__thumb {
  width: 100%;
}

.project-card__desc {
  margin: 13px 0 10px;
  font-family: var(--font-inter);
  font-size: 24px;
  line-height: 150%;
  max-width: 348px;
}

@media (max-width: 1280px) {
  :root {
    --closed: 4rem;
    --open: 22rem;
    --closed: 100%;
    --open: 100%;
    --gap: 0.8rem;
  }
  .slider-wrapper {
    margin-bottom: 80px;
  }
  .track {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 0;
  }
  .project-card__title::before {
    background-size: unset;
  }
  .project-card__title {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }
  .slider {
    padding: 20px;
  }
  .track {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
    gap: 8px;
  }
  .project-card {
    height: auto;
    min-height: 78px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    scroll-snap-align: start;
  }
  .project-card[active] {
    min-height: 300px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  }
  .project-card[active] .project-card__content {
    gap: 20px;
  }
  .project-card__content {
    padding: 28px 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .project-card__title {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-weight: 400;
    gap: 16px;
  }
  .project-card__thumb,
  .project-card__desc {
    display: none;
  }
  .project-card[active] .project-card__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 28px 11px;
  }
  .project-card[active] .project-card__thumb {
    width: 100%;
    height: auto;
  }
  .project-card[active] .project-card__desc {
    max-width: 100%;
    margin: 20px 0 0;
    font-size: 18px;
  }
  .project-card[active] .project-card__title {
    padding: 10px;
    font-weight: 600;
  }
}
@media (max-width: 1024px) {
  .slider-wrapper {
    margin-bottom: 60px;
  }
  .project-card[active] .project-card__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .project-card[active] .project-card__thumb {
    width: auto;
  }
  .project-card[active] {
    min-height: 400px;
  }
}
@media (max-width: 576px) {
  .slider-wrapper {
    margin-bottom: 0;
  }
  .project-card[active] {
    min-height: 356px;
  }
}
.home-benefits {
  padding-top: 80px;
}
.home-benefits__subtitle {
  margin: 24px 0 26px;
  font-family: var(--font-inter);
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1024px) {
  .home-benefits__subtitle {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .home-benefits__subtitle {
    margin: 24px 0 20px;
    font-size: 32px;
    text-align: center;
  }
}
.home-benefits__title {
  margin: 24px 0 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.home-benefits__text {
  font-family: var(--font-inter);
  font-size: 14px;
  line-height: 24px;
}
.home-benefits__item {
  padding: 20px;
}
.home-benefits__item:first-child {
  border-left: 1px solid #697077;
}
.home-benefits__item:last-child {
  border-right: 1px solid #697077;
}
.home-benefits__item + .home-benefits__item {
  border-left: 1px solid #697077;
}
@media (max-width: 1024px) {
  .home-benefits__item:nth-child(-n+3) {
    border-bottom: 1px solid #697077;
  }
  .home-benefits__item:nth-child(3) {
    border-right: 1px solid #697077;
  }
}
@media (max-width: 768px) {
  .home-benefits__item:nth-child(2) {
    border-right: 1px solid #697077;
  }
  .home-benefits__item:nth-child(3) {
    border-right: 0;
    border-bottom: 0;
  }
}
@media (max-width: 576px) {
  .home-benefits__item {
    border-right: 1px solid #697077;
  }
  .home-benefits__item:nth-child(3) {
    border-right: 1px solid #697077;
  }
  .home-benefits__item + .home-benefits__item {
    border-bottom: 1px solid #697077;
  }
  .home-benefits__item:last-child {
    border-bottom: 0;
  }
}
.home-benefits-top {
  border-top: 1px solid #697077;
  border-bottom: 1px solid #697077;
}
.home-benefits-top__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .home-benefits-top__inner {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .home-benefits-top__inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .home-benefits-top__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.home-benefits-bottom {
  border-top: 1px solid #697077;
  border-bottom: 1px solid #697077;
}
.home-benefits-bottom__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2] 320px;
  grid-template-columns: repeat(2, 1fr) 320px;
}
@media (max-width: 1024px) {
  .home-benefits-bottom__inner {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .home-benefits-bottom__inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .home-benefits-bottom .home-benefits__item:nth-child(3) {
    border-right: 1px solid #697077;
  }
}
@media (max-width: 576px) {
  .home-benefits-bottom__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.home-benefits .home__title + p {
  max-width: 680px;
}
@media (max-width: 576px) {
  .home-benefits .home__title,
  .home-benefits .home__title + p {
    text-align: center;
  }
}

#home-benefits-anim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #697077;
}
@media (max-width: 576px) {
  #home-benefits-anim {
    border-left: 0;
    border-right: 0;
  }
}

.home-works {
  padding: 120px 0 77px;
  background-color: #111111;
}
@media (max-width: 1024px) {
  .home-works {
    padding: 80px 0 60px;
  }
}
@media (max-width: 576px) {
  .home-works {
    padding: 60px 0;
  }
}
.home-works__header {
  border-left: 1px solid #464646;
  border-right: 1px solid #464646;
}
.home-works__wrapper {
  border-top: 1px solid #697077;
  border-bottom: 1px solid #697077;
}
.home-works__header {
  padding: 0 20px 10px;
  margin-bottom: 8px;
}
@media (max-width: 576px) {
  .home-works__header {
    padding: 15px;
  }
}
.home-works__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid #464646;
}
@media (max-width: 1024px) {
  .home-works__inner {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .home-works__inner {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .home-works__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.home-works__item {
  padding: 10px 12px 20px;
}
.home-works__item:first-child {
  border-left: 1px solid #464646;
}
.home-works__item:last-child {
  border-right: 1px solid #464646;
}
.home-works__item + .home-works__item {
  border-left: 1px solid #697077;
}
.home-works__item:nth-child(3) .home-works__img {
  background-position: 4px calc(100% - 9px);
}
@media (max-width: 576px) {
  .home-works__item:nth-child(3) .home-works__img {
    background-position: 100% calc(100% - 9px);
  }
}
@media (max-width: 1024px) {
  .home-works__item + .home-works__item, .home-works__item:first-child {
    border-bottom: 1px solid #697077;
  }
  .home-works__item:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 768px) {
  .home-works__item:nth-child(4) {
    border-bottom: 0;
  }
}
@media (max-width: 576px) {
  .home-works__item {
    border: 1px solid #697077;
  }
  .home-works__item + .home-works__item {
    border-top: 0;
  }
  .home-works__item:last-child {
    border-bottom: 0;
  }
  .home-works__item:nth-child(4) {
    border-bottom: 1px solid #697077;
  }
}
.home-works__img {
  padding: 6px 4px;
  height: 250px;
  background-color: #080808;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: contain;
}
@media (max-width: 576px) {
  .home-works__img {
    background-position: center 100%;
    background-size: 100% auto;
  }
}
.home-works__index {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #464646;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.0784313725) inset;
  box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.0784313725) inset;
  font-size: 18px;
  color: #D5D5D5;
}
@media (max-width: 576px) {
  .home-works__index {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
}
.home-works__title {
  margin-top: 30px;
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #F5F5F5;
}
@media (max-width: 576px) {
  .home-works__title {
    margin-top: 15px;
  }
}
.home-works__bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 2fr;
  grid-template-columns: 3fr 2fr;
  font-family: var(--font-inter);
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  border-left: 1px solid #697077;
  border-right: 1px solid #697077;
}
.home-works__bottom span {
  color: #E6F114;
}
.home-works__bottom div {
  padding: 17px 15px;
}
.home-works__bottom div + div {
  border-left: 1px solid #697077;
}
@media (max-width: 1024px) {
  .home-works__bottom {
    -ms-grid-columns: (2fr)[2];
    grid-template-columns: repeat(2, 2fr);
  }
}
@media (max-width: 576px) {
  .home-works__bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    font-size: 16px;
  }
  .home-works__bottom > div:first-child {
    display: none;
  }
}
.home-works .home__title + p {
  font-size: 16px;
  line-height: 24px;
  color: #D5D5D5;
  max-width: 769px;
}

.home-feature {
  margin: 80px 0;
}
@media (max-width: 1024px) {
  .home-feature {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .home-feature {
    margin: 20px 0;
  }
  .home-feature .container-home {
    padding: 0 5px;
  }
}
.home-feature__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: (1fr)[4];
  grid-template-rows: repeat(4, 1fr);
  gap: 13px;
  position: relative;
}
.home-feature__inner > img {
  position: absolute;
  top: 46%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media (max-width: 1024px) {
  .home-feature__inner {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .home-feature__inner img {
    top: 452px;
  }
}
@media (max-width: 768px) {
  .home-feature__inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .home-feature__inner img {
    width: 291px;
    height: 291px;
    top: 400px;
  }
}
@media (max-width: 576px) {
  .home-feature__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.home-feature__item {
  padding: 12px 24px;
  background-color: #1F1F1F;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}
.home-feature__item:nth-child(1) {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.home-feature__item:nth-child(2) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  background-color: #E6F114;
  position: relative;
  padding-top: 42px;
  color: #080808;
  text-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.home-feature__item:nth-child(2) .home__title {
  line-height: 100%;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .home-feature__item:nth-child(2) {
    padding-bottom: 200px;
    -ms-grid-column-span: 3;
    grid-column: span 3;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (max-width: 768px) {
  .home-feature__item:nth-child(2) {
    padding-bottom: 230px;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .home-feature__item:nth-child(2) .home__title {
    margin-bottom: 12px;
    font-size: 64px;
  }
}
.home-feature__item:nth-child(6), .home-feature__item:nth-child(7), .home-feature__item:nth-child(8) {
  padding-top: 210px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
@media (max-width: 1024px) {
  .home-feature__item:nth-child(6), .home-feature__item:nth-child(7), .home-feature__item:nth-child(8) {
    padding: 12px 24px;
  }
}
.home-feature__item:nth-child(9) {
  padding: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.home-feature__item:nth-child(9) img {
  margin: 0 auto;
  position: static;
}
@media (max-width: 1024px) {
  .home-feature__item:nth-child(1), .home-feature__item:nth-child(6), .home-feature__item:nth-child(7), .home-feature__item:nth-child(8) {
    grid-column: unset;
    grid-row: unset;
  }
  .home-feature__item:nth-child(1), .home-feature__item:nth-child(3), .home-feature__item:nth-child(4) {
    padding-top: 200px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .home-feature__item:nth-child(1), .home-feature__item:nth-child(3) {
    padding-top: 200px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .home-feature__item:nth-child(4) {
    padding-top: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home-feature__item:nth-child(1), .home-feature__item:nth-child(3) {
    padding-top: 100px;
  }
}
@media (max-width: 576px) {
  .home-feature__item {
    text-align: center;
    padding: 40px 20px !important;
  }
  .home-feature__item:nth-child(1) {
    padding-top: 80px !important;
  }
  .home-feature__item:nth-child(2) {
    padding: 42px 0 230px !important;
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .home-feature__item:nth-child(9) {
    -ms-grid-row: 7;
    grid-row-start: 7;
    padding: 0 20px !important;
  }
  .home-feature__item:nth-child(9) img {
    width: auto;
    height: auto;
  }
}
.home-feature__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 576px) {
  .home-feature__title {
    font-size: 31px;
  }
}
.home-feature__text {
  font-family: var(--font-inter);
  font-size: 16px;
  line-height: 150%;
}
.home-feature__subtitle {
  font-family: var(--font-inter);
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 768px) {
  .home-feature__subtitle {
    font-size: 36px;
  }
}

.home-feature__item {
  position: relative;
  overflow: hidden;
  /* значения по умолчанию — "спрятано" */
  --pointer-x: -10;
  --pointer-y: -10;
  --glow-color: rgba(79, 70, 229, 0.6);
}

.home-feature__item::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle, var(--glow-color), transparent 60%);
  -webkit-filter: blur(48px);
  filter: blur(48px);
  -webkit-transform: translate(calc(var(--pointer-x) * 20%), calc(var(--pointer-y) * 20%)) scale(1.5);
  -ms-transform: translate(calc(var(--pointer-x) * 20%), calc(var(--pointer-y) * 20%)) scale(1.5);
  transform: translate(calc(var(--pointer-x) * 20%), calc(var(--pointer-y) * 20%)) scale(1.5);
  pointer-events: none;
  z-index: 0;
}

.home-feature__item > * {
  position: relative;
  z-index: 1;
}

.home-feature__item:nth-child(4n+1) {
  --glow-color: rgba(79, 70, 229, 0.6);
}

.home-feature__item:nth-child(4n+2) {
  --glow-color: rgba(88, 101, 242, 0.6);
}

.home-feature__item:nth-child(4n+3) {
  --glow-color: rgba(29, 185, 84, 0.6);
}

.home-feature__item:nth-child(4n+4) {
  --glow-color: rgba(244, 63, 94, 0.6);
}

.home-token {
  margin: 112px 0 80px;
  text-align: center;
}
@media (max-width: 576px) {
  .home-token {
    margin: 80px 0;
  }
}
.home-token__inner {
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 572px 1fr;
  grid-template-columns: 572px 1fr;
  border-radius: 16px;
  background-color: #1F1F1F;
}
.home-token__inner video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .home-token__inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .home-token__inner {
    margin-top: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    border-radius: 20px;
  }
}
.home-token__title {
  font-family: var(--font-inter);
  font-size: 39px;
  font-weight: 500;
  line-height: 42px;
}
.home-token__item:last-child {
  text-align: left;
  padding: 60px 50px;
}
@media (max-width: 576px) {
  .home-token__item:last-child {
    padding: 60px 20px;
  }
}
.home-token__list {
  padding: 0;
  margin: 42px 0 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 22px;
  font-family: var(--font-inter);
  font-size: 18px;
  line-height: 26px;
}
.home-token__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}
.home-token__list li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.0004 7.01452L8.18135 13.8337L4.58203 10.2344L5.34095 9.47543L8.18135 12.3158L14.2415 6.25562L15.0004 7.01452Z' fill='%231F1F1F'/%3E%3C/svg%3E");
}
@media (max-width: 576px) {
  .home-token__list li {
    gap: 12px;
  }
}
.home-token .home__title + p {
  font-family: var(--font);
  font-size: 40px;
  line-height: 120%;
}
@media (max-width: 1024px) {
  .home-token .home__title + p {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .home-token .home__title + p {
    margin-top: 24px;
    font-size: 24px;
  }
}

.container-token {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: 1132px;
}
@media (max-width: 768px) {
  .container-token {
    padding: 0;
  }
}

.home-start {
  padding: 32px 0 60px;
  text-align: center;
}
.home-start .home__title + p {
  margin: 20px 0 60px;
  font-size: 16px;
  max-width: 1055px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-align: center;
  justify-self: center;
}
@media (max-width: 576px) {
  .home-start {
    padding-top: 0;
  }
}

.home-trade {
  padding: 80px 0;
  margin-bottom: 60px;
  border-top: 1px solid #697077;
  border-bottom: 1px solid #697077;
}
.home-trade__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 23px;
  text-align: center;
}
.home-trade__text {
  font-family: var(--font-inter);
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}
.home-trade__form {
  position: relative;
}
@media (max-width: 768px) {
  .home-trade__form {
    width: 100%;
    display: flex;
  }
}
.home-trade__input {
  width: 702px;
  padding: 27px 20px;
  background: #454806;
  color: #fff;
  font-size: 16px;
  font-family: var(--font-inter);
  line-height: 24px;
  border-radius: 10px;
  outline: none;
  border: none;
}
.home-trade__input::-webkit-input-placeholder {
  color: #fff;
}
.home-trade__input::-moz-placeholder {
  color: #fff;
}
.home-trade__input:-ms-input-placeholder {
  color: #fff;
}
.home-trade__input::-ms-input-placeholder {
  color: #fff;
}
.home-trade__input::placeholder {
  color: #fff;
}
@media (max-width: 768px) {
  .home-trade__input {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .home-trade__input {
    padding: 16px 12px;
    font-size: 14px;
    border-radius: 6px;
    line-height: 120%;
  }
}
.home-trade__submit {
  padding: 12px 25px;
  position: absolute;
  top: 16px;
  right: 20px;
  font-family: var(--font-inter);
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  color: #080808;
  background-color: #E6F114;
  border-radius: 10px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  outline: none;
  border: none;
  cursor: pointer;
}
.home-trade__submit:hover {
  opacity: 0.8;
}
@media (max-width: 576px) {
  .home-trade__submit {
    padding: 6px 14px;
    top: 10px;
    right: 12px;
    font-size: 14px;
    border-radius: 6px;
  }
}
.home-trade .home-intro__title {
  font-family: var(--font-inter);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
  margin-top: 28px;
}
@media (max-width: 1280px) {
  .home-trade .home-intro__title {
    font-size: 72px;
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .home-trade .home-intro__title {
    font-size: 56px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .home-trade .home-intro__title {
    font-size: 38px;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .home-trade {
    margin-bottom: 80px;
  }
  .home-trade .home-intro__title {
    font-size: 24px;
  }
  .home-trade__text {
    font-size: 16px;
    max-width: 200px;
  }
  .home-trade__top {
    gap: 20px;
  }
}

#home-trade-anim {
  width: 294px;
  height: 294px;
}

.form-message {
  position: absolute;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0);
  bottom: -30px;
}
@media (max-width: 1024px) {
  #home-trade-anim {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 768px) {
  #home-trade-anim {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 576px) {
  #home-trade-anim {
    width: 88px;
    height: 88px;
  }
  .form-message {
    bottom: -27px;
  }
}