

/* Start:/local/templates/stailer/components/bitrix/form.result.new/new_customer/style.css?17352249624679*/
@media only screen and (min-width: 1025px) and (max-width: 2048px) {
    .registration__header, .registration__success, .registration__form, .registration_errors {
        padding-left: 50%;
    }

    .registration__form, .registration_errors {
        padding-right: 10%;
    }

    .registration {
        margin-top: 16em;
    }
}
@media only screen and (max-width: 1024px) {
    div.form__row {
        flex-wrap: wrap;
    }
    .success__link {
        visibility: hidden;
    }
    div.form__row {
        gap: 2em!important;
        flex-direction: column!important;
    }

    .form__submit {
        width: 100%;
    }
}

@media only screen and (min-width: 2048px) {
    div.form__row {
        margin-top: 4em!important;
    }
    .form__label {
        top: -20px!important;
    }
}

.registred {
    color: green;
}
.registration {
    padding: 0 4em;
}

.registration__header {
    padding-bottom: 5%;
    text-align: start;
    border-bottom: 1px solid black;
}

.registration__form {
    margin-top: 4em;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.registration__header p {
    margin-bottom: 1em;
    line-height: 120%;
    font-size: max(14px, 1.3vw);
}

.header__text {
    color: #A5A6A8;
}

.header__title {
    margin-bottom: 0.5em;
    font-size: max(32px, 3.5vw);
}

.form__title {
    text-align: left;
    font-size: max(24px, 2.2vw);

}

div.form__row {
    margin-top: 2em;
    display: flex;
    justify-content: space-between;

    gap: 4em;
}

div.form__field {
    position: relative;
    width: 100%;

}

label.form__label {
    position: absolute;
    top: -8px;
    left: 0;
    pointer-events: none;
    transition: 0.2s ease;
    z-index: 0;
    font-size: max(16px, 1.3vw);
}

input.form__input:focus ~ .form__label,
input.form__input:not(:placeholder-shown) ~ .form__label {
    transform: translateY(-40%) translateX(-12.5%) scale(0.75);
    color: #C9C9C9;
}

.form__input:not(:focus) ~ .form__label,
.form__input:placeholder-shown ~ .form__label {
    transform: scale(1);
    color: black;
}

input.form__input ~ .form__label font {
    opacity: 1;
    transition: .2s ease;
}

input.form__input:not(:placeholder-shown) ~ .form__label font {
    opacity: 0;
}

.form__input {
    width: 100%;
    position: relative;
    border: none;
    border-bottom: 1px solid #C9C9C9;
    font-size: max(20px, 1.2vw);
}

.form__text {
    text-align: left;
    margin-top: 12px;
    font-size: max(14px, 1.3vw);
}

.form__field__message {
    margin-top: 2em;
}

label.form__label__message {
    position: absolute;
    top: -48px;
    left: 0;
    pointer-events: none;
    transition: 0.2s ease;
    z-index: 0;
    font-size: max(16px, 1.3vw);
}

.form__message {
    resize: none;
    height: auto;
    overflow-y: hidden;
}

.form__checkbox {
    margin-top: 2em;
    text-align: left;
}

.checkbox__link {
    color: #A5A6A8;
    transition: 0.2s ease;
    cursor: pointer;
}

.checkbox__link:hover {
    color: #525253;
}

.checkbox__input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox__input+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #CECECE;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.checkbox__input:checked+label::before {
    border-color: #CECECE;
    background-size: contain;
    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 d='M6 11.45L10.0345 15.5L19 6.5' stroke='%232A2A2A' stroke-width='2'/%3E%3C/svg%3E");
}

.checkbox__label {
    font-size: max(14px, 1vw);
}

.form__submit {
    margin-right: auto;
    display: flex;
    padding: 12px 27px;
    justify-content: center;
    align-items: center;
    background: black;
    color: white;
    border: none;
    font-size: 18px;

	cursor: pointer;
}

.registration__success {
    margin-top: 2em;
    text-align: left;
}

.success__info {
    padding: 2em 2em;
    background-color: #A5A6A8;
    color: white;
}

.success__link {
    margin-top: 2em;
}

.success__link a {
    text-decoration: underline;
    color: #A5A6A8;
    transition: 0.2s ease;
}

.success__link a:hover {
    color: black;
}

.errortext {
    text-align: left;
	color: red;
}
/* End */
/* /local/templates/stailer/components/bitrix/form.result.new/new_customer/style.css?17352249624679 */
