/* === DESKTOP FIRST === */
/* xl <= Extra extra large (xxl) */
/* lg <= Extra large (xl) */
@media (max-width: 1200px) {
  .streaming__container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer__nav {
    flex: 0 0 35%;
    max-width: 35%;
  }
}
/* md <= Large (lg) */
@media (max-width: 992px) {
  .header__logo {
    flex: 0 0 430px;
  }

  .header__logo .text {
    font-size: 18px;
    line-height: 28px;
  }

  .header__nav {
    justify-content: flex-end;
    position: relative;
  }

  .header__nav .nav {
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 13px;
    z-index: 10;
  }

  .header__nav .nav.show {
    opacity: 1;
    visibility: visible;
  }

  .header__mobile_btn {
    display: block;
    margin-left: 0;
  }

  .streaming__container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .streaming__left {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%);
    z-index: 11;
  }

  .streaming__right {
    border-left: 0;
  }

  .news__card {
    flex-direction: column;
  }

  .news__card_image {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer__container {
    flex-wrap: wrap;
  }

  .footer__nav {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer__nav .nav {
    flex-wrap: wrap;
  }

  .footer__copyright {
    flex: 100%;
    max-width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer__social,
.footer__developer {
    flex: 0 0 50%;
  }
}
/* sm <= Medium (md) */
@media (max-width: 768px) {
  .header__logo {
    flex: 0 0 250px;
  }

  .header__logo .icon {
    width: 100px;
    margin-right: 20px;
  }
  .header__logo .icon img {
    width: 100%;
  }

  .banner__actions {
    flex-direction: column;
  }

  .banner__actions .button {
    margin-bottom: 15px;
    font-size: 16px;
    align-items: center;
    padding: 12px 18px;
  }

  .nav__lang {
    justify-content: flex-end;
    flex-direction: column;
  }

  .header .nav__lang .nav__link {
    padding: 12px;
  }

  .streaming__container {
    display: block;
  }

  .streaming__right {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 100%;
  }

  .streaming__timer_cell {
    margin: 0;
  }

  .streaming__timer_container {
    max-width: initial;
  }

  .streaming__timer_title {
    text-align: center;
  }

  .streaming__timer {
    display: flex;
    justify-content: center;
  }

  .streaming__social {
    flex-wrap: wrap;
    justify-content: center;
  }

  .news__card_body {
    padding: 25px;
  }

  .footer__nav {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer__nav .nav__link {
    text-align: center;
  }
}
/* xs <= Small (sm) */
@media (max-width: 576px) {
  .streaming__play_btn svg {
    margin-right: 0;
  }

  .footer__social,
.footer__developer {
    flex: 0 0 100%;
  }

  .footer__developer {
    padding-left: 0;
    border-left: none;
    margin-top: 25px;
  }

  .timeline {
    padding-left: 10px;
    padding-right: 10px;
  }

  .timeline__item {
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
  }

  .timeline__place {
    order: 2;
    padding-right: 0;
    padding-top: 0;
  }

  .timeline__icon {
    order: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }

  .timeline__desc {
    order: 3;
    margin-left: auto;
    text-align: right;
  }

  .timeline__desc .text {
    text-align: right;
  }

  .timeline__desc .actions {
    text-align: right;
  }

  .timeline .add_favorite {
    top: 50%;
  }

  .timeline__icon::before,
.timeline__icon::after {
    height: calc(100% - 74px);
  }

  .header__nav {
    z-index: 2;
  }

  .program {
    padding-left: 15px;
    padding-right: 15px;
  }

  .program__info_tab .info__tab_nav__item + .info__tab_nav__item {
    margin-left: 15px;
  }

  .program__info_tab .info__panel {
    padding: 15px 15px 20px 15px;
  }

  .program__info_tab .info__panel_icon {
    padding-left: 57px;
  }

  .timeline__item + .timeline__item {
    padding-top: 0;
  }
}
/* === MOBILE FIRST === */
/* Custom (xs) */
/* Small (sm) */
/* Medium (md) */
/* Large (lg) */
/* Extra large (xl) */
/* Extra extra large (xxl) */
@media (min-width: 1600px) {
  .container {
    max-width: 1620px;
  }
}
