body,
html {
  font-family: 'Nunito', sans-serif;
}

p,
h2 {
  letter-spacing: -0.36px;
}

p {
  color: #747474;
  font-size: 18px;
  font-weight: 300;
}

span.cena {
  font-size: 48px;
  font-weight: 600;
  color: #0b5ed7;
}

span.stara {
  text-decoration: line-through;
}

span.product-name {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
}

span.blue-text {
  color: #0b5ed7;
  font-weight: 600;
}

h2 {
  font-size: 32px;
  color: #000;
  font-weight: 400;
  position: relative;
  text-align: center;
}

h2:after {
  width: 50px;
  height: 3px;
  background-color: #0b5ed7;
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto auto;
  bottom: -15px;
}

.button {
  background-color: #0b5ed7;
  padding: 15px 85px;
  border-radius: 55px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  transition: ease-in-out .2s;
}

.button:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

#cena,
#opis {
  padding: 35px 0px;
}

#cena {
  padding-bottom: 75px;
}

#cena p {
  margin-bottom: 35px;
}

#opis .row {
  margin-top: 50px;
}

#opis .block {
  position: relative;
}

#opis .block:after {
  width: 19px;
  height: 19px;
  background-image: url(../images/plus.png);
  background-size: cover;
  display: block;
  content: "";
  position: absolute;
  left: -9px;
  top: 0px;
  bottom: 0px;
  margin: auto auto;
}

#top {
  width: 100%;
  height: 575px;
  background-image: url(../images/product-bg.png);
  position: relative;
  background-size: cover;
}

#top img {
  max-height: 25px;
  width: auto;
  position: absolute;
  top: 25px;
}

#top .philips-logo {
  left: 50px;
}

#top .ms-logo {
  right: 50px;
}

#top .produkt {
  min-height: 390px;
  right: 50px;
  top: 100px;
}

#top .caption {
  position: absolute;
  top: 35%;
  left: 50px;
}

#top .caption p {
  font-size: 28px;
  font-weight: 300;
  color: #000;
}

@media all and (min-width:768px) and (max-width:1023px) {
  #top {
    height: 350px;
  }
  #top .caption p {
    font-size: 20px;
  }
  #top .produkt {
    min-height: 230px;
    top: 80px;
  }
  #opis .block {
    margin-top: 50px;
  }
  #opis .block:after {
    left: 0px;
    right: 0px;
    top: -40px;
    bottom: auto;
  }
}

@media all and (max-width:767px) {
  #opis, #cena {
    padding:15px 0px;
  }
  #top {
    height: 500px;
  }
  #top .philips-logo {
    left: 25px;
  }
  #top .ms-logo {
    right: 25px;
  }
  #top .caption {
    top: 20%;
  }
  #top .caption p {
    font-size: 20px;
    text-align: center;
  }
  #top .produkt {
    min-height: 200px;
    left: 0px;
    right: 0px;
    margin: auto auto;
    top: 250px;
  }
  #opis .block {
    margin-top: 50px;
  }
  #opis .block:after {
    left: 0px;
    right: 0px;
    top: -35px;
    bottom: auto;
  }
  .button {
    padding:15px 55px;
    font-size: 16px;
  }
  #cena {
    padding-bottom:55px;
  }
}