html,
body {
  font-family: "Nunito", sans-serif;
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
/* SVG */

svg {
  max-height: 70px;
}

svg.vDesk {
  max-height: inherit;
  width: 101%;
  object-fit: cover;
  height: 101%;
  position: relative;
  z-index: 2;
}

svg.vDesk a path {
  transition: all 200ms ease-in-out;
  cursor: pointer;
  fill: rgba(255, 255, 255, 0) !important;
  stroke-width: 4px !important;
  stroke: transparent !important;
}

svg.vDesk a path:hover {
  fill: rgba(71, 225, 12, 0.05) !important;
  stroke-width: 4px !important;
  stroke: rgb(71, 225, 12) !important;
}

.desk {
  overflow: hidden;
  border-radius: 30px;
}

.st0 {
  fill: #ffffff;
}

.strike {
  opacity: 0.8;
  font-size: 18px;
  font-weight: 300;
  text-decoration: line-through;
}
/* kontenery */

.col-12,
.col-lg-12,
.col-sm-12,
.col-xs-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.container-fluid {
  color: #fff;
  padding-left: 0px;
  padding-right: 0px;
  background: #000000 !important;
}

.container {
  padding-right: 0px;
  padding-left: 0px;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

.xlp .mw-16 {
  max-width: 1600px;
  margin: auto;
}

.xlp .section-belka h2,
#section-1 h2 {
  font-size: 38px !important;
  color: #c8c8c8;
}

.xlp .product-card {
  color: #fff;
  margin: 30px 15px !important;
  /*display: flex;
	flex-direction: column;
	justify-content: end;
	min-height: 600px;
	position: relative;*/
}

.xlp .product-card h3 {
  position: relative;
  z-index: 10;
}

.xlp .product-card img {
  width: 100%;
  margin-top: -15px;
  margin-bottom: -40px;
  position: relative;
  z-index: 0;
  transition: all 150ms ease-in-out;
}

.xlp .product-card a img:hover {
  background: url("../img/photo-fx.png") no-repeat center center;
  background-size: cover;
  transition: all 150ms ease-in-out;
}

.xlp .product-simple {
  text-align: center;
}

.xlp .product-steps {
  text-align: center;
}

.xlp .product-steps p {
  padding-top: 15px;
  padding-bottom: 30px;
}

.xlp .product-steps .icon-img {
  max-width: 70px;
}

.xlp .section-box {
  padding: 50px;
  position: relative;
}

.xlp .product-text {
  padding: 0 15px;
  text-align: left;
  font-size: 22px;
}

.xlp .product-text-2 > h3 {
  font-weight: 200;
  color: #0fd2ff;
  margin-bottom: 22px;
}

.xlp .product-simple-height {
  height: 443px;
}

.xlp .footer {
  text-align: center;
  padding: 30px 0;
}

.xlp .footer p {
  font-size: 14px;
}
/* header */

.xlp .top {
  position: relative;
}

.xlp .top .top-title {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-content: center;
  -webkit-align-content: center;
  text-align: center;
  height: 600px;
}

.xlp .top .logo-area {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}

.xlp .top .logo-area img:first-child {
  height: 54px;
}

.xlp .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 50%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  transform: translate(0, 50%);
}

.xlp .carusel-space {
  margin-left: 30%;
  max-width: 50%;
  max-height: 390px;
  margin-top: 30px;
}
/* grafiki */

.xlp .top {
  background: url("../img/bg-header.jpg?v=1.0.1") no-repeat center center;
  background-size: cover;
}

.xlp .top .logo-green {
  text-align: center !important;
}

.xlp .bg-promocja {
  background: url("../img/promo.jpg") no-repeat center bottom;
  background-size: cover;
  min-height: 700px;
}

.xlp .bg-hero {
  background: url("../img/bg-hero.jpg") no-repeat center bottom;
  background-size: cover;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  text-align: center;
}
.xlp .hero {
  max-height: 500px;
  padding: 20px;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .xlp .hero {
    max-width: unset;
    max-height: unset;
    width: 700px;
    position: relative;
    left: -80px;
  }
}

