/* Cenik. Values from www.psihofitnes.si/cenik computed styles. */
.site-pricing,
.site-pricing * {
  box-sizing: border-box;
}

.site-pricing {
  padding: 200px 10px 75px;
}

.site-pricing-inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.site-pricing-kicker {
  margin: 0 !important;
  color: #ffa187;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  text-align: left;
}

.site-pricing h2 {
  margin: 0 !important;
  color: #3b3b3b;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 50px;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.site-price-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-radius: 10px;
}

.site-price-row--a {
  margin-top: 40px;
  padding: 20px;
  background-image: linear-gradient(190deg, rgba(19, 128, 196, 0.3) 25%, rgba(19, 128, 196, 0.4) 75%);
}

.site-price-row--b {
  margin-top: 50px;
  padding: 25px;
  background-image: linear-gradient(190deg, rgba(19, 128, 196, 0.4) 25%, rgba(19, 128, 196, 0.5) 75%);
}

.site-price-row--c {
  margin-top: 40px;
  padding: 20px;
  background-image: linear-gradient(190deg, rgba(19, 128, 196, 0.5) 25%, rgba(19, 128, 196, 0.6) 75%);
}

.site-price-clouds {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.2);
  z-index: 0;
}

.site-price-clouds svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  fill: currentColor;
}

.site-price-ico,
.site-price-copy,
.site-price-val {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 50px;
}

.site-price-ico {
  width: 6.382978723404255%;
  justify-content: center;
  text-align: center;
}

.site-price-copy {
  width: 74.46808510638298%;
  margin-left: 2.127659574468085%;
  justify-content: flex-start;
}

.site-price-copy > div {
  width: 100%;
  padding: 0 25px;
}

.site-price-val {
  width: 14.893617021276595%;
  margin-left: 2.127659574468085%;
  justify-content: flex-end;
}

.site-price-row--a .site-price-ico i {
  width: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}

.site-price-row--b .site-price-ico i,
.site-price-row--c .site-price-ico i {
  width: 25px;
  font-size: 25px;
  line-height: 25px;
  color: #fff;
  text-align: center;
}

.site-price-copy h3 {
  margin: 0 !important;
  width: 100%;
  color: #3b3b3b;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 40px;
  text-align: left;
}

.site-price-copy p,
.site-price-val p {
  margin: 0 !important;
  width: 100%;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 28px;
}

.site-price-copy p {
  text-align: left;
}

.site-price-val p {
  text-align: right;
}

@media (max-width: 1024px) {
  .site-pricing {
    padding: 150px 15px 100px;
  }

  .site-pricing-kicker {
    font-size: 17px;
    line-height: 27px;
  }

  .site-pricing h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .site-price-row--a,
  .site-price-row--b,
  .site-price-row--c {
    margin-top: 30px;
    padding: 15px;
  }

  .site-price-ico {
    width: 8.33333333333333%;
    margin-left: 0;
  }

  .site-price-copy {
    width: 75%;
    margin-left: 0;
  }

  .site-price-copy > div {
    padding: 0 15px;
  }

  .site-price-val {
    width: 16.66666666666667%;
    margin-left: 0;
  }

  .site-price-copy h3 {
    font-size: 25px;
    line-height: 35px;
  }

  .site-price-copy p,
  .site-price-val p {
    font-size: 17px;
    line-height: 27px;
  }
}

@media (max-width: 667px) {
  .site-pricing {
    padding: 150px 15px 75px;
  }

  .site-pricing-kicker {
    font-size: 16px;
    line-height: 26px;
  }

  .site-pricing h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .site-price-copy h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .site-price-copy p,
  .site-price-val p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 420px) {
  .site-pricing {
    padding: 200px 10px 75px;
  }

  .site-price-row--a,
  .site-price-row--b,
  .site-price-row--c {
    margin-top: 20px;
    padding: 10px;
  }

  .site-price-ico,
  .site-price-copy,
  .site-price-val {
    width: 100%;
    margin-left: 0;
    justify-content: center;
  }

  .site-price-copy {
    justify-content: center;
  }

  .site-price-copy > div {
    padding: 0;
  }

  .site-price-copy h3,
  .site-price-copy p,
  .site-price-val p {
    text-align: center;
  }
}
