#block-courses .row.mb-5.justify-content-around .d-flex.flex-column:not(.course_current) {
  pointer-events: none;
}
#block-courses .row.mb-5.justify-content-around .d-flex.flex-column:not(.course_current) .thumb-wrap {
  opacity: 0.6;
}
#block-courses .row.mb-5.justify-content-around .d-flex.flex-column:not(.course_current) .mt-3 {
  opacity: 0.6;
}
#block-courses .row.mb-5.justify-content-around .d-flex.flex-column:not(.course_current) .mt-auto {
  opacity: 0.6;
}
#block-courses .row.mb-5.justify-content-around .d-flex.flex-column:not(.course_current)::after {
  content: "";
  position: absolute;
  background-image: url(../images/lock.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90px;
  height: 90px;
  z-index: 9;
  top: 12%;
  left: 39%;
}
@media (max-width: 1199.98px) {
  #block-courses .row.mb-5.justify-content-around .d-flex.flex-column:not(.course_current)::after {
    top: 8%;
  }
}
@media (max-width: 991.98px) {
  #block-courses .row.mb-5.justify-content-around .d-flex.flex-column:not(.course_current)::after {
    top: 11%;
    left: 35%;
  }
}
@media (max-width: 767.98px) {
  #block-courses .row.mb-5.justify-content-around .d-flex.flex-column:not(.course_current)::after {
    width: 95px;
    height: 95px;
    top: 20%;
    left: 44%;
  }
}
@media (max-width: 575.98px) {
  #block-courses .row.mb-5.justify-content-around .d-flex.flex-column:not(.course_current)::after {
    top: 17%;
    left: 36%;
  }
}
@media (max-width: 419.98px) {
  #block-courses .row.mb-5.justify-content-around .d-flex.flex-column:not(.course_current)::after {
    top: 11%;
    left: 32%;
  }
}

.expert__list-link:not(.expert_current) {
  opacity: 0.7;
  color: gray;
  pointer-events: none;
}/*# sourceMappingURL=custom-none.css.map */