@media screen and (min-width: 976) {
  .xlp .hero {
    max-width: unset;
    max-height: unset;
    width: 800px;
    position: relative;
    left: -80px;
  }
}

.xlp .hero-ago {
  max-width: 470px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
}
@media screen and (max-width: 580px) {
  .xlp .hero-ago {
    max-width: 480px;
  }
  .xlp header .btn, .xlp .section-title {
    margin: 0 0 30px 0;
}}
@media screen and (max-width: 768px) and (min-width: 581px) {
  .xlp .hero-ago {
    max-width: 580px;
  }
}
@media screen and (max-width: 991px) and (min-width:581px) {
  .xlp header .btn, .xlp .section-title {
    margin: 0 0 70px 0;
  }
}


@media screen and (min-width: 768px) {
  .xlp .hero-ago {
    max-width: 580px;
  }
}

@media screen and (min-width: 991px) {
  .xlp .hero-ago {
    max-width: 800px;
    left: unset;
    transform: unset;
    right: -100px;
  }
}

@media screen and (min-width: 1200px) {
  .xlp .hero-ago {
    max-width: 840px;
    right: -60px;
  }
}

.xlp .ago-logo {
  max-width: 200px;
}

.xlp .bg-ago {
  background: url("../img/bg-ago.jpg") no-repeat center center;
  background-size: cover;
  min-height: 509px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  text-align: center;
}

.xlp .bg-oferta {
  background: url("../img/bg-oferta.jpg") no-repeat center center;
  background-size: cover;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  /*text-align: center;*/
}

.xlp .bg-steps {
  /*background: url("../img/section-steps-bg.jpg")no-repeat center center;*/
  background: url("../img/bg-steps-brelok.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  text-align: center;
}

.xlp .bg-kubek {
  /*background: url("../img/section-steps-bg.jpg")no-repeat center center;*/
  background: url("../img/bg-steps-kubek.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  text-align: center;
}

.xlp .bg-bts {
  background: url("../img/bg-bts.jpg?v=1.1") no-repeat center center;
  background-size: cover;
  min-height: 509px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  text-align: center;
}
/*fonty */

.xlp h1 {
  font-size: 45px;
  font-weight: 600;
  width: 100%;
  padding: 0 0 0px 0;
  color: #c8c8c8;
}

.xlp h2 {
  font-size: 38px;
  font-weight: 300;
  color: #c8c8c8;
}

.xlp h3 {
  font-size: 22px;
  font-weight: 600;
  width: 100%;
  color: #c8c8c8;
}

.xlp #geex-recenzje h3 {
  font-size: 30px;
}

.xlp #geex-recenzje h3 span {
  position: relative;
  top: -15px;
  font-size: 22px;
}

.xlp h5 {
  font-size: 16px;
  font-weight: 200;
  width: 100%;
}

.xlp p {
  font-size: 16px;
  font-weight: 200;
}

.xlp ul {
  font-size: 14px;
  font-weight: 200;
  list-style: circle;
  list-style-position: outside;
  list-style-image: none;
  list-style-type: circle;
  padding: 10px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 150px;
  position: relative;
  text-align: left;
  margin-left: 2%;
}

.xlp .price {
  font-size: 24px;
  font-weight: 600;
}

.xlp .price-old {
  font-size: 18px;
  text-decoration: line-through;
  color: #c8c8c8;
}

.xlp .section-belka {
  padding-top: 30px;
  padding-bottom: 30px;
}

.xlp strong {
  font-weight: 600;
}

.xlp .nobr {
  white-space: nowrap;
}

.xlp a:hover {
  text-decoration: none;
}
/*kolory*/

.xlp .gradient {
  background: rgb(54, 55, 68);
  background: linear-gradient(
    0deg,
    rgba(54, 55, 68, 1) 0%,
    rgba(17, 2, 9, 1) 100%
  );
  background-size: 100%;
}

.xlp .bg-grey {
  background: #222222 !important;
}

