* {
  font-family: "CentraleSansRnd";
}
html {
  font-size: 1rem;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  background-color: #fff;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

h1 {
  font-size: 28px;
  font-weight: 500;
}
h2 {
  font-size: 25px;
  font-weight: 300;
}

h3 {
  font-size: 22px;
  font-weight: 300;
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  .copy-header {
    text-align: center !important;
  }
}

.cta {
  background: #00b1ed;
  font-size: 20px;
  color: #fff;
  padding: 10px 30px;
  transition: all 0.5s;
  border-radius: 4px;
  border: 2px solid #00b1ed;
  text-decoration: none;
}
.cta:hover {
  background: none;
  color: #00b1ed;
  text-decoration: none;
}

.cta-white {
  font-size: 20px;
  color: #000;
  padding: 10px 30px;
  transition: all 0.5s;
  border-radius: 4px;
  border: 2px solid #fff;
  text-decoration: none;
  background: #fff;
}
.cta-white:hover {
  background: none;
  color: #fff;
  text-decoration: none;
}

.cta-blue {
  background: #00b1ed;
  font-size: 20px;
  color: #fff;
  padding: 10px 30px;
  transition: all 0.5s;
  border-radius: 4px;
  border: 2px solid #00b1ed;
  text-decoration: none;
}
.cta-blue:hover {
  background: none;
  color: #00b1ed;
  text-decoration: none;
}

.cta-violet {
  background: #96238e;
  font-size: 20px;
  color: #fff;
  padding: 10px 30px;
  transition: all 0.5s;
  border-radius: 4px;
  border: 2px solid #96238e;
  text-decoration: none;
}
.cta-violet:hover {
  background: none;
  color: #96238e;
  text-decoration: none;
}

.bg-header {
  color: #fff;
  background-image: url("../img/bg-header.jpg");
  background-repeat: no-repeat;
  min-height: 650px;
  background-position: 50% 0;
  background-color: #000;
}

.obrazek {
  background: url("../img/ps-header.png?v09.03") center bottom no-repeat;
  width: 449px;
  height: 546px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  position: relative;
  bottom: 0px;
  left: 50%;
  -ms-transform: translate(-50%, 0px); /* IE 9 */
  -webkit-transform: translate(-50%, 0px); /* Safari */
  transform: translate(-50%, 0px);
}

.bg-produkty {
  background-color: #d6e3f2;
}

.bg-cta {
  background-color: #0057b8;
}

.product-block {
  display: block;
  width: 60%;
  margin-left: 20%;
  background: rgb(226, 226, 226);
  background: linear-gradient(
    90deg,
    rgba(226, 226, 226, 1) 0%,
    rgba(255, 255, 255, 1) 39%,
    rgba(255, 255, 255, 1) 100%
  );
  border-radius: 10px;
}

.spacing {
  margin: 50px 0;
}
.product-img {
  position: absolute;
  width: 60%;
  min-width: 260px;
  right: 56%;
  height: auto;
  bottom: 50%;
  transform: translateY(50%);
}
.product-block .desc {
  text-align: left;
  padding: 30px 20px 30px 80px;
}

.product-block .desc h2 {
  font-size: 18px;
}

.product-block .desc ul {
  list-style-type: none;
  padding: 0px 10px;
}

.product-block .desc li {
  font-size: 14px;
  color: gray;
}

.product-block .desc span {
  font-size: 20px;
  font-weight: 500;
}

.product-block .desc span:first-child {
  font-size: 16px;
  color: silver;
  text-decoration: line-through;
  padding-right: 10px;
}
.desc ul {
  padding-top: 18px;
  color: #001884;
  position: relative;
  list-style: none;
  padding-left: 6px;
}
.desc ul li:before {
  content: "+";
  position: absolute;
  left: 0;
  color: #96238e;
}

@media screen and (max-width: 768px) {
  .bg-header {
    color: #fff;
    background-image: url("../img/bg-header-small.jpg");
    background-color: #000;
    background-repeat: no-repeat;
    min-height: 900px;
    background-position: 50% 0;
  }
}

@media screen and (max-width: 1024px) {
  header {
    min-height: 470px;
  }
}

@media screen and (max-width: 768px) {
  header {
    min-height: 440px;
  }
}

@media screen and (max-width: 500px) {
  header {
    min-height: 530px;
  }
}

.brand-shadow {
  -webkit-box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in;
}

.brand-shadow:hover {
  -webkit-box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
}
