|
|
|
@ -1,312 +1,13 @@ |
|
|
|
|
/* Основные стили для компьютера */ |
|
|
|
|
|
|
|
|
|
/* header start */ |
|
|
|
|
|
|
|
|
|
.header{ |
|
|
|
|
position: relative; |
|
|
|
|
|
|
|
|
|
background-color: var(--background-white); |
|
|
|
|
|
|
|
|
|
position: fixed; |
|
|
|
|
left: 0; |
|
|
|
|
top: 0; |
|
|
|
|
right: 0; |
|
|
|
|
|
|
|
|
|
z-index: 200; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.detail .product__main{ |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.header__content::after{ |
|
|
|
|
content: ''; |
|
|
|
|
|
|
|
|
|
position: absolute; |
|
|
|
|
left: auto; |
|
|
|
|
right: auto; |
|
|
|
|
bottom: 0; |
|
|
|
|
|
|
|
|
|
width: calc(100% - 48px); |
|
|
|
|
max-width: 1552px; |
|
|
|
|
height: 1px; |
|
|
|
|
|
|
|
|
|
background: var(--text-3); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.detail-block-form__items{ |
|
|
|
|
margin: 25px 0 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.header__content{ |
|
|
|
|
height: 72px; |
|
|
|
|
|
|
|
|
|
padding: 14px 24px; |
|
|
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
align-items: center; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.header__open-menu{ |
|
|
|
|
display: none; |
|
|
|
|
|
|
|
|
|
width: 24px; |
|
|
|
|
aspect-ratio: 1; |
|
|
|
|
|
|
|
|
|
position: relative; |
|
|
|
|
|
|
|
|
|
border: none; |
|
|
|
|
background: none; |
|
|
|
|
} |
|
|
|
|
.header__open-menu::before{ |
|
|
|
|
content: ''; |
|
|
|
|
|
|
|
|
|
position: absolute; |
|
|
|
|
top: 8px; |
|
|
|
|
left: 4px; |
|
|
|
|
|
|
|
|
|
width: 16px; |
|
|
|
|
height: 2px; |
|
|
|
|
|
|
|
|
|
background: var(--background-black); |
|
|
|
|
border-radius: 1px; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
.header__open-menu::after{ |
|
|
|
|
content: ''; |
|
|
|
|
|
|
|
|
|
position: absolute; |
|
|
|
|
left: 4px; |
|
|
|
|
bottom: 8px; |
|
|
|
|
|
|
|
|
|
width: 16px; |
|
|
|
|
height: 2px; |
|
|
|
|
|
|
|
|
|
background: var(--background-black); |
|
|
|
|
border-radius: 1px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.header__logo{ |
|
|
|
|
width: 182px; |
|
|
|
|
height: 40px; |
|
|
|
|
} |
|
|
|
|
.header__logo-black, |
|
|
|
|
.header__logo-white{ |
|
|
|
|
width: 100%; |
|
|
|
|
height: 100%; |
|
|
|
|
} |
|
|
|
|
.header__logo-white{ |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.header__menu-block{ |
|
|
|
|
position: absolute; |
|
|
|
|
top: 72px; |
|
|
|
|
left: 0; |
|
|
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
height: 0; |
|
|
|
|
|
|
|
|
|
overflow: hidden; |
|
|
|
|
transition: height .2s ease-out; |
|
|
|
|
|
|
|
|
|
background-color: var(--background-white); |
|
|
|
|
|
|
|
|
|
z-index: 100; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.header__pc-menu{ |
|
|
|
|
padding: 40px 46px; |
|
|
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
justify-content: center; |
|
|
|
|
|
|
|
|
|
position: relative; |
|
|
|
|
} |
|
|
|
|
.header__pc-menu::before{ |
|
|
|
|
content: ''; |
|
|
|
|
|
|
|
|
|
position: absolute; |
|
|
|
|
top: 0; |
|
|
|
|
left: 46px; |
|
|
|
|
|
|
|
|
|
width: 330px; |
|
|
|
|
height: 248px; |
|
|
|
|
|
|
|
|
|
background-image: url(../img/pet/cat.png); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
} |
|
|
|
|
.header__pc-menu::after{ |
|
|
|
|
content: ''; |
|
|
|
|
|
|
|
|
|
position: absolute; |
|
|
|
|
top: 0; |
|
|
|
|
right: 46px; |
|
|
|
|
|
|
|
|
|
width: 330px; |
|
|
|
|
height: 248px; |
|
|
|
|
|
|
|
|
|
background-image: url(../img/pet/dog.png); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
} |
|
|
|
|
.header-pc-menu__content{ |
|
|
|
|
width: 600px; |
|
|
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
} |
|
|
|
|
.header-pc-menu__item{ |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
.header-pc-menu__title{ |
|
|
|
|
font-family: var(--font-family); |
|
|
|
|
font-weight: 700; |
|
|
|
|
font-size: 26px; |
|
|
|
|
line-height: 123%; |
|
|
|
|
text-transform: uppercase; |
|
|
|
|
color: var(--text-black); |
|
|
|
|
|
|
|
|
|
text-decoration: none; |
|
|
|
|
} |
|
|
|
|
.header-pc-menu__list{ |
|
|
|
|
margin-top: 16px; |
|
|
|
|
|
|
|
|
|
list-style-type: none; |
|
|
|
|
} |
|
|
|
|
.header-pc-menu__list-li{ |
|
|
|
|
margin-top: 25px; |
|
|
|
|
} |
|
|
|
|
.header-pc-menu__list-li:first-child{ |
|
|
|
|
margin-top: 0; |
|
|
|
|
} |
|
|
|
|
.header-pc-menu__list-li a{ |
|
|
|
|
font-family: var(--font-family); |
|
|
|
|
font-weight: 600; |
|
|
|
|
font-size: 20px; |
|
|
|
|
line-height: 120%; |
|
|
|
|
color: var(--text-0); |
|
|
|
|
|
|
|
|
|
text-decoration: none; |
|
|
|
|
} |
|
|
|
|
.header__phone-menu{ |
|
|
|
|
display: none; |
|
|
|
|
|
|
|
|
|
padding: 24px 16px; |
|
|
|
|
|
|
|
|
|
height: calc(100vh - 56px); |
|
|
|
|
|
|
|
|
|
overflow-x: auto; |
|
|
|
|
} |
|
|
|
|
.header-phone-menu__item{ |
|
|
|
|
padding: 16px 0; |
|
|
|
|
|
|
|
|
|
border-top: 1px solid #f4f1f0; |
|
|
|
|
border-bottom: 1px solid #f4f1f0; |
|
|
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
|
} |
|
|
|
|
.header-phone-menu__item:first-child{ |
|
|
|
|
border-top: 0; |
|
|
|
|
} |
|
|
|
|
.header-phone-menu__item:last-child{ |
|
|
|
|
border-bottom: 0; |
|
|
|
|
} |
|
|
|
|
.header-phone-menu__title{ |
|
|
|
|
font-family: var(--font-family); |
|
|
|
|
font-weight: 700; |
|
|
|
|
font-size: 20px; |
|
|
|
|
line-height: 120%; |
|
|
|
|
color: var(--text-black); |
|
|
|
|
|
|
|
|
|
text-decoration: none; |
|
|
|
|
} |
|
|
|
|
.header-phone-menu__title--gradient{ |
|
|
|
|
background: var(--gradient-blue); |
|
|
|
|
background-clip: text; |
|
|
|
|
-webkit-background-clip: text; |
|
|
|
|
-webkit-text-fill-color: transparent; |
|
|
|
|
} |
|
|
|
|
.header-phone-menu__category{ |
|
|
|
|
margin-top: 16px; |
|
|
|
|
|
|
|
|
|
font-family: var(--font-family); |
|
|
|
|
font-weight: 500; |
|
|
|
|
font-size: 18px; |
|
|
|
|
line-height: 133%; |
|
|
|
|
color: var(--text-black); |
|
|
|
|
|
|
|
|
|
text-decoration: none; |
|
|
|
|
} |
|
|
|
|
.header-phone-menu__list{ |
|
|
|
|
margin-top: 24px; |
|
|
|
|
|
|
|
|
|
padding-left: 32px; |
|
|
|
|
|
|
|
|
|
list-style-type: none; |
|
|
|
|
} |
|
|
|
|
.header-phone-menu__list-item{ |
|
|
|
|
margin-top: 16px; |
|
|
|
|
} |
|
|
|
|
.header-phone-menu__list-item:first-child{ |
|
|
|
|
margin-top: 0; |
|
|
|
|
} |
|
|
|
|
.header-phone-menu__list-item a{ |
|
|
|
|
font-family: var(--font-family); |
|
|
|
|
font-weight: 500; |
|
|
|
|
font-size: 16px; |
|
|
|
|
line-height: 125%; |
|
|
|
|
color: var(--text-black); |
|
|
|
|
|
|
|
|
|
text-decoration: none; |
|
|
|
|
} |
|
|
|
|
.header.white{ |
|
|
|
|
background: none; |
|
|
|
|
} |
|
|
|
|
.header.white .header__logo-black{ |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
.header.white .header__logo-white{ |
|
|
|
|
display: block; |
|
|
|
|
} |
|
|
|
|
.header.white .main-menu__link{ |
|
|
|
|
color: var(--text-white); |
|
|
|
|
} |
|
|
|
|
.header.white .main-menu__button{ |
|
|
|
|
background: var(--background-white); |
|
|
|
|
} |
|
|
|
|
.header.white .lang__open{ |
|
|
|
|
color: var(--text-white); |
|
|
|
|
} |
|
|
|
|
.header.white .header__content::after{ |
|
|
|
|
background: var(--background-white); |
|
|
|
|
} |
|
|
|
|
.header.white .lang-open__black{ |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
.header.white .lang-open__white{ |
|
|
|
|
display: block; |
|
|
|
|
} |
|
|
|
|
.header.white .mini-profile__icon.white{ |
|
|
|
|
display: block; |
|
|
|
|
} |
|
|
|
|
.header.white .mini-profile__icon.black{ |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
.header.white .header__open-menu::before, |
|
|
|
|
.header.white .header__open-menu::after{ |
|
|
|
|
background: var(--background-white); |
|
|
|
|
} |
|
|
|
|
.header__phone-menu::-webkit-scrollbar { |
|
|
|
|
width: 0px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
main{ |
|
|
|
|
padding-top: 72px; |
|
|
|
|
} |
|
|
|
|
/* header end */ |
|
|
|
|
|
|
|
|
|
/* product */ |
|
|
|
|
.product{ |
|
|
|
|
padding: 24px; |
|
|
|
@ -708,106 +409,7 @@ main{ |
|
|
|
|
} */ |
|
|
|
|
/* modal */ |
|
|
|
|
|
|
|
|
|
/* footer */ |
|
|
|
|
.footer{ |
|
|
|
|
margin-top: 80px; |
|
|
|
|
|
|
|
|
|
padding: 40px 24px; |
|
|
|
|
|
|
|
|
|
background: var(--background-black); |
|
|
|
|
} |
|
|
|
|
.footer__wrapper{ |
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
} |
|
|
|
|
.footer__content{ |
|
|
|
|
width: calc(100% - 364px); |
|
|
|
|
} |
|
|
|
|
.footer__logo{ |
|
|
|
|
width: 187px; |
|
|
|
|
height: 43px; |
|
|
|
|
} |
|
|
|
|
.footer__address{ |
|
|
|
|
margin-top: 24px; |
|
|
|
|
|
|
|
|
|
font-family: var(--font-family); |
|
|
|
|
font-weight: 500; |
|
|
|
|
font-size: 24px; |
|
|
|
|
line-height: 133%; |
|
|
|
|
color: var(--text-white); |
|
|
|
|
font-style: normal; |
|
|
|
|
} |
|
|
|
|
.footer__list{ |
|
|
|
|
margin: 28px -12px -12px -12px; |
|
|
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
flex-wrap: wrap; |
|
|
|
|
} |
|
|
|
|
.footer-list__item{ |
|
|
|
|
margin: 12px; |
|
|
|
|
|
|
|
|
|
width: calc(50% - 24px); |
|
|
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
|
} |
|
|
|
|
.footer-list__item:nth-child(even){ |
|
|
|
|
width: 322px; |
|
|
|
|
} |
|
|
|
|
.footer-list__item .button{ |
|
|
|
|
border-radius: 24px; |
|
|
|
|
} |
|
|
|
|
.footer-list__title{ |
|
|
|
|
font-family: var(--font-family); |
|
|
|
|
font-weight: 700; |
|
|
|
|
font-size: 16px; |
|
|
|
|
line-height: 125%; |
|
|
|
|
color: var(--text-white); |
|
|
|
|
} |
|
|
|
|
.footer-list__link{ |
|
|
|
|
margin-top: 4px; |
|
|
|
|
|
|
|
|
|
font-family: var(--font-family); |
|
|
|
|
font-weight: 500; |
|
|
|
|
font-size: 24px; |
|
|
|
|
line-height: 133%; |
|
|
|
|
color: var(--text-white); |
|
|
|
|
|
|
|
|
|
text-decoration: none; |
|
|
|
|
} |
|
|
|
|
.footer__form{ |
|
|
|
|
margin-left: 48px; |
|
|
|
|
|
|
|
|
|
width: 364px; |
|
|
|
|
} |
|
|
|
|
.footer__about{ |
|
|
|
|
margin-top: 16px; |
|
|
|
|
|
|
|
|
|
padding-top: 15px; |
|
|
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
|
|
border-top: 1px solid var(--text-white); |
|
|
|
|
} |
|
|
|
|
.footer-about__text{ |
|
|
|
|
font-family: var(--font-family); |
|
|
|
|
font-weight: 500; |
|
|
|
|
font-size: 20px; |
|
|
|
|
line-height: 120%; |
|
|
|
|
text-align: right; |
|
|
|
|
color: var(--text-white); |
|
|
|
|
opacity: 0.6; |
|
|
|
|
|
|
|
|
|
text-decoration: none; |
|
|
|
|
} |
|
|
|
|
.footer__social-media{ |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
/* footer */ |
|
|
|
|
|
|
|
|
|
/* detail */ |
|
|
|
|
.detail{ |
|
|
|
|