.has-extra-padding-top {
  padding-top: 52px;
}

.has-extra-padding-bottom {
  padding-bottom: 26px;
}

.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0 0 26px 0;
}

.list-unstyled:last-child {
  padding-bottom: 0;
}

.features-indented-content > * {
  padding-left: 1rem;
}

.features-2-columns {
  display: flex;
}

.features-2-columns .column,
.features-2-columns .list-unstyled {
  width: 50%;
  padding-bottom: 0;
}

.md-role {
  color: #fff;
}

.is-disabled {
  color: #777;
}

a.is-active {
  text-decoration: underline;
}

.is-active:hover,
.is-active:active,
.is-active:focus {
  color: #fff;
}

.fake-link {
  display: inline-block;
  font-family: "GillSansMTPro-BoldExtCond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: .05em;
  cursor: not-allowed;
}

/* From tablet */
@media (min-width: 768px) and (max-width: 1499px) {
  .has-extra-padding-top {
    padding-top: 72px;
  }

  .has-extra-padding-bottom {
    padding-bottom: 36px;
  }

  .list-unstyled {
    padding-bottom: 36px;
  }  
}

/* Fullhd */
@media (min-width: 1500px) {
  .has-extra-padding-top {
    padding-top: 104px;
  }

  .has-extra-padding-bottom {
    padding-bottom: 52px;
  }

  .list-unstyled {
    padding-bottom: 52px;
  }
}
