/* Стили для планшетов */ @media only screen and (max-width: 1200px) { /* header */ .main-menu{ display: none; } .header__open-menu{ display: block; } .lang{ display: none; } .header__logo{ width: 136px; height: 24px; } .header__content{ height: auto; padding: 8px 16px; } .mini-profile__item:nth-child(2){ margin-left: 0; } .header::after{ left: 0; width: 100%; } .header__pc-menu{ display: none; } .header__phone-menu{ display: block; } .header__menu-block{ top: 56px; } /* header */ /* footer */ .footer{ margin-top: 0; } .footer__about{ justify-content: center; } .footer-about__text{ display: none; } /* footer */ } @media only screen and (max-width: 980px) { /* product */ .product__item{ width: calc(50% - 24px); } /* product */ }