@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&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 {
  height: 100%;
  line-height: 1;
}

:root {
  --font-family: "Roboto Flex", sans-serif;
  --second-family: "Inter", sans-serif;
  --container-size: 1440px;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #0e0f13;
}

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

.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 {
  margin-top: 30px;
  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: 1280px) {
  .header .link {
    padding: 10px 20px;
    font-size: 14px;
  }
  .header .link svg {
    display: none;
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.logo__text {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
}

.nav {
  padding-left: 83px;
}
@media (max-width: 1280px) {
  .nav {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .nav {
    display: none;
  }
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media (max-width: 1280px) {
  .nav__list {
    gap: 15px;
  }
}
.nav__link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.nav__link:hover {
  opacity: 0.7;
}
@media (max-width: 1280px) {
  .nav__link {
    font-size: 17px;
  }
}

.section:not(.section--hero) {
  padding: 5px 15px;
}
.section--hero {
  padding: 18px 15px 5px 15px;
}
.section--hero .section__wrapper {
  padding: 25px 50px;
  min-height: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 16px;
  background-color: #12131a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
@media (max-width: 585px) {
  .section--hero .section__wrapper {
    padding: 15px 25px;
    min-height: 250px;
  }
}
.section--hero .section__start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.section--hero .section__start .section__title {
  text-align: left;
  line-height: 110%;
}
.section--hero .section__start .link {
  margin-top: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
.section--hero .section__start .link svg {
  fill: #fff;
}
.section--hero .section__start .link:hover {
  background-color: #fff;
  color: #000;
}
.section--hero .section__start .link:hover svg {
  fill: #000;
}
.section--hero .section__end {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1280px) {
  .section--hero .section__end {
    display: none;
  }
}
.section--skins .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 12px;
}
.section--skins .layout .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 250px;
          flex: 1 0 250px;
}
.section--skins .layout .item__image {
  width: 100%;
}
.section--layout .section__wrapper .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.section--layout .section__wrapper .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: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 300px;
          flex: 1 0 300px;
  background-color: #181924;
  border-radius: 16px;
}
.section--layout .section__wrapper .layout .item__image {
  width: 100%;
}
.section--layout .section__wrapper .layout .item__image:not(.item__image--review) {
  margin-bottom: 15px;
}
.section--layout .section__wrapper .layout .item__image--review {
  width: 46px;
  height: 46px;
  border-radius: 100%;
}
.section--layout .section__wrapper .layout .item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.section--layout .section__wrapper .layout .item__header .badge {
  margin-left: auto;
  padding: 6px 12px;
  font-size: 16px;
  border-radius: 4px;
}
.section--layout .section__wrapper .layout .item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section--layout .section__wrapper .layout .item__nickname {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.02em;
  color: #fff;
}
.section--layout .section__wrapper .layout .item__status {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.02em;
  color: #a6a6a6;
}
.section--layout .section__wrapper .layout .item__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
}
.section--layout .section__wrapper .layout .item__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.25);
}
.section--notification .section__wrapper {
  padding: 6px 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fbd506;
  background-color: #333022;
  border-radius: 10px;
}
.section--banner .section__wrapper {
  padding: 45px 50px;
  min-height: 360px;
  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;
  background-color: #000;
  background-repeat: no-repeat;
  border-radius: 16px;
}
.section--banner .section__wrapper .section__title {
  text-align: left;
}
@media (max-width: 768px) {
  .section--banner .section__wrapper {
    padding: 25px;
  }
}
.section--banner-start .section__wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("/img/banner/banner-start.png");
  background-position: 50% 50%;
  background-size: cover;
}
.section--text .section__wrapper {
  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: 10px;
  border-radius: 16px;
  background-color: #181924;
}
.section--text .section__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.section--text .section__warning {
  padding: 16px;
  background-color: #101113;
}
.section--text .section__warning .section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.section--text .section__warning .section__title {
  font-size: 20px;
  text-align: left;
}
.section--text .section__warning-text {
  margin-top: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.25);
}
.section--contact .form {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.section--contact .form__input, .section--contact .form__textarea {
  padding: 10px 136px 10px 18px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #d1d1d1;
  outline: none;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #181924;
}
.section--contact .form__input:focus, .section--contact .form__textarea:focus {
  -webkit-box-shadow: 0 0 10px #fbd506;
          box-shadow: 0 0 10px #fbd506;
}
.section--contact .form__textarea {
  min-height: 150px;
  resize: none;
}
.section--contact .form__button {
  padding: 10px 18px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  color: #000;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  background: #fbd506;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section--contact .form__button:hover {
  opacity: 0.75;
}
.section--stats .section__wrapper {
  padding: 16px;
  background-color: #181924;
  border-radius: 16px;
}
.section--categories .section__wrapper {
  padding: 16px;
  background-color: #181924;
  border-radius: 16px;
}
.section--upcoming {
  display: none;
}
.section--upcoming .section__wrapper {
  padding: 16px;
  background-color: #181924;
  border-radius: 16px;
}
.section--how-it-works .section__wrapper {
  padding: 16px;
  background-color: #181924;
  border-radius: 16px;
}
.section--faq .section__wrapper {
  padding: 16px;
  background-color: #181924;
  border-radius: 16px;
}
.section--newsletter .section__wrapper {
  padding: 30px;
  background: linear-gradient(135deg, #fbd506 0%, #cdae01 100%);
  border-radius: 16px;
}
.section__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
}
@media (max-width: 585px) {
  .section__title {
    font-size: 20px;
  }
}
.section__title--lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 56px;
  line-height: 126%;
  letter-spacing: 0.02em;
  color: #fff;
}
.section__title--lg span {
  margin-top: 10px;
  padding: 0 10px 5px 10px;
  color: #000;
  background-color: #fbd506;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 16px;
}
@media (max-width: 585px) {
  .section__title--lg {
    font-size: 26px;
  }
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}
@media (max-width: 585px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

.stats-item {
  text-align: center;
  padding: 20px;
  background-color: #12131a;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.stats-value {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #fbd506;
  margin-bottom: 8px;
}
@media (max-width: 585px) {
  .stats-value {
    font-size: 24px;
  }
}

.stats-label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.7);
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 585px) {
  .categories-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.category-card {
  padding: 24px;
  background-color: #12131a;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  -webkit-transition: border-color 0.2s, -webkit-transform 0.2s;
  transition: border-color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, border-color 0.2s;
  transition: transform 0.2s, border-color 0.2s, -webkit-transform 0.2s;
}
.category-card:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  border-color: #fbd506;
}

