/*************************************************************************


               L   E   S   S   O   N   S       P   A   G   E


*************************************************************************/

/*************************************************************************

                              B A S I C S

*************************************************************************/

.lessons-page {
}

.lessons-page .page-content-wrapper {
  position: relative;
}

/*************************************************************************

                                T E X T

*************************************************************************/

.lessons-page .section-text {
  background: #f5f5f5;
  max-width: initial;
}

.lessons-page .section-text > .section-inner {
  padding: 80px 0;
  max-width: 1760px;
  box-sizing: border-box;
  margin: 0 auto;
}

@media (max-width: 1020px) {
  .lessons-page .section-text > .section-inner {
    padding: 40px 0;
  }
}

.lessons-page .section-text .header {
  font-family: GoodHeadlineProCondNews;
  font-size: 64px;
  line-height: 60px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 30px;
}

@media (max-width: 1250px) {
  .lessons-page .section-text .header {
    font-size: 42px;
    line-height: 40px;
  }
}

@media (max-width: 800px) {
  .lessons-page .section-text .header {
    text-align: left;
    font-size: 36px;
    line-height: 1em;
    margin: 0 0 30px;
  }
}

@media (max-width: 360px) {
  .plyr--setup {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: inherit;
  }
}

@media (max-width: 460px) {
  .plyr--setup {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: inherit;
  }
}
.lessons-page .section-text .text {
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 1600px) {
  .lessons-page .section-text .text {
    max-width: 830px;
  }
}

@media (max-width: 1250px) {
  .lessons-page .section-text .text {
    font-size: 18px;
  }
}

@media (max-width: 1020px) {
  .lessons-page .section-text .text {
    text-align: left;
  }
}

.lessons-page .section-text > .section-inner:after {
  content: "";
  display: block;
  width: 40px;
  height: 52px;
  margin: 40px auto 0;
  background: url(/assets/img/coffee.svg) no-repeat center center/contain;
}

@media (max-width: 1020px) {
  .lessons-page .section-text > .section-inner:after {
    margin: 20px auto 0;
  }
}

/*************************************************************************

                               L I N K S

*************************************************************************/

.lessons-page .section-links {
  color: #fff;
}

.lessons-page .section-links > .section-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.lessons-page .section-links > .section-inner > * {
  position: relative;
  height: 400px;
  width: 33.33%;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 1600px) {
  .lessons-page .section-links > .section-inner > * {
    height: 350px;
  }
}

@media (max-width: 1250px) {
  .lessons-page .section-links > .section-inner > * {
    height: 33vw;
  }
}

@media (max-width: 800px) {
  .lessons-page .section-links > .section-inner > * {
    width: 50%;
  }
}

@media (max-width: 700px) {
  .lessons-page .section-links > .section-inner > * {
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 400px) {
  .lessons-page .section-links > .section-inner > * {
    height: 250px;
  }
}

.lessons-page .section-links > .section-inner > *,
.lessons-page .section-links > .section-inner > * * {
  cursor: pointer;
}

.lessons-page .section-links > .section-inner > *:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  will-change: opacity;
}

.lessons-page .section-links > .section-inner > *:hover:before {
  opacity: 0.75;
}

.lessons-page .section-links .title {
  position: absolute;
  font-family: GoodHeadlineProCondNews;
  font-size: 64px;
  line-height: 1em;
  width: 100%;
  text-align: center;
  bottom: 50px;
  z-index: 1;
}

@media (max-width: 1250px) {
  .lessons-page .section-links .title {
    font-size: 42px;
    line-height: 1em;
  }
}

.lessons-page .section-links > .section-inner > *:after {
  content: "";
  display: block;
  position: absolute;
  font-size: 50px;
  width: 1em;
  height: 1em;
  top: calc(50% - 0.5em);
  left: calc(50% - 0.5em);
  background: url(/assets/img/play.svg) no-repeat center center/contain;
  opacity: 0.5;
  z-index: 1;
}
