.auth {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.auth:first-child:last-child {
  min-height: calc(100vh - 21.625rem - 4.1875rem);
}
.auth + .banner-chat {
  margin-top: 0;
}
.auth__box {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.auth__box > p {
  text-align: center;
}
.auth__form {
  max-width: 22.5rem;
  width: 100%;
}
.auth__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: calc(100% + 2rem);
  margin: 0 -1rem;
}
.auth__form-row:not(:first-child) {
  margin-top: 1rem;
}
.auth__form-row + .auth__form-link {
  margin-top: 1.5rem;
}
.auth__form-row + .form__message {
  margin-top: 1rem;
}
.auth__form-row > * {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 1rem;
}
.auth__form-row.auth__form-row--extend {
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 0.9375rem));
  -ms-transform: translateX(calc(-50% + 0.9375rem));
  transform: translateX(calc(-50% + 0.9375rem));
  max-width: calc(100vw - 2.5rem);
  width: 46.375rem;
}
.auth__form-row.auth__form-row--extend:not(:first-child) {
  margin-bottom: 2rem;
}
.auth__form-link {
  margin-top: 0.25rem;
  text-align: center;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: max(0.875rem, 12px);
  font-weight: 600;
  line-height: max(1.3125rem, 12px);
}
.auth__form-link b {
  font-weight: inherit;
  text-transform: uppercase;
}
.auth__form-link a,
.auth__form-link button {
  color: #000;
  font-weight: 600;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: capitalize;
  -webkit-transition: color var(--hover-transition);
  transition: color var(--hover-transition);
}
.auth__form-link a:hover,
.auth__form-link button:hover {
  color: var(--secondary);
}
.auth__form-link a[disabled],
.auth__form-link button[disabled] {
  opacity: 0.5;
  cursor: wait;
  color: #000 !important;
}
.auth__form-link + .auth__form-link {
  margin-top: 1.5rem;
}
.auth__form-link.auth__form-link--small > * a:not(:hover) {
  color: #00A7CE;
}
.auth__form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.auth__form-btn:not(:first-child) {
  margin-top: 1.5rem;
}
.auth__form-btn:not(:last-child) {
  margin-bottom: 1rem;
}
.auth__form .form__message + .auth__form-row {
  margin-top: 0;
}
.auth__form .form__message + .auth__form-btn {
  margin-top: 1.5rem;
}
.auth__form--extend {
  max-width: 35.3125rem;
}
.auth__form--extend-full {
  max-width: 100%;
}
.auth__title {
  text-align: center;
  margin-bottom: 0.75rem;
}
.auth__text {
  text-align: center;
}
.auth__text + .auth__form .form__message {
  margin-top: 0;
}
.auth__text a {
  color: var(--secondary);
  text-decoration: underline;
  -webkit-transition: color var(--hover-transition);
  transition: color var(--hover-transition);
}
.auth__text a:hover {
  color: var(--black);
}
.auth__text.big > * {
  font-size: max(0.875rem, 12px);
  font-style: normal;
  font-weight: 600;
  line-height: max(1.3125rem, 12px);
  text-transform: uppercase;
}
.auth__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.5rem 0;
}
.auth__btn:last-child {
  margin-bottom: 0;
}
.auth__ico {
  width: 4.375rem;
  height: 4.375rem;
  line-height: 0;
}
.auth__ico:not(:first-child) {
  margin-top: 3rem;
}
.auth__ico:not(:last-child) {
  margin-bottom: 1.5rem;
}
.auth__ico img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.auth__ico.auth__ico--big {
  width: 16.25rem;
  height: auto;
}
.auth__ico.auth__ico--box {
  width: 82.3%;
  height: auto;
  position: relative;
  max-width: 20.9375rem;
  background: #EDE7DB;
  border-radius: 1rem;
  border: 2px solid;
}
.auth__ico.auth__ico--box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 70%;
}
.auth__ico.auth__ico--box img {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
  max-height: 126%;
}
@media (max-width: 768px) {
  .auth__ico.auth__ico--box {
    margin-top: 1vw !important;
  }
}
.auth__return {
  position: absolute;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 20px;
  top: 45px;
  -webkit-transition: color var(--hover-transition);
  transition: color var(--hover-transition);
}
.auth__return svg {
  width: 25px;
  height: 25px;
  margin-right: 7px;
}
.auth__return path {
  -webkit-transition: fill var(--hover-transition);
  transition: fill var(--hover-transition);
}
.auth__return:hover {
  color: var(--secondary);
}
.auth__return:hover path {
  fill: var(--secondary);
}
.auth__accordions > :not(:last-child) {
  margin-bottom: 1.5rem;
}
.auth__inner {
  width: 100%;
}
.auth-accordion {
  border-radius: 0.5rem;
  border: 1px solid #000;
}
.auth-accordion__title {
  font-size: max(1.25rem, 12px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.auth-accordion__subtitle {
  font-size: max(1rem, 12px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.25rem;
}
.auth-accordion__right {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
.auth-accordion__head {
  padding: 1rem;
  display: block;
  position: relative;
}
.auth-accordion__head > input {
  position: absolute;
  left: -99999px;
  height: 0;
  width: 0;
}
.auth-accordion__head > input:checked + span::before {
  background-color: var(--primary);
}
.auth-accordion__head > input + span {
  padding-left: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.auth-accordion__head > input + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #757575;
  border: 4px solid #757575;
}
.auth-accordion__body {
  padding: 0 1rem 1rem;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  display: none;
}
.auth-accordion__body p {
  margin: 4px 0;
}
.auth-accordion__body p:last-child {
  margin-bottom: 0;
}
.auth-accordion__body-img {
  line-height: 0;
  margin-bottom: 0.5rem;
}
.auth-accordion__body-img img {
  width: 100%;
}
@media (min-width: 769px) {
  .auth__title + .auth__text {
    margin-top: -0.625rem;
  }
}
@media (max-width: 768px) {
  .auth {
    padding-top: 60px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 60px;
  }
  .auth:first-child:last-child {
    min-height: min(100vh - 4.1875rem, 700px);
  }
  .auth > .auth__return {
    display: none;
  }
  .auth > .auth__return.show-on-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 7px;
    top: 50px;
    width: auto;
    font-size: 12px;
    font-weight: normal;
  }
  .auth > .auth__return.show-on-mobile > :not(svg) {
    display: block;
  }
  .auth > .auth__return.show-on-mobile + .container {
    padding-top: 64px;
  }
  .auth > .auth__return.show-on-mobile svg {
    width: 32px;
    height: 32px;
  }
  .auth__return {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    position: static;
  }
  .auth__return > :not(svg) {
    display: none;
  }
  .auth__return svg {
    width: 40px;
    height: 40px;
    margin-right: 0;
  }
  .auth__title {
    margin-bottom: 4px;
  }
  .auth__ico:not(:last-child) {
    margin-bottom: 16px;
  }
  .auth__form-row + .auth__form-link {
    margin-top: 16px;
  }
  .auth__form-row.auth__form-row--extend {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: unset;
    width: calc(100% + 32px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .auth__form-row.auth__form-row--extend > :not(:last-child) {
    margin-bottom: 32px;
  }
  .auth__accordions > *:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (max-width: 420px) {
  .auth-accordion__title {
    font-size: 16px;
  }
  .auth-accordion__subtitle {
    font-size: 14px;
    margin-bottom: 0;
  }
}