@media (max-width: 730px) {
  .logo__text {
    font-size: 18px;
    line-height: 22px;
  }

  .logo__icon {
    margin: 2px 15px 0 0;
  }

  .sberbank-logo__icon {
    display: none;
  }

  .sberbank-logo__icon-mobile {
    display: block;
    width: 30px;
    height: 30px;
  }

  .header__logo {
    margin: 0 15px;
  }

  .container {
    padding: 0 15px;
  }

  .header__container {
    padding: 0;
  }

  .login__button {
    padding: 0 15px;
  }

  .navigation__item {
    padding: 0 15px;
  }

  .header.open .header__icon {
    background-position: 15px -50px;
  }

  .padding-container {
    padding: 40px 15px;
  }

  .protocol-head__picture {
    padding: 5px;
  }

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

  .protocol-head__middle {
    width: 170px;
  }

  .protocol-head__team {
    width: calc((100% - 170px)/2);
  }

  .protocol-head__team-name {
    font-size: 16px;
    line-height: 20px;
    margin: 0 10px;
  }

  .protocol-head__date,
  .protocol-head__place,
  .protocol-head__tour {
    font-size: 14px;
    line-height: 20px;
  }

  .protocol-head__tournament,
  .protocol-head__round {
    font-size: 14px;
    line-height: 14px;
  }

  .protocol-head__bottom {
    flex-wrap: wrap;
  }

  .structure__container {
    display: block;
  }

  .structure__unit {
    width: 100%;
  }

  .structure--reserve .structure__top {
    display: flex;
  }

  .title {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 20px 0;
  }

  .top--small-justify .title {
    margin: 0 0 20px 0;
  }


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

  .structure__container--events {
    display: none;
  }

  .timeline__middle {
    width: 50px;
  }

  .timeline__score {
    font-size: 13px;
  }

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

  .timeline__picture {
    display: none;
  }

  .timeline__player-name,
  .timeline__player-additional {
    text-align: right;
  }

  .timeline__part--right .timeline__player-name,
  .timeline__part--right .timeline__player-additional {
    text-align: left;
  }

  .timeline__part .timeline__person {
    justify-content: flex-end;
  }

  .timeline__part--right,
  .timeline__part--right .timeline__person {
    justify-content: flex-start;
  }

  .timeline__person {
    margin: 5px 0;
  }

  .judiciary__item:not(:last-child) {
    padding: 0 15px 0 0;
  }

  .tournaments__link-box {
    flex-direction: column;
  }

  .tournaments__link-box .link {
    margin: 0;
    padding: 10px 0;
    justify-content: space-between;
  }

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

  .table__img {
    display: none;
  }

  .table__cell--number {
    width: 20px;
    padding: 0;
  }

  .empty-block {
    padding: 15px;
  }

  .table-table__team {
    width: auto;
  }

  .table-table__variable {
    width: 36px;
    padding: 0;
  }

  .table-chess__team {
    width: 160px;
  }

  .schedule__time {
    order: 1;
    width: 100%;
    padding: 10px;
    background-color: var(--lighter-grey);
  }

  .schedule__place,
  .schedule__tournament {
    order: 2;
    width: 100%;
    padding: 10px;
    background-color: var(--lighter-grey);
  }

  .schedule__tour {
    order: 3;
    width: 100%;
    padding: 10px;
    background-color: var(--lighter-grey);
  }

  .schedule__item {
    flex-wrap: wrap;
    height: auto;
    border-bottom: none;
  }

  .schedule__score {
    width: 100px;
  }

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

  .modal-series__top {
    height: 40px;
  }

  .modal-series__score {
    padding: 40px 0 0 0;
    font-size: 30px;
  }

  .modal-series__picture {
    width: 100px;
    height: 100px;
    margin: 0 0 10px 0;
    padding: 5px;
  }

  .modal-series__img {
    height: auto;
  }

  .modal-series__teams {
    padding: 20px 20px 30px 20px;
  }

  .schedule--modal .schedule__list {
    padding: 0 20px 30px 20px;
  }

  .schedule--modal .schedule__item {
    border-bottom: 1px solid var(--light-grey);
    padding: 0 20px;
  }

  .schedule--modal .schedule__date {
    padding: 0 20px;
  }

  .schedule--modal .schedule__time {
    order: unset;
    padding: 0;
    background-color: unset;
  }

  .schedule--modal .schedule__score {
    width: 60px;
  }

  .tournament-head__container {
    min-height: 220px;
  }

  .documents__item,
  .partners-block__item,
  .referees__item,
  .teams__item,
  .media__item {
    width: calc((100% - 20px)/2);
  }

  .documents__item,
  .documents__item:nth-child(3n),
  .documents__item:nth-child(4n),
  .documents__item:nth-child(5n),
  .partners-block__item,
  .partners-block__item:nth-child(3n),
  .partners-block__item:nth-child(4n),
  .partners-block__item:nth-child(5n),
  .referees__item,
  .referees__item:nth-child(3n),
  .referees__item:nth-child(4n),
  .referees__item:nth-child(5n),
  .teams__item,
  .teams__item:nth-child(3n),
  .teams__item:nth-child(4n),
  .teams__item:nth-child(5n),
  .media__item,
  .media__item:nth-child(3n),
  .media__item:nth-child(4n),
  .media__item:nth-child(5n){
    margin: 0 20px 20px 0;
  }

  .documents__item:nth-child(2n),
  .partners-block__item:nth-child(2n),
  .referees__item:nth-child(2n),
  .teams__item:nth-child(2n),
  .media__item:nth-child(2n),
  .media--index .media__item:nth-child(2) {
    margin: 0 0 20px 0;
  }

  .media--index .media__item:nth-child(4) {
    display: block;
  }

  .tournament-head__container {
    padding: 50px 15px 0 15px;
  }

  .tournament-head__title,
  .team-head__title,
  .player-head__title {
    font-size: 28px;
    line-height: 32px;
  }

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

  .documents__name,
  .partners-block__title,
  .referees__title,
  .teams__name {
    font-size: 16px;
    line-height: 20px;
  }

  .documents__link,
  .teams__link,
  .partners-block__item,
  .referees__item {
    padding: 20px 14px;
  }

  .partners-block__button {
    height: 38px;
    line-height: 38px;
  }

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

  .team-head__container {
    min-height: unset;
  }

  .team-head__top {
    flex-direction: column;
    margin: 0 0 30px 0;
  }

  .team-head__top-container {
    margin: 0 0 10px 0;
  }

  .team-head .progress {
    margin: 10px 0 0 0;
  }

  .team-head__picture {
    width: 124px;
    height: 124px;
    padding: 5px;
    margin: 0 20px 0 0;
  }

  .team-head__content {
    padding: 40px 0 30px 0;
  }

  .team-head__property {
    padding: 0 20px 0 0;
    height: 35px;
  }

  .application__variable {
    width: 50px;
  }

  .application__goals {
    width: 70px;
  }

  .player-head__container {
    padding: 40px 15px 30px 15px;
    position: relative;
  }

  .player-head__picture {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 40px;
    left: 15px;
    padding: 5px;
  }

  .player-head__name {
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 120px;
  }

  .player-head__unit {
    padding: 0 20px 0 0;
    height: 35px;
  }

  .player-stats__variable {
    width: 40px;
  }

  .player-stats .table__cell:first-child {
    padding: 0 10px;
  }

  .transfer__team {
    padding: 0 10px;
  }

  .transfer__arrow {
    padding: 0;
    width: 30px;
  }

  .transfer__team {
    width: calc((100% - 130px)/2);
  }

  .transfer__date {
    padding: 0;
    width: 70px;
  }

  .contact__text,
  .contacts-header-address {
    font-size: 13px;
    line-height: 16px;
  }

  .contact__info,
  .contacts-header-address {
    margin: 0 0 20px 0;
  }

  .contact__map iframe {
    height: 400px;
  }

  .contacts-header-title {
    font-size: 22px;
    line-height: 26px;
  }

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

  .news__picture {
    display: none;
  }

  .news__title,
  .news__text {
    max-height: unset;
    -webkit-line-clamp: unset;
    overflow: unset;
  }

  .news__content {
    padding: 20px;
  }

  .calendar__wrapper {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }

  .calendar__top {
    margin: 0 0 14px 0;
  }

  .calendar__title {
    margin: 0 0 14px 0;
  }

  .calendar__team,
  .calendar__score-additional {
    font-size: 10px;
    line-height: 12px;
  }

  .filters {
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 20px 0;
  }

  .filters-burger,
  .top .link {
    margin: 0 0 20px 0;
  }

  .dropdown--no-border .dropdown__title {
    padding: 0 50px 0 0;
  }

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

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

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

  .partners__text,
  .partners__main .partners__text {
    margin: 0 0 15px 0;
  }

  .partners__list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .partners__container {
    justify-content: center;
  }

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

  .sberbank-logo {
    margin: 0;
  }

  .cookie__container {
    flex-direction: column;
  }

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

  .cookie__container {
    padding: 20px 15px;
  }

  .cookie__link,
  .cookie__button {
    margin: 0 5px;
  }

  .submenu__container {
    padding: 0;
  }

  .submenu--no-drop .submenu__container {
    padding: 12px 15px;
  }

  .submenu__link,
  .submenu__title,
  .submenu--tournament .submenu__item:first-child .submenu__link {
    padding: 12px 15px;
  }

  .submenu__title:after,
  .submenu__title:before {
    right: 15px;
  }

  .submenu--arrow .submenu__title {
    padding: 12px 42px 12px 15px;
  }

  .tabs--menu .tabs__item {
    margin: 0;
    position: relative;
  }

  .tabs--menu .tabs__item:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #F6D32F;
    top: 0;
    right: 0;
  }

  .tabs--menu .tabs__item:last-child:after {
    display: none;
  }

  .tabs--menu .tabs__link {
    font-size: 10px;
  }

  .hide-730 {
    display: none;
  }

  .footer__bottom {
    height: auto;
    padding: 15px 0;
  }

  .footer__bottom-container {
    flex-wrap: wrap;
  }

  .socials {
    margin: 15px auto 0 0;
    width: 100%;
    justify-content: center;
  }

  .footer__links {
    flex-direction: row;
  }

  .empty-block--calendar {
    margin: 0;
  }

  .structure__top--subs {
    display: flex;
  }

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

  .video-container,
  .news-unit__content figure {
    margin: 30px 0;
  }

  .news-unit__content figure {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .team-head .progress__item {
    margin: 0 14px 0 0;
  }

  .tournaments__block-title {
    line-height: 22px;
  }

  .playoff-modal__series {
    width: calc(100% - 60px);
  }

  .profile__picture {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .profile__img,
  .profile__alert {
    margin: 14px 0 20px 0;
  }

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

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

  .cabinet__form,
  .cabinet__form-body {
    margin: 0 0 20px 0;
  }
}

@media (max-width: 600px) {
  .table-table__form:not(.table-table__form--full) {
    display: none;
  }

  .footer__bottom-container {
    flex-direction: column;
    justify-content: center;
  }

  .footer__bottom {
    padding: 20px 0;
  }

  .footer__copyright {
    text-align: center;
    order: 2;
  }

  .footer .socials {
    margin: 0 0 20px 0;
  }

  .footer__links {
    width: 100%;
    margin: 0 0 20px 0;
    flex-direction: column;
  }

  .footer__links-item {
    margin: 0;
    text-align: center;
    line-height: 22px;
  }
}
