.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=otp], .bxmaker-authuserphone-input input[type=password], .bxmaker-authuserphone-input input[type=phone], .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-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;
    margin-bottom: 10px;
}

.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-enter {
    font-size: 16px;
    display: inline-block;
    padding: 32px;
    -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .15);
    border-radius: 2px;
    width: 370px;
    color: #000;
    background-color: #fff
}

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

.bxmaker-authuserphone-enter__authtype, .bxmaker-authuserphone-enter__change-confirm {
    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;
    margin-top: 32px
}

.bxmaker-authuserphone-enter .bxmaker-authuserphone-captcha__img {
    margin-bottom: 0
}

@media (max-width: 400px) {
    .bxmaker-authuserphone-enter {
        max-width: 100%;
        padding: 16px
    }
}

.bxmaker-authuserphone-enter-auth__title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 18px
}

.bxmaker-authuserphone-enter-auth__change-confirm, .bxmaker-authuserphone-enter-auth__toregistration {
    text-align: center;
    margin-top: 24px
}

.bxmaker-authuserphone-enter-reg__title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 18px
}

.bxmaker-authuserphone-enter-reg__change-confirm, .bxmaker-authuserphone-enter-reg__toauth {
    text-align: center;
    margin-top: 24px
}

.bxmaker-authuserphone-enter-smscode {
    display: block
}

.bxmaker-authuserphone-enter-smscode__notice {
    font-size: 14px;
    margin-bottom: 16px
}

.bxmaker-authuserphone-enter-smscode__phone {
    display: inline-block
}

.bxmaker-authuserphone-enter-smscode__send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bxmaker-authuserphone-enter-smscode__send .bxmaker-authuserphone-enter-smscode__send-loader {
    color: #939aa1
}

.bxmaker-authuserphone-enter-smscode .bxmaker-authuserphone-captcha, .bxmaker-authuserphone-enter-smscode .bxmaker-authuserphone-header, .bxmaker-authuserphone-enter-smscode .bxmaker-authuserphone-input-code, .bxmaker-authuserphone-enter-smscode .bxmaker-authuserphone-message {
    margin-bottom: 24px
}

.bxmaker-authuserphone-enter-smscode .bxmaker-authuserphone-captcha .bxmaker-authuserphone-input {
    margin-bottom: 0
}

.bxmaker-authuserphone-enter-usercall {
    display: block
}

.bxmaker-authuserphone-enter-usercall__notice {
    font-size: 14px;
    margin-bottom: 16px
}

.bxmaker-authuserphone-enter-usercall__phone {
    display: inline-block
}

.bxmaker-authuserphone-enter-usercall__start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 32px
}

.bxmaker-authuserphone-enter-usercall__start .bxmaker-authuserphone-enter-usercall__start-loader {
    color: #939aa1
}

.bxmaker-authuserphone-enter-usercall .bxmaker-authuserphone-captcha, .bxmaker-authuserphone-enter-usercall .bxmaker-authuserphone-header, .bxmaker-authuserphone-enter-usercall .bxmaker-authuserphone-message, .bxmaker-authuserphone-enter-usercall .bxmaker-authuserphone-timeout {
    margin-bottom: 24px
}

.bxmaker-authuserphone-enter-usercall .bxmaker-authuserphone-usercallto {
    margin-bottom: 16px
}

.bxmaker-authuserphone-enter-usercall .bxmaker-authuserphone-captcha .bxmaker-authuserphone-input {
    margin-bottom: 0
}

.bxmaker-authuserphone-enter-botcall {
    display: block
}

.bxmaker-authuserphone-enter-botcall__notice {
    font-size: 14px;
    margin-bottom: 16px
}

.bxmaker-authuserphone-enter-botcall__phone {
    display: inline-block
}

.bxmaker-authuserphone-enter-botcall__send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bxmaker-authuserphone-enter-botcall__send .bxmaker-authuserphone-enter-botcall__send-loader {
    color: #939aa1
}

.bxmaker-authuserphone-enter-botcall .bxmaker-authuserphone-captcha, .bxmaker-authuserphone-enter-botcall .bxmaker-authuserphone-header, .bxmaker-authuserphone-enter-botcall .bxmaker-authuserphone-input-code, .bxmaker-authuserphone-enter-botcall .bxmaker-authuserphone-message {
    margin-bottom: 24px
}

.bxmaker-authuserphone-enter-botcall .bxmaker-authuserphone-captcha .bxmaker-authuserphone-input {
    margin-bottom: 0
}

.bxmaker-authuserphone-enter-botspeech {
    display: block
}

.bxmaker-authuserphone-enter-botspeech__notice {
    font-size: 14px;
    margin-bottom: 16px
}

