/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/src/frontpage.scss ***!
  \*****************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);
/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/src/frontpage.scss (1) ***!
  \*********************************************************************************************************************/
body {
  color: #222222;
}

/* Declared text styles*/
.h1Size,
.h2Size,
.h3Size,
.h4Size,
.h5Size,
.h6Size,
.h7Size,
.h8Size,
.p18,
.p16,
.p14,
.p12,
.num,
.num *,
.h1Size *,
.h1Size strong,
.h2Size *,
.h3Size *,
.h4Size *,
.h5Size *,
.h6Size *,
.h7Size *,
.h8Size *,
.p18 *,
.p16 *,
.p14 *,
.p12 * {
  /* Font minimum, preferred and maximum value */
  font-size: clamp(var(--min), var(--val), var(--max));
}

.lh-1 {
  line-height: 160%;
}

.lh-2 {
  line-height: 135%;
}

.lh-3 {
  line-height: 110%;
}

/* Font size variables */
.num {
  --max: 6.25rem;
  --val: 5.2vw;
  --min: 2.5rem;
}

.h1Size {
  --max: 3.625rem;
  --val: 3.02vw; /* preferred value = 5% viewport width */
  --min: 1.8rem; /* minmum value */
}

.h2Size {
  --max: 3.38rem;
  --val: 2.8vw;
  --min: 1.75rem;
}

.h3Size {
  --max: 3rem;
  --val: 2.5vw;
  --min: 1.6rem;
}

.h4Size {
  --max: 2.5rem;
  --val: 2.1vw;
  --min: 1.5rem;
}

.h5Size {
  --max: 2rem;
  --val: 1.7vw;
  --min: 1.25rem;
}

.h6Size {
  --max: 1.75rem;
  --val: 1.46vw;
  --min: 1.2rem;
}

.h7Size {
  --max: 1.5rem;
  --val: 1.25vw;
  --min: 1.1rem;
}

.h8Size {
  --max: 1.25rem;
  --val: 1.04vw;
  --min: 1rem;
}

.p18 {
  --max: 1.125rem;
  --val: 0.94vw;
  --min: 1rem;
}

.p16 {
  --max: 1rem;
  --val: 1rem;
  --min: 1rem;
}

.p14 {
  --max: 0.875rem;
  --val: 0.875rem;
  --min: 0.875rem;
}

.p12 {
  --max: 0.75rem;
  --val: 0.75rem;
  --min: 0.75rem;
}

