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

  .footer .socials {
    max-width: 200px;
  }

  .footer .socials__item {
    width: calc(100%/3);
  }

  .footer .socials__link {
    padding: 10px 20px;
  }

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

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

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

  .title__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 15px;
    margin: 0 0 0 auto;
  }

  .title__main,
  .subtitle__main {
    margin: 0 5px 0 0;
  }

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

  .persons__item {
    width: 100%;
  }

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

  .persons__content {
    padding: 30px 15px 15px 15px;
  }

  .pagination__item--dots,
  .pagination__item--dots + .pagination__item--number,
  .pagination__item--dots + .pagination__item--number + .pagination__item--number {
    display: none;
  }

  .modal {
    padding: 30px 15px;
    min-height: 100vh;
  }

  .modal__close {
    right: 15px;
  }

  .profile__content {
    padding: 30px 15px;
  }

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

  .profile--column .profile__content {
    padding: 20px 10px;
  }

  .profile__unit {
    max-width: 95px;
  }

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

  .rewards__item,
  .achievements__item {
    width: 100%;
  }

  .rewards__team {
    display: none;
  }

  .achievements__list {
    grid-template-columns: repeat(auto-fit, minmax(237px, 1fr));
  }

  .rewards__item,
  .achievements__item {
    align-items: flex-start;
    padding: 20px 15px 20px 60px;
    position: relative;
    background-color: var(--dark);
    border-radius: 20px;
  }

  .rewards__img,
  .achievements__img {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
  }

  .rewards__place {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 10px 0;
  }

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

  .rewards__top,
  .achievements__bottom {
    flex-wrap: wrap;
  }

  .rewards__tournament,
  .achievements__bottom {
    margin: 0;
  }

  .achievements__title,
  .achievements__tournament {
    margin: 0 0 10px 0;
    text-align: left;
  }

  .rewards__tournament,
  .achievements__tournament {
    max-width: calc(100vw - 110px);
  }

  .profile .socials__link {
    padding: 20px 18px;
  }

  .banner__container {
    padding: 0 0 30px 0;
  }

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

  .info__wrapper {
    height: 100px;
  }

  .info__item {
    min-width: 130px;
  }

  .info__number {
    font-size: 28px;
    line-height: 32px;
  }

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

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

  .clubs__content {
    padding: 15px;
    flex-direction: row;
  }

  .clubs__picture {
    width: 100px;
    flex-shrink: 0;
    margin: 0 15px 0 0;
  }

  .clubs__title {
    height: unset;
    text-align: left;
    margin: 0;
  }

  .clubs__bottom {
    height: unset;
    padding: 15px;
  }

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

  .units__link {
    flex-direction: row;
  }

  .units__content {
    padding: 15px;
    flex-direction: row;
  }

  .units__picture {
    width: 100px;
    flex-shrink: 0;
    margin: 0;
  }

  .units__title {
    height: unset;
    text-align: left;
    justify-content: left;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .units__title:after {
    display: none;
  }

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

  .link {
    display: none;
  }

  .link--mobile-visible {
    display: flex;
  }

  .tags {
    flex-direction: column;
  }

  .object .slider {
    margin: 0 0 20px 0;
  }

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

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

  .slider__dot {
    margin: 0 3px;
  }

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

  .slider__navigation {
    right: 0;
    bottom: 20px;
  }

  .partners__item,
  .partners__item:nth-child(5n),
  .partners__item:nth-child(4n),
  .partners__item:nth-child(3n),
  .partners__item:nth-child(even) {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .partners-slider__container {
    padding: 0;
  }

  .faq__content {
    padding: 0 15px 15px 15px;
  }

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

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

  .media--small .media__container {
    max-width: 100vw;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .media--small .media__item {
    flex-shrink: 0;
    width: 100%;
    height: 250px;
    margin: 0 10px 0 0;
  }

  .media--small .media__container::-webkit-scrollbar {
    display: none;
  }

  .media-inner__title {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 20px 0;
  }

  .media-inner__author,
  .media-inner__date {
    margin: 0 0 10px 0;
  }

  .media-inner__author{
    flex-wrap: wrap;
  }

  .media-inner__date {
    margin: 0 0 30px 0;
  }

  .head__content {
    padding: 0;
  }

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

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

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

  .schedule__score {
    width: 60px;
  }

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

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

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

  .timetable__results {
    width: 50px;
  }

  .timetable__date {
    width: 80px;
  }

  .match__content {
    padding: 30px 10px 20px 10px;
  }

  .match__main {
    padding: 20px 0 14px 0;
  }

  .match__picture {
    width: 70px;
    height: 70px;
    padding: 3px;
  }

  .match__team {
    width: calc((100% - 60px)/2);
  }

  .match__team-name {
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 5px 0;
  }

  .match__team-additional {
    font-size: 10px;
    line-height: 12px;
  }

  .match__score {
    font-size: 26px;
    line-height: 34px;
  }

  .match__score-additional {
    font-size: 10px;
    line-height: 12px;
  }

  .match__middle {
    width: 60px;
    height: 70px;
    margin: 0 5px;
  }

  .match__date,
  .match__place {
    font-size: 12px;
    line-height: 16px;
  }

  .match__date {
    margin: 0;
  }

  .match__tournament,
  .match__round {
    font-size: 12px;
    line-height: 16px;
  }

  .match__tournament {
    margin: 0;
  }

  .structure__top {
    padding: 20px 15px;
  }

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

  .structure__top-picture {
    width: 40px;
    height: 40px;
    padding: 2px;
  }

  .structure__subtitle {
    padding: 0 15px;
  }

  .structure__picture {
    display: none;
  }

  .bests {
    padding: 0 15px;
  }

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

  .bests__icon {
    width: 24px;
    height: auto;
  }

  .bests__text {
    margin: 0 10px;
  }

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

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

  .structure__player {
    margin: 0 5px;
  }

  .structure__name {
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 3px 0;
  }

  .structure__name-status {
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    margin: 0 3px;
  }

  .structure__unit--right .structure__name-status {
    order: -1;
  }

  .structure__position {
    font-size: 10px;
    line-height: 12px;
  }

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

  .composition__img {
    width: 100px;
    height: 100px;
  }

  .timeline__unit {
    padding: 14px 0;
  }

  .timeline__part {
    flex-direction: column;
    align-items: unset;
  }

  .timeline__middle {
    height: 50px;
  }

  .timeline__time {
    width: unset;
    padding: 0;
    text-align: left;
  }

  .timeline__part--left .timeline__time {
    order: 0;
    text-align: right;
  }

  .timeline__icon {
    width: auto;
    max-height: 30px;
  }

  .timeline__icon--goal,
  .timeline__icon--subs {
    max-width: 26px;
  }

  .timeline__icon--yellow-card,
  .timeline__icon--red-card,
  .timeline__icon--double-card {
    max-width: 18px;
  }

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

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

  .timeline__score {
    font-size: 16px;
  }

  .timeline__penalty-icon {
    max-width: 26px;
    max-height: 30px;
  }

  .timeline__penalty .timeline__player {
    align-items: flex-start;
  }

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

  .timeline__part--left .timeline__penalty-icon {
    order: 0;
  }

  .timeline__part--left .timeline__player {
    align-items: flex-end;
  }

  .timeline__penalty .timeline__part {
    align-items: flex-start;
  }

  .timeline__penalty .timeline__part--left {
    align-items: flex-end;
  }

  .table-protocol .table-protocol__player {
    width: calc(100% - 30px);
  }

  .table-protocol .table__main,
  .table-protocol__empty {
    display: none;
  }

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

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

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

  .link--mrn-top {
    margin: 24px 0 0 0;
  }

  .link--mrn-bottom {
    margin: 0 0 24px 0;
  }

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

  .vote__container {
    padding: 24px 15px;
  }

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

  .profile-edit__buttons {
    grid-auto-flow: row;
  }

  .profile-edit__button {
    order: -1;
  }

  .profile-edit__bottom {
    align-items: center;
  }

  .profile-edit__policy {
    max-width: unset;
    text-align: center;
  }

  .profile-edit__title {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 20px 0;
  }

  .media-inner__blog {
    margin: 0 0 20px 0;
  }

  .training__item {
    flex-direction: column;
    margin: 20px 0 0 0;
  }

  .training__picture {
    width: max-content;
    margin: 0 auto;
    max-width: unset;
    flex-direction: row;
  }

  .training__img {
    max-width: 50px;
  }

  .training__button {
    margin: 0 auto;
  }

  .members {
    top: 15px;
  }

  .members--right {
    right: 15px;
  }

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

  .members__icon {
    width: 30px;
    height: auto;
  }

  .insure__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .insure__item:nth-child(3) {
    grid-column: auto;
  }

  .insure__block {
    gap: 15px;
  }

  .insure__wrap {
    gap: 20px;
  }

  .insure__content {
    gap: 10px;
  }

  .insure__container {
    gap: 5px;
  }

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

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

  .insure__title {
    font-size: 12px;
    line-height: 18px;
  }
  .insure__text {
    font-size: 8px;
    line-height: 10px;
  }

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

  .insure__button {
    border-radius: 15px;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 15px;
  }

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

  .achievement__subtitle {
    font-size: 14px;
    line-height: 18px;
    margin: 0 -30px 0 0;
  }

  .achievement__icon {
    max-width: 18%;
  }

  .achievement__img {
    width: 120px;
    height: 140px;
  }

  .achievement__content {
    gap: 10px;
  }

  .achievement__container {
    gap: 15px;
  }

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

  .rating__button {
    gap: 5px;
    border-radius: 5px;
    padding: 5px 15px;
  }

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

  .rating {
    gap: 20px;
  }

  .table__link {
    gap: 10px;
  }

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

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

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

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

  .table__cell {
    height: 50px;
  }

  .table__row:first-child .table__cell:first-child {
    border-radius: 5px 0 0 0;
  }

  .table__row:first-child .table__cell:last-child {
    border-radius:  0 5px 0 0;
  }

  .table__row:last-child .table__cell:last-child {
    border-radius: 0 0 5px 0;
  }

  .table__row:last-child .table__cell:first-child {
    border-radius: 0 0 0 5px;
  }

  .rating__content {
    gap: 15px;
  }

  .cup__content {
    top: 10px;
  }

  .cups {
    left: -15px;
  }

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

  .cups__title {
    font-size: 12px;
  }

  .cups__subtitle {
    left: 30px;
    min-width: 160px;
  }

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

  .header__logo {
    max-width: 140px;
  }

  .header {
    height: auto;
    padding: 10px 20px;
  }

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

  .search__icon {
    height: auto;
    width: 15px;
  }

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

  .navigation__icon {
    width: 15px;
    height: 15px;
  }

  .submenu {
    padding: 0 0 0 25px;
  }

  .error {
    gap: 30px;
  }

  .error__top {
    gap: 5px;
  }

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

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

  .error__title {
    font-size: 16px;
    line-height: 24px;
  }

  .error__text {
    font-size: 12px;
    line-height: 20px;
  }

  .buttons {
    gap: 10px;
  }

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

  .profile-row .tabs__navigation {
    padding: 0 0 30px;
  }

  .profile__wrap {
    flex-direction: column;
  }

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

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

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

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

  .partners-slider__link {
    width: 150px;
    height: 110px;
  }

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

  .partners-slider {
    margin-top: 0;
  }

  .form__bottom {
    flex-direction: column;
  }

  .authorization .form__button,
  .password-recovery .form__button,
  .form-resend .form__button {
    order: -1;
    margin: 0 0 20px 0;
  }

  .checkbox {
    max-width: unset;
  }

  .form__bottom .form__group {
    margin: 0 0 20px 0;
  }
}

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

  .header__title {
    font-size: 14px;
  }

  .hamburger {
    margin: 0;
  }

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

  .sections:not(.sections--club) .sections__link {
    height: auto;
    flex-direction: row;
    justify-content: flex-start;
    padding: 15px;
  }

  .sections:not(.sections--club) .sections__img {
    margin: 0 10px 0 0;
    flex-shrink: 0;
  }

  .sections:not(.sections--club) .sections__title {
    text-align: left;
  }

  .sections__title {
    height: 40px;
  }

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

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

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

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

  .table__img {
    width: 25px;
    height: 25px;
    margin: 0 5px 0 0;
  }

  .clubs__picture {
    width: 80px;
  }

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

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

  .timetable .timetable__date {
    display: none;
  }

  .structure__item {
    flex-wrap: wrap;
  }

  .structure__unit--right .structure__top-picture,
  .structure__unit--right .structure__number,
  .structure__unit--right .structure__player,
  .structure__unit--right .bests__text,
  .structure__unit--right .structure__name-status,
  .structure__unit--right .structure__count {
    order: unset;
  }

  .structure__unit--right .structure__subtitle,
  .structure__unit--right .bests__text,
  .structure__unit--right .structure__player,
  .structure__unit--right .structure__top {
    text-align: left;
  }

  .structure__unit--right .bests__player,
  .structure__unit--right .structure__player,
  .structure__unit--right .structure__top {
    justify-content: flex-start;
  }

  .table-protocol {
    margin: 20px 0;
  }

  .table-protocol .table__head,
  .table-protocol .table__row {
    display: flex;
    margin: 0 0 10px 0;
  }

  .table-protocol .table__number,
  .table-protocol .table-protocol__player {
    display: block;
    height: unset;
  }

  .table-protocol__player {
    order: 2;
    text-align: left;
  }

  .table-chess__container {
    min-height: 46px;
  }

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

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

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

  .match__score {
    font-size: 22px;
    line-height: 30px;
  }

  .match__middle {
    width: 40px;
  }

  .match__team {
    width: calc((100% - 40px)/2);
  }

  .achievement__img {
    width: 100px;
    height: 115px;
  }
}
