/* default */
.bxmaker-authuserphone-button {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(0,0,0,0);
    border: none;
    color: inherit;
    display: block;
    font-weight: inherit;
    line-height: 0;
    margin: 0;
    position: relative;
    text-decoration: none;
    white-space: normal;
    font-size: 16px
}

.bxmaker-authuserphone-button__inner {
    padding: 8px 16px;
    min-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #338eef;
    border-radius: 6px;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,opacity .3s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,opacity .3s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,opacity .3s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bxmaker-authuserphone-button:hover .bxmaker-authuserphone-button__inner {
    background-color: #256ebb
}

.bxmaker-authuserphone-button__title {
    color: #fff;
    font-weight: 900
}

.bxmaker-authuserphone-button:hover .bxmaker-authuserphone-button__title {
    color: #fff
}

.bxmaker-authuserphone-button--white .bxmaker-authuserphone-button__inner {
    background-color: #fff;
    border: 1px solid #338eef
}

.bxmaker-authuserphone-button--white:hover .bxmaker-authuserphone-button__inner {
    background-color: #fff;
    border: 1px solid #256ebb
}

.bxmaker-authuserphone-button--white .bxmaker-authuserphone-button__title {
    color: #338eef
}

.bxmaker-authuserphone-button--white:hover .bxmaker-authuserphone-button__title {
    color: #256ebb
}

.bxmaker-authuserphone-captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bxmaker-authuserphone-captcha__img {
    width: 48%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 2px solid #d9dcde;
    border-radius: 6px;
    margin-bottom: 0
}

.bxmaker-authuserphone-captcha__img .bxmaker-authuserphone-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #939aa1
}

.bxmaker-authuserphone-captcha__img img {
    max-width: 100%;
    height: 46px;
    border-radius: 6px;
    overflow: hidden
}

.bxmaker-authuserphone-captcha--loading .bxmaker-authuserphone-captcha__img img {
    opacity: .1
}

