.mir-faq__inner ul li::before {
  display: none;
}

.mir-faq__inner ul li {
  padding-left: 36px;
}

.rates__doc-link::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(../../zabota/img/pdf-icon.svg);
}

.program-card-last {
  margin-top: 26px;
}

@media (max-width: 1199px) {
  .program-card-last {
    margin-top: 0;
  }
}

.mobil {
    margin-bottom: 26px;
    height: 100%;
  }

  @media screen and (max-width: 768px) {
    .mobil {
      margin-bottom: 0;
    }
  }
