* {
  scrollbar-width: thin;
  scrollbar-color: #000 #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}


*::-webkit-scrollbar {
  width: 13px
}

*::-webkit-scrollbar-track {
  background: #fff
}

*::-webkit-scrollbar-thumb {
  background-color: #dfdedf;
  border-radius: 10px;
  border: 3px solid #fff
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}


body {
  margin: 0;
  font-family: "gotham", sans-serif;
  background-color: #fff;
}


main {
  display: block;
}


h1 {
  font-size: 2em;
  margin: 0.67em 0;
}



a {
  background-color: transparent;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}


button,
input {
  overflow: visible;
}


button,
select {
  text-transform: none;
}


button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[hidden] {
  display: none;
}

/* Form Styles */
.container__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.wrapper__form {
  max-width: 840px;
  width: 100%;
  background: #ffffff;
  margin-top: 0;
}

.info {
  max-width: 720px;
  width: 100%;
  margin: 32px auto 0px;
  position: relative;
}

.info__title {
  margin-top: 0px;
  font-size: clamp(1.625rem, 0.0625rem + 5vw, 2.875rem);
  line-height: 120%;
  color: #000;
  text-align: left;
  font-weight: 700;
}

.info__description {
  font-weight: 400;
  margin: 0;
  font-size: clamp(1rem, 0.6818rem + 1.5909vw, 1.875rem);
  line-height: 120%;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}

.left {
  text-align: left !important;
}

.form__wrapper {
  max-width: 720px;
  width: 100%;
  margin: 32px auto 50px;
  border: 0;
  padding: 24px 0px 40px;
  position: relative;
  border-radius: 4px
}

.form {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 6px;
  gap: 6px
}

@media(max-width: 768px) {
  .form {
    grid-template-columns: 1fr;
    gap: 3px
  }
}

.field input {
  width: 100%;
  height: 44px;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 500;
  outline: none;
  font-family: "gotham", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 500
}

.field input::-moz-placeholder {
  font-family: "gotham", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 500
}

.field input::-webkit-input-placeholder {
  font-family: "gotham", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 500
}

.field input:-ms-input-placeholder {
  font-family: "gotham", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 500
}

.field input::-ms-input-placeholder {
  font-family: "gotham", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 500
}

.field input::placeholder {
  font-family: "gotham", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 500
}

@media(max-width: 768px) {
  .field input::-moz-placeholder {
    font-size: 14px
  }

  .field input::-webkit-input-placeholder {
    font-size: 14px
  }

  .field input:-ms-input-placeholder {
    font-size: 14px
  }

  .field input::-ms-input-placeholder {
    font-size: 14px
  }

  .field input::placeholder {
    font-size: 14px
  }
}

@media(max-width: 768px) {
  .field input {
    font-size: 14px
  }
}

.field__full {
  grid-column: 1/3
}

@media(max-width: 768px) {
  .field__full {
    grid-column: 1
  }
}

.error {
  font-size: 12px;
  color: #e73040;
  min-height: 14px;
  display: block
}

.form__wrapper__checks {
  grid-column: 1/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media(max-width: 768px) {
  .form__wrapper__checks {
    grid-column: 1
  }
}

.checkLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 6px;
  font-size: 9px;
  line-height: 14px;
  color: #000;
  font-weight: 400;
  cursor: pointer
}

.checkLine a {
  text-decoration: underline;
  font-size: 9px;
  line-height: 14px;
  color: #000;
  font-weight: 400
}

@media(max-width: 768px) {
  .checkLine a {
    display: contents
  }
}

.checkLine input {
  display: none
}

.checkLine .fake {
  width: 17px;
  height: 17px;
  background: #fff;
  border: 1px solid #d4d4d4;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0px
}

.checkLine input:checked+.fake::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: #000
}

.form__submit__simple {
  width: 309px;
  height: 47px;
  background: #000;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 3px;
  font-weight: 700;
  text-align: center;
  border: 0;
  position: absolute;
  left: 50%;
  bottom: -23.5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer
}

@media(max-width: 768px) {
  .form__submit__simple {
    width: 265px;
    font-size: 18px
  }
}

.form__submit__simple:hover {
  background: #292828;
  color: #ffffff;
  border: 1px solid #000;
}

.form_footer__text {
  margin: 20px auto 30px;
  max-width: 416px;
  font-size: 10px;
  line-height: 14px;
  color: #000;
  text-align: center
}

.success_text {
  display: none;
  color: #6cc070;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
}



.swal2-confirm.swal2-styled {
  color: #fff !important
}

.swal2-confirm.swal2-styled:focus {
  -webkit-box-shadow: 0 0 0 3px #e0e0e0 !important;
  box-shadow: 0 0 0 3px #e0e0e0 !important
}

.swal2-image {
  margin: 0 auto
}

.swal2-popup.swal2-modal.swal2-show {
  padding: 0
}

@media only screen and (max-width: 900px) {
  .desktop {
    display: none !important
  }
}

@media only screen and (min-width: 900px) {
  .mobile {
    display: none !important
  }
}


.hide {
  display: none !important
}

.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.swal2-error {
  margin: 3.75em auto .6em
}


@media (max-width: 768px) {
  .password-drawer input {
    -webkit-appearance: none;
    appearance: none;
  }
}

.minCheck {
  padding: 2px 0 8px 24px;
  min-height: 0px !important;
  margin-top: 0;
}

.container__message {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100dvh;
  height: 100vh;
  justify-content: center;

}

.wrapper__message {
  max-width: 840px;
  width: 100%;
}

.message__title {
  text-align: center;
  color: #000;
  font-size: clamp(1.625rem, 0.0625rem + 5vw, 2.875rem);
  font-weight: 700;
  margin: 0 0 10px;
}

.contain__image {
  display: flex;
  justify-content: center;
  width: 100%;
}

.wrapper__image {
  max-width: 800px;
  width: 100%;
}

.image__main {
  width: 100%;
  height: auto;
  display: block;
}

.contain_social {
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

.contain_social>img {
  width: 73px;
  height: auto;
}

.contain_social>p {
  font-size: clamp(1rem, 0.9545rem + 0.2273vw, 1.125rem);
  line-height: 1.1;
  color: #21362b;
}

.contain_social>p>a {
  color: #21362b;
  font-weight: bold;
}

@media (max-width: 468px) {
  .contain_social {
    flex-direction: column;
    gap: 12px
  }

  .contain_social>p {
    text-align: center;
  }
}