@font-face {
  font-family: 'Roboto';
  src: url(/70a29d3bdcd76875a01b7aa8fb5bc38a.woff2) format("woff2"), url(/bc2352b6b327fe62ed37a30dbf4d90a7.woff) format("woff"), url(/fa53a18ef07da8f9e3f69960ec3c72e0.ttf) format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url(/549beca29bd13908f4a37f26d278a86e.woff2) format("woff2"), url(/bdd3ec268914bb02adc0e5413d66b1e4.woff) format("woff"), url(/9677290a2307369360a33b22fdc52881.ttf) format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Kelson Sans';
  src: url(/427f635993303a8bb681a84251b1154b.woff2) format("woff2"), url(/248793130ab2980afc255ad73ba13109.woff) format("woff"), url(/5cfc6e788abb35ff628b74ce8a68ee85.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Kelson Sans';
  src: url(/1a4f49523fef7d6e9bdabc010ba1aab8.woff2) format("woff2"), url(/abf76ca77a32498363b0dc7e54fccf69.woff) format("woff"), url(/b3722eac1ccefc89dbc915bc21853b97.ttf) format("truetype");
  font-weight: 700;
  font-style: normal; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fade-enter {
  opacity: 0; }
  .fade-enter.fade-enter-active {
    opacity: 1;
    transition: opacity 300ms ease-in; }

.fade-exit {
  opacity: 1; }
  .fade-exit.fade-exit-active {
    opacity: 0;
    transition: opacity 300ms ease-in; }

* {
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased; }

.top-margined {
  margin-top: 25px; }

.vertically-margined {
  margin: 25px 0; }

.right-margined {
  margin-right: 25px; }

.left-margined {
  margin-left: 25px; }

.right-align {
  text-align: right; }

.title, .title-big, .title-small, .m-exercise-card--title {
  font-family: "Kelson Sans", sans-serif;
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 15px; }

.title-big {
  font-size: 32px; }

.title-small {
  font-size: 14px; }

.text-big {
  font-size: 18px; }

.text-small, .m-share--title, .m-toolkit--header .m-toolkit-header--button, .m-toolkit--conditions-header .m-toolkit-header--button, .m-exercise-card--description, .m-exercise-card--tags, .m-exercise--tags {
  font-size: 14px; }

a {
  color: #FF7F49;
  text-decoration: none;
  font-family: "Kelson Sans", sans-serif;
  transition: .2s; }
  a:hover {
    color: #ff561b; }
  a:disabled {
    color: #ffd7ab; }
  a.black-link {
    color: black;
    font-family: Roboto, sans-serif; }
    a.black-link:hover {
      color: black;
      text-decoration: underline; }
    a.black-link:disabled {
      color: #bebebe; }
  a.grey-link {
    color: #bebebe;
    font-family: Roboto, sans-serif;
    text-decoration: underline; }
    a.grey-link:hover {
      color: #FF7F49; }

.checkmark {
  content: '';
  display: inline-block;
  width: 8px;
  height: 5px;
  border-bottom: 2px solid #FF7F49;
  border-left: 2px solid #FF7F49;
  margin: 4px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.orange, .m-exercise--tags-label {
  color: #FF7F49;
  font-weight: bold; }

.grey {
  color: #bebebe;
  font-weight: bold; }

.inline {
  display: inline-block; }

.list-item {
  display: inline-block;
  padding-right: 5px; }
  .list-item:not(:last-child)::after {
    content: ","; }

.arrow-down {
  position: absolute;
  margin: 10px;
  cursor: pointer;
  content: '';
  width: 30px;
  height: 30px;
  border-bottom: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  transition: .3s; }
  .arrow-down:hover {
    border-bottom: 1px solid white;
    border-right: 1px solid white; }

.ql-video {
  width: 560px;
  height: 315px; }

.icon-audience .level {
  fill: black;
  opacity: .2; }

.icon-audience.kids .level.kids {
  fill: #FF7F49;
  opacity: 1; }

.icon-audience.teens .level.teens {
  fill: #FF7F49;
  opacity: 1; }

.icon-audience.adults .level.adults {
  fill: #FF7F49;
  opacity: 1; }

.icon-difficulty .level {
  fill: black;
  opacity: .2; }

.icon-difficulty.low .level.low {
  fill: #FF7F49;
  opacity: 1; }

.icon-difficulty.high .level {
  fill: #FF7F49;
  opacity: 1; }

@media (max-width: 1024px) {
  .title, .title-big, .title-small, .m-exercise-card--title {
    font-size: 20px;
    padding-bottom: 12px; }
  .title-big {
    font-size: 28px; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.button {
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  font-family: "Kelson Sans", sans-serif;
  color: white;
  font-weight: bold;
  background-color: #FF7F49;
  display: inline-block;
  transition: .3s;
  border: none;
  box-shadow: none;
  padding: 13px 20px 10px;
  font-size: 14px; }
  .button:hover {
    background-color: #ff561b;
    color: white; }
  .button:disabled {
    background-color: #ffd7ab;
    cursor: default; }

.button-big {
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  font-family: "Kelson Sans", sans-serif;
  color: white;
  font-weight: bold;
  background-color: #FF7F49;
  display: inline-block;
  transition: .3s;
  border: none;
  box-shadow: none;
  padding: 18px 25px 15px;
  font-size: 16px; }
  .button-big:hover {
    background-color: #ff561b;
    color: white; }
  .button-big:disabled {
    background-color: #ffd7ab;
    cursor: default; }

.button-small {
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  font-family: "Kelson Sans", sans-serif;
  color: white;
  font-weight: bold;
  background-color: #FF7F49;
  display: inline-block;
  transition: .3s;
  border: none;
  box-shadow: none;
  padding: 8px 20px 5px;
  font-size: 12px; }
  .button-small:hover {
    background-color: #ff561b;
    color: white; }
  .button-small:disabled {
    background-color: #ffd7ab;
    cursor: default; }

.button-ellipsis {
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  font-family: "Kelson Sans", sans-serif;
  color: white;
  font-weight: bold;
  background-color: #FF7F49;
  display: inline-block;
  transition: .3s;
  border: none;
  box-shadow: none;
  padding: 13px 20px 10px;
  font-size: 14px;
  border-radius: 20px; }
  .button-ellipsis:hover {
    background-color: #ff561b;
    color: white; }
  .button-ellipsis:disabled {
    background-color: #ffd7ab;
    cursor: default; }

.button-ellipsis-big {
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  font-family: "Kelson Sans", sans-serif;
  color: white;
  font-weight: bold;
  background-color: #FF7F49;
  display: inline-block;
  transition: .3s;
  border: none;
  box-shadow: none;
  padding: 18px 25px 15px;
  font-size: 16px;
  border-radius: 25px; }
  .button-ellipsis-big:hover {
    background-color: #ff561b;
    color: white; }
  .button-ellipsis-big:disabled {
    background-color: #ffd7ab;
    cursor: default; }

.button-ellipsis-small {
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  font-family: "Kelson Sans", sans-serif;
  color: white;
  font-weight: bold;
  background-color: #FF7F49;
  display: inline-block;
  transition: .3s;
  border: none;
  box-shadow: none;
  padding: 8px 20px 5px;
  font-size: 12px;
  border-radius: 15px; }
  .button-ellipsis-small:hover {
    background-color: #ff561b;
    color: white; }
  .button-ellipsis-small:disabled {
    background-color: #ffd7ab;
    cursor: default; }

.button-red {
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  font-family: "Kelson Sans", sans-serif;
  color: white;
  font-weight: bold;
  background-color: red;
  display: inline-block;
  transition: .3s;
  border: none;
  box-shadow: none;
  padding: 13px 20px 10px;
  font-size: 14px; }
  .button-red:hover {
    background-color: darkred;
    color: white; }
  .button-red:disabled {
    background-color: #ffd7ab;
    cursor: default; }

.button-red-big {
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  font-family: "Kelson Sans", sans-serif;
  color: white;
  font-weight: bold;
  background-color: red;
  display: inline-block;
  transition: .3s;
  border: none;
  box-shadow: none;
  padding: 18px 25px 15px;
  font-size: 16px; }
  .button-red-big:hover {
    background-color: darkred;
    color: white; }
  .button-red-big:disabled {
    background-color: #ffd7ab;
    cursor: default; }

.button-red-small {
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  font-family: "Kelson Sans", sans-serif;
  color: white;
  font-weight: bold;
  background-color: red;
  display: inline-block;
  transition: .3s;
  border: none;
  box-shadow: none;
  padding: 8px 20px 5px;
  font-size: 12px; }
  .button-red-small:hover {
    background-color: darkred;
    color: white; }
  .button-red-small:disabled {
    background-color: #ffd7ab;
    cursor: default; }

.m-error {
  width: 100%;
  min-height: calc(100vh - 160px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: white;
  animation: fade-in .3s linear; }
  .m-error.fullscreen {
    min-height: 100vh; }
  .m-error--content {
    max-width: 600px;
    margin: 20px;
    font-family: "Kelson Sans", sans-serif;
    font-size: 24px; }

.m-loading {
  position: fixed;
  top: 100px;
  bottom: 60px;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: white; }
  .m-loading--indicator {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 0.25rem solid rgba(255, 127, 73, 0.2);
    border-top-color: #FF7F49;
    animation: spin 1s infinite linear; }

@media (max-width: 1024px) {
  .m-loading {
    top: 80px;
    bottom: 48px; } }

.m-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  color: white;
  z-index: 5;
  background: rgba(0, 0, 0, 0.6);
  transition: .3s; }
  .m-header.hidden {
    -ms-transform: translateY(-100%);
        transform: translateY(-100%); }
  .m-header--wrapper {
    max-width: 1000px;
    height: 100%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
  .m-header--left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: end;
        align-items: flex-end; }
  .m-header--menu-icon svg {
    width: 30px;
    fill: white;
    padding-right: 30px;
    cursor: pointer;
    display: none; }
  .m-header--logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-family: "Kelson Sans", sans-serif;
    font-size: 20px;
    padding-right: 20px;
    white-space: nowrap;
    color: white;
    cursor: pointer; }
    .m-header--logo:hover {
      color: white; }
    .m-header--logo-image {
      padding-right: 10px; }
      .m-header--logo-image svg {
        height: 30px;
        width: 24px; }
  .m-header--menu {
    padding-bottom: 3px; }

@media (max-width: 1024px) {
  .m-header {
    height: 80px; }
    .m-header--wrapper {
      margin: 0 20px; }
    .m-header--left {
      -ms-flex-align: center;
          align-items: center; }
    .m-header--menu-icon svg {
      display: block; }
    .m-header--menu {
      position: fixed;
      left: 0;
      bottom: 48px;
      top: 80px;
      height: calc(100vh - 48px - 80px);
      background-color: rgba(0, 0, 0, 0.6);
      padding: 30px;
      width: 100px;
      -ms-transform: translateX(-200%);
          transform: translateX(-200%);
      transition: .3s; }
      .m-header--menu.open {
        -ms-transform: translateX(0);
            transform: translateX(0); }
      .m-header--menu .m-menu--item {
        display: inline-block;
        padding-bottom: 15px; } }

@media (max-width: 600px) {
  .m-header.hidden {
    -ms-transform: none;
        transform: none; }
  .m-header--logo-text {
    display: none; } }

.m-menu {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0; }
  .m-menu--item {
    display: inline-block;
    padding-right: 15px;
    cursor: pointer;
    font-family: Roboto, sans-serif;
    color: white; }
    .m-menu--item::after {
      display: block;
      margin-top: 3px;
      border-radius: 3px;
      content: '';
      width: 100%;
      height: 4px;
      background-color: transparent;
      transition: .3s; }
    .m-menu--item:hover {
      color: white; }
      .m-menu--item:hover::after {
        background-color: white; }
    .m-menu--item.selected {
      font-weight: bold;
      cursor: default; }
      .m-menu--item.selected::after {
        background-color: white; }

@media (max-width: 1024px) {
  .m-header .m-menu {
    display: block; } }

.m-share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .m-share--block {
    margin: 0 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 3px;
    cursor: pointer; }
    .m-share--block:hover .m-share--count {
      opacity: 1; }
  .m-share--icon svg {
    height: 16px;
    width: 16px;
    fill: white; }

@media (max-width: 1024px) {
  .m-share--title {
    display: none; } }

.m-main {
  max-width: 100vw;
  min-height: calc(100vh - 130px);
  position: relative;
  color: white; }
  .m-main--background {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1; }
  .m-main--wrapper {
    position: relative;
    max-width: 1000px;
    min-height: calc(100vh - 130px);
    height: 100%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    z-index: 1; }
    .m-main--wrapper .m-menu {
      position: absolute;
      top: 40px;
      left: 0; }
    .m-main--wrapper .m-share {
      position: absolute;
      top: 40px;
      right: 0; }
  .m-main--left {
    -ms-flex: 1;
        flex: 1;
    padding-right: 50px;
    height: 100%; }
    .m-main--left-header {
      height: 100px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
  .m-main--right {
    -ms-flex: 1;
        flex: 1;
    padding-left: 50px;
    height: 100%; }
    .m-main--right-header {
      height: 100px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
      -ms-flex-align: center;
          align-items: center; }
    .m-main--right .button {
      margin-top: 40px; }
  .m-main--logo svg {
    height: 130px;
    width: 102px;
    fill: white; }
  .m-main--name {
    cursor: default;
    color: white;
    font-family: "Kelson Sans", sans-serif;
    font-size: 56px;
    padding-top: 10px; }
  .m-main--partners {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    padding: 5px;
    background-color: white;
    z-index: 1; }
    .m-main--partners img {
      height: 50px; }

@media (max-width: 1024px) {
  .m-main {
    min-height: calc(100vh - 108px);
    padding: 0 20px; }
    .m-main--wrapper {
      min-height: calc(100vh - 108px); }
    .m-main--logo svg {
      height: 100px;
      width: 80px; }
    .m-main--name {
      font-size: 42px; } }

@media (max-width: 800px) {
  .m-main--background {
    width: 100%; }
  .m-main--wrapper {
    display: block; }
  .m-main--left {
    height: 60vh;
    padding-top: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding-right: 0; }
    .m-main--left-header {
      height: 0; }
  .m-main--right {
    padding-left: 0; }
    .m-main--right-header {
      height: 0; } }

@media (max-width: 600px) {
  .m-main--left-header {
    display: none; }
  .m-main--right-header {
    display: none; }
  .m-main--logo svg {
    height: 90px; }
  .m-main--name {
    font-size: 38px; } }

@media (max-width: 400px) {
  .m-main--logo svg {
    height: 80px; }
  .m-main--name {
    font-size: 34px; } }

.m-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  font-family: Roboto, sans-serif;
  color: #bebebe;
  font-size: 12px;
  z-index: 5;
  transition: .3s; }
  .m-footer.hidden {
    -ms-transform: translateY(100%);
        transform: translateY(100%); }
  .m-footer--wrapper {
    max-width: 1000px;
    height: 60px;
    margin: 0 auto;
    background-color: white;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: baseline;
        align-items: baseline; }
  .m-footer--right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center; }
  .m-footer--logo {
    display: inline-block;
    padding-top: 5px;
    padding-left: 5px; }
    .m-footer--logo svg {
      height: 14px;
      width: 123px; }
      .m-footer--logo svg path {
        fill: #bebebe; }

@media (max-width: 1024px) {
  .m-footer--wrapper {
    height: 48px;
    margin: 0 20px; }
  .m-footer--usage {
    display: none; } }

@media (max-width: 600px) {
  .m-footer--right {
    display: none; } }

.m-about {
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 60px;
  width: 100vw;
  min-height: calc(100vh - 160px);
  background: white; }
  .m-about--wrapper {
    height: 100%;
    max-width: 1000px;
    margin: 0 auto; }
  .m-about--description {
    max-width: 700px;
    margin-bottom: 48px; }
  .m-about--logo-block {
    margin: 80px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center; }
  .m-about--label {
    margin-bottom: 24px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    font-family: "Kelson Sans", sans-serif; }
  .m-about--logo {
    max-width: 150px;
    max-height: 80px;
    margin-right: 32px;
    margin-top: 16px; }
    .m-about--logo__big {
      max-width: 200px;
      max-height: 104px;
      margin-right: 32px;
      margin-top: 16px; }

@media (max-width: 1024px) {
  .m-about {
    margin-top: 80px;
    padding-bottom: 48px;
    min-height: calc(100vh - 128px); }
    .m-about--wrapper {
      margin: 0 20px; } }

.m-authors {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 60px;
  min-height: calc(100vh - 160px);
  color: white; }
  .m-authors--wrapper {
    max-width: 1000px;
    margin: 0 auto;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start; }

.m-author {
  -ms-flex-preferred-size: calc(20% - 10px);
      flex-basis: calc(20% - 10px);
  -ms-flex-positive: 0;
      flex-grow: 0;
  padding: 5px; }
  .m-author--photo {
    width: 100%; }
  .m-author--info {
    padding: 10px; }
    .m-author--info div {
      line-height: 22px; }
  .m-author--location {
    display: inline-block;
    padding-right: 5px; }
    .m-author--location svg {
      height: 16px;
      width: 16px;
      fill: #FF7F49; }
  .m-author--name {
    font-weight: bold;
    padding-top: 10px; }

@media (max-width: 1024px) {
  .m-authors {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 48px;
    min-height: calc(100vh - 128px); }
    .m-authors--wrapper {
      margin: 0 20px; }
  .m-author {
    -ms-flex-preferred-size: calc(25% - 10px);
        flex-basis: calc(25% - 10px); } }

@media (max-width: 800px) {
  .m-author {
    -ms-flex-preferred-size: calc(33% - 10px);
        flex-basis: calc(33% - 10px); } }

@media (max-width: 600px) {
  .m-author {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px); } }

@media (max-width: 400px) {
  .m-author {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

.m-toolkit {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 60px;
  height: calc(100vh - 160px);
  background-color: white;
  background-clip: content-box; }
  .m-toolkit.long {
    padding-bottom: 0;
    height: calc(100vh - 100px); }
  .m-toolkit--wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; }
  .m-toolkit--header {
    height: 35px;
    border-bottom: 1px solid #bebebe;
    display: none;
    transition: .3s; }
    .m-toolkit--header .m-toolkit-header--button {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      cursor: pointer;
      float: right; }
      .m-toolkit--header .m-toolkit-header--button:hover svg {
        fill: #3e3e3e !important; }
    .m-toolkit--header .m-toolkit-header--icon {
      height: 30px; }
      .m-toolkit--header .m-toolkit-header--icon svg {
        height: 30px;
        fill: #bebebe;
        transition: .3s; }
  .m-toolkit--results {
    position: relative;
    padding: 10px 0; }
    .m-toolkit--results-wrapper {
      width: 75%;
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
  .m-toolkit--divider {
    padding-bottom: 8px;
    border-bottom: 1px solid #bebebe;
    margin-right: 18px;
    margin-left: 4px;
    margin-bottom: 16px; }
  .m-toolkit--conditions {
    width: 25%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-left: 1px solid #bebebe;
    padding: 10px 10px 40px; }
    .m-toolkit--conditions-header {
      height: 35px;
      display: none; }
      .m-toolkit--conditions-header .m-toolkit-header--button {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        cursor: pointer;
        float: left; }
        .m-toolkit--conditions-header .m-toolkit-header--button:hover svg {
          fill: #3e3e3e !important; }
      .m-toolkit--conditions-header .m-toolkit-header--icon {
        height: 30px; }
        .m-toolkit--conditions-header .m-toolkit-header--icon svg {
          height: 30px;
          fill: #bebebe;
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
          transition: .3s; }
  .m-toolkit--reset {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 40px;
    width: calc(25% + 14px);
    line-height: 40px;
    text-align: center;
    background-color: white;
    color: #FF7F49;
    cursor: pointer;
    border-top: 1px solid #bebebe;
    transition: .3s; }
    .m-toolkit--reset:hover {
      color: #ff561b; }

.m-filter--multiselect {
  font-size: 12px;
  padding-left: 20px;
  display: inline-block;
  cursor: pointer;
  transition: .3s; }
  .m-filter--multiselect.grey:hover {
    color: #3e3e3e; }
  .m-filter--multiselect.orange:hover, .m-filter--multiselect.m-exercise--tags-label:hover {
    color: #ff561b; }

.m-filter-block {
  padding: 20px 0; }
  .m-filter-block .title, .m-filter-block .title-big, .m-filter-block .title-small, .m-filter-block .m-exercise-card--title {
    padding-left: 25px; }
  .m-filter-block .m-filter-item {
    padding: 3px 0;
    color: #bebebe;
    transition: .3s;
    cursor: pointer; }
    .m-filter-block .m-filter-item .checkmark {
      visibility: hidden; }
    .m-filter-block .m-filter-item:hover {
      color: #6d6d6d; }
    .m-filter-block .m-filter-item.selected {
      color: black; }
      .m-filter-block .m-filter-item.selected .checkmark {
        visibility: visible; }
    .m-filter-block .m-filter-item--icon {
      display: inline;
      padding-right: 8px; }
      .m-filter-block .m-filter-item--icon svg {
        height: 14px;
        width: 32px; }
    .m-filter-block .m-filter-item--name {
      display: inline;
      padding-left: 8px; }

@media (max-width: 1024px) {
  .m-toolkit {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 48px;
    height: calc(100vh - 128px); }
    .m-toolkit.long {
      padding-bottom: 0;
      height: calc(100vh - 80px); }
    .m-toolkit--wrapper {
      margin: 0 20px; }
    .m-toolkit--divider {
      margin-right: 1%; } }

@media (max-width: 800px) {
  .m-toolkit {
    min-height: calc(100vh - 128px); }
    .m-toolkit--wrapper {
      display: block; }
    .m-toolkit--header {
      display: block; }
    .m-toolkit--results {
      width: 100%; }
      .m-toolkit--results-wrapper {
        width: 100%;
        height: calc(100% - 36px); }
    .m-toolkit--divider {
      margin-left: 2px; }
    .m-toolkit--conditions {
      position: fixed;
      right: 0;
      bottom: 48px;
      top: 80px;
      width: 250px;
      -ms-transform: translateX(100%);
          transform: translateX(100%);
      background-color: white;
      transition: .3s;
      z-index: 1; }
      .m-toolkit--conditions-header {
        display: block; }
      .m-toolkit--conditions.open {
        -ms-transform: translateX(0);
            transform: translateX(0); }
    .m-toolkit--reset {
      position: fixed;
      right: 0;
      bottom: 48px;
      width: 250px;
      margin-right: 20px;
      -ms-transform: translateX(110%);
          transform: translateX(110%);
      transition: .3s;
      z-index: 2; }
      .m-toolkit--reset.open {
        -ms-transform: translateX(0);
            transform: translateX(0); }
    .m-toolkit.long .m-toolkit--conditions {
      bottom: 0; }
    .m-toolkit.long .m-toolkit--reset {
      bottom: 0; } }

@media (max-width: 600px) {
  .m-toolkit--divider {
    margin-left: 0;
    margin-right: 0; } }

.m-exercise-card {
  width: calc(30% - 6px);
  padding: 10px;
  margin: 0 3px 20px;
  background-color: #F5F0EE; }
  .m-exercise-card--header {
    position: relative;
    overflow: hidden;
    padding: 15px 0; }
    .m-exercise-card--header-line {
      position: absolute;
      top: 50%;
      width: 100%;
      left: 0;
      height: 1px;
      background: #bebebe; }
    .m-exercise-card--header-left {
      display: inline-block;
      height: 15px;
      padding-right: 8px;
      background-color: #F5F0EE;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      left: 0;
      z-index: 1; }
      .m-exercise-card--header-left svg {
        height: 15px;
        width: 34px; }
    .m-exercise-card--header-right {
      display: inline-block;
      height: 15px;
      padding-left: 8px;
      background-color: #F5F0EE;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      right: 0;
      z-index: 1; }
      .m-exercise-card--header-right svg {
        height: 15px;
        width: 34px; }
  .m-exercise-card--title {
    width: 100%;
    color: black;
    cursor: pointer;
    word-wrap: break-word; }
    .m-exercise-card--title:hover {
      color: black; }
  .m-exercise-card--description {
    padding-bottom: 40px; }
  .m-exercise-card--tags {
    padding-bottom: 40px; }
    .m-exercise-card--tags div {
      padding-right: 5px; }

@media (max-width: 800px) {
  .m-exercise-card {
    width: calc(47% - 6px); } }

@media (max-width: 600px) {
  .m-exercise-card {
    width: 94%;
    margin-right: 0;
    margin-left: 0; } }

.m-exercise {
  width: 100%;
  margin-top: 100px;
  padding-bottom: 60px;
  min-height: calc(100vh - 160px);
  background-color: white; }
  .m-exercise--wrapper {
    max-width: 1000px;
    margin: 0 auto; }
  .m-exercise--details {
    width: calc(85% - 10px);
    padding-right: 10px;
    padding-top: 50px; }
    @media (max-width: 1024px) {
      .m-exercise--details {
        width: 100%;
        padding-right: 0; } }
  .m-exercise--info-horizontal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    margin: 40px 0;
    padding: 40px 0; }
    .m-exercise--info-horizontal > div {
      -ms-flex: 1;
          flex: 1; }
  .m-exercise--right-pane {
    position: fixed;
    right: 0;
    top: 100px;
    bottom: 60px;
    width: 140px;
    padding-top: 50px;
    padding-left: 10px;
    padding-right: calc((100vw - 1000px) / 2); }
  .m-exercise--download {
    padding-bottom: 40px; }
  .m-exercise--logo {
    width: 100px; }
    .m-exercise--logo img {
      width: 100%;
      max-height: 100px; }
  .m-exercise--materials {
    padding-bottom: 40px; }
  .m-exercise--tags-label {
    display: inline-block;
    padding-right: 5px;
    font-size: 13px; }

@media (max-width: 1024px) {
  .m-exercise {
    margin-top: 80px;
    padding-bottom: 48px;
    min-height: calc(100vh - 128px); }
    .m-exercise--wrapper {
      padding: 0 20px; }
    .m-exercise--right-pane {
      position: static;
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 20px; } }

@media (max-width: 600px) {
  .m-exercise--info-horizontal {
    display: block; } }

.m-horizontal {
  padding: 15px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  font-size: 14px; }
  .m-horizontal--title {
    font-family: "Kelson Sans", sans-serif;
    font-weight: bold;
    padding-right: 10px;
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px; }
  .m-horizontal--value {
    padding-left: 10px;
    -ms-flex: 1px;
        flex: 1px; }
    .m-horizontal--value p:first-of-type {
      margin-top: 0; }
    .m-horizontal--value p:last-of-type {
      margin-bottom: 0; }

.m-vertical {
  font-size: 14px; }
  .m-vertical--title {
    font-family: "Kelson Sans", sans-serif;
    font-weight: bold;
    padding-bottom: 8px; }

@media (max-width: 600px) {
  .m-vertical--title {
    padding-bottom: 0; }
  .m-vertical:not(:last-child) {
    padding-bottom: 30px; }
  .m-horizontal {
    display: block; }
    .m-horizontal--value {
      padding-left: 0; } }

.m-not-found {
  margin-top: 100px;
  padding-bottom: 60px;
  width: 100vw;
  min-height: calc(100vh - 160px);
  background: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .m-not-found--content {
    padding: 30px; }
  .m-not-found h1 {
    font-family: "Kelson Sans", sans-serif;
    font-size: 64px;
    text-align: center; }
  .m-not-found div {
    text-align: center; }

@media (max-width: 1024px) {
  .m-not-found {
    margin-top: 80px;
    padding-bottom: 48px;
    min-height: calc(100vh - 128px); } }

.m-switch {
  display: inline; }
  .m-switch--button {
    display: inline;
    margin: 0 4px;
    cursor: pointer;
    transition: .2s; }
    .m-switch--button:hover {
      color: #ff561b; }
    .m-switch--button.selected {
      color: #FF7F49; }

.m-page {
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 60px;
  width: 100vw;
  min-height: calc(100vh - 160px);
  background: white; }
  .m-page--wrapper {
    height: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center; }
  .m-page--text {
    max-width: 700px; }

@media (max-width: 1024px) {
  .m-page {
    margin-top: 80px;
    padding-bottom: 48px;
    min-height: calc(100vh - 128px); }
    .m-page--wrapper {
      margin: 0 20px; } }

.m-cookie-popup {
  position: fixed;
  left: 20px;
  bottom: 80px;
  width: 300px;
  padding: 16px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 12px;
  z-index: 10; }
  .m-cookie-popup--controls {
    margin-top: 8px;
    display: -ms-flexbox;
    display: flex; }
  .m-cookie-popup--button {
    margin-right: 16px;
    color: white;
    font-family: Roboto, sans-serif;
    transition: .2s;
    cursor: pointer; }
    .m-cookie-popup--button:hover {
      color: #FF7F49; }

@media (max-width: 400px) {
  .m-cookie-popup {
    left: 0;
    bottom: 48px;
    width: calc(100vw - 32px);
    border-radius: 0; } }

body {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.24)) fixed, url(/74bd159392e549fb485ba6ef9edb6f44.jpg) no-repeat center center fixed;
  background-size: cover;
  margin: 0;
  font-family: Roboto, sans-serif; }