.xlp .rgb-bar {
  height: 6px;
  width: 100%;
  background: linear-gradient(
    124deg,
    #ff2400,
    #e81d1d,
    #e8b71d,
    #e3e81d,
    #1de840,
    #1ddde8,
    #2b1de8,
    #dd00f3,
    #dd00f3
  );
  background-size: 100%;
}

.xlp .green {
  color: #01c201;
  font-weight: 600;
}

.xlp .lgrey {
  color: #c8c8c8;
}

.xlp .lblue {
  color: #0fd2ff;
}

.xlp .blue {
  color: #0082fa;
}

@media (max-width: 1200px) {
  .product-text {
    text-align: center;
  }
  img.product-keyboard {
    position: relative;
    top: 50%;
    transform: scale(1.2) translateY(-50%);
  }
  h1 {
    font-size: 32px;
    padding: 20px 0;
  }
  h2 {
    font-size: 30px;
  }
  .section img {
    max-width: 100%;
  }
  .product-card .product-text {
    padding-top: 10px;
  }
  .product-text {
    padding: 0 10px;
  }
  .section-5 .product-text {
    padding: 0 10px;
  }
  .section-6 .product-text {
    padding: 0 10px;
  }
  .section-6 {
    height: auto;
  }
  .product-card .product-text {
    padding-bottom: 5px;
  }
  .product-card {
    padding-bottom: 10px;
  }
  .section .product-simple,
  .section .product-card {
    margin: 20px 0;
  }
  .xlp .top h1 {
    font-size: 36px;
    padding: 10px 0;
  }
  .xlp .top h2 {
    font-size: 24px;
    margin-top: 40px;
  }
  .product-card {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .product-simple-height {
    height: 300px;
  }
  .xlp .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 50%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    transform: translate(0, 0%);
  }
  .xlp .carusel-space {
    margin-left: 0%;
    margin-top: 20%;
    max-width: 50%;
  }
  .top .logo-area {
    width: 90%;
  }
  .xlp .carusel-space {
    margin-left: 0%;
    max-width: 100%;
  }
  .xlp #geex-recenzje h3 {
    font-size: 22px;
  }
  .xlp #geex-recenzje h3 span {
    font-size: 18px;
  }
  .xlp .top h1 {
    font-size: 36px;
    padding: 10px 0;
  }
  .xlp .top h2 {
    font-size: 24px;
    margin-top: 40px;
  }
  .xlp h2 {
    font-size: 30px;
  }
  .xlp .product-text {
    text-align: center;
  }
  .xlp ul {
    text-align: center;
  }
  .xlp .bg-ago {
    min-height: 350px;
  }

  @media (max-width: 768px) {
    .top .logo-area {
      width: 95%;
    }
    .top .logo-area img:nth-child(1) {
      max-height: 35px;
    }
    .top .logo-area img:nth-child(2) {
      max-height: 60px;
    }
    .top .logo-area img:nth-child(3) {
      max-height: 40px;
    }
    .xlp .top h1 {
      font-size: 30px;
      padding: 10px 0;
    }
    .xlp .top h2 {
      font-size: 24px;
      margin-top: 30px;
    }
    .xlp header img {
      max-height: 570px;
    }
    .xlp .bg-hero {
      background: url("../img/bg-hero-xs.jpg") no-repeat center top;
      min-height: 509px;
    }
  }
  @media (max-width: 550px) {
    .top .logo-area {
      flex-direction: column;
    }
    .top .logo-area img:nth-child(1) {
      margin-bottom: 20px;
    }
    .top .logo-area img:nth-child(2) {
      margin-bottom: 20px;
    }
    .top .logo-area img:nth-child(3) {
      margin-bottom: 0;
    }
    .xlp #geex-recenzje h3 {
      font-size: 18px;
    }
    .xlp #geex-recenzje h3 span {
      font-size: 16px;
    }
    .xlp h2 {
      font-size: 22px;
    }
    .xlp .top h1 {
      font-size: 22px;
    }
    .xlp .top h2 {
      font-size: 16px;
    }
  }
}
