@media screen and (max-width: 1100px) {
    .alf-container{
        max-width: 100vw;
    }
}

@media screen and (max-width: 1100px) {
    .header-menu-row .logo-line-2{
        display: block;
        width: 100%;
        color: #262626;
        font-size: 10px;
        line-height: 10px;
    }
}


@media screen and (max-width: 1100px) {
    .osipov-logo .logo-line-1 {
        font-size: 24px;
    }
}


@media screen and (max-width: 860px) {
    .mobile-menu{
        display: flex !important;
        padding-left: 0;
    }
    .mobile-menu .navbar-header{
        margin-bottom: 5px;
    }
    .desktop-menu{
        display: none !important;
    }
    .osipov-logo .logo-line-1 {
        font-size: 20px;
    }
    .header-menu-row .logo-line-2, .header-menu-row .logo-line-3{
        display: none;
    }
    .btn-dark-orange {
        background-color: #c25234;
    }
    .desktop-category-selector {
        display: none;
    }
    .mobile-category-selector {
        display: inline-block !important;
    }
    .hide-on-mobile {
        display: none;
    }

    .cat-option {
        font-size: 14px;
    }

    .breadcrumb.justify-content-end.bg-transparent{
        margin: 20px 0 0 0;
    }

    .list-audio-player{
        margin-top: 10px;
    }

    .feedback_avatar{
        height: 50px;
        width: 50px;
    }

    .topImage{
        margin-top: 140px;
    }

    .appstore-button{
        float: left;
        margin-bottom: 20px;
    }

    .subcat-card{
        height: auto;
    }

    .subcat-card-column{
        margin-bottom: 0px;
    }
    .subcat-card{
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 860px) {
    .hide-on-desktop{
        display: none !important;
    }
}



.mobile-burger-button{
    padding-bottom: 0;
}

.la-burder-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23869AB8' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    display: inline-block;
    height: 18px;
    width: 18px;
}

.btn-menu-mobile-link{

}