.category-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  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;
  background-color: #fbd506;
  border-radius: 12px;
  color: #000;
}

.category-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 8px;
}

.category-description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 12px;
}

.category-count {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #fbd506;
}

.timeline {
  margin-top: 30px;
}

.timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.timeline-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 585px) {
  .timeline-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}

.timeline-date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  padding: 16px;
  background-color: #12131a;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 80px;
}
@media (max-width: 585px) {
  .timeline-date {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.timeline-day {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  color: #fbd506;
  line-height: 1;
}

.timeline-month {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 4px;
}
@media (max-width: 585px) {
  .timeline-month {
    margin-top: 0;
  }
}

.timeline-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.timeline-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 8px;
}

.timeline-description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 12px;
}

.timeline-countdown {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  color: #fbd506;
  font-variant-numeric: tabular-nums;
}

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 585px) {
  .steps {
    grid-template-columns: 1fr;
  }
}

.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 20px;
  background-color: #12131a;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 585px) {
  .step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.step-number {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  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;
  background-color: #fbd506;
  color: #000;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  border-radius: 50%;
}
@media (max-width: 585px) {
  .step-number {
    margin: 0 auto;
  }
}

.step-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.step-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 8px;
}

.step-description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.7);
}

.accordion {
  margin-top: 30px;
}

.accordion-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}

.accordion-header {
  padding: 20px;
  background-color: #12131a;
  cursor: pointer;
  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;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.accordion-header:hover {
  background-color: rgba(251, 213, 6, 0.1);
}
.accordion-header h3 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  margin: 0;
}

.accordion-icon {
  font-size: 24px;
  color: #fbd506;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.accordion-content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, padding 0.3s ease;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.accordion-content p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.accordion-content.active {
  max-height: 200px;
  padding: 20px;
}

.newsletter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .newsletter-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}

.newsletter-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.newsletter-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 28px;
  line-height: 130%;
  color: #000;
  margin-bottom: 8px;
}
@media (max-width: 585px) {
  .newsletter-title {
    font-size: 24px;
  }
}

.newsletter-description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.7);
}

.newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 585px) {
  .newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.newsletter-input {
  padding: 12px 16px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-family);
  font-size: 16px;
  color: #000;
  outline: none;
  min-width: 250px;
}
.newsletter-input:focus {
  border-color: rgba(0, 0, 0, 0.4);
}
.newsletter-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.newsletter-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.newsletter-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.newsletter-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.newsletter-input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 585px) {
  .newsletter-input {
    min-width: auto;
    width: 100%;
  }
}

.newsletter-button {
  padding: 12px 24px;
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  white-space: nowrap;
}
.newsletter-button:hover {
  background-color: transparent;
  color: #000;
}

.footer {
  margin-top: auto;
  padding: 50px 15px 25px 15px;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 585px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }
}

.footer-column h3 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 16px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 8px;
}
.footer-links li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.footer-links li a:hover {
  color: #fbd506;
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media (max-width: 585px) {
  .social-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.social-link {
  width: 40px;
  height: 40px;
  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;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.social-link:hover {
  background-color: #fbd506;
  color: #000;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  text-align: center;
}

.footer__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.5);
}

.link {
  padding: 12px 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #000;
  border-radius: 8px;
  background-color: #fbd506;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.link:hover {
  background-color: #cdae01;
}
@media (max-width: 585px) {
  .link {
    padding: 10px 20px;
    font-size: 14px;
  }
}

.badge {
  padding: 12px 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.02em;
  color: #fbd506;
  border-radius: 8px;
  background-color: #333022;
}
.badge--gray {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.22);
}
@media (max-width: 585px) {
  .badge {
    padding: 8px 12px;
    font-size: 14px;
  }
}

#terms {
  font-family: var(--font-family);
  padding: 20px;
  border-radius: 5px;
}
#terms h1 {
  margin: 20px 0;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: left;
}
#terms h2 {
  margin-top: 10px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: left;
}
#terms h3 {
  margin-top: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: left;
}
#terms h4 {
  margin-top: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: left;
}
#terms p, #terms li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
}
#terms li {
  list-style: disc;
  list-style-position: inside;
}
#terms a {
  color: #ea311c;
  font-weight: 600;
}