body {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

@media (-webkit-device-pixel-ratio: 1.5) {
  * {
    font-size: 12px;
  }
}
.phone-contact {
  position: fixed;
  bottom: 140px;
  background-color: #385B75;
  width: 62px;
  height: 62px;
  right: 24px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
  transform-origin: center;
  z-index: 900;
}
.phone-contact img {
  width: 24px;
}
.phone-contact:hover {
  transform: scale(1.1);
}

.home-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.home-hero .swiper-slide {
  background-position: center;
  background-size: cover;
  display: flex;
  border-radius: 12px;
  gap: 12px;
}
.home-hero .swiper-slide__left {
  flex: 1;
  padding: 24px clamp(24px, 3.33vw, 40px) clamp(24px, 5.7vw, 110px) clamp(24px, 3.33vw, 64px);
  border-radius: 12px;
  background-color: #FBFBFB;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.home-hero .swiper-slide__left h1 {
  font-weight: 600;
  color: #385B75;
}
.home-hero .swiper-slide__left h2 {
  font-weight: 400;
  padding-top: 0.35em;
  padding-bottom: 0.5em;
}
.home-hero .swiper-slide__left p {
  padding-bottom: 2.5em;
  color: #797979;
}
.home-hero .swiper-slide__right {
  flex: 1.8;
  display: flex;
  flex-direction: column;
}
.home-hero .swiper-slide__right img {
  width: 100%;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  aspect-ratio: 2/1;
  object-fit: cover;
  object-position: center;
}
.home-hero .swiper-slide__right p {
  background-color: #385B75;
  color: white;
  text-align: center;
  padding: 1.5em;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.home-hero .swiper-pagination {
  position: relative;
  margin-top: 2.5em;
  text-align: right;
  padding-right: 23%;
}
.home-hero .swiper-pagination-bullet {
  background-color: #D1D1D3;
  width: 56px;
  height: 8px;
  border-radius: 0;
  margin-left: 8px !important;
  margin-right: 8px !important;
  opacity: 1;
}
.home-hero .swiper-pagination-bullet-active {
  background-color: #385B75;
}

@media only screen and (max-width: 1366px) {
  .home-hero .swiper-pagination {
    padding-right: 20%;
  }
}
@media only screen and (max-width: 1200px) {
  .home-hero {
    min-height: 100%;
    padding-bottom: 32px;
  }
  .home-hero .swiper-pagination {
    padding-right: 17%;
  }
}
@media only screen and (max-width: 900px) {
  .home-hero .swiper-slide {
    flex-direction: column;
  }
  .home-hero .swiper-slide__right img {
    aspect-ratio: 4/2;
    object-fit: cover;
  }
  .home-hero .swiper-pagination {
    padding-right: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .home-hero {
    padding-top: 64px;
  }
}
.features {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 32px;
}
.features div {
  width: 25%;
  background-color: #FBFBFB;
  padding: clamp(32px, 2.5vw, 48px) clamp(24px, 1.67vw, 32px);
  transition: all 0.4s ease-in-out;
  transform-origin: center;
}
.features div .h8Size {
  font-weight: 600;
  padding: 16px 0 8px;
}
.features div img {
  width: clamp(32px, 2.5vw, 48px);
}
.features div:hover {
  transform: scale(1.05);
}

@media only screen and (max-width: 900px) {
  .features {
    flex-wrap: wrap;
  }
  .features div {
    width: 48%;
  }
}
@media only screen and (max-width: 576px) {
  .features {
    flex-wrap: wrap;
  }
  .features div {
    width: 100%;
  }
}
.offer {
  display: flex;
  flex-wrap: wrap;
  padding-top: 90px;
  padding-bottom: clamp(120px, 10.42vw, 200px);
}
.offer .btn-primary {
  margin-bottom: clamp(24px, 3.33vw, 64px);
}
.offer .offer__start {
  display: flex;
  width: 100%;
}
.offer .offer__start div {
  width: 50%;
}
.offer .offer__start h1 {
  color: #385B75;
  font-weight: 700;
}
.offer .offer__start h2 {
  font-weight: 400;
}
.offer .offer__start p {
  padding-top: clamp(1.5rem, 2.5vw, 3rem);
  color: #797979;
  line-height: 160%;
  padding-bottom: 2.75em;
}
.offer .offer__start p span {
  color: #385B75;
  font-weight: 600;
}
.offer__banner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  background-size: cover;
  background-position: center;
  aspect-ratio: 3.5/1;
  padding: clamp(24px, 2.7vw, 52px);
  color: white;
  transition: all 0.6s ease-in-out;
  margin-top: 32px;
}
.offer__banner p {
  font-weight: 500;
}
.offer__banner .link {
  width: auto;
  height: clamp(32px, 2.5vw, 48px);
}
.offer__banner:hover {
  box-shadow: inset 200em 0 200em rgba(56, 91, 117, 0.7882352941);
}
.offer__banner.black {
  color: #222222;
}
.offer__banner.black:hover {
  color: white;
}
.offer__banner.black:hover .link {
  color: white;
  filter: contrast(10) grayscale(1) invert(1);
}
.offer__box {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  gap: 16px;
  padding: clamp(24px, 2.5vw, 48px);
  transition: all 0.6s ease-in-out;
  justify-content: space-between;
  border-radius: 8px;
}
.offer__box:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
}
.offer__box:hover h3 {
  color: #385B75;
}
.offer__box .link {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  width: max-content;
  padding-bottom: 2px;
  font-size: 18px;
  font-weight: 500;
  color: #385b75;
  transition: 0.4s filter ease-in-out;
}
@media (min-width: 1280px) {
  .offer__box .link {
    padding-bottom: 4px;
    font-size: 22px;
  }
}
.offer__box .link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #385b75;
}
.offer__box .link__arrow {
  width: 16px;
  height: auto;
}
@media (min-width: 1280px) {
  .offer__box .link__arrow {
    width: 20px;
  }
}
.offer__box:hover .link {
  filter: grayscale(1) invert(1);
}
.offer__box div {
  align-self: flex-start;
}
.offer__box div h3 {
  color: #222222;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 24px;
}
.offer__grid {
  display: flex;
  width: 100%;
  gap: 32px;
  margin-top: 32px;
  flex-direction: column;
}
.offer__grid .group {
  display: flex;
  flex-direction: row;
  flex: 1;
  gap: 32px;
  flex-wrap: wrap;
  width: 100%;
}
.offer__grid .group a {
  width: calc(25% - 24px);
}
.offer__grid .group .obrazek {
  width: 80%;
  aspect-ratio: 1/1;
  object-fit: contain;
  overflow: hidden;
  display: block;
  margin: auto;
}
.offer__grid .group2 {
  display: flex;
}
.offer__grid .group2 a {
  flex-direction: row;
  height: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
.offer__grid .group2 a .img {
  width: 320px;
  height: 320px;
  object-fit: contain;
  object-position: center;
  align-self: center;
}
.offer__grid .group2 a .w-100 {
  width: 100%;
  flex: 1;
  object-fit: contain;
}

.offer2 {
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
}
.offer2 div {
  padding: clamp(32px, 6.67vw, 128px);
}
.offer2 h1, .offer2 h2, .offer2 p {
  color: #ffffff;
}
.offer2 h2 {
  font-weight: 500;
  padding-bottom: 0.25em;
}
.offer2 p {
  font-weight: 500;
  line-height: 160%;
  padding-bottom: 3em;
}

@media only screen and (max-width: 1100px) {
  .offer__grid .group a {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 576px) {
  .offer {
    padding-top: 48px;
    padding-bottom: 64px;
  }
  .offer .offer__start {
    flex-direction: column;
  }
  .offer .offer__start div {
    width: 100%;
  }
  .offer__grid .group a {
    width: 100%;
  }
  .offer2 {
    box-shadow: inset 100em 100em rgba(0, 0, 0, 0.15);
  }
  .offer2__content {
    margin-bottom: 32px !important;
  }
}
.special-order {
  min-height: 100%;
  padding: clamp(24px, 5vw, 96px) 10% clamp(32px, 6.25vw, 120px);
}
.special-order .num {
  font-weight: 700;
  padding-bottom: 0;
  -webkit-text-stroke: 3px #385B75;
  color: transparent;
}
.special-order h1 {
  text-align: center;
  font-weight: 700;
  color: #385B75;
}
.special-order .h1Size {
  font-weight: 400;
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.special-order .h1Size img {
  padding: 0;
}
.special-order__dots {
  object-fit: contain;
  margin-top: 4vw;
  width: 13vw;
}
.special-order__content {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: flex-start;
}
.special-order__content-text {
  width: 26vw;
}
.special-order__content .h3Size {
  font-weight: 400;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 125%;
}
.special-order__content p {
  line-height: 160%;
  color: #757575;
  margin-top: 1em;
}
.special-order .btns {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-top: clamp(32px, 5.2vw, 100px);
}

@media only screen and (max-width: 1366px) {
  .special-order .h1Size img {
    width: 48px;
  }
}
@media only screen and (max-width: 900px) {
  .special-order {
    padding-left: 32px;
    padding-right: 32px;
  }
  .special-order__dots {
    width: 10vw;
  }
}
@media only screen and (max-width: 576px) {
  .special-order h2 {
    text-align: center;
  }
  .special-order__content {
    flex-direction: column;
  }
  .special-order__content-text {
    width: 100%;
  }
  .special-order__dots {
    display: none;
  }
  .special-order .btns {
    flex-direction: column;
    align-items: center;
  }
}
.about {
  background-color: #F9FBFC;
  padding-top: clamp(32px, 3.33vw, 80px);
  padding-bottom: clamp(32px, 3.33vw, 64px);
  display: flex;
}
.about h1 {
  color: #385B75;
}
.about h2 {
  font-weight: 400;
  padding-bottom: 0.5em;
}
.about h1, .about h2 {
  text-align: right;
}
.about__left {
  flex: 1.8;
}
.about__left div {
  display: flex;
  flex-direction: column;
}
.about__left img {
  width: 100%;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  object-fit: cover;
  object-position: center;
}
.about__left p {
  background-color: #385B75;
  color: white;
  text-align: center;
  padding: 1.5em;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.about__right {
  flex: 1;
  padding-top: 9.5%;
  padding-left: 6.25vw;
}
.about__right img {
  margin-bottom: 1em;
  width: clamp(32px, 4vw, 77px);
}
.about__right .h6Size {
  font-weight: 500;
}
.about__right p {
  color: #757575;
  line-height: 160%;
  padding-bottom: 2em;
}

@media only screen and (max-width: 1200px) {
  .about {
    flex-direction: column;
  }
  .about h1,
  .about h2 {
    text-align: left;
  }
  .about__right {
    padding-top: 24px;
    padding-left: 0;
  }
}
.popular {
  position: relative;
  background-color: #F9FBFC;
  padding: clamp(32px, 3.33vw, 64px) clamp(32px, 10.4vw, 200px);
  padding-top: clamp(32px, 3.33vw, 64px);
  padding-bottom: clamp(32px, 4.16vw, 80px);
}
.popular h1 {
  color: #385B75;
}
.popular h2 {
  font-weight: 400;
  padding-bottom: 1.25em;
}
.popular h1, .popular h2 {
  text-align: center;
}
.popularSwiper .swiper-slide {
  min-height: clamp(320px, 34vw, 670px);
  display: flex;
  flex-direction: column;
}
.popularSwiper .swiper-slide .on-sale {
  position: absolute;
  top: 16px;
  left: 16px;
  background-color: #385B75;
  color: white;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 4px;
}
.popularSwiper .swiper-slide .item__img {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: white;
  object-fit: contain;
}
.popularSwiper .swiper-slide .content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.popularSwiper .swiper-slide .content .txt {
  flex: 1;
}
.popularSwiper .swiper-slide .content h3 {
  font-weight: 500;
  color: #222222;
  margin: 0.5em 0 0.25em;
}
.popularSwiper .swiper-slide .content h4 {
  color: #757575;
  font-weight: 400;
}
.popularSwiper .swiper-slide .content h4 ins {
  text-decoration: none;
  padding-left: 8px;
}
.popularSwiper .swiper-slide .content h4 ins bdi {
  font-weight: 700;
}
.popularSwiper .swiper-slide .content .btns {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 2em;
}
.popularSwiper .swiper-slide .content .btns .btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: auto;
}
.popularSwiper .swiper-slide .content .btns .btn-primary img {
  height: clamp(18px, 1.25vw, 24px);
}
.popularSwiper .swiper-slide .content .btns .link {
  width: 100%;
}
.popular .swiper-button-next,
.popular .swiper-button-prev {
  background-color: #222222;
  width: clamp(48px, 4.16vw, 80px);
  height: clamp(48px, 4.16vw, 80px);
  border-radius: 40px;
}
.popular .swiper-button-next {
  margin-right: 12px;
}
.popular .swiper-button-prev {
  margin-left: 12px;
}
.popular .swiper-button-next:after,
.popular .swiper-button-prev:after {
  color: white;
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: bold;
}
.popular .btn-otl__primary {
  display: block;
  margin: auto;
  background-color: white;
  margin-top: clamp(32px, 3.65vw, 70px);
}
.popular .btn-otl__primary:hover {
  background-color: #222222;
}

@media only screen and (max-width: 1366px) {
  .popularSwiper .swiper-slide .content .btns {
    gap: 16px;
  }
  .popularSwiper .swiper-slide .content .btns .btn-primary {
    font-size: 14px;
  }
}
@media only screen and (max-width: 576px) {
  .popular {
    padding-left: 24px;
    padding-right: 24px;
  }
  .popular .swiper-button-next {
    margin-right: 0;
    display: none;
  }
  .popular .swiper-button-prev {
    margin-left: 0;
    display: none;
  }
}
.partner {
  display: flex;
  width: 100%;
}
.partner__left {
  background-size: cover;
  background-position: center;
}
.partner__right {
  background-color: #385B75;
  display: flex;
  align-items: center;
  padding: clamp(40px, 8.6vw, 165px) clamp(32px, 5vw, 96px);
}
.partner__right .content h1, .partner__right .content h2, .partner__right .content p {
  color: white;
}
.partner__right .content h1 {
  font-weight: 500;
}
.partner__right .content h2 {
  font-weight: 500;
  line-height: 110%;
  padding: 1em 0 0.5em;
}
.partner__right .content .btns {
  display: flex;
  gap: 24px;
  margin-top: 2em;
}
.partner__left, .partner__right {
  width: 50%;
}

@media only screen and (max-width: 1200px) {
  .partner {
    flex-direction: column;
  }
  .partner__left {
    aspect-ratio: 3/1;
  }
  .partner__left, .partner__right {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .partner__left {
    aspect-ratio: 1/1;
  }
  .partner__right .content .btns {
    flex-direction: column;
  }
  .partner__right .content .btns .btn {
    width: 270px;
  }
}
.blog {
  height: 100%;
  padding-top: clamp(48px, 8.3vw, 160px);
  padding-bottom: clamp(40px, 4.16vw, 80px);
}
.blog__content {
  display: flex;
  align-items: center;
  height: 900px;
  overflow: hidden;
}
.blog__txt {
  padding-left: 7%;
  padding-right: 32px;
  width: 35%;
}
.blog__txt h1 {
  font-weight: 400;
  color: #385B75;
}
.blog__txt h2 {
  line-height: 100%;
  font-weight: 400;
  padding-bottom: 0.5em;
}
.blog__txt p {
  color: #757575;
  line-height: 160%;
  padding-bottom: clamp(24px, 5.73vw, 110px);
}
.blog__txt .btns {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.25vw, 24px);
}
.blog__txt .btns .btn {
  min-width: 246px;
}
.blog .swiper {
  width: 65%;
}
.blog .swiper .swiper-slide {
  background-color: #F9FBFC;
}
.blog .swiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 3/2;
}
.blog .swiper .swiper-slide .dane {
  padding: clamp(16px, 2.08vw, 40px);
  min-height: 320px;
}
.blog .swiper .swiper-slide .dane h3 {
  font-weight: 600;
  padding-bottom: 1em;
}
.blog .swiper .swiper-slide .dane p {
  padding-bottom: 2em;
}
.blog .swiper .swiper-slide .btn {
  display: block;
  margin-left: auto;
  margin-right: 0;
  font-size: 14px;
  min-width: auto;
}
.blog .swiper .swiper-slide:nth-child(1) {
  border: 1px solid #385B75;
}
.blog .swiper .swiper-slide:nth-child(1) .btn {
  background-color: #385B75;
  color: white;
  transition: all 0.4s ease-in-out;
}
.blog .swiper .swiper-slide:nth-child(1) .btn:hover {
  background-color: #222222;
}
.blog .swiper .swiper-scrollbar {
  position: relative;
  margin-top: clamp(32px, 5.2vw, 100px);
  background: #F3F3F3;
  cursor: pointer;
  border-radius: 0;
  height: 8px;
}
.blog .swiper .swiper-scrollbar-drag {
  background: #385B75;
  border-radius: 0;
}
.blog .mobile {
  display: none;
}

@media only screen and (max-width: 1536px) {
  .blog__txt {
    padding-left: 5%;
  }
}
@media only screen and (max-width: 900px) {
  .blog {
    padding-left: 32px;
    padding-right: 32px;
  }
  .blog__content {
    flex-direction: column;
  }
  .blog__txt,
  .blog .swiper {
    width: 100%;
    padding: 0;
  }
  .blog .btns {
    display: none;
  }
  .blog .mobile {
    display: flex;
    margin-top: 40px;
    gap: 24px;
  }
}
@media only screen and (max-width: 576px) {
  .blog .mobile {
    flex-direction: column;
  }
  .blog .mobile .btn {
    width: 240px;
  }
  .blog__content {
    height: 100%;
  }
}
