Не применяются media-запросы на телефоне
Сайт - imperiah.ru
@media (max-width: 1550px) {
.container__slider{
max-width: 1200px;
}
.container__popular{
max-width: 1200px;
}
}
@media (max-width:1300px) {
.container__slider{
max-width: 1070px;
}
.container__popular{
max-width: 1070px;
}
.title{
font-size: 36px;
}
}
@media (max-width: 1200px ) {
.container{
max-width: 970px;
}
.container__slider{
max-width: 970px;
}
.container__popular{
max-width: 970px;
}
}
@media (max-width: 1024px ){
.header{
padding: 10px 40px 0;
background: #111;
}
.header__logo--under{
display: none;
}
.header__logo--img img{
width: 175px;
height: 60px;
}
.header__left--adaptive{
display: none;
}
.burger{
display: block;
}
.header__left{
align-items: center;
}
.black{
background-color: #333;
}
.none{
display: block!important;
}
}
@media (max-width: 992px) {
.container{
max-width: 850px;
}
.form__name input,
.form__email input{
width: 480px!important;
}
.container__slider{
max-width: 800px;
}
.container__popular{
max-width: 800px;
}
.cats__title{
font-size: 36px;
}
.subscribe__title{
font-size: 28px;
}
.cats__blocks{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.cat__block{
width: 300px;
height: 300px;
}
.header__acc--link:nth-child(2){
margin-right: 0;
}
.header__logo--img{
padding-left: 10px;
padding-bottom: 0;
}
}
@media screen and (max-width: 660px) {
.form__name input,
.form__email input{
width: 350px!important;
}
}
@media (max-width: 500px){
.subscribe__title{
font-size: 24px;
}
.header__acc{
display: none;
}
.header__logo--img{
padding-bottom: 0;
}
.header__left{
width: 27%;
}
.header__logo{
width: 73%;
text-align: left;
}
}
@media screen and (max-width: 500px) {
.form__name input,
.form__email input{
width: 250px!important;
}
}