.service_caption .discount {
  color: #fff;
  z-index: 6;
  position: absolute;
  right: 25px;
  top: -12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 36px;
  box-sizing: border-box;
  background: #EB3939;
  border-radius: 1px;
  cursor: pointer; }
  .service_caption .discount:hover .discount__readmore span {
    border-color: transparent;
    transition: 0.4s border; }
  .service_caption .discount__text, .service_caption .discount__readmore {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .service_caption .discount__text {
    font-family: uni_sansheavy_caps, arial, sans-sarif;
    font-size: 18px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 11px;
    border-right: 1px solid rgba(255, 255, 255, 0.5); }
  .service_caption .discount__readmore {
    font-family: Roboto, arial, sans-sarif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    padding: 0 11px; }
    .service_caption .discount__readmore span {
      border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
      padding-bottom: 2px;
      transition: 0.4s border; }

.modal__title {
  width: calc(100% - 78px);
  max-width: 478px; }
  .modal__title span {
    color: #EB3939; }
.modal__body {
  width: 478px; }
.modal__body-text {
  font-family: Roboto, arial, sans-sarif;
  font-size: 14px;
  line-height: 20px;
  color: #636363; }
.modal__body-img-wrap {
  margin: 30px -28px -40px -28px; }
.modal__body-img {
  display: block;
  max-width: 100%;
  width: 100%; }

@media (max-width: 991px) {
  .service_caption .discount {
    top: -16px;
    right: calc(50% - 110px); }

  .modal__title {
    max-width: 100%; }
  .modal__body {
    max-width: 100%;
    min-width: auto;
    width: auto; } }

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