This commit is contained in:
2024-11-08 15:26:50 +01:00
parent 546cc34310
commit 9b99bc2878
13 changed files with 10538 additions and 10227 deletions

BIN
.DS_Store vendored

Binary file not shown.

790
.htaccess

File diff suppressed because it is too large Load Diff

View File

@@ -24,7 +24,7 @@
},
"sitemap.xml": {
"type": "-",
"size": 55666,
"size": 57790,
"lmtime": 0,
"modified": true
},
@@ -212,7 +212,7 @@
"templates": {},
".htaccess": {
"type": "-",
"size": 202580,
"size": 211898,
"lmtime": 0,
"modified": true
},

BIN
layout/.DS_Store vendored

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@@ -671,8 +671,7 @@ a {
padding-inline-start: 0;
li {
&.active {
}
&.active {}
a {
font-family: 'Roboto', sans-serif;
@@ -876,6 +875,7 @@ a {
padding-top: 150px;
// padding-top: 155px;
}
@include respond-below(lg) {
margin-top: 0;
padding-top: 0px;
@@ -1356,6 +1356,7 @@ a {
#scontainer-6 {
div[class^='col-']:first-child {
h3,
h5,
p {
@@ -1596,8 +1597,7 @@ a {
@extend .title;
margin-bottom: 50px;
@include respond-above(lg) {
}
@include respond-above(lg) {}
}
p {
@@ -2271,6 +2271,7 @@ span {
font-size: clamp(15px, 2rem, 30px);
}
}
.article-sub-title {
color: $cYellow;
font-size: 16px;
@@ -2342,6 +2343,7 @@ span {
font-weight: 600;
margin-bottom: 0;
}
.autor-position {
position: relative;
padding-left: 30px;
@@ -2653,6 +2655,7 @@ span {
}
}
}
.pager {
display: flex;
justify-content: center;
@@ -2680,6 +2683,7 @@ span {
}
}
}
.newsletter {
padding: 50px;
background: url(/upload/filemanager/images/newsletter-bg.png);
@@ -2777,6 +2781,7 @@ span {
}
}
}
.newsletter-2 {
padding: 32px;
background: #fec407;
@@ -2792,6 +2797,7 @@ span {
font-family: $font-5;
margin: 0 0 16px 0;
}
h2 {
color: $cBlackText;
font-size: 42px;
@@ -2822,6 +2828,7 @@ span {
font-weight: 600;
font-family: $font-5;
}
input {
color: $cBlackText;
font-size: 14px;
@@ -2848,6 +2855,7 @@ span {
font-family: $font-5;
}
}
.btn1 {
font-size: 14px;
font-family: $font-5;
@@ -2873,6 +2881,7 @@ span {
top: 9px;
left: 5px;
}
&::after {
top: 12px;
left: 4px;
@@ -2890,6 +2899,7 @@ span {
transform: rotate(-50deg);
transition: all 250ms ease-in-out;
}
&::after {
content: '';
position: absolute;
@@ -2924,8 +2934,7 @@ span {
font-weight: 400;
margin-bottom: 0px;
@include respond-above(xs) {
}
@include respond-above(xs) {}
}
p {
@@ -3395,11 +3404,9 @@ span {
@extend .box;
background: $cGrayLighterBg;
background: linear-gradient(
98deg,
background: linear-gradient(98deg,
rgba(255, 255, 255, 1) 0%,
rgba(250, 250, 250, 1) 100%
);
rgba(250, 250, 250, 1) 100%);
h3 {
@extend .title-big;
@@ -3417,11 +3424,9 @@ span {
width: 140px;
height: 140px;
background: rgb(242, 242, 242);
background: linear-gradient(
324deg,
background: linear-gradient(324deg,
rgba(242, 242, 242, 1) 0%,
rgba(252, 252, 252, 1) 100%
);
rgba(252, 252, 252, 1) 100%);
border-radius: 50%;
display: flex;
justify-content: center;
@@ -3431,6 +3436,7 @@ span {
.row {
&:nth-child(2) {
div[class^='col-'] {
&:first-child,
&:nth-child(2),
&:nth-child(3) {
@@ -3452,11 +3458,9 @@ span {
&:nth-child(3),
&:nth-child(4) {
h6 {
background: linear-gradient(
324deg,
background: linear-gradient(324deg,
rgba(252, 246, 228, 1) 0%,
rgba(252, 251, 248, 1) 100%
);
rgba(252, 251, 248, 1) 100%);
}
}
}
@@ -3532,11 +3536,9 @@ span {
padding-bottom: 0;
@extend .box;
background: linear-gradient(
0deg,
background: linear-gradient(0deg,
rgba(255, 255, 255, 1) 0%,
rgba(251, 251, 251, 1) 100%
);
rgba(251, 251, 251, 1) 100%);
h3 {
@extend .title-big;
@@ -3554,22 +3556,18 @@ span {
.gradient-gray-bg {
background: rgb(238, 238, 238);
background: linear-gradient(
90deg,
background: linear-gradient(90deg,
rgba(238, 238, 238, 1) 0%,
rgba(251, 251, 251, 1) 100%
);
rgba(251, 251, 251, 1) 100%);
padding-top: 25px;
padding-bottom: 25px;
}
.gradient-yellow-bg {
background: rgb(255, 249, 229);
background: linear-gradient(
90deg,
background: linear-gradient(90deg,
rgba(255, 249, 229, 1) 0%,
rgba(255, 255, 255, 1) 100%
);
rgba(255, 255, 255, 1) 100%);
padding-top: 25px;
padding-bottom: 25px;
}
@@ -3590,6 +3588,7 @@ span {
}
.col-lg-3 {
&:first-child,
&:nth-child(2) {
@include respond-below(md) {
@@ -3721,11 +3720,9 @@ span {
&:nth-child(2n) {
background: rgb(238, 238, 238);
background: linear-gradient(
90deg,
background: linear-gradient(90deg,
rgba(238, 238, 238, 1) 0%,
rgba(251, 251, 251, 1) 100%
);
rgba(251, 251, 251, 1) 100%);
}
.service_header {
@@ -3793,8 +3790,7 @@ span {
width: auto !important;
}
@media (min-width: 1360px) {
}
@media (min-width: 1360px) {}
@media (min-width: 1px) {
.fixed-top {
@@ -4878,11 +4874,9 @@ body {
.hero_bg_2 {
position: relative;
background: linear-gradient(
0deg,
background: linear-gradient(0deg,
rgb(209, 209, 209) 0%,
rgb(75, 75, 75) 100%
);
rgb(75, 75, 75) 100%);
// background-image: url("/upload/filemanager/images/online-marketing/Mask-Group-2.jpg");
// background-repeat: no-repeat;
// background-position: center;
@@ -4912,6 +4906,7 @@ body {
}
@keyframes bounce {
0%,
20%,
50%,
@@ -5032,14 +5027,12 @@ body {
top: -250px;
border-radius: 0;
padding: 30px 0;
background: linear-gradient(
90deg,
background: linear-gradient(90deg,
rgba(255, 255, 255, 0.5) 0%,
rgba(114, 114, 114, 0.5) 40%,
rgba(105, 105, 105, 0.5) 50%,
rgba(111, 111, 111, 0.5) 60%,
rgba(255, 255, 255, 0.5) 100%
);
rgba(255, 255, 255, 0.5) 100%);
span {
left: calc(50% - 18px);
@@ -5068,8 +5061,7 @@ body {
}
}
@media (max-width: 767px) {
}
@media (max-width: 767px) {}
@media (max-width: 567px) {
padding-top: 250px;
@@ -7473,8 +7465,7 @@ body {
//* Webinar senuto strona
body.webinar {
.webinar-box-08 {
background: url('/upload/filemanager/images/rzeczy-o-marketingu/marketing-bottom-1.jpg')
center;
background: url('/upload/filemanager/images/rzeczy-o-marketingu/marketing-bottom-1.jpg') center;
background-size: cover;
background-position-x: right;
@@ -8088,6 +8079,7 @@ body.webinar {
//section-2
.section-2 {
.left {
//iframe
.video {
max-width: 100%;
@@ -8253,8 +8245,7 @@ body.webinar {
border: none;
transform: translateY(-20px);
.quote__text {
}
.quote__text {}
}
}
}
@@ -9144,11 +9135,9 @@ body.webinar {
width: 100%;
}
&.offer-website {
}
&.offer-website {}
&.offer-market {
}
&.offer-market {}
img {
width: 15px;
@@ -9402,11 +9391,9 @@ body#page-9 {
padding: 30px;
border: 1px solid #e9e9e6;
background: linear-gradient(
300deg,
background: linear-gradient(300deg,
rgba(255, 255, 255, 1) 0%,
rgba(249, 249, 249, 1) 100%
);
rgba(249, 249, 249, 1) 100%);
border-radius: 12px;
header {
@@ -9532,11 +9519,9 @@ body#page-9 {
.box-4 {
padding-top: 140px;
padding-bottom: 140px;
background: linear-gradient(
0deg,
background: linear-gradient(0deg,
rgba(241, 173, 1, 0.1) 0%,
rgba(255, 217, 71, 0.1) 100%
);
rgba(255, 217, 71, 0.1) 100%);
@include respond-below(md) {
padding-top: 80px;
@@ -9689,6 +9674,7 @@ body#page-9 {
@include respond-above(md) {
margin-left: auto;
}
@include respond-below(md) {
margin-left: auto;
margin-right: auto;
@@ -9788,6 +9774,7 @@ body#page-9 {
background-repeat: no-repeat;
transform: rotate(20deg);
}
@include respond-below(sm) {
font-size: 18px;
}
@@ -9803,6 +9790,7 @@ body#page-9 {
max-width: 100px;
}
}
.col-right {
img {
@include respond-below(md) {
@@ -10039,6 +10027,7 @@ body#page-9 {
@include respond-above(md) {
margin-right: auto;
}
@include respond-below(md) {
margin-left: auto;
margin-right: auto;
@@ -10122,6 +10111,7 @@ body#page-9 {
.box-1 {
order: 2;
}
.box-6 {
order: 1;
@@ -10138,27 +10128,35 @@ body#page-9 {
padding-top: 200px;
}
}
.box-7 {
order: 3;
}
.box-11 {
order: 4;
}
.box-8 {
order: 5;
}
.box-9 {
order: 6;
}
.box-5 {
order: 7;
}
.box-4 {
order: 8;
}
.box-3 {
order: 9;
}
.box-2 {
order: 10;
}
@@ -10217,6 +10215,7 @@ body#page-9 {
}
}
}
#scontainer-245,
#scontainer-260 {
width: 100%;
@@ -10269,6 +10268,7 @@ body#page-9 {
h2 {
color: $cWhite;
}
p {
color: $cWhite;
}
@@ -10300,10 +10300,12 @@ body#page-9 {
@include respond-below(sm) {
font-size: 32px;
}
@include respond-below(xs) {
font-size: 26px;
}
}
h3 {
color: $cBlackText;
font-size: 24px;
@@ -10316,6 +10318,7 @@ body#page-9 {
@include respond-below(sm) {
font-size: 18px;
}
@include respond-below(xs) {
font-size: 16px;
}
@@ -10377,6 +10380,7 @@ body#page-9 {
align-items: baseline;
row-gap: 30px;
}
@include respond-below(sm) {
align-items: center;
}
@@ -10411,6 +10415,7 @@ body#page-9 {
border-radius: 100%;
}
}
.col-txt {
display: flex;
flex-direction: column;
@@ -10462,6 +10467,7 @@ body#page-9 {
}
}
}
.col-right {
position: relative;
height: fit-content;
@@ -10540,6 +10546,7 @@ body#page-9 {
width: 16px;
height: 16px;
}
a {
color: rgba($cBlackText, 0.7);
font-size: 16px;
@@ -10552,6 +10559,7 @@ body#page-9 {
}
}
}
//* Page banners
#scontainer-240,
#scontainer-243,
@@ -10565,6 +10573,7 @@ body#page-9 {
align-items: center;
}
}
h2,
.title {
color: $cBlackText;
@@ -10581,6 +10590,7 @@ body#page-9 {
font-size: 24px;
}
}
h3,
.subtitle {
color: $cYellow;
@@ -10604,16 +10614,20 @@ body#page-9 {
@include respond-below(xl) {
margin-top: 156px;
}
@include respond-below(sm) {
margin-top: 223px;
}
@include respond-below(xs) {
margin-top: 90px;
}
@media (max-width: 500px) {
margin-top: 153px;
}
}
#scontainer-240 {
background-image: url('/upload/filemanager/new-2024/partnerzy/baner-bg.png');
background-position: center;
@@ -10621,6 +10635,7 @@ body#page-9 {
background-size: cover;
background-color: #f9f9f9;
}
#scontainer-243 {
background-image: url('/upload/filemanager/new-2024/blog/box-baner-bg.jpg');
background-position: center;
@@ -10628,6 +10643,7 @@ body#page-9 {
background-size: cover;
background-color: #f9f9f9;
}
#scontainer-246 {
background-image: url('/upload/filemanager/new-2024/wideo-i-audio/box-1.jpg');
background-position: center;
@@ -10635,6 +10651,7 @@ body#page-9 {
background-size: cover;
background-color: #f9f9f9;
}
#scontainer-247 {
background-image: url('/upload/filemanager/new-2024/partnerzy/baner-bg.png');
background-position: center;
@@ -10642,6 +10659,7 @@ body#page-9 {
background-size: cover;
background-color: #f9f9f9;
}
#scontainer-261 {
background-image: url('/upload/filemanager/new-2024/Contact/box-1.jpg');
background-position: center;
@@ -10649,6 +10667,7 @@ body#page-9 {
background-size: cover;
background-color: #f9f9f9;
}
#scontainer-263 {
background-image: url('/upload/filemanager/new-2024/widgety/box-1.png');
background-position: center;
@@ -10656,6 +10675,7 @@ body#page-9 {
background-size: cover;
background-color: #f9f9f9;
}
//* Cennik
#scontainer-237 {
padding-top: 50px;
@@ -10669,12 +10689,15 @@ body#page-9 {
@include respond-below(xl) {
margin-top: 156px;
}
@include respond-below(sm) {
margin-top: 223px;
}
@include respond-below(xs) {
margin-top: 90px;
}
@media (max-width: 500px) {
margin-top: 153px;
}
@@ -10697,6 +10720,7 @@ body#page-9 {
gap: 8px;
margin: 0 0 30px 0;
}
h1 {
color: $cBlackText;
font-size: 32px;
@@ -10726,6 +10750,7 @@ body#page-9 {
margin-top: 100px;
margin-bottom: 100px;
}
@include respond-below(sm) {
margin-top: 60px;
margin-bottom: 60px;
@@ -10768,6 +10793,7 @@ body#page-9 {
border-collapse: collapse;
tr {
th,
td {
font-size: 14px;
@@ -10843,6 +10869,7 @@ body#page-9 {
&:nth-child(1) {
text-align: left;
}
@include respond-above(sm) {
&:nth-child(2) {
background-color: #fffcec;
@@ -10858,6 +10885,7 @@ body#page-9 {
border: 1px solid #ffd500;
}
}
@include respond-below(sm) {
&:nth-child(2) {
background-color: #fffcec;
@@ -10871,6 +10899,7 @@ body#page-9 {
&::after {
border-bottom: none;
}
td {
@include respond-above(sm) {
&:nth-child(2) {
@@ -10895,6 +10924,7 @@ body#page-9 {
}
@media screen and (max-width: 768px) {
table,
thead,
tbody,
@@ -10934,6 +10964,7 @@ body#page-9 {
&:nth-child(1) {
background: #f9f9f9;
}
&:nth-child(2) {
background-color: #fffcec;
}
@@ -10967,6 +10998,7 @@ body#page-9 {
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
th,
td {
padding: 8px;
@@ -11001,11 +11033,9 @@ body#page-9 {
.scontainer-content {
padding-top: 70px;
padding-bottom: 70px;
background: linear-gradient(
0deg,
background: linear-gradient(0deg,
rgba(241, 173, 1, 0.1) 0%,
rgba(255, 217, 71, 0.1) 100%
);
rgba(255, 217, 71, 0.1) 100%);
}
h2 {
@@ -11056,6 +11086,7 @@ body#page-9 {
@include respond-below(md) {
grid-template-columns: 1fr 1fr;
}
@include respond-below(xs) {
grid-template-columns: 1fr;
}
@@ -11151,6 +11182,7 @@ body#page-9 {
opacity: 0.1;
transform: rotate(-60deg) translate(20px, 30px);
}
&::after {
content: '';
position: absolute;
@@ -11165,6 +11197,7 @@ body#page-9 {
opacity: 0.1;
transform: rotate(-20deg) translate(30px, 20px);
}
.row {
position: relative;
z-index: 1;
@@ -11243,6 +11276,7 @@ body#page-9 {
margin-bottom: 0;
}
}
.acc-data {
padding-bottom: 20px;
display: none;
@@ -11284,6 +11318,7 @@ body#page-9 {
object-position: center;
}
}
.article-tags {
display: flex;
justify-content: flex-start;
@@ -11417,6 +11452,7 @@ body#page-9 {
.article-title {
margin: 0;
a {
line-height: 1;
}
@@ -11441,6 +11477,7 @@ body#page-9 {
@include respond-above(md) {
position: absolute;
}
@include respond-below(md) {
margin-bottom: 30px;
}
@@ -11594,6 +11631,7 @@ body#page-9 {
.f-row {
position: relative;
}
.range-output {
position: absolute;
left: 50%;
@@ -11628,9 +11666,11 @@ body#page-9 {
.min {
left: 0;
}
.max {
right: 0;
}
.min,
.max {
position: absolute;
@@ -11662,6 +11702,7 @@ body#page-9 {
transform: translateY(-50%);
transition: all 250ms ease;
}
input {
background: #f9f9f9;
height: 53px;
@@ -11722,6 +11763,7 @@ body#page-9 {
top: 9px;
left: 6px;
}
&::after {
top: 10px;
left: 4px;
@@ -11753,6 +11795,7 @@ body#page-9 {
}
}
}
.btn1 {
cursor: pointer;
background: $cGreen;
@@ -11807,8 +11850,7 @@ body#page-9 {
}
}
.col-right {
}
.col-right {}
#custom-form {
margin-left: 110px;
@@ -11826,6 +11868,7 @@ body#page-9 {
@include respond-below(xxl) {
margin-left: 0;
}
@include respond-below(lg) {
margin: 0 auto;
}
@@ -11888,6 +11931,7 @@ body#page-9 {
border-collapse: collapse;
tr {
th,
td {
font-size: 14px;
@@ -11963,6 +12007,7 @@ body#page-9 {
&:nth-child(1) {
text-align: left;
}
@include respond-above(sm) {
&:nth-child(2) {
background-color: #fffcec;
@@ -11978,6 +12023,7 @@ body#page-9 {
border: 1px solid #ffd500;
}
}
@include respond-below(sm) {
&:nth-child(2) {
background-color: #fffcec;
@@ -11991,6 +12037,7 @@ body#page-9 {
&::after {
border-bottom: none;
}
td {
@include respond-above(sm) {
&:nth-child(2) {
@@ -12015,6 +12062,7 @@ body#page-9 {
}
@media screen and (max-width: 768px) {
table,
thead,
tbody,
@@ -12054,6 +12102,7 @@ body#page-9 {
&:nth-child(1) {
background: #f9f9f9;
}
&:nth-child(2) {
background-color: #fffcec;
}
@@ -12087,6 +12136,7 @@ body#page-9 {
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
th,
td {
padding: 8px;
@@ -12153,8 +12203,7 @@ body#page-9 {
justify-content: center;
a {
img {
}
img {}
}
}
}

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 249 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB