/*
Правая панель для просмотра заказов
*/
.be-right-content {
    position: fixed;
    background-color: #fafafa;
    padding-bottom: 140px;
    width: 60%;
    height: 100%;
    right: -60%;
    top: 0;
    bottom: 0;
    border-left: 1px solid #e8e8e8;
    z-index: 1032;
}

.be-right-content .content-header {
    padding: 20px;
    position: relative;
}

.be-right-content .content-header .content-header__title {
    font-weight: 300;
    letter-spacing: -1px;
    font-size: 2.154rem;
    color: #6b6b6b;
    line-height: 36px;
}

.be-right-content .content-header .close {
    position: absolute;
    top: 7px;
    right: 20px;
}

.be-right-content .content-body {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px 20px 0;
}

.be-animate .be-right-content {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.modal {
    z-index: 1050;
}
.modal-backdrop {
    z-index: 1050;
}

@media (min-width: 768px) {
    body.open-right-content .be-right-content {
        right: 0;
    }

    body.open-right-content.slim .be-right-content {
        width: 40%;
    }
}

@media (max-width: 768px) {
    .be-right-content {
        width: 100%;
        right: -100%;
    }

    body.open-right-content.slim .be-right-content {
        width: 100%;
    }

    body.open-right-content .be-right-content {
        right: 0;
    }
}
