a.js--faq-title { text-decoration: none; }

.modal.modal-signup { margin: 0 auto; }
.modal.modal-mini { margin: 0 auto; }

.bx-green .btn.btn-default {
    text-decoration: none;
    outline: 0;
    background-color: #1D87BB;
    border-color: #1D87BB;
    color: #FFF;
}

.bx-soa-pp-company { z-index: 40; }

@media (max-width: 991px) {
    .js--sidenavcatalog {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        height: 100dvh;
        z-index: 100;
        overflow-x: hidden;
        overflow-y: auto;
        transform: translateX(100%);
        transition: all ease 0.3s;
    }
}