.main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
  align-items: center;
  flex: 1 0 auto;
  height: 100%;

  @media (max-height: 600px) {
    gap: 0.5rem;
  }

  .bg {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: start;
    gap: 1rem;
    width: 100%;
  }

  .archive-download {
    display: block;
    width: 100%;
    max-width: 250px;
    object-fit: contain;
    max-height: 20dvh;
  }

  .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    @media (max-height: 600px) {
      gap: 3dvh;
      padding: 0.5rem 0;
    }
  }

  .warning {
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 39px */
    position: relative;
    transform: translateX(20px);

    &::before {
      content: '';
      position: absolute;
      top: 0;
      left: -45px;
      width: 100%;
      height: 100%;
      background: url('../image/warning7.png') no-repeat center center;
      background-size: contain;
      width: 40px;
      height: 40px;
    }

    @media (max-height: 600px) {
      font-size: 20px;
    }
  }

  .title {
    color: #909090;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 50%;
    text-transform: uppercase;

    @media (max-height: 600px) {
      font-size: 30px;
    }
  }

  .subtitle {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-wrap: balance;

    @media (max-height: 600px) {
      font-size: 20px;
    }
  }

  .main__link {
    display: flex;
    padding: 1.5rem 1rem;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;

    color: #3b9965;
    text-align: center;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 16px;
    background: #fefcff;
    width: 100%;

    @media (max-height: 600px) {
      font-size: 20px;
      padding: 1rem 0.5rem;
    }

    img {
      display: block;
      width: 30px;
      height: 23px;
      object-fit: contain;
    }
  }

  .footer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }

  .description {
    color: #fff0f0;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-wrap: balance;
  }

  .back {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }

  .profile {
    display: block;
    object-fit: contain;
    object-position: left center;
    max-height: 34px;
    height: 100%;
    width: 100%;
  }
}
