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.
111 lines
1.7 KiB
111 lines
1.7 KiB
.wrapper{
|
|
margin: auto;
|
|
|
|
width: 1440px;
|
|
}
|
|
|
|
|
|
/* header */
|
|
.header__phone{
|
|
display: none;
|
|
}
|
|
.phone-menu{
|
|
display: none;
|
|
}
|
|
|
|
.header{
|
|
}
|
|
.header__wrapper{
|
|
padding: 24px 0;
|
|
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.header__main{
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.header-main__item{
|
|
margin-left: 48px;
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.header-main__item:first-child{
|
|
margin-left: 0;
|
|
}
|
|
.header-main__btn{
|
|
margin-left: 16px;
|
|
}
|
|
.header-main__btn:first-child{
|
|
margin-left: 0;
|
|
}
|
|
.header__text{
|
|
font-weight: 400;
|
|
font-size: 18px;
|
|
color: var(--text-white);
|
|
}
|
|
.header__text a {
|
|
color: var(--text-white);
|
|
}
|
|
.header__text--bo-line{
|
|
text-decoration: none;
|
|
}
|
|
|
|
.header__menu{
|
|
padding: 16px 0;
|
|
|
|
background-color: var(--background-grey);
|
|
}
|
|
.header-menu__wrapper{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.header-menu__list{
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
font-weight: 400;
|
|
font-size: 16px;
|
|
text-transform: uppercase;
|
|
color: var(--text-white);
|
|
|
|
list-style-type: none;
|
|
}
|
|
.header-menu__list li{
|
|
margin-left: 32px;
|
|
}
|
|
.header-menu__list li:first-child{
|
|
margin-left: 0;
|
|
}
|
|
.header-menu__list a{
|
|
color: var(--text-white);
|
|
text-decoration: none;
|
|
}
|
|
.header-menu-list__next{
|
|
padding-right: 24px;
|
|
|
|
background-image: url(/assets/img/icon/arrow-bottom.svg);
|
|
background-repeat: no-repeat;
|
|
background-position: center right;
|
|
}
|
|
.header-menu__search{
|
|
width: 32px;
|
|
aspect-ratio: 1;
|
|
}
|
|
/* header */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Стили для лептопов */
|
|
/* @media only screen and (min-width: 992px) and (max-width: 1400px) {
|
|
|
|
} */ |