@media (max-width: 1100px) {
  .body--scroll {
    overflow-y: hidden;
    height: 100vh;
    width: 100%;
    position: fixed;
  }

  .drop-menu {
    position: static;
    width: 100%;
  }

  .drop-menu__link {
    text-align: center;
    justify-content: center;
  }

  .mobile-navigation__item--drop span {
    position: relative;
  }

  .mobile-navigation__item--drop span:after {
    content: "";
    position: absolute;
    border: 5px solid transparent;
    border-top: 5px solid var(--red);
    right: -30px;
    top: 50%;
    margin-top: -3px;
  }

  .navigation {
    display: none;
  }

  .header {
    height: auto;
    min-height: 90px;
    background-color: var(--main);
    position: fixed;
  }

  .header__container {
    padding: 0 15px;
  }

  .header__top {
    border: none;
    padding: 13px 0;
  }

  .mobile__logo {
    flex-shrink: 0;
    display: block;
    margin: 0 40px 0 0;
  }

  .header__logo {
    display: none;
  }

  .main-container {
    padding: 330px 0 0 0;
  }

  .mobile__logo img {
    display: block;
    width: 70px;
    height: 70px;
  }

  .subnavigation-hide {
    display: none;
  }

  .subnavigation-wrapper {
    flex-grow: unset;
  }

  .header__hamburger {
    position: relative;
    right: -15px;
    flex-shrink: 0;
    display: block;
    width: 70px;
    height: 64px;
    padding: 5px 15px;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    margin: 0 0 0 auto;
    background-color: unset;
  }

  .header__hamburger span {
    width: 100%;
    background-color: var(--white);
    height: 2px;
    display: block;
    position: relative;
  }

  .header__hamburger span:after,
  .header__hamburger span:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--white);
  }

  .header__hamburger span:before {
    top: -9px;
  }

  .header__hamburger span:after {
    bottom: -9px;
  }

  .header__hamburger.open span {
    background: transparent;
  }

  .header__hamburger.open span:before,
  .header__hamburger.open span:after {
    transition-duration: 0.2s, 0.2s;
    transition-delay: 0.2s, 0s;
    left: 50%;
    margin-left: -30%;
    width: 70%;
  }

  .header__hamburger.open span:before {
    transition-property: top, transform;
  }

  .header__hamburger.open span:after {
    transition-property: bottom, transform;
  }

  .header__hamburger.open span:before {
    top: 0;
    transform: rotate(45deg);
  }

  .header__hamburger.open span:after {
    bottom: 0;
    transform: rotate(-45deg);
  }

  .header__hamburger.open span:before,
  .header__hamburger.open span:after {
    transition-delay: 0s, 0.2s;
  }

  .mobile-navigation {
    display: none;
    width: 100%;
    overflow: scroll;
    max-height: calc(100vh - 96px);
  }

  .mobile-navigation.open {
    display: block;
  }

  .mobile-navigation__list {
    width: 100%;
    position: relative;
    list-style: none;
    border-top: 1px solid rgba(var(--gray-opacity), 0.5);
  }

  .mobile-navigation__item:not(:last-child) {
    border-bottom: 1px solid rgba(var(--gray-opacity), 0.5);
  }

  .mobile-navigation__link {
    padding: 10px 20px;
    color: var(--white);
    text-align: center;
    display: block;
  }

  .mobile-navigation__item--request {
    display: none;
  }

  .mobile-contacts {
    display: flex;
    margin: 0 0 0 auto;
    font-size: 14px;
  }

  .navigation__contacts-comma {
    margin: 0 5px 0 0;
  }

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

  .head__title {
    max-width: 100%;
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 25px 0;
  }

  .table {
    table-layout: fixed;
  }

  .application .application__player {
    width: unset;
  }

  .application .application__birthday,
  .application .application__position,
  .application .application__grip {
    width: 15%;
  }

  .calendar__sidebar {
    padding: 0 15px;
    width: 320px;
    flex-shrink: 0;
  }

  .calendar__main {
    width: 100%;
    flex-grow: 1;
    flex-shrink: unset;
  }

  .calendar__img {
    margin: 0;
  }

  .calendar__score {
    width: 130px;
  }

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

  .table__cell--1100 {
    display: none;
  }

  .player__season {
    width: 12%;
  }

  .player__tournament {
    width: 40%;
  }

  .player__variable {
    width: 7%;
  }

  .protocol-head__content {
    padding: 0 15px 50px 15px;
  }

  .protocol-head__tournament {
    font-size: 16px;
    line-height: 18px;
    padding: 30px;
  }

  .protocol-head__team-name {
    font-size: 18px;
    line-height: 22px;
  }

  .protocol-head__img {
    width: 130px;
    height: 130px;
  }

  .protocol__table .table__row .protocol__side,
  .protocol__table .table__head .protocol__side,
  .protocol__score {
    width: 100px;
  }

  .protocol__player {
    width: unset;
  }

  .stats-block {
    padding: 60px 0 60px 0;
  }

  .promo__title {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 30px 0;
  }

  .form__group {
    min-width: 100%;
  }

  .form__group,
  .form__group:nth-of-type(3n) {
    margin: 0 0 5px 0;
  }

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

  .form__doc-text {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .profile {
    gap: 20px;
    justify-content: stretch;
  }

  .profile__link {
    flex-direction: column;
    display: inline-flex;
  }

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

  .profile__img {
    width: 100%;
  }
}

@media (max-width: 1032px) {
  .merch-popup {
    width: 100%;
    left: 0;
  }

  .merch-popup .merch-popup__info {
    padding: 20px 50px 20px;
  }

  .merch-popup .merch-popup__photo {
    margin: 0 20px 0 0;
    flex-shrink: 0;
  }

  .merch-popup .merch-popup__content {
    flex-grow: 1;
  }

  .merch-popup__img {
    width: 290px;
    height: 290px;
  }

  .merch-popup .merch-store__count {
    justify-content: flex-start;
  }

  .merch-popup .merch-popup__fields {
    padding: 40px 50px;
  }
}
