html {
  font-family: 'Raleway', sans-serif; }

body {
  background: none;
  font-family: 'Raleway', sans-serif; }

.content {
  padding-top: 40px;
  min-height: calc(100vh - 160px); }

.container {
  background: #fff; }

.header {
  background: var(--mainBlack);
  margin-bottom: 15px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
  .header .container {
    background: transparent; }
  .header .nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px; }
  .header .logo {
    display: block;
    max-width: 200px; }
    .header .logo img {
      width: 100%;
      display: block; }
  .header .right-menu {
    display: flex; }
  .header .nav-item {
    color: #fff;
    font-size: 1.1em;
    font-weight: 700;
    margin-right: 15px;
    padding: 15px;
    transition: ease-in-out .2s;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    z-index: 1; }
    .header .nav-item:last-child {
      margin-right: 0; }
    .header .nav-item:before {
      content: '';
      position: absolute;
      background: var(--mainBlue);
      width: 100%;
      height: 100%;
      z-index: -1;
      bottom: 0;
      left: -100%;
      transition: ease-in-out .15s; }
    .header .nav-item:hover:before {
      left: 0; }

.lang-dropdown {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700; }
  .lang-dropdown:hover {
    box-shadow: 0px 0px 3px #ffffff7d;
    color: #fff; }
  .lang-dropdown:focus {
    box-shadow: 0px 0px 3px #ffffff7d;
    color: #fff; }

.dropdown-menu {
  background-color: var(--mainBlack);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  min-width: 5rem; }

.dropdown-item {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  position: relative;
  background-image: linear-gradient(0deg, var(--mainBlue) 0, var(--mainBlue) 100%, rgba(255, 229, 123, 0) 0, rgba(255, 229, 123, 0));
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: ease-in-out .2s; }
  .dropdown-item:hover {
    background-size: 100% 100%;
    color: #fff;
    background-color: transparent; }

.title {
  margin-bottom: 20px;
  font-size: 1.3em; }

.title-bg {
  color: #000;
  display: inline-block;
  position: relative;
  padding: 5px 25px 5px 25px;
  background-image: linear-gradient(0deg, var(--mainBlue) 0, var(--mainBlue) 100%, rgba(255, 229, 123, 0) 0, rgba(255, 229, 123, 0));
  background-size: 55px 100%;
  transition: .2s;
  background-repeat: no-repeat;
  text-decoration: none !important;
  text-transform: uppercase; }
  .title-bg:hover {
    background-size: 100% 100%;
    color: #000; }
    .title-bg:hover.title-bg-arrow:after {
      right: 20px; }
  .title-bg.title-bg-arrow {
    width: 100%; }
    .title-bg.title-bg-arrow:after {
      content: '';
      display: block;
      position: absolute;
      right: 10px;
      top: 10px;
      height: 20px;
      width: 20px;
      will-change: right;
      -webkit-transition: right .3s;
      transition: right .3s;
      background-image: url("../assets/icons/arrow.svg"); }

.title-page {
  width: 100%;
  text-align: center;
  font-size: 33px;
  font-weight: 600;
  text-transform: uppercase; }
  .title-page:before {
    content: "";
    display: block;
    margin: 0 auto 20px auto;
    height: 2px;
    background-color: var(--mainBlue);
    width: 80px; }
  .title-page:after {
    content: "";
    display: block;
    margin: 20px auto 0 auto;
    height: 2px;
    background-color: var(--mainBlue);
    width: 80px; }

.section-top {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .section-top.section-top-limit {
    max-width: 350px; }
  .section-top .title {
    margin-bottom: 0; }
  .section-top .title-line {
    flex-grow: 1;
    height: 2px;
    background: #000; }
  .section-top .title-arrow {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-right: 0;
    transition: .2s; }

.section-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px; }
  .section-grid .article-card {
    padding: 20px;
    margin-bottom: 0;
    border-left: 1px solid #f2f2f2; }
    .section-grid .article-card .article-card-title {
      display: inline; }
  .section-grid .article-card-lg {
    grid-column: 1/3;
    grid-row: 1/3;
    padding: 0; }

.section {
  margin-bottom: 40px; }

.no-content {
  display: none !important; }

.news-item {
  display: block;
  text-decoration: none !important;
  position: relative; }
  .news-item .image {
    height: 100%;
    overflow: hidden; }
    .news-item .image img {
      display: block;
      width: 100%;
      height: inherit;
      object-fit: cover;
      transition: ease-in-out 1s; }
  .news-item .descr {
    width: 100%;
    padding: 15px;
    position: relative;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column-reverse; }
  .news-item .title-news {
    color: #fff;
    line-height: 1.3;
    font-weight: 600;
    font-size: 13px;
    max-height: 50px;
    overflow: hidden; }
  .news-item .date {
    text-align: right;
    color: #fff;
    font-size: 13px; }
  .news-item.lg {
    grid-column: 2;
    grid-row: 1/3;
    height: 315px; }
    .news-item.lg .title {
      font-size: 18px;
      max-height: 70px; }
  .news-item:hover .image img {
    transform: scale(1.1); }

.news-section .news-grid {
  display: grid;
  grid-template-columns: 0.3fr 0.7fr 0.3fr;
  grid-gap: 15px; }
  .news-section .news-grid .more-link {
    grid-column: 1/3;
    text-align: center; }
  .news-section .news-grid .news-item.lg .title-news {
    font-size: 1em; }

.news-section .sm-block .stat-select {
  width: 100%; }

.news-section .sm-block .table-block .table-stat {
  width: 100%; }
  .news-section .sm-block .table-block .table-stat td {
    font-size: 14px;
    border-bottom: 1px solid #000; }
  .news-section .sm-block .table-block .table-stat .tb-row {
    height: 30px; }
  .news-section .sm-block .table-block .table-stat .num {
    border-right: 1px solid #000;
    width: 25px;
    text-align: center; }
  .news-section .sm-block .table-block .table-stat .row-content {
    align-items: center;
    padding: 0 10px; }
    .news-section .sm-block .table-block .table-stat .row-content .table-flag {
      width: 20px;
      height: 16px;
      background-repeat: no-repeat;
      margin-right: 5px;
      display: inline-block;
      position: relative;
      top: 3px; }
  .news-section .sm-block .table-block .table-stat .score {
    border-left: 1px solid #000;
    padding-left: 5px;
    width: 25px; }

.news-section .online .to-online {
  display: flex;
  position: relative;
  height: 400px; }
  .news-section .online .to-online .online-bg {
    width: 100%;
    height: inherit;
    object-fit: cover; }
  .news-section .online .to-online .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.news-section .sc .sc-list .sc-stage {
  margin-bottom: 6px; }
  .news-section .sc .sc-list .sc-stage .sc-name {
    font-size: 18px;
    font-weight: 600; }
  .news-section .sc .sc-list .sc-stage .sc-location {
    font-size: 16px;
    font-weight: 500; }

.news-section .sc .sc-list .sc-item {
  margin-bottom: 10px; }
  .news-section .sc .sc-list .sc-item .sc-time {
    font-size: 14px; }
  .news-section .sc .sc-list .sc-item .sc-name {
    font-size: 15px;
    font-weight: 500; }

.news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px; }
  .news-list .online-section {
    grid-column: 1/4; }
  .news-list .news-item {
    height: auto; }
    .news-list .news-item:hover .title-news {
      background-size: 100% 100%; }
    .news-list .news-item .image {
      height: 200px; }
    .news-list .news-item .descr {
      padding: 10px;
      display: block;
      border: 1px solid #f2f2f2;
      border-top: none; }
    .news-list .news-item .title-news {
      font-size: 14px;
      font-weight: 700;
      font-family: 'Raleway', sans-serif;
      max-height: 80px;
      color: #000; }
    .news-list .news-item .date {
      color: #000; }

.btn-more {
  background: var(--mainBlue);
  color: #fff;
  display: block;
  margin: auto;
  border-radius: 0; }
  .btn-more:hover {
    color: #fff; }

.pagination {
  justify-content: center;
  margin-top: 1em; }
  .pagination .page-item .page-link {
    color: var(--mainBlue); }
  .pagination .page-item.active .page-link {
    color: #fff;
    background: var(--mainBlue);
    border-color: var(--mainBlue); }

.news-open-page {
  max-width: 928px;
  margin: 0 auto; }
  .news-open-page blockquote {
    font-style: italic;
    margin-left: 2em;
    padding-left: 1em;
    border-left: 5px solid #ccc; }
  .news-open-page .news-image img {
    width: 100%; }
  .news-open-page .news-image-src {
    font-size: 12px;
    color: #333333; }
  .news-open-page .block-lg .date-block {
    display: flex;
    align-items: center;
    margin: 10px 0;
    font-size: 14px;
    color: #5a5a5a; }
  .news-open-page .news-info-block {
    display: flex;
    align-items: center;
    color: #5a5a5a;
    font-size: 14px; }
    .news-open-page .news-info-block .author-block {
      display: flex; }
      .news-open-page .news-info-block .author-block span {
        text-decoration: underline; }
      .news-open-page .news-info-block .author-block .news-info-separator {
        margin-left: 7px; }
  .news-open-page .news-text {
    margin-top: 20px;
    line-height: 1.76;
    font-family: Open sans, sans-serif;
    color: #333333; }
    .news-open-page .news-text a {
      text-decoration: none !important;
      color: #000;
      border-bottom: 3px solid var(--mainBlue); }
    .news-open-page .news-text img {
      width: 100% !important;
      height: auto !important; }
  .news-open-page .block-sm.hide {
    display: none; }
  .news-open-page .block-sm .section-top {
    margin: 20px 0; }
  .news-open-page .block-sm .slick-list {
    margin-left: -20px; }
  .news-open-page .block-sm .slick-slide {
    outline: none !important; }
  .news-open-page .news-item {
    margin-left: 20px;
    text-decoration: none; }
    .news-open-page .news-item .descr {
      border: 1px solid #f2f2f2;
      display: block; }
    .news-open-page .news-item .title-news {
      color: #000; }
    .news-open-page .news-item .date {
      color: #000;
      margin-top: 10px; }

.sp-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr); }
  .sp-list .sp-item {
    position: relative;
    overflow: hidden;
    height: 300px;
    background: var(--mainBlack);
    padding: 20px 30px;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    text-decoration: none; }
    .sp-list .sp-item:last-child {
      border-right: none; }
    .sp-list .sp-item .sp-data {
      color: #fff;
      margin-top: 10px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: calc(100% - 135px); }
      .sp-list .sp-item .sp-data .sp-title-wrap {
        max-height: 92px;
        overflow: hidden; }
      .sp-list .sp-item .sp-data .sp-title {
        font-size: 1em;
        font-weight: 600; }
      .sp-list .sp-item .sp-data .date {
        font-size: 13px;
        display: flex;
        align-items: center; }
    .sp-list .sp-item:hover .sp-image {
      transform: scale(1.1); }
    .sp-list .sp-item:hover .sp-title {
      background-size: 100% 100%; }
    .sp-list .sp-item .sp-image {
      height: 125px;
      transition: ease-in-out 1s; }
      .sp-list .sp-item .sp-image img {
        width: 100%;
        height: inherit;
        object-fit: cover; }
  .sp-list .flag {
    width: 34px; }
    .sp-list .flag img {
      width: 100%; }

.sp-detail {
  padding: 15px 0; }
  .sp-detail .sp-name {
    font-size: 2em;
    font-weight: 700; }
  .sp-detail .sp-country {
    display: flex;
    align-items: center;
    margin: 5px 0; }
    .sp-detail .sp-country .flag {
      width: 34px; }
      .sp-detail .sp-country .flag img {
        width: 100%; }
    .sp-detail .sp-country .country {
      margin-left: 0.5em; }
  .sp-detail .sp-bio {
    background: #f3f3f3;
    display: flex;
    align-items: center;
    height: 300px; }
    .sp-detail .sp-bio .sp-image {
      width: 200px;
      height: inherit; }
      .sp-detail .sp-bio .sp-image img {
        width: 100%;
        height: inherit;
        object-fit: cover; }
    .sp-detail .sp-bio .sp-data {
      padding: 15px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 20px; }
      .sp-detail .sp-bio .sp-data .sp-title {
        font-size: 1.1em;
        font-weight: 700;
        text-transform: uppercase; }
      .sp-detail .sp-bio .sp-data .sp-line {
        width: 50px;
        height: 2px;
        background: #000;
        margin-top: 15px; }
      .sp-detail .sp-bio .sp-data .sp-social-block .sp-social {
        font-size: 1.5em; }
        .sp-detail .sp-bio .sp-data .sp-social-block .sp-social.sp-fb {
          color: #4167b2; }
        .sp-detail .sp-bio .sp-data .sp-social-block .sp-social.sp-insta {
          color: #fb3958;
          margin-left: 0.5em; }
      .sp-detail .sp-bio .sp-data .sp-social-block .sp-line {
        margin-top: 3px; }

.embeddedContent {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
  display: block; }
  .embeddedContent .fb-post {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block; }
    .embeddedContent .fb-post span {
      position: relative;
      overflow: hidden;
      padding-top: 56.25%;
      width: 100% !important;
      display: block; }
  .embeddedContent iframe {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0; }
  .embeddedContent.oembed-provider-facebook {
    padding-top: 0; }

  .oembed-provider-twitter {
    padding-top: 0;
  }

iframe {
  height: -webkit-fill-available; }

.footer {
  background: var(--mainBlack);
  padding-top: 30px;
  padding-bottom: 15px;
  margin-top: 3em; }
  .footer .container {
    background: transparent; }
  .footer .footer-nav {
    display: flex;
    justify-content: space-between; }
    .footer .footer-nav .footer-nav-item {
      font-size: 15px;
      font-weight: 700;
      text-transform: uppercase;
      color: #fff;
      font-family: 'Raleway', sans-serif;
      text-decoration: none;
      transition: ease-in-out .1s;
      white-space: nowrap; }
      .footer .footer-nav .footer-nav-item:hover {
        color: var(--mainBlue); }
  .footer .footer-contacts {
    margin: 30px 0;
    display: grid;
    grid-template-columns: 220px 1fr; }
  .footer .footer-logo {
    display: block;
    width: 220px; }
    .footer .footer-logo img {
      width: 100%; }
    .footer .footer-logo svg {
      height: 55px; }
  .footer .footer-text {
    color: #fff;
    font-size: 13px;
    font-weight: 100;
    width: 100%;
    line-height: 1.54; }
  .footer .footer-social {
    grid-column: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px; }
  .footer .footer-bottom {
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 1em 0; }

span.select2-selection.select2-selection--single {
  outline: none; }

.select2-selection__rendered {
  font-size: 14px; }

.select2-results__option {
  font-size: 12px; }

.select2-container--default .select2-selection--single {
  border-radius: 0; }

.select2-dropdown {
  border-radius: 0; }

.c-header {
  background-color: var(--mainBlack);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 5px; }
  .c-header .container {
    background: transparent;
    display: flex;
    justify-content: center;
    position: relative; }
  .c-header .c-header-top__wrapper {
    padding: 18px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1; }
    .c-header .c-header-top__wrapper .container {
      display: grid;
      grid-template-columns: repeat(3, 1fr); }
  .c-header .c-header-logo {
    display: flex;
    justify-content: center; }
    .c-header .c-header-logo img {
      height: 55px; }
    .c-header .c-header-logo svg {
      height: 55px; }
  .c-header .c-header-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px; }
  .c-header .c-header-nav__item {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    margin-right: 10px;
    padding: 21px 5px 18px 5px;
    border-bottom: 3px solid transparent;
    transition: ease-in-out .1s;
    white-space: nowrap; }
    .c-header .c-header-nav__item:last-child {
      margin-right: 0; }
    .c-header .c-header-nav__item:hover {
      border-bottom-color: var(--mainBlue);
      color: var(--mainBlue); }
  .c-header .c-header-social-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .c-header .c-header-lang-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .c-header .c-header-lang-wrap .main-search {
      margin-left: 20px; }

.c-header-social {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10em;
  transition: ease-in-out .2s;
  margin-right: 20px; }
  .c-header-social:last-child {
    margin-right: 0; }
  .c-header-social:hover {
    box-shadow: 0px 0px 3px #ffffff7d; }

.c-header-mobile-toggle {
  display: none; }
  .c-header-mobile-toggle .menu-icon {
    width: 30px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .c-header-mobile-toggle .menu-icon .line {
      width: 100%;
      height: 2px;
      background: #fff;
      border-radius: 1px; }

.three-content {
  display: flex; }
  .three-content .l-column {
    padding: 0 20px;
    width: 25%; }
    .three-content .l-column:first-child {
      padding-left: 0;
      border-right: 1px solid #f2f2f2; }
    .three-content .l-column:last-child {
      padding-right: 0;
      border-left: 1px solid #f2f2f2; }
    .three-content .l-column.l-column-lg {
      width: 50%; }
      .three-content .l-column.l-column-lg .article-card-title {
        font-size: 17px; }

.article-card-date {
  display: flex;
  align-items: center;
  font-size: 13px;
  margin: 7px 0;
  color: #000; }

.article-card {
  display: block;
  color: #000;
  text-decoration: none !important;
  margin-bottom: 20px; }
  .article-card:hover .article-card-title {
    color: #5a5a5a;
    background-size: 100% 100%; }
  .article-card .article-card-title {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    max-height: 64px;
    overflow: hidden; }
  .article-card .article-card-short {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.54;
    color: #000;
    display: inline-block; }
  .article-card .article-card-image {
    margin-bottom: 10px; }
    .article-card .article-card-image img {
      width: 100%; }
  .article-card.article-card-lg {
    height: 300px;
    position: relative;
    color: #fff;
    overflow: hidden; }
    .article-card.article-card-lg:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      bottom: 0;
      background-image: linear-gradient(180deg, transparent 0, #000); }
    .article-card.article-card-lg .article-info {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      padding: 15px 15px 0 15px;
      text-align: center;
      z-index: 2; }
    .article-card.article-card-lg .article-card-title {
      font-size: 24px;
      color: #fff; }
    .article-card.article-card-lg .article-card-date {
      background-color: #fff;
      width: 150px;
      margin: 10px auto 0;
      padding: 5px 10px 5px 5px;
      text-align: center; }
    .article-card.article-card-lg img {
      width: 100%;
      height: inherit;
      object-fit: cover;
      transition: ease-in-out 1s; }
    .article-card.article-card-lg:hover img {
      transform: scale(1.1); }

.el-unline {
  background-image: linear-gradient(0deg, var(--mainBlue) 0, var(--mainBlue) 15%, rgba(255, 229, 123, 0) 0, rgba(255, 229, 123, 0));
  background-size: 0 100%;
  transition: background-size .2s;
  background-repeat: no-repeat; }

.vdd-elemen {
  width: 100%;
  height: 100%; }

.error-page .content {
  min-height: calc(100vh - 160px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  position: relative; }

.error-page .error-title {
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 42px; }

.error-page .footer {
  margin-top: 0; }

.error-page .error-image {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: -2;
  filter: blur(5px);
  bottom: 0;
  left: 0; }

.error-page .video-shade {
  width: 100%;
  height: calc(100% + 3px);
  left: 0;
  top: -3px;
  position: absolute;
  pointer-events: none;
  background: #000;
  opacity: 0.3;
  z-index: -1; }

.video-preview {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; }
  .video-preview iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.schedule {
  transition: ease-in-out .3s;
  opacity: 0; }
  .schedule.loaded {
    opacity: 1; }
  .schedule .day-list {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-bottom: 10px;
    position: relative;
    padding: 1em 0; }
    .schedule .day-list .day {
      text-align: center;
      font-size: 20px;
      cursor: pointer;
      border-bottom: 5px solid transparent;
      transition: ease-in-out .2s;
      opacity: 0.6; }
      .schedule .day-list .day.today {
        opacity: 1; }
      .schedule .day-list .day.selected {
        border-color: var(--mainBlue);
        opacity: 1; }
      .schedule .day-list .day:hover {
        border-color: var(--mainBlue); }
      .schedule .day-list .day .day-name {
        text-transform: capitalize; }
    .schedule .day-list .day-arr {
      position: absolute;
      cursor: pointer;
      height: 100%;
      top: 0;
      display: flex;
      align-items: center;
      transition: ease-in-out .2s; }
      .schedule .day-list .day-arr svg {
        width: 30px; }
      .schedule .day-list .day-arr.prev {
        left: -50px; }
      .schedule .day-list .day-arr.next {
        right: -50px; }
      .schedule .day-list .day-arr:hover {
        background: #cccdce52; }
  .schedule .program-list {
    min-height: 30vh;
    max-height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden; }
    .schedule .program-list .program {
      display: grid;
      grid-template-columns: 80px 1fr;
      font-size: 1.5em;
      margin-bottom: 4px;
      grid-gap: 4px; }
    .schedule .program-list .no-program {
      text-align: center;
      font-size: 20px;
      font-weight: 400;
      margin-top: 3em; }
    .schedule .program-list .program-time {
      background: #efefef;
      padding: .5em;
      display: flex;
      align-items: center;
      justify-content: center; }
    .schedule .program-list .program-name {
      background: #efefef;
      padding: .5em; }

.section-online {
  display: grid;
  grid-template-columns: .75fr .25fr;
  grid-gap: 20px; }
  .section-online .schedule-index {
    height: 100%;
    border-left: 1px solid #f2f2f2;
    padding-left: 20px; }
    .section-online .schedule-index .schedule-index-title {
      font-size: 1.2em;
      font-weight: 400;
      font-family: 'Raleway', sans-serif;
      margin-bottom: 10px;
      text-transform: uppercase; }
    .section-online .schedule-index .program {
      font-size: 15px;
      font-family: 'Raleway', sans-serif;
      max-height: 64px;
      grid-gap: 5px;
      margin-bottom: 5px;
      overflow-x: hidden;
      overflow-y: scroll;
      display: grid;
      grid-template-columns: 80px 1fr; }
      .section-online .schedule-index .program.program-current .program-time {
        font-weight: 700;
        background: #efefef59;
        padding: .5em;
        display: flex;
        align-items: center;
        justify-content: center; }
      .section-online .schedule-index .program.program-current .program-name {
        padding: .5em;
        background: #efefef59; }
    .section-online .schedule-index .program-list {
      max-height: 500px;
      overflow-x: hidden;
      overflow-y: scroll; }
      .section-online .schedule-index .program-list .program {
        font-size: 15px;
        font-family: 'Raleway', sans-serif;
        max-height: 64px;
        grid-gap: 5px;
        margin-bottom: 5px;
        overflow-x: hidden;
        overflow-y: scroll;
        padding-right: 17px;
        margin-right: -34px; }
        .section-online .schedule-index .program-list .program .program-time {
          font-weight: 700;
          background: #efefef59; }
        .section-online .schedule-index .program-list .program .program-name {
          background: #efefef59; }
