

/* Start:/local/templates/account/components/account/registration/.default/style.css?17242511464446*/
.bx-auth-reg {
    margin: 137px auto 0;
}

.form-title {
    margin: 0 auto;
    font-weight: bold;
    font-size: 50px;
    line-height: 68px;
    text-align: center;
    color: #1A181F;
    margin-bottom: 61px;
    width: 647px;
}

form {
    margin: 0 auto 160px;
    padding: 69px 72px 88px;
    width: 441px;
    background: #ffffff;
    box-shadow: 0px 44px 74px rgb(0 0 0 / 5%);
    border-radius: 10px;
}

.page-switch {
    display: flex;
    justify-content: space-between;
    margin: 0px 23px 72px;
}

.page-switch * {
    display: block;
    font-weight: 500;
    font-size: 25px;
    line-height: 140%;
    color: #1A181F;
}

.page-switch a {
    color: #D00025;
    text-decoration: none;
    border-bottom: 2px dashed #D00025;
}

.input {
    position: relative;
}

input {
    padding: 30px 36px;
    background: #EEEEEE;
    border-radius: 5px;
    border: none;
    margin-bottom: 30px;
    width: 100%;
    font-size: 16px;
}

*:focus-visible {
    outline: none;
}

.get-check-code {
    position: absolute;
    border-radius: 5px;
    top: 14px;
    right: 17px;
    background: #D00025;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    cursor: pointer;
    display: block;
    padding: 11px 25px;
}

.error-text {
    display: none;
    color: #D00025;
    font-weight: 500;
    font-size: 15px;
}

.error-text.green {
    color: #00CC21;
}

.next-step {
    background: #D00025;
    font-weight: 500;
    font-size: 25px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    padding: 30px 36px;
    border-radius: 5px;
    border: none;
    margin-bottom: 30px;
    margin-top: 26px;
    width: 100%;
    cursor: pointer;
}

.tooltip {
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    color: rgba(162, 162, 162, 0.5);
    margin-top: -25px;
    margin-bottom: 35px;
    display: block;
    text-align: center;
}

.input.checkbox .label-text {
    cursor: pointer;
}

.input.checkbox {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    color: rgba(26, 24, 31, 0.8);
    margin-bottom: 15px;
}

.input.checkbox .label-text span {
    width: 24px;
    height: 24px;
    background: #D00025;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: -6px;
    margin-right: 12px;
    position: relative;
}

.input.checkbox input[type="checkbox"]:checked ~ .label-text span:before {
    content: url(/local/templates/account/images/filter-check.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.need-auth-mobile {
    display: none;
}

@media (max-width: 767px) {
    .bx-auth-reg {
        margin: 27px auto 0;
    }

    .form-title {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        width: initial;
        margin: 0 35px 30px;
    }

    form {
        width: initial;
        padding: 30px 20px 36px;
        border-radius: 20px;
        margin: 0 30px 40px;
    }

    .page-switch {
        margin: 0 0 30px;
    }

    .page-switch a {
        display: none;
    }

    .page-switch span {
        font-weight: 700;
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        display: block;
        width: 100%;
    }

    input {
        border-radius: 12px;
        padding: 16px 20px;
        font-weight: 500;
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .next-step, .get-check-code {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 30px;
        border-radius: 12px;
        padding: 16px 20px;
    }

    .get-check-code {
        padding: 7px 8px;
        font-weight: 500;
        top: 12px;
        font-size: 12px;
    }

    .need-auth-mobile {
        display: block;
        width: 100%;
        text-decoration: none;
        color: #D00025;
        font-weight: 500;
        font-size: 14px;
        line-height: 19px;
        text-align: center;
    }

    .tooltip {
        font-weight: 500;
        font-size: 12px;
        margin-top: -20px;
        margin-bottom: 20px;
    }

    .error-text {
        font-size: 12px;
        margin: 0;
    }

    .input.checkbox {
        font-size: 12px;
        line-height: 21px;
    }

    br {
        display: none;
    }

    .input.checkbox .label-text span {
        margin-right: 7px;
    }
}
/* End */
/* /local/templates/account/components/account/registration/.default/style.css?17242511464446 */
