@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
body {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
}
body form .form-group {
  margin-bottom: 15px;
}
body form .form-group .col-sm-9 {
  width: 100%;
}
body .flash-alert {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 999;
}
body .flash-alert .close-flash {
  cursor: pointer;
  font-size: 12px;
  line-height: 12px;
  color: #000;
  opacity: 0.5;
  position: absolute;
  top: 5px;
  right: 5px;
}
body .flash-alert .close-flash:hover {
  opacity: 1;
}
body .content img {
  max-width: 100%;
  height: auto;
  margin-right: 5px;
}
body .content a {
  color: #2eb9f1;
  text-decoration: none;
}
body .product-link {
  color: #000;
  text-decoration: none;
}
body .step-3 .card {
  border-width: 2px;
  position: relative;
}
body .step-3 .card.selected::after {
  content: "✓";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 30px;
  height: 30px;
  background-color: #cd1719;
  border-radius: 6px;
  color: #fff;
  padding: 4px 9px;
}
@media screen and (max-width: 768px) {
  body .login-box {
    width: 100% !important;
  }
}
body .prislusenstvi-list .card-body {
  position: relative;
}
body .prislusenstvi-list .card-body.selected-box::after {
  content: "✓";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 30px;
  height: 30px;
  background-color: #cd1719;
  border-radius: 6px;
  color: #fff;
  padding: 4px 9px;
}/*# sourceMappingURL=dek.css.map */