// out: ../style-css/promocja-na-wybrane-powloki.css, compress: true, sourceMap: true @import 'variables'; @import '_mixins'; a { text-decoration: none; } strong { font-weight: 700; } .page-content { overflow: hidden; } .container { @include respond-above(lg) { max-width: 1140px; } @include respond-above(xl) { max-width: 1400px; } } .btn_t1 { text-align: center; font-size: 12px; font-weight: 700; font-family: $font2; color: $cGrayText; background: #fff; text-transform: uppercase; line-height: 22px; padding: 12px 15px; display: inline-block; border-radius: 0px; border: 2px solid $cGrayText; min-width: 210px; transition: all 0.3s ease; position: relative; overflow: hidden; &:before, &:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; background-color: #ebebeb; } &:before { left: -115%; } &:after { right: -115%; } &:hover { background: $cGrayText; color: #fff; &:before { animation: btn2-animation-left 1s linear 1; } &:after { animation: btn2-animation-right 1s linear 1; } } } .btn_t3 { @include btn_classic(14px, $cBlack, $cBlack, $cYellow, $cYellow); font-weight: 600; line-height: 130%; letter-spacing: 1.47px; font-family: 'URW Form', sans-serif; padding: 20px 40px 15px; } @keyframes btn2-animation-left { 0% { transform: skew(-45deg) translateX(65%); } 100% { transform: skew(-45deg) translateX(0); } } @keyframes btn2-animation-right { 0% { transform: skew(-45deg) translateX(-65%); } 100% { transform: skew(-45deg) translateX(0); } } #scontainer-122 { position: relative; height: 700px; img { max-width: unset !important; width: 100vw !important; position: absolute; height: 700px; left: 50%; transform: translateX(-50%); object-fit: cover; } .hero-data { display: flex; align-items: center; height: 700px; z-index: 1; .hero-data-wrapper { position: relative; width: 100%; max-width: 800px; padding-bottom: 60px; &::before { content: ''; position: absolute; bottom: 0; left: 0; width: 84px; height: 1px; background-color: #fff; } } h1 { color: #000; font-family: 'URW Form', sans-serif; font-size: 38px; font-style: normal; font-weight: 700; line-height: 130%; letter-spacing: 3.99px; text-transform: uppercase; margin-bottom: 60px; } p { color: #000; font-family: 'URW Form', sans-serif; font-size: 38px; font-style: normal; font-weight: 300; line-height: 130%; letter-spacing: 3.99px; text-transform: uppercase; margin-bottom: 0; } @include respond-below(xs) { height: 570px; align-items: flex-start; padding-top: 60px; h1 { font-size: 30px; } p { font-size: 30px; } } } @include respond-below(xs) { height: 570px; img { height: 570px; } } } .box-1 { margin-top: -150px; .row { position: relative; padding: 60px 0; &::before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; width: 72%; background: #f2f2f2; } @include respond-below(md) { &::before { display: none; } } } .col-left { position: relative; &::before { content: ''; position: absolute; top: 20px; left: 300px; width: 8px; height: 8px; border-radius: 100%; background: $cBlack; } &::after { content: ''; position: absolute; top: 28px; left: 303px; width: 59px; height: 250px; border-left: 1px solid #494949; border-bottom: 1px solid #494949; } .img-info { display: flex; flex-direction: column; justify-content: center; position: absolute; top: 200px; right: 0; width: 282px; height: 282px; background: #024594; border-radius: 100%; padding: 0 60px; h4 { color: #151515; font-family: 'URW Form', sans-serif; font-size: 16px; font-style: normal; font-weight: 300; line-height: 130%; letter-spacing: 1.68px; text-transform: uppercase; background: $cWhite; padding: 5px 10px; border-radius: 4px; margin-bottom: 20px; width: fit-content; z-index: 1; } p { color: $cWhite; font-family: 'URW Form', sans-serif; font-size: 16px; font-style: normal; font-weight: 300; line-height: 130%; letter-spacing: 1.68px; text-transform: uppercase; margin-bottom: 0; width: 100%; max-width: 170px; } } @include respond-below(xl) { &::after { left: 193px; } &::before { left: 190px; } } @include respond-below(lg) { &::after { left: 120px; } &::before { left: 116px; } } @include respond-below(md) { &::after { left: 293px; } &::before { left: 290px; } .img-info { right: auto; left: 292px; } } @include respond-below(sm) { &::before { top: 13px; left: 190px; } &::after { left: 194px; top: 21px; height: 50px; height: 180px; } img { max-width: 350px !important; } .img-info { width: 161px; height: 161px; padding: 0 30px; left: 224px; top: 147px; h4 { font-size: 10px; margin-bottom: 10px; } p { font-size: 8px; } } } @include respond-below(xxs) { &::before { top: 2%; left: calc(40% - 3px); } &::after { top: calc(2% + 8px); left: 40%; width: 59px; height: 66%; } img { max-width: 80% !important; } .img-info { left: 47%; top: 51%; } } } .col-right { position: relative; h2 { width: 100%; max-width: 450px; color: #000; font-family: 'URW Form', sans-serif; font-size: 38px; font-style: normal; font-weight: 300; line-height: 130%; letter-spacing: 3.99px; text-transform: uppercase; margin-bottom: 48px; } p { color: #000; font-family: 'URW Form', sans-serif; font-size: 14px; font-style: normal; font-weight: 300; line-height: 152.682%; margin-bottom: 48px; } @include respond-above(md) { padding-left: 60px; padding-bottom: 40px; padding-top: 40px; } @include respond-below(md) { padding-top: 60px; } @include respond-below(xs) { h2 { font-size: 30px; letter-spacing: 3.15px; max-width: 300px; } } } @include respond-below(md) { background-color: #f2f2f2; } @include respond-below(xs) { margin-top: -130px; } } .box-2 { margin-top: 100px; margin-bottom: 100px; p { color: #151515; text-align: center; font-family: 'URW Form', sans-serif; font-size: 18px; font-style: normal; font-weight: 700; line-height: 160%; letter-spacing: 1.44px; text-transform: uppercase; width: 100%; max-width: 1166px; margin: 0 auto 100px; @include respond-below(md) { margin: 0 auto 60px; } } ul { padding: 0 0 0 16px; margin: 0; display: flex; flex-direction: row; justify-content: space-between; li { position: relative; color: #151515; font-family: 'URW Form', sans-serif; font-size: 18px; font-style: normal; font-weight: 300; line-height: 160%; letter-spacing: 1.44px; text-transform: uppercase; &:nth-child(2n) { list-style: none; &::before { content: ''; position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background-color: $cBlack; transform: translateX(-50%); } @include respond-below(md) { &::before { content: ''; position: absolute; top: 50%; bottom: auto; left: 50%; width: 31px; height: 1px; background-color: $cBlack; transform: translate(-50%, -50%); } } } } @include respond-below(md) { flex-direction: column; align-items: center; row-gap: 25px; } } @include respond-below(md) { margin-top: 60px; margin-bottom: 60px; } } .box-3 { margin-bottom: 100px; h4 { position: relative; color: #fff; text-align: center; font-family: 'URW Form', sans-serif; font-size: 18px; font-style: normal; font-weight: 300; line-height: 160%; letter-spacing: 1.44px; text-transform: uppercase; padding: 35px 80px; width: 100%; max-width: 1000px; margin-left: auto; margin-right: auto; border-radius: 100px; overflow: hidden; margin-bottom: 100px; &::before { content: ''; position: absolute; inset: 0; background-image: url('/upload/filemanager/Pages/Promocja-na-wybrane-powloki/hero-bg.jpg'); background-position: center; background-repeat: no-repeat; background-size: cover; z-index: -1; filter: brightness(0.3); } @include respond-below(xs) { padding: 30px 20px; overflow: initial; border-radius: 0; &::before { inset: 0 -15px; } } } ul { padding: 0; margin: 0; list-style: none; display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap; li { text-align: center; img { margin-bottom: 30px; @include respond-below(sm) { max-width: 140px !important; } } p { color: #151515; font-family: 'URW Form', sans-serif; font-size: 18px; font-style: normal; font-weight: 300; line-height: 160%; letter-spacing: 1.44px; text-transform: uppercase; margin-bottom: 0; } } @include respond-below(md) { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); column-gap: 45px; row-gap: 20px; } } @include respond-below(md) { margin-bottom: 60px; } } .box-4 { margin-bottom: 100px; .col-left { h2 { width: 100%; color: #000; font-family: 'URW Form', sans-serif; font-size: 37px; font-style: normal; font-weight: 300; line-height: 130%; letter-spacing: 3.99px; text-transform: uppercase; margin-bottom: 48px; } p { color: #000; font-family: 'URW Form', sans-serif; font-size: 14px; font-style: normal; font-weight: 300; line-height: 152.682%; margin-bottom: 48px; } @include respond-above(md) { padding-bottom: 40px; padding-top: 40px; } @include respond-below(md) { padding-bottom: 60px; } @include respond-below(xs) { h2 { font-size: 30px; letter-spacing: 3.15px; } } } .col-right { position: relative; text-align: center; padding-top: 100px; &::before { content: ''; position: absolute; top: 120px; left: 470px; width: 8px; height: 8px; border-radius: 100%; background: $cBlack; } &::after { content: ''; position: absolute; top: 128px; left: 473px; width: 76px; height: 363px; border-left: 1px solid #494949; border-bottom: 1px solid #494949; } img { &.img-bg { position: absolute; top: 0; left: 30px; z-index: -1; } } .img-info { display: flex; flex-direction: column; justify-content: center; position: absolute; top: 310px; right: 45px; width: 282px; height: 282px; background: #024594; border-radius: 100%; padding: 0 60px; text-align: left; h4 { color: #151515; font-family: 'URW Form', sans-serif; font-size: 16px; font-style: normal; font-weight: 300; line-height: 130%; letter-spacing: 1.68px; text-transform: uppercase; background: $cWhite; padding: 5px 10px; border-radius: 4px; margin-bottom: 0; width: fit-content; z-index: 1; } p { color: $cWhite; font-family: 'URW Form', sans-serif; font-size: 16px; font-style: normal; font-weight: 300; line-height: 130%; letter-spacing: 1.68px; text-transform: uppercase; margin-bottom: 0; width: 100%; max-width: 170px; margin-bottom: 20px; } } @include respond-below(xl) { &::after { left: 322px; } &::before { left: 318px; } } @include respond-below(lg) { &::after { left: 217px; } &::before { left: 214px; } } @include respond-below(sm) { padding-top: 60px; &::before { left: 289px; top: 79px; } &::after { left: 293px; top: 88px; height: 286px; } img { max-width: 350px !important; } .img-bg { max-width: 250px !important; } .img-info { width: 161px; height: 161px; padding: 0 35px; top: 270px; h4 { font-size: 10px; } p { font-size: 10px; margin-bottom: 10px; } } } @include respond-below(xs) { text-align: right; &::before { top: 70px; left: 50%; } &::after { top: 78px; left: calc(50% + 3px); width: 60px; height: 187px; } img { padding-right: 70px; max-width: 320px !important; } .img-info { top: 160px; } } @include respond-below(xxs) { &::before { left: 43%; } &::after { left: calc(43% + 3px); } } } @include respond-below(md) { margin-bottom: 60px; } } .box-5 { margin-bottom: 100px; .scontainer-content { padding: 100px 0; border-top: 1px solid $cBlack; border-bottom: 1px solid $cBlack; text-align: center; h3 { color: #000; text-align: center; font-family: 'URW Form', sans-serif; font-size: 18px; font-style: normal; font-weight: 700; line-height: 160%; letter-spacing: 1.44px; text-transform: uppercase; align-self: 100%; max-width: 950px; margin: 0 auto 40px; } p { color: #000; text-align: center; font-family: 'URW Form', sans-serif; font-size: 14px; font-style: normal; font-weight: 300; line-height: 152.682%; margin-bottom: 40px; } .btn2 { font-family: 'URW Form', sans-serif; font-size: 14px; font-style: normal; font-weight: 600; line-height: 130%; letter-spacing: 1.47px; text-transform: uppercase; padding: 20px 40px; } @include respond-below(md) { padding: 60px 0; } } @include respond-below(md) { margin-bottom: 60px; } } .box-6 { overflow: hidden; .row-3 { padding-bottom: 75px; } h2 { position: relative; width: 100%; color: #000; font-family: 'URW Form', sans-serif; font-size: 38px; font-style: normal; font-weight: 300; line-height: 130%; letter-spacing: 3.99px; text-transform: uppercase; margin-bottom: 48px; padding-top: 48px; } p { color: #000; font-family: 'URW Form', sans-serif; font-size: 14px; font-style: normal; font-weight: 300; line-height: 152.682%; margin-bottom: 0; strong { font-weight: 600; } } .row { &.row-1 { margin-bottom: 100px; .col-right { img { min-width: 50vw; } } @include respond-below(md) { .col-left { margin-bottom: 60px; h2 { padding-top: 0; } } margin-bottom: 60px; } } &.row-2 { margin-bottom: 100px; .col-left { position: relative; padding-top: 50px; // &::before { // content: ""; // position: absolute; // top: 0; // right: 0; // width: 300px; // bottom: 0; // background: #f5f5f5; // z-index: -1; // } // &::after { // content: "Acrylcolor"; // position: absolute; // top: 210px; // right: 110px; // color: #000; // font-family: "URW Form", sans-serif; // font-size: 15px; // font-style: normal; // font-weight: 500; // line-height: 130%; // letter-spacing: 1.575px; // text-transform: uppercase; // transform: rotate(270deg); // } } .col-right { h2 { &::before { content: ''; position: absolute; top: 0; left: 0; width: 84px; height: 1px; background: $cBlack; } } } @include respond-below(md) { margin-bottom: 60px; .col-left { margin-bottom: 60px; } } } &.row-3 { .col-left { h2 { &::before { content: ''; position: absolute; top: 0; left: 0; width: 84px; height: 1px; background: $cBlack; } } } .col-right { img { min-width: 50vw; } } @include respond-below(md) { .col-left { margin-bottom: 60px; } .col-right { display: none; } } } } @include respond-below(xs) { h2 { font-size: 30px; letter-spacing: 3.15px; } } } .box-7 { padding: 200px 0; background-image: url('/upload/filemanager/Pages/Promocja-na-wybrane-powloki/img-7.png'); background-position: center; background-repeat: no-repeat; background-size: cover; h2 { position: relative; width: 100%; color: $cWhite; font-family: 'URW Form', sans-serif; font-size: 38px; font-style: normal; font-weight: 300; line-height: 130%; letter-spacing: 3.99px; text-transform: uppercase; margin-bottom: 48px; padding-top: 48px; &::before { content: ''; position: absolute; top: 0; left: 0; width: 84px; height: 1px; background: $cWhite; } } p { color: $cWhite; font-family: 'URW Form', sans-serif; font-size: 14px; font-style: normal; font-weight: 300; line-height: 152.682%; margin-bottom: 0; } @include respond-below(md) { padding: 60px 0; } @include respond-below(xs) { h2 { font-size: 30px; letter-spacing: 3.15px; } } } .box-8 { margin-top: -40px; margin-bottom: 100px; overflow: hidden; .row-2 { h2 { &:before { content: ''; position: absolute; top: 0; left: 0; width: 84px; height: 1px; background: #000; } } } h2 { position: relative; width: 100%; color: #000; font-family: 'URW Form', sans-serif; font-size: 37px; font-style: normal; font-weight: 300; line-height: 130%; letter-spacing: 3.99px; text-transform: uppercase; margin-bottom: 48px; padding-top: 48px; } p { color: #000; font-family: 'URW Form', sans-serif; font-size: 14px; font-style: normal; font-weight: 300; line-height: 152.682%; &:last-child { margin-bottom: 0; } } .row { &.row-1 { margin-bottom: 120px; .col-left { position: relative; padding-bottom: 80px; .img-bg { position: absolute; bottom: 0; right: 0; } @include respond-below(xs) { .img-bg { max-width: 250px !important; } } @include respond-below(xxs) { .img-bg { max-width: 200px !important; } } } @include respond-below(md) { margin-bottom: 60px; } } &.row-2 { margin-bottom: 100px; .col-left { p { max-width: 580px; } } .col-right { img { min-width: 50vw; } } @include respond-below(md) { margin-bottom: 60px; } } &.row-3 { } } @include respond-below(md) { margin-top: 60px; margin-bottom: 60px; } @include respond-below(xs) { h2 { font-size: 30px; letter-spacing: 3.15px; } } } .box-9 { padding: 200px 0; background-image: url('/upload/filemanager/Pages/Promocja-na-wybrane-powloki/img-11.png'); background-position: center; background-repeat: no-repeat; background-size: cover; h2 { width: 100%; color: $cWhite; font-family: 'URW Form', sans-serif; font-size: 38px; font-style: normal; font-weight: 300; line-height: 130%; letter-spacing: 3.99px; text-transform: uppercase; margin-bottom: 40px; } h3 { color: $cWhite; font-family: 'URW Form', sans-serif; font-size: 18px; font-style: normal; font-weight: 700; line-height: 160%; letter-spacing: 1.44px; text-transform: uppercase; margin-bottom: 40px; } @include respond-below(md) { padding: 60px 0; } @include respond-below(xs) { h2 { font-size: 30px; letter-spacing: 3.15px; } } }