.bxmaker-authuserphone-captcha__input {
    width: 48%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.bxmaker-authuserphone-captcha .bxmaker-authuserphone-refresh {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateY(-30%) translateX(30%);
    -ms-transform: translateY(-30%) translateX(30%);
    transform: translateY(-30%) translateX(30%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    padding: 2px;
    cursor: pointer
}

.bxmaker-authuserphone-captcha .bxmaker-authuserphone-refresh:hover {
    background-color: #f2f2f2
}

.bxmaker-authuserphone-empty {
    text-align: center;
    width: 100%
}

.bxmaker-authuserphone-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 900;
    font-size: 18px
}

.bxmaker-authuserphone-input {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.bxmaker-authuserphone-input * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bxmaker-authuserphone-input__field {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    border: 2px solid #d9dcde;
    border-radius: 6px
}

.bxmaker-authuserphone-input--focus .bxmaker-authuserphone-input__field,.bxmaker-authuserphone-input--hover .bxmaker-authuserphone-input__field,.bxmaker-authuserphone-input:hover .bxmaker-authuserphone-input__field {
    border-color: #338eef
}

.bxmaker-authuserphone-input--invalid .bxmaker-authuserphone-input__field {
    border-color: #f9004c
}

.bxmaker-authuserphone-input input[type=email],.bxmaker-authuserphone-input input[type=otp],.bxmaker-authuserphone-input input[type=password],.bxmaker-authuserphone-input input[type=phone],.bxmaker-authuserphone-input input[type=tel],.bxmaker-authuserphone-input input[type=text] {
    padding: 18px 12px 6px;
    text-align: left;
    vertical-align: top;
    width: 100%;
    margin: 0;
    outline: none;
    background-color: hsla(0,0%,100%,0);
    border: 0;
    font-size: 16px
}

.bxmaker-authuserphone-input__title {
    color: #939aa1;
    display: block;
    position: absolute;
    left: 10px;
    text-align: left;
    white-space: pre-wrap;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.25,.8,.25,1);
    transition: -webkit-transform .2s cubic-bezier(.25,.8,.25,1);
    -o-transition: transform .2s cubic-bezier(.25,.8,.25,1);
    transition: transform .2s cubic-bezier(.25,.8,.25,1);
    transition: transform .2s cubic-bezier(.25,.8,.25,1),-webkit-transform .2s cubic-bezier(.25,.8,.25,1);
    will-change: transform;
    font-size: 16px;
    line-height: 1.2;
    top: 14px
}

.bxmaker-authuserphone-input--focus .bxmaker-authuserphone-input__title,.bxmaker-authuserphone-input--hover .bxmaker-authuserphone-input__title {
    -webkit-transform: translateY(-12px) scale(.8);
    -ms-transform: translateY(-12px) scale(.8);
    transform: translateY(-12px) scale(.8)
}

.bxmaker-authuserphone-input__validation {
    color: #f9004c;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 8px
}

.bxmaker-authuserphone-input-fio {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.bxmaker-authuserphone-input-fio * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bxmaker-authuserphone-input-fio__field {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    border: 2px solid #d9dcde;
    border-radius: 6px
}

.bxmaker-authuserphone-input-fio--focus .bxmaker-authuserphone-input-fio__field,.bxmaker-authuserphone-input-fio--hover .bxmaker-authuserphone-input-fio__field,.bxmaker-authuserphone-input-fio:hover .bxmaker-authuserphone-input-fio__field {
    border-color: #338eef
}

.bxmaker-authuserphone-input-fio--invalid .bxmaker-authuserphone-input-fio__field {
    border-color: #f9004c
}

.bxmaker-authuserphone-input-fio input[type=text] {
    padding: 18px 12px 6px;
    text-align: left;
    vertical-align: top;
    width: 100%;
    margin: 0;
    outline: none;
    background-color: hsla(0,0%,100%,0);
    border: 0;
    font-size: 16px
}

.bxmaker-authuserphone-input-fio__input {
    width: 100%
}

.bxmaker-authuserphone-input-fio__title {
    color: #939aa1;
    display: block;
    position: absolute;
    left: 10px;
    text-align: left;
    white-space: pre-wrap;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.25,.8,.25,1);
    transition: -webkit-transform .2s cubic-bezier(.25,.8,.25,1);
    -o-transition: transform .2s cubic-bezier(.25,.8,.25,1);
    transition: transform .2s cubic-bezier(.25,.8,.25,1);
    transition: transform .2s cubic-bezier(.25,.8,.25,1),-webkit-transform .2s cubic-bezier(.25,.8,.25,1);
    will-change: transform;
    font-size: 16px;
    line-height: 1.2;
    top: 14px
}

.bxmaker-authuserphone-input-fio--focus .bxmaker-authuserphone-input-fio__title,.bxmaker-authuserphone-input-fio--hover .bxmaker-authuserphone-input-fio__title {
    -webkit-transform: translateY(-12px) scale(.8);
    -ms-transform: translateY(-12px) scale(.8);
    transform: translateY(-12px) scale(.8)
}

.bxmaker-authuserphone-input-fio,.bxmaker-authuserphone-input-fio * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bxmaker-authuserphone-input-fio__popup {
    background: #fff;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,.1);
    box-shadow: 0 0 8px 1px rgba(0,0,0,.1);
    padding: 3.2px 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    overflow-y: auto;
    max-height: 300px;
    display: none;
    top: 49px
}

.bxmaker-authuserphone-input-fio--options .bxmaker-authuserphone-input-fio__popup {
    display: block
}

.bxmaker-authuserphone-input-fio--options .bxmaker-authuserphone-input-fio__popup:empty {
    display: none
}

.bxmaker-authuserphone-input-fio__option {
    padding: 4px 8px;
    cursor: pointer
}

.bxmaker-authuserphone-input-fio__option:hover {
    background-color: #f2f2f2
}

.bxmaker-authuserphone-input-fio__option--selection {
    background-color: #fff9d7
}

.bxmaker-authuserphone-input-phone {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.bxmaker-authuserphone-input-phone * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bxmaker-authuserphone-input-phone__field {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border: 2px solid #d9dcde;
    border-radius: 6px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.bxmaker-authuserphone-input-phone--focus .bxmaker-authuserphone-input-phone__field,.bxmaker-authuserphone-input-phone--hover .bxmaker-authuserphone-input-phone__field,.bxmaker-authuserphone-input-phone:hover .bxmaker-authuserphone-input-phone__field {
    border-color: #338eef
}

.bxmaker-authuserphone-input-phone--invalid .bxmaker-authuserphone-input-phone__field {
    border-color: #f9004c
}

.bxmaker-authuserphone-input-phone__input {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative
}

.bxmaker-authuserphone-input-phone--focus .bxmaker-authuserphone-input-phone__input,.bxmaker-authuserphone-input-phone--hover .bxmaker-authuserphone-input-phone__input {
    position: static
}

.bxmaker-authuserphone-input-phone input[type=text] {
    padding: 18px 12px 6px;
    text-align: left;
    vertical-align: top;
    width: 100%;
    margin: 0;
    outline: none;
    background-color: hsla(0,0%,100%,0);
    border: 0;
    font-size: 16px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.bxmaker-authuserphone-input-phone--flag.bxmaker-authuserphone-input-phone input[type=text] {
    padding-left: 0
}

.bxmaker-authuserphone-input-phone__title {
    color: #939aa1;
    display: block;
    position: absolute;
    text-align: left;
    white-space: pre-wrap;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: left .2s cubic-bezier(.25,.8,.25,1),-webkit-transform .2s cubic-bezier(.25,.8,.25,1);
    transition: left .2s cubic-bezier(.25,.8,.25,1),-webkit-transform .2s cubic-bezier(.25,.8,.25,1);
    -o-transition: transform .2s cubic-bezier(.25,.8,.25,1),left .2s cubic-bezier(.25,.8,.25,1);
    transition: transform .2s cubic-bezier(.25,.8,.25,1),left .2s cubic-bezier(.25,.8,.25,1);
    transition: transform .2s cubic-bezier(.25,.8,.25,1),left .2s cubic-bezier(.25,.8,.25,1),-webkit-transform .2s cubic-bezier(.25,.8,.25,1);
    will-change: transform;
    font-size: 16px;
    line-height: 1.2;
    top: 14px
}

.bxmaker-authuserphone-input-phone--focus .bxmaker-authuserphone-input-phone__title,.bxmaker-authuserphone-input-phone--hover .bxmaker-authuserphone-input-phone__title {
    left: 8px;
    -webkit-transform: translateY(-12px) scale(.8);
    -ms-transform: translateY(-12px) scale(.8);
    transform: translateY(-12px) scale(.8)
}

.bxmaker-authuserphone-input-phone__validation {
    color: #f9004c;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 8px
}

.bxmaker-authuserphone-input-phone__flag {
    display: none;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 8px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: padding-top .2s cubic-bezier(.25,.8,.25,1);
    -o-transition: padding-top .2s cubic-bezier(.25,.8,.25,1);
    transition: padding-top .2s cubic-bezier(.25,.8,.25,1)
}

.bxmaker-authuserphone-input-phone--flag .bxmaker-authuserphone-input-phone__flag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bxmaker-authuserphone-input-phone--flag.bxmaker-authuserphone-input-phone--focus .bxmaker-authuserphone-input-phone__flag,.bxmaker-authuserphone-input-phone--flag.bxmaker-authuserphone-input-phone--hover .bxmaker-authuserphone-input-phone__flag {
    padding-top: 12px
}

.bxmaker-authuserphone-input-phone__flag span:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.bxmaker-authuserphone-input-code {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.bxmaker-authuserphone-input-code * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bxmaker-authuserphone-input-code__field {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    border: 2px solid #d9dcde;
    border-radius: 6px
}

.bxmaker-authuserphone-input-code--focus .bxmaker-authuserphone-input-code__field,.bxmaker-authuserphone-input-code:hover .bxmaker-authuserphone-input-code__field {
    border-color: #338eef
}

.bxmaker-authuserphone-input-code--invalid .bxmaker-authuserphone-input-code__field,.bxmaker-authuserphone-input-code--invalid:hover .bxmaker-authuserphone-input-code__field {
    border-color: #f9004c
}

.bxmaker-authuserphone-input-code__field .bxmaker-authuserphone-loader {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: #939aa1
}

.bxmaker-authuserphone-input-code input[type=otp],.bxmaker-authuserphone-input-code input[type=password],.bxmaker-authuserphone-input-code input[type=phone],.bxmaker-authuserphone-input-code input[type=text] {
    padding: 2px 12px;
    vertical-align: top;
    width: 100%;
    margin: 0;
    outline: none;
    background-color: hsla(0,0%,100%,0);
    border: 0;
    font-size: 30px;
    text-align: center;
    font-weight: 700
}

.bxmaker-authuserphone-input-code__title {
    color: #939aa1;
    display: block;
    position: absolute;
    left: 10px;
    text-align: left;
    white-space: pre-wrap;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.25,.8,.25,1);
    transition: -webkit-transform .2s cubic-bezier(.25,.8,.25,1);
    -o-transition: transform .2s cubic-bezier(.25,.8,.25,1);
    transition: transform .2s cubic-bezier(.25,.8,.25,1);
    transition: transform .2s cubic-bezier(.25,.8,.25,1),-webkit-transform .2s cubic-bezier(.25,.8,.25,1);
    will-change: transform;
    font-size: 16px;
    line-height: 1.2;
    top: 12px
}

.bxmaker-authuserphone-input-code--focus .bxmaker-authuserphone-input-code__title {
    -webkit-transform: translateY(-10px) scale(.8);
    -ms-transform: translateY(-10px) scale(.8);
    transform: translateY(-10px) scale(.8)
}

.bxmaker-authuserphone-input-code__validation {
    color: #f9004c;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 8px
}

.bxmaker-authuserphone-input-password {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.bxmaker-authuserphone-input-password * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bxmaker-authuserphone-input-password__field {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    border: 2px solid #d9dcde;
    border-radius: 6px
}

.bxmaker-authuserphone-input-password--focus .bxmaker-authuserphone-input-password__field,.bxmaker-authuserphone-input-password--hover .bxmaker-authuserphone-input-password__field,.bxmaker-authuserphone-input-password:hover .bxmaker-authuserphone-input-password__field {
    border-color: #338eef
}

.bxmaker-authuserphone-input-password--invalid .bxmaker-authuserphone-input-password__field {
    border-color: #f9004c
}

.bxmaker-authuserphone-input-password input[type=password],.bxmaker-authuserphone-input-password input[type=text] {
    padding: 18px 40px 6px 12px;
    text-align: left;
    vertical-align: top;
    width: 100%;
    margin: 0;
    outline: none;
    background-color: hsla(0,0%,100%,0);
    border: 0;
    font-size: 16px
}

.bxmaker-authuserphone-input-password__title {
    color: #939aa1;
    display: block;
    position: absolute;
    left: 10px;
    text-align: left;
    white-space: pre-wrap;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.25,.8,.25,1);
    transition: -webkit-transform .2s cubic-bezier(.25,.8,.25,1);
    -o-transition: transform .2s cubic-bezier(.25,.8,.25,1);
    transition: transform .2s cubic-bezier(.25,.8,.25,1);
    transition: transform .2s cubic-bezier(.25,.8,.25,1),-webkit-transform .2s cubic-bezier(.25,.8,.25,1);
    will-change: transform;
    font-size: 16px;
    line-height: 1.2;
    top: 14px
}

.bxmaker-authuserphone-input-password--focus .bxmaker-authuserphone-input-password__title,.bxmaker-authuserphone-input-password--hover .bxmaker-authuserphone-input-password__title {
    -webkit-transform: translateY(-12px) scale(.8);
    -ms-transform: translateY(-12px) scale(.8);
    transform: translateY(-12px) scale(.8)
}

.bxmaker-authuserphone-input-password__validation {
    color: #f9004c;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 8px
}

.bxmaker-authuserphone-input-password__visible {
    cursor: pointer;
    position: absolute;
    right: 0;
    opacity: .3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.bxmaker-authuserphone-input-password__visible:after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDMiIGhlaWdodD0iNDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00MC41NiAyLjQ0YTEuNSAxLjUgMCAwMTAgMi4xMmwtNy40MzcgNy40MzhjMy41OTUgMS42NjUgNi43NzMgNC4yMTEgOS4xMTcgNy42NTlhMS41IDEuNSAwIDAxLS4wMjMgMS43MmMtNi4zMzcgOC44MDItMTcuNzggMTIuMjQzLTI3Ljg3NSA5LjQwMkw1LjA2IDQwLjA2MWExLjUgMS41IDAgMDEtMi4xMjItMi4xMjJsOC4yNjctOC4yNjdjLTMuOTQ3LTEuNjkxLTcuNTYtNC40My0xMC40MTEtOC4yOGExLjUgMS41IDAgMDEuMDM0LTEuODI5YzUuMzE3LTYuNjQ2IDEzLjM5NS05LjkzOCAyMS4yMzQtOS45MzggMi43MTcgMCA1LjQyNi4zOTYgNy45OTUgMS4xOTVsOC4zODEtOC4zOGExLjUgMS41IDAgMDEyLjEyMiAwek0yNy42MTkgMTMuMjZhMjQuMjc3IDI0LjI3NyAwIDAwLTUuNTU1LS42MzVjLTYuNjY3IDAtMTMuNDU0IDIuNjU1LTE4LjEzMiA3LjkxMiAyLjY3MSAzLjI1MiA2IDUuNTA3IDkuNTkgNi44MmwxNC4wOTctMTQuMDk2ek0xNi44MyAyOC4yOTJjOC4xNDggMS42NSAxNi45NzktMS4xNTQgMjIuMzA0LTcuODEzLTIuMTY1LTIuODItNS4wNDQtNC44OTQtOC4yOTEtNi4yTDE2LjgzIDI4LjI5MnoiIGZpbGw9IiMwMDAiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIyIDI1LjVhNC41IDQuNSAwIDEwMC05IDQuNSA0LjUgMCAwMDAgOXptMCAyLjVhNyA3IDAgMTAwLTE0IDcgNyAwIDAwMCAxNHoiIGZpbGw9IiMwMDAiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQxLjIzLjY5NmEyLjUgMi41IDAgMDEuMDc0IDMuNTM1bC0zNS41IDM3YTIuNSAyLjUgMCAxMS0zLjYwOC0zLjQ2MmwzNS41LTM3YTIuNSAyLjUgMCAwMTMuNTM1LS4wNzN6IiBmaWxsPSIjZmZmIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00MS4wMzguOTE4YTEuNSAxLjUgMCAwMS4wNDQgMi4xMmwtMzUuNSAzN2ExLjUgMS41IDAgMDEtMi4xNjQtMi4wNzZsMzUuNS0zN2ExLjUgMS41IDAgMDEyLjEyLS4wNDR6IiBmaWxsPSIjMDAwIi8+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 19px;
    height: 22px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.bxmaker-authuserphone-input-password__visible--active,.bxmaker-authuserphone-input-password__visible:hover {
    opacity: 1
}

.bxmaker-authuserphone-input-password__visible--active:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDMiIGhlaWdodD0iMjMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjkzIDExLjUzN2M5LjM0NCAxMS4zNzQgMjYuNzIxIDEwLjU0NyAzNS4yMDQtLjA1OS0zLjk4Ny01LjE5NS0xMC4zOTQtNy44NTMtMTcuMDcyLTcuODUzLTYuNjY2IDAtMTMuNDUzIDIuNjU1LTE4LjEzMSA3LjkxMnpNMjIuMDY0LjYyNWM3LjgzNiAwIDE1LjU5NyAzLjI5NiAyMC4xNzcgMTAuMDMxYTEuNSAxLjUgMCAwMS0uMDIzIDEuNzJjLTkuNTczIDEzLjI5Ny0zMC43OTcgMTQuMzYtNDEuNDIyLjAxN2ExLjUgMS41IDAgMDEuMDM0LTEuODNDNi4xNDYgMy45MTcgMTQuMjI0LjYyNSAyMi4wNjMuNjI1eiIgZmlsbD0iIzAwMCIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjIgMTYuNWE0LjUgNC41IDAgMTAwLTkgNC41IDQuNSAwIDAwMCA5em0wIDIuNWE3IDcgMCAxMDAtMTQgNyA3IDAgMDAwIDE0eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==")
}

a.bxmaker-authuserphone-link {
    display: inline;
    text-decoration: none;
    font-size: 14px
}

a.bxmaker-authuserphone-link,a.bxmaker-authuserphone-link:visited {
    color: #338eef;
    text-decoration: none
}

a.bxmaker-authuserphone-link:active,a.bxmaker-authuserphone-link:hover {
    color: #256ebb;
    text-decoration: none
}

.bxmaker-authuserphone-loader {
    color: #fff;
    width: 28px;
    height: 28px
}

.bxmaker-authuserphone-loader svg {
    width: 100%;
    height: 100%
}

.bxmaker-authuserphone-message {
    display: block;
    font-size: 14px;
    padding: 0;
    word-break: break-word
}

.bxmaker-authuserphone-message--error {
    color: #f9004c
}

.bxmaker-authuserphone-message--success {
    color: #059733
}

.bxmaker-authuserphone-refresh {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bxmaker-authuserphone-refresh svg {
    width: 16px;
    height: 16px
}

.bxmaker-authuserphone-timeout {
    text-align: center;
    font-size: 14px;
    color: #939aa1
}

.bxmaker-authuserphone-usercallto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f2f2f2;
    border-radius: 6px
}

.bxmaker-authuserphone-usercallto__value,a.bxmaker-authuserphone-usercallto__value,a.bxmaker-authuserphone-usercallto__value:active,a.bxmaker-authuserphone-usercallto__value:hover,a.bxmaker-authuserphone-usercallto__value:visited {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 48px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    border: none
}

.bxmaker-authuserphone-consent {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bxmaker-authuserphone-consent-button {
    cursor: pointer;
    margin: 0;
    font-weight: 400;
    line-height: 1;
    font-size: .8em
}

.bxmaker-authuserphone-consent-popup {
    position: fixed;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: rgba(27,35,42,.28);
    z-index: 99999
}

.bxmaker-authuserphone-consent-popup__container {
    width: 800px;
    max-width: 95%;
    background: #fff;
    border-radius: 6px;
    max-height: 85vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.bxmaker-authuserphone-consent-popup__title {
    font-size: 1.5em;
    padding: 16px;
    text-align: center;
    -webkit-box-shadow: 0 1px 16px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 16px 0 rgba(0,0,0,.1);
    border-bottom: 1px solid #e9e9e9;
    position: relative
}

.bxmaker-authuserphone-consent-popup__text {
    overflow-y: auto;
    padding: 24px 32px;
    background-color: #f9f9f9
}

.bxmaker-authuserphone-consent-popup__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px;
    -webkit-box-shadow: 0 -1px 16px 0 rgba(0,0,0,.1);
    box-shadow: 0 -1px 16px 0 rgba(0,0,0,.1);
    position: relative;
    border-top: 1px solid #e9e9e9
}

.bxmaker-authuserphone-consent-popup__action .bxmaker-authuserphone-button {
    margin: 0 16px;
    max-width: 160px
}

body.bxmaker-authuserphone-consent-popup-overflow-hidden,html body.bxmaker-authuserphone-consent-popup-overflow-hidden {
    overflow: hidden
}

@media (max-width: 800px) {
    .bxmaker-authuserphone-consent-popup {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 64px 0
    }

    .bxmaker-authuserphone-consent-popup__action {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .bxmaker-authuserphone-consent-popup__action .bxmaker-authuserphone-button {
        max-width: none;
        margin: 8px 0
    }
}

@media (max-width: 480px) {
    .bxmaker-authuserphone-consent-popup {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 32px 0
    }

    .bxmaker-authuserphone-consent-popup__action {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .bxmaker-authuserphone-consent-popup__action .bxmaker-authuserphone-button {
        max-width: none;
        margin: 8px 0
    }
}

.bxmaker-authuserphone-qrcode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bxmaker-authuserphone-qrcode__img {
    width: 48%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 2px solid #d9dcde;
    border-radius: 6px;
    margin-bottom: 0
}

.bxmaker-authuserphone-qrcode__img img {
    max-width: 100%;
    height: 46px;
    border-radius: 6px;
    overflow: hidden
}

.bxmaker-authuserphone-checkbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bxmaker-authuserphone-checkbox-button {
    cursor: pointer;
    margin: 0;
    font-weight: 400;
    line-height: 1;
    font-size: .8em
}


.bxmaker-leokid .bxmaker-authuserphone-simple{
    display: block;
    padding: 0;
    border: 0;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #1d1d1d;
}

/* custom */
.bxmaker-leokid .bxmaker-authuserphone-header {
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 16px;
}
.bxmaker-authuserphone-simple-smscode__notice {
    font-size: 14px;
    margin-bottom: 16px;
}
.bxmaker-leokid .bxmaker-authuserphone-input__title,
.bxmaker-leokid .bxmaker-authuserphone-input-phone__title,
.bxmaker-leokid .bxmaker-authuserphone-input-phone--flag .bxmaker-authuserphone-input-phone__flag {
    display: none !important;
}

.bxmaker-authuserphone-button--loading {
    pointer-events: none;
    opacity: .6;
}
.bxmaker-authuserphone-button--loading:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

    background-image: url('data:image/svg+xml;base64,ICA8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ImxvYWRlci0xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKICAgICB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNTAgNTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwIDUwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTI1LjI1MSw2LjQ2MWMtMTAuMzE4LDAtMTguNjgzLDguMzY1LTE4LjY4MywxOC42ODNoNC4wNjhjMC04LjA3MSw2LjU0My0xNC42MTUsMTQuNjE1LTE0LjYxNVY2LjQ2MXoiPgogICAgPGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlVHlwZT0ieG1sIgogICAgICBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iCiAgICAgIHR5cGU9InJvdGF0ZSIKICAgICAgZnJvbT0iMCAyNSAyNSIKICAgICAgdG89IjM2MCAyNSAyNSIKICAgICAgZHVyPSIwLjZzIgogICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPgogICAgPC9wYXRoPgogIDwvc3ZnPg==');
    background-repeat: no-repeat;
    background-position: center;
}

.bxmaker-authuserphone-button {
    margin-bottom: 16px;
}

.bxmaker-leokid .bxmaker-authuserphone-input-code__field,
.bxmaker-leokid .bxmaker-authuserphone-input__field {
    border: 1px solid #1d1d1d;
    border-radius: 0;
}

.bxmaker-authuserphone-input {
  margin-bottom: 24px;
}

.bxmaker-leokid .bxmaker-authuserphone-input--focus .bxmaker-authuserphone-input__field,
.bxmaker-leokid .bxmaker-authuserphone-input--hover .bxmaker-authuserphone-input__field,
.bxmaker-leokid .bxmaker-authuserphone-input:hover .bxmaker-authuserphone-input__field,
.bxmaker-leokid .bxmaker-authuserphone-input--focus .bxmaker-authuserphone-input-code__field,
.bxmaker-leokid .bxmaker-authuserphone-input--hover .bxmaker-authuserphone-input-code__field,
.bxmaker-leokid .bxmaker-authuserphone-input:hover .bxmaker-authuserphone-input-code__field,
.bxmaker-leokid .bxmaker-authuserphone-input-code--focus .bxmaker-authuserphone-input-code__field,
.bxmaker-leokid .bxmaker-authuserphone-input-code:hover .bxmaker-authuserphone-input-code__field{
    border-color: #1d1d1d;
}

.bxmaker-leokid .bxmaker-authuserphone-input--invalid .bxmaker-authuserphone-input-code__field,
.bxmaker-leokid .bxmaker-authuserphone-input--invalid .bxmaker-authuserphone-input__field {
    border-color: #dc3545 !important;
}

.bxmaker-leokid .bxmaker-authuserphone-input input[type=otp],
.bxmaker-leokid .bxmaker-authuserphone-input input[type=email],
.bxmaker-leokid .bxmaker-authuserphone-input input[type=password],
.bxmaker-leokid .bxmaker-authuserphone-input input[type=phone],
.bxmaker-leokid .bxmaker-authuserphone-input input[type=tel],
.bxmaker-leokid .bxmaker-authuserphone-input input[type=text],
.bxmaker-leokid .bxmaker-authuserphone-input-code input[type=otp],
.bxmaker-leokid .bxmaker-authuserphone-input-code input[type=email],
.bxmaker-leokid .bxmaker-authuserphone-input-code input[type=password],
.bxmaker-leokid .bxmaker-authuserphone-input-code input[type=phone],
.bxmaker-leokid .bxmaker-authuserphone-input-code input[type=text]{
    padding: .75rem 1.25rem;
    border: none;
    width: 100%;
    background-color: #fff;
    font-size: 1rem;
    font-weight: 400;
}

.bxmaker-leokid .bxmaker-authuserphone-input input::-webkit-input-placeholder {
    color: #DBDBDB;
    opacity: 1; /* Firefox */
}

.bxmaker-leokid .bxmaker-authuserphone-input input::-moz-placeholder {
    color: #DBDBDB;
    opacity: 1; /* Firefox */
}

.bxmaker-leokid .bxmaker-authuserphone-input input:-ms-input-placeholder {
    color: #DBDBDB;
    opacity: 1; /* Firefox */
}

.bxmaker-leokid .bxmaker-authuserphone-input input::-ms-input-placeholder {
    color: #DBDBDB;
    opacity: 1; /* Firefox */
}

.bxmaker-leokid .bxmaker-authuserphone-input input::placeholder {
    color: #DBDBDB;
    opacity: 1; /* Firefox */
}
.bxmaker-leokid .bxmaker-authuserphone-input input::-ms-input-placeholder { /* Edge 12-18 */
    color: #DBDBDB;
}

.bxmaker-leokid .bxmaker-authuserphone-button__inner {
    min-height: 3.75rem;
    font-size: .875rem;
    padding: 1.375rem 3.75rem;
    background-color: #1d1d1d;
    border: 1px solid #1d1d1d;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.bxmaker-leokid .bxmaker-authuserphone-button__title {
    color: #fff;
    font-weight: 500
}

.bxmaker-leokid .bxmaker-authuserphone-button:hover .bxmaker-authuserphone-button__title {
    color: #1d1d1d;
}

.bxmaker-leokid .bxmaker-authuserphone-button__inner:focus,
.bxmaker-leokid .bxmaker-authuserphone-button__inner:hover {
    background-color: #fff;
    border-color: #1d1d1d;
    color: #1d1d1d
}
@media (max-width: 991px) {
    .bxmaker-leokid .bxmaker-authuserphone-button__inner {
        min-height: 3.125rem;
        font-size: 0.75rem;
        padding: 1.125rem 2.25rem
    }
}


.bxmaker-leokid a.bxmaker-authuserphone-link {
    display: inline;
    text-decoration: underline;
    font-size: 0.875rem;
    color: #1d1d1d;
}


.bxmaker-leokid a.bxmaker-authuserphone-link:visited,
.bxmaker-leokid a.bxmaker-authuserphone-link:active,
.bxmaker-leokid a.bxmaker-authuserphone-link:hover {
    color: #1d1d1d;
    text-decoration: none
}

.bxmaker-leokid .bxmaker-authuserphone-timeout {
    text-align: left;
    font-size: 0.875rem;
    color: #1d1d1d;
}

.bxmaker-leokid .bxmaker-authuserphone-timeout br{
    display: none;
}

.bxmaker-leokid .bxmaker-authuserphone-simple-smscode__send {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.bxmaker-leokid .bxmaker-authuserphone-captcha__img{
    border: 0;
    width: auto;
}
.bxmaker-leokid .bxmaker-authuserphone-captcha{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
.bxmaker-leokid .bxmaker-authuserphone-captcha__img img {
    height: auto;
    border-radius: 0;
    overflow: hidden;
}
.bxmaker-leokid .bxmaker-authuserphone-captcha__input{
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.bxmaker-authuserphone-empty{ /*Скрываем блок, который выводится авторизованному пользователю. Заменим его разметкой в шаблоне по $USER->IsAuthorized()*/
    display: none;
}