.bxmaker-authuserphone-enter-botspeech__phone {
    display: inline-block
}

.bxmaker-authuserphone-enter-botspeech__send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bxmaker-authuserphone-enter-botspeech__send .bxmaker-authuserphone-enter-botspeech__send-loader {
    color: #939aa1
}

.bxmaker-authuserphone-enter-botspeech .bxmaker-authuserphone-captcha, .bxmaker-authuserphone-enter-botspeech .bxmaker-authuserphone-header, .bxmaker-authuserphone-enter-botspeech .bxmaker-authuserphone-input-code, .bxmaker-authuserphone-enter-botspeech .bxmaker-authuserphone-message {
    margin-bottom: 24px
}

.bxmaker-authuserphone-enter-botspeech .bxmaker-authuserphone-captcha .bxmaker-authuserphone-input {
    margin-bottom: 0
}

.bxmaker-authuserphone-enter-simpush {
    display: block
}

.bxmaker-authuserphone-enter-simpush__notice {
    font-size: 14px;
    margin-bottom: 16px
}

.bxmaker-authuserphone-enter-simpush__phone {
    display: inline-block
}

.bxmaker-authuserphone-enter-simpush__start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 32px
}

.bxmaker-authuserphone-enter-simpush__start .bxmaker-authuserphone-enter-simpush__start-loader {
    color: #939aa1
}

.bxmaker-authuserphone-enter-simpush .bxmaker-authuserphone-captcha, .bxmaker-authuserphone-enter-simpush .bxmaker-authuserphone-header, .bxmaker-authuserphone-enter-simpush .bxmaker-authuserphone-message, .bxmaker-authuserphone-enter-simpush .bxmaker-authuserphone-timeout {
    margin-bottom: 24px
}

.bxmaker-authuserphone-enter-simpush .bxmaker-authuserphone-captcha .bxmaker-authuserphone-input {
    margin-bottom: 0
}

.bxmaker-authuserphone-enter-auth-form {
    display: block
}

.bxmaker-authuserphone-enter-auth-form .bxmaker-authuserphone-captcha, .bxmaker-authuserphone-enter-auth-form .bxmaker-authuserphone-header, .bxmaker-authuserphone-enter-auth-form .bxmaker-authuserphone-header1, .bxmaker-authuserphone-enter-auth-form .bxmaker-authuserphone-input, .bxmaker-authuserphone-enter-auth-form .bxmaker-authuserphone-input-code, .bxmaker-authuserphone-enter-auth-form .bxmaker-authuserphone-input-password, .bxmaker-authuserphone-enter-auth-form .bxmaker-authuserphone-input-phone, .bxmaker-authuserphone-enter-auth-form .bxmaker-authuserphone-message {
    margin-bottom: 24px
}

.bxmaker-authuserphone-enter-auth-form .bxmaker-authuserphone-captcha .bxmaker-authuserphone-input {
    margin-bottom: 0
}

.bxmaker-authuserphone-enter-auth-form__bypass {
    margin-top: 24px;
    text-align: center
}

.bxmaker-authuserphone-enter-auth-by-password-form {
    display: block
}

.bxmaker-authuserphone-enter-auth-by-password-form .bxmaker-authuserphone-captcha, .bxmaker-authuserphone-enter-auth-by-password-form .bxmaker-authuserphone-header, .bxmaker-authuserphone-enter-auth-by-password-form .bxmaker-authuserphone-input, .bxmaker-authuserphone-enter-auth-by-password-form .bxmaker-authuserphone-input-code, .bxmaker-authuserphone-enter-auth-by-password-form .bxmaker-authuserphone-input-password, .bxmaker-authuserphone-enter-auth-by-password-form .bxmaker-authuserphone-input-phone, .bxmaker-authuserphone-enter-auth-by-password-form .bxmaker-authuserphone-message {
    margin-bottom: 24px
}

.bxmaker-authuserphone-enter-auth-by-password-form .bxmaker-authuserphone-captcha .bxmaker-authuserphone-input {
    margin-bottom: 0
}

.bxmaker-authuserphone-enter-auth-by-password-form__forget {
    position: relative;
    top: -16px
}

.bxmaker-authuserphone-enter-auth-by-password-form__back {
    margin-top: 24px;
    text-align: center
}

.bxmaker-authuserphone-enter-reg-form {
    display: block
}

