/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
.c_card, section.extra_links .education_link {
  position: relative;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .c_card, section.extra_links .education_link {
    padding: 16px;
  }
}

/*  */
@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    /*!rtl:ignore*/
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    /*!rtl:ignore*/
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    /*!rtl:ignore*/
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    /*!rtl:ignore*/
    transform: scaleY(-1) rotate(-135deg);
  }
}
/*  */
section.intro .filters {
  display: flex;
  flex-wrap: wrap;
  margin: 64px 0 24px;
  gap: 8px;
}
section.intro .c_category[disabled] {
  pointer-events: none;
}
section.intro .videos_list {
  position: relative;
}
section.intro .videos_list::before {
  content: "";
  position: absolute;
  top: 50px;
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 8px solid #0abb86;
  opacity: 0;
  z-index: 1;
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
section.intro .videos_list.is_loading::before {
  opacity: 1;
}
section.intro .videos_list.is_loading .c_video_lesson {
  pointer-events: none;
  filter: blur(1px);
}

section.extra_links .education_link {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 0;
}
section.extra_links .education_link__link {
  border: 2px solid transparent;
  border-radius: 8px;
}
section.extra_links .education_link__link:hover, section.extra_links .education_link__link:focus-visible {
  border-color: #0abb86;
}
section.extra_links .education_link__picture {
  width: 160px;
  flex-shrink: 0;
  margin-top: auto;
}
section.extra_links .education_link__body {
  padding: 12px;
}
section.extra_links .education_link__title {
  margin-bottom: 4px;
}
section.extra_links .education_link__subtitle {
  font-size: 14px;
}