.auth {
  position: absolute;
  top: 2.5rem;
  right: 0;
  padding: 1.25rem;
  width: 21.5277777778vw;
  opacity: 0;
  pointer-events: none;
  color: #ffffff;
  background: #5f6c75;
  border-radius: 1rem;
  transition: all .3s ease, pointer-events 0s;
}

@media (max-width: 767px) {
  .auth {
    width: 80vw;
  }
}
@media (min-width: 602px) and (max-width: 767px) {
  .auth {
    top: 80px;
    padding: 40px;
    width: 590px;
    border-radius: 24.5px;
  }
}
.auth--visible {
  z-index: 2;
  opacity: 1;
  pointer-events: initial;
}

.auth__form {
  margin-bottom: 1rem;
}

@media (min-width: 602px) and (max-width: 767px) {
  .auth__form {
    margin-bottom: 32px;
  }
}
.auth__methods {
  margin-bottom: 1.4375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 602px) and (max-width: 767px) {
  .auth__methods {
    margin-bottom: 46px;
  }
}
.auth__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.auth__button-submit {
  padding-left: .625rem;
  padding-right: .625rem;
  border-radius: var(--brad-half);
}

@media (min-width: 602px) and (max-width: 767px) {
  .auth__button-submit {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .auth__button-submit {
    padding: 11px 20px 14px;
  }
}
.auth__fieldset {
  display: none;
}

.auth__fieldset .input {
  margin-bottom: .5rem;
}

.auth__fieldset--visible {
  display: block;
}

.auth__pages-message {
  z-index: 1;
  margin-top: .5rem;
  margin-bottom: 1rem;
  padding: .3125rem .625rem .47rem;
  min-height: 1.2em;
  display: inline-block;
  font-size: .76rem;
  line-height: 1.166;
  font-weight: 400;
  color: #ffffff;
  background: #a1aeb3;
  border-radius: var(--brad-half);
  transform: var(--message-transform);
  transform-origin: top;
  transition: all .3s ease;
}

@media (min-width: 602px) and (max-width: 767px) {
  .auth__pages-message {
    margin-top: 16px;
    margin-bottom: 32px;
    padding: 10px 20px 16px;
    font-size: 24px;
    border-radius: 12px;
  }
}
.auth__button-method-toggler {
  --button-color: #ffffff;
}

.auth__name {
  margin-bottom: 2.125rem;
  display: block;
  font-size: 1.25rem;
  line-height: 120%;
  font-weight: 400;
}

@media (min-width: 602px) and (max-width: 767px) {
  .auth__name {
    margin-bottom: 68px;
    font-size: 40px;
  }
}
.auth__list-links {
  font-size: .875rem;
  line-height: 140%;
  font-weight: 400;
}

.auth__list-item {
  margin-bottom: 1rem;
}

@media (min-width: 602px) and (max-width: 767px) {
  .auth__list-item {
    margin-bottom: 32px;
    font-size: 28px;
  }
}
.auth__logout {
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 400;
}

@media (min-width: 602px) and (max-width: 767px) {
  .auth__logout {
    font-size: 28px;
  }
}
.auth__logout .button__icon {
  margin-bottom: -1px;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  background-color: #ffffff;
  -webkit-mask: url("/local/templates/main/assets/img/common/logout.svg");
  mask: url("/local/templates/main/assets/img/common/logout.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

@media (min-width: 602px) and (max-width: 767px) {
  .auth__logout .button__icon {
    margin-bottom: -2px;
    min-width: 32px;
    max-width: 32px;
    height: 32px;
  }
}
.awz-autform-close {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 10002;
  width: 2rem;
  height: 2rem;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
}
.awz-autform-close:hover .awz-autform-close-leftright {
  transform: rotate(-45deg);
}
.awz-autform-close:hover .awz-autform-close-rightleft {
  transform: rotate(45deg);
}

.awz-autform-close > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.awz-autform-close-leftright, .awz-autform-close-rightleft {
  position: absolute;
  margin: 0;
  width: 2rem;
  height: 0.125rem;
  background: #b9b9b9;
  border-radius: 0;
  transition: all .3s ease-in;
}

.awz-autform-close-leftright {
  transform: rotate(45deg);
}

.awz-autform-close-rightleft {
  transform: rotate(-45deg);
}

.awz-autform-close-close-btn {
  display: none !important;
}

.awz-autform-modal-content {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  padding: 0 0.5rem;
  width: 100%;
  height: 100%;
  overflow: auto;
  font-size: 0.875rem;
  background: rgba(0, 0, 0, 0.85);
}

.awz-autform-modal-content-wrap {
  position: relative;
  margin: auto;
  margin-top: 2.5rem !important;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  width: 100% !important;
  max-width: 23.75rem;
  height: initial !important;
  color: #ffffff;
  background: #5f6c75 !important;
  border-radius: 0.75rem;
}

.awz-autform-modal-header {
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
}

.awz-autform-modal-body {
  height: initial !important;
}

.awz-autform-contentWrap {
  padding: 0;
}

.awz-autform-form-links {
  margin-bottom: 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.awz-autform-form-links a {
  padding: 0.875rem 1.25rem;
  font-size: 0.75rem;
  text-align: center;
  color: #ffffff;
  border: 0.0625rem solid #a1aeb2;
  border-radius: 0.375rem;
  transition: background .2s ease-in-out, color .2s ease-in-out;
  cursor: pointer;
}

.awz-autform-form-links a.active {
  background: #a1aeb2;
}

.awz-autform-form-links a:hover {
  background: #a1aeb2;
}

.awz-autform-form-group label {
  margin-bottom: 0.375rem;
  display: block;
  font-size: 0.75rem;
  color: #a1a1a1;
}
.awz-autform-form-group input {
  padding: 0.875rem 1.25rem;
  width: 100%;
  font-size: 0.75rem;
  text-align: left;
  color: #000000;
  background: #ffffff;
  border-radius: 0.375rem;
  transition: border-color .2s ease-in-out;
}
.awz-autform-form-group::placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #a1aeb2;
}
.awz-autform-form-group + .awz-autform-form-group {
  margin-top: 1rem;
}

.awz-autform-inp-wrap {
  position: relative;
  width: 100%;
}
.awz-autform-inp-wrap input {
  position: relative;
  z-index: 2;
}

.awz-autform-form-buttons {
  margin-top: 1.25rem;
  width: 100%;
}
.awz-autform-form-buttons button {
  padding: 0.875rem 1.25rem;
  width: 100%;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  color: #263238;
  background: #ffffff;
  border: none;
  border-radius: 0.375rem;
  transition: background .2s ease-in-out, color .2s ease-in-out;
  cursor: pointer;
}
.awz-autform-form-buttons button:hover {
  color: #ffffff;
  background: #000000;
}

.awz-autform-form-agreement {
  margin-top: 3.125rem;
  display: flex;
  gap: 0.75rem;
  font-size: 0.75rem;
  line-height: 1.2;
  text-align: left;
  color: #ffffff;
}
.awz-autform-form-agreement a {
  text-decoration: underline;
  color: #ffffff;
  transition: color .2s ease-in-out;
}
.awz-autform-form-agreement a:hover {
  color: #a1aeb2;
}
.awz-autform-form-agreement input[type='checkbox'] {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  font-size: 0.75rem;
  color: #000000;
  background-color: #ffffff;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  appearance: none;
}
.awz-autform-form-agreement input[type='checkbox']:before {
  content: '\2713';
  width: 1rem;
  height: 1rem;
  display: inline-block;
  line-height: 1;
  text-align: center;
  transform: scale(0) translateY(0.0625rem);
  transition: 120ms transform ease-in-out;
}
.awz-autform-form-agreement input[type='checkbox']:checked:before {
  transform: scale(1.2) translateY(0.0625rem);
}

.awz-autform-messages {
  margin-bottom: 1.25rem;
  padding: 0;
  font-size: 0.875rem;
  text-align: center;
}

.awz-autform-message-row {
  margin: 0;
  padding: 0;
}

.awz-autform-form-group a {
  text-decoration: none;
  color: #ffffff;
}

.awz-autform-message-agreement {
  margin-top: 0.75rem;
}

.awz-autform-message-agreement-content {
  font-size: 0.625rem;
}

@media (max-width: 767px) {
  .awz-autform-modal-content-wrap {
    padding: 25px 15px;
  }
}
