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.
152 lines
2.5 KiB
152 lines
2.5 KiB
/* Стили для планшетов */
|
|
@media only screen and (max-width: 992px) {
|
|
.header-navs {
|
|
display: none;
|
|
}
|
|
|
|
.header-container {
|
|
height: 56px;
|
|
padding: 0;
|
|
}
|
|
|
|
.header-bars {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.header-logo {
|
|
font-size: 16px;
|
|
line-height: 20px;
|
|
gap: 8px;
|
|
}
|
|
|
|
.header-logo img {
|
|
width: 31px;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.header-lang {
|
|
display: none;
|
|
}
|
|
|
|
/* Where home */
|
|
.where-home {
|
|
padding: 92px 0 36px;
|
|
}
|
|
|
|
.where-home h1 {
|
|
font-size: 32px;
|
|
line-height: 38px;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.where-home p {
|
|
font-size: 20px;
|
|
line-height: 24px;
|
|
}
|
|
/* Where home end */
|
|
|
|
/* Find us */
|
|
.find-us {
|
|
padding-bottom: 36px;
|
|
}
|
|
|
|
.find-us h2 {
|
|
font-size: 26px;
|
|
line-height: 32px;
|
|
margin-bottom: 36px;
|
|
padding: 0;
|
|
}
|
|
|
|
.find-us ul {
|
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
gap: 20px;
|
|
}
|
|
|
|
.find-us h3 {
|
|
font-size: 20px;
|
|
line-height: 24px;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.find-us p {
|
|
font-size: 18px;
|
|
line-height: 24px;
|
|
}
|
|
/* Find us end */
|
|
|
|
/* Location */
|
|
.location {
|
|
padding-bottom: 36px;
|
|
}
|
|
|
|
.location h2 {
|
|
font-size: 26px;
|
|
line-height: 32px;
|
|
margin-bottom: 36px;
|
|
padding: 0;
|
|
}
|
|
|
|
.location iframe {
|
|
height: 560px;
|
|
width: calc(100% + 32px);
|
|
margin-left: -16px;
|
|
border-radius: 24px;
|
|
}
|
|
/* Location end */
|
|
|
|
/* Sell form */
|
|
.sell-form {
|
|
padding-bottom: 36px;
|
|
}
|
|
|
|
.sell-form__container {
|
|
max-width: 100%;
|
|
border-radius: 24px;
|
|
padding: 36px 16px;
|
|
gap: 18px;
|
|
}
|
|
|
|
.sell-form h2 {
|
|
font-size: 26px;
|
|
line-height: 32px;
|
|
}
|
|
|
|
.sell-form p {
|
|
font-size: 20px;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.sell-form textarea {
|
|
height: 120px;
|
|
}
|
|
/* Sell form end */
|
|
|
|
.authors h2 {
|
|
font-size: 48px;
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.authors li {
|
|
width: calc(50% - 12px);
|
|
border-radius: 32px;
|
|
}
|
|
|
|
.authors .main-img {
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.author {
|
|
padding-bottom: 24px;
|
|
}
|
|
|
|
.author h2 {
|
|
font-size: 48px;
|
|
}
|
|
|
|
.author-content {
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
}
|
|
}
|
|
|