


/* Start:/local/components/infostart/auth.new/templates/.default/style.css*/
.container-fluid-dev {
  padding: 0 !important;
}
.container-fluid-dev {
  padding: 0 !important;
}
.SmartCaptcha-Shield{
  z-index:1000;
}

.form__warning-message {
  background-color: #bfd6ff;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 8px;
  margin: 0 0 12px;
  font-weight: 500;
  width: 100%;
  max-width: fit-content;
}


#resend-reg-code-btn {
  padding-bottom: 12px;
}

.note {
  margin-top: 6px;
  padding: 0 1px;
  font-size: 11px;
  line-height: 15px;
  color: #999;
}

.auth {
  height: 100vh;
}

.auth__back-btn {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #6f9af0;
  z-index: 2;
  transition: background-color 0.3s ease;
}

.auth__back-btn:hover {
  background-color: #5a8aeb;
}

.auth__back-btn img {
  width: 24px;
  height: 24px;
}

.auth__wrapper {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.1)
  );
}

.auth__info-content {
  width: 75%;
}

.auth__form-block-content {
  width: 75%;
}

.auth__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
}

.auth__description {
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.9;
}

.auth__list_title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.auth__list_text {
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.8;
}

.auth__info-block {
  background: linear-gradient(102.4deg, #3f78e0 14.67%, #2a54a0 92.15%);
}

.auth__form-block {
  background: #e3edff;
}

.auth__action_button {
  --bs-btn-bg: #3f78e0;
  --bs-btn-hover-bg: #3f78e0;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-border-color: transparent;
}

.auth__action_outline-button {
  --bs-btn-border-color: #3f78e0;
  --bs-btn-hover-bg: #3f78e0;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-border-color: #3f78e0;
  color: #3f78e0;
}

.auth__action_link {
  color: #3f78e0;
  font-size: 12px;
  line-height: 16px;
  height: fit-content;
  --bs-btn-hover-color: #3f78e0;
  display: flex;
  width: fit-content;
}

.auth__action_link:hover {
  color: #2a54a0;
}

.auth__accent {
  color: #3f78e0;
}

.auth-form {
  width: 100%;
  margin: 0 auto;
}

.auth-form__field-group,
.auth-form__field {
  margin-bottom: 20px;
}

.auth-form__field-group:last-child,
.auth-form__field:last-child {
  margin-bottom: 0;
}

.auth-form__field-group .invalid,
#wrap-agreement .invalid {
  position: absolute;
  display: block;
  font-size: 12px;
  color: #ff3a3a;
}

.auth-form__field_info-text {
  font-size: 12px;
  line-height: 17px;
  color: #60697b;
  margin: 0 0 3px;
}

.auth-form__label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 14px 16px;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: all 0.2s ease-in-out;
  color: #6c757d;
  font-size: 16px;
  line-height: 24px;
}

.auth-form__input,
.auth-form__select {
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  border: 1px solid #d4def0;
  border-radius: 8px;
  box-shadow: none;
  color: #001a49;
}

.auth-form__input:focus,
.auth-form__select:focus {
  border-color: #3f78e0;
  box-shadow: none;
  color: #001a49;
}

.auth-form__input.is-valid,
.auth-form__select.is-valid {
  border-color: #3cc67a;
  padding-right: 35px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px;
}

.form-select {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%227%22%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23343F52%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m1%201%205%205%205-5%22%2F%3E%3C%2Fsvg%3E");
  background-size: 12px;
}

.form-select.is-valid:not([multiple]):not([size]) {
  background-image:
    url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%227%22%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23343F52%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m1%201%205%205%205-5%22%2F%3E%3C%2Fsvg%3E"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-size: 12px;
}

.form__error-message {
  padding: 6px 12px 6px 20px;
  border-radius: 6px;
  margin: 0 0 12px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.form__error-color {
  background-color: #e93636;
  color: white;
}

.form__info-color {
  background-color: #d5e4ff;
}

.form__success-color {
  background-color: #3cc67a;
}

.form__error-message--visible {
  display: flex;
}

.form__error-message_close {
  background: transparent;
  width: 20px;
  height: 20px;
  background-size: 18px;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
}

.form__error-message_close--light {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' fill='none'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-width='4.5' d='m14 42 28.284-28.284M14 14l28.284 28.284'/%3e%3c/svg%3e");
}

.form__error-message_close--dark {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' fill='none'%3e%3cpath stroke='%23343f52' stroke-linecap='round' stroke-width='4.5' d='m14 42 28.284-28.284M14 14l28.284 28.284'/%3e%3c/svg%3e");
}

#password_group {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#password_group .auth__action_link,
#add_fields .auth__action_link {
  margin: 0 0 0 auto;
}

