@import url(../font/fonts.css);
@media (max-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    background-color: #ffffff;
    padding-top: 150px; } }
.header {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  color: #ddd6cd;
  background-color: transparent;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 40;
  transition: top 200ms; }
  .header::before {
    content: "";
    display: block;
    width: 100%;
    height: 150px;
    background-image: url("../../img/shadow-color_header.png");
    background-size: auto 150px;
    background-repeat: repeat-x;
    position: absolute;
    z-index: 30; }
    @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
      .header::before {
        height: 100px;
        background-size: auto 100px; } }
  .header--stashed {
    top: -100px; }

.header,
.header_filler {
  height: 150px; }

.navbar {
  display: flex;
  flex-direction: row;
  min-width: 320px;
  padding: 35px 3.6vw;
  box-sizing: border-box;
  position: relative;
  z-index: 100; }
  .navbar--opened .menu_burger {
    background-image: url("../../img/hamburger-close.svg"); }
  @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .navbar {
      padding-top: 5px;
      padding-bottom: 20px; } }

.navbar__list__wrapper {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  overflow: hidden;
  padding: 0 3.6vw; }

.navbar__logos {
  display: flex;
  align-items: center;
  width: 100%;
  margin-right: 3.6vw;
  box-sizing: border-box; }
  @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .navbar__logos {
      width: auto;
      margin-right: 0; } }

.navbar__logo {
  height: 60px;
  width: 120px;
  position: relative;
  background: #fff url("../../img/1tv-olympiad-logo.svg") center center no-repeat;
  background-size: 105px auto; }
  @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .navbar__logo {
      width: 79px;
      height: 39px;
      background-size: 65px auto; } }

.navbar__logo-link {
  display: block;
  height: inherit;
  position: absolute; }
  .navbar__logo-link.first-channel {
    width: 37.5%;
    left: 0;
    top: 0; }
  .navbar__logo-link.olympics {
    width: 62.5%;
    right: 0;
    top: 0; }

.navbar__list {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  flex: 1 0 auto;
  align-items: center;
  text-align: center;
  margin: 0;
  padding: 0;
  height: auto; }

.navbar__item,
.hero_list__item {
  display: inline-block; }

.menu_burger {
  display: block;
  width: 40px;
  height: 76px;
  background-image: url("../../img/hamburger-open.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 38px;
  cursor: pointer;
  outline: 0; }
  .menu_burger:active {
    background-image: url("../../img/hamburger-open.svg"); }
  @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .menu_burger {
      height: 70px;
      background-size: 48px 37px; } }

.navbar__item {
  margin: 0 10px; }
  @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .navbar__item {
      height: 50px;
      margin: 0; } }

.navbar__link {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 84px;
  line-height: 97.42px;
  letter-spacing: -0.5;
  text-transform: uppercase;
  text-decoration: none; }
  @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .navbar__link {
      font-size: 50px;
      line-height: 72.46px; }
      .navbar__link:first-letter {
        letter-spacing: -1.38px; } }

