body {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  color: #FFF;
  background-color: #0F2445;
  background-image: url('../images/background.webp');
  background-size: 1774px;
  background-position: center top;
  background-repeat: no-repeat;
  font-family: Inter;
  min-width: 375px;
}

main {
  overflow: hidden;
}

.info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 63px;
  padding-inline: 32px;
  max-width: 375px;
  margin-inline: auto;
}

.logo {
  margin-bottom: 24px;
}

.logo-sizes {
  width: 152px;
  height: 42px;
  background-color: #FFF;
}

.heading {
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Marafont;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sum {
  color: #FFD23F;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Marafont;
  font-size: 79px;
  font-style: normal;
  font-weight: 900;
  line-height: 88%;
  letter-spacing: -1.8px;
}

.anchor {
  display: block;
  width: 100%;
  overflow: hidden;
  color: var(--Mono-White, #FFF);
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  text-overflow: ellipsis;
  font-family: Marafont;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: .4px;
  border-radius: 8px;
  background: #FF0C56;
  padding: 12px 24px;
  margin-bottom: 28px;
  transition: background .3s;
}

.anchor:hover {
  background: #b80037;
}

.desc {
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0.1px;
  margin-bottom: 27px;
  padding-left: 9px;
}

.terms {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #FFF;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 86%;
  letter-spacing: -0.24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  opacity: .6;
  transition: opacity .3s;
  z-index: 2;
}

.terms:hover {
  opacity: 1;
}

.images-inner {
  position: relative;
  height: 400px;
  width: 404px;
}

.image-safe {
  position: absolute;
  top: -7px;
  left: -15px;
  max-width: unset;
  width: 404px;
}

.image-coin {
  position: absolute;
  top: 95px;
  left: 35px;
  display: block;
  width: 94px;
  height: 96px;
}

.form-wrap {
  padding-inline: 16px;
}

.form-inner {
  position: relative;
  display: block;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(61, 56, 245, 0.90) 0.43%, rgba(14, 19, 114, 0.90) 45.34%);
  backdrop-filter: blur(1px);
  min-height: 597px;
  width: 100%;
  margin-top: -85px;
  margin-inline: auto;
  margin-bottom: 53px;
}

.form-inner::before {
  content:'';
  position: absolute;
  top: -30px;
  right: -30px;
  display: block;
  width: 70px;
  height: 64px;
  background-image: url('../images/decor-coin-form.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  min-height: 360px;
}

.bg-white {
  background-color: #FFF;
}

@media(min-width: 376px) {
  .form-inner {
    width: 343px;
  }
}

@media(min-width: 768px) {
  .hero {
    display: flex;
    justify-content: space-between;
    gap: 44px;
    margin-top: 26px;
    margin-inline: 32px;
    margin-bottom: 37px;
  }

  .info {
    max-width: 390px;
    padding: unset;
    margin: unset;
  }

  .logo {
    flex-shrink: 0;
    margin-bottom: 38px;
  }

  .logo-sizes {
    width: 126px;
    height: 34px;
  }

  .desc {
    margin-bottom: 30px;
  }

  .anchor {
    display: none;
  }

  .heading {
    letter-spacing: 0;
  }

  .images-wrap {
    position: relative;
    width: 100%;
    height: 360px;
    z-index: 1;
  }

  .images-inner {
    position: absolute;
    top: -20px;
    left: -85px;
    width: 486px;
    height: 467px;
  }

  .image-safe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .image-coin {
    top: 130px;
    left: 76px;
  }

  .flex-wrap {
    flex-shrink: 0;
  }

  .form-wrap {
    padding: 0;
    margin: 0;
    z-index: 1;
  }

  .form-inner {
    width: 343px;
    min-height: 597px;
    margin: unset;
  }


  .form-inner::before {
    top: -10px;
    right: -24px;
  }

  .footer {
    min-height: 338px;
  }
}

@media(min-width: 1280px) {
  .hero {
    margin-top: 31px;
    margin-left: 63px;
    margin-right: 70px;
    margin-bottom: 77px;
  }

  .info {
    max-width: 523px;
    padding-top: 18px;
    padding-inline: 6px;
  }

  .logo {
    margin-bottom: 85px;
  }

  .logo-sizes {
    width: 193px;
    height: 50px;
  }

  .heading {
    font-size: 56px;
    line-height: 120%;
    margin-bottom: 10px;
  }

  .sum {
    position: relative;
    top: -4px;
    font-size: 125px;
    line-height: 88%;
    letter-spacing: -1px;
}

  .desc {
    font-size: 21px;
    line-height: 110%;
    margin-bottom: 77px;
    padding: 0;
  }

  .terms {
    margin-left: -13px;
    gap: 9px;
  }

  .terms-icon {
    width: 18px;
    height: 18px;
  }

  .images-wrap {
    position: static;
    height: unset;
  }

  .images-inner {
    top: 0;
    left: calc(50% - 258px);
    width: 660px;
    height: 634px;
    z-index: 0;
  }

  .image-coin {
    top: 190px;
    left: 144px;
  }

  .form-inner {
    min-height: 580px;
  }

  .form-inner::before {
    top: -14px;
    right: -38px;
  }

  .footer {
    min-height: 333px;
  }
}

@media(min-width: 1680px) {
  body {
    background-size: 2166px;
  }

  .hero {
    margin-top: 42px;
    margin-left: 72px;
    margin-right: 120px;
    margin-bottom: 110px;
  }

  .info {
    max-width: 698px;
    padding-top: 8px;
    padding-inline: 0;
  }

  .logo {
    margin-bottom: 104px;
  }

  .logo-sizes {
    width: 305px;
    height: 79px;
  }

  .heading {
    font-size: 72px;
    margin-bottom: 15px;
  }

  .sum {
    position: relative;
    top: -5px;
    font-size: 174px;
    letter-spacing: -2.5px;
  }

  .desc {
    font-size: 30px;
    margin-bottom: 67px;
  }

  .terms {
    font-size: 15px;
    line-height: 86%;
    letter-spacing: -0.3px;
    gap: 11px;
    margin-left: 4px;
  }

  .terms-icon {
    width: 22px;
    height: 22px;
  }

  .images-inner {
    z-index: -1;
    top: -36px;
    left: calc(50% - 364px);
    width: 879px;
    height: 844px;
  }

  .image-coin {
    width: 127px;
    height: 130px;
    top: 250px;
    left: 191px;
  }

  .form-inner {
    width: 422px;
    min-height: 655px;
  }

  .form-inner::before {
    top: -22px;
    right: -35px;
  }

  .footer {
    min-height: 322px;
  }
}

@media(min-width: 1921px) {
  body {
    background-size: contain;
  }
}