.auth-form__input.is-invalid,
.auth-form__select.is-invalid {
  border-color: #ff3a3a;
  background-image: none;
}

.auth-form__input.is-valid:focus,
.auth-form__input.is-invalid:focus,
.auth-form__select.is-valid:focus,
.auth-form__select.is-invalid:focus {
  box-shadow: none;
}

.auth-form .form-floating .form-select ~ label {
  transform: none;
}

.auth-form .form-floating .form-select:focus ~ .auth-form__label,
.auth-form .form-floating .form-select:required:valid ~ .auth-form__label,
.auth-form .form-floating .was-validated .form-select:valid ~ .auth-form__label,
.auth-form .form-floating .form-select.is-valid ~ .auth-form__label {
  opacity: 1;
  font-size: 12px;
  transform: scale(0.85) translateY(-0.4rem) translateX(0.15rem);
  color: #6c757d;
}

.auth-form .form-floating .form-control:focus ~ label,
.auth-form .form-floating .form-control:not(:placeholder-shown) ~ label,
.auth-form .form-floating .form-control-plaintext ~ label,
.auth-form .form-floating .form-select ~ label {
  font-size: 14px;
}

.auth-form .form-floating .form-control,
.auth-form .form-floating .form-control-plaintext,
.auth-form .form-floating .form-select {
  height: 49px;
  font-size: 16px;
}

.auth-form__input::placeholder,
.auth-form__select::placeholder {
  color: transparent;
  opacity: 0;
}

.auth-form__field--password {
  position: relative;
  width: 100%;
}

.auth-form__field--password .auth-form__input {
  background-position: right 46px center;
  padding-right: 4rem;
}

.auth-form__toggle-password {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 25px;
  right: 14px;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 5;
  transition: opacity 0.2s;
}

.auth-form__toggle-password:hover {
  opacity: 0.7;
}

.auth-form__toggle-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.2s;
}

.auth-form__toggle-icon--show {
  background-image: url("/bitrix/components/infostart/download/templates/adaptive_v2/icons/eye-show.svg");
  background-size: 24px;
}

.auth-form__toggle-icon--hide {
  background-image: url("/bitrix/components/infostart/download/templates/adaptive_v2/icons/eye-hide.svg");
  background-size: 24px;
}

.auth-form__toggle-icon.active {
  opacity: 1;
}

.auth-form__agreement {
  font-size: 14px;
  line-height: 20px;
}

.auth-form__agreement-link {
  color: #3f78e0;
  text-decoration: none;
  transition: color 0.2s;
}

.auth-form__agreement-link:hover {
  color: #2a54a0;
}

.auth-social__title {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 12px;
  display: flex;
}

.auth-social__list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.auth-social__list_item {
  background-color: #d5e4ff;
  border-radius: 8px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.form__error-text_small {
  line-height: 1.3;
  font-size: 12px;
}

#error-message_text a:hover {
  text-decoration: underline;
}

#wrap-agreement {
  display: flex;
  align-items: flex-start;
  margin: 10px 0;
  position: relative;
}

#wrap-agreement em {
  position: absolute;
  top: 100%;
  color: #ff3a3a;
}

#agree-checkbox {
  margin: 2px 0 0;
}

.agree-checkbox {
  margin-right: 8px;
  margin-top: 0;
  flex-shrink: 0;
}

.agree-label{
  margin: 0px 0px 0px 10px;
}
.save_auth-label {
  margin: 0px 0px 0px 0px;
}
.agree-label,.save_auth-label {
  cursor: pointer;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit !important;
}

.auth .hidden {
  display: none !important;
}

/* ===== ÂÊËÀÄÊÈ "ÏÀÐÎËÜ / ÏÈÍ-ÊÎÄ" ===== */
.auth-tabs {
  position: relative;
  display: none;
  width: 100%;
}

.auth-tabs__nav {
  border-bottom: 2px solid #d4def0;
  padding-bottom: 2px;
  width: 100%;
}

.auth-tabs__item {
  position: relative;
  margin-bottom: -2px;
  flex: 1;
}

.auth-tabs__link {
  color: #6c757d;
  border: none;
  background: none;
  padding: 8px 10px;
  font-weight: 500;
  transition: color 0.2s ease;
  width: 100%;
  text-align: center;
}