.hero_list {
  position: absolute;
  height: auto !important;
  max-height: 0;
  width: 100%;
  left: 0;
  margin: 0 auto;
  top: 150px;
  overflow: hidden;
  transition: all 500ms;
  background-color: rgba(42, 2, 0, 0.9);
  border-bottom: 0 solid #850f0a; }

.hero-list__wrapper {
  width: 940px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto; }

.social_networks {
  min-width: 160px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 75px; }

.watch-movie-button {
  display: flex;
  justify-content: center;
  align-items: center; }
  .watch-movie-button img {
    width: 120px;
    height: 40px; }

.hero_list__item {
  margin: 10px;
  opacity: 0.7;
  transition: opacity 300ms; }
  .hero_list__item:hover, .hero_list__item--active {
    opacity: 1; }

.ya-share2 {
  min-width: 160px; }

.ya-share2__list {
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  height: 75px; }

.ya-share2__item {
  font-size: 0;
  width: 40px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer; }
  .ya-share2__item:hover {
    opacity: 1; }

.ya-share2__item_service_vkontakte {
  background-image: url("../../img/vk-white.svg"); }

.ya-share2__item_service_facebook {
  background-image: url("../../img/fb-white.svg"); }

.ya-share2__item_service_odnoklassniki {
  background-image: url("../../img/ok-white.svg"); }

.ya-share2__item_service_twitter {
  background-image: url("../../img/tw-white.svg"); }

@media (min-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .social_networks {
    display: flex;
    margin-top: 0; }

  .mobile-only {
    display: none; }

  .navbar {
    flex-direction: row; }

  .navbar__logos {
    width: auto; }

  .navbar__list {
    flex-direction: row;
    justify-content: center;
    height: 75px; }

  body:not(.no_heroes_dropdown) .hero_list__opener:hover .hero_list,
  .header--video_ended.header--last_slide .hero_list {
    height: auto;
    max-height: 370px;
    border-bottom-width: 4px; }

  .hero_list__item,
  .hero_list__hero {
    display: block;
    color: white;
    margin: 5px;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none; } }
.menu {
  display: none;
  background: rgba(18, 78, 159, 0.9);
  position: fixed;
  width: 100vw;
  min-width: 320px;
  min-height: 100vh;
  padding-top: 155px;
  padding-bottom: 60px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20; }
  @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .menu {
      padding-top: 100px; } }
  .menu--opened {
    display: block;
    overflow-y: auto; }
    .menu--opened::-webkit-scrollbar-track {
      border-radius: 1px;
      background: rgba(0, 0, 0, 0.3); }
    .menu--opened::-webkit-scrollbar {
      width: 6px;
      background-color: transparent; }
    .menu--opened::-webkit-scrollbar-thumb {
      border-radius: 9999px;
      -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
      background-color: #F5F5F5; }

.menu-list {
  display: flex;
  flex: 1;
  width: 100%; }
  .menu-list ul {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%; }
    .menu-list ul li {
      margin-bottom: 10px;
      list-style: none; }

.hero-menu {
  height: 200px; }
  @media (max-width: 900px) {
    .hero-menu {
      height: 300px; } }
  @media (max-width: 600px) {
    .hero-menu {
      height: 400px; } }
  @media (max-width: 420px) {
    .hero-menu {
      height: auto; } }

.menu-link {
  display: inline-block;
  max-width: 200px;
  padding: 5px 10px;
  box-sizing: content-box;
  font-family: "PT Sans Narrow", sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.9px; }
  .menu-link--active, .menu-link:hover, .menu-link:active, .menu-link:focus {
    background-color: #ffffff;
    border-radius: 1px;
    outline: 0;
    color: #1263af; }
  @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .menu-link {
      font-size: 14px;
      font-weight: 400; } }
  @media (max-width: 600px) {
    .menu-link {
      max-width: 160px; } }

.menu-title {
  margin-top: 60px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-weight: 100;
  line-height: 97.42px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -1.03px; }
  @media (max-width: 900px) {
    .menu-title {
      font-size: 40px; } }
  @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .menu-title {
      font-size: 30px; } }
  @media (max-width: 510px) {
    .menu-title {
      margin-top: 0;
      font-size: 20px; } }

.main-menu ul {
  flex-flow: row wrap;
  justify-content: space-around;
  justify-content: space-evenly; }
  .main-menu ul li {
    text-align: center; }
    @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
      .main-menu ul li {
        width: 33.33%; } }
    @media (max-width: 490px) {
      .main-menu ul li {
        width: 100%; } }
.main-menu .menu-link {
  max-width: 100%; }

.sports-kind-menu .menu-title {
  margin-top: 30px;
  font-size: 30px; }
.sports-kind-menu .menu-link {
  margin: 0 15px;
  font-size: 16px; }
  @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .sports-kind-menu .menu-link {
      font-size: 14px; } }
.sports-kind-menu ul li {
  width: auto; }
  @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .sports-kind-menu ul li {
      width: 33.33%; } }
  @media (max-width: 490px) {
    .sports-kind-menu ul li {
      width: 100%; } }

* {
  -webkit-backface-visibility: hidden; }

.hero__slide {
  width: 100%;
  overflow: hidden;
  transition: all 1000ms; }
  .hero__slide:last-of-type {
    padding-bottom: 10vh; }
  @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .hero__slide {
      position: relative; }
      .hero__slide__facts .content_block, .hero__slide__videos .content_block, .hero__slide__follow .content_block {
        position: relative;
        padding-top: 44px; } }

.ratio__16x9 {
  position: relative; }
  .ratio__16x9::before {
    content: "";
    display: block;
    padding-top: 56.25%; }

