

/* Start:/bitrix/templates/universe_s1/components/bitrix/system.auth.authorize/.default/style.css?17857559986061*/
@charset "UTF-8";
/*
 * Исходные стили шаблона авторизации. Все правила ограничены .authPopup,
 * чтобы форма не зависела от Bootstrap и не влияла на остальные части сайта.
 */
.authPopup.authPopup {
  box-sizing: border-box;
  padding: 32px 40px 36px;
  background: #fff;
  width: 464px;
  max-width: calc(100vw - 32px);
  border-radius: 12px;
  overflow: hidden;
  justify-self: center;
}
.authPopup.authPopup *, .authPopup.authPopup *::before, .authPopup.authPopup *::after {
  box-sizing: border-box;
}
.authPopup.authPopup .authHeader {
  display: flex;
  margin-bottom: 28px;
  padding-top: 4px;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  color: #131930;
}
.authPopup.authPopup .step, .authPopup.authPopup .ua-state-content {
  flex-direction: column;
  gap: 16px;
}
.authPopup.authPopup .step, .authPopup.authPopup .ua-state-content {
  display: flex;
}
.authPopup.authPopup .ua-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.authPopup.authPopup label {
  margin: 0;
  color: #131930;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.authPopup.authPopup .ua-control {
  display: block;
  width: 100%;
  height: 48px;
  min-height: 48px;
  margin: 0;
  padding: 11px 14px;
  border: 1px solid #b9bdc8;
  border-radius: 6px;
  background: #fff;
  color: #131930;
  font-family: inherit;
  font-size: 16px;
  line-height: 24px;
  box-shadow: none;
  appearance: none;
}
.authPopup.authPopup .ua-control:focus {
  border-color: #68a9df;
  box-shadow: 0 0 0 2px rgba(54, 153, 220, 0.15);
  outline: 0;
}
.authPopup.authPopup button {
  font-family: inherit;
}
.authPopup.authPopup .step button {
  border: 0;
}
.authPopup.authPopup .ua-primary-button, .authPopup.authPopup .ua-secondary-button, .authPopup.authPopup .ua-vk-button {
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 12px 18px;
  border: 0;
  border-radius: 6px;
  font-family: inherit;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.authPopup.authPopup .ua-primary-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a53298;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.authPopup.authPopup .ua-primary-button:hover {
  background: #8f2884;
}
.authPopup.authPopup .ua-primary-button:disabled {
  opacity: 0.65;
  cursor: default;
}
.authPopup.authPopup .ua-secondary-button {
  background: #f1e8f2;
  color: #86277d;
  cursor: pointer;
}
.authPopup.authPopup .ua-secondary-button:disabled {
  opacity: 0.65;
  cursor: default;
}
.authPopup.authPopup .ua-link-button {
  align-self: center;
  min-height: 24px;
  padding: 0;
  border: 0;
  background: none;
  color: #86277d;
  font-family: inherit;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
.authPopup.authPopup .ua-link-button:hover {
  color: #6f1f67;
  text-decoration: underline;
}
.authPopup.authPopup .ua-action-group {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}
.authPopup.authPopup .reg-policy {
  font-size: 12px;
  line-height: 17px;
  color: #666;
}
.authPopup.authPopup .small {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.authPopup.authPopup .ua-checkbox {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.authPopup.authPopup .ua-checkbox input {
  flex: 0 0 auto;
  margin-top: 3px;
}
.authPopup.authPopup .ua-phone-caption {
  font-size: 14px;
  color: #666;
}
.authPopup.authPopup .ua-phone-number {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #131930;
}
.authPopup.authPopup .ua-phone-status {
  font-size: 14px;
  line-height: 20px;
  color: #444;
}
.authPopup.authPopup #ua-phone-code-wrap {
  flex-direction: column;
  gap: 16px;
}
.authPopup.authPopup .ua-phone-alternatives {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 13px;
}
.authPopup.authPopup .ua-msg {
  font-size: 13px;
  line-height: 18px;
}
.authPopup.authPopup .ua-msg:empty {
  display: none;
}
.authPopup.authPopup .ua-msg.err {
  color: #c01;
}
.authPopup.authPopup .ua-msg.ok {
  color: #1a7f37;
}
.authPopup.authPopup .is-invalid {
  border-color: #c01 !important;
}
.authPopup.authPopup .is-valid {
  border-color: #1a7f37 !important;
}
.authPopup.authPopup .ua-inline-link {
  color: #86277d;
  text-decoration: underline;
  cursor: pointer;
}
.authPopup.authPopup .ua-inline-link:hover {
  text-decoration: none;
}
.authPopup.authPopup .ua-vk-entry {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.authPopup.authPopup .ua-separator {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #8a8d98;
  font-size: 12px;
}
.authPopup.authPopup .ua-separator::before, .authPopup.authPopup .ua-separator::after {
  content: "";
  height: 1px;
  flex: 1;
  background: #e3e4e8;
}
.authPopup.authPopup .ua-vk-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #07f;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.authPopup.authPopup .ua-vk-button:hover {
  background: #0068dd;
}
.authPopup.authPopup .ua-vk-button:disabled {
  opacity: 0.65;
  cursor: default;
}
.authPopup.authPopup .ua-vk-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: #fff;
  color: #07f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: -1px;
}

.ua-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 520px) {
  .authPopup.authPopup {
    padding: 24px 20px 28px;
  }
  .authPopup.authPopup .authHeader {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 30px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /bitrix/templates/universe_s1/components/bitrix/system.auth.authorize/.default/style.css?17857559986061 */
