
.text-justify{
    text-align:justify!important;
}
.bsl-popup {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 88888;
    width: 44px;
    margin-top: -90px;
    transition: .35s linear
}

    .bsl-popup .b-po:first-child, .bsl-popup .b-po:last-child {
        border-radius: 0
    }

    .bsl-popup .b-po {
        position: relative;
        margin-top: -1px;
        padding: 10px;
        display: block;
        line-height: 24px;
        color: #000;
        background: rgba(255,255,255,.8);
        border: 1px solid #232323;
        border-right: 0;
        transition: .35s
    }

        .bsl-popup .b-po:hover {
            background: #fff
        }

        .bsl-popup .b-po.active {
            background: #333
        }

            .bsl-popup .b-po.active svg {
                stroke: #fff;
                transform: scale(1.25)
            }

                .bsl-popup .b-po.active svg#svg-icon-help {
                    stroke: none
                }

                    .bsl-popup .b-po.active svg#svg-icon-help path {
                        fill: #fff
                    }

        .bsl-popup .b-po svg {
            width: 24px;
            height: 22px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 0;
            transition: transform .5s .35s,stroke .35s
        }

        .bsl-popup .b-po span {
            margin-top: -15px;
            position: absolute;
            top: 50%;
            right: 60px;
            text-align: right;
            background: #333;
            color: #fff;
            line-height: 30px;
            padding: 0 10px;
            font-size: 12px;
            white-space: nowrap;
            transition: .3s;
            opacity: 0;
            pointer-events: none
        }

        .bsl-popup .b-po:hover span {
            opacity: 1;
            pointer-events: auto
        }

        .bsl-popup .b-po span:after {
            content: '';
            position: absolute;
            right: -10px;
            top: 10px;
            border: 5px solid transparent;
            border-left: 5px solid #333
        }

        .bsl-popup .b-po#closeBslpopup {
            display: none;
            text-align: center
        }

        .bsl-popup .b-po#hideBslpopup, .bsl-popup.opened .b-po#closeBslpopup, .bsl-popup__content ul.help-list li a, .bsl-popup__tab.active {
            display: block
        }

        .bsl-popup .b-po#closeBslpopup svg {
            max-width: 16px
        }

    .bsl-popup.opened .b-po#hideBslpopup, .bsl-popup__tab {
        display: none
    }

    .bsl-popup.opened {
        right: 300px
    }

        .bsl-popup.opened .bsl-popup__content {
            right: 0
        }

.bsl-popup__content {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #232323;
    transition: right .35s linear;
    overflow: auto;
    z-index: 88888;
    visibility: hidden
}

    .bsl-popup__content.active {
        z-index: 99999;
        visibility: visible
    }

.bsl-popup__menu {
    margin-top: 80px;
    text-align: center
}

    .bsl-popup__menu a {
        position: relative;
        display: inline-block;
        vertical-align: top;
        font-weight: 400;
        font-size: 12px;
        text-transform: uppercase;
        margin: 0 20px;
        color: #000 !important;
        text-decoration: none
    }

        .bsl-popup__menu a:hover {
            color: #000;
            text-decoration: none
        }

        .bsl-popup__menu a:before {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 0;
            height: 2px;
            background: #000;
            transition: .35s
        }

        .bsl-popup__menu a.active:before {
            width: 100%
        }

.bsl-popup__content ul.help-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    height: 100%
}

.bsl-popup__content ul {
    padding: 0 20px 20px;
    margin-top: 30px
}

.bsl-popup__content li {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    list-style: none;
    border-top: 1px solid rgba(0,0,0,.09);
    opacity: 0;
    transition: .4s
}

.bsl-popup.opened .bsl-popup__content li {
    opacity: 1
}

.bsl-popup__content li:first-child {
    border-top: none
}

.bsl-popup__content li a {
    text-decoration: none;
    color: inherit
}

.bsl-popup__content li img {
    display: block;
    width: 100%;
    height: auto
}

.bsl-popup__content li svg {
    width: 100%;
    max-width: 64px;
    height: auto;
    display: inline-block
}

.bsl-popup__content li span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500
}

    .bsl-popup__content li span i {
        display: inline-block;
        vertical-align: middle;
        top: -2px;
        margin-left: 5px;
        font-size: 10px;
        text-transform: uppercase;
        background-color: red;
        border-radius: 3px;
        color: #fff;
        position: relative;
        -webkit-box-shadow: 0 0 0 5px rgba(255,255,255,.15);
        box-shadow: 0 0 0 5px rgba(255,255,255,.15);
        padding: 1px 10px;
    }
