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.
198 lines
3.0 KiB
198 lines
3.0 KiB
/* Стили для планшетов */
|
|
@media only screen and (max-width: 1200px) {
|
|
/* header */
|
|
main{
|
|
padding-top: 64px;
|
|
}
|
|
.main-menu{
|
|
display: none;
|
|
}
|
|
.header__open-menu{
|
|
display: block;
|
|
}
|
|
.lang{
|
|
display: none;
|
|
}
|
|
.header__logo{
|
|
width: 136px;
|
|
height: 29px;
|
|
}
|
|
.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;
|
|
|
|
padding: 24px 16px;
|
|
}
|
|
/* footer */
|
|
|
|
/* breadcrumbs */
|
|
.breadcrumbs{
|
|
display: none;
|
|
}
|
|
/* breadcrumbs */
|
|
|
|
/* product */
|
|
.product{
|
|
padding: 12px;
|
|
}
|
|
.product__title{
|
|
font-weight: 400;
|
|
font-size: 26px;
|
|
line-height: 123%;
|
|
text-transform: uppercase;
|
|
}
|
|
.to-know p {
|
|
font-size: 18px;
|
|
}
|
|
.toggle-table__title{
|
|
font-weight: 700;
|
|
font-size: 12px;
|
|
line-height: 133%;
|
|
}
|
|
.toggle-table__item p{
|
|
font-weight: 500;
|
|
font-size: 12px;
|
|
line-height: 133%;
|
|
}
|
|
.detail{
|
|
margin: 24px 16px;
|
|
}
|
|
.back-detail{
|
|
display: inline;
|
|
}
|
|
.detail-catalot__title{
|
|
font-size: 22px;
|
|
}
|
|
/* product */
|
|
}
|
|
|
|
@media only screen and (max-width: 980px) {
|
|
/* product */
|
|
.product__item{
|
|
width: calc(50% - 24px);
|
|
}
|
|
/* product */
|
|
|
|
|
|
/* detail */
|
|
.detail{
|
|
flex-direction: column;
|
|
}
|
|
.detail__images{
|
|
display: none;
|
|
}
|
|
.detail__content{
|
|
width: 100%;
|
|
}
|
|
.detail__content{
|
|
margin-left: 0;
|
|
}
|
|
|
|
.detail__images-phone{
|
|
display: block;
|
|
|
|
margin-top: 48px;
|
|
margin-bottom: 48px;
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
}
|
|
.detail__images-phone .swiper-slide{
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.detail-images-phone__image-block{
|
|
width: 100%;
|
|
aspect-ratio: 1;
|
|
max-width: 500px;
|
|
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
background: var(--background-grey);
|
|
border-radius: 16px;
|
|
}
|
|
|
|
.detail__images-phone .swiper-pagination-bullet{
|
|
width: 8px;
|
|
height: 8px;
|
|
|
|
border-radius: 50%;
|
|
|
|
border: 1px solid #666;
|
|
background-color: #666;
|
|
|
|
opacity: 1;
|
|
}
|
|
.detail__images-phone .swiper-pagination-bullet.swiper-pagination-bullet-active{
|
|
background-color: var(--background-white);
|
|
}
|
|
|
|
.detail__images-phone .swiper-pagination{
|
|
margin-bottom: 19px;
|
|
}
|
|
.detail__title{
|
|
font-size: 26px;
|
|
line-height: 123%;
|
|
}
|
|
.gallery__slider .swiper-pagination {
|
|
display: block;
|
|
}
|
|
.gallery__pagination{
|
|
display: none;
|
|
}
|
|
|
|
.gallery__slider .swiper-pagination-bullet{
|
|
width: 8px;
|
|
height: 8px;
|
|
border-radius: 50%;
|
|
border: 1px solid #666;
|
|
background-color: #666;
|
|
opacity: 1;
|
|
}
|
|
.gallery__wrapper .gallery-button{
|
|
display: none;
|
|
}
|
|
|
|
.gallery__slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
|
|
background-color: var(--background-white);
|
|
}
|
|
|
|
.gallery__slider{
|
|
margin-left:0;
|
|
padding: 0px 0px 50px 0px;
|
|
/* padding: 40px; */
|
|
}
|
|
.gallery__block {
|
|
width: 100%;
|
|
aspect-ratio: 1;
|
|
height: auto;
|
|
}
|
|
/* detail */
|
|
} |