@media screen and (max-width: 1015px) {
    .offer__list-item {
        grid-template-columns: 1fr 1fr;
        
    }
}

@media screen and (max-width: 450px) {
    .sidebar, 
    .disclaimer-premium, 
    .header__login{
        display: none;
    }

    .header__navigation 
    .navigation {
        display: none;
    }
    .header__search {
        width: 300px;
    }

    .main-container {
        max-width: 100vw;
        max-height: 100vh;
        margin: 0;
    }

    .playlist {
        margin-top: 0;
    }
    .playlist-container {
        height: 85vh;
    }

    .playlist #greeting {
        margin-bottom: 24px;
    }

    .offer__list-item {
        grid-template-columns: 1fr 1fr;
    }

    .cards {
        width: 150px;
        height: 150px;
    }

    .cards span {
        font-size: 16px;
    }

    .offer__scroll-container {
        max-height: 90vh;
    }

    .playlist-container .main__links {
        display: none;
    }

    .playlist-container .copyright {
        display: none;
    }
}