@media (max-width: 1200px) {
  .article-card {
    margin-bottom: 10px; }
  .sp-list .sp-item {
    height: 300px; }
  .section-online {
    grid-gap: 0;
    display: block; } }

@media (max-width: 991px) {
  .three-content {
    display: grid;
    grid-template-columns: .3fr .7fr; }
    .three-content .l-column {
      width: 100%; }
      .three-content .l-column.l-column-lg {
        width: 100%; }
      .three-content .l-column:first-child {
        grid-row: 1/2;
        grid-column: 1; }
      .three-content .l-column:last-child {
        margin-top: 15px;
        padding-top: 15px;
        padding-left: 0;
        grid-row: 2;
        grid-column: 1/3;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        border-left: none;
        border-top: 1px solid #f2f2f2; }
        .three-content .l-column:last-child .section-top {
          grid-column: 1/3;
          margin-bottom: 0; }
        .three-content .l-column:last-child .article-card {
          padding-right: 10px;
          width: 100%; }
          .three-content .l-column:last-child .article-card img {
            display: none; }
  .article-card .article-card-date {
    margin: 5px 0; }
  .section-top.section-top-limit {
    max-width: unset; }
  .sp-list {
    grid-template-columns: repeat(3, 1fr); }
    .sp-list .sp-item:last-child {
      display: none; }
  .news-list {
    grid-gap: 10px; }
    .news-list .news-item .image {
      height: 150px; }
  .footer .footer-nav {
    justify-content: space-around; }
    .footer .footer-nav .footer-nav-item {
      font-size: 13px; }
  .footer .footer-contacts {
    margin: 2em 0; }
  .schedule .day-list .day {
    font-size: 14px; }
  .section-online {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 768px) {
  .content {
    padding-top: 10px; }
  .container {
    max-width: unset; }
  .title {
    font-size: 1em; }
    .title.title-page {
      font-size: 2em; }
  .title-bg {
    background-size: 35px 100%; }
  .c-header .c-header-nav__item {
    margin-right: 7px; }
  .three-content {
    display: flex;
    flex-direction: column; }
    .three-content .l-column {
      padding: 0;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 10px; }
      .three-content .l-column.l-column-lg {
        order: 1;
        display: block;
        margin-bottom: 10px;
        margin-left: -15px;
        width: calc(100% + 30px); }
        .three-content .l-column.l-column-lg .article-card:not(.article-card-lg) {
          display: none; }
      .three-content .l-column:first-child {
        order: 2;
        border: none; }
        .three-content .l-column:first-child .section-top {
          display: none; }
      .three-content .l-column:last-child {
        order: 3;
        border: none;
        margin-top: 0;
        padding-top: 0; }
  .article-card {
    margin-bottom: 0; }
    .article-card .article-card-date {
      font-size: 12px; }
    .article-card .article-card-title {
      font-size: 12px; }
    .article-card.article-card-lg .article-card-title {
      font-size: 18px; }
  .online-section .text-block {
    max-width: 80%; }
    .online-section .text-block .online-text {
      font-size: 16px; }
  .online-page .players-block {
    grid-template-columns: unset;
    grid-gap: 30px; }
  .section-sp .container:nth-child(2) {
    padding: 0; }
  .sp-list {
    display: flex;
    width: 100%;
    overflow-x: scroll; }
    .sp-list .sp-item {
      border: none;
      min-width: 70%;
      margin-right: 1px;
      height: unset; }
      .sp-list .sp-item .sp-image {
        height: 250px; }
      .sp-list .sp-item .sp-data {
        height: unset; }
        .sp-list .sp-item .sp-data .sp-title {
          font-size: 14px; }
      .sp-list .sp-item:last-child {
        display: block; }
      .sp-list .sp-item .sp-data {
        font-size: 12px; }
  .sp-detail .sp-bio {
    align-items: unset;
    height: unset; }
    .sp-detail .sp-bio .sp-data {
      grid-template-columns: none; }
      .sp-detail .sp-bio .sp-data .sp-title {
        font-size: 1em; }
  .video-section .video-grid {
    display: block; }
    .video-section .video-grid .video-item {
      display: block;
      margin-bottom: 10px; }
      .video-section .video-grid .video-item .video-image {
        height: 100%; }
        .video-section .video-grid .video-item .video-image img {
          height: inherit;
          object-fit: cover; }
      .video-section .video-grid .video-item .video-data {
        position: relative;
        background: var(--mainBlack);
        font-size: 13px; }
        .video-section .video-grid .video-item .video-data .icon {
          display: block; }
  .news-list {
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr); }
    .news-list .news-item .title-news {
      font-size: 12px; }
    .news-list .news-item .date {
      font-size: 12px;
      margin-top: 3px; }
    .news-list .online-section {
      grid-column: 1/3; }
  .news-open-page {
    display: block; }
    .news-open-page .news-title {
      font-size: 1.4em; }
    .news-open-page .block-sm .news-item {
      margin-bottom: 0;
      margin-right: 5px; }
      .news-open-page .block-sm .news-item .descr {
        padding: 10px; }
        .news-open-page .block-sm .news-item .descr .title-news {
          font-size: 12px; }
  .schedule .day-list {
    overflow: scroll;
    display: flex;
    justify-content: space-between; }
    .schedule .day-list .day {
      min-width: 75px;
      font-size: 12px; }
    .schedule .day-list .day-arr {
      position: relative; }
      .schedule .day-list .day-arr.prev {
        left: 0; }
      .schedule .day-list .day-arr.next {
        right: 0; }
  .schedule .program-list .program {
    font-size: 1em; } }

@media (max-width: 560px) {
  .c-header .c-header-social-wrap {
    display: none; }
  .c-header .c-header-top__wrapper {
    padding: 10px 0; }
    .c-header .c-header-top__wrapper .container {
      grid-template-columns: repeat(2, 1fr); }
  .c-header .c-header-lang-wrap {
    order: 3;
    justify-content: flex-end; }
  .c-header .c-header-logo {
    justify-content: flex-start;
    order: 2; }
  .c-header .c-header-bottom-content {
    display: flex;
    width: 100%;
    padding: 15px;
    overflow: hidden; }
  .c-header .c-header-bottom .c-header-nav {
    display: flex;
    overflow: scroll; }
  .c-header-mobile-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  .three-content .l-column:last-child .article-card .article-card-short {
    display: none; }
  .article-card {
    line-height: 1.2;
    margin-bottom: 15px; }
    .article-card:last-child {
      margin-bottom: 0; }
    .article-card .article-card-title {
      font-size: 13px; }
  .footer {
    margin-top: 2em; }
    .footer .footer-logo {
      width: 100%;
      display: flex;
      align-items: center;
      grid-column: 1/3;
      justify-content: center; }
      .footer .footer-logo svg {
        width: 200px; }
    .footer .footer-nav-wrap {
      overflow-x: scroll;
      overflow-y: hidden;
      height: 60px;
      display: flex; }
    .footer .footer-nav {
      display: flex;
      margin: 0 auto; }
      .footer .footer-nav .footer-nav-item {
        padding: 21px 5px 18px 5px;
        margin-right: 7px; }
    .footer .footer-contacts {
      margin: .5em 0;
      grid-template-columns: 160px 1fr; }
    .footer .footer-text {
      grid-row: 3;
      grid-column: 1/3;
      margin-top: 20px; }
    .footer .footer-social {
      grid-row: 2;
      grid-column: 1/3;
      justify-content: space-around;
      margin-top: 10px; }
  .section-online {
    display: block; }
    .section-online .schedule-index {
      padding: 0;
      border: 0; }
      .section-online .schedule-index .program-list {
        margin-top: 10px; } }

@media (max-width: 448px) {
  .c-header .c-header-social {
    right: 0; }
  .c-header .c-header-logo {
    max-width: 180px; }
    .c-header .c-header-logo img {
      width: 100%;
      height: auto; }
  .three-content .l-column {
    display: block; }
    .three-content .l-column:last-child {
      display: block; }
  .article-card.article-card-lg .article-card-title {
    font-size: 16px; }
  .article-card.article-card-lg .article-card-date {
    display: block;
    width: fit-content; }
  .online-section .text-block {
    flex-direction: column;
    text-align: center;
    padding: 15px; }
    .online-section .text-block .online-arr {
      margin-top: 10px; }
  .sp-list .sp-item .sp-image {
    height: 120px; }
  .sp-page .sp-list {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0; }
  .sp-page .sp-item {
    display: block;
    height: 50vh;
    margin: 0; }
    .sp-page .sp-item .sp-data {
      padding: 5px; }
    .sp-page .sp-item .flag {
      width: 18px; }
  .sp-detail .sp-bio {
    margin: 0 -15px; }
  .news-list .news-item .image {
    height: 120px; }
  .news-list .news-item .descr {
    line-height: 1.3em; } }
