You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
1011 B
76 lines
1011 B
/* Стили для планшетов */
|
|
@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 */
|
|
|
|
|
|
/* detail */
|
|
.detail{
|
|
flex-direction: column;
|
|
}
|
|
|
|
.detail__images,
|
|
.detail__content{
|
|
width: 100%;
|
|
}
|
|
.detail__content{
|
|
margin-top: 48px;
|
|
margin-left: 0;
|
|
}
|
|
/* detail */
|
|
} |