.drop_block {
  height: 36px;
}
.drop_block .drop_inner {
  border: 1px solid transparent;
  font-size: 0;
  line-height: 0;
  transition: all 0.3s;
}
.drop_block img {
  display: block;
}
.drop_block.opened .drop_inner {
  background-color: hsl(var(--card));
  border-color: hsl(var(--border));
}
.drop_block.opened .drop_btn svg {
  transform: scaleY(-1);
}
.drop_block .drop_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
}
.drop_block .drop_list a {
  display: block;
  padding: 8px;
}
.drop_block .drop_btn {
  border: none;
  background: transparent;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 2px;
}
.drop_block .drop_btn * {
  pointer-events: none;
}

.answer_block {
  display: none;
}

.opened .question_block svg {
  transform: scaleY(-1);
}

.complete_btn *,
.prev_btn *,
.next_btn * {
  pointer-events: none;
}

.course_block:not(.active) {
  display: none;
}
.course_block[data-course="1"] .prev_btn,
.course_block .next_btn.inactive {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.course_navbar > div:not(.active), .course_navbar > div.border-primary {
  pointer-events: none;
}

@media screen and (min-width: 1280px) {
  .items-stretch > div:first-child {
    flex: 0 0 66.67%;
    max-width: 66.67%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .items-stretch > div:first-child {
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }
}
@media screen and (max-width: 767px) {
  header nav > a img {
    height: 56px !important;
  }
  header .menu_list {
    position: absolute;
    top: 88px;
    left: 0;
    width: 100%;
    background-color: hsl(var(--background));
    text-align: center;
    border-top: 1px solid;
    border-color: hsl(var(--border));
    text-align: center;
    padding: 10px 0;
  }
  header .menu_list li {
    margin: 0 !important;
  }
  header .menu_list a {
    padding: 10px;
    display: block;
  }
  header .menu_list.opened {
    display: block;
  }

  body:has(.menu_list.opened), html:has(.menu_list.opened) {
    overflow: hidden;
  }
}

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