.header-phones {
    display: none;
}
.tab-content table {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 14px;
  background: #fbfafb;
  max-width: 70%;
  width: 70%;
  border-collapse: collapse;
  text-align: left;
}
.tab-content table th {
  font-weight: normal;
  color: #522799;
  border-bottom: 2px solid #7552ad;
  padding: 10px 8px;
}
.tab-content table td {
  color: #000;
  padding: 9px 8px;
  transition: .3s linear;
}
.tab-content table tr:hover td {
  color: #522750;
}
.uni-item {
  background: #fbfafb;
    background-clip: border-box;
}
body {
  background: #fbfafb;
}
.img-responsive {
  border-radius: 0.5em;
}
.fly-menu__phone {
  display: none;
}
#seller_menu {
  background-color: #522799 !important;
}
.collapse {
  visibility: inherit !important;
}
  /* ================== Kurs.Market — карточка курса ================== */
  .km-course {
    background: #f7f5ff;
    border-radius: 24px;
    border: 1px solid #e4ddff;
    padding: 28px 22px;
    margin: 0 0 32px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #4b4f5c;
  }
  .km-course * {
    box-sizing: border-box;
  }
  .km-course a {
    color: #522799;
    text-decoration: none;
    border-bottom: 1px dashed rgba(82, 39, 153, 0.35);
    transition: color .2s ease, border-color .2s ease;
  }
  .km-course a:hover {
    color: #3c1e73;
    border-bottom-color: transparent;
  }

  .km-course__head {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 18px;
  }
  .km-course__title-block {
    flex: 1 1 260px;
    min-width: 0;
  }
  .km-course__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: rgba(82, 39, 153, 0.06);
    color: #522799;
    font-weight: 600;
    margin-bottom: 6px;
  }
  .km-course__badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #522799;
  }
  .km-course__title {
    font-size: 24px;
    line-height: 1.3;
    margin: 0 0 6px;
    color: #1f2129;
    font-weight: 800;
  }
  .km-course__tagline {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #616573;
  }

  .km-course__meta {
    flex: 0 0 580px;
    max-width: 580px;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #ece8ff;
    padding: 12px 14px;
    box-shadow: 0 10px 24px rgba(10, 9, 41, 0.06);
  }
  .km-course__meta-row {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .km-course__meta-label {
    color: #808497;
    width: 85px;
  }
  .km-course__meta-value {
    font-weight: 600;
    color: #1f2129;
    text-align: right;
  }
  .km-course__meta-tools {
    margin-top: 4px;
    font-size: 12px;
    color: #522799;
  }

  .km-course__layout {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 10px;
  }
  .km-course__col-main {
    flex: 1 1 360px;
    min-width: 0;
  }
  .km-course__col-side {
    flex: 1 1 280px;
    min-width: 0;
  }

  .km-course__card {
    background: #ffffff;
    border-radius: 20px;
    padding: 16px 16px 14px;
    border: 1px solid #ece8ff;
    box-shadow: 0 8px 20px rgba(10, 9, 41, 0.04);
    margin-bottom: 14px;
  }
  .km-course__card--accent {
    background: radial-gradient(circle at top left, rgba(82, 39, 153, 0.08), #ffffff);
  }
  .km-course__card-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
  }
  .km-course__icon {
    width: 28px;
    height: 28px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(82, 39, 153, 0.08);
    color: #522799;
    flex-shrink: 0;
  }
  .km-course__icon i {
    font-size: 15px;
  }
  .km-course h2 {
    margin: 0;
    font-size: 17px;
    line-height: 1.4;
    color: #1f2129;
    font-weight: 700;
  }
  .km-course h3 {
    margin: 10px 0 6px;
    font-size: 14px;
    line-height: 1.5;
    color: #1f2129;
    font-weight: 600;
  }
  .km-course p {
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 1.7;
  }
  .km-course ul {
    margin: 4px 0 8px 18px;
    padding: 0;
    font-size: 14px;
    line-height: 1.7;
  }
  .km-course li {
    margin-bottom: 4px;
  }

  .km-course__list-check li {
    position: relative;
    padding-left: 18px;
  }
  .km-course__list-check li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #20c997;
  }

  .km-course__pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
  }
  .km-course__pill {
    font-size: 11px;
    border-radius: 999px;
    padding: 4px 9px;
    background: #f7f5ff;
    border: 1px solid rgba(82, 39, 153, 0.18);
    color: #616573;
  }

  .km-course__steps {
    counter-reset: kmcstep;
  }
  .km-course__step {
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
  }
  .km-course__step::before {
    counter-increment: kmcstep;
    content: counter(kmcstep);
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: #522799;
    color: #ffffff;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .km-course details {
    border-radius: 14px;
    border: 1px solid #ece8ff;
    background: #ffffff;
    padding: 8px 10px;
    margin-bottom: 6px;
  }
  .km-course summary {
    list-style: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: #1f2129;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .km-course summary::-webkit-details-marker {
    display: none;
  }
  .km-course__faq-toggle {
    width: 16px;
    height: 16px;
    border-radius: 999px;
    border: 1px solid rgba(82, 39, 153, 0.3);
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #522799;
  }
  .km-course details[open] .km-course__faq-toggle {
    background: #522799;
    color: #ffffff;
  }
  .km-course details p {
    margin-top: 6px;
    font-size: 13px;
  }

  @media (max-width: 767px) {
    .km-course {
      padding: 22px 14px;
    }
    .km-course__title {
      font-size: 20px;
    }
    .km-course__meta {
      max-width: 100%;
      flex: 1 1 100%;
      order: 2;
    }
    .km-course__title-block {
      order: 1;
    }
  }
/*конец карточек курса*/

.btn {
background: linear-gradient(45deg, #8e0cf2, #04a0ff) !important;
}