.ratio__child {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.hero_name {
  margin-top: 20px;
  color: #1263af;
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  text-align: center; }
  @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .hero_name {
      font-size: 24px;
      line-height: 30px; } }

.hero_text {
  color: #0d4f8e;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  font-style: normal;
  box-sizing: border-box;
  overflow: visible; }
  @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .hero_text {
      font-size: 16px;
      line-height: 24px; } }
  @media (max-width: 478px) {
    .hero_text {
      font-size: 14px;
      line-height: 20px; } }

blockquote.hero_text {
  color: #fdfbf8;
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  font-style: normal; }
  @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
    blockquote.hero_text {
      font-size: 24px;
      line-height: 26.66px; } }
  @media (max-width: 478px) {
    blockquote.hero_text {
      font-size: 19px;
      line-height: 20px; } }

.blockquote_author {
  display: inline-block;
  margin-top: 22px;
  padding-left: 40px;
  position: relative;
  color: #3db4f8;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 0.8px; }
  .blockquote_author:before, .blockquote_author:after {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #3db4f8;
    border-radius: 1px; }
  .blockquote_author:before {
    width: 31px;
    left: 0; }
  .blockquote_author:after {
    width: 266px;
    right: -276px; }
  @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .blockquote_author {
      margin-top: 20px;
      margin-bottom: 9px;
      padding-left: 25px;
      font-size: 9px;
      line-height: 22.21px; }
      .blockquote_author:before, .blockquote_author:after {
        height: 1px; }
      .blockquote_author:before {
        width: 20px; }
      .blockquote_author:after {
        width: 49.38vw;
        right: calc(-49.38vw - 5px); } }

.hero_text__title {
  margin-bottom: 22px;
  font-size: 28px;
  line-height: 30px; }

.hero_text__paragraph {
  margin: 46px 0;
  position: relative; }
  .hero_text__paragraph--center {
    text-align: center; }
  .hero_text__paragraph:first-child {
    padding-top: 55px; }
    @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
      .hero_text__paragraph:first-child {
        padding-top: 0; } }
  .hero_text__paragraph:last-of-type {
    margin-bottom: 0; }
  @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .hero_text__paragraph {
      margin-top: 20px;
      margin-bottom: 22px; } }
  @media (max-width: 478px) {
    .hero_text__paragraph {
      margin-top: 6px; } }

.schedule {
  text-align: center; }
  .schedule * {
    color: #1263af; }
  .schedule .sport-kind_name {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 15px;
    text-transform: none; }
  .schedule .button-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
    @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
      .schedule .button-group {
        flex-wrap: wrap; } }
  .schedule .button {
    display: block;
    min-width: 290px;
    height: 40px;
    margin-right: 3vh;
    padding: 0 20px;
    padding-top: 10px;
    padding-bottom: 9px;
    box-sizing: border-box;
    background-color: #006fd7;
    color: #fdfbf8;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.4px;
    text-decoration: none;
    transition: all 0.2s ease-in-out; }
    .schedule .button:last-of-type {
      margin-right: 0; }
    .schedule .button:hover, .schedule .button:active, .schedule .button:focus {
      opacity: 0.9;
      transition: all 0.2s ease-in-out; }
    @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
      .schedule .button {
        margin-right: 3vh;
        margin-left: 3vh;
        margin-bottom: 3vh; }
        .schedule .button:last-of-type {
          margin-right: 3vh; } }

.hero-title, .schedule__title, .facts__title {
  display: block;
  margin-bottom: 4.5vh;
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 700;
  font-style: italic;
  line-height: 40px;
  text-align: center; }
  @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .hero-title, .schedule__title, .facts__title {
      font-size: 32px;
      line-height: 35px; } }
  @media (max-width: 478px) {
    .hero-title, .schedule__title, .facts__title {
      font-size: 26px;
      line-height: 30px; } }

.schedule__title, .facts__title {
  margin-bottom: 4vh;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal; }

.schedule-content {
  margin-top: 3vh; }
  .schedule-content_item {
    margin-bottom: 4vh; }
  .schedule-content time, .schedule-content p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 20px; }
    @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
      .schedule-content time, .schedule-content p {
        font-size: 14px; } }
  .schedule-content time {
    margin-bottom: 5px;
    padding-left: 19px;
    position: relative;
    font-weight: 700; }
    @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
      .schedule-content time {
        padding-left: 17px; } }
    .schedule-content time .time-icon {
      position: absolute;
      width: 14px;
      height: 14px;
      left: 0;
      top: 3px; }
      @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
        .schedule-content time .time-icon {
          width: 12px;
          height: 12px;
          top: 2px; } }
  .schedule-content p {
    margin-top: 5px;
    font-weight: 400; }

