.list_bulletpoints {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 20px; }
  .list_bulletpoints li {
    list-style: none;
    font-size: toRem(16);
    position: relative; }
    .list_bulletpoints li.is-active a, .list_bulletpoints li.current a {
      color: #0074a7; }
    .list_bulletpoints li a {
      color: #000;
      text-decoration: none; }
    .list_bulletpoints li:hover a {
      text-decoration: underline; }
    .list_bulletpoints li:after {
      display: block;
      height: 6px;
      width: 6px;
      border-radius: 50%;
      background-color: #0074a7;
      position: absolute;
      left: -15px;
      top: 10px;
      content: ''; }

.paket {
  display: inline-block;
  text-decoration: none;
  width: 31%;
  text-align: center;
  padding: 2em;
  background-color: #F7F2EE;
  color: #000;
  margin: 0 1%;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  transition: 0.2s all; }
  .paket .naziv_paketa {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1em; }
  .paket .prvotna_cena {
    text-decoration: line-through; }
  .paket .cena {
    font-size: 2em;
    color: #fff; }
  .paket:nth-child(2) {
    background-color: #fff;
    scale: 1.15;
    z-index: 3; }
  .paket:nth-child(1) {
    background-color: #00B9B9; }
  .paket:hover {
    /* scale:1.2;
    z-index:4; */ }
  .paket .opis_paketa {
    font-size: 0.77778em;
    color: #fff; }
  .paket .badge_paket {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
    font-size: 12px;
    text-align: center;
    padding-top: 22px;
    background-color: #FCD5CE;
    border-radius: 50%;
    color: #fff; }

.paket_features {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin: 0 1%; }
  .paket_features .naziv_paketa_heading {
    padding: 1em;
    background-color: #F7F2EE;
    text-transform: uppercase;
    color: #000;
    font-weight: bold; }
  .paket_features:nth-child(2) .naziv_paketa_heading {
    background-color: #fff; }
  .paket_features:nth-child(1) .naziv_paketa_heading {
    background-color: #FCD5CE; }
  .paket_features .features_list {
    padding: 2em 1em 2em 1.5em;
    background-color: #fafafa; }
    .paket_features .features_list .feature {
      font-size: 16px;
      padding-left: 35px;
      margin-bottom: 1em;
      background-position: top left;
      background-repeat: no-repeat;
      background-image: url("../../images/checkmark_blue.png"); }
    .paket_features .features_list .button {
      margin-top: 2em; }

.pricing_block .inner-content {
  text-align: center; }
