@media (max-width: 950px) {
  .mobile-950 {
    display: none;
  }

  .footer {
    padding: 30px 0;
  }

  .footer__top {
    margin: 0 0 26px 0;
  }

  .main-content {
    width: 100%;
  }

  .search--desktop {
    display: none;
  }

  .search--mobile {
    display: flex;
  }

  .search-all__main {
    margin: 0;
  }

  .media__list,
  .media__list--wide,
  .search-all__news .media__list {
    grid-template-columns: repeat(2, minmax(calc((100% - 20px)/2), 1fr));
  }

  .main-albums .media__list,
  .main-videos .media__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .media__item--big .media__content {
    padding: 20px 15px;
  }

  .media__item--big .media__title {
    font-size: 16px;
    line-height: 20px;
  }

  .media__title {
    margin: 0;
  }

  .news-item__picture,
  .news-item__content img {
    max-width: 100%;
    height: auto;
  }

  .embed-video {
    max-width: 100%;
    height: calc((100vw - 30px)*0.56);
  }

  .video-container iframe {
    width: calc(100vw - 30px) !important;
    height: calc((100vw - 30px)*9/16) !important;
  }

  .coaches__list {
    grid-template-columns: 1fr;
  }

  .head {
    padding: 30px 0;
  }

  .head__title {
    font-size: 36px;
    line-height: 36px;
  }

  .brigade {
    margin: 0;
  }

  .persons__list {
    flex-direction: column;
    align-items: flex-start;
  }

  .persons__item,
  .persons__item:nth-child(odd) {
    width: 100%;
    margin: 0;
    padding: 20px 0;
  }

  .persons__item:not(:last-child) {
    border-bottom: 1px solid var(--grey-light);
  }

  .match {
    padding: 40px 0 0 0;
  }

  .match__top {
    flex-direction: column;
    padding: 30px 0 0 0;
  }

  .match__live,
  .match__video {
    top: -6px;
    height: 24px;
    width: 70px;
    padding: 0 10px;
  }

  .match__tournament {
    font-size: 30px;
    line-height: 32px;
    max-width: 70%;
  }

  .match__date {
    font-size: 16px;
    line-height: 18px;
  }

  .match__top-wrapper {
    margin: 0 0 20px 0;
  }

  .match__brigade {
    padding: 20px 0;
  }

  .match__main {
    margin: 20px 0 0 0;
  }

  .match__picture {
    margin: 0;
  }

  .match__title {
    padding: 0;
  }

  .match__title {
    height: unset;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
  }

  .match__team--right .match__title {
    text-align: center;
  }

  .match__team {
    flex-direction: column;
    align-items: center;
  }

  .match__team--right .match__picture {
    order: 0;
  }

  .match__score-main {
    font-size: 40px;
  }

  .match__socials {
    top: 0;
  }

  .match__item {
    margin: 0 5px;
  }

  .match-video__pane {
    padding: 20px 30px;
    margin: 0 0 20px 0;
  }

  .match-video__video {
    margin: 0 0 20px 0;
  }

  .match-video__bottom {
    margin: 0 0 20px 0;
    flex-wrap: wrap;
  }

  .match-video__socials {
    margin: 10px 0 0 0;
  }

  .structure {
    margin: 0 0 40px 0;
  }

  .structure__title {
    margin: 0 0 20px 0;
  }

  .structure__number {
    width: 50px;
    font-size: 18px;
  }

  .structure__img {
    margin: 0 0 0 15px;
  }

  .structure__unit--right .structure__img {
    margin: 0 15px 0 0;
  }

  .match-personal {
    flex-wrap: wrap;
  }

  .match-personal__middle {
    order: -1;
    width: 100%;
    margin: 0 0 20px  0;
    height: auto;
  }

  .match-personal__middle-number {
    font-size: 50px;
  }

  .match-personal__middle-number {
    margin: 0 5px;
  }

  .match-personal__part {
    width: 50%;
    padding: 0 10px;
  }

  .match-personal__team {
    margin: 0 0 10px 0;
  }

  .tournament-tables {
    margin: 0 0 40px 0;
  }

  .tabs__item {
    flex-basis: unset;
  }

  .teams {
    padding: 0 0 60px 0;
  }

  .tournament-chess__values,
  .tournament-playoff {
    overflow-x: scroll;
  }

  .tournament-chess {
    width: 100%;
  }

  .table-chess {
    min-width: 100%;
  }

  .table-chess .table__cell {
    width: unset;
    min-width: 70px;
  }

  .js-chess-scroll-inner {
    width: 100% !important;
  }

  .filters-group {
    margin: 0 0 30px 0;
  }

  .filters {
    width: 100%;
  }

  .filters__item {
    width: calc((100% - 40px)/3);
  }

  .filters__item:nth-child(3n) {
    margin: 0;
  }

  .filters__item--superwide {
    margin: 0;
    width: 100% !important;
  }

  .calendar__item {
    flex-wrap: wrap;
    height: unset;
    padding: 8px 0;
  }

  .calendar--page .calendar__item {
    padding: 0;
  }

  .calendar__date,
  .calendar__place,
  .structure--match-recent-matches .calendar__place {
    width: 100%;
    text-align: center;
    align-items: center;
  }

  .calendar__place {
    justify-content: center;
  }

  .calendar__wrapper {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
  }

  .calendar__tournament {
    -webkit-line-clamp: 2;
  }

  .calendar__info {
    order: 1;
    margin: 0 auto;
  }

  .calendar--page .calendar__place {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
    text-align: left;
    order: 2;
    padding: 10px 0;
  }

  .calendar__team,
  .structure--match-recent-matches .calendar__team {
    width: calc((100% - 80px)/2);
  }

  .calendar--page .calendar__team {
    width: calc((100% - 100px)/2);
    height: 70px;
  }

  .calendar--page .calendar__score {
    height: 70px;
  }

  .calendar__date {
    margin: 0 0 5px 0;
  }

  .calendar__place {
    margin: 5px 0 0 0;
  }

  .calendar__score {
    background-color: unset;
  }

  .calendar__stats {
    margin: 10px auto 0 auto;
  }

  .calendar__head {
    display: none;
  }

  .calendar__stats-mobile {
    display: inline-block;
  }

  .tournament-statistics .table__cell {
    padding: 5px;
  }

  .tournament-statistics__number {
    /* width: 40px; */
    width: 30px;
  }

  .tournament-statistics__variable {
    /* width: 60px; */
    width: 75px;
  }

  .tournament-statistics__team {
    width: 200px;
  }

  .figure-head__content {
    padding: 30px 0;
  }

  .figure-head__img {
    width: 100px;
    height: 100px;
    margin: 0 20px 0 0;
  }

  .figure-head__content {
    max-width: 550px;
  }

  .figure-head__background {
    left: 550px;
  }

  .persons {
    margin: 20px 0;
  }

  .persons--modify .persons__link {
    padding: 0;
  }

  .persons--management {
    margin-top: 0;
  }

  .stadiums__title {
    font-size: 14px;
    line-height: 20px;
  }

  .stadiums__icon {
    margin: -3px 5px 0 0;
  }

  .stadium__map {
    margin: 0 0 30px 0;
  }

  .profile__picture {
    margin: 0 60px 0 0;
  }

  .profile__background {
    top: calc(50% - 178px);
    left: -80px;
    width: 380px;
    height: 380px;
  }

  .profile__background--referee {
    top: calc(50% - 220px);
    left: -144px;
    width: 415px;
    height: 415px;
  }

  .profile__img {
    width: 200px;
    height: 200px;
  }

  .profile__container:after {
    background-size: 460px 460px;
    margin-top: -247px;
    margin-left: -175px;
  }

  .profile__logo {
    width: 50px;
    bottom: 80px;
  }

  .socials-white__item {
    margin: 0 20px 0 0;
  }

  .table-referee__variable {
    width: 70px;
  }

  .table-referee__season {
    width: 120px;
  }

  .figure-head--team .figure-head__wrapper {
    height: unset;
  }

  .main-container--with-sidebar .banner {
    margin-bottom: 30px !important;
  }

  .partners__main {
    padding: 50px 0 0 0;
  }

  .partners__button {
    margin: 30px auto;
  }

  .rewards {
    margin: 0 0 30px 0;
  }

  .rewards__item--with-icon {
    flex-direction: column;
  }

  .rewards__right {
    max-width: unset;
  }

  .rewards__item {
    padding: 10px 15px;
  }

  .rewards__item--with-icon .rewards__link,
  .rewards__item--with-icon .rewards__title {
    padding: 10px 0;
  }

  .rewards__item--with-icon .rewards__tournament {
    margin: 0;
    padding: 0 0 15px 0;
  }

  .rewards__title {
    font-size: 20px;
    line-height: 24px;
  }

  .rewards__tournament {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 18px;
  }

  .statistics__list {
    flex-direction: column;
  }

  .statistics__item {
    max-width: unset;
    width: 100%;
    margin: 0 auto 20px auto;
  }

  .league__block {
    overflow-x: scroll;
  }

  .results-table .table__logo,
  .summary-table .table__logo {
    max-width: unset;
  }

  .results-table {
    table-layout: unset;
  }

  .beskov-top__picture {
    margin: 0 30px 0 0;
  }

  .beskov-top__img {
    width: 160px;
    height: 160px;
  }

  .beskov-top__container::after {
    width: 300px;
    height: 300px;
    top: -88px;
    left: -84px;
  }

  .beskov-top__title {
    font-size: 26px;
    line-height: 28px;
    margin: 0 0 20px 0;
  }

  .beskov-top__text {
    font-size: 16px;
    line-height: 18px;
  }

  .table--big .table__cell {
    padding: 5px 10px;
  }

  .beskov-services .table__row .table__cell {
    height: 70px;
    font-size: 16px;
    line-height: 18px;
  }

  .coaches__picture {
    margin: 0 30px 0 0;
  }

  .beskov-programs__link {
    padding: 10px;
    min-height: 60px;
    font-size: 16px;
    line-height: 18px;
  }

  .reviews {
    margin-bottom: 50px;
  }

  .reviews__picture {
    display: none;
  }

  .reviews__unit {
    min-height: 200px;
  }

  .reviews__text {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 20px 0;
  }

  .form__content {
    padding: 40px;
  }

  .beskov-program,
  .beskov-curriculums,
  .beskov-director,
  .bests {
    margin-bottom: 50px;
  }

  .form__text {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 20px 0;
  }

  .beskov-director__picture {
    display: none;
  }

  .beskov-director__title {
    font-size: 20px;
    line-height: 24px;
  }

  .committees__main {
    padding: 20px 15px;
  }

  .committees__main-container {
    width: 100%;
  }

  .committees__main .committees__text {
    text-align: left;
    font-size: 22px;
    line-height: 24px;
  }

  .committees__main .committees__position {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
  }

  .main {
    margin: 30px 0 0 0;
  }

  .main-calendar,
  .match-wrapper,
  .head,
  .figure-head,
  .beskov-top,
  .profile,
  .news-item {
    margin-top: -30px !important;
  }

  .partners__item {
    margin: 0 10px 0 10px;
  }

  .partners--bottom .partners__list {
    flex-wrap: wrap;
    max-width: 640px;
    margin: 0 auto;
  }

  .partners--bottom .partners__img {
    max-width: 100px;
  }

  .partners--bottom .partners__item {
    flex-grow: unset;
    flex-shrink: 0;
  }

  .main-calendar__top-title {
    width: calc((100% - 40px)/3);
  }

  .main-calendar__top-filters {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
  }

  .main-calendar__top-filters__item,
  .main-calendar__top-filters__item--tournament {
    width: 100%;
  }

  .main-calendar__match:hover {
    background-color: unset;
    color: var(--black);
  }

  .main-calendar__match:hover .main-calendar__match-top__stage,
  .main-calendar__match:hover .main-calendar__match-team__score {
    color: var(--red-light);
  }

  .main-calendar__match:hover .main-calendar__match-teams {
    color: var(--black);
  }

  .main-calendar__match:hover .main-calendar__stadium-icon {
    fill: var(--red-dark);
  }

  .league__block {
    margin: 0 0 30px 0;
  }

  .tabs--brigades .tabs__navigation,
  .committees .tabs__item,
  .tabs--documents .tabs__item {
    max-width: unset;
  }

  .tournaments__list--wide,
  .teams__list--wide {
    grid-template-columns: repeat(3, 1fr);
  }

  .tournaments__title {
    font-size: 18px;
    line-height: 22px;
  }

  .tournaments__dates,
  .tournaments__picture {
    margin: 0 0 14px 0;
  }

  .brigade__list {
    grid-template-columns: repeat(2, minmax(290px, 1fr));
  }

  .schools__list {
    justify-content: center;
  }

  .records__list {
    overflow-x: scroll;
  }

  .match-season-stats__title {
    width: 250px;
  }

  .match-season-stats .history__img {
    display: none;
  }

  .match-season-stats .history__team {
    padding: 0;
  }

  .main-content--without-sidebar .tournament-table__next {
    width: 92px;
  }

  .main-content--without-sidebar .tournament-table__progress {
    width: 166px;
  }

  .composition--search .composition__teams {
    width: calc(50vw - 170px);
    white-space: nowrap;
  }

  .coaches--search .coaches__teams {
    width: calc(100vw - 270px);
  }

  /* 60982 - новый календарь */
  .matches__date-picker {
    width: 100%;
    flex-wrap: wrap;
    gap: 24px 0;
    padding: 24px 16px;
  }

  .matches-week-picker {
    order: 1;
    min-width: 136px;
  }

  .matches-day-picker {
    width: 100%;
    order: 2;
  }

  .matches-day-picker__slider {
    width: 100%;
    min-height: 87px;
  }

  .matches__filters-loader img {
    max-width: 60px;
  }

  .matches-day-picker__day {
    padding: 12px 2px;
    gap: 4px;
    min-height: 89px;
}

  .game__stage {
    font-size: 10px;
  }

  .game__stadium-link, .game__referee {
    font-size: 12px;
    gap: 2px;
    align-items: flex-start;
  }

  .game__referee-name {
    font-size: 12px;
    color: var(--gray);
  }

  .game__judge-name {
    font-size: 12px;
    color: var(--gray);
  }

  .game__judge-title {
    display: none;
  }

  .game__judge-icon {
    display: block;
  }

  .game__judge {
    display: flex;
    align-items: flex-start;
    gap: 2px;
  }

  .game__stage {
    margin-bottom: 0;
  }

  .game__desktop-stage {
    display: none;
  }

  .game__mobile-stage {
    display: block;
  }

  .game__stadium-icon {
    width: 12px;
    height: 12px;
  }

  .game__ball-button {
    display: flex;
    gap: 4px;
    align-items: center;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .game__content {
    grid-template-columns: repeat(2, 1fr);
    justify-items: right;
    column-gap: 32px;
  }

  .game__broadcast-wrapper {
    width: max-content;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    justify-self: flex-start;
  }

  .game__referee {
    justify-self: flex-start;
    grid-column: 2 / -1;
    grid-row: 3 / 4;
  }

  .game__referee-title {
    display: none;
  }

  .game__stadium {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }

  .game__teams-wrapper {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
  }

  .game__teams {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 10px;
    width: 100%;
  }

  .game__content-wrapper {
    flex-direction: column-reverse;
  }

  .game__dropdown-icon {
    fill: var(--red-light);
    margin-top: 2px;
  }

  .game__dropdown-button_desktop {
    display: none;
  }

  .game__dropdown-button_mobile {
    display: flex;
  }

  .game__dropdown-button {
    width: calc(100% + 16px * 2);
    min-height: 45px;
    gap: 8px;
    padding: 16px 0;
    margin-bottom: -16px;
    background-color: rgba(var(--light-opacity), 0.4);
    align-items: flex-start;
  }

  .game__dropdown-button span {
    display: flex;
  }


  .game__dropdown-button::after {
    content: url(/img/caret-down-red.svg);
  }

  .game__heading {
    background-color: var(--red-light);
    color: var(--white);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .game__broadcast {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .game__timeline:not(.game__timeline_mobile) {
    display: none;
  }

  .game__timeline_mobile {
    display: flex;
    margin: 0;
    min-height: auto;
  }

  .game__dropdown-timeline {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 100%;
  }

  .game__timeline-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .divider {
    width: 1px;
    margin: 0 12px;
  }

  .game__timeline {
    height: auto;
    padding: 0;
  }

  .game__first-team-logo {
    margin: 0 12px 12px 0;
  }

  .game__second-team-logo {
    margin: 0 0 12px 12px;
  }

  .game__time-point {
    width: 100%;
    height: min-content;
  }

  .game__timeline_first-team .game__time-point {
    flex-direction: row;
  }

  .game__timeline_second-team .game__time-point {
    flex-direction: row-reverse;
  }

  .game__time-dash {
    width: 100%;
    height: 1px;
  }

  .time-point__icon-wrapper {
    flex-shrink: 0;
  }

  .game__timeline .timeline-event-popup__event {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .game__event-popup {
    max-width: 270px;
  }

  .time-point__icon-wrapper {
    width: 20px;
    height: 20px;
  }
  /* 60982 */
    /* 58094 */
    .table-popup > .table-popup-text {
        top: calc(100% + 20px);
    }
    .table-popup-wrapper > .q-mark {
        display: block;
    }
    .tournament-statistics .table__cell:nth-child(-n+3) .q-mark {
        display: none;
    }
    /* 58094 */
}

@media (max-width: 800px) {
  /* 60568 - статистика игрока по сезонам */
  .profile-filters {
    display: flex;
    flex-direction: column;
  }

  .profile-filters .js-select-cont {
    width: 100%;
  }
  /* 60568 */
}

@media (max-width: 768px) {
  /* task 68180 start */
  .documents {
    flex-direction: column;
  }

  .documents__nav {
    width: 100%;
  }

  .documents__nav-link {
    padding: 16px;
  }

  .documents__nav-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 16px;
  }

  .documents__nav-head::after {
    content: url(/img/arrow-down-white.svg);
    display: block;
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease-in-out;
  }

  .documents__nav.is-open .documents__nav-head::after {
    transform: rotate(-180deg);
  }

  .documents__nav-list {
    max-height: 0;
  }

  .desktop-head {
    display: none;
  }

  .mobile-head {
    display: block;
  }
  /* task 68180 end */
}
