/* Планшеты (горизонтальная ориентация) */
@media screen and (max-width: 1024px) {
    .container {
        width: 95%;
        
    }
    
