@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap");
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

html,
body {
  line-height: 1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

:root {
  --font-family: "Roboto Flex", sans-serif;
  --second-family: "Roboto Mono", sans-serif;
  --third-family: "Inter", sans-serif;
  --container-size: 1440px;
  --container-size-sm: 768px;
  --hero-start-aspect: 3 / 1;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #f8f7f6;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: calc(var(--container-size) + 30px);
  width: 100%;
}
.container--sm {
  max-width: calc(var(--container-size-sm) + 30px);
}

.timer {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #fff;
  background-color: #000;
}
.timer__inner {
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.timer__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 29px;
  height: 26px;
  font-size: 14px;
  color: #000;
  border-radius: 4px;
  background-color: #fff;
}

.wrapper {
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header {
  padding: 30px 0;
  background-color: #fff;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 585px) {
  .header .nav {
    display: none;
  }
}

.logo__image {
  max-width: 180px;
  width: 100%;
}

.nav__list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
@media (max-width: 768px) {
  .nav__list {
    gap: 20px;
  }
}
.nav__link {
  position: relative;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.06em;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.nav__link::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: currentColor;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.nav__link:hover::after {
  width: calc(100% - 7px);
}

.section__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #000;
  text-align: center;
}
@media (max-width: 585px) {
  .section__title {
    font-size: 34px;
  }
}
.section--hero {
  position: relative;
  overflow: hidden;
}
.section--hero .section__start {
  position: relative;
  width: 100%;
  z-index: 2;
}
.section--hero .section__hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.section--hero .section__hero-bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}
@media (max-width: 585px) {
  :root {
    --hero-start-aspect: 1.2 / 1;
  }
}
.section--hero .section__hero-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.section--hero .section__hero-content {
  position: relative;
  z-index: 2;
  padding: 72px 15px 54px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section--hero .section__hero-logo {
  width: min(90%, 540px);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.section--hero .section__title {
  margin-top: 18px;
  margin-bottom: 0;
  text-align: center;
  font-size: 36px;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}
@media (max-width: 768px) {
  .section--hero .section__hero-content {
    padding: 56px 15px 44px;
  }
  .section--hero .section__hero-logo {
    width: min(90%, 440px);
  }
  .section--hero .section__title {
    font-size: 32px;
  }
}
@media (max-width: 585px) {
  .section--hero .section__hero-content {
    padding: 44px 15px 36px;
  }
  .section--hero .section__hero-logo {
    width: min(86%, 320px);
  }
  .section--hero .section__title {
    margin-top: 12px;
    font-size: 26px;
    line-height: 1.2;
  }
}
.section--hero .section__end {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding: 52px 0px;
  background-color: transparent;
}
@media (max-width: 768px) {
  .section--hero .section__end {
    padding: 30px 0;
  }
}
.section--hero .section__end .list {
  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: 80px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section--hero .section__end .list {
    gap: 60px;
  }
}
@media (max-width: 585px) {
  .section--hero .section__end .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    width: calc(100% - 30px);
  }
}
.section--hero .section__end .list__item {
  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: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 585px) {
  .section--hero .section__end .list__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section--hero .section__end .list__item-value {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 36px;
  letter-spacing: -0.04em;
  color: #fc7505;
}
@media (max-width: 768px) {
  .section--hero .section__end .list__item-value {
    font-size: 24px;
  }
}
.section--hero .section__end .list__item-caption {
  margin-top: 5px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .section--hero .section__end .list__item-caption {
    font-size: 12px;
  }
}
.section--rules {
  padding: 72px 0 36px 0;
}
.section--rules .section__container {
  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: 12px;
}
.section--rules .layout {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.section--rules .layout .item {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 280px;
          flex: 1 0 280px;
  border-radius: 16px;
  background-color: #fff;
}
.section--rules .layout .item__header {
  margin-bottom: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.section--rules .layout .item__name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.04em;
  color: #000;
}
.section--rules .layout .item__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.04em;
  color: rgba(0, 0, 0, 0.3);
}
.section--rules .layout .item__description span {
  color: #000;
}
.section--rules .layout .item__limits {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  border-radius: 8px;
  background: #f9f9f9;
}
.section--rules .layout .item__limits li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section--rules .layout .item__limits span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.04em;
  color: #000;
}
.section--rules .layout .item__link {
  padding: 16px 0px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.04em;
  color: #000;
  text-align: center;
  border: 1px solid #000;
  border-radius: 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section--rules .layout .item__link:hover {
  color: #fff;
  background-color: #000;
}
.section--calculator {
  padding: 36px 0 0 0;
}
.section--calculator .section__inner {
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  border-radius: 24px;
  background-color: #fff;
}
@media (max-width: 1280px) {
  .section--calculator .section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 585px) {
  .section--calculator .section__inner {
    padding: 32px 16px;
  }
}
.section--calculator .section__start {
  max-width: 580px;
  width: 100%;
  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: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 12px;
}
@media (max-width: 1280px) {
  .section--calculator .section__start {
    max-width: 100%;
  }
}
.section--calculator .section__start .section__title {
  text-align: left;
}
.section--calculator .section__start .section__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: rgba(0, 0, 0, 0.5);
}
.section--calculator .section__end {
  max-width: 505px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media (max-width: 1280px) {
  .section--calculator .section__end {
    max-width: 100%;
  }
}
.section--calculator .section__end .item {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  background-color: #f4f5f9;
}
.section--calculator .section__end .item__icon {
  margin-right: 12px;
}
.section--calculator .section__end .item__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.04em;
  color: #000;
}
.section--calculator .section__end .item__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.04em;
  color: rgba(0, 0, 0, 0.48);
}
.section--calculator .section__end .item .accent-text {
  margin-left: auto;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.04em;
  color: #728cf0;
}
.section--calculator .section__end .item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.section--calculator .section__end .item div:last-child {
  margin-left: auto;
  text-align: right;
}
.section--calculator .section__end .item:last-child {
  background: -webkit-gradient(linear, left top, right top, from(#9cb1fe), to(#6782ec));
  background: linear-gradient(90deg, #9cb1fe 0%, #6782ec 100%);
}
.section--calculator .section__end .item:last-child .item__title {
  color: #fff;
}
.section--calculator .section__end .item:last-child .item__description {
  color: rgba(255, 255, 255, 0.48);
}
.section--sponsor {
  padding: 36px 0;
}
.section--sponsor .section__inner {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 24px;
  border-radius: 24px;
  background-color: #fff;
}
@media (max-width: 1280px) {
  .section--sponsor .section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 585px) {
  .section--sponsor .section__inner {
    padding: 16px;
  }
}
.section--sponsor .section__start {
  max-width: 520px;
  width: 100%;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
}
@media (max-width: 1280px) {
  .section--sponsor .section__start {
    max-width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.section--sponsor .section__start .section__title {
  text-align: right;
}
@media (max-width: 1280px) {
  .section--sponsor .section__start .section__title {
    text-align: left;
  }
}
.section--sponsor .section__start .section__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.04em;
  text-align: right;
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1280px) {
  .section--sponsor .section__start .section__description {
    text-align: left;
  }
}
.section--sponsor .section__end {
  max-width: 760px;
  width: 100%;
}
.section--sponsor .section__video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 16px;
  background-color: #000;
}
.section--sponsor .section__video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.section--participate {
  padding: 0 0 140px 0;
}
.section--participate .section__header {
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section--participate .section__header span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: rgba(0, 0, 0, 0.3);
}
.section--participate .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 8px;
}
.section--participate .layout .item {
  padding: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 500px;
          flex: 1 0 500px;
  background-color: #fff;
  border-radius: 16px;
}
@media (max-width: 585px) {
  .section--participate .layout .item {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 300px;
            flex: 1 0 300px;
  }
}
.section--participate .layout .item:last-child {
  max-width: 716px;
}
.section--participate .layout .item__header {
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.section--participate .layout .item__currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.section--participate .layout .item__name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.04em;
  color: #000;
}
.section--participate .layout .item__button {
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.04em;
  color: rgba(0, 0, 0, 0.24);
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section--participate .layout .item__button img {
  opacity: 0.2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section--participate .layout .item__button:hover {
  color: #000;
  border: 1px solid rgb(0, 0, 0);
}
.section--participate .layout .item__button:hover img {
  opacity: 1;
}
.section--participate .layout .item__button:hover + .item__qr-code {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.section--participate .layout .item div:not([class]) {
  position: relative;
}
.section--participate .layout .item__qr-code {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  padding: 8px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 8px solid #fc7505;
  border-radius: 20px;
  background-color: #fff;
}
.section--participate .layout .item__qr-code img {
  max-width: 105px;
}
.section--participate .layout .item__payment {
  margin: 8px 0;
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}
.section--participate .layout .item__payment-address {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #000;
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section--participate .layout .item__payment-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section--participate .layout .item__payment-btn:hover {
  background-color: #fef3e4;
}
.section--participate .layout .item__footer {
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.section--participate .layout .item__input {
  padding: 14px 16px;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.04em;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section--participate .layout .item__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.24);
}
.section--participate .layout .item__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.24);
}
.section--participate .layout .item__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.24);
}
.section--participate .layout .item__input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.24);
}
.section--participate .layout .item__input::placeholder {
  color: rgba(0, 0, 0, 0.24);
}
.section--participate .layout .item__input:focus {
  outline: none;
  border: 1px solid rgb(0, 0, 0);
}
.section--about {
  padding: 66px 0;
  background-color: #000;
}
.section--about .section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 1280px) {
  .section--about .section__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section--about .section__start {
  max-width: 768px;
  width: 100%;
  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: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 12px;
}
@media (max-width: 1280px) {
  .section--about .section__start {
    max-width: 100%;
  }
}
.section--about .section__start .section__title {
  color: #fff;
  text-align: left;
}
.section--about .section__start .section__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.5);
}
.section--about .section__end {
  max-width: 520px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media (max-width: 1280px) {
  .section--about .section__end {
    max-width: 100%;
  }
}
.section--about .section__end .item {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  background-color: #121212;
}
.section--about .section__end .item__icon {
  margin-right: 12px;
}
.section--about .section__end .item__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.04em;
  color: #fff;
}
.section--about .section__end .item__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.48);
}
.section--about .section__end .item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.section--about .section__end .item:last-child {
  background-image: -webkit-gradient(linear, left top, right top, from(#fc7505), to(#fc7505));
  background-image: linear-gradient(90deg, #fc7505 0%, #fc7505 100%);
}
.section--about .section__end .item:last-child .item__title {
  color: #000;
}
.section--about .section__end .item:last-child .item__description {
  color: rgba(0, 0, 0, 0.5);
}
.section--payments {
  padding: 72px 0 36px 0;
}
.section--payments .section__container {
  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: 12px;
}
.section--payments .section__title {
  max-width: 422px;
}
.section--payments .layout-wrapper {
  width: 100%;
  overflow: auto;
}
.section--payments .layout {
  margin-top: 12px;
  width: 100%;
  min-width: 925px;
}
.section--payments .layout .item {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 16px;
  background: #fff;
}
.section--payments .layout .item:not(:first-child) {
  margin-top: 12px;
}
.section--payments .layout .item__header {
  margin-bottom: 8px;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.section--payments .layout .item__currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.section--payments .layout .item__name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.04em;
  color: #000;
}
.section--payments .layout .item__time {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.04em;
  color: rgba(0, 0, 0, 0.48);
}
.section--payments .layout .item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.section--payments .layout .item__inner-elem {
  width: 100%;
  min-width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section--payments .layout .item__inner-elem:last-child {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.section--payments .layout .item__inner-elem:last-child .item__inner-cell {
  color: #28d369;
  background: rgba(40, 211, 105, 0.08);
  border: 1px solid #28d369;
}
.section--payments .layout .item__inner-title {
  margin-bottom: 8px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.04em;
  color: rgba(0, 0, 0, 0.3);
}
.section--payments .layout .item__inner-cell {
  padding: 12px 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}
.section--faq {
  padding: 36px 0;
}
.section--faq .section__container {
  padding: 16px;
  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: 12px;
}
.section--faq .accordion-container {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.section--faq .section__title {
  max-width: 500px;
}
.section--faq .accordion {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  background-color: #fff;
}
.section--faq .accordion::before {
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.section--faq .accordion--active .accordion__header-icon::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.section--faq .accordion__header {
  position: relative;
  padding: 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
.section--faq .accordion__header-number {
  width: 28px;
  height: 28px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.04em;
  color: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#fc7505), to(#fc7505));
  background: linear-gradient(180deg, #fc7505 0%, #fc7505 100%);
  border-radius: 6px;
}
.section--faq .accordion__header-icon {
  display: block;
  width: 30px;
  height: 30px;
}
.section--faq .accordion__header-icon::after {
  content: url("../img/faq/arrow.svg");
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(540deg);
      -ms-transform: translateY(-50%) rotate(540deg);
          transform: translateY(-50%) rotate(540deg);
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.section--faq .accordion__header-title {
  width: 100%;
  background-color: transparent;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.04em;
  color: #000;
  text-align: left;
}
@media (max-width: 585px) {
  .section--faq .accordion__header-title {
    font-size: 18px;
  }
}
.section--faq .accordion__body {
  overflow: hidden;
}
.section--faq .accordion__body-text {
  padding: 0 24px 24px 24px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.04em;
  color: rgba(0, 0, 0, 0.5);
  opacity: 0.5;
}
@media (max-width: 585px) {
  .section--faq .accordion__body-text {
    font-size: 16px;
  }
}

.badge {
  padding: 12px 24px;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.06em;
  color: #fc7505;
  border-radius: 200px;
  background-color: rgba(253, 157, 30, 0.12);
}

.footer {
  margin-top: auto;
  padding: 100px 0 20px 0;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.custom-toast {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  padding: 16px 20px;
  background-color: #219f55;
  color: #efefef;
  font-size: 16px;
  font-family: var(--font-family);
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

.custom-toast--visible {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.custom-toast--hide {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.amount-notice {
  position: fixed;
  top: calc(20px + env(safe-area-inset-top, 0px));
  right: calc(20px + env(safe-area-inset-right, 0px));
  z-index: 2147483646;
  max-width: min(380px, calc(100vw - 32px));
  padding: 16px 20px 17px;
  background: -webkit-linear-gradient(305deg, #1c1c1c 0%, #2a2a2a 55%, #222 100%);
  background: linear-gradient(145deg, #1c1c1c 0%, #2a2a2a 55%, #222 100%);
  color: #f4f4f4;
  border: 1px solid rgba(253, 157, 30, 0.42);
  border-radius: 14px;
  -webkit-box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
          box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  font-family: var(--font-family);
  font-size: 15px;
  line-height: 1.45;
  letter-spacing: -0.02em;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate3d(18px, -10px, 0) scale(0.98);
          transform: translate3d(18px, -10px, 0) scale(0.98);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}

.amount-notice__text {
  margin: 0;
}

.amount-notice strong {
  color: #fc7505;
  font-weight: 600;
}

.amount-notice--visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

.amount-notice--hide {
  opacity: 0;
  -webkit-transform: translate3d(18px, -10px, 0) scale(0.98);
          transform: translate3d(18px, -10px, 0) scale(0.98);
}

.section--faq .section__container.aos-animate {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}