@media (max-width: 500px) {
    .logo-block {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        align-content: center;
    }
    
    .logo-top {
        width: 100%;
    }

    #logo img {
        margin: 0 auto;
    }
}

@media (min-width: 500px) {
    .box-menu-top.visible-lg {
        display: block !important;
    }
}

.box-menu-top.visible-lg {
    display: none !important;
}

.center {
    text-align: center;
    margin: 0 auto;
    width: 94%;
}

.my-tabs {
    background: transparent;
}

.tabs__header .my-tabs.nav-tabs > li.active > a:focus, .tabs__header .my-tabs > li.active a {
    background: #ffc41f;
}