.float_mb {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: auto;
    z-index: 50;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    pointer-events: none;
}

.float_cookie_block_mb {
    /*width: 100%;
    display: flex;
    justify-content: center;
    background-color: rgba(255,255,255,0.9);
    padding: 14px;
    align-items: flex-start;
    border-top: 1px solid rgba(0,0,0,0.05);*/
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: rgba(255,255,255,0.9);
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
    border-top: 1px solid rgba(0,0,0,0.05);
}

.float_cookie_text_mb {
    /*font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    color: #282828;
    max-width: 400px;*/
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    color: #282828;
    max-width: 840px;
}

    .float_cookie_text_mb a, .float_cookie_text_mb a:hover {
        color: inherit;
        text-decoration: underline;
        cursor: pointer;
    }

.float_cookie_btn_mb {
    width: 76px;
    height: 40px;
    color: white;
    background-color: #631549;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    margin-left: 12px;
    font-size: 14px;
    letter-spacing: 0.05em;
    white-space: nowrap;
    pointer-events: auto;
}


.float_right_block_mb {
    max-width: 130px;
    position: relative;
    padding-right: 14px;
    padding-bottom: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
    pointer-events: none;
}
.float_back_to_top_mb {
    margin-bottom: 10px;
}


.float_crm_block_mb {
    width: 100%;
    position: relative;
    pointer-events: auto;
}

.float_back_to_top_mb {
    position: relative;
    width: 54px;
    cursor: pointer;
    pointer-events: auto;
    display: none;
}

.float_a_mb {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    cursor: pointer;
    top: 0;
    left: 0;
    opacity: 0;
}






.float_download_block_mb {
    display: none;
}
.float_close_btn_mb {
    width: 22px;
    height: 22px;
    cursor: pointer;
    display: block;
    min-width: 22px;
    margin-left: 8px;
    pointer-events: auto;
}
@media(max-width:768px) {

    .float_download_block_mb {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: rgba(255,255,255,0.9);
        padding: 14px;
        border-top: 1px solid rgba(0,0,0,0.1);
        width: 100%;
        pointer-events: auto;
    }

    .float_download_close_mb {
        width: 14px;
        min-width: 14px;
        cursor: pointer;
    }

    .float_download_content_block_mb {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 10px;
        font-size: 12px;
        color: rgba(0,0,0,0.8);
        letter-spacing: 0.05em;
        line-height: 1.5em;
        border-right: 1px solid rgba(0,0,0,0.1);
        white-space: nowrap;
        flex-grow: 1;
    }

    .en .float_download_content_block_mb {
        white-space: normal;
        letter-spacing: 0em;
    }

    .float_download_app_icon_mb {
        width: 50px;
        min-width: 50px;
        margin-right: 8px;
    }

    .float_download_fs_icon_mb {
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
    }

        .float_download_fs_icon_mb img {
            width: 70px;
            height: auto;
            display: block;
            margin-left: 2px;
        }

    .float_download_block_mb a {
        white-space: nowrap;
        font-size: 12px;
        text-decoration: none;
        color: #282828;
        margin-left: 14px;
    }
}

@media(max-width:576px) {
    .float_cookie_block_mb {
        /*display: block;*/
    }

    .float_cookie_btn_mb {
        margin: auto;
        margin-top: 10px;
    }

    .float_right_block_mb {
        width: 100px;
    }

    .float_back_to_top_mb {
        width: 44px;
    }

    .float_cookie_text_mb {
        margin: auto;
    }
}

.footer_block_mb {
    width: 100%;
    background-color: #fcfcfc;
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 64px;
    padding-top: 40px;
}

.footer_copyright {
    text-align: center;
    font-size: 14px;
    color: #282828;
    letter-spacing: 0.02em;
    font-weight: 400;
    line-height: 1.5em;
}

    .footer_copyright br {
        display: none;
    }

.footer_payment_block_mb {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 14px;
    flex-wrap: wrap;
    padding: 0px 14px;
}

    .footer_payment_block_mb img {
        display: block;
        width: 48px;
        margin: 0px 3px 3px 3px;
    }

.footer_mb_logo_block_mb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 50px;
}

    .footer_mb_logo_block_mb img {
        display: block;
        width: 140px;
        margin: 0px 44px;
        min-width: 140px;
    }

.footer_mb_line_block_mb {
    background-color: rgba(0,0,0,0.1);
    width: 100%;
    height: 1px;
}

.footer_main_block_mb {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 92%;
    max-width: 992px;
    margin: auto;
}

.footer_main_first_block_mb {
    flex-grow: 1;
    margin-bottom: 24px;
}

.footer_forth_block_mb {
    margin: auto;
    width: 330px;
    margin-top: 0px;
    display: flex;
    min-width: 240px;
    flex-wrap: wrap;
    justify-content: start;
}

    .footer_forth_block_mb img {
        margin-bottom: 20px;
    }

.footer_social_icon_mb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 8px;
}

    .footer_social_icon_mb img {
        width: 24px;
        display: block;
        margin-right: 10px;
    }

.footer_social_mb {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #282828;
    margin-right: 36px;
}

.footer_main_title_mb {
    font-size: 14px;
    letter-spacing: 0.08em;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    pointer-events: none;
}

    .footer_main_title_mb img {
        width: 16px;
        display: block;
        visibility: hidden;
    }

.footer_main_arrow_rotate_mb {
    transform: rotate(180deg);
}

.footer_main_content_item_mb, .footer_main_content_item_mb:hover {
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: rgba(0,0,0,0.7) !important;
    cursor: pointer;
    text-decoration: none;
    height: 28px;
}

/*英文版本*/
.footer_en .footer_main_title_mb {
    letter-spacing: 0em;
}

.footer_en .footer_social_mb {
    letter-spacing: 0em;
    white-space: nowrap;
    font-size: 13px;
}

.footer_en .footer_main_content_item_mb, .footer_en .footer_main_content_item_mb:hover {
    letter-spacing: 0em;
    font-size: 13px;
}
/*英文版本*/

@media(max-width:576px) {
    .footer_block_mb {
        padding-bottom: 40px;
    }

    .footer_copyright {
        font-size: 12px;
    }

        .footer_copyright br {
            display: block;
        }

    .footer_main_block_mb {
        display: block;
    }

    .footer_main_title_mb {
        font-size: 16px;
        pointer-events: auto;
    }

    .footer_main_content_mb {
        padding-left: 14px;
        display: none;
    }

    .footer_forth_block_mb {
        width: 300px;
        min-width: 200px;
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer_main_title_mb img {
        visibility: visible;
    }

    .footer_payment_block_mb {
        max-width: 320px;
    }
}