.hero_player {
  width: 100%;
  min-width: 320px;
  height: 100%; }
  @media (min-width: 768px) and (min-device-width: 769px) {
    .hero_player {
      box-shadow: 0 0 50px 20px black; } }

.hero_video {
  width: 100vw;
  height: 100%;
  position: relative; }
  @media (max-width: 768px), (max-device-width: 769px) {
    .hero_video {
      height: 50vh; } }

.fiming__title {
  font-family: "Roboto", sans-serif;
  font-size: 40px; }

.animation_delay--500 {
  transition-delay: 500ms !important; }

.hero__slide--opaque.animation_delay--500 {
  transition-delay: 1ms !important; }

@media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .hero__slide {
    padding-bottom: 35px;
    background-image: none !important; }
    .hero__slide.hero_presentation {
      min-height: auto;
      padding: 0;
      padding-bottom: 140px;
      box-sizing: border-box;
      align-items: flex-start;
      position: relative; }
      .hero__slide.hero_presentation .scroll-hint {
        bottom: 10px;
        left: calc(50% - 10px); } }
@media (min-width: 768px) and (min-device-width: 769px) {
  .bottom_margin {
    height: 150px; }

  .hero_bg_video {
    height: 100vh;
    width: 300vw;
    margin-left: -100vw; }
    .hero_bg_video--max_opacity {
      opacity: 0.5; }

  .hero_bg_video__size {
    min-width: 100vw;
    min-height: 100vh;
    width: calc(100vh * (16/9));
    display: block;
    margin: auto; }

  .hero_logo {
    display: block;
    position: absolute;
    bottom: 250px;
    left: 0;
    right: 0;
    margin: auto; }

  .hero_bg_video__player {
    height: 100%;
    width: 100%; }

  .hero, .bg_fixed_wrapper {
    background-size: auto 100vh;
    background-position: center center; }

  .bg_fixed_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff; }

  .hero__slide {
    position: relative;
    width: 100%;
    min-height: 60vh;
    background-size: auto 100vh;
    background-position: center center;
    padding-top: 225px;
    padding-bottom: 300px;
    transition: all 1000ms 1ms;
    -webkit-backface-visibility: hidden;
    background-repeat: no-repeat; }
    .hero__slide:first-of-type {
      min-height: 100vh; }
    .hero__slide:empty {
      pointer-events: none; }
    .hero__slide--no_bg {
      background: none !important; }
    .hero__slide--opaque {
      opacity: 0;
      pointer-events: none; } }
  @media (min-width: 768px) and (min-device-width: 769px) and (min-device-width: 768px) and (max-device-width: 1024px) {
    .hero__slide {
      background-size: auto 100%; } }

@media (min-width: 768px) and (min-device-width: 769px) {
  .hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    background-size: auto 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 1000ms 1ms;
    background-color: #ffffff;
    will-change: opacity; }
    .hero__bg--opaque {
      opacity: 0;
      pointer-events: none; }

  .media_background {
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center 0; }
    .media_background .content_block {
      width: 100%; }

  .navbar_padding {
    padding-top: 300px; }

  .hero_text {
    padding: 0 8px; }

  .hero_text__bottom_space {
    height: 200px; }

  .mobile {
    display: none; }

  .vh100 {
    height: 100vh; }

  .mvh-75 {
    min-height: 75vh; } }
.hero_mobile_image {
  width: 100%; }

.hero_presentation {
  display: flex;
  align-items: flex-end;
  min-height: 100vh;
  padding-top: 0; }

.sport-kind {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding-bottom: 50px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0); }
  .sport-kind_logo {
    height: 36px; }
  @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .sport-kind {
      position: absolute;
      padding-bottom: 55px; } }

.sport-kind_name {
  margin-top: 5px;
  color: #1263af;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase; }
  @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .sport-kind_name {
      font-size: 12px;
      line-height: 13.64px;
      letter-spacing: 0.88px; } }

