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

  .container {
    padding: 0;
  }

  .grey-background {
    background-color: var(--white);
  }

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

  .header {
    height: 40px;
  }

  .header.open .header__hamburger {
    margin: 0;
  }

  .header.open .navigation {
    padding: 0 0 80px 0;
  }

  .logo__text {
    font-size: 13px;
  }

  .logo__icon {
    margin: 3px 7px 0 0;
    width: 24px;
    height: 9px;
  }

  .padding-container {
    padding: 20px 0;
  }

  .protocol-head__content {
    padding: 40px 15px;
  }

  .protocol-head__picture {
    width: 70px;
    height: 70px;
    margin: 0 0 20px 0;
  }

  .protocol-head__middle {
    height: 70px;
  }

  .protocol-head__team-name {
    font-size: 12px;
    line-height: 14px;
  }

  .protocol-head__score {
    font-size: 30px;
    line-height: 40px;
  }

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

  .protocol-head__main {
    padding: 50px 0 40px 0;
  }

  .protocol-head__middle {
    width: 100px;
  }

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

  .protocol-head__team-name {
    margin: 0;
  }

  .protocol-head__tabs {
    padding: 0;
  }

  .title {
    font-size: 16px;
    line-height: 20px;
    padding: 0 15px;
  }

  .top .title {
    padding: 0;
  }

  .top {
    padding: 0 15px;
  }

  .structure__container {
    margin-top: unset;
  }

  .structure__top {
    background-color: var(--lighter-grey);
    border-top: 1px solid var(--light-grey);
  }

  .structure__top-name {
    font-size: 13px;
    line-height: 17px;
  }

  .structure__item {
    border-right: none;
    border-left: none;
  }

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

  .structure__player-img {
    display: none;
  }

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

  .structure__empty {
    border: none;
    border-top: 1px solid var(--light-grey);
  }

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

  .timeline__time {
    font-size: 14px;
    line-height: 26px;
  }

  .timeline__score {
    font-size: 13px;
  }

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

  .timeline__icon {
    width: 40px;
  }

  .timeline__player {
    width: 100%;
    padding: 0 2px;
  }

  .timeline__player-name {
    display: flex;
    flex-direction: column;
  }

  .timeline__last-name {
    order: 2;
  }

  .judiciary,
  .match-stats {
    padding: 0 15px;
  }

  .judiciary__title,
  .match-stats__title {
    padding: 0;
  }

  .judiciary__list {
    flex-direction: column;
  }

  .judiciary__item {
    padding: 0;
    margin: 0 0 30px 0;
  }

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

  .tournaments__item {
    flex-direction: column;
  }

  .tournaments__picture {
    position: relative;
  }

  .tournaments__picture:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--black-opacity), 0.6);
    top: 0;
    left: 0;
  }

  .tournaments__img {
    display: block;
    width: 100%;
    height: auto;
  }

  .tournaments__title {
    display: none;
  }

  .tournaments__picture .tournaments__title {
    display: block;
    position: absolute;
    bottom: 0;
    font-size: 16px;
    line-height: 18px;
    color: var(--white);
    padding: 25px 15px;
    z-index: 2;
    margin: 0;
  }

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

  .tournaments__top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
  }

  .tournaments__date {
    margin: 0;
  }

  .tournaments__status {
    order: -1;
    margin: 0;
    justify-content: flex-start;
  }

  .tournaments__link-box .link {
    padding: 15px;
  }

  .tournaments__description {
    padding: 0 15px;
    overflow: unset;
    height: unset;
    -webkit-line-clamp: unset;
    font-size: 14px;
  }

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

  .table__row .table__cell {
    height: 45px;
  }

  .tournament-stats__variable {
    width: 38px;
  }

  .tournament-stats__goals {
    width: 51px;
  }

  .table-chess__team {
    width: 100px;
  }

  .table-chess__score-additional {
    font-size: 8px;
    line-height: 10px;
  }

  .schedule__date-color {
    margin: 0 5px 0 0;
  }

  .schedule__color-block {
    padding: 0 15px;
  }

  .schedule__date {
    padding: 0 15px;
    line-height: 13px;
  }

  .schedule__item {
    align-items: flex-start;
  }

  .schedule__score {
    width: 50px;
    height: 40px;
    background-color: var(--red);
    color: var(--white);
    align-self: center;
  }

  .schedule__additional {
    color: var(--white);
  }

  .schedule__main {
    font-weight: 700;
  }

  .schedule__team {
    flex-direction: column;
    width: calc((100% - 50px)/2);
  }

  .schedule__team-name {
    max-width: 94px;
    text-align: center;
    font-size: 10px;
    line-height: 12px;
    margin: 5px 0 5px ;
  }

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

  .schedule__team-logo {
    order: -1;
  }

  .playoff-modal__series {
    width: 100%;
    margin: 40px 0;
  }

  .modal-series__team {
    width: 100px;
  }

  .modal-series__score {
    font-size: 24px;
    line-height: 24px;
  }

  .modal-series__top-close {
    padding: 0 15px;
  }

  .schedule--modal .schedule__item {
    align-items: center;
  }

  .schedule--modal .schedule__score {
    height: unset;
    background-color: unset;
    color: unset;
  }

  .schedule--modal .schedule__team {
    flex-direction: row;
  }

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

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

  .schedule--modal .schedule__item {
    padding: 0 15px;
  }

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

  .title--40 {
    margin: 0 0 20px 0;
  }

  .tournament-head {
    padding: 50px 0 0 0;
  }

  .tournament-head__title {
    font-size: 16px;
    line-height: 20px;
    padding: 0 15px;
  }

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

  .tournament-head__description {
    max-width: unset;
    padding: 10px 15px 40px 15px;
  }

  .documents__link,
  .teams__link,
  .partners-block__item,
  .referees__item {
    flex-direction: row;
  }

  .documents__item,
  .partners-block__item,
  .referees__item,
  .teams__item,
  .media__item {
    width: 100%;
  }

  .media__item {
    height: 100vw;
  }

  .main-videos {
    margin: 0 0 -20px 0;
  }

  .partners-block__item,
  .partners-block__item:nth-child(2n),
  .partners-block__item:nth-child(3n),
  .partners-block__item:nth-child(4n),
  .partners-block__item:nth-child(5n) {
    margin: 0;
  }

  .referees__item,
  .referees__item:nth-child(2n),
  .referees__item:nth-child(3n),
  .referees__item:nth-child(4n),
  .referees__item:nth-child(5n) {
    margin: 0 0 30px 0;
  }

  .documents__item,
  .documents__item:nth-child(2n),
  .documents__item:nth-child(3n),
  .documents__item:nth-child(4n),
  .documents__item:nth-child(5n),
  .teams__item,
  .teams__item:nth-child(2n),
  .teams__item:nth-child(3n),
  .teams__item:nth-child(4n),
  .teams__item:nth-child(5n) {
    margin: 0;
  }

  .media__item,
  .media__item:nth-child(2n),
  .media__item:nth-child(3n),
  .media__item:nth-child(4n),
  .media__item:nth-child(5n),
  .media--index .media__item:nth-child(2n) {
    margin: 0 0 30px 0;
  }

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

  .partners-block__img,
  .referees__img {
    width: 70px;
    height: 70px;
    margin: 0 15px 0 0;
  }

  .teams__img,
  .documents__icon,
  .partners-block__img {
    width: 42px;
    height: 42px;
    margin: 0 10px 0 0;
  }

  .partners-block__item,
  .referees__item {
    padding: 0 15px;
  }

  .documents__list,
  .teams__list,
  .partners-block__list {
    border-top: 1px solid var(--light-grey);
  }

  .documents__link,
  .teams__link,
  .partners-block__item {
    background-color: transparent;
    padding: 0 15px;
    height: 70px;
    border-bottom: 1px solid var(--light-grey);
  }

  .documents__item {
    background-color: transparent;
  }

  .teams__name,
  .documents__name {
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
  }

  .partners-block__title {
    text-align: left;
    margin: 0;
  }

  .partners-block__button {
    display: none;
  }

  .referees__title {
    text-align: left;
    width: 100%;
    margin: 0 0 10px 0;
  }

  .referees__content {
    align-items: flex-start;
  }

  .referees__position {
    margin: 0 0 10px 0;
    text-align: left;
  }

  .loader__icon {
    width: 40px;
    line-height: 40px;
  }

  .team-head__content {
    padding: 15px 15px 20px 15px;
    position: relative;
  }

  .team-head__picture {
    width: 70px;
    height: 70px;
    margin: 0;
    position: absolute;
    top: 15px;
    left: 15px;
  }

  .team-head__top {
    padding: 0 0 0 85px;
    margin: 0 0 20px 0;
    justify-content: center;
    min-height: 70px;
  }

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

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

  .team-head__subtitle {
    font-size: 13px;
    line-height: 13px;
    margin: 0 0 3px 0;
  }

  .team-head .progress__link {
    width: 14px;
    height: 14px;
  }

  .progress__item {
    margin: 0 5px;
  }

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

  .team-head__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .team-head__item {
    font-size: 12px;
    line-height: 16px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 15px 0;
    padding: 0 10px 0 0;
  }

  .team-head__property,
  .team-head__item:last-child .team-head__property {
    height: unset;
    padding: 0;
  }

  .application__player {
    padding: 0 10px;
  }

  .application__variable {
    width: 36px;
  }

  .application__goals {
    width: 51px;
  }

  .player-head__container {
    padding: 15px 15px 20px 15px;
  }

  .player-head__picture {
    width: 70px;
    height: 70px;
    top: 15px;
  }

  .player-head__name {
    min-height: 70px;
    padding: 0 0 0 85px;
  }

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

  .player-head__list {
    padding: 20px 0 0 0;
  }

  .player-head__item {
    font-size: 13px;
    line-height: 16px;
  }

  .player-head__unit {
    padding: 0 10px 0 0;
    height: 25px;
  }

  .player-stats__variable {
    width: 36px;
  }

  .transfer__date {
    width: 60px;
  }

  .transfer__icon {
    width: 18px;
    height: 10px;
  }

  .transfer__arrow {
    width: 20px;
  }

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

  .contacts__map {
    height: 250px !important;
  }

  .contacts__info {
    padding: 0 15px;
    margin: 0 0 25px 0;
  }

  .contacts__text {
    font-size: 13px;
    line-height: 19px;
  }

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

  .news__content {
    padding: 0 15px;
  }

  .news__picture {
    display: block;
  }

  .news__link {
    flex-direction: column;
  }

  .news__img {
    width: 100%;
    height: auto;
  }

  .media__main .media__img {
    max-width: 100vw;
    width: 100vw;
    height: auto;
  }

  .news .title {
    padding: 0;
  }

  .news__content {
    padding: 20px 15px;
  }

  .news-unit__title {
    padding: 0;
  }

  .news-slider__container {
    padding: 0 15px;
  }

  .news-slider__text {
    font-size: 30px;
    line-height: 30px;
  }

  .news-slider__bottom {
    height: 60px;
  }

  .news-slider:after {
    position: absolute;
    content: '';
    width: 395px;
    height: 268px;
    background-image: url("/img/vtb-logo-white.PNG");
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    z-index: 2;
  }

  .news-slider__content {
    padding: 30px 0 15px 0;
  }

  .calendar {
    padding: 20px 0;
  }

  .calendar__slider-container {
    padding: 0;
  }

  .calendar__arrow {
    height: 42px;
    top: 0;
    z-index: 1;
  }

  .calendar__arrow--left {
    left: 4px;
  }

  .calendar__arrow--right {
    right: 4px;
  }

  .dropdown__title::after {
    right: 10px;
  }

  .calendar .filters__item {
    width: 100%;
    margin: 0;
  }

  .calendar__icon {
    stroke: var(--white);
  }

  .partners__list {
    width: 100%;
  }

  .partners__text {
    font-size: 11px;
    line-height: 12px;
  }

  .partners__item {
    width: calc(100%/4);
    margin: 10px 0;
  }

  .partners__img {
    margin: 0 auto;
  }

  .news-block__item {
    border-bottom: 1px solid var(--light-grey);
  }

  .news-block__link {
    flex-direction: column;
  }

  .news-block__picture {
    display: block;
  }

  .news-block__img {
    height: auto;
  }

  .news-block__title {
    min-height: unset;
  }

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

  .news-block__content {
    padding: 20px 15px;
    margin: 0;
    max-height: unset;
  }

  .sberbank-logo__icon-mobile {
    width: 20px;
    height: 20px;
  }

  .filters__item,
  .filters__item:not(:last-child) {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .submenu__container {
    padding: 0;
  }

  .tabs--menu .tabs__navigation {
    overflow-x: scroll;
  }

  .tabs--menu .tabs__item {
    max-width: unset;
  }

  .media-inner {
    padding: 0 15px;
  }

  .media-inner__video {
    height: calc((100vw - 30px)*0.56);
  }

  .sort-header span:after {
    right: -7px;
  }

  .media-inner__top {
    margin: 0 0 25px 0;
  }

  .calendar__link {
    margin: 0;
  }

  .tabs--menu {
    position: relative;
    bottom: -1px;
  }

  .link__text {
    font-size: 10px;
  }

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

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

  .news-unit__container {
    padding: 20px 15px;
  }

  .news__title,
  .news-block__title {
    line-height: 24px;
  }

  .news-unit__content {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 20px 0;
  }

  .tournaments__block-title {
    margin: 30px 0;
  }

  .padding-container--mobile {
    padding: 0 0 20px 0;
  }

  .padding-container--mobile .filters {
    margin: 20px 0 10px 0;
  }

  .profile__content,
  .profile__admin {
    padding: 0 15px;
  }

  .profile__fields {
    display: grid;
    grid-template-columns: 1fr;
  }

  .profile__buttons {
    flex-direction: column;
  }

  .profile__buttons button {
    margin: 0 0 10px 0;
  }

  .form__input,
  .form__textarea {
    font-size: 16px;
  }
}

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

  .table-table__variable {
    width: 26px;
  }

  .table-table__form--full .progress__item:nth-last-child(n+4) {
    display: none;
  }

  .player-stats__variable {
    width: 26px;
  }

  .cookie__link,
  .cookie__button {
    width: 140px;
  }
}
