@media (max-width: 960px) {
  .hide-960 {
    display: none;
  }

  .sidebar {
    order: unset;
  }

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

  .header .search {
    display: none;
  }

  .header .search--button {
    display: flex;
  }

  .head__body {
    min-height: unset;
  }

  .socials--wrap {
    max-height: 180px;
    height: auto;
  }

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

  .head__subtitle {
    font-size: 22px;
    line-height: 28px;
  }

  .head__link {
    font-size: 20px;
    line-height: 24px;
    margin: 20px 0 0 0;
  }

  .head__picture {
    width: 140px;
    height: 140px;
  }

  .head__img {
    width: calc(100% - 10px);
    height: auto;
  }

  .head--organization .head__img {
    padding: 20px;
  }

  .persons__title {
    font-size: 18px;
    line-height: 24px;
  }

  .persons__img {
    max-width: 180px;
  }

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

  .persons__item:nth-child(3n-1) {
    margin: 0 20px 20px 20px;
  }

  .tabs--underline .tabs__navigation {
    gap: 10px 20px;
  }

  .tabs--buttons .tabs__navigation {
    gap: 10px;
  }

  .tabs--buttons .tabs__link {
    padding: 8px 12px;
  }

  .tabs--headers .tabs__navigation {
    gap: 20px;
  }

  .tabs--third .tabs__item {
    width: auto;
  }

  .sport__text {
    font-size: 24px;
    line-height: 30px;
  }

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

  .profile__picture {
    width: 100%;
    max-width: 200px;
    height: 200px;
  }

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

  .profile__head {
    font-size: 14px;
  }

  .profile__bottom {
    height: 70px;
  }

  .profile-edit__content {
    padding: 30px 20px;
  }

  .info__container {
    padding: 0 0 30px 0;
    max-width: 100vw;
  }

  .info__number {
    font-size: 50px;
    line-height: 60px;
  }

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

  .info__list {
    width: max-content;
    overflow: scroll;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .info__list::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }

  .info__item {
    min-width: 180px;
  }

  .clubs__picture {
    padding: 5px;
    max-width: 210px;
  }

  .units__picture {
    padding: 5px;
    max-width: 210px;
  }

  .documents__link,
  .faq .documents__link {
    padding: 20px;
  }

  .documents__icon,
  .faq .documents__icon {
    width: 60px;
    height: 60px;
    margin: 0 20px 0 0;
  }

  .documents__title,
  .faq .documents__title {
    font-size: 16px;
    line-height: 20px;
  }

  .documents__size,
  .faq .documents__size {
    width: 100px;
    font-size: 20px;
    line-height: 28px;
  }

  .link__content {
    font-size: 14px;
    line-height: 18px;
  }

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

  .news__item:first-child,
  .news__item:nth-child(2),
  .videos__item:first-child {
    grid-row: unset;
  }

  .news__item:nth-child(2),
  .videos__item:nth-child(2),
  .videos__item:nth-child(3) {
    grid-column: unset;
  }

  .media__item {
    min-height: 200px!important;
  }

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

  .calendar__top {
    height: 60px;
    padding: 0 40px;
  }

  .calendar__arrow {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

  .calendar__arrow--left {
    border-radius: 0 20px 20px 0;
  }

  .calendar__arrow--right {
    border-radius: 20px 0 0 20px;
  }

  .calendar__arrow--left .calendar__arrow-icon {
    margin-left: -6px;
  }

  .calendar__arrow--right .calendar__arrow-icon {
    margin-right: -6px;
  }

  .calendar__arrow-icon {
    width: 10px;
  }

  .calendar__date {
    margin: 0 2px;
  }

  .calendar__link {
    height: 60px;
    border-radius: 16px;
    max-width: 60px;
  }

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

  .calendar__day {
    font-size: 12px;
    line-height: 16px;
  }

  .calendar__month {
    font-size: 10px;
    line-height: 14px;
  }

  .calendar__time-item {
    width: 40px;
    font-size: 10px;
    text-align: left;
    justify-content: flex-start;
    height: 100px;
    margin: 4px 0;
  }

  .calendar__slider {
    width: calc(100% - 80px);
  }

  .calendar__unit {
    height: 100px;
    margin: 4px 2px;
  }

  .calendar__title {
    font-size: 12px;
    line-height: 14px;
    -webkit-line-clamp: 2;
    height: 30px;
    margin: 0 0 6px 0;
  }

  .calendar__coach,
  .calendar__stadium {
    font-size: 10px;
    line-height: 12px;
    margin: 0 0 5px 0;
  }

  .calendar__stadium {
    margin: 0;
  }

  .calendar__additional {
    font-size: 10px;
    line-height: 14px;
    height: 14px;
    min-width: 14px;
  }

  .block-scroll {
    max-height: 418px;
  }

  .block-scroll .nicescroll-rails {
    display: none;
  }

  .event__picture {
    width: 140px;
    height: 140px;
  }

  .event__img {
    width: calc(100% - 10px);
    height: auto;
  }

  .event__title {
    font-size: 20px;
    line-height: 26px;
  }

  .event__date {
    font-size: 16px;
    line-height: 26px;
  }

  .event__type,
  .event__sport {
    font-size: 14px;
    line-height: 18px;
  }

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

  .future__list {
    flex-direction: column;
  }

  .future__item {
    width: 100%;
  }

  .schedule__item {
    height: 80px;
  }

  .schedule__cell {
    padding: 0 5px;
  }

  .schedule__date {
    width: 100px;
  }

  .schedule__team-name {
    font-size: 14px;
    line-height: 16px;
  }

  .schedule__score {
    width: 80px;
  }

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

  .schedule__additional {
    font-size: 12px;
    line-height: 14px;
  }

  .schedule__tournament {
    width: 200px;
  }

  .schedule__stats {
    width: 90px;
  }

  .schedule__team-img {
    display: none;
  }

  .schedule__team {
    width: calc((100% - 470px)/2);
  }

  .schedule__team--left {
    justify-content: flex-end;
  }

  .schedule__team--left .schedule__team-name {
    text-align: right;
  }

  .schedule__team--right {
    justify-content: flex-start;
  }

  .schedule__team--right .schedule__team-name {
    text-align: left;
  }

  .schedule__tournament-main {
    font-size: 12px;
    margin: 0 0 5px 0;
  }

  .sort-header span:after {
    display: none;
  }

  .match__main {
    padding: 30px 0 20px 0;
    align-items: flex-start;
  }

  .match__team {
    flex-direction: column;
  }

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

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

  .match__team-name {
    margin: 0 0 10px 0;
  }

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

  .structure__top {
    padding: 20px 40px;
  }

  .structure__top-picture {
    width: 70px;
    height: 70px;
  }

  .composition__link {
    padding: 20px 15px;
  }

  .composition__number {
    top: 20px;
  }

  .table-chess-teams__team {
    width: 150px;
  }

  .table-table__place,
  .table__170 {
    width: 130px;
  }

  .table-chess-teams__team .table__img {
    display: none;
  }

  .blogs .news__content {
    min-height: unset;
  }

  .blogs .blogs-author__picture {
    display: none;
  }

  .blogs__icon {
    width: 30px;
    height: 30px;
    top: 15px;
    left: 15px;
  }

  .search--big .search__input,
  .search--big .search__button {
    height: 55px;
  }

  .search--big .search__input {
    font-size: 14px;
    line-height: 16px;
  }

  .banner--modal {
    margin: 25px 0 0;
  }

  /* блок Достижения */
  .achievement__subtitle {
    font-size: 18px;
    line-height: 22px;
  }

  .achievement__container {
    gap: 25px;
  }

  .achievement__title {
    font-size: 22px;
    line-height: 26px;
  }

  .rating__text {
    font-size: 22px;
    line-height: 28px;
  }

  .rating__button {
    padding: 10px 25px;
  }

  .rating__button-text {
    font-size: 14px;
    line-height: 22px;
  }

  .rating {
    gap: 40px;
  }

  .table__cell {
    height: 70px;
  }

  .table__number {
    line-height: 22px;
  }

  .cups__container {
    width: 50px;
    height: 50px;
  }

  .cups--left {
    left: -15px;
  }

  .cups__subtitle {
    left: 40px;
    padding: 2px 10px 2px 25px;
  }

  .head__text {
    font-size: 16px;
    line-height: 20px;
  }

  .error {
    gap: 40px;
  }

  .error__top {
    gap: 15px;
  }

  .error__code {
    font-size: 150px;
    line-height: 130px;
  }

  .error__title {
    font-size: 20px;
    line-height: 28px;
  }
}
