

/* Start:/bitrix/templates/universe_s1/components/bitrix/system.auth.registration/.default/style.css?17848743551924*/
.ns-bitrix.c-system-auth-registration.c-system-auth-registration-default {
  display: block;
}
.ns-bitrix.c-system-auth-registration.c-system-auth-registration-default .system-auth-registration-block {
  display: block;
  border: 1px solid #ebebeb;
  padding: 20px;
}
.ns-bitrix.c-system-auth-registration.c-system-auth-registration-default .system-auth-registration-header {
  text-align: left;
  font-size: 1.28571429em;
  line-height: 1.5;
  margin: 0 0 35px 0;
}
.ns-bitrix.c-system-auth-registration.c-system-auth-registration-default .system-auth-registration-form {
  max-width: 580px;
}
.ns-bitrix.c-system-auth-registration.c-system-auth-registration-default .system-auth-registration-form-description {
  display: block;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 20px;
}
.ns-bitrix.c-system-auth-registration.c-system-auth-registration-default .system-auth-registration-form-buttons {
  display: block;
  margin-top: 20px;
}
.ns-bitrix.c-system-auth-registration.c-system-auth-registration-default .system-auth-registration-consent {
  margin-top: 16px;
  margin-bottom: 16px;
}
.ns-bitrix.c-system-auth-registration.c-system-auth-registration-default .intec-ui-form-field-content {
  position: relative;
}
.ns-bitrix.c-system-auth-registration.c-system-auth-registration-default .system-auth-registration-form-auth-button {
  font-size: 14px;
}
.ns-bitrix.c-system-auth-registration.c-system-auth-registration-default .system-auth-registration-eye-icon {
  position: absolute;
  right: 20px;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}
.ns-bitrix.c-system-auth-registration.c-system-auth-registration-default .system-auth-registration-eye-icon[data-role="password.icon.close"] {
  display: none;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/main.userconsent.request/template.1/user_consent.css?17827311803030*/
@keyframes main-user-consent-request-template-1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body[data-scroll-consent=false] {
  height: 100vh;
  overflow: hidden;
}

.ns-bitrix.main-user-consent-request.template-1 {
  position: fixed;
  inset: 0;
  z-index: 15000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
.ns-bitrix.main-user-consent-request.template-1 .consent-popup {
  position: absolute;
  inset: 50% auto auto 50%;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  width: 100%;
  height: 100%;
  padding: 34px 30px 30px;
  background-color: #fff;
  box-shadow: 0 7px 21px rgba(83, 92, 105, 0.12), 0 -1px 6px 0 rgba(83, 92, 105, 0.06);
  transform: translate(-50%, -50%);
}
@media (min-width: 601px) {
  .ns-bitrix.main-user-consent-request.template-1 .consent-popup {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    max-height: 500px;
    padding: 60px;
  }
}
@media (min-width: 769px) {
  .ns-bitrix.main-user-consent-request.template-1 .consent-popup {
    width: 700px;
    height: 500px;
    max-height: none;
  }
}
.ns-bitrix.main-user-consent-request.template-1 .consent-popup-head {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #1b1e25;
  word-break: break-word;
}
@media (min-width: 601px) {
  .ns-bitrix.main-user-consent-request.template-1 .consent-popup-head {
    font-size: 28px;
    line-height: 36px;
  }
}
.ns-bitrix.main-user-consent-request.template-1 .consent-popup-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.ns-bitrix.main-user-consent-request.template-1 .consent-popup-loader {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}
.ns-bitrix.main-user-consent-request.template-1 .consent-popup-loader > svg {
  display: block;
  width: 100px;
  height: 100px;
  animation: main-user-consent-request-template-1 1s linear infinite;
}
.ns-bitrix.main-user-consent-request.template-1 .consent-popup-content {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  height: 100%;
}
.ns-bitrix.main-user-consent-request.template-1 .consent-popup-agreement {
  position: relative;
  flex-grow: 1;
}
.ns-bitrix.main-user-consent-request.template-1 .consent-popup-agreement-text {
  position: absolute;
  inset: 0;
  overflow: auto;
}
.ns-bitrix.main-user-consent-request.template-1 .consent-popup-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}
@media (min-width: 401px) {
  .ns-bitrix.main-user-consent-request.template-1 .consent-popup-actions {
    flex-direction: row;
  }
}
.ns-bitrix.main-user-consent-request.template-1 .consent-popup-action {
  padding: 16px 32px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/*# sourceMappingURL=user_consent.css.map */

/* End */
/* /bitrix/templates/universe_s1/components/bitrix/system.auth.registration/.default/style.css?17848743551924 */
/* /bitrix/templates/universe_s1/components/bitrix/main.userconsent.request/template.1/user_consent.css?17827311803030 */
