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.
 
 
 
template-for-verstka/assets/css/gp-style-tablet.css

160 lines
3.1 KiB

.header__container {
padding-right: 140px !important;
}
.header__nav-list {
display: none;
}
.header__nav-burger {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.section:not(.hero) {
padding-top: 92px;
padding-bottom: 92px;
}
.section:last-child {
padding-bottom: 92px !important;
}
.section__header--jcsb {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.hero__bg {
right: -10vw;
}
.hero__privilege-item {
min-width: 140px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
}
.cases__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 92px !important;
}
.cta .section__container {
padding: 50px 60px;
background-position: left;
}
.socials__content {
gap: 46px;
}
.socials__chats {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 32px !important;
}
.socials__chats-links {
width: 100%;
}
.socials__chats-info span {
max-width: initial;
}
.footer__navigations {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 32px;
}
.section__thumbnail {
height: 490px;
}
.company__item {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
gap: 14px;
}
.company__item-content {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.contacts__section {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.contacts__maps {
height: 420px;
}
.single__wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 62px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.single__content,
.single__sidebar {
width: 100%;
}
@media screen and (max-width: 1070px) {
.awards__wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.awards__content,
.awards__img,
.awards__desc {
max-width: 100%;
}
}
@media screen and (max-width: 860px) {
.hero__bg {
right: -25vw;
}
.hero__expert {
left: 160px;
}
}
@media screen and (max-width: 770px) {
.hero__bg {
right: -30vw;
}
}/*# sourceMappingURL=gp-style-tablet.css.map */