body {
  font-family: 'Roboto', sans-serif;
  background-color: #111111;
  color: #ffffff;
  margin: 0;
  font-size: 14px;
}
a {
  color: #7e98e5;
}
#app {
  padding: 0 10px;
}
html[data-type="mobile"] #app {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.block-categories {
  padding-top: 10px;
}
.block-categories .heading {
  color: #424242;
  font-size: 14px;
  font-weight: 400;
  margin: 30px 0;
}
.block-categories .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.block-categories .item {
  margin-bottom: 10px;
}
.block-categories .link {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 10px;
  background-color: #242526;
  border: 1px solid #3a3b3c;
  border-radius: 3px;
}
.block-categories .item-top .link:before {
  content: " ";
  position: absolute;
  top: -1px;
  left: -1px;
  border: 15px solid transparent;
  border-left: 15px solid #2E7D32;
  border-top: 15px solid #2E7D32;
  z-index: 1;
  border-top-left-radius: 2px;
}
.block-categories .item-top .link:after {
  content: " ";
  position: absolute;
  background: url(../img/ic_star_white_24px.svg) 0 0 no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  top: 0px;
  left: 0px;
  z-index: 2;
}
.block-categories .inner {
  background-repeat: no-repeat;
  color: #727475;
  padding: 0 0 0 70px;
  position: relative;
}
.block-categories .image {
  position: absolute;
  left: 0;
  top: 0;
}
.block-categories .title {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  color: #ffffff;
}
.block-categories .body {
  margin: 0 0 15px;
}
.block-categories .data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  color: #ffffff;
  opacity: .38;
}
.block-categories .count {
  margin-right: 20px;
  padding-left: 24px;
  background: url(../img/ic_playlist_play_white_24px.svg) 0 50% no-repeat;
}
.block-categories .duration {
  padding-left: 24px;
  background: url(../img/ic_schedule_white_24px.svg) 0 1px no-repeat;
  background-size: 18px;
}
.block-categories .progress {
  width: 100%;
  height: 8px;
  border: 1px solid #3a3b3c;
  border-radius: 4px;
  position: relative;
  margin-top: 15px;
}
.block-categories .progress span {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: inherit;
  border-radius: inherit;
  background: #49932b;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #49932b 0%, #a6d84d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49932b', endColorstr='#a6d84d', GradientType=1);
  /* IE6-9 */
}
.block-tabs {
  margin-bottom: 15px;
}
.block-tabs .list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  background: #3a3b3c;
}
.block-tabs .item {
  width: 33.3%;
  text-align: center;
}
.block-tabs .link {
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  color: #909294;
  font-size: 16px;
  padding: 13px 0 11px 0;
}
.block-tabs .link.router-link-active {
  border-bottom: 2px solid #7e98e5;
  color: #7e98e5;
}
.block-tags {
  margin-bottom: 12px;
}
.block-tags .list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block-tags .item {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px 3px 0;
}
.block-tags .tag {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  padding: 5px;
  border: 2px solid #3a3b3c;
  border-radius: 5px;
  color: #ffffff;
}
.block-tags .tag.selected {
  padding-left: 20px;
  background: url('../img/icon-clear.svg') 3px 50% no-repeat;
  background-size: 15px 15px;
  background-color: #7e98e5;
  border-color: #7e98e5;
}
.block-tags .tag.selected.tag-1 {
  background-color: #ffbc67;
  border-color: #ffbc67;
}
.block-tags .tag.selected.tag-2 {
  background-color: #da727e;
  border-color: #da727e;
}
.block-tags .tag.selected.tag-3 {
  background-color: #4f8da8;
  border-color: #4f8da8;
}
.block-tags .tag.selected.tag-4 {
  background-color: #715798;
  border-color: #715798;
}
.block-teasers .list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block-teasers .item {
  margin-bottom: 10px;
  position: relative;
}
.block-teasers .link {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 10px;
  background-color: #242526;
  border: 1px solid #3a3b3c;
  border-radius: 3px;
}
.block-teasers .item-top .link:before {
  content: " ";
  position: absolute;
  top: -1px;
  left: -1px;
  border: 15px solid transparent;
  border-left: 15px solid #2E7D32;
  border-top: 15px solid #2E7D32;
  z-index: 1;
  border-top-left-radius: 2px;
}
.block-teasers .item-top .link:after {
  content: " ";
  position: absolute;
  background: url(../img/ic_star_white_24px.svg) 0 0 no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  top: 0px;
  left: 0px;
  z-index: 2;
}
.block-teasers .inner {
  color: #727475;
  padding: 0 0 0 70px;
  margin-bottom: 10px;
  min-height: 60px;
  background: url('../img/icon-text.jpg') 7px 0 no-repeat;
  position: relative;
}
.block-teasers .item-viewed .inner:after {
  content: " ";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #111111 url('../img/ic_done_white_24px.svg') center no-repeat;
  background-size: 90%;
  border-radius: 50%;
  left: 43px;
  top: 48px;
}
.block-teasers .item-video .inner {
  background-image: url('../img/icon-video.jpg');
  background-position: 0 0;
  min-height: 45px;
}
.block-teasers .item-video .inner:after {
  left: 47px;
  top: 35px;
}
.block-teasers .title {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  color: #ffffff;
}
.block-teasers .data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.block-teasers .duration {
  padding-left: 24px;
  background: url(../img/ic_schedule_white_24px.svg) 0 1px no-repeat;
  background-size: 18px;
  color: #ffffff;
  opacity: .38;
  font-size: 16px;
}
.block-teasers .tags {
  display: -ms-flexbox;
  display: flex;
}
.block-teasers .tag {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 10px;
}
.block-teasers .tag.tag-1 {
  background-color: #FFBC67;
}
.block-teasers .tag.tag-2 {
  background-color: #DA727E;
}
.block-teasers .tag.tag-3 {
  background-color: #4F8DA8;
}
.block-teasers .tag.tag-4 {
  background-color: #715798;
}
.block-lesson {
  padding-bottom: 10px;
}
.block-lesson .back {
  text-decoration: none;
  font-size: 15px;
  line-height: 22px;
  padding-left: 16px;
  display: inline-block;
  position: relative;
}
.block-lesson .back:before {
  content: "‹";
  position: absolute;
  top: -4px;
  left: 0;
  font-size: 32px;
  line-height: 24px;
}
.block-lesson .wistia-container {
  margin-bottom: 20px;
}
.block-lesson .wistia_loading_indicator {
  display: none !important;
}
.block-lesson .wistia_embed {
  padding-top: 177.84%;
  position: relative;
}
.block-lesson .wistia_embed[style*="height"] {
  padding-top: 0;
}
.block-lesson .wistia_embed:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.05);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.block-lesson .wistia_embed[style*="height"]:after {
  content: none;
}
.block-lesson .body {
  margin-bottom: 1em;
}
.block-lesson .buttons {
  display: -ms-flexbox;
  display: flex;
}
.block-lesson .buttons.buttons-next {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.block-lesson .buttons.buttons-next .next {
  margin-left: 20px;
}
.block-lesson .buttons a {
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #7e98e5;
  cursor: pointer;
  color: #ffffff;
  display: block;
  height: 48px;
  width: calc(50% - 10px);
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  text-overflow: ellipsis;
  text-decoration: none;
  padding: 0 8px;
  outline: 0;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
}
.block-lesson .buttons a.prev {
  background-color: #3a3b3c;
}
.page-404 {
  background-color: #242526;
}
.page-404-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.page-404-container > div:first-child {
  text-align: center;
}
