.deadline-mark {
  position: absolute;
  right: 0;
  top: 0;
}

.deadline-mark:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 60px 60px 0;
  border-color: transparent #D40000 transparent transparent;
  z-index: 9;
}

.deadline-mark span {
  position: absolute;
  transform: rotate(45deg);
  display: block;
  font-size: 68.75%;
  white-space: pre;
  color: #ffffff;
  top: 16px;
  right: -2px;
  text-align: center;
  z-index: 10;
  line-height: 1.2;
}

.deadline-mark span.strong {
  font-weight: bold;
}

.deadline-mark__big:before {
  border-width: 0 100px 100px 0;
}

.deadline-mark__big span {
  font-size: 125%;
  top: 28px;
  right: -4px;
}

/*# sourceMappingURL=909.css.map */
