Save
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -70,6 +70,10 @@ select {
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include respond-below(xs) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.box-1--wrapper {
|
.box-1--wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 300px;
|
min-height: 300px;
|
||||||
@@ -241,6 +245,11 @@ select {
|
|||||||
padding-top: 90px;
|
padding-top: 90px;
|
||||||
padding-bottom: 80px;
|
padding-bottom: 80px;
|
||||||
|
|
||||||
|
@include respond-below(xs) {
|
||||||
|
padding-top: 60px;
|
||||||
|
padding-bottom: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
.box-2--wrapper {
|
.box-2--wrapper {
|
||||||
.c-row {
|
.c-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -283,6 +292,14 @@ select {
|
|||||||
margin-bottom: -25px;
|
margin-bottom: -25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include respond-below(xs) {
|
||||||
|
border-radius: 0;
|
||||||
|
border: none;
|
||||||
|
padding: 0 20px 30px;
|
||||||
|
text-align: left;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.box-text {
|
.box-text {
|
||||||
margin-bottom: 35px;
|
margin-bottom: 35px;
|
||||||
|
|
||||||
@@ -315,6 +332,10 @@ select {
|
|||||||
max-width: unset;
|
max-width: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include respond-below(xs) {
|
||||||
|
align-items: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
color: $cTxtBlack;
|
color: $cTxtBlack;
|
||||||
font-family: $font3;
|
font-family: $font3;
|
||||||
@@ -391,6 +412,7 @@ select {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
&-2 {
|
&-2 {
|
||||||
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 650px;
|
max-width: 650px;
|
||||||
min-height: 700px;
|
min-height: 700px;
|
||||||
@@ -408,8 +430,27 @@ select {
|
|||||||
// @include respond-below(md) {
|
// @include respond-below(md) {
|
||||||
// border-radius: 14px 14px 22px 22px;
|
// border-radius: 14px 14px 22px 22px;
|
||||||
// }
|
// }
|
||||||
|
@include respond-below(xs) {
|
||||||
|
border-radius: 0;
|
||||||
|
padding: 32px 5px;
|
||||||
|
background: transparent;
|
||||||
|
|
||||||
|
&::before {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
left: 50%;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
width: 100svw;
|
||||||
|
transform: translateX(-50%);
|
||||||
|
background: #f7f6f5;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.tabs-content {
|
.tabs-content {
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
|
|
||||||
&:not(.active) {
|
&:not(.active) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@@ -860,6 +901,10 @@ select {
|
|||||||
background: #1e2832;
|
background: #1e2832;
|
||||||
margin-bottom: 100px;
|
margin-bottom: 100px;
|
||||||
|
|
||||||
|
@include respond-below(xs) {
|
||||||
|
margin-bottom: 55px;
|
||||||
|
}
|
||||||
|
|
||||||
.box-4--wrapper {
|
.box-4--wrapper {
|
||||||
padding: 100px 0;
|
padding: 100px 0;
|
||||||
|
|
||||||
@@ -1025,6 +1070,13 @@ select {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include respond-below(xs) {
|
||||||
|
border-radius: 0;
|
||||||
|
padding: 0 20px;
|
||||||
|
background: transparent;
|
||||||
|
margin-bottom: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
.c-col {
|
.c-col {
|
||||||
&-1 {
|
&-1 {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
@@ -1033,6 +1085,9 @@ select {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
@include respond-below(xs) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
@@ -1068,6 +1123,12 @@ select {
|
|||||||
@include respond-below(lg) {
|
@include respond-below(lg) {
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 1fr 1fr;
|
||||||
}
|
}
|
||||||
|
@include respond-below(sm) {
|
||||||
|
gap: 40px;
|
||||||
|
}
|
||||||
|
@include respond-below(xs) {
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
}
|
||||||
|
|
||||||
.info-tile {
|
.info-tile {
|
||||||
&-1 {
|
&-1 {
|
||||||
@@ -1124,6 +1185,12 @@ select {
|
|||||||
border-bottom-left-radius: 30px;
|
border-bottom-left-radius: 30px;
|
||||||
border-bottom-right-radius: 30px;
|
border-bottom-right-radius: 30px;
|
||||||
|
|
||||||
|
@include respond-below(xs) {
|
||||||
|
gap: 0;
|
||||||
|
background: transparent;
|
||||||
|
padding: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
.tile {
|
.tile {
|
||||||
width: calc((100% / 4) - (70px - (70px / 4)));
|
width: calc((100% / 4) - (70px - (70px / 4)));
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
@@ -1136,6 +1203,15 @@ select {
|
|||||||
|
|
||||||
@include respond-below(xs) {
|
@include respond-below(xs) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
padding-left: 0;
|
||||||
|
border-left: 0;
|
||||||
|
|
||||||
|
&:not(:last-child) {
|
||||||
|
margin-bottom: 15px;
|
||||||
|
padding-bottom: 15px;
|
||||||
|
|
||||||
|
border-bottom: 1px solid rgb(0, 0, 0, 0.1);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tile-head {
|
.tile-head {
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<script type="module" src="https://vidok.com/reklamacje/"></script>
|
<script type="module" src="https://plugin.locatick.com/webform/index.js"></script>
|
||||||
<locatick-form-plugin token="<?php echo $locatickToken; ?>"></locatick-form-plugin>
|
<locatick-form-plugin token="<?php echo $locatickToken; ?>"></locatick-form-plugin>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user