.dark-theme {
  .main-content {
    .choice-exercises-page {
      .category-img {
        opacity: 1;
      }

      .slide-pill {
        color: #f0f0f0;
        border: 1px solid #9e9e9e;
        border-right: none;
      }

      .category-list {
        h2 {
          color: #f0f0f0;
        }

        .search {
          background: #323232;

          input {
            color: #f0f0f0;
          }
        }

        .exercises-list {
          .card {
            background: #323232;

            .card-link {
              .thumb-wrap {
                background: #fff; /* сменить на f0f0f0 когда добавим упражнения */
              }

              .main {
                .main-title {
                  color: #f0f0f0;
                }
              }
            }

            /* ======= Чекбокс справа ======= */

            .check-wrap {
              .check-visual {
                background: #323232;
              }

              .check:checked + .check-visual::after {
                border-right: 3px solid #f0f0f0;
                border-bottom: 3px solid #f0f0f0;
              }
            }
          }
        }
      }
    }
  }
}

