.grecaptcha-badge {
  visibility: hidden;
}

.text-muted {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.01em;
}

.justify-content-center {
  justify-content: center;
}

.form__group {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  width: 100%;
}

.modal__content {
  max-width: 450px;
  margin: 0 auto;
}

.profile > p:nth-child(2) {
  text-align: center;
}

.row {
  --page-gutter-x: 1.875rem;
  --page-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--page-gutter-y) * -1);
  margin-right: calc(var(--page-gutter-x) * -0.5);
  margin-left: calc(var(--page-gutter-x) * -0.5);
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--page-gutter-x) * 0.5);
  padding-left: calc(var(--page-gutter-x) * 0.5);
  margin-top: var(--page-gutter-y);
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.form__field {
  transition: all 0.25s ease;
  width: 100%;
  border: 2px solid rgba(167, 167, 167, 0.6) !important;
  border-radius: 8px;
  letter-spacing: -0.01em;
  padding: 1rem 1.5rem;
  cursor: pointer;
}

.form__field:not(:disabled):focus {
  border-color: #212529 !important;
}

.form__field:not(:disabled):focus::-webkit-input-placeholder {
  text-indent: 500px;
  transition: text-indent 1s ease;
}

.form__field:not(:disabled):focus::-moz-placeholder {
  text-indent: 500px;
  transition: text-indent 1s ease;
}

.form__field:not(:disabled):focus:-moz-placeholder {
  text-indent: 500px;
  transition: text-indent 1s ease;
}

.form__field:not(:disabled):focus:-ms-input-placeholder {
  text-indent: 500px;
  transition: text-indent 1s ease;
}

.form__sms .form__field {
  font-size: calc(1.31094rem + 0.62679vw);
  font-family: "Futura PT", sans-serif;
  font-weight: 500;
  text-align: center;
}

.modal__sms.error .form__field {
  border-color: #f01237 !important;
  color: #f01237 !important;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.btn__block {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
}

.btn__block button + button {
  margin-left: 20px;
}

.a-reset-styles .btn--st1.auth__button,
.btn--st1.auth__button {
  text-transform: uppercase;
  font-weight: 500;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

.a-reset-styles .popup__body.ds-popup-auth-body {
  max-width: 450px;
}

.a-reset-styles .ds-popup-auth-body a {
  text-decoration: underline;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-tap-highlight-color: transparent;
}

#modalAuthError,
#modalSmsError {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #f01237;
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .form__sms .row {
    --page-gutter-x: 0.75rem;
  }

  .form__sms .form__field {
    width: 3rem;
    height: 3rem;
    padding: 0.3125rem;
  }
}

@media (max-width: 575.98px) {
  .form__sms .row {
    --page-gutter-x: 0.375rem;
  }

  .form__sms .form__field {
    width: 3.2rem;
    height: 3.2rem;
    padding: 0.3125rem;
  }
}

@media (max-width: 425px) {
  .form__sms .form__field {
    width: 3.4rem;
    height: 3.4rem;
  }
}

/*@media (max-width: 375px) {
    .form__sms .form__field {
        width: 3.2rem;
        height: 3.2rem;
    }
}
*/
@media (min-width: 325px) and (max-width: 420px) {
  .form__sms .form__field {
    width: 2.8rem;
    height: 2.8rem;
  }
}

@media (max-width: 325px) {
  .form__sms .form__field {
    width: 2.6rem;
    height: 2.6rem;
  }
}

#sms-problem-block {
  font-size: 80%;
  margin-top: 25px;
}
#sms-problem-block ul {
  list-style-type: decimal;
  text-align: left;
  font-size: 96%;
  color: rgba(0, 0, 0, 0.5);
  padding-left: 14px;
}
#sms-problem-block ul li {
  margin-top: 7px;
}
#sms-problem-block .title {
  text-decoration: underline;
  cursor: pointer;
}
#sms-problem-block .list {
  margin-top: 15px;
  display: none;
}
#sms-problem-block .close {
  margin-top: 10px;
}

.VkIdSdkOneTap {
  margin-top: 10px;
}

.form__sms .form__field {
  width: 100%;
  max-width: 200px;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  height: auto;
  padding: 8px !important;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.18;
  font-family: "Montserrat";
  letter-spacing: 4px;
}

button#backButton {
  background: none;
  border: none;
  color: #212529;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.18;
  margin: 0;
  padding: 0;
}

.btn__block {
  margin-bottom: 16px;
  margin-top: 16px;
}

#smsField[style="display: block;"] ~ .VkIdSdkOneTap {
  display: none;
}

div#modalSmsError:empty {
  display: none;
}

.form__sms {
  display: flex;
  align-items: end;
  justify-content: center;
  margin-top: 24px;
}

#modalAuthError,
#modalSmsError {
  margin-bottom: 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.333;
  letter-spacing: 0.01em;
  margin-top: 4px;
}

strong#smsPhoneCheck {
  display: inline-block;
}

button#backButton[disabled] {
  color: #959595;
  font-weight: 400;
}

button#backButton .btn-icon-reset {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.75 4.99997V1.81997L10.475 3.09497C9.69324 2.18444 8.62313 1.56923 7.44291 1.35179C6.2627 1.13436 5.04361 1.32783 3.9887 1.89998C2.93379 2.47214 2.10674 3.38843 1.6453 4.49625C1.18387 5.60408 1.1159 6.83655 1.45272 7.98839C1.78954 9.14024 2.51082 10.1419 3.49642 10.8266C4.48201 11.5113 5.67244 11.8376 6.86941 11.7513C8.06638 11.665 9.19764 11.1711 10.0748 10.3521C10.9519 9.53306 11.522 8.43823 11.69 7.24997H10.6325C10.4665 8.19852 9.98121 9.06183 9.25718 9.69674C8.53316 10.3316 7.61387 10.7 6.65176 10.7407C5.68965 10.7814 4.74252 10.4921 3.96744 9.92061C3.19236 9.34915 2.6359 8.52993 2.39032 7.59879C2.14475 6.66766 2.22482 5.68056 2.61726 4.80119C3.00971 3.92181 3.69094 3.20299 4.54799 2.76393C5.40504 2.32487 6.38643 2.19194 7.3294 2.3872C8.27236 2.58246 9.12026 3.09417 9.73249 3.83747L8.56999 4.99997H11.75Z' fill='black'/%3E%3C/svg%3E%0A");
  display: inline-block;
  width: 13px;
  height: 13px;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 2px;
}

button#backButton.preloader[disabled] {
  color: #212529;
  font-weight: 500;
  opacity: 1;
}

button#backButton.preloader:after {
  display: none;
}
