/* Big screen :1200px. */
@media (min-width: 320px) and (max-width: 1500px) {
  .pb_150 {
    padding-bottom: 100px;
  }
  .pb_100 {
    padding-bottom: 70px;
  }
  .pb_50 {
    padding-bottom: 40px;
  }
  .pt_150 {
    padding-top: 100px;
  }
  .pt_100 {
    padding-top: 70px;
  }
  .pt_50 {
    padding-top: 40px;
  }

  .mb_150 {
    margin-bottom: 100px;
  }
  .mb_100 {
    margin-bottom: 70px;
  }
  .mb_50 {
    margin-bottom: 40px;
  }
  .mt_150 {
    margin-top: 100px;
  }
  .mt_100 {
    margin-top: 70px;
  }
  .mt_50 {
    margin-top: 40px;
  }

  .hero__wrap.hero {
    min-height: 650px;
}
.image {
  width: 130px;
  height: 130px;
}
.circle-background {
  width: 260px;
  height: 260px;
  padding-bottom: 16px;
}
.hero__left h1 {
    font-size: 65px !important;
}

.hero__circle {
    width: 140px;
    height: 140px;
}
.logo {
  width: 120px;
}

.montaz__content {
    padding: 30px;
    gap: 15px;
}
img.lg-object.lg-image {
  height: 390px !important;
}
.montaz__right {
    padding: 40px 30px 40px 40px;
}

.montaz__card {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
}

/* Normal screen :992px. */
@media (min-width: 320px) and (max-width: 1200px) {
  :root {
    --f18: 16px;
    --f20: 18px;
    --f22: 18px;
    --f24: 22px;
    --f28: 24px;
    --f30: 26px;
    --f32: 28px;
    --f36: 32px;
    --f40: 35px;
    --f48: 38px;
  }
  .mb_50 {
    margin-bottom: 30px;
  }
  .logo {
    width: 120px;
}
.image a {
  font-size: 12px;
  gap: 8px;
}

.image a img {
  width: 16px;
}

.image {
  width: 110px;
  height: 110px;
}
.hero__left h1 {
  font-size: 58px !important;
}
.montaz__content {
    padding: 18px;
}

.newslettera__wrap {
    padding: 30px;
}

.hero__wrap.hero {
    min-height: 580px;
}
}

/* Tablet screen :768px. */
@media (min-width: 320px) and (max-width: 991px) {
  .circle-background {
    width: 250px;
    height: 200px;
    padding-bottom: 16px;
}
  .lg-toolbar.lg-group {
    top: 20px;
    right: 20px;
}
  .newslettera__wrap form {
    max-width: 400px;
}

.montaz__card {
  padding-bottom: 20px;
  margin-bottom: 20px;
  gap: 18px;
}
img.lg-object.lg-image {
  height: 380px !important;
}
.montaz__card__content p {
    margin-bottom: 0px;
}

.montaz__right {
    padding: 40px 25px 40px;
}
.hero__right {
  margin-left: 0px;
}

.hero__contents {
  padding-top: 20px !important;
  height: 100%;
  top: 100px;
  bottom: auto;
}
.hero__left h1 br {
  display: none;
}
.hero__left h1  {
  font-size: 32px !important;
}
.hero__wrap.hero {
  min-height: 450px;
}

.montaz__wrap {
  grid-template-columns: repeat(1,1fr) !important;
}

.montaz__left {
  height: 400px;
  overflow: hidden;
}

.newslettera__content {
  max-width: 100%;
}

.newslettera__content br {
  display: none;
}
.hero__wrap.hero {
  min-height: 530px;
}
.newslettera__wrap form {
  max-width: 100%;
}
.footer__wrap {
  padding: 35px 20px 18px;
}
#lightgallery li:hover .screen_caption {
  bottom: 10px;
  left: 10px;
  gap: 8px;
}

.screen_img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.screen_img img {
    width: 12px;
}

.screen_caption h6 {
    font-size: 12px;
}
}

/* small screen :320px. */

@media (max-width: 767px) {
  :root {
    --f18: 16px;
    --f20: 18px;
    --f22: 18px;
    --f24: 20px;
    --f28: 24px;
    --f30: 25px;
    --f32: 26px;
    --f36: 28px;
    --f40: 30px;
    --f48: 30px;
  }
  
  .pb_150 {
    padding-bottom: 60px;
  }
  .pb_100 {
    padding-bottom: 40px;
  }
  .pb_50 {
    padding-bottom: 30px;
  }
  .pt_150 {
    padding-top: 60px;
  }
  .pt_100 {
    padding-top: 30px;
  }
  .pt_50 {
    padding-top: 30px;
  }

  .mb_150 {
    margin-bottom: 60px;
  }
  .mb_100 {
    margin-bottom: 30px;
  }
  .mb_50 {
    margin-bottom: 30px;
  }

  .mt_150 {
    margin-top: 60px;
  }
  .mt_100 {
    margin-top: 30px;
  }
  .mt_50 {
    margin-top: 30px;
  }
  .hero__wrap.hero {
    min-height: 485px;
}
section.hero__area > .container,header > .container {
  padding: 0px !important;
}
.cart__select {
  margin-right: -10px;
}
.title {
  flex-direction: column;
  gap: 12px;
}
.btns {
  padding: 10px 15px;
}
.newslettera__wrap {
  gap: 15px;
}
.hero__contents {
  padding: 20px;
}
.kolekcje__wrap {
  padding: 20px;
}
.header__wrap {
  padding: 20px 18px;
}
.gallery {
  gap: 6px;
}
.footer__content {
  margin-top: 12px;
}
}
/* Large Mobile screen :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

@media (max-width: 576px) {
  .logo {
    width: 100px;
}
  .pobrania__wrap {
    padding: 20px;
}
.pobrania__wrap {
  padding: 20px;
}
.circle-background {
  width: 250px;
  height: 150px;
}

.hero__contents {
  padding: 0px 20px 20px !important;
}
.hero__left h1 {
  font-size: 28px !important;
}
.montaz__left {
  grid-template-columns: repeat(1,1fr);
  height: 650px;
}

.montaz__content h2 br {
  display: none;
}
.montaz__card {
  flex-direction: column;
  align-items: start;
}
.newslettera__wrap {
  padding: 20px;
}
.gallery {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 4px;
}
.img1 {
  grid-column: 1 /2;
  grid-row: 1 /2;
}
.img2 {
  grid-column: 2/-1;
  grid-row: 1 /2;
}
.img3 {
  grid-column: 1/2;
  grid-row: 2/3;
}
.img4 {
  grid-column: 2/-1;
  grid-row: 2/3;
}
.img5 {
  grid-row: 2/-1;
  grid-column: 1/2;
}
.img6 {
  grid-column: 1/-1;
  grid-row: 3/-1;
}
}
