This commit is contained in:
Roman Pyrih
2025-04-25 15:59:26 +02:00
parent 88bfc927ba
commit 7ed692d09f
3 changed files with 97 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -404,6 +404,9 @@ p {
@include respond-below(sm) { @include respond-below(sm) {
margin-bottom: 60px; margin-bottom: 60px;
} }
@include respond-below(xs) {
margin-bottom: 40px;
}
._col { ._col {
&-1 { &-1 {
@@ -418,6 +421,11 @@ p {
padding-right: 80px; padding-right: 80px;
margin-bottom: 60px; margin-bottom: 60px;
@include respond-below(md) {
padding-left: 40px;
padding-right: 40px;
}
.timeline-nav--wrapper { .timeline-nav--wrapper {
&::before { &::before {
content: ''; content: '';
@@ -427,10 +435,18 @@ p {
width: 100%; width: 100%;
background: #000000; background: #000000;
transform: translateY(-50%); transform: translateY(-50%);
@include respond-below(md) {
bottom: 12px;
}
} }
.swiper-wrapper { .swiper-wrapper {
align-items: end; align-items: end;
min-height: 140px; min-height: 140px;
@include respond-below(md) {
min-height: 100px;
}
} }
.swiper-slide { .swiper-slide {
@@ -439,12 +455,44 @@ p {
flex: 0 0 calc(100% / 8); flex: 0 0 calc(100% / 8);
transition: all 0.3s ease; transition: all 0.3s ease;
@include respond-below(lg) {
flex: 0 0 calc(100% / 6);
}
@include respond-below(md) {
flex: 0 0 calc(100% / 5);
}
@include respond-below(sm) {
flex: 0 0 calc(100% / 4);
}
@include respond-below(xs) {
flex: 0 0 calc(100% / 3);
}
&.active { &.active {
flex: 0 0 calc((100% / 8) * 2); flex: 0 0 calc((100% / 8) * 2);
// flex: 0 0 200px; // flex: 0 0 200px;
@include respond-below(lg) {
flex: 0 0 calc((100% / 6) * 2);
}
@include respond-below(md) {
flex: 0 0 calc((100% / 5) * 2);
}
@include respond-below(sm) {
flex: 0 0 calc((100% / 4) * 2);
}
@include respond-below(xs) {
flex: 0 0 calc((100% / 3) * 2);
}
span { span {
font-size: 64px; font-size: 64px;
@include respond-below(md) {
font-size: 50px;
}
@include respond-below(sm) {
font-size: 40px;
}
} }
.slide-dot { .slide-dot {
@@ -461,6 +509,13 @@ p {
text-transform: uppercase; text-transform: uppercase;
margin-bottom: 30px; margin-bottom: 30px;
transition: all 0.3s ease; transition: all 0.3s ease;
@include respond-below(md) {
font-size: 30px;
}
@include respond-below(sm) {
font-size: 26px;
}
} }
.slide-dot { .slide-dot {
width: 40px; width: 40px;
@@ -470,6 +525,11 @@ p {
background: #fff; background: #fff;
border-radius: 100px; border-radius: 100px;
transition: all 0.3s ease; transition: all 0.3s ease;
@include respond-below(md) {
width: 30px;
height: 30px;
}
} }
} }
} }
@@ -493,6 +553,12 @@ p {
&.swiper-button-disabled { &.swiper-button-disabled {
opacity: 0.3; opacity: 0.3;
} }
@include respond-below(md) {
width: 30px;
min-width: 30px;
height: 30px;
}
} }
.timeline-prev { .timeline-prev {
left: 0; left: 0;
@@ -976,6 +1042,10 @@ p {
.box-8 { .box-8 {
padding-bottom: 150px; padding-bottom: 150px;
@include respond-below(sm) {
padding-bottom: 100px;
}
._row { ._row {
&-1 { &-1 {
margin-bottom: 70px; margin-bottom: 70px;
@@ -1481,7 +1551,7 @@ p {
width: 100%; width: 100%;
max-width: fit-content; max-width: fit-content;
@include respond-below(xs) { @include respond-below(sm) {
max-width: 50px; max-width: 50px;
} }
} }
@@ -1496,6 +1566,10 @@ p {
.box-15 { .box-15 {
margin-bottom: 150px; margin-bottom: 150px;
@include respond-below(md) {
margin-bottom: 100px;
}
._row { ._row {
&-1 { &-1 {
._col { ._col {
@@ -1509,6 +1583,10 @@ p {
text-align: center; text-align: center;
text-transform: uppercase; text-transform: uppercase;
margin-bottom: 35px; margin-bottom: 35px;
@include respond-below(xs) {
font-size: 28px;
}
} }
p { p {
@@ -1520,6 +1598,10 @@ p {
text-align: center; text-align: center;
text-transform: uppercase; text-transform: uppercase;
margin-bottom: 35px; margin-bottom: 35px;
@include respond-below(xs) {
font-size: 18px;
}
} }
ul { ul {
@@ -1575,6 +1657,10 @@ p {
border-top: 1px solid $cBlack; border-top: 1px solid $cBlack;
margin-bottom: 80px; margin-bottom: 80px;
@include respond-below(md) {
padding-top: 100px;
}
._row { ._row {
&-1 { &-1 {
._col { ._col {
@@ -1587,6 +1673,10 @@ p {
letter-spacing: 2px; letter-spacing: 2px;
margin-bottom: 40px; margin-bottom: 40px;
text-transform: uppercase; text-transform: uppercase;
@include respond-below(xs) {
font-size: 28px;
}
} }
p { p {
color: $cTxtBlack; color: $cTxtBlack;
@@ -1594,6 +1684,10 @@ p {
font-family: $font3; font-family: $font3;
font-weight: 300; font-weight: 300;
margin-bottom: 40px; margin-bottom: 40px;
@include respond-below(xs) {
font-size: 18px;
}
} }
a { a {