div#bx_incl_area_2 {
    display: inherit;
}

.button-block__referal-link-mobile{
    display: none;
}

.mobile-header .mh-minicart .content {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.mh-minicart .content,
.minicart .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #2394E6;
    color: #fff;
    padding: 14px;
    padding-right: 0;
    height: 50px;
}

.mobile-header .mh-top .user {
    background-color: inherit;
    border: none;
    margin: 0;
    color: white;
    cursor: pointer;
    padding-left: 0;
    min-height: 45px;
    font-size: 16px;
}

.site-header--fixed .button-block__balls{
    margin-right: 15px;
}

.mobile-header .button-block__balls {
    flex-basis: 100%;
}

.mobile-header .button-block__balls-content {
    background: #fff;
    width: 43px;
}

.button-block__balls-notice{
    position: relative;
}

.site-header--fixed  .button-block__referal-link {
    margin-right: 10px;
}

@media(max-width: 1023px){
    .button-block__balls-quantity {
        color: #2394E5;
    }

    .button-block__referal-link-mobile{
        display: flex;
        margin-bottom: 4px;
    }

    .button-block__referal-link-mobile a{
        height: 22px;
        display: block;
    }

    .minicart__wrapper {
        height: 63px;
    }

    .minicart__wrapper .content {
        padding: 10px 12px;
        height: inherit;
        justify-content: space-between !important;
        gap: 5px;
    }

    .mobile-header .mh-top .user {
        min-height: unset;
        padding: 0;
    }

    .button-block__balls-quantity{
        font-size: 8px;
        font-weight: 600;
    }

    .button-block__balls-notice{
        width: 10px;
        height: 10px;
    }

    .mobile-header .button-block__balls-content {
        gap: 2px;
    }

    .button-block__balls-notice p {
        width: 265px;
        right: 13px;
        top: -28px;
    }
}