.auth-tabs__link:hover {
  color: #3f78e0;
  border: none;
}

.auth-tabs__link.active {
  color: #3f78e0;
  border: none;
  background: none;
}

.auth-tabs__link.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #3f78e0;
  border-radius: 3px 3px 0 0;
}

.auth-tabs__content {
  display: none;
  margin-top: 0;
}

.auth-tabs__pane {
  width: 100%;
}

.auth-tabs--visible,
.auth-tabs__content--visible {
  display: flex;
}

/* ===== ÈÍÔÎÐÌÀÖÈÎÍÍÎÅ ÑÎÎÁÙÅÍÈÅ (ÄËß ÏÈÍ-ÊÎÄÀ) ===== */
.auth__info-message {
  background-color: #d5e4ff;
  padding: 12px 16px 12px 20px;
  border-radius: 8px;
  margin: 0 0 12px;
  display: none;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid #d4def0;
}

.auth__info-message__close {
  background: transparent;
  width: 20px;
  height: 20px;
  background-size: 16px;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath stroke='%23001a49' stroke-linecap='round' stroke-width='2' d='m6 6 12 12M6 18 18 6'/%3e%3c/svg%3e");
}

.auth__info-message__close:hover {
  opacity: 1;
}

.auth__info-message__text {
  flex: 1;
}

.auth__info-message__text strong {
  color: #3f78e0;
  font-weight: 600;
}

.auth__info-message--visible {
  display: flex;
}

.auth__loader {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.auth__loader span {
  width: 10px;
  height: 10px;
  background-color: #5a8aeb;
  border-radius: 50%;
  animation: pulse 1.4s infinite ease-in-out both;
}

.auth__loader span:nth-child(1) {
  animation-delay: -0.32s;
}

.auth__loader span:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes pulse {
  0%,
  80%,
  100% {
    transform: scale(0.5);
    opacity: 0.6;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}

/* ===== ÌÅÄÈÀ-ÇÀÏÐÎÑÛ ÄËß ÌÎÁÈËÜÍÛÕ ===== */
@media (max-width: 1500px) {
  #auth__info-content {
    width: 100%;
    text-decoration: underline;
  }

  .auth__info-content {
    width: 92%;
  }

  .auth__form-block-content {
    width: 100%;
  }

  .auth__image-bg {
    display: none;
  }

  .auth__back-btn {
    width: 26px;
    height: 26px;
    top: 20px;
    left: 20px;
  }

  .auth__back-btn img {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 1200px) {
  .auth__title {
    font-size: 24px;
  }

  .auth__description {
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  .auth__form-block-content {
    margin: 0 auto;
    width: 75%;
  }

  .auth__info-content {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .auth__list_text {
    font-size: 13px;
  }

  .auth-form__input,
  .auth-form__select,
  .auth-form__label {
    font-size: 15px;
  }

  .auth-form .form-floating .form-control,
  .auth-form .form-floating .form-control-plaintext,
  .auth-form .form-floating .form-select {
    height: 47px;
    font-size: 15px;
  }

  .auth-social__title {
    font-size: 14px;
    margin: 0 0 8px;
  }

  .form__error-message {
    font-size: 14px;
    line-height: 22px;
  }

  .auth__form-block-content {
    width: 100%;
    margin: 0;
  }

  .auth__info-message {
    font-size: 14px;
    line-height: 22px;
    padding: 12px;
  }

  .auth-tabs__link {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 6px;
  }

  .auth__loader span {
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 400px) {
  .auth__title {
    font-size: 20px;
  }

  .auth__description {
    font-size: 14px;
  }
}

/* End */



/* Start:/bitrix/templates/.default/components/bitrix/socserv.auth.form/infostart_new/style.css*/
.auth-social__title {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 12px;
    display: flex;
}

.auth-social__list {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.auth-social__list_item {
    background-color: #d5e4ff;
    border-radius: 8px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.social-btn-disabled {
    opacity: 0.6 !important;
    filter: grayscale(100%) !important;
    cursor: none !important;
    pointer-events: none !important;
}

.auth-social__note{
    opacity: 0;
}

@media (max-width: 768px) {
    .auth-social__title {
        font-size: 14px;
        margin: 0 0 8px;
    }
}

/* End */
/* /local/components/infostart/auth.new/templates/.default/style.css */
/* /bitrix/templates/.default/components/bitrix/socserv.auth.form/infostart_new/style.css */