.hero_video-collection {
  margin-bottom: 6.5vh; }
  @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .hero_video-collection {
      margin-bottom: 0; } }
  .hero_video-collection .hero-title {
    margin-bottom: 9vh;
    color: #fdfbf8; }
  .hero_video-collection button {
    display: block;
    width: 300px;
    height: 40px;
    padding: 10px 20px;
    border: 2px solid;
    border-color: #006fd7;
    border-radius: 1px;
    background-color: transparent;
    transition: border-color 0.2s ease-in-out;
    color: #006fd7;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    outline: 0;
    cursor: pointer; }
    @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
      .hero_video-collection button {
        width: 280px; } }
    .hero_video-collection button:hover, .hero_video-collection button:active, .hero_video-collection button:focus {
      transition: all 0.2s ease-in-out; }
    .hero_video-collection button:hover, .hero_video-collection button:focus {
      border-color: #127de2;
      color: #127de2; }
    .hero_video-collection button:active {
      border-color: #05519d;
      color: #05519d; }

.video-collection_content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  padding-left: 10px;
  padding-right: 10px; }

.video-collection_content-item {
  display: block;
  width: 300px;
  height: 300px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 40px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none; }
  .video-collection_content-item:hover .video-collection_video img {
    transform: scale(1.1);
    transition: transform 0.4s ease-in-out; }
  @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .video-collection_content-item {
      width: 280px;
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px; } }

.video-collection_content--init .video-collection_content-item:nth-child(n+4) {
  display: none; }

.video-collection_video {
  width: 100%;
  height: 169px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative; }
  .video-collection_video span.play-icon {
    display: block;
    width: 42px;
    height: 42px;
    background-image: url("../../img/play-icon.svg");
    background-size: 42px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out; }
    .video-collection_video span.play-icon:hover, .video-collection_video span.play-icon:active {
      opacity: 0.9;
      transition: all 0.2s ease-in-out; }
  .video-collection_video img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.4s ease-in-out; }

.video-collection_description {
  width: 100%;
  height: 131px;
  padding: 25px 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-image: url("../../img/video-box.png");
  background-position: center 90%;
  overflow: hidden;
  cursor: pointer; }
  .video-collection_description span {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .video-collection_description {
      padding: 25px 30px; } }

.hero-facts .hero-title, .hero-facts .facts__title {
  color: #fdfbf8; }
.hero-facts .facts__title {
  margin-bottom: 2vh; }

.hero-facts_content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start; }
  .hero-facts_content__first-line {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%; }
  .hero-facts_content__left, .hero-facts_content__right {
    display: flex;
    justify-content: flex-end; }
    .hero-facts_content__left .hero-facts_content__first-line, .hero-facts_content__right .hero-facts_content__first-line {
      justify-content: flex-end; }
  .hero-facts_content__right {
    flex-direction: row-reverse;
    margin-left: 24px; }
    .hero-facts_content__right .hero-facts_content__first-line {
      flex-direction: row-reverse; }
      .hero-facts_content__right .hero-facts_content__first-line .hero-facts_author {
        margin-right: 0;
        margin-left: 2vw; }

.hero-facts_author {
  width: 100px;
  margin-right: 2vw;
  margin-top: -10px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center; }
  .hero-facts_author .author_image-circle {
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; }
    .hero-facts_author .author_image-circle img {
      width: inherit;
      height: inherit; }
  .hero-facts_author .author_name {
    margin-top: 5px;
    color: #d6d9de;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center; }

.facts_quote {
  width: calc(100% - 100px - 3vw);
  min-width: calc(320px - 100px - 3vw); }
  .facts_quote blockquote {
    display: block;
    width: 100%;
    margin-bottom: 6.3vh;
    padding: 20px 16px;
    box-sizing: border-box;
    background-color: #fdfbf8;
    border-radius: 10px;
    position: relative; }
    .facts_quote blockquote p {
      padding: 0;
      margin: 0;
      color: #2872b6;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      font-style: italic; }
      @media (max-width: 940px) {
        .facts_quote blockquote p {
          font-size: 14px;
          line-height: 18px; } }
    .facts_quote blockquote:before {
      content: "";
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 11px solid #fdfbf8;
      position: absolute;
      top: 20px; }
  .facts_quote__left {
    padding-left: 10px; }
    .facts_quote__left blockquote {
      padding: 18px 30px 17px 20px; }
      .facts_quote__left blockquote p {
        text-align: left; }
      .facts_quote__left blockquote:before {
        left: -10px; }
  .facts_quote__right {
    padding-right: 10px; }
    .facts_quote__right blockquote {
      padding: 18px 20px 17px 30px; }
      .facts_quote__right blockquote p {
        text-align: right; }
      .facts_quote__right blockquote:before {
        right: -10px; }
  .facts_quote__top blockquote:before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg); }

