@media (max-width: 1100px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        margin: 0 30px;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 22px;
        margin-bottom: 16px;
    }

    h2 {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .nav-brand {
        /* position: absolute; */
        /* top: 0; */
    }

    .navbar-nav {
    }

    .nav-item {
        font-size: 14px;
        /* max-width: 90px; */
    }

    .navbar-nav {
        text-align: center;
        margin: 80px auto 0 auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        margin: 0;
        font-size: 21px;
    }

    .navbar.is-active .navbar-collapse {
        padding: 15px;
    }

    .navbar-collapse .menu-toggler {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 20px;
        height: 20px;
    }

    .navbar-collapse .menu-toggler svg {
        width: 16px;
        height: 16px;
    }

    .theme-light .navbar-collapse .menu-toggler path {
        stroke: var(--bg-color);
    }

    .navbar-collapse .switcher {
        position: relative;
        top: 20px;
        display: block;
        margin: auto;
        max-width: 60px;
    }

    .track-key, .track-style, .track-bpm {
        display: none;
    }

    #tracks-manage {
        position: relative;
        padding-top: 40px;
    }

    .tracks-filter {
        position: absolute;
        top: 0;
        right: 15px;
        display: block;
        left: 15px;
    }

    .tracks-header {
        display: none;
    }

    .filter {
        position: absolute;
        top: 0;
        right: 0;
        text-align: right;
        left: 0;
        margin: 0;
    }

    .filter-header {
        justify-content: flex-end;
    }

    .filter-body {
        width: auto;
        box-sizing: border-box;
        margin: 0;
        left: 0;
        padding: 20px;
        right: 0;
        overflow: hidden;
        z-index: 1990;
    }

    .track-actions {
        width: 11%;
    }

    .track-actions svg {
        max-width: 15px;
    }

    .track-title {
        width: 85%;
        font-size: 13px;
        line-height: 1.3;
    }

    .waveform {
        bottom: -8px;
    }

    /* player */
    .player {
        height: 100px;
    }

    .player.is-active {
        height: 120px;
    }

    .player .row, .player .container, .player .row {
        height: 100%;
    }

    .player-info {
        display: none;
        /* margin-bottom: 14px; */
    }

    .player-container {
        position: absolute;
        width: 100%;
        top: -24px;
        bottom: -24px;
        display: block;
        left: 0px;
    }

    .player-waveform {
        position: absolute;
        width: auto;
        bottom: 23px;
        left: 80px;
        right: 80px;
    }

    .player-volume {
        display: none;
        position: absolute;
        right: -71px;
        bottom: 14px;
        /* display: block; */
    }

    .player-close {
        right: 12px
    }

    #player-volume {
        /* transform: rotate(90deg); */
    }

    .player-total-time {
        position: absolute;
        right: 33px;
        bottom: 27px;
        font-size: 12px;
    }

    .player-prev {
    }

    .player-current-time {
        position: absolute;
        bottom: 25px;
        left: 30px;
        font-size: 12px;
    }

    .player-next {
        position: absolute;
        top: 30px;
        left: 50%;
        margin-left: 28px;
    }

    .player-prev {
        position: absolute;
        top: 30px;
        left: 50%;
        margin-left: -43px;
    }

    .player-prev:hover path, .player-next:hover path {
    }

    .player-play, .player-pause {
        position: absolute;
        top: 26px;
        left: 50%;
        margin-left: -17px;
        transform: scale(0.75);
    }

    .player-actions {
        position: absolute;
        left: 0;
        bottom: 11px;
        display: none;
    }

    .player-actions svg {
    }

    .player-volume .irs {
    }

    .player-volume .irs--flat {
        transform: rotate(-90deg);
        position: absolute;
        left: -43px;
        top: -64px;
    }

    .payments-logos img {
        max-width: 40px;
    }

    .payments-logos .payments-logos-modul {
        width: 90px;
    }

    .header-socials {
        margin: 0 auto 0 16px;
    }

    .navbar {
        padding-top: 0;
    }

    .theme-light .mainpage-first-block-content .btn {
        font-size: 14px;
        background-size: 14px auto;
        background-position: 100% 30%;
    }

    .owl-item.active.center {
        transform: scale(1);

    }

    .video-card-img {
        height: 300px;
    }

    .owl-carousel {
        margin-bottom: 40px;
    }

    .owl-carousel .owl-item img {
        width: 210px;
        height: 210px;
    }

    .video-card, .playlist-card {
        width: 210px;
        margin: auto;
    }

    .owl-carousel .owl-stage-outer {
        min-height: 10px;
        padding: 0;
    }

    .navbar-actions {
        display: flex!important;
        margin: 2px 16px 0 0;
    }
    .navbar-favorites{width: 16px;}


    .navbar-actions .btn.auth-login {
        font-size: 14px;
        margin-right: 16px;
        transform: translateY(22px);
    }
    .user-menu{
        margin-left: 8px;
    }
    .btn.small, btn.small, .mainpage-btn {
        transform: scale(1);
        font-size: 16px;
        background-size: 13px auto;
        padding-right: 20px;
    }

    .mainpage-first-block-content {
        width: auto;
        font-size: 14px;
        right: 16px;
        top: auto;
        bottom: 16px;
        left: 16px;
        line-height: 1.4;
    }

    .mainpage-header-bg {
        min-height: 310px;
    }

    section {
        margin: 40px 0
    }

    .owl-item {
        padding-bottom: 20px;
    }

}
