

/* Start:/local/templates/uborka_v2/components/bitrix/main.register/auth_register/style.css?17791041975136*/
body .auth-widget.auth-widget--register {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 5rem 1rem;
}

.auth-widget--register .title-page {
    margin: 0 0 1.5rem;
    text-align: center;
}

.auth-widget--register .auth-form__wrapper {
    width: min(100%, 44rem);
    padding: 1.5rem 2rem;
    border: 1px solid var(--cl-smoky-white);
    border-radius: .5rem;
    box-shadow: 0 0 .625rem rgba(0, 0, 0, .05);
    background: #fff;
}

.register-form__form {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.register-form__fields,
.register-form__user-fields {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.register-form__user-fields {
    padding-top: .25rem;
}

.register-form__section-title {
    grid-column: 1 / -1;
    font-size: var(--s16);
    font-weight: 700;
    color: var(--cl-midnight-blue);
}

.register-field {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: .45rem;
}

.register-field.is-hidden {
    display: none !important;
}

.register-field--timezone,
.register-field--captcha,
.register-field--client-type {
    grid-column: 1 / -1;
}

.register-field__label {
    font-size: var(--s14);
    font-weight: 700;
    color: var(--cl-greenish-wet-asphalt);
}

.register-field__control,
.register-user-field input[type="text"],
.register-user-field input[type="email"],
.register-user-field input[type="password"],
.register-user-field input[type="tel"],
.register-user-field input[type="number"],
.register-user-field input[type="file"],
.register-user-field textarea,
.register-user-field select {
    width: 100%;
    min-height: 2.85rem;
    padding: .7rem 1rem;
    border: 1px solid var(--cl-platinum);
    border-radius: .5rem;
    background: #fff;
    color: var(--cl-granite-grey);
    font: inherit;
    font-weight: 600;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.register-field__control:focus,
.register-user-field input:focus,
.register-user-field textarea:focus,
.register-user-field select:focus {
    border-color: var(--cl-greenish-wet-asphalt);
    box-shadow: 0 0 0 3px rgba(35, 142, 168, .12);
}

.register-field__control--textarea,
.register-user-field textarea {
    min-height: 7rem;
    resize: vertical;
}

.register-user-field input[type="checkbox"],
.register-user-field input[type="radio"] {
    width: auto;
    min-height: 0;
}

.register-user-field table {
    width: 100%;
}

.register-user-field td {
    padding: 0;
}

.register-field--captcha {
    align-items: flex-start;
}

.register-form__captcha-image {
    display: block;
    max-width: 100%;
    border: 1px solid var(--cl-platinum);
    border-radius: .5rem;
}

.register-form__required {
    font-size: var(--s13);
    color: var(--cl-granite-grey);
}

.auth-widget--register .form-button-submit {
    width: 100%;
    margin-top: .4rem;
    padding: .8rem 1rem;
    border: 1px solid var(--cl-midnight-blue);
    border-radius: .5rem;
    background-color: var(--cl-midnight-blue);
    color: #fff;
    font-size: var(--s16);
    font-weight: 700;
    letter-spacing: 0;
}

.auth-widget--register .form-button-submit:disabled {
    opacity: .55;
    cursor: not-allowed;
    transform: none;
}

.auth-widget--register .alert {
    margin-bottom: 1rem;
    text-align: center;
}

.auth-widget--register .starrequired {
    color: #e53033;
}

.register-form__secure-note {
    align-items: center;
    width: max-content;
    padding: .25rem .35rem;
    border-radius: .35rem;
    background: #fffae3;
}

.register-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
}

.register-success__title {
    margin: 0;
    color: var(--cl-midnight-blue);
    font-size: var(--s24);
    font-weight: 800;
    line-height: 1.25;
}

.register-success__text {
    margin: 0;
    color: var(--cl-granite-grey);
    font-size: var(--s16);
    line-height: 1.55;
}

.register-success__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    width: 100%;
}

.register-success__actions .form-button-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 12rem;
    margin-top: 0;
    text-decoration: none;
}

.register-success__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.95rem;
    padding: .8rem 1rem;
    color: var(--cl-midnight-blue);
    font-weight: 700;
    text-decoration: none;
}

@media (min-width: 720px) {
    .register-form__fields,
    .register-form__user-fields {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    body .auth-widget.auth-widget--register {
        padding: 2.5rem 1rem;
    }

    .auth-widget--register .auth-form__wrapper {
        padding: 1.25rem;
    }
}

@media (max-width: 768px) {
    .register-success__actions .form-button-submit,
    .register-success__link {
        width: 100%;
        min-width: 0;
    }
}

/* End */


/* Start:/bitrix/components/bitrix/main.field.enum/templates/main.edit/style.css?1756312241683*/
.main-enum-dialog-input{
  padding: 3px 32px 3px 3px;
  height: auto;
  min-height: 38px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI1IDE2Ij4gIDxwb2x5Z29uIGZpbGw9IiM1MzVDNjkiIGZpbGwtcnVsZT0iZXZlbm9kZCIgcG9pbnRzPSIzLjU0NiA3LjQyNSAzLjU0NiAxLjYwNyAxLjYwNyAxLjYwNyAxLjYwNyA4LjM5NCAxLjYwNyA5LjM2NCA5LjM2NCA5LjM2NCA5LjM2NCA3LjQyNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1IDkuOSAxLjY1NykiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: right center;
  color: #535c69;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* End */
/* /local/templates/uborka_v2/components/bitrix/main.register/auth_register/style.css?17791041975136 */
/* /bitrix/components/bitrix/main.field.enum/templates/main.edit/style.css?1756312241683 */