.hero-facts_mobile-content:not(:last-of-type) {
  padding-bottom: 13px;
  border-bottom: 1px solid #342a3d; }
.hero-facts_mobile-content .hero-facts_author {
  margin-top: 43px; }
  .hero-facts_mobile-content .hero-facts_author .author_name {
    margin-bottom: 35px; }
.hero-facts_mobile-content .facts__title {
  font-size: 18px;
  line-height: 20px; }
.hero-facts_mobile-content .facts_quote {
  width: 100%;
  max-width: 500px; }
  .hero-facts_mobile-content .facts_quote blockquote {
    margin-top: 23px;
    margin-bottom: 33px; }

@media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .hero__slide__facts {
    padding-bottom: 0; } }

.video-with-controls {
  height: 100vh;
  position: relative; }
  @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .video-with-controls {
      height: 50vh;
      padding: 0; } }

.sound-control {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 50px;
  box-sizing: border-box;
  box-shadow: 0 0 19px 1px rgba(10, 38, 69, 0.3);
  outline: none;
  border: 0;
  border-radius: 9999px;
  background-color: #fdfbf8;
  cursor: pointer;
  color: #1263af;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: fixed;
  right: 3.6vw;
  bottom: 7.2vw; }
  .sound-control:hover span {
    text-decoration: underline; }
  .sound-control img {
    width: 35px;
    height: 26px;
    margin-right: 15px; }
  @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .sound-control {
      width: 165px;
      height: 35px;
      font-size: 11px;
      position: absolute;
      right: initial;
      left: 50%;
      bottom: 65px;
      transform: translate(-50%, 0); }
      .sound-control img {
        width: 24px;
        height: 19px;
        margin-right: 10px; } }

.scroll-hint {
  position: fixed;
  bottom: 7.2vw;
  left: 3.6vw;
  cursor: pointer;
  z-index: 10;
  transition: opacity 300ms linear, transform 300ms linear; }
  .scroll-hint.animate {
    animation: scrollhint_jump 2s infinite; }

@keyframes scrollhint_jump {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-20px); }
  60% {
    transform: translateY(-10px); } }
.scroll_button--hidden {
  opacity: 0;
  transition: opacity 300ms linear, transform 300ms linear; }

.bg_mobile_image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); }

.eump-player.eump-touchable.eump-xsmall .eump-big-button {
  width: 4em !important;
  height: 4em !important; }

* {
  margin: 0;
  padding: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

body {
  min-width: 320px;
  margin: 0;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff; }
  body.body--noscroll {
    overflow: hidden !important; }
  body::after {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden; }

.content_block {
  margin: 0 auto; }
  .content_block.text-block {
    max-width: 1360px; }
    @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
      .content_block.text-block {
        margin-left: 20px;
        margin-right: 20px;
        overflow: hidden; } }

@media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
  main {
    background-color: #ffffff; }

  .mobile_bg_black {
    background-color: #ffffff; }

  .hidden_mobile {
    display: none;
    visibility: hidden; } }
@media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .desktop {
    display: none; } }
.eump-chromeless.eump-player.eump-has-error .eump-placeholder {
  display: none !important; }

.eump-header {
  display: none !important; }

