.footer-clean {
  padding: 50px 0;
  background-color: #fff;
  color: #4b4c4d;
}

.footer-clean h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-clean ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-clean ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-clean ul a:hover {
  opacity: 1;
}

.footer-clean .item.social {
  text-align: right;
}

@media (max-width:767px) {
  .footer-clean .item {
    text-align: center;
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .footer-clean .item.social {
    text-align: center;
  }
}

.footer-clean .item.social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-left: 10px;
  margin-top: 22px;
  color: inherit;
  opacity: 0.75;
}

.footer-clean .item.social > a:hover {
  opacity: 0.9;
}

@media (max-width:991px) {
  .footer-clean .item.social > a {
    margin-top: 40px;
  }
}

@media (max-width:767px) {
  .footer-clean .item.social > a {
    margin-top: 10px;
  }
}

.footer-clean .copyright {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 13px;
  opacity: 0.6;
}

p {
}

@media only screen and (max-width: 992px) {
  .plan {
    max-width: 500px;
    /*text-align: right;*/
  }
}

@media only screen and (max-width: 768px) {
  .plan {
    max-width: 300px;
    /*text-align: right;*/
  }
}

@media only screen and (max-width: 768px) {
  .plancard {
    margin-top: -2em !important;
  }
}

@media only screen and (min-width: 769px) {
  .plancard {
    margin-top: -6em !important;
  }
}

.plancard {
  /*margin-top: -6em !important;*/
}

@media only screen and (max-width: 360px) {
  .textcol {
    text-align: center !important;
  }
}

@media only screen and (max-width: 500px) {
  .plancard {
    margin-top: 1em !important;
  }
}

@media only screen and (max-width: 500px) {
  .vyhoda {
    width: 19em;
    font-size: 10px;
    /*margin: 0em !important;*/
  }
}

@media only screen and (max-width: 500px) {
  .vyhoda h5 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .roundedicon {
    width: 70px;
    height: 70px;
    font-size: 18px !important;
  }
}

@media only screen and (min-width: 501px) {
  .roundedicon {
    width: 100px;
    height: 100px;
    font-size: 33px !important;
  }
}

@media only screen and (min-width: 992px) {
  .plancard {
    width: 275px;
  }
}

@media only screen and (max-width: 500px) {
  .review h4 {
    margin-top: 1em !important;
    margin-left: 10% !important;
    margin-right: 10% !important;
    width: 80% !important;
    /*width: 1em !important;*/
    font-size: 1em;
  }
}

#contentlist {
  /*position: fixed;*/
  /*top: 0;*/
  /*right: 0;*/
}

.card.shadow.d-inline-block.article:hover {
  /*box-shadow: 0 1rem 3rem rgba(0,0,0,.175);*/
}

.card.shadow.d-inline-block.article {
  /*transition: box-shadow 0.5s, transform 0.5s;*/
}

