@charset "utf-8";
.exercisetool,
.exercisetext .exercise,
.ck-content {
  /* Общие */
  --color: #000;
  --color2: #000;
  --bgcolor: #fff;
  --eng-color: #000;
  box-sizing: border-box;
  color: var(--color);
  display: flex;
  flex-direction: column;
  gap: 1em;
  font-size: 18px;
  line-height: 1.5;
  max-width: 100%;
  overflow: auto;
  vertical-align: middle;

  & figure {
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;

    &.intext {
      display: inline-block;
    }
  }

  & img {
    display: block;
    margin: 1em auto;
    max-height: 100%;
    max-width: 100%;
    min-width: auto;

    &.Wirisformula {
      display: inline-block;
      margin: 0;
      max-height: none;
      max-width: 100%;
    }
  }
  
  & p {
    margin-bottom: 0;
    margin-top: 0;
    text-indent: 0;
    width: 100%;
    & .textindent {
      text-indent: 1.5em;
    }
  }

  & span {
    text-indent: 0;
  }

  /* Нумерованный список с арабскими цифрами и скобкой */
  & ol.arb-bracket {
    list-style-type: none;
    counter-reset: item;
  }

  & ol.arb-bracket>li::before {
    content: counter(item) ') ';
    counter-increment: item;
  }

  /* Маркированные списки */
  & ol,
  ul {
    --mrcolor: #000;
    margin-left: 1.25em;
    list-style-position: outside;

    &>li::marker {
      color: var(--mrcolor);
    }
  }

  & ol {
    list-style-type: decimal;
  }

  & ul {
    list-style-type: disc;
  }

  & ul.square>li {
    list-style-type: square;
  }

  & ul.disc>li {
    list-style-type: disc;
  }

  & ul.circle>li {
    list-style-type: circle;
  }

  /* Таблицы */
  & table {
    border-collapse: collapse;
    border-width: 0;
    width: fit-content;
    --brwidth: 0;
    --brcolor: #000;

    & tr {
      border-bottom: none;
    }

    & td,
    th {
      border-color: var(--brcolor);
      border-style: solid;
      border-width: var(--brwidth);
      padding: 0.5em;
    }

    &.separate {
      border-collapse: separate;
    }
  }

  & .table-wrap {
    max-width: 100%;
    width: fit-content;
  }

  &:not(.ck-content) .table-wrap {
    overflow-x: auto;
  }

  /* Выравнивание */
  & .center {
    text-align: center;
  }

  /* Обозначение номера задания */
  & .sq-number {
    background-color: #000;
    color: #fff;
    display: inline-block;
    font-size: 1.2em;
    line-height: 1em;
    margin: 1px;
    padding: 0.2em 0.35em;
  }

  /* Текст над/под элементом */
  & [data-textontop],
  & [data-textonbottom] {
    display: inline-block;
    position: relative;
    text-indent: 0;
  }

  & [data-textontop] {
    padding-top: 0.8em;
  }

  & [data-textonbottom] {
    padding-bottom: 0.8em;
  }

  & [data-textontop]::before,
  & [data-textonbottom]::before {
    color: var(--color2);
    font-size: 0.8em;
    font-style: italic;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  & .left-rest[data-textontop]::before,
  & .left-rest[data-textonbottom]::before {
    left: 0;
    min-width: 100%;
    text-align: center;
    transform: none;
  }

  & [data-textontop]::before {
    content: attr(data-textontop);
    top: 0;
  }

  & [data-textonbottom]::before {
    bottom: 0;
    content: attr(data-textonbottom);
  }

  /* Запрет переноса */
  & div.long {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }

  & span.long {
    display: inline;
    white-space: nowrap;
  }

  /* Пустая строка */
  & div.emptyline {
    border-bottom: 0.15em solid #000;
    margin-top: 1em;
    width: 100%;
  }

  /* Математика */
  /* Квадратный корень */
  .squareroot {
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0.1em;
    padding-left: 0.45em;
    padding-top: 0.15em;
    position: relative;
  }

  .squareroot::after {
    border-left: 0.15em solid var(--color2);
    border-top: 0.15em solid var(--color2);
    box-sizing: border-box;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: skewX(-15deg);
    transform-origin: 0.075em calc(100% - 0.075em);
    width: 85%;
  }

  .squareroot::before {
    border-right: 0.15em solid var(--color2);
    border-top: 0.15em solid var(--color2);
    bottom: 0;
    box-sizing: border-box;
    content: "";
    height: 0.7em;
    position: absolute;
    right: calc(100% - 0.075em);
    transform: skewX(15deg);
    transform-origin: calc(100% - 0.075em) calc(100% - 0.075em);
    width: 0.35em;
  }

  /* Скобки (По высоте контента) */
  & span.bracket {
    display: inline-block;
    padding: 0 0.3em;
    position: relative;
  }

  & span.bracket::before {
    background-color: var(--color);
    content: "";
    height: 100%;
    left: 0.15em;
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6191 3C11.3776 5.33579 10 8.50702 10 12C10 15.493 11.3776 18.6642 13.6191 21' stroke='%23000000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    mask-size: 100% 100%;
    position: absolute;
    transform: translateX(-50%);
    width: 1em;
  }

  & span.bracket::after {
    background-color: var(--color);
    content: "";
    height: 100%;
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3C12.2415 5.33579 13.6191 8.50702 13.6191 12C13.6191 15.493 12.2415 18.6642 10 21' stroke='%23000000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    mask-position: center;
    mask-size: 100% 100%;
    position: absolute;
    transform: translateX(50%);
    right: 0.15em;
    width: 1em;
  }

  /* Дробь */
  & span.fraction {
    display: inline-block;
    margin: 0 0.2em;
    vertical-align: middle;
  }

  & span.fraction>span {
    display: block;
    text-align: center;
  }

  & span.fraction>span:not(:first-child) {
    border-top: 2px solid var(--color);
  }

  /* Ударение */
  & span.accent {
    display: inline-block;
    position: relative;

    &::before {
      color: var(--color2);
      content: "´";
      font-size: 0.9em;
      font-weight: bold;
      line-height: 1;
      position: absolute;
      text-align: center;
      top: 0;
      width: 100%;
    }
  }

  /* Морфемы */
  /* Приставка */
  & span.prefix {
    display: inline-block;
    margin-top: 0.3em;
    position: relative;
  }

  & span.prefix::before {
    border-right: 2px solid var(--color2);
    border-top: 2px solid var(--color2);
    content: "";
    height: 0.3em;
    position: absolute;
    top: -0.3em;
    width: calc(100% - 2px);
  }

  /* Корень */
  & span.root {
    display: inline-block;
    margin-top: 0.3em;
    position: relative;
  }

  & span.root::before {
    background-color: var(--color2);
    content: "";
    height: 0.6em;
    mask-image: url("data:image/svg+xml,%3Csvg height='1000' width='1000' preserveAspectRatio='none' viewbox='0 0 1000 1000' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse ry='960' rx='460' cy='1000' cx='500' stroke-width='80' stroke='%23000' fill='none'/%3E%3C/svg%3E");
    mask-size: 100% 100%;
    position: absolute;
    right: 50%;
    top: -0.3em;
    transform: translateX(50%);
    width: calc(100% - 2px);
  }

  /* Суффикс */
  & span.suffix {
    display: inline-block;
    margin-top: 0.3em;
    position: relative;
  }

  & span.suffix::before {
    background-color: var(--color2);
    border-radius: 0.05em;
    clip-path: polygon(0 100%, 0.1em 100%, 50% 0.1em, calc(100% - 0.1em) 100%, 100% 100%, calc(50% + 0.05em) 0, calc(50% - 0.05em) 0);
    content: "";
    height: 0.6em;
    left: 0.05em;
    position: absolute;
    top: -0.3em;
    width: 100%;
  }

  /* Окончание */
  & span.end:not(:empty) {
    border: 0.15em solid var(--color2);
    display: inline-block;
    margin: 0 0.1em;
    min-height: 0.8em;
    min-width: 0.4em;
    padding: 0 0.05em;
    position: relative;
  }

  & span.end:empty::before {
    border: 0.15em solid var(--color2);
    color: transparent;
    content: "0";
    display: inline-block;
    margin-left: 0.1em;
    position: relative;
    vertical-align: middle;
  }

  /* Постфикс */
  & span.postfix {
    display: inline-block;
    margin-top: 0.3em;
    position: relative;
  }

  & span.postfix::before {
    border-left: 2px solid var(--color2);
    border-top: 2px solid var(--color2);
    content: "";
    height: 0.3em;
    position: absolute;
    top: -0.3em;
    width: calc(100% - 2px);
  }

  /* Основа */
  & span.basis {
    display: inline-block;
    margin-bottom: 0.3em;
    position: relative;
  }

  & span.basis::before {
    border-bottom: 2px solid var(--color2);
    border-left: 2px solid var(--color2);
    border-right: 2px solid var(--color2);
    bottom: -0.3em;
    content: "";
    height: 0.3em;
    position: absolute;
    width: calc(100% - 2px);
  }

  /* Синтаксический разбор */
  /* Подлежащее */
  & span.subject {
    border-bottom: 0.1em solid var(--color2);
    display: inline-block;
  }

  /* Сказуемое */
  & span.predicate {
    border-bottom: 0.2em double var(--color2);
    display: inline-block;
  }

  /* Дополнение */
  & span.addition {
    border-bottom: 0.1em dashed var(--color2);
    display: inline-block;
  }

  /* Определение */
  & span.definition {
    background: radial-gradient(ellipse farthest-side at bottom left, transparent 0 0.1em, var(--color2) 0.1em 0.2em, transparent 0.2em 100%) repeat-x, radial-gradient(ellipse farthest-side at top right, transparent 0 0.1em, var(--color2) 0.1em 0.2em, transparent 0.2em 100%) repeat-x, radial-gradient(ellipse farthest-side at top left, transparent 0 0.1em, var(--color2) 0.1em 0.2em, transparent 0.2em 100%) repeat-x, radial-gradient(ellipse farthest-side at bottom right, transparent 0 0.1em, var(--color2) 0.1em 0.2em, transparent 0.2em 100%) repeat-x;
    background-position: bottom 0.2em left, bottom -0.1em left -0.3em, bottom -0.1em left 0.3em, bottom 0.2em left;
    background-size: 0.6em 0.3em, 0.6em 0.3em, 0.6em 0.3em, 0.6em 0.3em;
    border-bottom: 0.1em wavy var(--color2);
    display: inline-block;
    padding-bottom: 0.3em;
  }

  /* Обстоятельство */
  & span.circumstance {
    background: linear-gradient(to right, var(--color2) 0 50%, transparent 50% 70%, var(--color2) 70% 80%, transparent 80% 100%) 0 bottom repeat-x;
    background-position: bottom left;
    background-size: 1em 0.1em;
    display: inline-block;
    padding-bottom: 0.15em;
  }

  /* Цвета */
  /* Основные */
  &.lightblue,
  & .lightblue {
    --color2: #5db2f3;
  }

  &.purple,
  & .purple {
    --color2: #8b4186;
  }

  &.purple,
  & .grey {
    --color2: grey;
  }

  /* Фоновые */
  &.b-lightblue,
  & .b-lightblue {
    --bgcolor: #d9e4ec;
  }

  /* Обозначения */
  /* Теория */
  & div.theory {
    padding: 1em;
    padding-left: calc(12px + 1em);
    position: relative;
  }

  & div.theory::before {
    background-color: #8b4186;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 7px
  }

  & div.theory::after {
    background-color: #8b4186;
    content: "";
    height: 100%;
    left: 10px;
    position: absolute;
    top: 0;
    width: 2px
  }

  & div.theory.lightblue::before {
    background-color: #5db2f3;
  }

  & div.theory.lightblue::after {
    background-color: #5db2f3;
  }

  /* Толстая + тонкая полоса слева */
  & div.bt-line-left {
    background-color: var(--bgcolor);
    padding: 1em;
    padding-left: calc(12px + 1em);
    position: relative;
  }

  & div.bt-line-left::before {
    background-color: var(--color2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 7px
  }

  & div.bt-line-left::after {
    background-color: var(--color2);
    content: "";
    height: 100%;
    left: 10px;
    position: absolute;
    top: 0;
    width: 2px
  }

  /* Точечная рамка */
  & div.dottedframe {
    background-color: var(--bgcolor);
    border: 5px dotted var(--color2);
    padding: 1em;
  }

  /* Правило */
  & div.rule {
    background-color: #fff;
    border: 5px dotted #d11b3c;
    padding: 1em;
  }

  & div.rule.black {
    border: 5px dotted #000;
  }

  /* Наблюдения */
  & div.observe {
    border: 5px dotted #00a99f;
    padding: 1em;
  }

  & div.observe.lightblue {
    border: 5px dotted #5db2f3;
  }

  & div.observe.b-lightblue {
    background-color: #d9e4ec;
  }

  /* Памятка */
  & div.memo {
    background-color: #f3e3f3;
    border: 5px dotted #6c2b64;
    padding: 1em;
  }

  /* Словарь */
  & div.vocabulary {
    background-color: transparent;
    border: 5px dotted #3d7665;
    padding: 1em;
  }

  /* Развитие речи */
  & span.speechdev::before {
    content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='15' fill='%23D8355A'/%3E%3Cpath d='M8.737 8.935H7.173C6.97367 8.935 6.84717 8.90817 6.7935 8.8545C6.73983 8.80083 6.713 8.67433 6.713 8.475V7.256C6.713 7.03367 6.7475 6.89567 6.8165 6.842C6.89317 6.78067 7.03883 6.75 7.2535 6.75H15.5795C16.6222 6.75 17.5652 6.8535 18.4085 7.0605C19.2518 7.25983 19.9763 7.5665 20.582 7.9805C21.1953 8.3945 21.663 8.91967 21.985 9.556C22.3147 10.1923 22.4795 10.9437 22.4795 11.81C22.4795 12.6687 22.3147 13.4238 21.985 14.0755C21.663 14.7272 21.1953 15.2677 20.582 15.697C19.9763 16.1263 19.2518 16.4483 18.4085 16.663C17.5652 16.8777 16.6222 16.985 15.5795 16.985H13.6705C13.3868 16.985 13.2105 17.0195 13.1415 17.0885C13.0802 17.1575 13.0495 17.33 13.0495 17.606V21.171C13.0495 21.4547 13.084 21.6348 13.153 21.7115C13.222 21.7805 13.3983 21.815 13.682 21.815H15.3725C15.5795 21.815 15.7022 21.8495 15.7405 21.9185C15.7865 21.9798 15.8095 22.1178 15.8095 22.3325V23.402C15.8095 23.6473 15.7865 23.8083 15.7405 23.885C15.6945 23.9617 15.5488 24 15.3035 24H7.2995C7.0695 24 6.91233 23.9732 6.828 23.9195C6.75133 23.8658 6.713 23.7163 6.713 23.471V22.2635C6.713 22.0718 6.73983 21.9492 6.7935 21.8955C6.84717 21.8418 6.96983 21.815 7.1615 21.815H8.645C8.92867 21.815 9.09733 21.7728 9.151 21.6885C9.21233 21.6042 9.243 21.4317 9.243 21.171V9.3605C9.243 9.16117 9.2085 9.04233 9.1395 9.004C9.07817 8.958 8.944 8.935 8.737 8.935ZM13.5785 14.8H15.3495C16.2772 14.8 17.0055 14.5278 17.5345 13.9835C18.0635 13.4392 18.328 12.7147 18.328 11.81C18.328 10.8977 18.0635 10.1923 17.5345 9.694C17.0055 9.188 16.2772 8.935 15.3495 8.935H13.4175C13.2488 8.935 13.1453 8.97333 13.107 9.05C13.0687 9.119 13.0495 9.24167 13.0495 9.418V14.294C13.0495 14.5163 13.0802 14.6582 13.1415 14.7195C13.2028 14.7732 13.3485 14.8 13.5785 14.8Z' fill='white'/%3E%3C/svg%3E");
  }

  /* Развитие речи (Синий значок)*/
  & span.speechdevblue::before {
    content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='15' fill='blue'/%3E%3Cpath d='M8.737 8.935H7.173C6.97367 8.935 6.84717 8.90817 6.7935 8.8545C6.73983 8.80083 6.713 8.67433 6.713 8.475V7.256C6.713 7.03367 6.7475 6.89567 6.8165 6.842C6.89317 6.78067 7.03883 6.75 7.2535 6.75H15.5795C16.6222 6.75 17.5652 6.8535 18.4085 7.0605C19.2518 7.25983 19.9763 7.5665 20.582 7.9805C21.1953 8.3945 21.663 8.91967 21.985 9.556C22.3147 10.1923 22.4795 10.9437 22.4795 11.81C22.4795 12.6687 22.3147 13.4238 21.985 14.0755C21.663 14.7272 21.1953 15.2677 20.582 15.697C19.9763 16.1263 19.2518 16.4483 18.4085 16.663C17.5652 16.8777 16.6222 16.985 15.5795 16.985H13.6705C13.3868 16.985 13.2105 17.0195 13.1415 17.0885C13.0802 17.1575 13.0495 17.33 13.0495 17.606V21.171C13.0495 21.4547 13.084 21.6348 13.153 21.7115C13.222 21.7805 13.3983 21.815 13.682 21.815H15.3725C15.5795 21.815 15.7022 21.8495 15.7405 21.9185C15.7865 21.9798 15.8095 22.1178 15.8095 22.3325V23.402C15.8095 23.6473 15.7865 23.8083 15.7405 23.885C15.6945 23.9617 15.5488 24 15.3035 24H7.2995C7.0695 24 6.91233 23.9732 6.828 23.9195C6.75133 23.8658 6.713 23.7163 6.713 23.471V22.2635C6.713 22.0718 6.73983 21.9492 6.7935 21.8955C6.84717 21.8418 6.96983 21.815 7.1615 21.815H8.645C8.92867 21.815 9.09733 21.7728 9.151 21.6885C9.21233 21.6042 9.243 21.4317 9.243 21.171V9.3605C9.243 9.16117 9.2085 9.04233 9.1395 9.004C9.07817 8.958 8.944 8.935 8.737 8.935ZM13.5785 14.8H15.3495C16.2772 14.8 17.0055 14.5278 17.5345 13.9835C18.0635 13.4392 18.328 12.7147 18.328 11.81C18.328 10.8977 18.0635 10.1923 17.5345 9.694C17.0055 9.188 16.2772 8.935 15.3495 8.935H13.4175C13.2488 8.935 13.1453 8.97333 13.107 9.05C13.0687 9.119 13.0495 9.24167 13.0495 9.418V14.294C13.0495 14.5163 13.0802 14.6582 13.1415 14.7195C13.2028 14.7732 13.3485 14.8 13.5785 14.8Z' fill='white'/%3E%3C/svg%3E");
  }

  /* Повторение */
  & span.repeat::before {
    content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='15' fill='%234988B8'/%3E%3Cpath d='M5 11.5L8 8L11 11.5' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 22H10C9.46957 22 8.96086 21.7542 8.58579 21.3166C8.21071 20.879 8 20.2855 8 19.6667V8M25 18.5L22 22L19 18.5' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 8H20C20.5304 8 21.0391 8.24583 21.4142 8.68342C21.7893 9.121 22 9.71449 22 10.3333V22' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }

  /* Повышенная сложность */
  & span.difficult::before {
    content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='15' fill='%23954990'/%3E%3Cpath d='M15.0186 4C11.1496 4 8 7.0518 8 10.8351C8 12.9768 8.75302 13.9798 9.59191 15.2868C10.1513 16.1584 10.7277 17.16 11.0508 18.5987H18.9401C19.2616 17.1256 19.8438 16.1055 20.408 15.2252C21.2481 13.9147 22 12.9294 22 10.8352C22 7.04927 18.8878 4.00009 15.0187 4.00009L15.0186 4ZM10.2505 10.0034L11.36 10.9627L13.2505 12.5967L14.7409 10.995L15.0649 10.6459L15.395 10.9906L16.8644 12.5264L18.7744 10.9554L19.8585 10.0636L19.4927 11.4057L17.7783 17.6878L16.9151 17.4605L18.2637 12.5204L17.1153 13.465L16.7913 13.7305L16.503 13.4282L15.0739 11.9366L13.6134 13.5061L13.3177 13.8243L12.9892 13.5398L11.8782 12.5805L13.2133 17.4721L12.3501 17.698L10.6328 11.4056L10.2505 10.0033V10.0034ZM11.3301 19.4758V21.4061L18.2681 19.4758H11.3301ZM18.6698 20.2767L11.3301 22.3198V23.7015L18.6698 21.6598V20.2766V20.2767ZM18.6698 22.5707L12.9624 24.1592H18.6698V22.5707ZM12.3351 25.0363V26H17.7485V25.0364H12.3352L12.3351 25.0363Z' fill='white'/%3E%3C/svg%3E");
  }

  /* Исследование */
  & span.search::before {
    content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='15' fill='%2333BAAB'/%3E%3Cpath d='M15 6L4 12L15 18L24 13.09V20H26V12M8 16.18V20.18L15 24L22 20.18V16.18L15 20L8 16.18Z' fill='white'/%3E%3C/svg%3E");
  }

  /* Общение */
  & span.communication::before {
    content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='15' fill='%23F9A72B'/%3E%3Cpath d='M19.5 12.0005C23.6419 12.0005 27 14.453 27 17.4789C27 19.0175 26.129 20.4036 24.7312 21.3988C25.0362 22.8561 27.0064 23.4494 26.8718 23.8504C25.1099 24.4533 21.6207 23.0537 21.0915 22.8367C20.58 22.9171 20.0444 22.9578 19.5 22.9578C15.3581 22.9578 12 20.5048 12 17.4789C12 14.453 15.3587 12.0005 19.5 12.0005Z' fill='white'/%3E%3Cpath d='M2.65419 18.0095L2.73275 18.2435L2.9663 18.3234C3.50115 18.5065 4.129 18.5275 4.7428 18.4751C5.36374 18.422 6.01117 18.2899 6.60657 18.1349C7.65549 17.8618 8.57859 17.5081 8.96956 17.3515C9.46557 17.4223 9.97969 17.4578 10.5 17.4578C12.6656 17.4578 14.6465 16.8172 16.0981 15.7568C17.5494 14.6967 18.5 13.1903 18.5 11.4789C18.5 9.76749 17.5492 8.26118 16.0979 7.2012C14.6462 6.14094 12.6653 5.50048 10.5 5.50048C8.33437 5.50048 6.35348 6.14094 4.90188 7.20121C3.45065 8.2612 2.5 9.76752 2.5 11.4789C2.5 13.1032 3.35842 14.5377 4.68442 15.5854C4.50412 15.9845 4.14509 16.3159 3.73605 16.6189C3.62552 16.7008 3.51756 16.7763 3.41172 16.8503C3.40085 16.8579 3.39001 16.8655 3.3792 16.8731C3.26688 16.9517 3.1515 17.0329 3.05296 17.1108C2.95997 17.1843 2.84769 17.2809 2.76399 17.3965C2.68043 17.5119 2.56283 17.7374 2.65419 18.0095Z' fill='white' stroke='%23F9A72B'/%3E%3C/svg%3E");
  }

  /* Аудио */
  & span.audio::before {
    content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='29.9967' rx='14.9984' fill='%23E07B10'/%3E%3Cpath d='M24 20.9967C24 21.7619 23.7077 22.4982 23.1827 23.055C22.6578 23.6117 21.9399 23.9468 21.176 23.9917L21 23.9967H20C19.2348 23.9968 18.4985 23.7044 17.9417 23.1794C17.385 22.6545 17.0499 21.9366 17.005 21.1727L17 20.9967V17.9967C17 17.2315 17.2923 16.4952 17.8173 15.9385C18.3422 15.3817 19.0601 15.0466 19.824 15.0017L20 14.9967H21C21.351 14.9967 21.688 15.0567 22 15.1677V14.9967C22.0009 13.1604 21.2802 11.3973 19.9932 10.0874C18.7062 8.77752 16.9561 8.02582 15.12 7.99434C13.284 7.96285 11.5091 8.65411 10.1779 9.91908C8.84681 11.1841 8.06606 12.9215 8.004 14.7567L8 14.9967V15.1667C8.25133 15.0781 8.515 15.0237 8.791 15.0037L9 14.9967H10C10.7652 14.9967 11.5015 15.289 12.0583 15.814C12.615 16.339 12.9501 17.0568 12.995 17.8207L13 17.9967V20.9967C13 21.7619 12.7077 22.4982 12.1827 23.055C11.6578 23.6117 10.9399 23.9468 10.176 23.9917L10 23.9967H9C8.23479 23.9968 7.49849 23.7044 6.94174 23.1794C6.38499 22.6545 6.04989 21.9366 6.005 21.1727L6 20.9967V14.9967C6.00086 12.6333 6.93135 10.3651 8.59051 8.6819C10.2497 6.99875 12.5043 6.03578 14.8675 6.00098C17.2307 5.96618 19.5127 6.86234 21.2207 8.49591C22.9287 10.1295 23.9255 12.3693 23.996 14.7317L24 14.9967V20.9967Z' fill='white'/%3E%3C/svg%3E");
  }

  /* Работа в парах */
  & span.pare::before {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='50' height='23' viewBox='0 0 50 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='11' cy='11.5' r='10.5' fill='%23F3E3F3' stroke='%236A2861'/%3e%3cpath d='M14.8992 8.75002C14.8992 8.37933 14.7981 8.06635 14.661 7.86065C14.5215 7.65145 14.3838 7.60002 14.2992 7.60002C14.2147 7.60002 14.0769 7.65145 13.9374 7.86065C13.8003 8.06635 13.6992 8.37933 13.6992 8.75002C13.6992 9.12072 13.8003 9.4337 13.9374 9.6394C14.0769 9.8486 14.2147 9.90002 14.2992 9.90002C14.3838 9.90002 14.5215 9.8486 14.661 9.6394C14.7981 9.4337 14.8992 9.12072 14.8992 8.75002Z' fill='%236A2861' stroke='%236A2861'/%3e%3cpath d='M7.15039 10.4C9.35039 12.6 15.1804 16.56 20.9004 14.8L20.3504 16.45C18.3337 17.3667 11.9904 18.32 7.15039 10.4Z' fill='%236A2861' stroke='%236A2861' stroke-width='0.5'/%3e%3ccircle cx='11' cy='11' r='10.5' transform='matrix(-1 0 0 1 50 0.5)' fill='%23F3E3F3' stroke='%236A2861'/%3e%3cpath d='M35.1008 8.75002C35.1008 8.37933 35.2019 8.06635 35.339 7.86065C35.4785 7.65145 35.6162 7.60002 35.7008 7.60002C35.7853 7.60002 35.9231 7.65145 36.0626 7.86065C36.1997 8.06635 36.3008 8.37933 36.3008 8.75002C36.3008 9.12072 36.1997 9.4337 36.0626 9.6394C35.9231 9.8486 35.7853 9.90002 35.7008 9.90002C35.6162 9.90002 35.4785 9.8486 35.339 9.6394C35.2019 9.4337 35.1008 9.12072 35.1008 8.75002Z' fill='%236A2861' stroke='%236A2861'/%3e%3cpath d='M42.8496 10.4C40.6496 12.6 34.8196 16.56 29.0996 14.8L29.6496 16.45C31.6663 17.3667 38.0096 18.32 42.8496 10.4Z' fill='%236A2861' stroke='%236A2861' stroke-width='0.5'/%3e%3c/svg%3e");
  }

  /* Работа в группах */
  & span.group::before {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='9' cy='25' r='8.5' fill='%23F3E3F3' stroke='%236A2861'/%3e%3cmask id='path-2-inside-1_1145_9738' fill='white'%3e%3cellipse cx='0.9' cy='1.35' rx='0.9' ry='1.35' transform='matrix(1 0 0 -1 10.8008 24.1003)'/%3e%3c/mask%3e%3cellipse cx='0.9' cy='1.35' rx='0.9' ry='1.35' transform='matrix(1 0 0 -1 10.8008 24.1003)' fill='%236A2861'/%3e%3cpath d='M11.6008 22.7503C11.6008 22.5474 11.5441 22.409 11.5051 22.3504C11.487 22.3233 11.4853 22.3318 11.5154 22.3508C11.5497 22.3726 11.6149 22.4003 11.7008 22.4003V20.4003C12.3877 20.4003 12.8872 20.818 13.1692 21.241C13.4559 21.6711 13.6008 22.2077 13.6008 22.7503H11.6008ZM11.7008 22.4003C11.7867 22.4003 11.8519 22.3726 11.8862 22.3508C11.9162 22.3318 11.9146 22.3233 11.8964 22.3504C11.8574 22.409 11.8008 22.5474 11.8008 22.7503H9.80078C9.80078 22.2077 9.94562 21.6711 10.2323 21.241C10.5144 20.818 11.0139 20.4003 11.7008 20.4003V22.4003ZM11.8008 22.7503C11.8008 22.9532 11.8574 23.0917 11.8964 23.1502C11.9146 23.1774 11.9162 23.1689 11.8862 23.1499C11.8519 23.1281 11.7867 23.1003 11.7008 23.1003V25.1003C11.0139 25.1003 10.5144 24.6827 10.2323 24.2596C9.94562 23.8296 9.80078 23.293 9.80078 22.7503H11.8008ZM11.7008 23.1003C11.6149 23.1003 11.5497 23.1281 11.5154 23.1499C11.4853 23.1689 11.487 23.1774 11.5051 23.1502C11.5441 23.0917 11.6008 22.9532 11.6008 22.7503H13.6008C13.6008 23.293 13.4559 23.8296 13.1692 24.2596C12.8872 24.6827 12.3877 25.1003 11.7008 25.1003V23.1003Z' fill='%236A2861' mask='url(%23path-2-inside-1_1145_9738)'/%3e%3cpath d='M5.84961 24.1003C7.64961 25.9003 12.4196 29.1403 17.0996 27.7003L16.6496 29.0503C14.9996 29.8003 9.80961 30.5803 5.84961 24.1003Z' fill='%236A2861' stroke='%236A2861' stroke-width='0.5'/%3e%3ccircle cx='9' cy='9' r='8.5' transform='matrix(-1 0 0 1 50 16)' fill='%23F3E3F3' stroke='%236A2861'/%3e%3cmask id='path-6-inside-2_1145_9738' fill='white'%3e%3cellipse cx='38.2992' cy='22.7503' rx='0.9' ry='1.35' transform='rotate(180 38.2992 22.7503)'/%3e%3c/mask%3e%3cellipse cx='38.2992' cy='22.7503' rx='0.9' ry='1.35' transform='rotate(180 38.2992 22.7503)' fill='%236A2861'/%3e%3cpath d='M38.3992 22.7503C38.3992 22.5474 38.4559 22.409 38.4949 22.3504C38.513 22.3233 38.5147 22.3318 38.4846 22.3508C38.4503 22.3726 38.3851 22.4003 38.2992 22.4003V20.4003C37.6123 20.4003 37.1128 20.818 36.8308 21.241C36.5441 21.6711 36.3992 22.2077 36.3992 22.7503H38.3992ZM38.2992 22.4003C38.2133 22.4003 38.1481 22.3726 38.1138 22.3508C38.0838 22.3318 38.0854 22.3233 38.1036 22.3504C38.1426 22.409 38.1992 22.5474 38.1992 22.7503H40.1992C40.1992 22.2077 40.0544 21.6711 39.7677 21.241C39.4856 20.818 38.9861 20.4003 38.2992 20.4003V22.4003ZM38.1992 22.7503C38.1992 22.9532 38.1426 23.0917 38.1036 23.1502C38.0854 23.1774 38.0838 23.1689 38.1138 23.1499C38.1481 23.1281 38.2133 23.1003 38.2992 23.1003V25.1003C38.9861 25.1003 39.4856 24.6827 39.7677 24.2596C40.0544 23.8296 40.1992 23.293 40.1992 22.7503H38.1992ZM38.2992 23.1003C38.3851 23.1003 38.4503 23.1281 38.4846 23.1499C38.5147 23.1689 38.513 23.1774 38.4949 23.1502C38.4559 23.0917 38.3992 22.9532 38.3992 22.7503H36.3992C36.3992 23.293 36.5441 23.8296 36.8308 24.2596C37.1128 24.6827 37.6123 25.1003 38.2992 25.1003V23.1003Z' fill='%236A2861' mask='url(%23path-6-inside-2_1145_9738)'/%3e%3cpath d='M44.1504 24.1003C42.3504 25.9003 37.5804 29.1403 32.9004 27.7003L33.3504 29.0503C35.0004 29.8003 40.1904 30.5803 44.1504 24.1003Z' fill='%236A2861' stroke='%236A2861' stroke-width='0.5'/%3e%3ccircle cx='25' cy='9' r='8.5' transform='rotate(90 25 9)' fill='%23F3E3F3' stroke='%236A2861'/%3e%3cmask id='path-10-inside-3_1145_9738' fill='white'%3e%3cellipse cx='0.9' cy='1.35' rx='0.9' ry='1.35' transform='matrix(0 1 1 0 25.9004 10.8002)'/%3e%3c/mask%3e%3cellipse cx='0.9' cy='1.35' rx='0.9' ry='1.35' transform='matrix(0 1 1 0 25.9004 10.8002)' fill='%236A2861'/%3e%3cpath d='M27.2504 11.6002C27.4533 11.6002 27.5918 11.5435 27.6503 11.5045C27.6775 11.4864 27.669 11.4847 27.6499 11.5148C27.6281 11.5491 27.6004 11.6143 27.6004 11.7002H29.6004C29.6004 12.3871 29.1828 12.8866 28.7597 13.1686C28.3296 13.4553 27.7931 13.6002 27.2504 13.6002V11.6002ZM27.6004 11.7002C27.6004 11.7861 27.6281 11.8513 27.6499 11.8856C27.669 11.9156 27.6775 11.914 27.6503 11.8958C27.5918 11.8568 27.4533 11.8002 27.2504 11.8002V9.80017C27.7931 9.80017 28.3296 9.94501 28.7597 10.2317C29.1828 10.5138 29.6004 11.0133 29.6004 11.7002H27.6004ZM27.2504 11.8002C27.0475 11.8002 26.909 11.8568 26.8505 11.8958C26.8233 11.914 26.8318 11.9156 26.8509 11.8856C26.8726 11.8513 26.9004 11.7861 26.9004 11.7002H24.9004C24.9004 11.0133 25.318 10.5138 25.7411 10.2317C26.1712 9.94501 26.7077 9.80017 27.2504 9.80017V11.8002ZM26.9004 11.7002C26.9004 11.6143 26.8726 11.5491 26.8509 11.5148C26.8318 11.4847 26.8233 11.4864 26.8505 11.5045C26.909 11.5435 27.0475 11.6002 27.2504 11.6002V13.6002C26.7077 13.6002 26.1712 13.4553 25.7411 13.1686C25.318 12.8866 24.9004 12.3871 24.9004 11.7002H26.9004Z' fill='%236A2861' mask='url(%23path-10-inside-3_1145_9738)'/%3e%3cpath d='M25.9004 5.85034C24.1004 7.65034 20.8604 12.4203 22.3004 17.1003L20.9504 16.6503C20.2004 15.0003 19.4204 9.81034 25.9004 5.85034Z' fill='%236A2861' stroke='%236A2861' stroke-width='0.5'/%3e%3ccircle cx='9' cy='9' r='8.5' transform='matrix(0 -1 -1 0 34 50)' fill='%23F3E3F3' stroke='%236A2861'/%3e%3cmask id='path-14-inside-4_1145_9738' fill='white'%3e%3cellipse cx='27.2504' cy='38.2998' rx='0.9' ry='1.35' transform='rotate(-90 27.2504 38.2998)'/%3e%3c/mask%3e%3cellipse cx='27.2504' cy='38.2998' rx='0.9' ry='1.35' transform='rotate(-90 27.2504 38.2998)' fill='%236A2861'/%3e%3cpath d='M27.2504 38.3998C27.4533 38.3998 27.5918 38.4565 27.6503 38.4955C27.6775 38.5136 27.669 38.5153 27.6499 38.4852C27.6281 38.4509 27.6004 38.3857 27.6004 38.2998H29.6004C29.6004 37.6129 29.1828 37.1134 28.7597 36.8314C28.3296 36.5447 27.7931 36.3998 27.2504 36.3998V38.3998ZM27.6004 38.2998C27.6004 38.2139 27.6281 38.1487 27.6499 38.1144C27.669 38.0844 27.6775 38.086 27.6503 38.1042C27.5918 38.1432 27.4533 38.1998 27.2504 38.1998V40.1998C27.7931 40.1998 28.3296 40.055 28.7597 39.7683C29.1828 39.4862 29.6004 38.9867 29.6004 38.2998H27.6004ZM27.2504 38.1998C27.0475 38.1998 26.909 38.1432 26.8505 38.1042C26.8233 38.086 26.8318 38.0844 26.8509 38.1144C26.8726 38.1487 26.9004 38.2139 26.9004 38.2998H24.9004C24.9004 38.9867 25.318 39.4862 25.7411 39.7683C26.1712 40.055 26.7077 40.1998 27.2504 40.1998V38.1998ZM26.9004 38.2998C26.9004 38.3857 26.8726 38.4509 26.8509 38.4852C26.8318 38.5153 26.8233 38.5136 26.8505 38.4955C26.909 38.4565 27.0475 38.3998 27.2504 38.3998V36.3998C26.7077 36.3998 26.1712 36.5447 25.7411 36.8314C25.318 37.1134 24.9004 37.6129 24.9004 38.2998H26.9004Z' fill='%236A2861' mask='url(%23path-14-inside-4_1145_9738)'/%3e%3cpath d='M25.9004 44.1497C24.1004 42.3497 20.8604 37.5797 22.3004 32.8997L20.9504 33.3497C20.2004 34.9997 19.4204 40.1897 25.9004 44.1497Z' fill='%236A2861' stroke='%236A2861' stroke-width='0.5'/%3e%3c/svg%3e");
  }

  /* Голубые значки */
  /* Развитие речи */
  & span.speechdev.lightblue::before {
    content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='15' fill='%235db2f3'/%3E%3Cpath d='M8.737 8.935H7.173C6.97367 8.935 6.84717 8.90817 6.7935 8.8545C6.73983 8.80083 6.713 8.67433 6.713 8.475V7.256C6.713 7.03367 6.7475 6.89567 6.8165 6.842C6.89317 6.78067 7.03883 6.75 7.2535 6.75H15.5795C16.6222 6.75 17.5652 6.8535 18.4085 7.0605C19.2518 7.25983 19.9763 7.5665 20.582 7.9805C21.1953 8.3945 21.663 8.91967 21.985 9.556C22.3147 10.1923 22.4795 10.9437 22.4795 11.81C22.4795 12.6687 22.3147 13.4238 21.985 14.0755C21.663 14.7272 21.1953 15.2677 20.582 15.697C19.9763 16.1263 19.2518 16.4483 18.4085 16.663C17.5652 16.8777 16.6222 16.985 15.5795 16.985H13.6705C13.3868 16.985 13.2105 17.0195 13.1415 17.0885C13.0802 17.1575 13.0495 17.33 13.0495 17.606V21.171C13.0495 21.4547 13.084 21.6348 13.153 21.7115C13.222 21.7805 13.3983 21.815 13.682 21.815H15.3725C15.5795 21.815 15.7022 21.8495 15.7405 21.9185C15.7865 21.9798 15.8095 22.1178 15.8095 22.3325V23.402C15.8095 23.6473 15.7865 23.8083 15.7405 23.885C15.6945 23.9617 15.5488 24 15.3035 24H7.2995C7.0695 24 6.91233 23.9732 6.828 23.9195C6.75133 23.8658 6.713 23.7163 6.713 23.471V22.2635C6.713 22.0718 6.73983 21.9492 6.7935 21.8955C6.84717 21.8418 6.96983 21.815 7.1615 21.815H8.645C8.92867 21.815 9.09733 21.7728 9.151 21.6885C9.21233 21.6042 9.243 21.4317 9.243 21.171V9.3605C9.243 9.16117 9.2085 9.04233 9.1395 9.004C9.07817 8.958 8.944 8.935 8.737 8.935ZM13.5785 14.8H15.3495C16.2772 14.8 17.0055 14.5278 17.5345 13.9835C18.0635 13.4392 18.328 12.7147 18.328 11.81C18.328 10.8977 18.0635 10.1923 17.5345 9.694C17.0055 9.188 16.2772 8.935 15.3495 8.935H13.4175C13.2488 8.935 13.1453 8.97333 13.107 9.05C13.0687 9.119 13.0495 9.24167 13.0495 9.418V14.294C13.0495 14.5163 13.0802 14.6582 13.1415 14.7195C13.2028 14.7732 13.3485 14.8 13.5785 14.8Z' fill='white'/%3E%3C/svg%3E");
  }

  /* Повторение */
  & span.repeat.lightblue::before {
    content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='15' fill='%235db2f3'/%3E%3Cpath d='M5 11.5L8 8L11 11.5' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 22H10C9.46957 22 8.96086 21.7542 8.58579 21.3166C8.21071 20.879 8 20.2855 8 19.6667V8M25 18.5L22 22L19 18.5' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 8H20C20.5304 8 21.0391 8.24583 21.4142 8.68342C21.7893 9.121 22 9.71449 22 10.3333V22' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }

  /* Повышенная сложность */
  & span.difficult.lightblue::before {
    content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='15' fill='%235db2f3'/%3E%3Cpath d='M15.0186 4C11.1496 4 8 7.0518 8 10.8351C8 12.9768 8.75302 13.9798 9.59191 15.2868C10.1513 16.1584 10.7277 17.16 11.0508 18.5987H18.9401C19.2616 17.1256 19.8438 16.1055 20.408 15.2252C21.2481 13.9147 22 12.9294 22 10.8352C22 7.04927 18.8878 4.00009 15.0187 4.00009L15.0186 4ZM10.2505 10.0034L11.36 10.9627L13.2505 12.5967L14.7409 10.995L15.0649 10.6459L15.395 10.9906L16.8644 12.5264L18.7744 10.9554L19.8585 10.0636L19.4927 11.4057L17.7783 17.6878L16.9151 17.4605L18.2637 12.5204L17.1153 13.465L16.7913 13.7305L16.503 13.4282L15.0739 11.9366L13.6134 13.5061L13.3177 13.8243L12.9892 13.5398L11.8782 12.5805L13.2133 17.4721L12.3501 17.698L10.6328 11.4056L10.2505 10.0033V10.0034ZM11.3301 19.4758V21.4061L18.2681 19.4758H11.3301ZM18.6698 20.2767L11.3301 22.3198V23.7015L18.6698 21.6598V20.2766V20.2767ZM18.6698 22.5707L12.9624 24.1592H18.6698V22.5707ZM12.3351 25.0363V26H17.7485V25.0364H12.3352L12.3351 25.0363Z' fill='white'/%3E%3C/svg%3E");
  }

  /* Исследование */
  & span.search.lightblue::before {
    content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='15' fill='%235db2f3'/%3E%3Cpath d='M15 6L4 12L15 18L24 13.09V20H26V12M8 16.18V20.18L15 24L22 20.18V16.18L15 20L8 16.18Z' fill='white'/%3E%3C/svg%3E");
  }

  /* Общение */
  & span.communication.lightblue::before {
    content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='30' rx='15' fill='%235db2f3'/%3E%3Cpath d='M19.5 12.0005C23.6419 12.0005 27 14.453 27 17.4789C27 19.0175 26.129 20.4036 24.7312 21.3988C25.0362 22.8561 27.0064 23.4494 26.8718 23.8504C25.1099 24.4533 21.6207 23.0537 21.0915 22.8367C20.58 22.9171 20.0444 22.9578 19.5 22.9578C15.3581 22.9578 12 20.5048 12 17.4789C12 14.453 15.3587 12.0005 19.5 12.0005Z' fill='white'/%3E%3Cpath d='M2.65419 18.0095L2.73275 18.2435L2.9663 18.3234C3.50115 18.5065 4.129 18.5275 4.7428 18.4751C5.36374 18.422 6.01117 18.2899 6.60657 18.1349C7.65549 17.8618 8.57859 17.5081 8.96956 17.3515C9.46557 17.4223 9.97969 17.4578 10.5 17.4578C12.6656 17.4578 14.6465 16.8172 16.0981 15.7568C17.5494 14.6967 18.5 13.1903 18.5 11.4789C18.5 9.76749 17.5492 8.26118 16.0979 7.2012C14.6462 6.14094 12.6653 5.50048 10.5 5.50048C8.33437 5.50048 6.35348 6.14094 4.90188 7.20121C3.45065 8.2612 2.5 9.76752 2.5 11.4789C2.5 13.1032 3.35842 14.5377 4.68442 15.5854C4.50412 15.9845 4.14509 16.3159 3.73605 16.6189C3.62552 16.7008 3.51756 16.7763 3.41172 16.8503C3.40085 16.8579 3.39001 16.8655 3.3792 16.8731C3.26688 16.9517 3.1515 17.0329 3.05296 17.1108C2.95997 17.1843 2.84769 17.2809 2.76399 17.3965C2.68043 17.5119 2.56283 17.7374 2.65419 18.0095Z' fill='white' stroke='%235db2f3'/%3E%3C/svg%3E");
  }

  /* Аудио */
  & span.audio.lightblue::before {
    content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='30' height='29.9967' rx='14.9984' fill='%235db2f3'/%3E%3Cpath d='M24 20.9967C24 21.7619 23.7077 22.4982 23.1827 23.055C22.6578 23.6117 21.9399 23.9468 21.176 23.9917L21 23.9967H20C19.2348 23.9968 18.4985 23.7044 17.9417 23.1794C17.385 22.6545 17.0499 21.9366 17.005 21.1727L17 20.9967V17.9967C17 17.2315 17.2923 16.4952 17.8173 15.9385C18.3422 15.3817 19.0601 15.0466 19.824 15.0017L20 14.9967H21C21.351 14.9967 21.688 15.0567 22 15.1677V14.9967C22.0009 13.1604 21.2802 11.3973 19.9932 10.0874C18.7062 8.77752 16.9561 8.02582 15.12 7.99434C13.284 7.96285 11.5091 8.65411 10.1779 9.91908C8.84681 11.1841 8.06606 12.9215 8.004 14.7567L8 14.9967V15.1667C8.25133 15.0781 8.515 15.0237 8.791 15.0037L9 14.9967H10C10.7652 14.9967 11.5015 15.289 12.0583 15.814C12.615 16.339 12.9501 17.0568 12.995 17.8207L13 17.9967V20.9967C13 21.7619 12.7077 22.4982 12.1827 23.055C11.6578 23.6117 10.9399 23.9468 10.176 23.9917L10 23.9967H9C8.23479 23.9968 7.49849 23.7044 6.94174 23.1794C6.38499 22.6545 6.04989 21.9366 6.005 21.1727L6 20.9967V14.9967C6.00086 12.6333 6.93135 10.3651 8.59051 8.6819C10.2497 6.99875 12.5043 6.03578 14.8675 6.00098C17.2307 5.96618 19.5127 6.86234 21.2207 8.49591C22.9287 10.1295 23.9255 12.3693 23.996 14.7317L24 14.9967V20.9967Z' fill='white'/%3E%3C/svg%3E");
  }

  /* Дополнительные задания к упражнениям */
  & span.pencil.lightblue::before {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='30' height='30' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='50' height='50' rx='25' fill='%235db2f3'/%3e%3cpath d='M18.6349 33.8153L21.0862 36.2667L35.1016 22.251H35.1011C34.7793 22.2511 34.4606 22.1877 34.1633 22.0646C33.866 21.9415 33.5958 21.761 33.3682 21.5334C33.1406 21.3058 32.96 21.0356 32.8368 20.7382C32.7135 20.4408 32.6501 20.122 32.6502 19.8001L18.6349 33.8153Z' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M16.1838 31.3643L18.6351 33.8157L32.6504 19.8003C32.3285 19.8004 32.0098 19.737 31.7124 19.6138C31.4151 19.4907 31.1449 19.3101 30.9173 19.0825C30.6897 18.8549 30.5092 18.5847 30.386 18.2874C30.2628 17.99 30.1995 17.6713 30.1995 17.3494V17.349L16.1838 31.3643ZM16.1838 31.3643L13.7324 28.9129L27.7481 14.8976V14.898C27.7482 15.5479 28.0063 16.1712 28.4657 16.6309C28.9255 17.0907 29.5491 17.3489 30.1991 17.3489H30.1995L16.1838 31.3643Z' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M12.5085 30.138C12.1835 30.4635 12.001 30.9042 12.001 31.3639C12.001 31.8237 12.1835 32.2644 12.5085 32.5894L17.4112 37.4921C17.5721 37.6531 17.7632 37.7808 17.9735 37.868C18.1838 37.9551 18.4092 38 18.6369 38C18.8645 38 19.0899 37.9552 19.3002 37.868C19.5105 37.7809 19.7016 37.6532 19.8625 37.4922L21.088 36.2667L13.7344 28.9126C13.7344 28.9126 13.1212 29.5253 12.5085 30.138ZM37.0352 16.225L36.0476 20.5436C35.8999 21.1903 35.5726 21.7821 35.1034 22.2509H35.103C34.7811 22.251 34.4625 22.1877 34.1651 22.0645C33.8678 21.9414 33.5976 21.7609 33.3701 21.5333C33.1424 21.3058 32.9618 21.0355 32.8386 20.7381C32.7154 20.4407 32.652 20.1219 32.652 19.8C32.3301 19.8001 32.0114 19.7367 31.714 19.6135C31.4167 19.4904 31.1465 19.3098 30.9189 19.0822C30.6913 18.8546 30.5108 18.5844 30.3876 18.2871C30.2644 17.9897 30.2011 17.671 30.2011 17.3491L30.2007 17.3487C29.5507 17.3487 28.9271 17.0904 28.4673 16.6307C28.0079 16.171 27.7498 15.5477 27.7498 14.8978V14.8974C28.2187 14.4281 28.8107 14.1008 29.4576 13.9531L33.7757 12.966C34.1444 14.5823 35.4179 15.8563 37.0352 16.225Z' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M37.0341 16.225C35.4173 15.8562 34.1433 14.5827 33.7746 12.9659L38 12L37.0341 16.225Z' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  }

  /* Работа с текстом */
  & span.textwork.lightblue::before {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='30' height='30' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='50' height='50' rx='25' fill='%235db2f3'/%3e%3cpath d='M20.2034 38V36.83L22.5434 36.53C22.9234 36.49 23.1834 36.36 23.3234 36.14C23.4634 35.9 23.5334 35.53 23.5334 35.03V18.14H21.7934C21.0734 18.14 20.4634 18.21 19.9634 18.35C19.4634 18.49 19.0234 18.74 18.6434 19.1C18.2834 19.46 17.9534 19.96 17.6534 20.6C17.3534 21.24 17.0334 22.07 16.6934 23.09L15.3734 22.76L16.4534 16.76H33.6134L34.6334 22.76L33.2834 23.09C32.9634 22.07 32.6534 21.24 32.3534 20.6C32.0534 19.96 31.7234 19.46 31.3634 19.1C31.0034 18.74 30.5734 18.49 30.0734 18.35C29.5734 18.21 28.9634 18.14 28.2434 18.14H26.5034V35.15C26.5034 35.63 26.5634 35.97 26.6834 36.17C26.8234 36.35 27.1034 36.47 27.5234 36.53L29.8034 36.83V38H20.2034Z' fill='white'/%3e%3c/svg%3e");
  }

  /* Работа в парах */
  & span.pare.lightblue::before {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='50' height='23' viewBox='0 0 50 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='11' cy='11.5' r='10.5' fill='%23fff' stroke='%235db2f3'/%3e%3cpath d='M14.8992 8.75002C14.8992 8.37933 14.7981 8.06635 14.661 7.86065C14.5215 7.65145 14.3838 7.60002 14.2992 7.60002C14.2147 7.60002 14.0769 7.65145 13.9374 7.86065C13.8003 8.06635 13.6992 8.37933 13.6992 8.75002C13.6992 9.12072 13.8003 9.4337 13.9374 9.6394C14.0769 9.8486 14.2147 9.90002 14.2992 9.90002C14.3838 9.90002 14.5215 9.8486 14.661 9.6394C14.7981 9.4337 14.8992 9.12072 14.8992 8.75002Z' fill='%236A2861' stroke='%235db2f3'/%3e%3cpath d='M7.15039 10.4C9.35039 12.6 15.1804 16.56 20.9004 14.8L20.3504 16.45C18.3337 17.3667 11.9904 18.32 7.15039 10.4Z' fill='%236A2861' stroke='%235db2f3' stroke-width='0.5'/%3e%3ccircle cx='11' cy='11' r='10.5' transform='matrix(-1 0 0 1 50 0.5)' fill='%23fff' stroke='%235db2f3'/%3e%3cpath d='M35.1008 8.75002C35.1008 8.37933 35.2019 8.06635 35.339 7.86065C35.4785 7.65145 35.6162 7.60002 35.7008 7.60002C35.7853 7.60002 35.9231 7.65145 36.0626 7.86065C36.1997 8.06635 36.3008 8.37933 36.3008 8.75002C36.3008 9.12072 36.1997 9.4337 36.0626 9.6394C35.9231 9.8486 35.7853 9.90002 35.7008 9.90002C35.6162 9.90002 35.4785 9.8486 35.339 9.6394C35.2019 9.4337 35.1008 9.12072 35.1008 8.75002Z' fill='%236A2861' stroke='%235db2f3'/%3e%3cpath d='M42.8496 10.4C40.6496 12.6 34.8196 16.56 29.0996 14.8L29.6496 16.45C31.6663 17.3667 38.0096 18.32 42.8496 10.4Z' fill='%236A2861' stroke='%235db2f3' stroke-width='0.5'/%3e%3c/svg%3e");
  }

  /* Работа в группах */
  & span.group.lightblue::before {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='9' cy='25' r='8.5' fill='%23fff' stroke='%235db2f3'/%3e%3cmask id='path-2-inside-1_1145_9738' fill='white'%3e%3cellipse cx='0.9' cy='1.35' rx='0.9' ry='1.35' transform='matrix(1 0 0 -1 10.8008 24.1003)'/%3e%3c/mask%3e%3cellipse cx='0.9' cy='1.35' rx='0.9' ry='1.35' transform='matrix(1 0 0 -1 10.8008 24.1003)' fill='%235db2f3'/%3e%3cpath d='M11.6008 22.7503C11.6008 22.5474 11.5441 22.409 11.5051 22.3504C11.487 22.3233 11.4853 22.3318 11.5154 22.3508C11.5497 22.3726 11.6149 22.4003 11.7008 22.4003V20.4003C12.3877 20.4003 12.8872 20.818 13.1692 21.241C13.4559 21.6711 13.6008 22.2077 13.6008 22.7503H11.6008ZM11.7008 22.4003C11.7867 22.4003 11.8519 22.3726 11.8862 22.3508C11.9162 22.3318 11.9146 22.3233 11.8964 22.3504C11.8574 22.409 11.8008 22.5474 11.8008 22.7503H9.80078C9.80078 22.2077 9.94562 21.6711 10.2323 21.241C10.5144 20.818 11.0139 20.4003 11.7008 20.4003V22.4003ZM11.8008 22.7503C11.8008 22.9532 11.8574 23.0917 11.8964 23.1502C11.9146 23.1774 11.9162 23.1689 11.8862 23.1499C11.8519 23.1281 11.7867 23.1003 11.7008 23.1003V25.1003C11.0139 25.1003 10.5144 24.6827 10.2323 24.2596C9.94562 23.8296 9.80078 23.293 9.80078 22.7503H11.8008ZM11.7008 23.1003C11.6149 23.1003 11.5497 23.1281 11.5154 23.1499C11.4853 23.1689 11.487 23.1774 11.5051 23.1502C11.5441 23.0917 11.6008 22.9532 11.6008 22.7503H13.6008C13.6008 23.293 13.4559 23.8296 13.1692 24.2596C12.8872 24.6827 12.3877 25.1003 11.7008 25.1003V23.1003Z' fill='%235db2f3' mask='url(%23path-2-inside-1_1145_9738)'/%3e%3cpath d='M5.84961 24.1003C7.64961 25.9003 12.4196 29.1403 17.0996 27.7003L16.6496 29.0503C14.9996 29.8003 9.80961 30.5803 5.84961 24.1003Z' fill='%235db2f3' stroke='%235db2f3' stroke-width='0.5'/%3e%3ccircle cx='9' cy='9' r='8.5' transform='matrix(-1 0 0 1 50 16)' fill='%23F3E3F3' stroke='%235db2f3'/%3e%3cmask id='path-6-inside-2_1145_9738' fill='white'%3e%3cellipse cx='38.2992' cy='22.7503' rx='0.9' ry='1.35' transform='rotate(180 38.2992 22.7503)'/%3e%3c/mask%3e%3cellipse cx='38.2992' cy='22.7503' rx='0.9' ry='1.35' transform='rotate(180 38.2992 22.7503)' fill='%235db2f3'/%3e%3cpath d='M38.3992 22.7503C38.3992 22.5474 38.4559 22.409 38.4949 22.3504C38.513 22.3233 38.5147 22.3318 38.4846 22.3508C38.4503 22.3726 38.3851 22.4003 38.2992 22.4003V20.4003C37.6123 20.4003 37.1128 20.818 36.8308 21.241C36.5441 21.6711 36.3992 22.2077 36.3992 22.7503H38.3992ZM38.2992 22.4003C38.2133 22.4003 38.1481 22.3726 38.1138 22.3508C38.0838 22.3318 38.0854 22.3233 38.1036 22.3504C38.1426 22.409 38.1992 22.5474 38.1992 22.7503H40.1992C40.1992 22.2077 40.0544 21.6711 39.7677 21.241C39.4856 20.818 38.9861 20.4003 38.2992 20.4003V22.4003ZM38.1992 22.7503C38.1992 22.9532 38.1426 23.0917 38.1036 23.1502C38.0854 23.1774 38.0838 23.1689 38.1138 23.1499C38.1481 23.1281 38.2133 23.1003 38.2992 23.1003V25.1003C38.9861 25.1003 39.4856 24.6827 39.7677 24.2596C40.0544 23.8296 40.1992 23.293 40.1992 22.7503H38.1992ZM38.2992 23.1003C38.3851 23.1003 38.4503 23.1281 38.4846 23.1499C38.5147 23.1689 38.513 23.1774 38.4949 23.1502C38.4559 23.0917 38.3992 22.9532 38.3992 22.7503H36.3992C36.3992 23.293 36.5441 23.8296 36.8308 24.2596C37.1128 24.6827 37.6123 25.1003 38.2992 25.1003V23.1003Z' fill='%235db2f3' mask='url(%23path-6-inside-2_1145_9738)'/%3e%3cpath d='M44.1504 24.1003C42.3504 25.9003 37.5804 29.1403 32.9004 27.7003L33.3504 29.0503C35.0004 29.8003 40.1904 30.5803 44.1504 24.1003Z' fill='%235db2f3' stroke='%235db2f3' stroke-width='0.5'/%3e%3ccircle cx='25' cy='9' r='8.5' transform='rotate(90 25 9)' fill='%23F3E3F3' stroke='%235db2f3'/%3e%3cmask id='path-10-inside-3_1145_9738' fill='white'%3e%3cellipse cx='0.9' cy='1.35' rx='0.9' ry='1.35' transform='matrix(0 1 1 0 25.9004 10.8002)'/%3e%3c/mask%3e%3cellipse cx='0.9' cy='1.35' rx='0.9' ry='1.35' transform='matrix(0 1 1 0 25.9004 10.8002)' fill='%235db2f3'/%3e%3cpath d='M27.2504 11.6002C27.4533 11.6002 27.5918 11.5435 27.6503 11.5045C27.6775 11.4864 27.669 11.4847 27.6499 11.5148C27.6281 11.5491 27.6004 11.6143 27.6004 11.7002H29.6004C29.6004 12.3871 29.1828 12.8866 28.7597 13.1686C28.3296 13.4553 27.7931 13.6002 27.2504 13.6002V11.6002ZM27.6004 11.7002C27.6004 11.7861 27.6281 11.8513 27.6499 11.8856C27.669 11.9156 27.6775 11.914 27.6503 11.8958C27.5918 11.8568 27.4533 11.8002 27.2504 11.8002V9.80017C27.7931 9.80017 28.3296 9.94501 28.7597 10.2317C29.1828 10.5138 29.6004 11.0133 29.6004 11.7002H27.6004ZM27.2504 11.8002C27.0475 11.8002 26.909 11.8568 26.8505 11.8958C26.8233 11.914 26.8318 11.9156 26.8509 11.8856C26.8726 11.8513 26.9004 11.7861 26.9004 11.7002H24.9004C24.9004 11.0133 25.318 10.5138 25.7411 10.2317C26.1712 9.94501 26.7077 9.80017 27.2504 9.80017V11.8002ZM26.9004 11.7002C26.9004 11.6143 26.8726 11.5491 26.8509 11.5148C26.8318 11.4847 26.8233 11.4864 26.8505 11.5045C26.909 11.5435 27.0475 11.6002 27.2504 11.6002V13.6002C26.7077 13.6002 26.1712 13.4553 25.7411 13.1686C25.318 12.8866 24.9004 12.3871 24.9004 11.7002H26.9004Z' fill='%235db2f3' mask='url(%23path-10-inside-3_1145_9738)'/%3e%3cpath d='M25.9004 5.85034C24.1004 7.65034 20.8604 12.4203 22.3004 17.1003L20.9504 16.6503C20.2004 15.0003 19.4204 9.81034 25.9004 5.85034Z' fill='%235db2f3' stroke='%235db2f3' stroke-width='0.5'/%3e%3ccircle cx='9' cy='9' r='8.5' transform='matrix(0 -1 -1 0 34 50)' fill='%23F3E3F3' stroke='%235db2f3'/%3e%3cmask id='path-14-inside-4_1145_9738' fill='white'%3e%3cellipse cx='27.2504' cy='38.2998' rx='0.9' ry='1.35' transform='rotate(-90 27.2504 38.2998)'/%3e%3c/mask%3e%3cellipse cx='27.2504' cy='38.2998' rx='0.9' ry='1.35' transform='rotate(-90 27.2504 38.2998)' fill='%235db2f3'/%3e%3cpath d='M27.2504 38.3998C27.4533 38.3998 27.5918 38.4565 27.6503 38.4955C27.6775 38.5136 27.669 38.5153 27.6499 38.4852C27.6281 38.4509 27.6004 38.3857 27.6004 38.2998H29.6004C29.6004 37.6129 29.1828 37.1134 28.7597 36.8314C28.3296 36.5447 27.7931 36.3998 27.2504 36.3998V38.3998ZM27.6004 38.2998C27.6004 38.2139 27.6281 38.1487 27.6499 38.1144C27.669 38.0844 27.6775 38.086 27.6503 38.1042C27.5918 38.1432 27.4533 38.1998 27.2504 38.1998V40.1998C27.7931 40.1998 28.3296 40.055 28.7597 39.7683C29.1828 39.4862 29.6004 38.9867 29.6004 38.2998H27.6004ZM27.2504 38.1998C27.0475 38.1998 26.909 38.1432 26.8505 38.1042C26.8233 38.086 26.8318 38.0844 26.8509 38.1144C26.8726 38.1487 26.9004 38.2139 26.9004 38.2998H24.9004C24.9004 38.9867 25.318 39.4862 25.7411 39.7683C26.1712 40.055 26.7077 40.1998 27.2504 40.1998V38.1998ZM26.9004 38.2998C26.9004 38.3857 26.8726 38.4509 26.8509 38.4852C26.8318 38.5153 26.8233 38.5136 26.8505 38.4955C26.909 38.4565 27.0475 38.3998 27.2504 38.3998V36.3998C26.7077 36.3998 26.1712 36.5447 25.7411 36.8314C25.318 37.1134 24.9004 37.6129 24.9004 38.2998H26.9004Z' fill='%235db2f3' mask='url(%23path-14-inside-4_1145_9738)'/%3e%3cpath d='M25.9004 44.1497C24.1004 42.3497 20.8604 37.5797 22.3004 32.8997L20.9504 33.3497C20.2004 34.9997 19.4204 40.1897 25.9004 44.1497Z' fill='%235db2f3' stroke='%235db2f3' stroke-width='0.5'/%3e%3c/svg%3e");
  }


  /* Цвета */
  & .blue {
    --eng-color: #5495d6;
  }

  & .orange {
    --eng-color: #f57b2e;
  }

  & .red {
    --eng-color: #ef373e;
  }

  & .green {
    --eng-color: #80cc28;
  }

  & .lightblue {
    --eng-color: #00adef;
  }

  & .carrot {
    --eng-color: #fd5f1e;
  }

  & .indigo {
    --eng-color: #5d7dba;
  }

  /* Обозначения */
  & .text {
    color: var(--eng-color);
  }

  & .number {
    background-color: var(--eng-color);
    color: #fff;
    font-size: 1.2em;
    left: 0;
    line-height: 1em;
    margin: 1px;
    padding: 0.2em 0.35em;
  }

  & .frame {
    border: 1px solid var(--eng-color);
    display: inline-block;
    line-height: 1em;
    padding: 0.2em;
    vertical-align: baseline;
  }

  & .trarrow::before {
    color: var(--eng-color);
    content: "►";
  }

  & .rhomb {
    margin: 1px;

    &::before {
      color: var(--eng-color);
      content: "◆";
    }
  }

  & .headphones::before {
    background-image: url("../build/assets/spotlight/headphones.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 1.2em;
    vertical-align: bottom;
    width: 1.2em;
  }

  & .pen::before {
    background-image: url("../build/assets/spotlight/pen.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 1.2em;
    vertical-align: bottom;
    width: 1.2em;
  }

  & .smile::before {
    background-image: url("../build/assets/spotlight/smiley.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 1.2em;
    vertical-align: bottom;
    width: 2.4em;
  }

  .arrtoptoleft {
    display: inline-block;
    position: relative;
  }

  .arrtoptoleft::before {
    background-color: var(--color2);
    content: "";
    height: 0.08em;
    left: 0.05em;
    min-width: 0.35em;
    position: absolute;
    width: calc(100% - 0.4em);
  }

  .arrtoptoleft::after {
    content: "";
    border-bottom: 0.1em solid transparent;
    border-left: 0.3em solid var(--color2);
    border-top: 0.1em solid transparent;
    height: 0;
    position: absolute;
    right: 0.05em;
    top: -0.06em;
    width: 0;
  }
}