/* Стили кастомных фонов */
/* Стили текста для кастомных фонов */
@media (max-width: 480px) {
  img {
    max-height: 100%;
  }
  .body {
    width: 100%;
    min-width: 100%;
    font-size: calc(0.1vw + 1em);
    line-height: 1.2em;
  }
  .main {
    min-height: calc(100vh - calc(100vw/(480/90)) - 158px);
    margin-bottom: 20px;
  }
  .separator {
    display: block;
    margin-bottom: 20px;
  }
  /* Шапка */
  .header {
    min-height: calc(100vw/(480/90));
  }
  .header__logo {
    flex-shrink: 0;
    position: static;
    width: calc(100vw/(480/90));
    height: calc(100vw/(480/90));
  }
  .header__logo.header-logo--shadow::after {
    content: none;
  }
  .header__wrapper {
    width: 100%;
  }
  .header__top {
    align-items: center;
    width: 100%;
    height: auto;
    min-height: calc(100wv/(480/90));
    padding-bottom: 0;
  }
  .header__title {
    padding: 0 0 0 20px;
    margin: 0;
    font-size: calc(5vw + 1em);
    line-height: calc(2vw + 1em);
  }
  .header__title .header__title--full {
    display: none;
  }
  .header__title .header__title--short {
    display: block;
  }
  .header__hamburger {
    flex-shrink: 0;
    display: block;
    width: calc(100vw/(480/74));
    height: 100%;
    padding: 25px 4vw;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    outline: none;
  }
  .header__hamburger span {
    width: 100%;
    background-color: #ffffff;
    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: #ffffff;
  }
  .header__hamburger span:before {
    top: -9px;
  }
  .header__hamburger span:after {
    bottom: -9px;
  }
  /* Закрытое меню */
  .navigation {
    display: none;
  }
  .navigation.open {
    display: block;
  }
  .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;
  }
  .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;
  }
  .social {
    display: none;
  }
  .header__line {
    display: none;
  }
  /* Основное меню */
  .navigation__wrapper {
    width: 100%;
  }
  .navigation__list {
    display: block;
    padding: 0;
    height: auto;
  }
  .navigation__unit {
    transform: none;
  }
  .navigation__unit-container {
    transform: none;
  }
  .navigation__unit-link {
    font-size: calc(0vw + 1em);
    line-height: 2.3em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .navigation__unit:last-child .navigation__unit-link {
    border-bottom: none;
  }
  /* Основная сетка */
  .main-container {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }
  .main-container--inner {
    margin-top: 0;
  }
  .main-content {
    width: 100%;
    order: 2;
  }
  .page-title {
    margin-bottom: 20px;
  }
  .page-title__wrapper {
    width: 100%;
    min-height: 70px;
    height: auto;
    padding: 0 20px;
  }
  .page-title__navigation {
    flex-grow: 1;
  }
  .page-title__text {
    font-size: calc(1.5vw + 1em);
    line-height: 1.2em;
    padding-right: 20px;
  }
  .banner {
    width: 100%;
    height: calc(100vw/3.3);
  }
  .sidebar .banner {
    display: none;
  }
  /* Сайдбар */
  .sidebar {
    width: 100%;
    order: 1;
  }
  .sidebar__navigation {
    margin: 0 0 20px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .sidebar__navigation-item {
    flex-shrink: 0;
    width: 50%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .sidebar__navigation--odd .sidebar__navigation-item:first-child {
    width: 100%;
  }
  .sidebar__navigation-item-link {
    text-align: center;
    padding-left: 0;
    font-size: calc(0vw + 1em);
    line-height: 2.3em;
  }
  .sidebar__navigation-item-link::before {
    content: '';
  }
  .tournament-widget {
    display: none;
  }
  .sidebar__news,
  .social-share,
  .sidebar .select-item {
    display: none;
  }
  .child-margin {
    display: none;
  }
  /* Партнёры */
  .partners {
    display: none;
  }
  /* Подвал */
  .footer {
    min-height: 158px;
  }
  .footer-wrapper {
    flex-direction: column;
    width: 100%;
    padding: 20px;
  }
  .footer .social {
    order: 1;
    display: flex;
    margin-right: 0;
    justify-content: flex-end;
  }
  .footer__copyright {
    width: 100%;
    order: 2;
    margin-right: 0;
  }
  .footer__copyright-main,
  .footer__copyright-sportandme {
    font-size: calc(1vw + 0.6em);
    line-height: 1.1em;
  }
  .footer__copyright-main {
    margin: 15px 0 10px 0;
  }
  .footer__login {
    display: none;
  }
  /* Страница Новости */
  .news-item__picture {
    width: 100%;
    height: calc(100vw/(480/322));
  }
  .news-item__picture-content {
    display: none;
  }
  .news-item__content {
    padding: 25px 20px;
  }
  .news-item__content .news-item__date-p,
  .news-item__content .news-item__title-p {
    display: block;
    color: #000000;
  }
  .news-item__content .news-item__date-p {
    padding: 0;
    text-align: left;
    transform: none;
    font-size: calc(1.5vw + 0.6em);
    line-height: 1.2em;
  }
  .news-item__content .news-item__title-p {
    font-size: calc(2vw + 1em);
    line-height: 1.2em;
    font-weight: 700;
    padding: 15px 0 0 0;
  }
  /* Слайдер матчей на странице новости */
  .news-matches-slider {
    display: none;
  }
  /* Вставки на странице новости */
  iframe {
    width: 86vw;
    height: calc(86vw/(440/238));
  }
  iframe.embed-video {
    width: 100%;
    height: calc(100vw/(480/320));
  }
  figure {
    margin: 10px 0 !important;
  }
  figure[style="float: left;*"] {
    margin: 10px 0 10px 10px!important;
  }
  figure[style*="float: left;"] {
    margin: 10px 10px 10px 0!important;
  }
  .survey {
    display: none;
  }
  /* Турнир шапка */
  .tournament {
    min-height: 0;
  }
  .tournament-wrapper {
    width: 100%;
    padding: 15px 20px 10px 20px;
  }
  .tournament__title {
    font-size: calc(2vw + 0.9em);
    line-height: 1.2em;
    margin-bottom: 10px;
  }
  .tournament__info {
    width: 100%;
    font-size: calc(0.9vw + 0.6em);
    line-height: 1.7em;
    justify-content: space-between;
  }
  .tournament__info-item {
    margin-right: 0;
  }
  /* Турнир календарь */
  .select-item {
    flex-grow: 1;
    min-width: 150px;
    width: 50%;
  }
  .select-item__default {
    width: 100%;
  }
  .select-item__default-text {
    width: 76%;
  }
  .select-item__default::after {
    display: none;
  }
  .schedule__head {
    padding-left: 20px;
    padding-right: 20px;
  }
  .schedule__matches-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .schedule__time-place {
    width: 22%;
    padding-right: 5px;
  }
  .schedule__time {
    font-size: 16px;
    line-height: 23px;
  }
  .schedule__place {
    display: none;
  }
  .schedule__team-1,
  .schedule__team-2 {
    width: 22%;
  }
  .schedule__score {
    width: 12%;
    min-width: auto;
  }
  .schedule__team-name {
    font-size: calc(2.1vw + 0.3em);
    line-height: 1.2em;
  }
  .schedule__score-main {
    font-size: calc(2vw + 0.5em);
    line-height: 1.4em;
  }
  .schedule__time {
    font-size: calc(1.5vw + 0.5em);
    line-height: 1.3em;
  }
  .schedule__team-logo {
    flex-shrink: 0;
  }
  .schedule .tabs__list {
    width: 48%;
    font-size: calc(1.8vw + 0.5em);
  }
  .schedule__head-text {
    font-size: calc(2vw + 0.4em);
  }
  .schedule__round {
    display: none;
  }
  /* Турнир. Таблицы и сетки */
  .play-off {
    display: none;
  }
  .table--table,
  .table--form {
    table-layout: fixed;
  }
  .mobile-playoff-text {
    display: block;
    padding: 0 20px;
    font-size: calc(1vw + 0.7em);
    line-height: 1.2em;
  }
  .tabs--playoff .tabs__navigation {
    background-color: #ffffff;
  }
  .grids .table__cell {
    font-size: calc(1vw + 0.8em);
    line-height: 1.3em;
  }
  .grids .table__head .table__cell {
    font-size: calc(1vw + 0.6em);
  }
  .grids .tabs__item {
    padding: 0;
    flex-grow: 1;
  }
  .tabs--grids {
    margin-bottom: 20px;
  }
  .grids .tabs__list {
    width: 48%;
    font-size: calc(1vw + 0.7em);
  }
  .tabs__item--chess {
    display: none;
  }
  .grids .table--table .table__cell--form-results {
    display: none;
  }
  .grids .table__cell--color {
    width: 1%;
  }
  .grids .table__cell--number {
    width: 7%;
  }
  .grids .table--form .table__cell--form-results {
    width: 44%;
  }
  .grids .table--form .table__cell--form-results-head {
    text-align: center;
  }
  .grids .table--form .form-results-list {
    width: 90%;
    justify-content: flex-end;
  }
  .grids .table--form .form-results-item:nth-last-child(n+4) {
    display: none;
  }
  .grids .form-results-item {
    flex-shrink: 0;
  }
  .grids .table--table .table__cell--goals-scored_goals-missed {
    display: none;
  }
  .grids .table__cell--team {
    width: 50%;
  }
  .table__player-picture,
  .table__team-logo {
    margin-right: 10px;
  }
  .grids .table__team-name {
    width: 100%;
  }
  .grids .table--table .table__cell--games-number,
  .grids .table--table .table__cell--wins,
  .grids .table--table .table__cell--draws,
  .grids .table--table .table__cell--losses {
    width: 7.25%;
  }
  .grids .table--table .table__cell--points {
    width: 13%;
  }
  .text-information {
    padding: 20px 20px 20px;
    font-size: calc(0.1vw + 1em);
    line-height: 1.2em;
  }
  /* Турнир. Команды */
  .teams__list {
    padding: 0 20px;
  }
  .teams__item {
    display: flex;
    flex-direction: column;
    width: calc((100vw - 60px)/2);
    margin: 0 20px 20px 0;
    min-height: 0;
  }
  .teams__item:nth-child(4n) {
    margin-right: 20px;
  }
  .teams__item:nth-child(2n) {
    margin-right: 0;
  }
  .teams__logo {
    display: block;
  }
  .teams__logo,
  .teams__logo img {
    width: calc((100vw - 60px)/2);
    height: calc((100vw - 60px)/2);
  }
  .teams__name {
    flex-grow: 1;
    padding: 15px 10px;
    height: auto;
  }
  .teams__name-link {
    text-align: center;
    height: auto;
    font-size: calc(1vw + 1em);
    line-height: 1.2em;
  }
  /* Список новостей */
  .news-list {
    margin: 0 0 0 0;
  }
  .news-list__item {
    height: auto;
    margin-bottom: 0;
    border-bottom: 1px solid #b9bbbc;
  }
  .news-list__item:last-child {
    border-bottom: 0;
  }
  .news-list__picture {
    display: none;
  }
  .news-list__content {
    width: 100%;
  }
  .tags {
    width: 100%;
  }
  .news-list__content {
    padding: 15px 20px;
  }
  .news-list__title {
    font-size: calc(1.2vw + 1em);
    line-height: 1.1em;
  }
  .news-list__text {
    font-size: calc(0.1vw + 1em);
    line-height: 1.26em;
    max-height: 5.04em;
    overflow: hidden;
  }
  .news-list__date {
    font-size: calc(1.2vw + 0.5em);
    line-height: 1em;
  }
  .tabs--match .news-list__list {
    margin-top: 0;
  }
  /* Турнир документы */
  .documents__item {
    padding: 15px 20px;
    margin-bottom: 0;
    min-height: 110px;
    border-bottom: 1px solid #b9bbbc;
  }
  .documents__item:last-child {
    border-bottom: 0;
  }
  .documents__title {
    font-size: calc(1.1vw + 0.9em);
    line-height: 1.2em;
  }
  .documents__date {
    font-size: calc(1vw + 0.6em);
    line-height: 2em;
  }
  .documents__text {
    margin-left: 15px;
  }
  /* Туринир. Фото */
  .photo {
    margin-bottom: 20px;
  }
  .photo__list {
    padding: 0 20px;
  }
  .photo__item-wrapper-bottom {
    padding: 0 10px;
  }
  .photo__item,
  .photo__item:nth-child(3n) {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .photo__item:nth-child(2n) {
    margin-right: 0;
  }
  .photo__item {
    width: calc((100vw - 60px)/2);
    min-height: calc(calc((100vw - 60px)/2)/(480/163));
    padding-bottom: 15px;
  }
  .photo__picture,
  .photo__picture img {
    width: calc((100vw - 60px)/2 - 1px);
    height: calc(calc((100vw - 60px)/2)/(284/190));
  }
  .photo__title {
    font-size: calc(1.1vw + 0.7em);
    line-height: 1.2em;
    margin: 0 10px 15px 10px;
  }
  .photo__number {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 17px;
    line-height: 20px;
  }
  .photo__date {
    font-size: calc(1.1vw + 0.5em);
    line-height: 1.2em;
  }
  /* Турнир. Видео */
  .video__list {
    padding: 0 20px;
  }
  .video__item {
    width: calc((100vw - 60px)/2);
    min-height: calc(calc((100vw - 60px)/2)/(480/163));
    padding-bottom: 15px;
  }
  .video__item,
  .video__item:nth-child(3n) {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .video__item:nth-child(2n) {
    margin-right: 0;
  }
  .video__picture {
    width: calc((100vw - 60px)/2 - 1px);
    height: calc(calc((100vw - 60px)/2)/(284/190));
  }
  .video__picture::before {
    padding: 14px 0 0 5px;
    font-size: 20px;
    width: 46px;
    height: 46px;
    margin-top: -23px;
    margin-left: -23px;
  }
  .video__title {
    font-size: calc(1.1vw + 0.7em);
    line-height: 1.2em;
    margin: 0 10px 15px 10px;
  }
  .video__date {
    font-size: calc(1.1vw + 0.5em);
    line-height: 1.2em;
    padding: 0 10px;
  }
  h2.media-title,
  h3.media-title {
    font-size: calc(1.7vw + 1em);
    line-height: 1.2em;
    padding: 15px 20px;
  }
  /* Турнир. Статистика */
  .table--statistics {
    table-layout: fixed;
  }
  .tabs--teams-common {
    display: none;
  }
  .table__head .table__cell {
    font-size: calc(1vw + 0.6em);
  }
  .statistics .tabs__navigation {
    background: none;
  }
  .statistics .tabs__list {
    font-size: calc(1vw + 0.6em);
    flex-wrap: wrap;
    margin: 0;
    padding-left: 1%;
    line-height: 35px;
  }
  .statistics .tabs__item {
    flex-grow: 0;
    width: 32%;
    transform: none;
    border-radius: 4px;
    background-color: #292d46;
    margin: 0 1% 1vw 0;
  }
  .statistics .tabs--active,
  .statistics .tabs--active:hover {
    background-color: #ffffff;
    border: 1px solid rgba(16, 51, 86, 0.3);
  }
  .statistics .tabs__text-container {
    transform: none;
  }
  .statistics .table__cell--number {
    width: 8%;
  }
  .statistics .table__player-picture,
  .statistics .table__team-logo {
    display: none;
  }
  .statistics .table__cell--player {
    width: 25%;
  }
  .statistics .table__cell--team {
    width: 16%;
  }
  .statistics .table__player-name {
    font-size: calc(1vw + 0.6em);
    width: 100%;
    padding-right: 10px;
  }
  .statistics .table__team-name {
    font-size: calc(1vw + 0.6em);
    width: 100%;
  }
  /* Часть переменных скрывется */
  .table__cell--average,
  .table__cell--sum,
  .table__cell--mark {
    display: none;
  }
  .statistics .table__cell--variable,
  .table--statistics .table__cell:last-child {
    width: 9%;
    padding-right: 0;
  }
  .table--statistics-goals .table__cell--variable,
  .table--statistics-goals .table__cell:last-child {
    width: 13%;
  }
  .table__head .table__cell--head:before,
  .table__head .table__cell--variable-head:before {
    content: "";
  }
  /* Архив турниров */
  .tournaments-archive {
    margin: 0 0 20px 0;
  }
  .tournaments-archive__title {
    height: auto;
  }
  .tournaments-archive__item {
    width: 100%;
    margin: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #b9bbbc;
  }
  .tournaments-archive__item:last-child {
    border-bottom: 0;
  }
  .tournaments-archive__picture {
    display: none;
  }
  .tournaments-archive__content {
    min-height: 100px;
    height: auto;
    padding: 20px;
  }
  .tournaments-archive__title {
    font-size: calc(1.2vw + 1em);
    line-height: 1.1em;
    margin: 0 0 10px 0;
  }
  .tournaments-archive__info {
    font-size: calc(1.5vw + 0.5em);
    line-height: 1.3em;
  }
  .tournaments-archive__info-dates::before,
  .tournaments-archive__info-teams-number::before,
  .tournaments-archive__info-status:before {
    font-size: calc(0.2vw + 1em);
  }
  .line-slider {
    padding: 0 5%;
  }
  .line-slider__item {
    min-width: auto;
  }
  .arrow--line-slider {
    width: 7%;
  }
  .arrow-back.arrow--line-slider::after {
    left: 60%;
  }
  .arrow-forward.arrow--line-slider:after {
    right: 60%;
  }
  .arrow--line-slider::before {
    z-index: 3;
    padding-left: 40%;
  }
  .line-slider__link-container {
    font-size: calc(1vw + 0.7em);
  }
  .line-slider__link {
    padding: 0 15px;
  }
  /* О турнире */
  .matches-overview__title {
    left: 50%;
    margin-left: -63px;
    font-size: calc(1vw + 0.6em);
    line-height: 1.2em;
  }
  .matches-overview__future-matches .matches-overview__title {
    left: 50%;
    margin-left: -53px;
  }
  .matches-overview__past-matches,
  .matches-overview__future-matches {
    width: 100vw;
    height: 180px;
  }
  .matches-overview__list {
    width: 100vw;
    padding: 0 10vw;
  }
  .matches-overview__future-matches:before,
  .matches-overview__future-matches:after,
  .matches-overview__past-matches:before,
  .matches-overview__past-matches:after {
    width: 10vw;
  }
  .arrow-back--matches-overview,
  .arrow-forward--matches-overview {
    width: 10vw;
  }
  .matches-overview__item {
    width: 40vw !important;
    height: 180px !important;
    padding: 45px 10px 20px 10px;
  }
  .matches-overview__round,
  .matches-overview__date-time {
    font-size: calc(1vw + 0.55em);
  }
  .matches-overview__date-time-wrapper .matches-overview__date-time {
    padding: 0 2px;
  }
  .matches-overview__team {
    width: 26vw;
  }
  .matches-overview__score-cell {
    font-size: calc(1vw + 0.75em);
  }
  .matches-overview__score-cell--first-game {
    font-size: calc(1vw + 0.5em);
  }
  .arrow-back--matches-overview,
  .arrow-forward--matches-overview {
    padding-top: 22%;
  }
  .arrow-forward--matches-overview {
    padding-right: 3%;
  }
  .arrow-back--matches-overview {
    padding-left: 3%;
  }
  .indicators-list--matches-overview {
    bottom: 10px;
  }
  .matches-overview .live::before {
    top: 115px;
    right: 26px;
  }
  .news-cards {
    margin-bottom: 20px;
  }
  .news-cards__list {
    margin-bottom: 0;
  }
  .news-cards__item {
    width: 100%;
  }
  .news-cards__picture,
  .news-cards__picture img {
    width: 100%;
    height: calc(100vw/(480/322));
  }
  .news-cards__content {
    padding: 15px 20px;
  }
  .news-cards__title {
    font-size: calc(1vw + 1em);
    line-height: 1.2em;
    margin: 5px 0;
  }
  .news-cards__date {
    font-size: calc(1vw + 0.6em);
  }
  .news-cards__text {
    height: 6em;
    overflow: hidden;
    margin: 10px 0;
  }
  /* Шапка команды */
  .team-promo {
    height: 30vw;
    background: #ffffff;
    margin-bottom: 20px;
  }
  .team-promo__results {
    display: none;
  }
  .team-promo__team-name {
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
  }
  .team-promo__logo {
    width: 30vw;
    height: 30vw;
  }
  .team-promo__logo::after {
    display: none;
  }
  .team-promo__team-info {
    padding: 20px;
    width: 70vw;
    height: 30vw;
  }
  .team-promo__team-links {
    display: none;
  }
  .team-promo__results-form-wrapper {
    display: block;
  }
  .team-promo__results-form {
    justify-content: flex-start;
  }
  .team-promo .form-results-list {
    margin: 0;
    justify-content: flex-start;
  }
  .team-promo__results-form-text {
    display: none;
  }
  .team-promo__results-form-wrapper .form-results-list {
    width: 210px;
  }
  .team-promo__results-form-wrapper .form-results-item {
    width: 30px;
  }
  .team-promo__results-form-wrapper .form-results-link {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 19px;
    line-height: 26px;
  }
  /* Команда. Состав */
  .teams-composition-photo {
    width: 100%;
    height: 321px;
  }
  .composition-list {
    padding: 20px 20px 0 20px;
  }
  .tabs--teams-composition .tabs__list {
    width: 466px;
  }
  .composition-list__item {
    width: 210px;
    height: 290px;
  }
  .composition-list__item,
  .composition-list__item:nth-child(4n) {
    margin-right: 20px;
  }
  .composition-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .composition-list__player-photo {
    width: 210px;
    height: 210px;
  }
  .composition-list__player-info {
    padding: 15px;
    height: 80px;
  }
  .composition-list__item-back {
    display: none;
  }
  .composition-list__item-flipper {
    transition: none;
    transform-style: flat;
    position: static;
  }
  .composition-list__item-flip-container.with-stats:hover .composition-list__item-flipper {
    transform: none;
  }
  .composition-list__item-flip-container.with-stats:hover .composition-list__item-flipper .composition-list__item-front {
    opacity: 1;
  }
  .composition-list__item-front {
    width: 210px;
    height: 290px;
    transition: none;
  }
  .composition-list__player-birthday {
    display: none;
  }
  .composition-list__player-name {
    font-size: 20px;
    line-height: 25px;
  }
  .composition-list__player-first-name,
  .composition-list__player-last-name {
    width: 180px;
  }
  /* Матч Шапка */
  .match-promo-unit {
    display: flex;
    flex-direction: column;
    height: calc(100vw/(480/350));
    padding: 0 20px;
  }
  .match-promo .form-results-list {
    display: none;
  }
  .match-promo__date-time {
    padding: 4vw 0 1vw 0;
    font-size: calc(1vw + 0.9em);
    line-height: 1em;
  }
  .match-promo__place {
    font-size: calc(1vw + 0.7em);
    line-height: 1em;
  }
  .match-promo__viewers {
    display: none;
  }
  .match-promo__score-wrapper {
    justify-content: space-between;
    margin-top: 5vw;
    margin-bottom: 1vw;
  }
  .match-promo__team-container {
    width: 35%;
    flex-direction: column;
    align-items: center;
  }
  .match-promo__team-content--right {
    order: 2;
  }
  .match-promo__score {
    flex-grow: 1;
    width: 30%;
  }
  .match-promo__score-main {
    font-size: calc(6vw + 1em);
  }
  .match-promo__score-additional {
    font-size: calc(2vw + 1em);
  }
  .match-promo__team-logo {
    margin: 0;
  }
  .match-promo__team-content {
    min-width: 100px;
    width: auto;
    margin-top: 10px;
    height: auto;
  }
  .match-promo__team-text {
    text-align: center;
    padding: 0;
    height: auto;
  }
  .match-promo__team-name {
    width: 100%;
    height: 3em;
    overflow: hidden;
    font-size: calc(1.7vw + 1em);
    line-height: 1em;
  }
  .match-promo__tournament-wrapper {
    padding: 0 20px;
    margin-bottom: 3vw;
    margin-top: auto;
  }
  .match-promo__tournament,
  .match-promo__round-group {
    font-size: calc(1vw + 0.6em);
    line-height: 1em;
  }
  .match-promo__best-player {
    display: none;
  }
  .tabs--match .tabs__text {
    font-size: calc(1vw + 0.6em);
  }
  /* Матч События */
  .match-timeline {
    display: none;
  }
  .event-divisions {
    display: none;
  }
  .match-events__top,
  .match-protocol__top,
  .match-broadcast__top {
    display: none;
  }
  .match-events {
    padding: 0;
  }
  .vertical-timeline__event-item {
    padding: 22px 10px;
  }
  .vertical-timeline__title,
  .vertical-timeline__event-part .vertical-timeline__score-wrapper {
    display: none;
  }
  .vertical-timeline__event-part {
    width: 42%;
  }
  .vertical-timeline__event-minute {
    width: 17%;
  }
  .vertical-timeline__event-info--right .event-item {
    padding-left: 0;
  }
  .vertical-timeline__event-info--left .event-item {
    padding-right: 0;
  }
  .vertical-timeline__event-info--left .vertical-timeline__event-wrapper {
    padding-left: 0;
    padding-right: 10px;
  }
  .vertical-timeline__event-info--right .vertical-timeline__event-wrapper {
    padding-right: 0;
    padding-left: 10px;
  }
  .vertical-timeline__time::before,
  .vertical-timeline__time::after {
    width: 45%;
    margin-right: 0;
    margin-left: 0;
  }
  .vertical-timeline__time--last::before,
  .vertical-timeline__penalty-shoot-out::before,
  .vertical-timeline__penalty-shoot-out::after {
    display: none;
  }
  .vertical-timeline__time--last::after {
    width: 100%;
    margin-right: 0;
  }
  .vertical-timeline__event-minute {
    font-size: calc(4vw + 0.8em);
  }
  .vertical-timeline__event-author {
    font-size: calc(1vw + 0.7em);
    line-height: 1.1em;
  }
  .vertical-timeline__event-assist,
  .vertical-timeline__event-comment {
    font-size: calc(1vw + 0.6em);
    line-height: 1.1em;
  }
  .vertical-timeline__score-container {
    width: 17%;
  }
  .vertical-timeline__score-wrapper {
    width: 80%;
  }
  .vertical-timeline__penalty-shoot-out .vertical-timeline__event-item {
    padding: 15px 0;
  }
  .vertical-timeline__penalty-shoot-out .vertical-timeline__score {
    font-size: calc(1vw + 0.8em);
  }
  /* Матч История */
  .match-history__top {
    display: none;
  }
  .match-history__results {
    display: none;
    padding: 0 20px;
  }
  .match-history__results-text {
    display: none;
  }
  .match-history__matches-all {
    width: 26%;
  }
  .match-history__results-wrapper {
    width: 37%;
  }
  .match-history__results-wrapper--left .form-results-item {
    margin: 0 10px 0 0;
  }
  .match-history__results-wrapper--right .form-results-item {
    margin: 0 0 0 10px;
  }
  /* Протокол матча */
  .match-protocol__composition {
    flex-direction: column;
  }
  .match-protocol__team {
    width: 100%;
  }
  .match-protocol__team-name {
    display: block;
    width: 100%;
    text-align: center;
    font-size: calc(1.7vw + 1em);
    line-height: 2em;
  }
  .match-protocol__member {
    padding: 0 20px;
  }
  .match-protocol__team--left {
    border-right: 0;
  }
  .match-protocol__member-number {
    width: 10%;
  }
  .match-protocol__member-amplua {
    width: 10%;
  }
  .match-protocol__member {
    font-size: calc(1vw + 0.7em);
  }
  .match-protocol__member-name {
    font-size: calc(1vw + 0.9em);
  }
  .match-protocol__staff-list,
  .match-protocol__substitutes {
    padding: 0;
  }
  .match-protocol__staff-title,
  .match-protocol__substitutes-title,
  .match-protocol__referees-title {
    padding: 10px 0 0 0;
    line-height: 45px;
    font-size: calc(1.2vw + 1em);
  }
  .match-protocol__staff-list .match-protocol__team,
  .match-protocol__substitutes .match-protocol__team {
    border-top: 0;
  }
  .match-protocol__referees {
    padding: 0 0 20px 0;
  }
  .match-protocol__referees-title {
    font-size: calc(1vw + 0.9em);
  }
  .match-broadcast__event {
    padding: 10px 20px;
    font-size: calc(1vw + 0.7em);
    line-height: 1.2em;
  }
  .match-promo-unit--live::before {
    top: 10px;
    right: 10px;
    width: 51px;
    height: 26px;
    font-size: 18px;
    line-height: 26px;
  }
  .tabs__list {
    margin: 0 7px;
  }
  .calendar {
    display: none;
  }
  .day-video {
    display: none;
  }
  .birth-widget {
    display: none;
  }
  .banner-index {
    display: none;
  }
  /* Слайдер на главной */
  .slider,
  .slider-tile,
  .slider-carousel {
    width: 100%;
    height: calc(100vw/(910/790));
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .slider:after,
  .slider-tile:after,
  .slider-carousel:after {
    display: none;
  }
  .slider__wrapper,
  .slider__slides,
  .slider__slide,
  .slider__slide-container {
    width: 100%;
    height: calc(100vw/(910/610));
  }
  .slider__slide-container {
    padding-bottom: 0;
  }
  .slider__slide-content {
    width: 100%;
    min-height: auto;
  }
  .slider__slide-text-p {
    padding: 30px 20px;
    font-size: calc(2vw + 1em);
    line-height: 1.2em;
  }
  .slider__text-list {
    display: none;
  }
  .slider-carousel__wrapper.slick-slider .slick-track,
  .slider-carousel__wrapper.slick-slider .slick-list {
    min-width: 100vw !important;
  }
  .slider-carousel__image,
  .slider-carousel__image img,
  .slider-carousel__wrapper .slider-carousel__slide {
    width: 100vw !important;
    height: calc(100vw/(910/610)) !important;
  }
  .slider-carousel__wrapper {
    min-width: 100vw !important;
    width: 100% !important;
    height: calc(100vw/(910/610)) !important;
  }
  .slider-carousel__dots-container {
    bottom: -6px;
  }
  .slider-carousel__wrapper .slider-carousel__slide {
    position: relative;
  }
  .slider-carousel__slide-content {
    display: none;
  }
  .slider-carousel__mobile-container {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  .slider-carousel__title:after {
    display: none;
  }
  .slider-carousel__title {
    color: #ffffff;
    padding: 30px 20px;
    font-size: calc(2vw + 1em);
    line-height: 1em;
  }
  .slider-carousel__slide::after {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  }
  .slider-tile {
    height: auto;
  }
  .slider-tile__wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .slider-tile__slides {
    display: block;
  }
  .slider-tile__slide {
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
    height: calc(100vw/(910/610));
  }
  .slider-tile__slide--main .slider-tile__link {
    padding: 20px;
  }
  .slider-tile__slide--main .slider-tile__slide-text {
    font-size: calc(2vw + 1em);
    line-height: 1em;
  }
  .slider-tile__slide-text {
    font-size: calc(1vw + 1em);
    line-height: 1em;
  }
  /* Дисквалификации */
  .table--disqualifications {
    table-layout: fixed;
  }
  .table--disqualifications .table__cell {
    width: 20%;
    padding: 5px 0 5px 10px;
  }
  .table--disqualifications .table__cell--player {
    width: 40%;
  }
  .table--disqualifications .table__player-info {
    width: 100%;
  }
  .table--disqualifications .table__cell--leftover {
    padding: 5px 10px;
    display: none;
  }
  .table--disqualifications .table__cell {
    font-size: calc(1vw + 0.6em);
  }
  .table--disqualifications .mobile-version {
    display: inline;
  }
  .table--disqualifications .full-version {
    display: none;
  }
  .disqualifications-selects {
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .disqualifications-selects .select-item {
    min-width: 135px;
  }
  .disqualifications-selects .disqualifications-selects-type,
  .disqualifications-selects .disqualifications-selects-tournament {
    margin: 0 15px 20px 0;
  }
  .refresh-button {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 420px) {
  .schedule__checkbox {
    top: 44px;
  }
  .mobile-white-block {
    width: 100%;
    height: 40px;
    background-color: #ffffff;
  }
  .tournament__info-status {
    display: none;
  }
  .tournaments-archive__info-status {
    display: none;
  }
  .schedule__team-logo {
    display: none;
  }
  .schedule__score {
    width: 15%;
  }
  .schedule__team-name {
    font-size: calc(2vw + 0.5em);
  }
}
@media (max-width: 370px) {
  .match-promo__team-name {
    height: 2em;
  }
}
/*# sourceMappingURL=granatkin.css.map */