.offcanvasAuth {}
.offcanvasAuth .offcanvasAuth__close {width: 2.75rem; height: 2.75rem; background: #fff; border-radius: 50%; display: flex; opacity: 1; align-items: center; justify-content: center; padding: 0; box-sizing: border-box;}
.offcanvasAuth .offcanvasAuth__close svg {max-width: 1.1875rem; max-height: 1.1875rem;}
.offcanvasAuth .offcanvasAuth__close._angle {color: #b1b1b1; box-shadow: none !important; top: 20px; left: 24px; position: absolute;}
.offcanvasAuth__header {}
.offcanvasAuth__title {
    text-align: center;
    padding: 4rem 2rem 2rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-family: 'lavrBold';
}

.offcanvasAuth .offcanvas-body {padding: 1rem 4.5rem;}
.offcanvasAuth__info {font-size: 0.875rem;}
.offcanvasAuth__reg {text-transform: uppercase; }
