/* cSpell:disable */
* {
  margin: 0;
  padding: 0;
  border: 0;
  background-repeat: no-repeat;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  background-color: 000000;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
  background-color: grey;
}

input::-ms-clear {
  display: none;
}

button {
  background: transparent;
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

@font-face {
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

.wrapper {
  width: 100%;
  min-height: 100dvh;
  overflow: clip;
  font-family: Montserrat;
}

.container {
  width: 100%;
  height: 100%;
  margin-inline: auto;
  padding-inline: 64px;
}
@media (max-width: 768px) {
  .container {
    padding-inline: max(5.208vw, 16px);
  }
}

.title {
  color: black;
  font-size: 24px;
  font-weight: 600;
}

.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: 24px;
  width: 100%;
  padding-top: 36px;
}
.header.container {
  max-width: 1440px;
  padding-inline: 40px;
}
@media (max-width: 768px) {
  .header.container {
    padding-inline: max(5.208vw, 16px);
  }
}
@media (max-width: 768px) {
  .header {
    -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: flex-start;
  }
}
.header__logo {
  width: 274px;
  height: 44px;
  margin-right: 32px;
  background-image: url("./img/logo.png");
  background-size: contain;
}
@media (max-width: 440px) {
  .header__logo {
    width: 200px;
    height: 32px;
  }
}
.header__link {
  padding-inline: 24px;
  padding-block: 16px;
  border-radius: 16px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
@media (hover: hover) {
  .header__link:hover {
    background-color: red;
  }
}
.header__link._button {
  display: block;
  margin-left: auto;
  background-color: #41BBEA;
  color: #fff;
  font-weight: 700;
  padding-inline: 32px;
  padding-block: 18px;
}
@media (max-width: 1300px) {
  .header__link._button {
    margin-left: 0;
  }
}
@media (hover: hover) {
  .header__link._button:hover {
    background-color: green;
  }
}

.content {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100dvh;
  padding-block: 64px;
}
@media (max-width: 440px) {
  .content {
    padding-block: max(7.273vw, 28px);
  }
}
.content__form, .content__privacy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content__footer {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (max-width: 440px) {
  .content__footer {
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.content__error-message {
  color: #FF0000;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .content__error-message {
    font-size: max(2.344vw, 16px);
  }
}

.info {
  padding-bottom: 44px;
}
@media (max-width: 440px) {
  .info {
    margin-block: 16px;
  }
}
.info.container {
  max-width: 1440px;
  padding-inline: 40px;
}
@media (max-width: 768px) {
  .info.container {
    padding-inline: max(5.208vw, 16px);
  }
}
.info__title {
  margin-top: 44px;
  margin-bottom: 32px;
}
@media (max-width: 440px) {
  .info__title {
    font-size: 20px;
  }
}
.info__subtitle {
  font-size: 16px;
  font-weight: 600;
}
.info__text {
  margin-top: 16px;
  margin-bottom: 28px;
  line-height: 18px;
}

.form,
.privacy {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 488px;
}
.form__logo,
.privacy__logo {
  width: 224px;
  height: 36px;
  margin-bottom: 44px;
  background-image: url("./img/logo.png");
  background-size: contain;
  margin-inline: auto;
}
.form__title,
.privacy__title {
  margin-bottom: 20px;
  text-align: center;
}
.form__text,
.privacy__text {
  margin-block: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 440px) {
  .form__text,
  .privacy__text {
    font-size: max(3.636vw, 14px);
  }
}
.form__subtitle,
.privacy__subtitle {
  margin-bottom: 44px;
  color: white;
  text-align: center;
}
.form__select,
.privacy__select {
  margin-bottom: 22px;
  cursor: pointer;
}
.form__input, .form__select,
.privacy__input,
.privacy__select {
  width: 100%;
  height: 72px;
  padding-inline: 24px;
  border: 1px solid transparent;
  border-radius: 24px;
  background-color: silver;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
@media (max-width: 440px) {
  .form__input, .form__select,
  .privacy__input,
  .privacy__select {
    height: max(12.727vw, 48px);
    padding-inline: max(5.455vw, 16px);
    border-radius: 16px;
    font-size: 14px;
  }
}
@media (hover: hover) {
  .form__input:hover, .form__select:hover,
  .privacy__input:hover,
  .privacy__select:hover {
    background-color: silver;
  }
}
.form__input:focus, .form__select:focus,
.privacy__input:focus,
.privacy__select:focus {
  border-color: silver;
}
.form__button,
.privacy__button {
  display: grid;
  place-items: center;
  width: 100%;
  height: 72px;
  border-radius: 24px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 440px) {
  .form__button,
  .privacy__button {
    height: max(12.727vw, 48px);
    border-radius: max(3.636vw, 12px);
    font-size: max(3.636vw, 14px);
  }
}
.form__button._submit,
.privacy__button._submit {
  margin-top: 48px;
  background-color: silver;
  color: #fff;
}
@media (max-width: 440px) {
  .form__button._submit,
  .privacy__button._submit {
    margin-top: max(9.091vw, 32px);
  }
}
.form__button._submit[disabled],
.privacy__button._submit[disabled] {
  opacity: 0.5;
  cursor: auto;
}
.form__button._back,
.privacy__button._back {
  margin-top: 18px;
  background-color: silver;
  color: #000;
}
@media (max-width: 440px) {
  .form__button._back,
  .privacy__button._back {
    gap: max(3.636vw, 12px);
    margin-top: 16px;
  }
}
.form__message,
.privacy__message {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-block: 56px;
}
@media (max-width: 440px) {
  .form__message,
  .privacy__message {
    font-size: max(4.091vw, 16px);
  }
}
.form__message._error,
.privacy__message._error {
  color: red;
}
.form__message._success,
.privacy__message._success {
  color: #0DBE00;
}
.form .checkbox,
.privacy .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  cursor: pointer;
  color: #7D838F;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 440px) {
  .form .checkbox,
  .privacy .checkbox {
    margin-top: max(9.091vw, 32px);
  }
}
.form .checkbox a,
.privacy .checkbox a {
  color: #41BBEA;
}
.form .checkbox__icon,
.privacy .checkbox__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 20px;
  background-image2: url("./img/checkbox-empty.svg");
  background-size: contain;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.form .checkbox input,
.privacy .checkbox input {
  position: absolute;
  visibility: hiddensa;
}
.form .checkbox:has(input:checked) .checkbox__icon,
.privacy .checkbox:has(input:checked) .checkbox__icon {
  background-image2: url("./img/checkbox-checked.svg");
}

.privacy {
  max-width: 492px;
}
.privacy__title {
  margin-bottom: 12px;
}
.privacy__button {
  margin-top: 12px;
}
@media (max-width: 768px) {
  .privacy__button {
    margin-top: max(5.208vw, 28px);
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  padding-top: 24px;

  background-color: rgba(128, 0, 0, 0.08); color: red; width:auto;
                    padding: 16px; border-radius: 24px;
                    display: inline-block; float: right;
                    border: 3px dotted red; white-space: pre;
}
@media (max-width: 440px) {
  .footer {
    padding-top: 30px;
  }
}
.footer__item {
  color: red;
  font-size: 14px;
}
@media (max-width: 440px) {
  .footer__item {
    font-size: max(3.182vw, 12px);
  }
}

.stats {
  width: 100%;
  margin-bottom: 44px;
  border: 1px solid #E4EAF0;
  border-radius: 8px;
  border-spacing: 0;
}
@media (max-width: 768px) {
  .stats {
    margin-bottom: max(4.688vw, 32px);
  }
}
@media (max-width: 440px) {
  .stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 440px) {
  .stats tbody {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 440px) {
  .stats tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stats th,
.stats td {
  padding: 22px;
  border-right: 1px solid #E4EAF0;
  text-align: right;
}
@media (max-width: 440px) {
  .stats th,
  .stats td {
    height: 62px;
    background-color: silver;
  }
}
.stats th:last-child,
.stats td:last-child {
  border-right: none;
}
@media (max-width: 440px) {
  .stats th:last-child,
  .stats td:last-child {
    border-right: 1px solid #E4EAF0;
  }
}
.stats th {
  background-color: #FAFBFC;
  color: #575757;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .stats th {
    font-size: max(1.823vw, 12px);
  }
}
@media (max-width: 440px) {
  .stats th {
    border-bottom: 1px solid #E4EAF0;
    border-right: none;
    font-size: 14px;
    text-align: left;
  }
  .stats th:last-child {
    border-bottom: none;
    border-right: none;
  }
}
.stats td {
  border-top: 1px solid #E4EAF0;
  font-size: 20px;
}
@media (max-width: 768px) {
  .stats td {
    font-size: 16px;
  }
}
@media (max-width: 440px) {
  .stats td {
    border-top: none;
    border-bottom: 1px solid #E4EAF0;
    border-right: none;
    text-align: right;
  }
}
@media (max-width: 440px) {
  .stats td:first-child {
    border-top: none;
  }
}
@media (max-width: 440px) {
  .stats td:last-child {
    border-bottom: none;
    border-right: none;
  }
}
.stats__button {
  max-width: 220px;
  height: 56px;
  padding-inline: 32px;
  border-radius: 16px;
  background-color: #41BBEA;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
