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.
192 lines
2.9 KiB
192 lines
2.9 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 */
|
|
|
|
|
|
/* footer */
|
|
.footer{
|
|
padding: 56px 0;
|
|
}
|
|
.footer__wrapper{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
}
|
|
.footer__contact{
|
|
display: flex;
|
|
}
|
|
.footer__contact .footer__item{
|
|
margin-left: 58px;
|
|
}
|
|
.footer__contact .footer__item:first-child{
|
|
margin-left: 0px;
|
|
}
|
|
.footer-menu__item{
|
|
margin-left: 40px;
|
|
}
|
|
.footer-menu__item:first-child{
|
|
margin-left: 0;
|
|
}
|
|
.footer-menu__list{
|
|
font-size: 16px;
|
|
}
|
|
.footer-menu__list li{
|
|
margin-top: 16px;
|
|
}
|
|
.footer-menu__list li:first-child{
|
|
margin-top: 0px;
|
|
}
|
|
.footer__text{
|
|
display: block;
|
|
|
|
max-width: 297px;
|
|
|
|
font-size: 24px;
|
|
}
|
|
.footer__about{
|
|
margin-top: 33px;
|
|
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
/* footer */
|
|
|
|
|
|
|
|
/* Стили для лептопов */
|
|
@media only screen and (min-width: 992px) and (max-width: 1400px) {
|
|
.wrapper{
|
|
width: 100%;
|
|
|
|
padding: 20px;
|
|
}
|
|
|
|
/* header */
|
|
.header__wrapper{
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
.header__main{
|
|
margin-top: 10px;
|
|
|
|
width: 100%;
|
|
|
|
justify-content: center;
|
|
}
|
|
/* header */
|
|
|
|
/* footer */
|
|
.footer__wrapper{
|
|
justify-content: start;
|
|
}
|
|
.footer__item{
|
|
margin-left: 58px;
|
|
}
|
|
.footer__contact{
|
|
margin-top: 30px;
|
|
|
|
width: 100%;
|
|
justify-content: space-between;
|
|
}
|
|
.footer__about{
|
|
margin-left: 0;
|
|
}
|
|
/* footer */
|
|
} |