.bxmaker-authuserphone-enter-reg-form .bxmaker-authuserphone-captcha, .bxmaker-authuserphone-enter-reg-form .bxmaker-authuserphone-consent, .bxmaker-authuserphone-enter-reg-form .bxmaker-authuserphone-header, .bxmaker-authuserphone-enter-reg-form .bxmaker-authuserphone-input, .bxmaker-authuserphone-enter-reg-form .bxmaker-authuserphone-input-code, .bxmaker-authuserphone-enter-reg-form .bxmaker-authuserphone-input-password, .bxmaker-authuserphone-enter-reg-form .bxmaker-authuserphone-input-phone, .bxmaker-authuserphone-enter-reg-form .bxmaker-authuserphone-message {
    margin-bottom: 24px
}

.bxmaker-authuserphone-enter-reg-form .bxmaker-authuserphone-captcha .bxmaker-authuserphone-input {
    margin-bottom: 0
}

.bxmaker-authuserphone-enter-forget-form {
    display: block
}

.bxmaker-authuserphone-enter-forget-form .bxmaker-authuserphone-captcha, .bxmaker-authuserphone-enter-forget-form .bxmaker-authuserphone-header, .bxmaker-authuserphone-enter-forget-form .bxmaker-authuserphone-input, .bxmaker-authuserphone-enter-forget-form .bxmaker-authuserphone-input-code, .bxmaker-authuserphone-enter-forget-form .bxmaker-authuserphone-input-password, .bxmaker-authuserphone-enter-forget-form .bxmaker-authuserphone-input-phone, .bxmaker-authuserphone-enter-forget-form .bxmaker-authuserphone-message {
    margin-bottom: 24px
}

.bxmaker-authuserphone-enter-forget-form .bxmaker-authuserphone-captcha .bxmaker-authuserphone-input {
    margin-bottom: 0
}

.bxmaker-authuserphone-enter-forget-form__or {
    position: relative;
    text-align: center;
    top: -18px;
    height: 8px;
    color: #939aa1
}


@charset "UTF-8";
.reg-form {
    margin: 0 0;
    width: 100%;
    max-width: 100%;
    position: relative
}

.reg-form__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 100%
}

.reg-form__header h1 {
    color: rgb(215, 37, 40);
    margin-bottom: 20px
}

.reg-form .bxmaker-authuserphone-enter-smscode {
    color: rgb(215, 37, 40)
}

.reg-form .bxmaker-authuserphone-enter-reg__title {
    display: none
}

.reg-form .bxmaker-authuserphone-enter-auth__title {
    font-size: 30px;
    font-weight: 500;
    color: rgb(215, 37, 40);
    font-family: "TT Runs", serif
}

.reg-form input {
    color: white !important
}

.reg-form .bxmaker-authuserphone-enter {
    width: 100% !important;
    border-radius: 50px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0
}

.reg-form a {
    color: rgb(215, 37, 40) !important
}

.reg-form .bxmaker-authuserphone-button:hover .bxmaker-authuserphone-button__inner {
    background: rgb(215, 37, 40)
}

.reg-form .bxmaker-authuserphone-button:hover .bxmaker-authuserphone-button__inner .bxmaker-authuserphone-button__title {
    color: black
}

.reg-form .bxmaker-authuserphone-button {
    max-width: 238px;
    margin: 0 auto
}

.reg-form .bxmaker-authuserphone-button__inner {
    background-color: rgb(215, 37, 40);
    border-radius: 50px;
    max-width: 238px;
    margin: 0 auto
}

.reg-form .bxmaker-authuserphone-button--white .bxmaker-authuserphone-button__inner {
    opacity: 0.5;
    border: none
}

.reg-form .bxmaker-authuserphone-input-password__field, .reg-form .bxmaker-authuserphone-input-phone__field, .reg-form .bxmaker-authuserphone-input__field {
    border-radius: 0 !important;
    background: transparent;
    border: none !important;
    color: #FFFFFF
}

.reg-form .message-error {
    margin-bottom: 20px
}

.reg-form-item {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
    border-bottom: 1px solid rgb(215, 37, 40);
    background-image: url("../../../../assets/img/account.svg");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: 32px
}

.reg-form-item__club {
    background-image: url("../../../../assets/img/icons/club.svg")
}

.reg-form-item__lastname {
    background-image: url("../../../../assets/img/account.svg")
}

.reg-form-item__date {
    background-image: url("../../../../assets/img/calendar.svg")
}

.reg-form-item input {
    width: 100%;
    padding: 12px;
    outline: none;
    background-color: transparent;
    color: white;
    border: none;
    padding-left: 24px !important
}

.reg-form-item select {
    width: 100%;
    padding: 12px;
    border: none;
    outline: none;
    background: transparent;
    color: #BFBFBF;
    padding-left: 24px;
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-user-select: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none
}

.reg-form-item select option {
    background: #1D1D1D;
    font-size: 14px
}

