@media (max-width: 480px) {
  img {
    max-height: 100%
  }

  .body {
    width: 100%;
    min-width: 100%;
    font-size: 16px;
    line-height: 1.2em
  }

  .main {
    min-height: calc(100vh - calc(100vw / (480 / 90)) - 187px);
    margin-bottom: 20px
  }

  .separator {
    display: block;
    margin-bottom: 20px
  }

  .mobile-hide {
    display: none !important
  }

  .section-title {
    padding-left: 15px
  }

  .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(100vw / (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: 0
  }

  .header__hamburger span {
    width: 100%;
    background-color: rgba(var(--color-text-default), 1);
    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: rgba(var(--color-text-default), 1)
  }

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

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

  .header .social {
    display: none
  }

  .navigation {
    display: none
  }

  .navigation.open {
    display: block
  }

  .header__hamburger.open span {
    background: 0 0
  }

  .header__hamburger.open span:before, .header__hamburger.open span:after {
    transition-duration: .2s, .2s;
    transition-delay: .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, .2s
  }

  .navigation__wrapper {
    width: 100%
  }

  .navigation__list {
    display: block;
    padding: 0;
    height: auto
  }

  .navigation__unit,
  .navigation__unit:last-child {
    transform: none;
    border: none
  }

  .navigation__unit-container {
    position: relative;
    transform: none
  }

  .navigation__unit--dropdown .navigation__unit-container:after, .navigation__unit--dropdown .navigation__unit-container:before {
    position: absolute;
    content: '';
    height: 6px;
    width: 2px;
    background-color: rgba(var(--color-text-default), 1);
    top: calc(50% - 3px);
    transition: all .25s
  }

  .navigation__unit--dropdown .navigation__unit-container:before {
    right: -12px;
    transform: rotate(-45deg)
  }

  .navigation__unit--dropdown .navigation__unit-container:after {
    right: -16px;
    transform: rotate(45deg)
  }

  .navigation__unit--dropdown .navigation__unit-container--open:before {
    right: -12px;
    transform: rotate(45deg)
  }

  .navigation__unit--dropdown .navigation__unit-container--open:after {
    right: -16px;
    transform: rotate(-45deg)
  }

  .navigation__list .drop-menu-wrapper {
    transform: none
  }

  .navigation__list .drop-menu {
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(var(--color-bg-accent), .5);
    text-align: center
  }

  .drop-menu__item-link {
    width: 100%
  }

  .navigation__unit-link {
    font-size: calc(2vw + 1em);
    line-height: 2.6em;
    border-bottom: 1px solid rgba(var(--color-text-default), .5)
  }

  .navigation__unit-link--open, .navigation__unit:last-child .navigation__unit-link {
    border-bottom: none
  }

  .tournaments-drop-menu {
    transform: none
  }

  .tournaments-drop-menu__list {
    display: none
  }

  .tournaments-drop-menu__footer {
    padding: 0;
    margin: 0;
    height: auto
  }

  .tournaments-drop-menu__footer-list {
    position: relative;
    width: 100%;
    display: block;
    z-index: 9999;
    margin: 0;
    background-color: rgba(var(--color-bg-color1), 1);
    border-right: 0;
    text-align: left
  }

  .tournaments-drop-menu__footer-item {
    transform: none;
    border-right: none;
    text-align: center
  }

  .tournaments-drop-menu__footer-link {
    display: block;
    width: 100%;
    padding: 13px 20px 13px 40px;
    font-size: 18px;
    line-height: 20px;
    vertical-align: middle;
    text-transform: uppercase
  }

  .tournaments-drop-menu__footer-container {
    transform: 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 15px
  }

  .page-title__navigation {
    flex-grow: 1;
    flex-wrap: wrap;
    margin: 0 0 18px 0
  }

  .page-title__text {
    font-size: calc(1.5vw + 1em);
    line-height: 1.2em;
    padding-right: 20px;
    margin: 18px 0
  }

  .sidebar .banner {
    display: none
  }

  .sidebar {
    width: 100%;
    order: 1
  }

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

  .sidebar__navigation-item {
    display: none;
    border-right: 1px solid rgba(var(--color-text-default), .2)
  }

  .sidebar__navigation-item--active, .sidebar__navigation--open .sidebar__navigation-item {
    display: flex
  }

  .sidebar__navigation-item--active {
    order: -1
  }

  .sidebar__navigation-item--active .menu-title {
    position: relative
  }

  .sidebar__navigation-item--active .menu-title:before, .sidebar__navigation-item--active .menu-title:after {
    position: absolute;
    content: '';
    height: 6px;
    width: 2px;
    background-color: rgba(var(--color-text-default), 1);
    top: 8px;
    transition: all .25s
  }

  .sidebar__navigation-item--active .menu-title:before {
    right: -12px;
    transform: rotate(-45deg)
  }

  .sidebar__navigation-item--active .menu-title:after {
    right: -16px;
    transform: rotate(45deg)
  }

  .sidebar__navigation-item--open .menu-title:before {
    right: -12px;
    transform: rotate(45deg)
  }

  .sidebar__navigation-item--open .menu-title:after {
    right: -16px;
    transform: rotate(-45deg)
  }

  .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: 44px
  }

  .sidebar__navigation-item--active .sidebar__navigation-item-link::before, .sidebar__navigation-item-link::before {
    content: ''
  }

  .sidebar__news, .social-share {
    display: none
  }

  .sidebar__selects-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
  }

  .sidebar__selects-list .select-item {
    max-width: calc((100% - 10px) / 2);
    margin-bottom: 10px
  }

  .sidebar__selects-list .select-item:nth-child(odd) {
    margin-right: 5px
  }

  .sidebar__selects-list .select-item:nth-child(even) {
    margin-left: 5px
  }

  .sidebar .child-margin .select-item {
    display: block;
    width: 100%
  }

  .child-margin {
    margin: 20px 0 15px 0
  }

  .partners {
    min-height: unset
  }

  .partners-wrapper {
    width: 100%;
    padding: 25px 15px
  }

  .partners-wrapper .partners__list {
    padding: 0
  }

  .partners__item {
    width: calc((100vw - 30px) / 2) !important;
    height: auto !important;
    margin: 0
  }

  .partners__item a {
    margin: 0 10px
  }

  .partners__item img {
    width: 100%;
    height: 100%
  }

  .arrow-back--partners, .arrow-forward--partners {
    display: none !important
  }

  .footer {
    min-height: 158px
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 20px 15px
  }

  .footer .social {
    order: 2;
    display: flex;
    justify-content: flex-start;
    margin: 15px 0 5px 0
  }

  .footer .social__item {
    margin: 0 14px 0 0
  }

  .footer__copyright {
    width: 100%;
    order: 3;
    margin-right: 0
  }

  .footer__login {
    order: 1
  }

  .link--footer-register, .link--footer-login {
    display: inline-block;
    padding: 5px 27px 0 0
  }

  .footer__copyright-main, .footer__copyright-sportandme {
    font-size: calc(.5vw + 1em);
    line-height: 1.1em
  }

  .footer__copyright-main {
    margin: 15px 0 10px 0
  }

  .news-item__picture {
    width: 100%;
    height: calc(100vw / (480 / 322))
  }

  .news-item__content {
    padding: 20px 15px
  }

  .news-item__content .news-item__date-p, .news-item__content .news-item__title-p {
    display: block;
    color: rgba(var(--color-text-base), 1)
  }

  .news-item__content .news-item__date-p {
    padding: 0;
    text-align: left;
    transform: none;
    font-size: calc(1.5vw + .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
  }

  iframe {
    width: 90vw !important;
    height: calc(90vw / (440 / 238)) !important
  }
  
  iframe[title^="текущую"][title$="минут"] {
    width: 100% !important;
    height: 100% !important;
  }

  iframe.embed-video {
    width: 100% !important;
    height: calc(100vw / (480 / 320)) !important
  }

  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
  }

  .widget-insert-calendar .js-schedule {
    padding: 40px 0 0 0
  }

  .widget-insert-calendar .schedule__checkbox {
    top: 0
  }

  .tournament {
    min-height: 0
  }

  .tournament-wrapper {
    width: 100%;
    padding: 20px 15px 10px 15px
  }

  .tournament__title {
    font-size: calc(2vw + .9em);
    line-height: 1.2em;
    margin-bottom: 10px;
    padding: 0
  }

  .tournament__info {
    width: 100%;
    font-size: calc(.9vw + .6em);
    line-height: 1.7em;
    justify-content: space-between;
    padding: 0 0 10px 0
  }

  .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: 12px 15px
  }

  .schedule__matches-item {
    padding: 0 15px;
    height: 50px
  }

  .schedule__time-place {
    width: 34%;
    padding-right: 5px
  }

  .schedule__time {
    font-size: calc(1.5vw + .44em);
    line-height: 1.3em
  }

  .schedule__place {
    padding: 0;
    width: 100%;
    font-size: calc(1.5vw + .4em);
    line-height: 1.3em;
    color: #999999
  }

  .schedule__place::before {
    display: none
  }

  .schedule__team-1, .schedule__team-2 {
    width: 16%
  }

  .schedule__score {
    width: 12%;
    min-width: 0
  }

  .schedule__team-name {
    font-size: calc(2.1vw + .3em);
    line-height: 1.2em
  }

  .schedule__score-main {
    font-size: calc(2vw + .5em);
    line-height: 1.4em
  }

  .schedule__team-logo {
    flex-shrink: 0
  }

  .schedule .tabs__list {
    width: 48%;
    font-size: calc(1.8vw + .5em)
  }

  .schedule__head-text {
    font-size: calc(2vw + .4em);
    line-height: 18px
  }

  .play-off {
    display: none
  }

  .table--table, .table--form {
    table-layout: fixed
  }

  .mobile-playoff-text {
    display: block;
    padding: 0 20px;
    font-size: calc(1vw + .7em);
    line-height: 1.2em
  }

  .tabs--playoff .tabs__navigation {
    background-color: #ffffff
  }

  .grids .table__cell {
    font-size: calc(1vw + .8em);
    line-height: 1.3em
  }

  .grids .table__head .table__cell {
    font-size: calc(1vw + .6em)
  }

  .grids .tabs__item {
    padding: 0;
    flex-grow: 1
  }

  .tabs--grids {
    margin-bottom: 20px
  }

  .grids .tabs__list {
    width: 48%;
    font-size: calc(1vw + .7em)
  }

  .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, .widget-insert-table .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 , .grids .table--table .table__cell--goals-scored, .grids .table--table .table__cell--goals-missed, .grids .table--table .table__cell--goals-difference {
    width: 7.25%
  }

  .grids .table--table .table__cell--points {
    width: 13%
  }

  .text-information {
    padding: 15px;
    font-size: calc(.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__content {
    width: 100%
  }

  .tags {
    width: 100%
  }

  .news-list__content {
    padding: 15px
  }

  .news-list__title {
    font-size: calc(1.2vw + 1em);
    line-height: 1.1em
  }

  .news-list__text {
    font-size: calc(.1vw + 1em);
    line-height: 1.26em;
    max-height: 5.04em;
    overflow: hidden
  }

  .news-list__date {
    font-size: calc(1.2vw + .5em);
    line-height: 1em
  }

  .tabs--match .news-list__list {
    margin-top: 0
  }

  .documents__item {
    padding: 15px;
    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 + .9em);
    line-height: 1.2em
  }

  .documents__date {
    font-size: calc(1vw + .6em);
    line-height: 2em
  }

  .documents__text {
    margin-left: 15px
  }

  .photo {
    margin-bottom: 20px
  }

  .photo__list {
    padding: 0 15px
  }

  .photo__item-wrapper-bottom {
    padding: 0 10px
  }

  .photo__item, .photo__item:nth-child(3n) {
    margin: 0 15px 15px 0
  }

  .photo__item:nth-child(2n) {
    margin-right: 0
  }

  .photo__item {
    width: calc((100vw - 45px) / 2);
    min-height: calc(calc((100vw - 45px) / 2) / (480 / 163));
    padding-bottom: 15px
  }

  .photo__picture, .photo__picture img {
    width: calc((100vw - 45px) / 2);
    height: calc(calc((100vw - 45px) / 2) / (284 / 190))
  }

  .photo__title {
    font-size: calc(1.1vw + .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 + .5em);
    line-height: 1.2em
  }

  .video__list {
    padding: 0 15px
  }

  .video__item {
    width: calc((100vw - 45px) / 2);
    min-height: calc(calc((100vw - 45px) / 2) / (480 / 163));
    padding-bottom: 15px
  }

  .video__item, .video__item:nth-child(3n) {
    margin: 0 15px 15px 0
  }

  .video__item:nth-child(2n) {
    margin-right: 0
  }

  .video__picture {
    width: calc((100vw - 45px) / 2);
    height: calc(calc((100vw - 45px) / 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 + .7em);
    line-height: 1.2em;
    margin: 0 10px 15px 10px
  }

  .video__date {
    font-size: calc(1.1vw + .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
  }

  .media-author {
    width: calc(100vw - 50px);
    font-size: calc(.9vw + .6em);
    line-height: 1.7em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
  }

  .table--statistics {
    table-layout: fixed
  }

  .tabs--teams-common {
    display: none
  }

  .table__head .table__cell {
    font-size: calc(1vw + .6em)
  }

  .statistics .tabs__navigation {
    background: 0 0
  }

  .statistics .tabs__list {
    font-size: calc(1vw + .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: rgba(var(--color-bg-color1), 1);
    margin: 0 1% 1vw 0
  }

  .statistics .tabs--active, .statistics .tabs--active:hover {
    background-color: #ffffff;
    border: 1px solid rgba(16, 51, 86, .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 + .6em);
    width: 100%;
    padding-right: 10px
  }

  .statistics .table__team-name {
    font-size: calc(1vw + .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: 14%
  }

  .sorting-icon:before, .table__head .headerSortDown .sorting-icon::before, .table__head .headerSortUp .sorting-icon::before {
    content: ""
  }

  .tournaments-archive {
    margin: 0 0 20px 0
  }

  .tournaments-archive__title {
    height: auto
  }

  .tournaments-archive__item {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid rgba(var(--color-text-base), .3)
  }

  .tournaments-archive__item:last-child {
    border-bottom: 0
  }

  .tournaments-archive__content {
    min-height: 100px;
    height: auto;
    padding: 20px 15px
  }

  .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 + .5em);
    line-height: 1.3em
  }

  .tournaments-archive__info-dates::before, .tournaments-archive__info-teams-number::before, .tournaments-archive__info-status:before {
    font-size: calc(.2vw + 1em)
  }

  .line-slider {
    padding: 0 5%
  }

  .line-slider__item {
    min-width: 0
  }

  .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 + .7em)
  }

  .line-slider__link {
    padding: 0 15px
  }

  .matches-overview__title {
    left: 50%;
    margin-left: -63px;
    font-size: calc(1vw + .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 + .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 + .75em)
  }

  .matches-overview__score-cell--first-game {
    font-size: calc(1vw + .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
  }

  .news-cards__title {
    font-size: calc(1vw + 1em);
    line-height: 1.2em;
    margin: 5px 0
  }

  .news-cards__date {
    font-size: calc(1vw + .6em)
  }

  .news-cards__text {
    height: 6em;
    overflow: hidden;
    margin: 10px 0
  }

  .team-promo {
    height: 30vw;
    background: rgba(var(--color-bg-additional), 1);
    margin-bottom: 20px;
    position: relative
  }

  .tournament-team .team-promo {
    height: 30vw;
    background: rgba(var(--color-bg-additional), 1)
  }

  .team-promo__results {
    display: none
  }

  .team-promo__team-name, .tournament-team .team-promo__team-name {
    width: 100%;
    line-height: 25px;
    margin-bottom: 10px;
    font-size: 23px;
    height: 50px;
    overflow: hidden;
    color: rgba(var(--color-text-base), 1)
  }

  .team-promo__logo, .tournament-team .team-promo__logo {
    width: 30vw;
    height: 30vw
  }

  .team-promo__logo::after {
    display: none
  }

  .team-promo__team-info, .tournament-team .team-promo__team-info {
    padding: 15px;
    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 {
    width: auto
  }

  .team-promo__results-form-wrapper .form-results-list {
    width: 200px
  }

  .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
  }

  .link--team-profile {
    width: 100%;
    overflow: visible
  }

  .team-promo__players-info {
    display: none
  }

  .tournament-team .tabs__list {
    width: 95%
  }

  .tournament-team .table--team .table__cell--number {
    width: 8%;
    padding-left: 5px
  }

  .tournament-team .table--team .table__cell--amplua {
    width: 13%
  }

  .tournament-team .table--team .table__cell--player {
    width: 53%
  }

  .tournament-team .table--team .table__player-name {
    font-size: calc(1vw + .6em)
  }

  .tournament-team .table--team .table__cell--variable {
    width: 13px
  }

  .teams-composition-photo {
    width: 100%;
    height: calc(100vw / (910 / 608))
  }

  .composition-list {
    padding: 20px 15px 0 15px
  }

  .tabs--teams-composition .tabs__list {
    width: 96%
  }

  .composition-list__item {
    width: calc((100vw - 45px) / 2);
    height: calc((100vw - 45px) / 2 / .7)
  }

  .composition-list__item, .composition-list__item:nth-child(4n) {
    margin: 0 15px 15px 0
  }

  .composition-list__item:nth-child(2n) {
    margin: 0 0 15px 0
  }

  .composition-list__player-photo {
    width: calc((100vw - 45px) / 2);
    height: calc((100vw - 45px) / 2)
  }

  .composition-list__player-info {
    padding: 10px;
    height: auto
  }

  .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: calc((100vw - 45px) / 2);
    height: calc((100vw - 45px) / 2 / .7);
    transition: none
  }

  .composition-list__player-name {
    font-size: calc(1vw + .6em);
    line-height: 1.5em
  }

  .composition-list__player-first-name, .composition-list__player-last-name {
    width: 100%
  }

  .tournament-team__radio-buttons {
    padding-right: 10px
  }

  .tournament-team__label {
    margin-left: 20px
  }

  .teams-schedule .mobile-white-block {
    width: 100%;
    height: 40px;
    background-color: rgba(var(--color-bg-additional), 1)
  }

  .teams-schedule .schedule__checkbox {
    top: 44px
  }

  .match-promo-unit {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 0 20px;
    background-position: center
  }

  .match-promo .form-results-list {
    display: none
  }

  .match-promo__date-time {
    padding: 4vw 0 1vw 0;
    font-size: calc(1vw + .9em);
    line-height: 1em
  }

  .match-promo__place {
    font-size: calc(1vw + .7em);
    line-height: 1em
  }

  .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: 21px;
  }

  .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: auto;
    overflow: hidden;
    font-size: calc(1.7vw + 1em);
    line-height: 1em
  }

  .match-promo__tournament-wrapper {
    padding: 0;
    margin-bottom: 3vw;
    margin-top: auto
  }

  .match-promo__tournament,
  .match-promo__round-group,
  .match-promo__tour,
  .match-promo__round {
    font-size: calc(1vw + .6em)
  }

  .match-promo__match-status {
    font-size: 18px;
  }

  .tabs--match .tabs__text {
    font-size: calc(1vw + .6em)
  }

  .match-timeline {
    display: none
  }

  .event-divisions {
    padding: 0 0 20px 0
  }

  .divisions-list {
    margin: 0 10px
  }

  .divisions-item {
    padding: 0
  }

  .divisions-item__title {
    font-size: calc(2vw + .5em);
    line-height: 1.2em;
    padding: 10px 0
  }

  .horizontal-division__part {
    height: 20px
  }

  .horizontal-division__part--left::before {
    border-top: 20px solid rgba(var(--color-bg-color1), .7)
  }

  .horizontal-division__part--right::before {
    border-top: 20px solid transparent;
    border-right: 8px solid rgba(var(--color-bg-accent), .6);
    border-left: 0 solid transparent;
    border-bottom: 0 solid transparent
  }

  .horizontal-division__part-number {
    font-size: calc(2vw + .5em);
    line-height: 1.4em
  }

  .match-events__top, .match-protocol__top, .match-broadcast__top {
    display: none
  }

  .match-events {
    padding: 0
  }

  .vertical-timeline__event-item {
    padding: 10px 5px;
  }

  .vertical-timeline__event-part {
    height: unset;
  }

  .vertical-timeline__event-part--right .vertical-timeline__event-situation {
    order: unset;
  }

  .vertical-timeline__title, .vertical-timeline__event-part .vertical-timeline__score-wrapper {
    display: none
  }

  .vertical-timeline__event-minute {
    width: 19%;
    font-size: calc(4vw + .4em)
  }

  .vertical-timeline__event-info--right .event-item {
    padding-left: 0
  }

  .vertical-timeline__event-info--left .event-item {
    padding-right: 0
  }

  .vertical-timeline__event-wrapper {
    flex-direction: column;
    margin: 0 10px 0 0;
    align-items: unset;
  }

  .vertical-timeline__event-part--right .vertical-timeline__event-wrapper {
    margin: 0 0 0 10px;
  }

  .match-events .event-item {
    display: none;
  }

  .vertical-timeline__event-situation {
    margin: 0;
    width: unset;
    font-size: 12px;
    line-height: 14px;
  }

  .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__block::after, .vertical-timeline__time--last::after {
    width: 100%;
    margin-right: 0
  }

  .vertical-timeline__block {
    padding: 10px 0
  }

  .vertical-timeline__event-author {
    font-size: calc(1vw + .7em);
    line-height: 1.1em
  }

  .vertical-timeline__event-assist, .vertical-timeline__event-comment {
    font-size: calc(1vw + .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: 10px 0
  }

  .vertical-timeline__penalty-shoot-out .vertical-timeline__score {
    font-size: calc(1vw + .8em)
  }

  .vertical-timeline__event-penalty {
    line-height: 12px
  }

  .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 15px
  }

  .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 + .7em)
  }

  .match-protocol__member-name {
    font-size: calc(1vw + .9em);
    padding: 0 5px;
  }

  .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__preview-text {
    padding: 5px 15px
  }

  .match-protocol__referees-title, .match-protocol__preview-title {
    font-size: calc(1vw + .9em)
  }

  .match-protocol-empty {
    display: none
  }

  .match-broadcast__event {
    padding: 10px 15px;
    font-size: calc(1vw + .7em);
    line-height: 1.2em
  }

  .match-broadcast__checkbox .checkbox-indicator {
    margin-top: -11px
  }

  .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: block
  }

  .calendar__tables-results, .calendar__selects, .popup {
    display: none !important
  }

  .calendar__games-list {
    width: 100vw;
    margin: 0
  }

  .arrow-back--games, .arrow-forward--games {
    top: 35px
  }

  .arrow-forward--games {
    padding: 0;
    margin: 0 5px 0 0
  }

  .arrow-back--games {
    padding: 0;
    margin: 0 0 0 5px
  }

  .calendar--list {
    display: block
  }

  .calendar__tournaments-list {
    width: 100%;
    padding: 0
  }

  .calendar--carousel .calendar__tournaments-list {
    width: 95vw;
    padding: 0
  }

  .calendar--carousel .calendar__tournaments-item-link {
    padding: 0 10px
  }

  .calendar--carousel .js-slick.calendar__tournaments-list {
    width: 75vw
  }

  .calendar--carousel .js-slick .calendar__tournaments-item {
    width: 95% !important
  }

  .calendar--carousel .arrow-back--tournaments, .calendar--carousel .arrow-forward--tournaments {
    top: 5px
  }

  .calendar--carousel .calendar__games-score-cell--team, .calendar--carousel .calendar__team {
    width: 28vw
  }

  .calendar--carousel .calendar__games-item {
    padding: 0 5px 0 7px
  }

  .calendar--carousel .calendar__games-score-cell--first-game {
    font-size: 10px
  }

  .calendar--carousel .calendar__games-score-cell--data-time {
    padding-top: 10px;
    padding-bottom: 5px
  }

  .calendar--carousel .calendar__games-score-cell--team, .calendar--carousel .calendar__games-score-cell--goals {
    padding-bottom: 9px
  }

  .calendar--carousel .calendar__games-item {
    height: auto !important
  }

  .calendar--carousel .calendar__bottom {
    min-height: 97px
  }

  .calendar__top, .calendar__bottom {
    width: 100%
  }

  .calendar__bottom {
    min-height: 0
  }

  .calendar__bottom-wrapper-cont {
    min-height: unset
  }

  .calendar__top {
    justify-content: center;
    overflow: hidden;
    min-height: 40px
  }

  .calendar__tournaments-item {
    min-height: 26px
  }

  .calendar__tournaments-item-link {
    font-size: 13px;
    line-height: 24px
  }

  .calendar--list .calendar__tournaments-item-link {
    padding: 0 17px;
    text-overflow: clip
  }

  .js-slick .calendar__tournaments-item-link {
    font-size: 14px
  }

  .calendar__bottom:before {
    display: none
  }

  .calendar__list--title {
    padding: 0 10px;
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .calendar__list--header {
    height: 35px
  }

  .calendar__list--matches table {
    width: 100%;
    table-layout: fixed
  }

  .calendar__list--matches {
    flex-wrap: wrap
  }

  .calendar__list--matches table .match__score, .calendar__list--matches table .match__score--container {
    width: 50px;
    max-width: 50px
  }

  .calendar__list--matches table .match__score--container {
    font-size: 13px
  }

  .calendar__list--matches table .match__score--additional {
    font-size: 8px;
    line-height: 8px
  }

  .calendar__list--matches table .match__date {
    width: 75px;
    padding-left: 10px;
    font-size: 13px
  }

  .calendar__list--matches table .match__live {
    width: 42px;
    padding-right: 10px;
    font-size: 13px
  }

  .calendar__list--matches table .match__team {
    width: calc((100vw - 165px) / 2);
    font-size: 13px
  }

  .calendar__list--matches table .match__team a {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
  }

  .calendar__list--matches table .match {
    height: 25px
  }

  .calendar__list--container {
    margin-bottom: 0
  }

  .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: 0
  }

  .slider__slide-text-p {
    padding: 30px 20px;
    font-size: calc(2vw + 1em);
    line-height: 1.2em
  }

  .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__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, .75), transparent)
  }

  .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 + .6em)
  }

  .table--disqualifications .mobile-version {
    display: inline
  }

  .table--disqualifications .full-version {
    display: none
  }

  .disqualifications-selects {
    flex-wrap: wrap;
    padding: 0 10px;
    margin: 0 0 5px 0
  }

  .disqualifications-selects .select-item {
    min-width: 135px
  }

  .disqualifications-selects .disqualifications-selects-type, .disqualifications-selects .disqualifications-selects-tournament {
    margin: 0 15px 15px 0
  }

  .button--disqualifications {
    margin: 0 0 15px 0
  }

  .refresh-button, .button--participants {
    margin: 0
  }

  .player .table--player {
    table-layout: fixed
  }

  .player .table__cell {
    float: left;
    display: block;
    padding: 5px 0;
    height: 53px
  }

  .player .table__cell--tournament, .player .table__cell--match {
    padding: 5px 15px
  }

  .player .table__cell--tournament {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
  }

  .player .table__cell--match {
    width: 71%
  }

  .player .table__cell--variable, .player .table__head-total .table__cell, .player .table__head .table__cell {
    width: 12%;
    line-height: 37px
  }

  .player .table__cell--goals, .player .table__head-total .table__cell--goals, .player .table__head .table__cell--goals {
    width: 17%
  }

  .player .table__cell--variable {
    line-height: 25px
  }

  .player .table__team-total .table__cell--variable {
    line-height: 44px
  }

  .player .player__match-team {
    font-size: calc(1vw + .7em)
  }

  .player .table__team-total .table__cell--team, .player .table__head-total .table__cell--empty, .player .table__head .table__cell--empty {
    width: 59%
  }

  .player .table__team-total .table__cell--team {
    padding: 10px 15px;
    text-align: left
  }

  .player .table__head .mobile-version {
    display: block
  }

  .player .table__head .desktop-version {
    display: none
  }

  .player .table__cell--tournament {
    border: 0;
    background-color: rgba(var(--color-bg-default), .1)
  }

  .player-promo, .staff-promo {
    height: auto
  }

  .player-promo__picture, .staff-promo__picture {
    display: none
  }

  .player-promo__content, .staff-promo__content {
    padding: 25px 15px;
    font-size: calc(1.1vw + .8em)
  }

  .player-promo__name, .staff-promo__name {
    font-size: calc(1.5vw + 1.2em);
    line-height: 1em;
    margin: 0 0 15px 0
  }

  .player-promo__statistics {
    margin: auto 0 0 0
  }

  .player-promo__unit, .staff-promo__unit {
    width: auto;
    line-height: 30px
  }

  .player-promo__value, .staff-promo__value {
    line-height: 30px
  }

  .stats-info {
    margin: 20px 0 0 0
  }

  .stats-info__icon {
    width: 100%;
    height: auto;
    margin: 0 7px 0 0
  }

  .stats-info--player .stats-info__icon {
    display: none
  }

  .stats-info--player .stats-info__number {
    text-align: center
  }

  .stats-info__number {
    font-size: calc(1vw + 1.2em);
    line-height: 28px
  }

  .stats-info__text {
    font-size: 10px;
    line-height: 10px
  }

  .stats-info__item:not(:last-child) {
    margin: 0 15px 0 0
  }

  .stats-info-team {
    padding: 20px 15px
  }

  .player .player__match-score {
    font-size: 16px;
    padding: 0 5px
  }

  .page-title__wrapper {
    flex-wrap: wrap;
    position: relative
  }

  .page-title__navigation {
    width: 100%
  }

  .page-title__navigation .tabs--participants + .select-item--season {
    position: absolute;
    top: 8px;
    right: 15px;
    height: auto;
    width: 100%;
    max-width: 40%
  }

  .page-title__navigation .tabs--participants + .select-item--season .select-item {
    width: 100%
  }

  .tabs--participants .tabs__text {
    padding: 0
  }

  .tabs--participants {
    width: 100%
  }

  .tabs__navigation .tabs__list {
    font-size: 14px
  }

  .table--participants {
    table-layout: fixed
  }

  .participants .table__cell {
    width: 13%
  }

  .participants .table__cell--number {
    width: 10%
  }

  .participants .table__cell--player {
    width: 37%
  }

  .participants .table__player-name {
    width: 100%;
    font-size: calc(1vw + .6em)
  }

  .pagination-section {
    margin: 20px 0
  }

  .participants-teams {
    padding: 0 15px
  }

  .participants-teams__item {
    width: 100%;
    height: auto;
    margin: 0 0 15px 0
  }

  .participants-teams__name {
    padding: 0 15px 0 25px;
    line-height: 25px
  }

  .participants-search {
    flex-wrap: wrap;
    padding: 0 10px 20px 10px
  }

  .page-image {
    width: 100%;
    height: calc(100vw / (1216 / 600))
  }

  .page-address {
    height: 50vw !important
  }

  .page-text {
    padding: 20px 15px 25px
  }

  .page table {
    width: 100%
  }

  .page table:not(.table--table,.table--form) th, .page table:not(.table--table,.table--form) td {
    display: block
  }

  .partner-items {
    flex-direction: column
  }

  .partner-items__item {
    width: 100%;
    height: 100px;
    margin: 0 0 15px 0
  }

  .partner-items__link {
    display: flex;
  }

  .partner-items__logo {
    flex-shrink: 0;
    width: 100px;
    height: 100px
  }

  .management__photo {
    height: auto;
    width: auto;
  }

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

  .management__item {
    width: 100%;
    min-height: 100px;
    margin: 0 0 15px 0
  }

  .management__link {
    align-items: stretch;
    flex-direction: row;
    width: 100%;
  }

  .management__content {
    flex-shrink: 1;
    width: 100%;
    max-width: 100%;
  }

  .management__name-wrapper {
    font-size: calc(1.4vw + .9em);
    line-height: 1.1em
  }

  .management__position {
    font-size: calc(1.2vw + .7em);
    line-height: 1em;
  }

  .select-item--season-stats {
    margin: 0
  }

  .select-item--season-stats .select-item {
    width: 100%
  }

  main.background .main-content {
    width: 100%
  }

  .league-stats__line {
    padding: 30px 15px 30px 15px;
    font-size: calc(1.2vw + 1.2em);
    line-height: 1.3em
  }

  .league-stats__line::after {
    margin-left: 0
  }

  .stats-general {
    margin: 40px 0 0 0
  }

  .stats-general__item {
    width: 86%;
    margin: 0 7%;
    padding-left: 34%;
    height: 50vw
  }

  .stats-general__icon, .stats-general__item:nth-child(even) .stats-general__icon {
    left: 0
  }

  .stats-general__number {
    font-size: calc(8vw + 1.7em);
    line-height: 118px
  }

  .stats-general__icon {
    width: 32%
  }

  .league-stats .field {
    width: 25%
  }

  .stats-general__text {
    font-size: calc(1.3vw + 1.1em)
  }

  .stats-match__item, .stats-match__title, .stats-match__item-wrapper {
    transform: none
  }

  .stats-match__item {
    margin: 0;
    padding: 35px 15px 20px 15px;
    height: auto
  }

  .stats-match__item::after {
    width: 50%
  }

  .stats-match__team {
    width: 35%;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0
  }

  .stats-match__score {
    width: 30%;
    justify-content: flex-start
  }

  .stats-match__team-logo {
    width: 80%;
    margin: 0
  }

  .stats-match__team-img {
    width: 100%;
    height: auto
  }

  .stats-match__score-main {
    font-size: calc(6vw + .8em);
    margin: 0
  }

  .stats-match__date {
    font-size: calc(1vw + .7em);
    margin: 0
  }

  .stats-match__team-wrapper {
    display: block;
    width: 160%;
    padding: 0 15px
  }

  .stats-match__team-name {
    width: 100%;
    font-size: calc(2vw + 1em);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 10px 0 8px 0
  }

  .stats-match__team--left .stats-match__team-wrapper {
    order: 2
  }

  .stats-match__team--right .stats-match__team-wrapper, .stats-match__team--left .stats-match__team-wrapper {
    text-align: center
  }

  .stats-match__title {
    font-size: calc(3vw + 1em)
  }

  .stats-horizontal {
    flex-wrap: wrap;
    padding: 0 15px;
    margin: 35px 0 25px 0
  }

  .stats-horizontal__item, .stats-horizontal__item:first-child {
    width: 50%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 10px 0
  }

  .stats-horizontal .stats-horizontal__item:not(:last-child)::after {
    display: none
  }

  .stats-horizontal__title {
    margin: 0;
    font-size: 22px
  }

  .stats-horizontal__value {
    font-size: calc(13vw + .9em)
  }

  .stats-block__half, .stats-block__icon, .stats-block__subtitle, .stats-block__title, .stats-block__table, .league-stats__formula-container {
    transform: none
  }

  .stats-block__half {
    height: auto
  }

  .stats-block {
    width: 100%
  }

  .stats-block__logo {
    width: 100px;
    height: 100px;
    right: 15px;
    top: 50px;
    margin-top: 0
  }

  .stats-block__title {
    font-size: calc(2vw + 1em);
    line-height: 67px;
    padding-left: 100px
  }

  .stats-block__subtitle {
    font-size: calc(2vw + 1em);
    padding: 6px 0 0 15px;
    line-height: 1.2em;
    width: 64%;
    height: 67px;
    display: flex;
    overflow: hidden
  }

  .stats-block__half--first {
    height: 135px
  }

  .stats-block__half--second {
    padding: 0 0 0 15px
  }

  .stats-block__cell {
    display: block;
    float: left;
    width: 50% !important
  }

  .stats-block__cell--value {
    font-size: calc(2vw + .9em)
  }

  .stats-block__table::before, .stats-block__table--team::after {
    display: none
  }

  .stats-block__table {
    font-size: calc(1vw + .9em);
    line-height: 1.6em;
    padding-bottom: 10px
  }

  .league-stats__formula {
    font-size: calc(1vw + .6em);
    line-height: 1em
  }

  .stats-block__half--formula {
    padding: 25px 15px
  }

  .stats-block--formula {
    margin-bottom: 0
  }

  .application__description, .application__warning {
    padding: 25px 15px;
    font-size: calc(1vw + .8em);
    line-height: 1.2em
  }

  .form {
    padding: 15px
  }

  .form__input, .form__players .form__input {
    width: 100%
  }

  .form__input {
    font-size: 15px
  }

  .form__group {
    display: block
  }

  .form .form-group {
    margin-bottom: 25px
  }

  .form__players {
    width: 100%;
    display: block
  }

  .form__players-item {
    flex-wrap: wrap
  }

  .form__players-delete {
    order: 2;
    flex-shrink: 0
  }

  .form__date {
    order: 1
  }

  .form__input-wrapper {
    margin-bottom: 20px
  }

  .form__group--participants {
    width: 100%
  }

  .form__input-wrapper--participants {
    margin-bottom: 15px
  }

  .form__group-title {
    font-size: calc(2.2vw + 1em)
  }

  .form__group-title-wrapper {
    display: block
  }

  .application__warning::after {
    display: none
  }

  .registration, .authorization {
    padding: 25px 15px
  }

  .registration__form, .authorization__form {
    padding: 0
  }

  .authorization__links {
    position: static;
    margin-top: 20px
  }

  .authorization__title {
    font-size: calc(1vw + 1em)
  }

  .survey {
    display: block;
    margin: 15px 0 20px 0
  }

  .survey__cont {
    margin: 0
  }

  .survey .survey__content-block {
    width: 100%;
    padding: 20px 15px
  }

  .survey__content-block:last-child {
    height: auto
  }

  .survey__bottom {
    margin-top: 0
  }

  .survey-form__options {
    max-height: 267px;
    height: auto;
    margin-bottom: 20px
  }

  .survey__result-container {
    max-height: 274px;
    height: auto;
    margin-bottom: 20px
  }

  .day-video {
    height: auto;
    margin-bottom: 15px
  }

  .day-video__content-block:first-child {
    padding: 20px 15px 30px 15px
  }

  .day-video__slide {
    display: block !important
  }

  .day-video__dots {
    width: 100%;
    top: 130px;
    left: 0
  }

  .day-video .day-video__content-block {
    width: 100%;
    height: auto
  }

  .day-video__content-block:last-child {
    height: calc(100vw / (525 / 355))
  }

  .day-video__title, .survey__question {
    font-size: calc(3vw + 1em)
  }

  .day-video__title {
    margin: 25px 0;
    height: 2.2em;
    overflow: hidden
  }

  .day-video .slick-arrow.slick-prev {
    left: 15px
  }

  .day-video .slick-arrow.slick-next {
    right: 15px
  }

  .stadiums-item, .stadiums-item__content, .stadiums-item__wrapper {
    height: auto
  }

  .stadiums-item__content {
    padding: 25px 15px 30px
  }

  .stadiums-item__title {
    font-size: calc(2vw + .9em);
    line-height: 1.3em
  }

  .stadiums-item__address {
    font-size: calc(2vw + .7em);
    line-height: 1.3em
  }

  .comparison {
    padding: 30px 15px 40px 15px;
    margin: 15px 0
  }

  .comparison__teams {
    align-items: flex-start;
    margin: 0 0 30px 0
  }

  .comparison__team {
    flex-direction: column;
    align-items: center
  }

  .comparison__team-logo {
    display: none
  }

  .comparison__team-content, .comparison__team--right .comparison__team-content {
    padding: 0 5px
  }

  .comparison__team-rating {
    display: flex;
    flex-direction: column
  }

  .comparison__team-title {
    font-size: calc(1.7vw + 1em);
    line-height: 1em
  }

  .comparison__team-title, .comparison__team-rating, .comparison__team--right .comparison__team-title, .comparison__team--right .comparison__team-rating {
    text-align: center
  }

  .comparison__versus {
    margin-top: 6px
  }

  .comparison__versus:after {
    height: 30px;
    margin-left: -6px
  }

  .comparison__team--right .comparison__team-rating-number {
    order: 2
  }

  .comparison__team-rating {
    margin: 0;
    font-size: calc(1.1vw + .6em)
  }

  .comparison__team-rating-number {
    font-size: calc(3.8vw + 1em);
    line-height: 1em
  }

  .comparison__stats {
    flex-wrap: wrap
  }

  .comparison__stats-list {
    width: 100%;
    order: 1;
    margin: 0 15px
  }

  .comparison__stats-item {
    width: 100%;
    margin: 0 0 10px 0;
    height: 70px
  }

  .comparison__aside {
    width: 50%;
    padding: 0 5px 15px 5px
  }

  .comparison__aside-separation {
    display: none
  }

  .comparison__aside-text {
    font-size: calc(1.7vw + .6em);
    line-height: 1em
  }

  .comparison__aside-value {
    font-size: calc(2vw + 1.8em);
    line-height: 1.7em
  }

  .comparison__stats-text {
    margin: 5px 0 0 0;
    font-size: calc(1vw + .5em)
  }

  .comparison__stats-right, .comparison__stats-left {
    font-size: calc(1vw + 1.5em)
  }

  .comparison .ball, .comparison .wins, .comparison .puck-skew {
    width: 35px;
    height: 35px
  }

  .comparison .puck-stick {
    width: 40px
  }

  .comparison .ball-missed, .comparison .puck-missed {
    width: 41px
  }

  .comparison__score {
    font-size: calc(1vw + 1.5em)
  }

  .comparison__best {
    align-items: flex-start;
    flex-wrap: wrap;
    height: auto;
    transform: none;
    margin: 10px -15px 20px -15px;
    padding: 0;
    position: relative
  }

  .comparison__best:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(var(--color-text-default), .1);
    left: 0;
    bottom: 32px
  }

  .comparison__best-left, .comparison__best-right, .comparison__best-middle {
    transform: none
  }

  .comparison__best-middle-wrapper {
    width: 100%;
    order: -1
  }

  .comparison__best-middle {
    width: 100%;
    height: 80px
  }

  .comparison__best-left, .comparison__best-right {
    width: 50%;
    flex-direction: column;
    margin-top: -71px
  }

  .comparison__best-right .comparison__best-logo {
    order: -1
  }

  .comparison__best-left {
    align-items: flex-start;
    position: relative
  }

  .comparison__best-right {
    align-items: flex-end
  }

  .comparison__best-logo {
    margin: 0 15px
  }

  .comparison .best-forward {
    width: 33px;
    height: 44px
  }

  .comparison .best-forward-beach {
    width: 33px;
    height: 40px
  }

  .comparison .best-forward-mini {
    width: 44px;
    height: 42px
  }

  .comparison__best-content {
    height: auto
  }

  .comparison__best-content:after {
    display: none
  }

  .comparison__best-player {
    display: flex;
    flex-direction: column;
    font-size: calc(1vw + .9em);
    line-height: 21px
  }

  .comparison__best-player span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
  }

  .comparison__best-left .comparison__best-player {
    text-align: left
  }

  .comparison__best-right .comparison__best-player {
    text-align: right
  }

  .comparison__best-left .comparison__best-content {
    align-items: flex-start;
    padding: 5px 5px 10px 15px
  }

  .comparison__best-right .comparison__best-content {
    align-items: flex-end;
    padding: 5px 15px 10px 5px
  }

  .comparison__best-left .comparison__best-value {
    margin: 10px 15px 0 0
  }

  .comparison__best-right .comparison__best-value {
    margin: 10px 0 0 15px
  }

  .comparison__best-empty {
    width: 100%;
    height: 150px;
    line-height: 200px;
    margin: 0
  }

  .comparison__best-left .comparison__best-empty {
    padding: 0 0 0 15px;
    text-align: left
  }

  .comparison__best-right .comparison__best-empty {
    padding: 0 15px 0 0;
    text-align: right
  }

  .comparison__probability-title {
    margin: 20px 0;
    font-size: calc(1vw + .9em)
  }

  .comparison__probability {
    transform: none;
    margin: 0 -15px;
    height: auto;
    align-items: stretch;
    flex-direction: column
  }

  .comparison__probability-item {
    padding: 10px 15px;
    transform: none;
    height: 55px;
    flex-direction: row
  }

  .comparison__probability-text {
    font-size: calc(1.5vw + .7em);
    line-height: 1em;
    max-height: 2em;
    overflow: hidden;
    text-align: right;
    padding: 0 20px 0 0;
    margin: 0;
    display: block;
    flex-grow: 1
  }

  .comparison__probability-percent {
    width: calc(100% / 3 - 5px);
    font-size: calc(2vw + 1.1em);
    line-height: 1em;
    text-align: left;
    flex-shrink: 0
  }

  .comparison__probability-draw .comparison__probability-text, .comparison__probability-draw .comparison__probability-percent {
    transform: none
  }

  .comparison__probability-item:first-child:after {
    transform: none;
    height: 1px;
    width: 100%;
    bottom: 0;
    top: auto
  }

  .comparison__history {
    margin: 0 15px 0 15px
  }

  .stats-horizontal--comparison {
    padding: 0;
    margin: 0 0 20px 0;
    height: auto
  }

  .stats-horizontal--comparison .stats-horizontal__item {
    width: 33%;
    display: block;
    padding: 0 10px;
    flex-grow: 1
  }

  .stats-horizontal--comparison .stats-horizontal__item--draw {
    width: 35%
  }

  .stats-horizontal--comparison .stats-horizontal__item--matches:before, .comparison__history .stats-horizontal--comparison .stats-horizontal__item:after {
    display: none
  }

  .stats-horizontal--comparison .stats-horizontal__value, .stats-horizontal--comparison .stats-horizontal__item--matches .stats-horizontal__score {
    font-size: calc(2vw + 2.5em);
    line-height: 1.3em
  }

  .regions-wrapper {
    width: 100%;
    flex-wrap: wrap;
    padding: 15px 15px 20px 15px;
    height: auto
  }

  .tabs--regions {
    width: 100%;
    padding: 0 6px
  }

  .tabs--regions .tabs__list {
    width: 100%;
    margin: 0
  }

  .tabs--regions .tabs__item {
    padding: 0 5px;
    flex-grow: 1
  }

  .regions__league-children-cont .select-item {
    width: 100%;
    margin: 20px 0 0 0
  }

  .regions__league-children-cont {
    width: 100%
  }

  .fame-banner {
    padding: 25px 20px 0 30px
  }

  .fame-banner__hall {
    width: 100%
  }

  .fame-banner__cup {
    display: none
  }

  .fame-banner__hall__text {
    font-size: calc(5vw + 1em)
  }

  .fame-banner__star--0 {
    width: 23px;
    height: 25px;
    left: 120px;
    right: unset;
    bottom: 3px;
    fill: rgba(var(--color-bg-color1), .8)
  }

  .fame-banner__star--1 {
    right: unset;
    left: 10px;
    bottom: 113px;
    fill: rgba(var(--color-bg-color1), .55)
  }

  .fame-banner__star--2 {
    top: 5px;
    left: 100px;
    bottom: unset;
    right: unset;
    fill: rgba(var(--color-bg-color1), .45)
  }

  .fame__title {
    margin: 15px
  }

  .fame__list {
    padding: 0 15px
  }

  .fame__item, .fame__item:nth-child(4n) {
    width: 100%;
    margin: 0 0 15px 0
  }

  .table--fame .table__cell--picture {
    min-width: 45px
  }

  .fame__player {
    max-width: 46vw
  }

  .branding {
    background: 0 0 !important
  }

  .survey__slider-dots {
    width: 100%;
    top: 60px;
    left: 0
  }

  .survey__question {
    margin: 50px 0 10px 0
  }

  .survey__cont .slick-arrow.slick-prev {
    left: 15px
  }

  .survey__cont .slick-arrow.slick-next {
    right: 15px
  }

  /* Достижения */

  .achievements {
    padding: 25px 15px;
    margin-bottom: 20px;
  }

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

@media (max-width: 420px) {
  .schedule__checkbox {
    top: 44px
  }

  .mobile-white-block {
    width: 100%;
    height: 40px;
    background-color: rgba(var(--color-bg-additional), 1)
  }

  .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 + .5em)
  }
}

@media (max-width: 370px) {
  .team-promo__results-form-wrapper, .tournament-team .link--team-profile {
    display: none
  }
}

@media (min-width: 385px) and (max-width: 480px) {
  .table--disqualifications .table__cell--leftover {
    display: table-cell
  }
}

@media (max-width: 360px) {
  .stats-info__item:not(:last-child) {
    margin: 0 7px 0 0
  }
}

@media (max-width: 340px) {
  .mobile-mini-hide {
    display: none !important
  }

  .player .table__cell--variable, .player .table__head-total .table__cell, .player .table__head .table__cell {
    width: 20%
  }

  .player .table__team-total .table__cell--team, .player .table__head-total .table__cell--empty, .player .table__head .table__cell--empty {
    width: 60%
  }

  .player .table__cell--match {
    width: 80%
  }

  .sidebar__selects-list .select-item:nth-child(odd), .sidebar__selects-list .select-item:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
    width: 100%
  }
}