.top_margin {
  height: 150px;
  width: 100%;
  background-color: #ffffff; }
  @media (max-width: 768px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .top_margin {
      display: none; } }

.next_slide {
  display: none; }

.index__image {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.index__title {
  font-family: FranklinGothicBookXCmpC;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  color: #ddd6cd;
  text-transform: uppercase; }
  @media (min-width: 768px) and (min-device-width: 769px) {
    .index__title {
      margin-top: -80px; } }

.centered {
  margin-left: auto;
  margin-right: auto; }

.index__text {
  text-align: center;
  font-size: 19px;
  color: #ddd6cd;
  line-height: 25px; }

.index__credits {
  margin-top: 100px;
  color: #ddd6cd;
  font-family: "Arial", serif;
  font-size: 12px;
  line-height: 15px;
  text-align: center; }

@keyframes hide_next_slide {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0.01;
    transform: translateY(30px); } }
@keyframes show_next_slide {
  0% {
    opacity: 0.01;
    transform: translateY(30px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.w-0 {
  max-width: 100%; }

.om-0 {
  margin-left: 0%; }

.w-1 {
  max-width: 100%; }

.om-1 {
  margin-left: 6.17%; }

.w-2 {
  max-width: 100%; }

.om-2 {
  margin-left: 12.34%; }

.w-3 {
  max-width: 100%; }

.om-3 {
  margin-left: 18.51%; }

.w-4 {
  max-width: 100%; }

.om-4 {
  margin-left: 24.68%; }

.w-5 {
  max-width: 100%; }

.om-5 {
  margin-left: 30.85%; }

.w-6 {
  max-width: 100%; }

.om-6 {
  margin-left: 37.02%; }

.w-7 {
  max-width: 100%; }

.om-7 {
  margin-left: 43.19%; }

.w-8 {
  max-width: 100%; }

.om-8 {
  margin-left: 49.36%; }

.w-9 {
  max-width: 100%; }

.om-9 {
  margin-left: 55.53%; }

.w-10 {
  max-width: 100%; }

.om-10 {
  margin-left: 61.7%; }

.w-11 {
  max-width: 100%; }

.om-11 {
  margin-left: 67.87%; }

.w-12 {
  max-width: 100%; }

.om-12 {
  margin-left: 74.04%; }

.w-13 {
  max-width: 100%; }

.om-13 {
  margin-left: 80.21%; }

.w-14 {
  max-width: 100%; }

.om-14 {
  margin-left: 86.38%; }

.w-15 {
  max-width: 100%; }

.om-15 {
  margin-left: 92.55%; }

.w-16 {
  max-width: 100%; }

.om-16 {
  margin-left: 98.72%; }

@media (min-width: 768px) and (min-device-width: 769px) {
  .bottom_space {
    height: 100px; }

  .w-0 {
    max-width: 100%;
    width: -1.76%; }

  .o-0 {
    margin-left: 0%; }

  .w-1 {
    max-width: 100%;
    width: 4.41%; }

  .o-1 {
    margin-left: 6.17%; }

  .w-2 {
    max-width: 100%;
    width: 10.58%; }

  .o-2 {
    margin-left: 12.34%; }

  .w-3 {
    max-width: 100%;
    width: 16.75%; }

  .o-3 {
    margin-left: 18.51%; }

  .w-4 {
    max-width: 100%;
    width: 22.92%; }

  .o-4 {
    margin-left: 24.68%; }

  .w-5 {
    max-width: 100%;
    width: 29.09%; }

  .o-5 {
    margin-left: 30.85%; }

  .w-6 {
    max-width: 100%;
    width: 35.26%; }

  .o-6 {
    margin-left: 37.02%; }

  .w-7 {
    max-width: 100%;
    width: 41.43%; }

  .o-7 {
    margin-left: 43.19%; }

  .w-8 {
    max-width: 100%;
    width: 47.6%; }

  .o-8 {
    margin-left: 49.36%; }

  .w-9 {
    max-width: 100%;
    width: 53.77%; }

  .o-9 {
    margin-left: 55.53%; }

  .w-10 {
    max-width: 100%;
    width: 59.94%; }

  .o-10 {
    margin-left: 61.7%; }

  .w-11 {
    max-width: 100%;
    width: 66.11%; }

  .o-11 {
    margin-left: 67.87%; }

  .w-12 {
    max-width: 100%;
    width: 72.28%; }

  .o-12 {
    margin-left: 74.04%; }

  .w-13 {
    max-width: 100%;
    width: 78.45%; }

  .o-13 {
    margin-left: 80.21%; }

  .w-14 {
    max-width: 100%;
    width: 84.62%; }

  .o-14 {
    margin-left: 86.38%; }

  .w-15 {
    max-width: 100%;
    width: 90.79%; }

  .o-15 {
    margin-left: 92.55%; }

  .w-16 {
    max-width: 100%;
    width: 96.96%; }

  .o-16 {
    margin-left: 98.72%; } }

/*# sourceMappingURL=style.css.map */
