@media (max-width: 840px) {
  .partners__item,
  .partners__item:nth-child(5n),
  .partners__item:nth-child(4n),
  .partners__item:nth-child(3n) {
    width: calc((100% - 20px)/2);
    margin: 0 20px 20px 0;
  }

  .partners__item:nth-child(even) {
    margin: 0 0 20px 0;
  }

  .partners__img {
    width: 160px;
    height: 160px;
  }

  .profile__wrap {
    flex-direction: column;
  }

  .profile__list--flex .profile__item {
    align-items: stretch;
  }

  .profile__list--flex .profile__item {
    align-items: stretch;
    flex-direction: row;
  }

  .profile__list--flex .profile__unit {
    width: 105px;
  }

  .profile--column .profile__bottom {
    height: 70px;
  }
}

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

  .persons__item {
    width: calc((100% - 20px)/2);
    justify-content: center;
  }

  .persons__item,
  .persons__item:nth-child(3n) {
    justify-content: center;
  }

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

  .persons__item:nth-child(odd) {
    margin: 0 20px 20px 0;
  }

  .error {
    gap: 35px;
  }

  .error__top {
    gap: 10px;
  }

  .error__info {
    font-size: 16px;
    line-height: 22px;
  }

  .error__code {
    font-size: 140px;
    line-height: 120px;
  }

  .error__title {
    font-size: 18px;
    line-height: 26px;
  }

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

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

  .show-730 {
    display: block;
  }

  .container {
    padding: 0 15px 20px 15px;
    max-width: 100vw;
  }

  .header {
    height: 60px;
  }

  .header__title {
    font-size: 16px;
  }

  .aside {
    top: 60px;
  }

  .footer__subtitle,
  .footer__text,
  .footer__bottom,
  .footer__column--press {
    display: none;
  }

  .footer {
    padding: 20px 15px;
  }

  .footer__main {
    flex-direction: column;
  }

  .footer__copyright {
    display: block;
    text-align: center;
  }

  .footer__column {
    order: 2;
    width: 100%;
  }

  .footer__bottom {
    margin: 0;
  }

  .footer .socials {
    max-width: unset;
  }

  .footer .socials__item {
    width: unset;
  }

  .head__body {
    padding: 20px 40px 20px 15px ;
  }

  .head__content {
    padding: 0 5%;
  }

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

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

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

  .head__club-picture {
    margin: 0 10px 0 0;
  }

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

  .sections__item,
  .sections__item:nth-child(5n),
  .sections__item:nth-child(4n) {
    margin: 0 7px 7px 0;
    width: calc((100% - 14px)/3);
  }

  .sections__item:nth-child(3n) {
    margin: 0 0 7px 0;
  }

  .sections__link {
    height: 200px;
  }

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

  .table__th {
    padding: 0 5px 10px;
  }

  .table__cell {
    font-size: 14px;
    line-height: 16px;
    height: 60px;
  }

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

  .table__number {
    font-size: 16px;
    line-height: 20px;
    width: 30px;
  }

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

  .pagination__link {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .modal {
    max-width: unset;
    top: 0;
    left: 0;
    margin-left: unset;
    max-height: 100vh;
    border-radius: 0;
  }

  .form__bottom {
    margin: 30px 0;
  }

  .profile__content {
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
  }

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

  .profile__age {
    text-align: center;
    padding: 0;
  }

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

  .profile-form .profile__head-container {
    width: 100%;
  }

  .profile__title {
    text-align: center;
  }

  .profile-edit__container {
    grid-template-columns: 1fr;
    gap: unset;
  }

  .profile-edit__block {
    margin: 0 0 40px 0;
  }

  .message {
    margin: 20px 0 0 0;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 16px;
  }

  .rewards__team,
  .achievements__title {
    font-size: 14px;
    line-height: 18px;
  }

  .info__container {
    padding: 0 0 20px 0;
  }

  .info__wrapper {
    height: 150px;
  }

  .info__item {
    min-width: 150px;
  }

  .info__link {
    padding: 10px;
  }

  .info__number {
    font-size: 40px;
    line-height: 44px;
  }

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

  .info__text--mobile {
    display: block;
  }

  .clubs__item,
  .clubs__item:nth-child(4n),
  .clubs__item:nth-child(3n),
  .clubs__item:nth-child(3n-1) {
    width: calc((100% - 20px)/2);
    margin: 0 0 20px 0;
  }

  .clubs__item:nth-child(odd) {
    margin: 0 20px 20px 0;
  }

  .units__item,
  .units__item:nth-child(4n),
  .units__item:nth-child(3n),
  .units__item:nth-child(3n-1) {
    width: calc((100% - 20px)/2);
    margin: 0 0 20px 0;
  }

  .units__item:nth-child(odd) {
    margin: 0 20px 20px 0;
  }

  .documents__size {
    display: none;
  }

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

  .documents__icon,
  .faq .documents__icon {
    margin: 0 15px 0 0;
    width: 50px;
    height: 50px;
  }

  .documents__title,
  .faq .documents__title {
    font-size: 14px;
    line-height: 18px;
  }

  .sections--club .sections__item {
    width: 200px !important;
  }

  .sections--club .sections__link {
    height: 200px;
  }

  .sections__img {
    width: auto;
    height: 80px;
  }

  .objects__item {
    margin: 0 0 20px 0;
    width: 100%;
    max-width: calc(100vw - 30px);
  }

  .object__title {
    font-size: 20px;
    line-height: 24px;
    max-width: 100%;
  }

  .tags {
    flex-direction: column;
  }

  .tags__text {
    font-size: 14px;
    line-height: 18px;
    margin: 0 10px 10px 0;
  }

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

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

  .slider__navigation {
    right: 10px;
    bottom: 30px;
  }

  .slider__arrow {
    padding: 0 10px;
  }

  .slider__arrow-icon {
    width: 50px;
    height: 50px;
  }

  .slider__dot-button {
    width: 10px;
    height: 10px;
  }

  .organization__item {
    padding: 20px 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .organization__title {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    margin: 0 0 14px 0;
  }

  .organization__contacts {
    width: 100%;
  }

  .league__item {
    padding: 20px 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .league__title {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    margin: 0 0 14px 0;
  }

  .league__contacts {
    width: 100%;
  }

  .media__date {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 5px 0;
  }

  .media__main {
    margin: 0 0 4px 0;
  }

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

  .media__title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
  }

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

  .media__content {
    padding: 14px 10px 14px 14px;
    height: 110px;
    margin: auto 10px 0 0;
  }

  .media__info {
    right: 14px;
    top: 14px;
  }

  .photos__icon {
    width: 20px;
  }

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

  .videos__info {
    padding: 3px 10px;
    border-radius: 10px;
  }

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

  .search--big .search__input {
    font-size: 12px;
    line-height: 14px;
    padding: 15px;
  }

  .search--big .search__button {
    width: 50px;
  }

  .search--big .search__icon {
    width: 21px;
    height: 21px;
  }

  .event__body {
    padding: 20px 15px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .event__content {
    gap: 10px;
  }

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

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

  .event__date {
    font-size: 14px;
    line-height: 24px;
  }

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

  .event__actions {
    width: 100%;
  }

  .event__list {
    grid-template-columns: repeat(2,1fr);
  }

  .future__item {
    padding: 20px 15px;
  }

  .schedule__item {
    flex-wrap: wrap;
    height: unset;
    padding: 15px;
  }

  .schedule__cell {
    padding: 0;
  }

  .schedule__date {
    width: 50%;
    order: 1;
    text-align: left;
    font-size: 12px;
  }

  .schedule__stats {
    width: 50%;
    order: 2;
    text-align: right;
    justify-content: flex-end;
  }

  .schedule__team {
    width: calc((100% - 100px)/2);
    margin: 5px 0 10px 0;
  }

  .schedule__team--left {
    order: 3;
  }

  .schedule__score {
    width: 100px;
    order: 4;
    margin: 5px 0 10px 0;
  }

  .schedule__team--right {
    order: 5;
  }

  .schedule__tournament {
    order: 6;
    width: 100%;
  }

  .schedule__tournament-main,
  .schedule__tournament-round {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: calc(100vw - 60px);
    text-align: center;
  }

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

  .timetable .timetable__place {
    display: none;
  }

  .timetable__results-icon {
    margin: 0;
  }

  .timetable__competition {
    flex-grow: 1;
    width: auto;
  }

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

  .match::after,
  .match__figures {
    display: none;
  }

  .match__content {
    padding: 30px 15px;
  }

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

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

  .match__date,
  .match__place {
    font-size: 14px;
    line-height: 18px;
  }

  .match__tournament,
  .match__round {
    font-size: 14px;
    line-height: 18px;
  }

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

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

  .structure__top-name {
    font-size: 16px;
    line-height: 20px;
    margin: 0 14px;
  }

  .bests__player {
    height: unset;
  }

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

  .structure__count--one {
    display: none;
  }

  .structure__empty, .structure__count {
    font-size: 12px;
  }

  .composition__item,
  .composition__item:nth-child(4n),
  .composition__item:nth-child(3n),
  .composition__item:nth-child(3n-1) {
    width: calc((100% - 20px)/2);
    margin: 0 0 20px 0;
  }

  .composition__item:nth-child(odd) {
    margin: 0 20px 20px 0;
  }

  .composition__title {
    min-height: 40px;
  }

  .timeline__middle {
    width: 50px;
    height: 60px;
  }

  .timeline__part {
    width: calc((100% - 50px)/2);
  }

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

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

  .timeline__time {
    font-size: 12px;
    width: 50px;
    padding: 0 5px;
  }

  .timeline__penalty .timeline__player .timeline__additional {
    display: none;
  }

  .structure--timeline .structure__container {
    display: none;
  }

  .timeline__block:first-child,
  .timeline__block:first-child .timeline__unit:first-child {
    border-radius: 20px 20px 0 0;
  }

  .timeline__penalty-icon {
    margin: 0 10px;
  }

  .timeline__additional-icon {
    display: none;
  }

  .table-chess__container {
    min-height: 56px;
    border-radius: unset;
  }

  .table__row:first-child .table-chess__container {
    min-height: 58px;
  }

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

  .chess__results .table__cell {
    padding: 0 2px;
  }

  .tabs__icon {
    width: 44px;
    height: 44px;
  }

  .tabs__navigation--chess .tabs__item {
    margin: 0 0 0 14px;
  }

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

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

  .materials__icon--right {
    top: 15px;
    right: 15px;
    left: auto;
  }

  .media__icons {
    top: 15px;
  }

  .blogs .blogs-author {
    margin: 10px 0 0 0;
  }

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

  .blogs__type {
    top: 15px;
    left: 15px;
  }

  .training__item {
    gap: 20px;
  }

  .training__content {
    gap: 15px;
  }

  .training__text {
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
  }

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

  .training__unit {
    line-height: 16px;
  }

  .training__picture {
    max-width: 170px;
    width: 25%;
  }

  .training__img {
    max-width: 70px;
    height: auto;
  }

  .result {
    gap: 20px;
  }

  .result__link {
    padding: 15px;
    gap: 10px;
  }

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

  .profile__picture {
    margin: 0 auto 20px;
  }

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

  .insure__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .insure__item:nth-child(3) {
    grid-column: 3/-3;
    justify-self: center;
    width: auto;
  }

  .insure__block {
    gap: 20px;
  }

  .insure__wrap {
    gap: 25px;
  }

  .insure__content {
    gap: 15px;
  }

  .insure__container {
    gap: 10px;
  }

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

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

  .insure__title {
    font-size: 14px;
    line-height: 20px;
  }
  .insure__text {
    font-size: 10px;
    line-height: 12px;
  }

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

  .insure__button {
    border-radius: 20px;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
  }

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

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

  .achievement__container {
    gap: 20px;
  }

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

  .rating__button {
    padding: 10px 20px;
  }

  .rating__button-text {
    font-size: 12px;
    line-height: 18px;
  }

  .rating {
    gap: 30px;
  }

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

  .cups__title {
    font-size: 14px;
  }

  .cups__subtitle {
    left: 35px;
  }

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

  .header__logo {
    max-width: 145px;
  }

  .search--button .search__button {
    width: 35px;
    height: 35px;
  }

  .navigation__wrap {
    width: 30px;
    height: 30px;
  }

  .navigation__icon {
    width: 20px;
    height: 20px;
  }
  .submenu {
    padding: 0 0 0 30px;
  }

  .error__decor {
    position: static;
    width: 100%;
    height: auto;
    padding: 0 10px;
  }

  .buttons {
    gap: 15px;
  }

  .profile--column .profile__head {
    flex-direction: column;
  }

  .profile--column .socials {
    flex-direction: row;
  }

  .profile--column .line:after {
    height: 2px;
    width: 100%;
  }

  .profile--column .profile__age {
    text-align: center;
  }

  .profile__wrap {
    flex-direction: row;
  }

  .profile__list--flex .profile__item {
    align-items: end;
    flex-direction: column;
  }

  .profile__list--flex .profile__unit {
    width: auto;
  }

  .profile__unit {
    max-width: 100px;
  }

  .media__news {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 14px;
  }
}

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

  .head__body {
    flex-direction: column;
    padding: 20px 15px;
    overflow: hidden;
  }

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

  .head__background {
    opacity: 0.5;
  }

  .head__content {
    text-align: center;
  }

  .socials--head {
    margin: 20px 0 0 0;
    flex-direction: row;
  }

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

  .cookie__container {
    padding: 20px 15px;
    gap: 15px;
  }

  .cookie__buttons {
    gap: 15px;
  }

  .rating__content {
    flex-direction: column;
  }

  .rating__button {
    width: 100%;
  }

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

@media (max-width: 570px) {
  .map {
    display: none;
  }
}

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

  .sections__item,
  .sections__item:nth-child(5n),
  .sections__item:nth-child(4n),
  .sections__item:nth-child(3n) {
    margin: 0 7px 7px 0;
    width: calc((100% - 7px)/2);
  }

  .sections__item:nth-child(2n) {
    margin: 0 0 7px 0;
  }

  .partners-slider__link {
    width: 180px;
    height: 126px;
    max-width: 100%;
  }

  .partners-slider__img {
    width: 100px;
    height: 100px;
  }

  .partners-slider__title {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 30px 0;
  }

  .timetable .timetable__time {
    display: none;
  }

  .sport__img {
    margin: 0 15px 0 0;
    height: 50px;
    width: auto;
  }

  .cup {
    right: auto;
    left: -5px;
  }

  .cup__subtitle {
    font-size: 10px;
    line-height: 12px;
    min-width: 175px;
  }

  .cup__list {
    padding: 15px 10px 5px 15px;
    min-width: 175px;
  }

  .cup__item {
    gap: 5px;
    font-size: 10px;
    line-height: 12px;
    min-width: auto;
  }
}
