.edu-page {
  color: #111111;
}
.edu-page__flex-end {
  align-items: flex-end !important;
}
.edu-page__page-header {
  position: relative;
  overflow: hidden;
}
.edu-page__page-header:before {
  content: " ";
  display: block;
  height: 115px;
  background: url(/images/edu/Learn_top.svg) top right no-repeat;
  background-size: contain;
}
@media all and (min-width: 375px) {
  .edu-page__page-header:before {
    height: 130px;
  }
}
@media all and (min-width: 425px) {
  .edu-page__page-header:before {
    height: 150px;
  }
}
@media all and (min-width: 540px) {
  .edu-page__page-header:before {
    position: absolute;
    top: 0;
    right: -100px;
    bottom: 0;
    width: 520px;
    height: auto;
  }
}
@media all and (min-width: 1024px) {
  .edu-page__page-header:before {
    width: 640px;
  }
}
@media all and (min-width: 1200px) {
  .edu-page__page-header:before {
    right: 0;
  }
}
@media all and (min-width: 1400px) {
  .edu-page__page-header:before {
    width: 840px;
    background-position: right center;
  }
}
@media all and (min-width: 1600px) {
  .edu-page__page-header:before {
    width: 900px;
  }
}
.edu-page__page-header__inner {
  padding: 0 0 24px;
  color: #262626;
  text-align: center;
}
@media all and (min-width: 540px) {
  .edu-page__page-header__inner {
    max-width: 240px;
    padding: 24px 0;
    text-align: left;
  }
}
@media all and (min-width: 768px) {
  .edu-page__page-header__inner {
    max-width: 560px;
  }
}
@media all and (min-width: 1024px) {
  .edu-page__page-header__inner {
    padding: 48px 0;
  }
}
@media all and (min-width: 1200px) {
  .edu-page__page-header__inner {
    max-width: none;
  }
}
@media all and (min-width: 1400px) {
  .edu-page__page-header__inner {
    padding: 48px 0;
  }
}
.edu-page__page-header__top,
.edu-page__page-header__subtop {
  font-family: EuclidFlex, sans-serif;
}
.edu-page__page-header__top {
  font-size: 18px;
  font-weight: 500;
}
@media all and (min-width: 425px) {
  .edu-page__page-header__top {
    font-size: 22px;
  }
}
@media all and (min-width: 540px) {
  .edu-page__page-header__top {
    font-size: 26px;
    line-height: 1;
  }
}
@media all and (min-width: 1024px) {
  .edu-page__page-header__top {
    font-size: 32px;
  }
}
@media all and (min-width: 1400px) {
  .edu-page__page-header__top {
    font-size: 42px;
  }
}
@media all and (min-width: 1600px) {
  .edu-page__page-header__top {
    font-size: 46px;
  }
}
.edu-page__page-header__top--red {
  color: #ff0000;
}
.edu-page__page-header__subtop {
  margin-top: 12px;
  font-weight: 300;
}
@media all and (min-width: 540px) {
  .edu-page__page-header__subtop {
    font-size: 20px;
  }
}
@media all and (min-width: 1400px) {
  .edu-page__page-header__subtop {
    font-size: 24px;
  }
}
@media all and (min-width: 1600px) {
  .edu-page__page-header__subtop {
    font-size: 28px;
  }
}
.edu-page__not-found-mini {
  margin: 24px 0 12px;
  font-size: 14px;
  color: #999;
  font-style: italic;
}
.edu-page__block-header {
  display: inline-block;
  margin: 24px 0 12px;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  font-family: EuclidFlex, sans-serif;
}
@media all and (min-width: 768px) {
  .edu-page__block-header {
    font-size: 22px;
  }
}
.edu-page__block-header a {
  border-bottom: 1px solid #E0E0E0;
  color: inherit;
  text-decoration: none;
}
.edu-page__block-header-mini {
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  font-family: EuclidFlex, sans-serif;
}
.edu-page__block-header-mini a {
  color: #ff0000;
}
.edu-page__block-header-mini a:hover {
  opacity: 0.8;
}
.edu-page__type-switcher {
  display: inline-flex;
  margin-bottom: 12px;
  clear: both;
  color: #444;
  font-weight: bold;
  /*.current {
      background: #ff0000;
      border-right-color: transparent;
      color: #fff;
    }*/
}
.edu-page__type-switcher a {
  display: inline-block;
  margin-right: 5px;
  padding: 8px 14px;
  line-height: 1;
  white-space: nowrap;
  border-radius: 2px;
  text-decoration: none;
  font-size: 16px;
  color: #7d7d7d;
  outline: none;
}
.edu-page__type-switcher a:last-child {
  border-right: 0;
}
.edu-page__type-switcher a:hover {
  color: #010101;
}
.edu-page .js-edu-type-switcher-place {
  position: relative;
}
.edu-page .js-edu-type-switcher-place .js-edu-type-switcher-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.edu-page .js-edu-type-switcher-place .js-edu-type-switcher-loader:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.8;
  z-index: 3;
}
.edu-page .js-edu-type-switcher-place .js-edu-type-switcher-loader .cssload-loader {
  position: relative;
  z-index: 4;
  margin: 24px auto;
}
.edu-page__triangle-bg2 {
  position: relative;
  height: 100%;
}
.edu-page__triangle-bg2:before,
.edu-page__triangle-bg2:after {
  content: " ";
  position: absolute;
}
@media all and (min-width: 540px) {
  .edu-page__triangle-bg2:before,
  .edu-page__triangle-bg2:after {
    right: -24px !important;
  }
}
@media all and (min-width: 1084px) {
  .edu-page__triangle-bg2:before,
  .edu-page__triangle-bg2:after {
    right: -12px !important;
  }
}
@media all and (min-width: 1400px) {
  .edu-page__triangle-bg2:before,
  .edu-page__triangle-bg2:after {
    right: -14px !important;
  }
}
@media all and (min-width: 1600px) {
  .edu-page__triangle-bg2:before,
  .edu-page__triangle-bg2:after {
    right: -1vw !important;
  }
}
@media all and (min-width: 2000px) {
  .edu-page__triangle-bg2:before,
  .edu-page__triangle-bg2:after {
    right: -0.5vw !important;
  }
}
.edu-page__triangle-bg2:before {
  top: 24px;
  left: -1000px;
  right: -12px;
  bottom: 0;
  background: #f7f3f2;
}
.edu-page__triangle-bg2:after {
  top: 22px;
  right: -12px;
  width: 1000px;
  height: 1000px;
  background: linear-gradient(135deg, #fff 0%, #fff 50%, #f7f3f2 50.1%, #f7f3f2);
}
.edu-page__triangle-bg2__inner {
  position: relative;
  z-index: 4;
  padding-bottom: 24px;
}
@media all and (min-width: 1400px) {
  .edu-page__r-wrap {
    display: flex;
    justify-content: space-between;
  }
}
.edu-page__r-wrap__main {
  margin: 36px auto;
}
@media all and (min-width: 1400px) {
  .edu-page__r-wrap__main {
    flex-grow: 2;
    margin: 0;
  }
}
.edu-page__r-wrap__col {
  width: 240px;
  margin: 36px auto;
}
@media all and (min-width: 1400px) {
  .edu-page__r-wrap__col {
    padding-left: 24px;
    flex-shrink: 0;
    margin: 0;
  }
}
.edu-page__bordered {
  position: relative;
  margin: 24px 0 52px;
  padding: 24px;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
}
.edu-page__bordered:before,
.edu-page__bordered:after {
  content: " ";
  position: absolute;
  bottom: 0;
  background: #000;
  border-radius: 0 0 6px 6px;
  opacity: 0.08;
}
.edu-page__bordered:before {
  left: 14px;
  right: 14px;
  bottom: -14px;
  height: 14px;
}
.edu-page__bordered:after {
  left: 28px;
  right: 28px;
  bottom: -28px;
  height: 28px;
}
.edu-page__bordered__actions {
  text-align: right;
}
.edu-page__bordered .edu-page__block-header {
  margin-top: 0;
  color: #ff0000;
}
.edu-page__cbtn {
  display: inline-block;
  padding: 8px 14px;
  white-space: nowrap;
  border-radius: 2px;
  background: linear-gradient(90deg, #EE0979, #FF6A00);
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: 'PT Sans', Calibri, "San Francisco", Arial, sans-serif;
}
.edu-page__cbtn:hover,
.edu-page__cbtn:focus {
  opacity: 0.9;
}
.edu-page__cbtn--arr {
  position: relative;
}
.edu-page__cbtn--arr:after {
  content: " ";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 10px;
  vertical-align: middle;
  background: url(/images/edu/Learn_arrow_w.svg) center center no-repeat;
  background-size: contain;
}
.edu-page__creator-teaser {
  display: flex;
  margin: 24px 0;
}
.edu-page__creator-teaser__pic {
  width: 20%;
  flex-shrink: 0;
  overflow: hidden;
}
.edu-page__creator-teaser__pic--bg {
  position: relative;
}
.edu-page__creator-teaser__pic--bg a {
  height: 0;
  padding-top: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.edu-page__creator-teaser__pic a {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.edu-page__creator-teaser__pic a:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #000;
  border-radius: 50%;
  opacity: 0.05;
}
.edu-page__creator-teaser__pic img {
  display: block;
  max-width: 100%;
  vertical-align: bottom;
}
.edu-page__creator-teaser__descr {
  margin-left: 24px;
}
.edu-page__creator-teaser__title {
  font-family: EuclidFlex, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
@media all and (min-width: 1400px) {
  .edu-page__creator-teaser__title {
    font-size: 22px;
  }
}
.edu-page__creator-teaser__title a {
  text-decoration: none;
  color: inherit;
  transition: all ease 0.3s;
}
.edu-page__creator-teaser__title a:hover {
  color: #ff0000;
}
.edu-page__creator-teaser__subtitle {
  font-style: italic;
  line-height: 1.1;
}
.edu-page__creator-teaser__subtitle .comp {
  white-space: nowrap;
}
.edu-page__creator-teaser__score {
  margin-top: 12px;
  line-height: 1.1;
  font-size: 16px;
  color: #bbb;
}
.edu-page__creator-teaser__score__title {
  display: inline-block;
  width: 120px;
}
.edu-page__creator-teaser__score__count {
  font-size: 14px;
}
.edu-page__peoples-list__item,
.edu-page__companies-list__item {
  margin: 24px 0;
  text-align: center;
}
.edu-page__peoples-list__item__ava,
.edu-page__companies-list__item__ava {
  position: relative;
  height: 0;
  padding-top: 84%;
}
@media all and (min-width: 540px) {
  .edu-page__peoples-list__item__ava,
  .edu-page__companies-list__item__ava {
    padding-top: 100%;
  }
}
.edu-page__peoples-list__item__ava--def,
.edu-page__companies-list__item__ava--def {
  opacity: 0.1;
}
.edu-page__peoples-list__item__ava a,
.edu-page__companies-list__item__ava a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 220px;
  height: 220px;
}
.edu-page__peoples-list__item__ava img,
.edu-page__companies-list__item__ava img {
  max-width: 100%;
  min-width: 100%;
  border-radius: 50%;
}
.edu-page__peoples-list__item__logo,
.edu-page__companies-list__item__logo {
  position: relative;
  height: 0;
  padding-top: 100%;
}
.edu-page__peoples-list__item__logo--def,
.edu-page__companies-list__item__logo--def {
  opacity: 0.1;
}
.edu-page__peoples-list__item__logo a,
.edu-page__companies-list__item__logo a {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
}
.edu-page__peoples-list__item__logo img,
.edu-page__companies-list__item__logo img {
  max-width: 100%;
}
.edu-page__peoples-list__item__title,
.edu-page__companies-list__item__title {
  text-decoration: none;
  color: inherit;
  font-size: 22px;
  font-weight: 500;
  font-family: EuclidFlex, sans-serif;
}
.edu-page__peoples-list__item__subtitle,
.edu-page__companies-list__item__subtitle {
  color: #555;
  font-weight: 600;
}
.edu-page__peoples-list__item__capts,
.edu-page__companies-list__item__capts {
  font-size: 80%;
  color: #888;
}
.edu-page__paging {
  margin: 24px 0;
  text-align: center;
  font-weight: 600;
}
.edu-page__paging ul li {
  display: none;
  min-width: 40px;
  height: 40px;
  margin: 0 12px;
  border-radius: 50%;
}
@media all and (min-width: 768px) {
  .edu-page__paging ul li {
    display: block;
    margin: 60px 0;
  }
}
.edu-page__paging ul li:hover {
  opacity: 0.8;
}
.edu-page__paging ul li.current {
  display: block;
  background: #000;
  color: #fff;
}
.edu-page__paging ul a {
  margin: 0;
  padding: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: none;
  color: inherit;
}
.edu-page__news-item {
  display: flex;
  margin: 24px 0;
}
.edu-page__news-item:first-child {
  margin-top: 0;
}
.edu-page__news-item__pic {
  width: 60px;
  height: 60px;
  margin-right: 12px;
  flex-shrink: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (min-width: 540px) {
  .edu-page__news-item__pic {
    width: 100px;
    height: 100px;
    margin-right: 24px;
  }
}
.edu-page__news-item .date {
  color: #888;
}
.edu-page__news-item .section {
  cursor: pointer;
  color: #ff0000;
  font-weight: 600;
  text-transform: lowercase;
  margin-left: 12px;
}
.edu-page__news-item__title {
  display: block;
  text-decoration: none;
  color: inherit;
  font-family: EuclidFlex, sans-serif;
}
@media all and (min-width: 540px) {
  .edu-page__news-item__title {
    font-size: 18px;
  }
}
@media all and (min-width: 1200px) {
  .edu-page__news-item__title {
    margin-top: 12px;
  }
}
@media all and (min-width: 1600px) {
  .edu-page__news-item__title {
    font-size: 22px;
    margin-right: 24px;
  }
}
.edu-page__news-item__tops {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  font-size: 85%;
}
.edu-page__banner-rm2 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.edu-page__crumbs {
  width: 100%;
  overflow: hidden;
  margin: 12px 0 24px;
  padding: 0;
  list-style: none;
  color: #999;
}
.edu-page__crumbs li {
  float: left;
  margin-top: 6px;
}
.edu-page__crumbs li:after {
  margin: 0 5px;
  content: "/";
  color: #999;
}
.edu-page__crumbs li:last-child {
  color: #111;
}
.edu-page__crumbs li:last-child:after {
  display: none;
}
.edu-page__crumbs a {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #dfdfdf;
}
@media all and (min-width: 768px) {
  .edu-page__company {
    display: flex;
    align-items: center;
    min-height: 240px;
  }
}
.edu-page__company__ava {
  text-align: center;
}
@media all and (min-width: 768px) {
  .edu-page__company__ava {
    width: 240px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 36px;
  }
}
.edu-page__company__ava img {
  max-width: 80%;
}
@media all and (min-width: 768px) {
  .edu-page__company__ava img {
    max-width: 100%;
  }
}
.edu-page__company__title {
  margin: 12px 0 24px;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  font-family: EuclidFlex, sans-serif;
}
@media all and (min-width: 768px) {
  .edu-page__company__title {
    text-align: left;
  }
}
.edu-page__not-found-text {
  margin: 64px 0;
  padding: 32px 0;
  text-align: center;
  color: #888;
}
.edu-page__count-articles {
  margin: 48px 0 32px;
  color: #888;
}
.edu-page__tags-list a {
  margin-right: 12px;
  color: inherit;
  text-decoration: none;
}
.edu-page__tags-list a:hover {
  text-decoration: underline;
  color: #ff0000;
}
.edu-page__events__item {
  width: 320px;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
}
.edu-page__events__item__title {
  font-weight: 600;
}
.edu-page__events__item__descr {
  font-size: 85%;
}
.edu-page__events__item__date {
  color: #888;
  font-size: 85%;
}
.edu-page__events__item__action {
  margin-top: 5px;
  text-align: right;
}
.edu-page__events__item__action a {
  font-size: 85%;
  color: #ff0000;
}
.edu-page__col-grid {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 768px) {
  .edu-page__col-grid {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 1024px) {
  .edu-page__col-grid {
    flex-wrap: nowrap;
  }
}
.edu-page__col-grid__first {
  order: 0;
}
@media all and (min-width: 768px) {
  .edu-page__col-grid__first {
    width: 240px;
    flex-shrink: 0;
  }
}
@media all and (min-width: 768px) {
  .edu-page__col-grid__first--wide {
    width: 360px;
  }
}
.edu-page__col-grid__center {
  order: 2;
  width: 100%;
}
@media all and (min-width: 1024px) {
  .edu-page__col-grid__center {
    order: 1;
    margin: 0 36px;
  }
  .edu-page__col-grid__center:first-child {
    margin-left: 0;
  }
}
@media all and (min-width: 1600px) {
  .edu-page__col-grid__center {
    margin: 0 48px;
  }
}
.edu-page__col-grid__last {
  order: 1;
  width: 100%;
  margin: 24px auto;
}
@media all and (min-width: 1024px) {
  .edu-page__col-grid__last {
    order: 2;
  }
}
@media all and (min-width: 768px) {
  .edu-page__col-grid__last {
    width: 240px;
    margin: 0;
    flex-shrink: 0;
  }
}
@media all and (min-width: 540px) {
  .edu-page__col-grid-wide {
    display: flex;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 1024px) {
  .edu-page__col-grid-wide {
    flex-wrap: nowrap;
  }
}
.edu-page__col-grid-wide__first {
  position: relative;
  padding-bottom: 24px;
}
@media all and (min-width: 540px) {
  .edu-page__col-grid-wide__first {
    order: 1;
    width: calc(100% - 264px);
  }
}
@media all and (min-width: 1024px) {
  .edu-page__col-grid-wide__first {
    flex-shrink: 0;
    width: 240px;
    margin-right: 24px;
  }
}
@media all and (min-width: 1200px) {
  .edu-page__col-grid-wide__first {
    width: 300px;
  }
}
@media all and (min-width: 1400px) {
  .edu-page__col-grid-wide__first {
    width: 360px;
    margin-right: 48px;
  }
}
@media all and (min-width: 1600px) {
  .edu-page__col-grid-wide__first {
    margin-right: 64px;
  }
}
.edu-page__col-grid-wide__first:after {
  content: " ";
  position: absolute;
  top: 0;
  right: -12px;
  left: -100%;
  padding-top: 200%;
  background: linear-gradient(135.7deg, #fff 0%, #fff 50%, transparent 50.2%, transparent);
}
@media all and (min-width: 1400px) {
  .edu-page__col-grid-wide__first:after {
    right: -24px;
  }
}
@media all and (min-width: 1600px) {
  .edu-page__col-grid-wide__first:after {
    right: -32px;
    background: linear-gradient(136.4deg, #fff 0%, #fff 50%, transparent 50.2%, transparent);
  }
}
.edu-page__col-grid-wide__first:before {
  content: " ";
  position: absolute;
  left: -100%;
  right: -12px;
  top: 0;
  bottom: 0;
  background: #ededed;
}
@media all and (min-width: 1400px) {
  .edu-page__col-grid-wide__first:before {
    right: -24px;
  }
}
@media all and (min-width: 1600px) {
  .edu-page__col-grid-wide__first:before {
    right: -32px;
  }
}
.edu-page__col-grid-wide__first__inner {
  position: relative;
  z-index: 3;
}
@media all and (min-width: 540px) {
  .edu-page__col-grid-wide__center {
    order: 3;
  }
}
@media all and (min-width: 1024px) {
  .edu-page__col-grid-wide__center {
    order: 2;
  }
}
@media all and (min-width: 540px) {
  .edu-page__col-grid-wide__last {
    order: 2;
    flex-shrink: 0;
    width: 240px;
    margin-left: 24px;
  }
}
@media all and (min-width: 1024px) {
  .edu-page__col-grid-wide__last {
    order: 3;
  }
}
@media all and (min-width: 1400px) {
  .edu-page__col-grid-wide__last {
    margin-left: 48px;
  }
}
@media all and (min-width: 1600px) {
  .edu-page__col-grid-wide__last {
    margin-left: 64px;
  }
}
.edu-page__text-center {
  text-align: center;
}
.edu-page__section__header {
  margin: 36px 0 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  color: #ff0000;
  font-family: EuclidFlex, sans-serif;
}
@media all and (min-width: 768px) {
  .edu-page__section__header {
    margin-top: 48px;
  }
}
@media all and (min-width: 1200px) {
  .edu-page__section__header {
    margin-top: 56px;
  }
}
.edu-page__icon {
  position: relative;
}
.edu-page__icon:before {
  content: " ";
  position: relative;
  top: -1px;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  background: center center no-repeat;
  background-size: contain;
  filter: grayscale(1) invert(0.3);
  transform: scale(2.2);
}
@media all and (min-width: 425px) {
  .edu-page__icon:before {
    margin-right: 12px;
  }
}
.edu-page__icon .title {
  display: none;
}
@media all and (min-width: 425px) {
  .edu-page__icon .title {
    display: inline;
  }
}
.edu-page__icon.edu-page__cbtn:before {
  filter: grayscale(1) invert(1);
}
.edu-page__icon-video:before {
  background-image: url(/images/edu/icons/video.svg);
}
.edu-page__icon-audio:before {
  background-image: url(/images/edu/icons/podcast.svg);
}
.edu-page__icon-slides:before {
  background-image: url(/images/edu/icons/text.svg);
}
.sticky-aside__container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sticky-aside__inner {
  position: relative;
  flex-grow: 2;
}
.edu-page .media-element {
  position: relative;
}
.edu-page .media-element__wrap {
  position: relative;
  overflow: hidden;
  height: 0;
  background: #f2f2f2;
}
.edu-page .media-element__wrap__cover-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.edu-page .media-element__wrap--video {
  padding-top: 56%;
}
.edu-page .media-element__wrap--video .mejs__layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.edu-page .media-element__wrap--video .mejs__poster {
  z-index: 2;
  background-image: linear-gradient(#fff, #000);
}
.edu-page .media-element__wrap--video .mejs__overlay-play {
  z-index: 3;
}
.edu-page .media-element__wrap--audio {
  height: 100px;
  box-sizing: border-box;
}
.edu-page .media-element__wrap--audio:before {
  z-index: 3;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px;
  background: url(/images/edu/eq.svg) center bottom repeat-x;
  background-size: contain;
}
.edu-page .media-element__wrap--audio:after {
  z-index: 2;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background: linear-gradient(0deg, #000, transparent);
}
.edu-page .media-element__wrap--audio .mejs__container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.edu-page .media-element__wrap--audio .mejs__controls {
  z-index: 3;
  background: transparent;
}
.edu-page .media-element__wrap--soundcloud {
  height: 129px;
}
.edu-page .media-element__media--video,
.edu-page .media-element iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
.edu-page .article-widget-mini {
  margin: 12px 0;
  font-size: 14px;
}
.edu-page .article-widget-mini__title {
  display: block;
  color: inherit;
  text-decoration: none;
}
.edu-page .article-widget-mini__section {
  color: #ff0000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 90%;
}
.edu-page .article-part__wrapper {
  margin: 0 0 24px;
}
.edu-page .article-part__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 8px;
}
.edu-page .article-part__title {
  height: 40px;
  padding-bottom: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  color: #010101;
  font-family: EuclidFlex, sans-serif;
}
@media all and (min-width: 540px) {
  .edu-page .article-part__title {
    overflow: hidden;
  }
}
@media all and (min-width: 1200px) {
  .edu-page .article-part__title {
    height: 32px;
    font-size: 17px;
  }
}
.edu-page .article-part__title a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #f2f2f2;
  transition: color ease 0.3s;
}
.edu-page .article-part__title a:hover {
  color: #ff0000;
}
.edu-page .article-part__thumbs {
  flex-shrink: 0;
  text-align: right;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}
.edu-page .article-part__thumbs--big {
  margin-left: 4px;
}
.edu-page .article-part__thumbs--big .thumb {
  margin-left: 1px;
  border-radius: 2px;
  color: #fff !important;
  font-weight: 600;
}
.edu-page .article-part__thumbs--big .thumb:hover {
  color: #000 !important;
}
.edu-page .article-part__thumbs--big .thumb__up {
  background: green;
}
.edu-page .article-part__thumbs--big .thumb__down {
  background: red;
}
.edu-page .article-part__thumbs .thumb {
  position: relative;
  display: inline-block;
  padding: 4px 8px;
  color: #bbb;
  cursor: pointer;
}
.edu-page .article-part__thumbs .thumb:hover {
  background: #f9472c;
  color: #fff;
  border-radius: 2px;
}
.edu-page .article-part__thumbs .thumb:hover:before {
  filter: brightness(0) invert(1);
}
.edu-page .article-part__thumbs .thumb:before {
  content: " ";
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: bottom;
  width: 12px;
  height: 12px;
  background: url(/app/public/design/edu/thumb_up.svg) center center no-repeat;
  background-size: 12px 12px;
}
.edu-page .article-part__thumbs .thumb__down:before {
  transform: rotate(180deg);
}
.edu-page .article-part__subtop {
  margin-bottom: 5px;
}
.edu-page .article-part__subtop .section {
  font-size: 80%;
  color: #ff0000;
  text-decoration: none;
  font-weight: 600;
  text-transform: lowercase;
}
.edu-page .article-part__cover {
  position: relative;
  height: 0;
  padding-top: 56%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*&--ya-music-song {
        padding-top: 20%;
      }*/
}
.edu-page .article-part__cover:hover:before {
  opacity: 0.2;
  background: #ffcec4;
  border-color: #ff0000;
}
.edu-page .article-part__cover:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: transparent;
  border: 1px solid #000;
  opacity: 0.05;
  transition: opacity linear 0.1s;
}
.edu-page .article-part__cover a,
.edu-page .article-part__cover iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  border-collapse: collapse;
  border: none;
}
.edu-page .article-part__date {
  margin-left: 12px;
  font-size: 66%;
  color: #888;
}
.edu-page .edu-menu-wrap {
  position: relative;
  padding: 12px 0 15px;
  background: #111;
  overflow: hidden;
}
.edu-page .edu-menu-wrap:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 40px;
  background: linear-gradient(90deg, transparent, #000);
  pointer-events: none;
}
.edu-page .edu-menu {
  color: #fff;
  font-weight: 500;
  font-family: EuclidFlex, sans-serif;
}
@media all and (min-width: 768px) {
  .edu-page .edu-menu {
    font-size: 22px;
  }
}
@media all and (min-width: 768px) {
  .edu-page .edu-menu .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    transform: none;
  }
}
@media all and (min-width: 1084px) {
  .edu-page .edu-menu .swiper-wrapper {
    justify-content: flex-start;
  }
}
.edu-page .edu-menu a {
  position: relative;
  padding-left: 20px;
  color: inherit;
  text-decoration: none;
}
.edu-page .edu-menu a:before {
  content: " ";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(/images/edu/Learn_arrow.svg) center center no-repeat;
  background-size: contain;
}
@media all and (min-width: 768px) {
  .edu-page .edu-menu a:before {
    top: 6px;
  }
}
.edu-page .edu-menu a:hover span {
  border-bottom: 1px solid #fff;
}
.edu-page .edu-menu a.current span {
  border-bottom: 1px solid #dadada;
}
.edu-page .edu-menu__item {
  display: inline-block;
  width: auto;
  margin-right: 30px;
}
.edu-page .edu-menu__item:last-child {
  margin-right: 0;
}
.edu-page .edu-menu__item--title a {
  padding-left: 0;
  color: #ff0000;
}
.edu-page .edu-menu__item--title a:before {
  display: none;
}
.edu-page .edu-article-grid {
  margin: 24px auto;
}
@media all and (min-width: 1024px) {
  .edu-page .edu-article-grid {
    display: flex;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 1400px) {
  .edu-page .edu-article-grid {
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1024px) {
  .edu-page .edu-article-aside--one {
    flex-shrink: 0;
    width: 240px;
    margin-left: 24px;
    padding-left: 24px;
    border-left: 1px solid #dadada;
  }
  .edu-page .edu-article-aside--one .sticky-aside > div:first-child {
    margin-top: 0 !important;
  }
}
@media all and (min-width: 1400px) {
  .edu-page .edu-article-aside--one {
    order: 3;
    border: none;
    padding: 0;
  }
}
@media all and (min-width: 1024px) {
  .edu-page .edu-article-aside--two {
    width: 100%;
    margin-top: 24px;
    padding-top: 24px;
    border: solid #dadada;
    border-width: 1px 0 0 0;
  }
  .edu-page .edu-article-aside--two .sticky-aside > div:first-child {
    margin-top: 0 !important;
  }
}
@media all and (min-width: 1400px) {
  .edu-page .edu-article-aside--two {
    flex-shrink: 0;
    order: 2;
    width: 240px;
    margin: 0 0 0 24px;
    padding: 0 0 0 24px;
    border-width: 0 0 0 1px;
  }
}
@media all and (min-width: 1600px) {
  .edu-page .edu-article-aside--two {
    margin: 0 0 0 64px;
    padding: 0 0 0 64px;
  }
}
@media all and (min-width: 1024px) {
  .edu-page .edu-article {
    width: calc(100% - 289px);
  }
}
@media all and (min-width: 1400px) {
  .edu-page .edu-article {
    order: 1;
    flex-grow: 0;
    flex-shrink: 0;
    width: calc(100% - 556px);
  }
}
@media all and (min-width: 1600px) {
  .edu-page .edu-article {
    width: calc(100% - 636px);
  }
}
.edu-page .edu-article__date {
  white-space: nowrap;
  color: #999;
}
@media all and (min-width: 425px) {
  .edu-page .edu-article__date {
    margin-left: 24px;
  }
}
.edu-page .edu-article__title {
  margin: 12px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  font-family: EuclidFlex, sans-serif;
}
@media all and (min-width: 540px) {
  .edu-page .edu-article__title {
    margin: 24px 0;
    font-size: 24px;
  }
}
@media all and (min-width: 768px) {
  .edu-page .edu-article__title {
    font-size: 28px;
  }
}
@media all and (min-width: 1200px) {
  .edu-page .edu-article__title {
    font-size: 36px;
  }
}
.edu-page .edu-article__subtitle {
  margin: 12px 0;
  font-weight: 400;
  font-size: 16px;
  font-family: EuclidFlex, sans-serif;
}
@media all and (min-width: 540px) {
  .edu-page .edu-article__subtitle {
    margin: 24px 0;
  }
}
@media all and (min-width: 768px) {
  .edu-page .edu-article__subtitle {
    font-size: 20px;
  }
}
@media all and (min-width: 1200px) {
  .edu-page .edu-article__subtitle {
    font-size: 24px;
  }
}
.edu-page .edu-article__titles {
  margin-bottom: 24px;
  border-bottom: 1px solid #dadada;
}
.edu-page .edu-article__titles .section {
  color: red;
  text-transform: uppercase;
}
.edu-page .edu-article__shares--top,
.edu-page .edu-article__shares--bottom {
  margin: 0 0 24px;
}
@media all and (min-width: 540px) {
  .edu-page .edu-article__authors {
    display: flex;
    flex-wrap: wrap;
  }
}
.edu-page .edu-article .edu-author {
  display: flex;
  align-items: center;
  margin-right: 24px;
  margin-bottom: 24px;
  line-height: 1;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.edu-page .edu-article .edu-author:last-child {
  margin-right: 0;
}
.edu-page .edu-article .edu-author a {
  text-decoration: none;
  color: inherit;
}
.edu-page .edu-article .edu-author__pic {
  flex-shrink: 0;
  margin-right: 6px;
  overflow: hidden;
}
.edu-page .edu-article .edu-author__pic--quad {
  border-radius: 50%;
}
.edu-page .edu-article .edu-author__pic img {
  max-height: 40px;
  max-width: 100px;
  vertical-align: middle;
}
.edu-page .edu-article .edu-author__descrs {
  display: flex;
  flex-direction: column;
}
.edu-page .edu-article .edu-author__sub-links {
  color: #999;
  font-size: 85%;
  max-width: 240px;
}
.edu-page .edu-article .edu-author__sub-links span,
.edu-page .edu-article .edu-author__sub-links a {
  white-space: normal;
}
.edu-page .edu-article .edu-author__sub-links a {
  margin-right: 6px;
}
.edu-page .edu-article .edu-author__sub-links a:last-child {
  margin-right: 0;
}
.edu-page .edu-article__content {
  color: #262626;
}
.edu-page .edu-article__content .lead {
  position: relative;
  margin-bottom: 36px;
  padding-bottom: 36px;
  font-weight: 600;
}
@media all and (min-width: 540px) {
  .edu-page .edu-article__content .lead {
    font-size: 130%;
  }
}
.edu-page .edu-article__content .lead:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 2px;
  background: red;
}
.edu-page .edu-article__content .edu-slider,
.edu-page .edu-article__content .edu-image {
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: -12px;
  margin-right: -12px;
}
@media all and (min-width: 540px) {
  .edu-page .edu-article__content .edu-slider,
  .edu-page .edu-article__content .edu-image {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media all and (min-width: 768px) {
  .edu-page .edu-article__content .edu-slider,
  .edu-page .edu-article__content .edu-image {
    margin-left: 0;
    margin-right: 0;
  }
}
.edu-page .edu-article__content .edu-slider {
  background: #f2f2f2;
}
.edu-page .edu-article__content .image-default__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.edu-page .edu-article__content .image-default img {
  max-width: 100%;
}
.edu-page .edu-article__bottom-actions {
  display: flex;
  margin: 24px 0;
}
.edu-page .edu-article__thumbs {
  margin-top: 24px;
  padding: 24px;
  background: #f2f2f2;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  text-align: center;
  color: #666;
}
.edu-page .edu-article__thumbs__text {
  display: block;
}
@media all and (min-width: 768px) {
  .edu-page .edu-article__thumbs__text {
    font-size: 24px;
  }
}
.edu-page .edu-article__thumbs__wrap {
  display: flex;
  justify-content: space-around;
  margin-top: 24px;
}
.edu-page .edu-article__thumbs__thumb {
  position: relative;
  border: 1px solid #dadada;
  border-radius: 4px;
  min-width: 25%;
  padding: 12px 24px;
  cursor: pointer;
}
.edu-page .edu-article__thumbs__thumb:hover {
  background: #e2e2e2;
}
@media all and (min-width: 768px) {
  .edu-page .edu-article__thumbs__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.edu-page .edu-article__thumbs__thumb:before {
  content: " ";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: url(/images/edu/Learn_up.svg) center center no-repeat;
}
@media all and (min-width: 768px) {
  .edu-page .edu-article__thumbs__thumb:before {
    margin: 0 24px 0 0;
  }
}
.edu-page .edu-article__thumbs__thumb--down:before {
  transform: rotate(180deg);
}
.edu-page .edu-article__thumbs__thumb .count {
  display: block;
  margin-top: 12px;
  font-weight: 600;
  font-size: 20px;
}
@media all and (min-width: 768px) {
  .edu-page .edu-article__thumbs__thumb .count {
    margin: 0;
    font-size: 28px;
  }
}
@media all and (min-width: 768px) {
  .edu-page .edu-article__latests-container {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media all and (min-width: 1400px) {
  .edu-page .edu-article__latests-container {
    display: block;
    margin: 0;
  }
}
@media all and (min-width: 768px) {
  .edu-page .edu-article__latests-container__inner {
    width: 50%;
    box-sizing: border-box;
    padding: 0 12px;
  }
}
@media all and (min-width: 1400px) {
  .edu-page .edu-article__latests-container__inner {
    width: auto;
    padding: 0;
  }
}
@media all and (min-width: 1400px) {
  .edu-page .edu-article__latests-container__inner .article-part__title {
    font-size: 12px !important;
    font-weight: 400;
    font-family: 'PT Sans', Calibri, "San Francisco", Arial, sans-serif;
  }
}
/*
#edu_latests_two {

  .js-splayer-playlist {

    @media all and (min-width: 768px) {

      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;

    }
  }

  .flex-left {

    .js-splayer-playlist {

      @media all and (min-width: 768px) {

        justify-content: flex-start !important;

      }

    }

    .article-part__wrapper {

      @media all and (min-width: 768px) {

        margin-right: 24px;

      }
    }
  }

  .article-part__wrapper {

    @media all and (min-width: 768px) {

      width: 50%;
      flex-shrink: 0;

    }
  }
}*/
.edu-page .null-count {
  margin: 36px 0;
  color: #666;
}
.edu-page .article-teaser {
  display: flex;
  margin: 24px 0;
}
.edu-page .article-teaser__pic {
  width: 80px;
  flex-shrink: 0;
}
@media all and (min-width: 540px) {
  .edu-page .article-teaser__pic {
    width: 160px;
  }
}
.edu-page .article-teaser__pic img {
  max-width: 100%;
}
.edu-page .article-teaser__descr {
  margin-left: 12px;
}
@media all and (min-width: 540px) {
  .edu-page .article-teaser__descr {
    margin-left: 24px;
  }
}
.edu-page .article-teaser__title {
  position: relative;
  top: -5px;
  color: #010101;
  text-decoration: none;
}
.edu-page .article-teaser__title span {
  border-bottom: 1px solid #f2f2f2;
}
.edu-page .article-teaser__tops {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 85%;
  line-height: 1;
}
@media all and (min-width: 540px) {
  .edu-page .article-teaser__tops {
    margin-bottom: 15px;
  }
}
.edu-page .article-teaser__section {
  color: red;
  text-decoration: none;
  text-transform: lowercase;
}
.edu-page .article-teaser__counts {
  color: #bbb;
  font-weight: 600;
}
@media all and (min-width: 540px) {
  .edu-page .article-teaser__counts {
    margin-left: 15px;
  }
}
.edu-page .article-teaser__counts span {
  display: inline-block;
  margin-left: 5px;
}
.edu-page .article-teaser__counts span:before {
  content: " ";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 2px;
  background-position: center center;
  background-size: 12px;
  background-repeat: no-repeat;
}
@media all and (min-width: 540px) {
  .edu-page .article-teaser__counts span:before {
    margin-right: 6px;
  }
}
.edu-page .article-teaser__counts--likes:before,
.edu-page .article-teaser__counts--dislikes:before {
  background-image: url(/app/public/design/edu/thumb_up.svg);
}
.edu-page .article-teaser__counts--dislikes:before {
  top: 2px !important;
  transform: rotate(180deg);
}
.edu-page .article-teaser__counts--views:before {
  background-image: url(/app/public/design/edu/view.svg);
}
.edu-page__sform {
  padding-bottom: 24px;
}
.edu-page__sform__row {
  margin-top: 12px;
}
.edu-page__sform__row--flex {
  display: flex;
}
.edu-page__sform input,
.edu-page__sform select {
  box-sizing: border-box;
  width: 100%;
  padding: 6px 0;
  border: solid #E3E3E3;
  border-width: 0 0 1px 0;
  background: transparent;
  outline: none;
  font-family: 'PT Sans', Calibri, "San Francisco", Arial, sans-serif;
}
.edu-page__sform input:focus,
.edu-page__sform select:focus {
  border-color: #EE0979;
}
.edu-page__sform input {
  padding-left: 3px;
}
.edu-page__sform input::-webkit-input-placeholder {
  /* Chrome */
  color: #000;
}
.edu-page__sform input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
.edu-page__sform input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
.edu-page__sform input:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #000;
  opacity: 1;
}
.edu-page__sform__cleaner {
  margin-left: 10px;
  text-decoration: none;
  color: inherit;
  font-size: 15px;
  opacity: 0.7;
  transition: all ease 0.3s;
}
.edu-page__sform__cleaner:hover {
  opacity: 1;
}
.edu-page__people {
  margin: 24px 0;
}
.edu-page__people__logo {
  margin: 0 auto;
  width: 240px;
  border-radius: 50%;
  overflow: hidden;
}
.edu-page__people__logo img {
  max-width: 100%;
}
.edu-page__people__credits {
  text-align: center;
}
@media all and (min-width: 768px) {
  .edu-page__people__credits {
    text-align: left;
  }
}
.edu-page__people__name {
  margin-top: 12px;
  font-weight: 500;
  font-size: 24px;
  font-family: EuclidFlex, sans-serif;
}
.edu-page__people__comp,
.edu-page__people__pos {
  display: inline;
}
.edu-page__people__info {
  margin: 24px 0;
  color: #444;
}
@media all and (min-width: 1024px) {
  .edu-page__people__info {
    margin: 0 0 24px 0;
  }
}
.edu-page__people__info p:first-child {
  margin-top: 0;
}
.edu-page__people__info p:last-child {
  margin-bottom: 0;
}
.edu-page__people .edu-page__block-header {
  margin: 0;
}
@media all and (min-width: 1400px) {
  .edu-page__people .js-splayer-playlist {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2%;
  }
}
@media all and (min-width: 1400px) {
  .edu-page__people .js-splayer-playlist .article-part__wrapper {
    width: 46%;
    margin: 12px 2%;
  }
}
/*# sourceMappingURL=index.css.map */