@import "main/main.min.css";.cookie-modal__checkbox{width:22px;height:22px;margin-right:initial;position:absolute}.cookie-modal__label{margin-left:37px}.cookie-modal__options{align-items:center}.navbar__logo{z-index:999}.contactform__alert.form-contact__alert--error{background:#ff5a4b;padding:10px;margin-bottom:20px}/*# sourceMappingURL=style.min.css.map */
.btn {
  padding: 0.75em 1.5em;
  border-radius: 4px;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  color: white;
}

.btn-default {
  background-color: #888;
}

.btn-red {
  background-color: #e74c3c;
}

.btn-blue {
  background-color: #3498db;
}

.btn-green {
  background-color: #2ecc71;
}