.reg-form .bxmaker-authuserphone-input-phone {
    background-image: url("../../../../assets/img/telephone.svg");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    padding-left: 15px;
    border-bottom: 1px solid rgb(215, 37, 40) !important
}

.reg-form .bxmaker-authuserphone-input {
    background-image: url("../../../../assets/img/icons/auth-email.svg");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    padding-left: 15px;
    border-bottom: 1px solid rgb(215, 37, 40) !important
}

.reg-form .bxmaker-authuserphone-input-password {
    background-image: url("../../../../assets/img/icons/auth-password.svg");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    padding-left: 15px;
    border-bottom: 1px solid rgb(215, 37, 40) !important
}

.reg-form .bxmaker-authuserphone-input__field input {
    color: #FFFFFF
}

.reg-form .bxmaker-authuserphone-input-password input[type=password], .reg-form .bxmaker-authuserphone-input-password input[type=text] {
    color: #FFFFFF
}

.reg-form .bxmaker-authuserphone-button__title {
    color: black
}

.reg-form-agreement {
    margin-top: 20px;
    color: rgb(215, 37, 40);
    font-weight: 400
}

.reg-form-agreement a {
    text-decoration: underline
}

.reg-form label {
    font-size: 12px;
    margin-bottom: 6px;
    color: rgb(215, 37, 40)
}

.reg-form .registration-user__photo {
    display: none
}

.reg-form .registration-user__photo label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.reg-form .registration-user__photo {
    display: none
}

.reg-form .bxmaker-authuserphone-input-phone--hover .bxmaker-authuserphone-input-phone__title {
    opacity: 0
}

.reg-form .bxmaker-authuserphone-input--hover .bxmaker-authuserphone-input__title {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.reg-form .bxmaker-authuserphone-input-password--hover .bxmaker-authuserphone-input-password__title {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.reg-form .bxmaker-authuserphone-input-phone--focus .bxmaker-authuserphone-input-phone__title {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.reg-form .bxmaker-authuserphone-input--focus .bxmaker-authuserphone-input__title {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.reg-form .bxmaker-authuserphone-input-password--focus .bxmaker-authuserphone-input-password__title {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.reg-form .bxmaker-authuserphone-input-password__visible:after {
    background-image: url("../../../../assets/img/icons/eye.svg") !important
}

.fancybox-content .reg-form {
    max-width: 620px;
    padding: 0 0
}

.fancybox-content .reg-form .bxmaker-authuserphone-enter-auth__title {
    color: #FFF;
    font-weight: 700;
    margin-bottom: 59px
}

.fancybox-content .reg-form a {
    color: white !important
}

.fancybox-content .reg-form .bxmaker-authuserphone-button__title {
    color: white;
    font-weight: 500;
    font-family: "TT Runs", serif
}

.fancybox-content .reg-form .bxmaker-authuserphone-input {
    border-bottom: 1px solid white !important
}

.fancybox-content .reg-form .bxmaker-authuserphone-input-password {
    border-bottom: 1px solid white !important
}

.fancybox-content .reg-form .bxmaker-authuserphone-enter-auth-by-password-form__back {
    margin-top: 6px
}

.fancybox-content .reg-form .bxmaker-authuserphone-button {
    margin-top: 36px
}

.custom-checkbox {
    position: relative
}

.custom-checkbox > input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-checkbox > p {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-checkbox > p:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 1px solid rgb(215, 37, 40);
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer
}

.custom-checkbox > input:not(:disabled):not(:checked) + p:hover:before {
    border-color: rgb(215, 37, 40)
}

.custom-checkbox > input:not(:disabled):active + p:before {
    background-color: rgb(215, 37, 40);
    border-color: rgb(215, 37, 40)
}

.custom-checkbox > input:focus:not(:checked) + p:before {
    border-color: rgb(215, 37, 40)
}

.custom-checkbox > input:checked + p:before {
    border-color: rgb(215, 37, 40);
    background-color: rgb(215, 37, 40);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox > input:disabled + p:before {
    background-color: #e9ecef
}

@media (min-width: 920px) {
    .fancybox-content .form__wrapper {
        border: none
    }
}


/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox > p {
    display: inline-flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox > p::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #FFB600;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox > input:not(:disabled):not(:checked) + p:hover::before {
    border-color: #FFB600;
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox > input:not(:disabled):active + p::before {
    background-color: #FFB600;
    border-color: #FFB600;
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox > input:focus:not(:checked) + p::before {
    border-color: #FFB600;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox > input:checked + p::before {
    border-color: #FFB600;
    background-color: #FFB600;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox > input:disabled + p::before {
    background-color: #e9ecef;
}

@media (min-width: 920px) {
    .fancybox-content .form__wrapper {
        border: none;
    }
}
