/* topmatch and analytic and news */
.nav-sports-topmatch .ui-dropdown__item:nth-child(-n+2), .nav-sports-analytic .ui-dropdown__item:first-child,
.nav-news .ui-dropdown__item:nth-child(-n+3), .nav-shop .ui-dropdown__item:nth-child(-n+3) {
  display: none;
}
/*-*/
@media screen and (min-width: 1370px) {
  /* theme */
  .theme{
    position: absolute;
    top: 15px;
    right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  /* navbar */
  .navbar__item {
    width: 12.5%;
    text-align: center;
  }
  /* header */
  .header__actions {
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  /* header */
  .header-nav__menu-button {
    padding: 0 10px;
  }
  /* navbar */
  .navbar{
    margin-left: 20px;
  }
}

@media screen and (min-width: 1101px) {
  /* header */
  .header__logo {
    width: 220px;
  }

  /* content */
  .content-container__left-inner {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1100px) {
  /* content */
  .content__inner {
    padding: 0 !important;
  }
  .content-container__left {
    max-width: 38px;
    margin: 0 20px;
  }

  /* banner */
  .content-container__left .w-banner {
    display: none;
  }

  /* widget nav sports */
  .w-nav-sports {
    width: 38px;
    border: 1px solid #dfe4f1;
    overflow: hidden;
    padding-left: 0;
  }
  .w-nav-sports .nav-cat:after {
    margin: 10px 0;
  }
  .w-nav-sports .nav-cat__link, .w-nav-sports .nav-cat__sub {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .w-nav-sports .nav-cat__title {
    color: #36393c;
    white-space: nowrap;
    opacity: 0;
  }
  .w-nav-sports .nav-cat__sub {
    margin: 0;
    background: #eff2f9;
  }
  .w-nav-sports .widget__tabs, .w-nav-sports .nav-cat__item.is-current .nav-cat__sub {
    display: none;
  }
  /* is open */
  .w-nav-sports .widget__show, .w-nav-sports.is-open .widget__tabs, .w-nav-sports.is-open .nav-cat__item.is-current .nav-cat__sub {
    display: block;
  }
  .w-nav-sports.is-open .nav-cat__item .nav-cat__link {
    padding: 10px 15px;
  }
  .w-nav-sports.is-open .nav-cat__title {
    white-space: normal;
    opacity: 1;
  }
  .w-nav-sports.is-open .widget__body {
    height: -moz-calc(100% - 81px);
    height: calc(100% - 81px);
  }

  /* widget open */
  .widget.is-open {
    position: fixed;
    top: 100px;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 220px;
    background: #fff;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 5px rgb(164 165 169 / 52%);
    box-shadow: 0 2px 5px rgb(164 165 169 / 52%);
    z-index: 20;
  }
  /* bar_sport_menu */
  #bar_sport_menu.widget.is-open,
  #bar_sport_menu.w-nav-sports .nav-cat__sub {
    background: #2C333B;
  }
  .content-container__right .widget.is-open {
    right: 0;
    left: auto;
  }
  .widget.is-open .widget__show .button-icon {
    justify-content: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    height: 47px;
    padding: 0 10px;
    color: #fff;
    background: #2c333a;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .content-container__right .widget.is-open .widget__show .button-icon {
    justify-content: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .content-container__left .widget.is-open .widget__show .button-icon svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .widget.is-open .widget__show .button-icon:hover {
    color: #f55403;
  }
  .widget.is-open .widget__body {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }

  /* topmatch */
  .topmatch__sport-icon {
    display: none;
  }
  .topmatch__odd .odd-badge {
    width: 40px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 1024px) {
  /* topmatch */
  .nav-sports-topmatch .ui-tabs__item:nth-child(5) {
    display: none;
  }
  .nav-sports-topmatch .ui-dropdown__item:nth-child(2) {
    display: block;
  }

  /* bookmaker card */
  .bookmaker-header__logo, .bookmaker-card__logo {
    width: 100px;
  }
  .bookmaker-card__rating, .bookmaker-card__bonus, .bookmaker-card__choice, .bookmaker-card__users, .bookmaker-card__comments {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1023px) {
  /* layout */
  .layout, .layout-fluid {
    padding-right: 20px;
  }

  /* content */
  .content-container__right {
    max-width: 0 !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*display: none;*/
  }

  /* widget open */
  .widget__show, .b-shop .ui-tabs__item_widget, .b-search .ui-tabs__item_widget {
    display: block;
  }

  /* widget filter */
  .w-filter.is-open .widget__body {
    height: -moz-calc(100% - 86px);
    height: calc(100% - 86px);
  }

  /* footer */
  .footer__left, .footer__right {
    max-width: 160px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 901px) {
  /* footer */
  .footer__count-avatars {
    display: none;
  }
}

@media screen and (min-width: 901px) {
  /* header */
  .user-bar__search, .header-search-form__close {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  /* header */
  .header__search {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #2c333a;
    padding: 0 30px;
  }
  .header__search.is-open {
    display: block;
  }
  .header-search-form {
    max-width: 100%;
  }
  .header-search-form .input {
    height: 47px;
    padding: 0;
  }
  .header-search-form .button-icon {
    width: 34px;
    height: 47px;
  }
  /* .header-search-form__submit {
    -ms-flex-order: -1;
    order: -1;
  } */
  .user-account__menu-item {
    padding: 10px 15px;
  }

  /* navbar */
  .navbar__link {
    padding: 0;
  }

  /* ui tabs */
  .ui-tabs__list {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .ui-tabs__list::-webkit-scrollbar {
    display: none;
  }

  /* mini tip */
  .mini-tip__user {
    max-width: 120px;
    padding: 0 5px;
    margin-right: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .mini-tip__user-avatar {
    display: none;
  }

  /* topmatch */
  .nav-sports-topmatch .ui-tabs__item:nth-child(5) {
    display: none;
  }
  .nav-sports-topmatch .ui-dropdown__item:nth-child(2) {
    display: block;
  }

  /* bookmaker card */
  .bookmaker-header__bonus{
    text-align: left;
  }
  .bookmaker-header__logo, .bookmaker-card__logo {
    width: 90px;
  }
  .bookmaker-card__rating {
    height: 34px;
    width: 34px;
    font-size: 12px;
    line-height: 34px;
  }
  .bookmaker-card__rating, .bookmaker-card__bonus, .bookmaker-card__choice, .bookmaker-card__users, .bookmaker-card__comments {
    margin-right: 10px;
  }

  /* robobet */
  .robobet__team-mid, .robobet__odds, .robobet__odd {
    display: none;
  }
  .robobet__teams {
    width: 60%;
  }
  .robobet__team {
    display: block;
  }
  .robobet__team:first-child {
    margin-bottom: 3px;
  }
  .robobet__bet {
    border-right: 0;
  }

  /* news card */
  .news-card__cover img {
    width: 160px;
  }

  /* footer */
  .footer__top {
    padding-top: 20px;
  }
  .footer__bottom {
    padding: 20px 0;
  }
  .footer__left {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #343a42;
  }
  .footer__count, .footer__time {
    margin: 0;
  }
  .footer__time .ui-dropdown__menu {
    right: 0;
    left: auto;
  }
  .footer__time .ui-dropdown_up .ui-dropdown__menu:before {
    left: auto;
    right: 7px;
  }
  .footer__nav {
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    max-width: 90%;
  }
  .footer__copyright {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }
  .footer__links {
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 450px) {
  .footer__left {
    flex-wrap: wrap;
  }

  .footer__links {
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 900px) and (min-width: 768px) {
  /* mini tip */
  .mini-tip__score {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  /* turnir rating and top user and rating shop user and top users rate */
  .turnir-rating .ui-user__stat, .top-user .ui-user__stat, .rating-shop-user .ui-user__stat, .top-users-rate .ui-user__stat {
    display: none;
  }
  .turnir-rating .ui-avatar img, .top-user .ui-avatar img, .top-users-rate .ui-avatar img {
    width: 25px;
    height: 25px;
  }
  /* banner-center */
  .banner-center:not(.banner-main) {
    margin: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  /* style */
  .table_fluid > thead > tr > th:first-child, .table_fluid > tbody > tr > td:first-child {
    padding-left: 10px;
  }
  .table_fluid > thead > tr > th:last-child, .table_fluid > tbody > tr > td:last-child {
    padding-right: 10px;
  }
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 10px;
  }

  /* ui card */
  .ui-card {
    padding: 10px;
  }
  .ui-card__body {
    margin-top: 15px;
  }

  /* ui poll */
  .ui-poll__value {
    width: 80px;
    font-size: 26px;
  }

  /* ui tabs */
  .ui-tabs__item {
    margin-right: 15px !important;
  }
  .ui-tabs_sports .ui-tabs__link {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    height: 45px;
  }
  .ui-tabs_sports .ui-tabs__link svg {
    margin: 0 0 3px;
  }
  .ui-tabs_sports .ui-dropdown__toggle:after {
    margin: 0;
  }
  .ui-tabs_sports .ui-tabs__link .ui-badge {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1px 2px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomright: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .ui-tabs_sports .ui-calendar .input {
    height: 45px;
  }

  /* ui accordion */
  .ui-accordion-list .ui-accordion__head {
    padding: 10px;
  }

  /* widget */
  .widget.is-open .widget__body {
    padding-bottom: 60px;
  }

  .header-nav__nav {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .header-nav__nav::-webkit-scrollbar {
    display: none;
  }


  .navbar__item {
    margin-right: 15px;
  }
  .navbar__link {
    font-size: 15px;
  }

  /* content */
  .layout, .layout-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
  .content__inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .content-container__left {
    margin: 0 10px;
  }

  .section, .banner-center {
    margin-bottom: 10px;
  }
  .section.is-padding, .section__body.is-padding, .section__breadcrumbs, .section__foot, .section__block.is-padding, .section__desc {
    padding: 10px;
  }
  .section__tabs .ui-tabs {
    padding-left: 10px;
    padding-right: 10px;
  }
  .comment-form {
    padding: 10px;
  }
  .comments.is-padding {
    padding: 0 10px 10px 10px;
  }
  .comments__body {
    padding-top: 10px;
  }
  .comments-counter{
    padding: 10px;
  }
  .section__title {
    font-size: 18px;
    padding: 10px 10px 0;
  }
  .section__title:last-child, .section__desc:last-child {
    padding-bottom: 10px;
  }
  .section__title_h2, .section__title_h2 h2 {
    font-size: 17px;
  }

  /* header */
  .header__search {
    padding: 0 10px;
  }

  /* news */
  .nav-news .ui-tabs__item:nth-child(6) {
    display: none;
  }
  .nav-news .ui-dropdown__item:nth-child(3) {
    display: block;
  }

  /* news card */
  .news-card {
    padding: 10px;
  }
  .news-card__cover img {
    width: 140px;
    height: 100px;
  }
  .news-card__main {
    padding-left: 15px;
  }
  .news-card__desc {
    margin-top: 10px;
  }

  /* tip */
  .tip__title {
    margin: 0 0 5px;
  }
  .tip__event-head, .tip__strategy {
    padding: 10px;
  }
  .tip__event-head {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .tip__event-head-side {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  .tip__banner {
    margin: 0;
  }
  .tip__event-express {
    padding: 0 10px 10px;
  }
  .tip__desc {
    padding-top: 10px;
  }
  .compare-kf__bk img {
    width: 60px;
  }
  .tip__foot{
    margin: 0 -10px -10px -10px;
  }

  /* tip card */
  .tip-card__title, .tip-card__event, .tip-card__strategy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tip-card__user, .tip-card__subscribe{
    padding: 10px;
  }
  .tip__user{
    display: block;
  }
  .tip__user-link{
    padding: 10px;
  }
  .tip__subscribe {
    padding: 10px;
  }

  /* view match */
  .view-match {
    padding: 30px 10px;
  }
  .view-match__score-num {
    width: 44px;
  }
  .view-match__score-board span, .view-match__date-hour {
    font-size: 24px;
  }
  .view-match__status-timer {
    font-size: 17px;
  }
  .view-match .base-bet__title, .view-match .base-bet__odd {
    padding: 6px 8px;
  }
  .view-match__team-name {
    height: 55px;
  }
  .view-match .ui-timer__item {
    margin-right: 5px;
  }

  /* mini tip */
  .mini-tip__head, .mini-tip__body {
    padding: 10px;
  }
  .mini-tip__head {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .mini-tip__info {
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    margin: 0 0 10px;
  }
  .mini-tip_open .mini-tip__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -ms-flex-order: 0;
    order: 0;
    width: auto;
    margin: 0 5px 0 0;
  }
  .mini-tip__express {
    height: auto;
  }
  .mini-tip__more {
    -ms-flex-order: 3;
    order: 3;
  }
  .mini-tip__stake {
    margin: 0 5px 0 0;
  }
  .mini-tip__bet {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    max-width: 100%;
    margin-left: 0;
  }
  .mini-tip__bookmaker {
    width: 30px;
  }
  .mini-tip__turnir, .mini-tip__actions {
    width: 26px;
  }
  .mini-tip__bookmaker, .mini-tip__date, .mini-tip__turnir, .mini-tip__actions {
    margin-right: 15px;
  }
  .mini-tip__sport-icon {
    display: none;
  }
  .mini-tip__pay {
    padding: 0 5px;
    font-size: 0;
  }
  .mini-tip__pay svg {
    display: block;
  }

  /* tip related */
  .tip-related {
    padding: 10px;
  }

  /* profile */
  .profile {
    padding: 10px;
  }
  .profile__head {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .profile__head-right {
    width: 100%;
    margin-top: 10px;
  }
  .profile-nav .ui-tabs__link {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    height: 50px;
  }
  .profile-nav .ui-tabs__link svg {
    margin: 0;
  }
  .profile-nav .ui-tabs__link .ui-badge {
    position: absolute;
    top: 2px;
    right: 0;
    padding: 1px 2px;
  }

  /* ui-tabs item widget */
  .b-shop .ui-tabs__item_widget .ui-tabs__link, .b-search .ui-tabs__item_widget .ui-tabs__link {
    padding: 0 10px;
    font-size: 0;
  }
  .b-shop .ui-tabs__item_widget .ui-tabs__link svg, .b-search .ui-tabs__item_widget .ui-tabs__link svg {
    margin: 0;
  }

  .nav-shop .ui-tabs__item:nth-child(4) {
    display: none;
  }
  .nav-shop .ui-dropdown__item:nth-child(3) {
    display: block;
  }

  /* topmatch */
  .topmatch__odd {
    display: none;
  }

  /* livescores */
  .livescores-filter, .livescores-filter__bar {
    padding: 0 10px;
  }
  .livescores-filter__sport {
    padding-top: 10px;
  }
  .livescores-filter__bar-calendar .ui-calendar {
    display: none;
  }
  .livescores-filter__bar-calendar-icon {
    display: block;
  }

  /* livescores match */
  .livescores__match {
    min-height: 50px;
  }
  .livescores__match .livescores__check {
    margin-right: 5px;
  }
  .livescores__team.is-home {
    padding-top: 5px;
  }
  .livescores__team.is-away {
    padding-bottom: 5px;
  }
  .livescores__team, .livescores__score {
    text-align: left !important;
  }
  .livescores__stage {
    width: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .livescores__part {
    display: none;
  }
  .livescores__score.is-home, .livescores__score.is-away, .livescores__match_shop .livescores__part {
    display: block !important;
  }

  /* livescores shop */
  .livescores__match_shop {
    grid-template-areas:
    "stage homeTeam scorePart showKf"
    "stage awayTeam scorePart showKf";
    grid-template-columns: max-content 1fr 90px max-content;
  }

  /* livescores odds */
  .livescores__odd-title {
    display: none;
  }
  .livescores__match_odds {
    grid-template-areas:
    "check stage homeTeam homeScore odds showKf"
    "check stage awayTeam awayScore odds showKf";
    grid-template-columns: repeat(2, max-content) 1fr 34px repeat(2, max-content);
  }
  .livescores__odds {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .livescores__odd {
    width: 42px;
    text-align: left;
  }

  /* livescores oneline and twoline */
  .livescores__match_oneline, .livescores__match_twoline {
    grid-template-areas:
    "check stage homeTeam homeScore tv showPlayers live"
    "check stage awayTeam awayScore tv showPlayers live";
    grid-template-columns: repeat(2, max-content) 1fr 34px 20px 20px 35px;
  }

  /* livescores oneline */
  .livescores__match_oneline .livescores__score {
    display: none;
  }

  /* match analytics and bets */
  .match-analytics__body, .match-bets__body {
    padding: 5px 10px 10px;
  }

  /* line games bets */
  .line-games-bets__teams {
    text-align: left;
  }
  .line-games-bets__date, .line-games-bets__stat, .line-games-bets__actions {
    white-space: normal;
  }
  .line-games-bets__actions .button {
    height: 40px;
  }
  .line-games-bets__stat .button-icon:first-child {
    margin-bottom: 2px;
  }


  /* turnir */
  .turnir__title {
    font-size: 30px;
  }
  .turnir__indicators-icon {
    width: 32px;
    height: 32px;
    margin-top: -2px;
  }
  .turnir__indicators-value {
    font-size: 28px;
  }
  .turnir__indicators-title {
    margin-top: 2px;
  }

  .turnir-tip {
    padding: 10px;
  }
  .turnir-tip__bookmaker {
    width: 30px;
  }
  .turnir-tip__bookmaker, .turnir-tip__date {
    margin-right: 5px;
  }

  /* addtips popup */
  .addtips-popup .ui-popup__container {
    width: 100%;
  }

  /* type bets */
  .type-bets__body {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* bookmaker card */
  .bookmaker-header{
    font-size: 12px;
  }

  .bookmaker-header, .bookmaker-card {
    padding: 10px;
  }

  .bookmaker-header__logo, .bookmaker-card__logo {
    width: 80px;
    padding: 4px;
    margin-right: 10px;
  }

  .bookmaker-header__rating {
    width: 54px;
  }

  .bookmaker-card__rating {
    margin-right: 20px;
  }

  .bookmaker-header__rating, .bookmaker-card__rating {
    /*display: none; */
  }

  .bookmaker-card__choice {
    width: 65px;
  }

  .bookmaker-card__choice .checkbox {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  }

  .bookmaker-card__choice .checkbox__label {
    margin: 0;
  }

  /* bookmaker single */
  .bookmaker__head {
    padding: 10px;
  }
  .bookmaker-profile {
    padding: 15px 10px;
  }
  .bookmaker-profile__side {
    margin-right: 20px;
  }
  .bookmaker-profile__avatar {
    width: 120px;
  }
  .bookmaker-profile__indicators-icon {
    width: 32px;
    height: 32px;
    margin-top: -2px;
  }
  .bookmaker-profile__indicators-value {
    font-size: 28px;
  }
  .bookmaker-profile__indicators-title {
    margin-top: 2px;
  }
  .bookmaker__profile-desc {
    margin-top: 20px;
  }
  .bookmaker-profile__num {
    bottom: 40px;
    font-size: 140px;
  }

  /* team and player profile */
  .team-profile {
    padding: 15px 10px;
  }
  .team-profile__avatar {
    width: 120px;
    height: 120px;
    margin-right: 20px;
  }
  .team-profile__name, .player-profile__name {
    font-size: 18px;
  }
  .team-profile__about, .player-profile__about {
    margin-top: 15px;
  }

  .player-profile__avatar {
    width: 140px;
    height: 140px;
    margin-right: 20px;
  }

  /* event card */
  .event-card {
    padding: 10px;
  }
  .event-card__teams {
    padding-left: 10px;
  }

  /* notify card */
  .notify-card {
    padding: 10px;
  }
  .notify-card__icon {
    margin-right: 10px;
  }

  /* auth */
  .auth__section {
    margin-bottom: 20px;
  }
  .auth__avatar img {
    width: 120px;
    height: 120px;
  }

  /* payment history */
  .payment-history__item {
    padding: 10px;
  }
  .payment-history-total {
    font-size: 15px;
  }

  /* lp about */
  .lp-about {
    padding: 20px;
  }
  .lp-about__indicators {
    max-width: 100%;
  }

  /* owl nav */
  .owl-nav .owl-prev {
    left: -5px;
  }
  .owl-nav .owl-next {
    right: -5px;
  }

  /* footer */
  .footer__count {
    display: none;
  }
  .footer__logo {
    padding: 0;
    border: 0;
  }
  .footer__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 40px 0 0;
  }
  .footer__mobile {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  }
  .footer__mobile-title {
    -ms-flex-order: 2;
    order: 2;
    max-width: 190px;
    margin: 0 0 0 20px;
  }
  .footer__nav {
    max-width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 1100px) {
  /* header */
  .header__inner {
    margin-left: -10px;
  }
}

@media screen and (min-width: 576px) {
  .user-account__menu-item_notify {
    display: none;
  }

  /* robobet */
  .robobet__percent-mob, .robobet__percents-mob {
    display: none;
  }

  /* panel sports and nav */
  .panel-sports, .panel-nav {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  /* header */
  .header__logo-link {
    padding: 0 10px;
  }
  .header__logo-link .logo-2, .user-bar__more {
    display: none;
  }
  .header__logo-link svg {
    width: 36px;
  }
  .user-account {
    margin-left: 0;
  }
  .nav-all {
    padding: 10px 0;
  }

  /* theme */
  .theme {
    margin-right: 5px;
  }

  /* content */
  .content-container__main{
    padding: 0 10px;
  }

  /*все подписчики пользователя*/
  /* subscribersTable */
  #subscribersTable > .table_fluid > tbody > tr > td:first-child > a,
  #subscribersTable > .table_fluid > tbody > tr > td:last-child > a {
    padding: 5px 10px;
    height: 50px;
  }
  #subscribersTable > .table_fluid > tbody > tr > td:first-child > a{
    flex-direction: column;
    align-items: start;
  }

  /* ui poll */
  .ui-poll__value {
    width: 75px;
    margin-top: -2px;
    font-size: 24px;
  }

  /* ui popup */
  .ui-popup {
    padding: 10px;
  }
  .ui-popup__container {
    width: 100%;
  }
  .ui-popup__title {
    font-size: 18px;
  }
  .ui-popup__body, .ui-popup__block.is-padding, .ui-popup__desc {
    padding: 10px;
  }
  .ui-popup__tabs .ui-tabs {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ui-popup__title, .ui-popup__foot {
    padding: 10px 10px 0;
  }

  /* form */
  .ui-form__field {
    margin-bottom: 10px;
  }
  .input, .select {
    padding: 0 10px;
  }
  .select {
    padding-right: 20px;
    background-position: right 6px center;
  }

  /* style */
  .section__title h1, .section__title h2 {
    font-size: 18px;
  }
  .table > thead > tr > th, .table > tbody > tr > td {
    font-size: 12px;
    padding: 5px;
  }
  .list-cols-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  /* ui tabs */
  .ui-tabs_button .ui-tabs__link {
    padding: 0 5px;
  }

  /* content */
  .content-container__left, .content-container__right {
    max-width: 0 !important;
    margin: 0;
    overflow: hidden;
  }
  .content-container__left-inner {
    position: relative !important;
  }

  /* tip card */
  .tip-card__teams {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .tip-card__team-mid, .tip-card__user-avatar, .tip-card__user-stat svg, .express-table__num, .express-table__team-mid,
  .tip__user-avatar {
    display: none;
  }
  .tip-card__team-name {
    font-size: 15px;
  }
  .tip-card_strategy .tip-card__user-avatar {
    display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
  }
  .tip-card__title2 {
    font-size: 14px;
  }
  .tip-card__team {
    width: 100%;
  }
  .tip-card__team.is-away {
    margin-top: 5px;
  }
  .tip-card__user,
  .tip__user-link {
    -ms-flex-align: start;
    align-items: flex-start;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .tip-card_strategy .tip-card__user {
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  }
  .tip-card__user-info {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  }
  .tip-card__user-info .stat-user-results {
    margin: 0 0 0 5px;
  }
  .tip-card__user-stat,
  .tip__user-stat {
    margin: 0;
  }
  .tip-card__user-stat .ui-stat-user:not(:last-child) {
    padding: 0;
  }
  .stat-user-results span {
    width: 4px;
    height: 4px;
    margin: 0 1px;
  }
  .tip-card__date {
    margin-right: 10px;
  }
  .express-table tbody tr td {
    padding: 6px 10px;
    font-size: 13px;
  }
  .express-table__teams {
    width: 45%;
    max-width: 0;
  }
  .express-table__team {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .express-table__team.is-away {
    margin-top: 5px;
  }
  .express-table__stat {
    width: 30px;
    white-space: normal;
  }

  .express-table__stat-item:first-of-type {
    margin-bottom: 4px;
    margin-right: 0;
  }

  .express-table__stat .button-icon:first-child {
    margin-bottom: 2px;
  }

  /* tip */
  .tip__title {
    margin: 0 0 10px;
    font-size: 18px;
  }
  .tip_express .tip__line {
    margin-top: 15px;
  }

  /* event progress */
  .event-progress:before {
    left: 21px;
    margin-left: 0;
  }
  .event-progress__time {
    -ms-flex-order: -1;
    order: -1;
    margin: 0;
  }
  .event-progress__score {
    margin-left: 15px;
  }
  .event-progress__team:empty {
    display: none;
  }
  .event-progress__team.is-home {
    flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
  }

  /* sport field */
  .sport-field {
    height: 600px;
  }
  .sport-field__inner, .sport-field__team {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .sport-field__inner:before {
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    margin: -1px 0 0;
  }
  .sport-field__team:before {
    height: 28px;
    width: 100px;
    top: -2px;
    left: 50%;
    margin: 0 0 0 -52px;
  }
  .sport-field__team.is-away:before {
    top: auto;
    bottom: -2px;
    left: 50%;
    right: auto;
  }
  .sport-field__col {
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
  }
  .sport-field__team {
    padding: 0 0 15px;
  }
  .sport-field__team.is-away {
    flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    padding: 15px 0 0;
  }

  /* event analytics */
  .event-analytics__item {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .event-analytics__title {
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
  }
  .event-analytics__stat:first-child {
    margin-right: 15px;
  }
  .event-analytics__stat-value {
    width: 50px;
  }
  .event-analytics__stat-series span {
    margin: 0 1px;
  }
  .event-analytics__stat-series svg {
    width: 20px;
    height: 20px;
  }

  /* mini tip */
  .mini-tip__head {
    padding: 15px;
  }

  .mini-tip-list .mini-tip {
    border-bottom-width: 5px;
  }

  .mini-tip__bookmaker {
    order: -2;
  }
  .mini-tip__date {
    order: -3;
  }
  .mini-tip_open .mini-tip__info {
    order: -4;
  }
  .mini-tip__user {
    order: -5;
    padding-bottom: 15px;
    border-bottom: 1px solid #E5E5E5;
    max-width: none;
    flex: 0 0 100%;
    margin-right: 5px;
    margin-bottom: 15px;
  }

  .mini-tip__user-info {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .mini-tip__user-stat {
    margin-left: auto;
  }

  .mini-tip__user-avatar {
    display: block;
  }

  .mini-tip__score {
    font-size: 7pt;
    max-width: 40px;
  }
  .mini-tip__profit {
    display: none;
  }
  .mini-tip__turnir, .mini-tip__actions {
    -ms-flex-order: -2;
    order: -2;
  }
  .mini-tip_turnir .mini-tip__info, .mini-tip_lenta .mini-tip__info {
    width: -moz-calc(100% - 31px);
    width: calc(100% - 31px);
  }
  .mini-tip_turnir .mini-tip__bookmaker {
    width: 26px;
  }

  .mini-tip__pay {
    width: 100%;
    margin-top: 15px;
    font-size: 12px;
  }

  .mini-tip__pay svg {
    display: none;
  }

  /* user series */
  .user-series__kf {
    font-size: 13px;
  }
  .user-series__icon svg {
    width: 20px;
    height: 20px;
  }

  /* rating shop user */
  .rating-shop-user tbody tr td {
    vertical-align: bottom;
  }
  .rating-shop-user__num {
    vertical-align: top !important;
  }
  .rating-shop-user .ui-user__avatar {
    display: none;
  }
  .rating-shop-user .ui-user__stat-profit {
    width: 90px;
  }

  /* profile */
  .profile, .profile-popup__info, .profile__info {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .profile__side {
    width: 100%;
    margin: 0 0 15px;
  }
  .profile__head-left {
    width: 100%;
    text-align: center;
  }
  .profile__nickname {
    display: block;
    margin: 0 0 5px;
  }
  .profile__about {
    padding: 8px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .profile__about:before {
    content: none;
  }
  .profile__info-item:last-child {
    margin: 0;
  }


  .profile-popup__head-avatar {
    margin-right: 15px;
  }
  .profile-popup__avatar img {
    width: 60px;
    height: 60px;
  }
  .profile-popup__nickname {
    font-size: 19px;
  }
  .profile-popup__info {
    padding-top: 5px;
  }
  .profile-popup__regdate {
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    margin-bottom: 10px;
  }
  .profile-popup__indicators-value {
    font-size: 15px;
  }

  /* friend card */
  .friend-card-list .friend-card {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .friend-card__name {
    font-size: 14px;
  }
  .friend-card__avatar {
    margin-right: 10px;
  }
  .friend-card__avatar img {
    width: 50px;
    height: 50px;
  }
  .friend-card__about {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 0;
    padding: 6px 10px;
  }
  .friend-card__about:before {
    content: none;
  }
  .friend-card__about-item:last-child {
    width: 100%;
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px solid #e3e8ec;
  }

  /* subscribe price user */
  .subscribe-price-user {
    padding: 10px;
  }
  .subscribe-price-user__avatar {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  /* topmatch */
  .nav-sports-topmatch .ui-tabs__item_calendar, .topmatch__team-mid {
    display: none;
  }
  .nav-sports-topmatch .ui-tabs__item_calendar-icon, .topmatch__team {
    display: block;
  }
  .topmatch__teams-inner {
    margin-bottom: 2px;
    line-height: 1.4;
  }
  .topmatch__date {
    vertical-align: top !important;
  }
  .topmatch__stat {
    white-space: normal;
  }
  .topmatch__stat .button-icon:first-child {
    margin-bottom: 2px;
  }
  th.topmatch__stat, th.topmatch__bets {
    font-size: 0 !important;
  }
  th.topmatch__bets:before {
    content: 'Став';
    font-size: 12px;
  }

  /* group odds */
  .group-odds__body > td {
    padding: 5px !important;
  }

  /* livescores */
  .livescores-filter__bar .ui-tabs__item:after {
    margin: 0 10px;
  }

  /* line games */
  .nav-sports-analytic .ui-tabs__item:nth-child(5) {
    display: none;
  }
  .nav-sports-analytic .ui-dropdown__item:first-child {
    display: block;
  }
  .line-games__teams {
    text-align: left;
  }
  .line-games__date, .line-games__stat {
    white-space: normal;
  }
  .line-games__stat .button-icon:first-child {
    margin-bottom: 2px;
  }

  /* turnir */
  .turnir {
    padding: 10px 15px;
  }
  .turnir__title {
    font-size: 22px;
  }
  .turnir__indicators-item {
    margin-right: 20px;
    padding-left: 38px;
  }
  .turnir__indicators-icon {
    width: 28px;
    height: 28px;
    margin-top: -4px;
  }
  .turnir__indicators-value {
    font-size: 22px;
  }
  .turnir__actions, .turnir__actions-item:nth-child(3) {
    width: 100%;
  }
  .turnir__actions-item {
    width: 50%;
  }
  .turnir__actions .button.is-white-border {
    background: rgb(0 0 0 / 30%)
  }
  .turnir__actions .button.is-white-border:hover {
    background: #fff;
  }
  .turnir__winners {
    margin: 15px 0;
  }
  .turnir__winner {
    width: 100%;
  }

  .turnir-tip-list .turnir-tip {
    border-bottom-width: 5px;
  }
  .turnir-tip__sport-icon, .turnir-tip__team-mid {
    display: none;
  }
  .turnir-tip__teams {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 1.4;
  }
  .turnir-tip__team {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* turnir rating and top user */
  .turnir-rating tbody tr td, .top-user tbody tr td {
    vertical-align: bottom;
  }
  .turnir-rating__num, .top-user__num {
    vertical-align: top !important;
  }
  .turnir-rating .ui-user__avatar, .top-user .ui-user__avatar {
    display: none;
  }

  /* bookmaker card */
  /*.bookmaker-card__bonus, */
  .bookmaker-card__users {
    display: none;
  }

  /* bookmaker single */
  .bookmaker__profile-desc {
    display: none;
  }
  .bookmaker__head-side {
    width: 100%;
    margin-top: 10px;
    padding: 0;
  }
  .bookmaker__head, .bookmaker-profile__indicators {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .bookmaker-profile__indicators-item {
    width: 100%;
    margin-right: 0;
  }
  .bookmaker-profile__indicators-item:first-child {
    margin-bottom: 20px;
  }
  .bookmaker-profile__num {
    right: 10px;
    bottom: 25px;
    font-size: 100px;
  }
  .bookmaker-likes {
    padding: 10px;
  }
  .bookmaker-likes__choice {
    margin-left: 10px;
    padding-left: 10px;
  }

  /* robobet */
  .robobet__percents, .robobet__percent {
    display: none;
  }
  th.robobet__time, th.robobet__bet {
    font-size: 0;
  }

  /* add tips */
  .add-tips-propsum .input-group__label {
    width: 110px;
    text-align: left;
  }

  /* team and player profile */
  .team-profile__about dt, .player-profile__about dt {
    margin-bottom: 3px;
  }
  .team-profile__avatar, .player-profile__avatar {
    width: 100px;
    height: 100px;
    margin-right: 15px;
  }

  /* news */
  .nav-news .ui-tabs__item:nth-child(5) {
    display: none;
  }
  .nav-news .ui-dropdown__item:nth-child(2) {
    display: block;
  }

  /* news card */
  .news-card {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .news-card__main {
    padding: 10px 0 0;
  }
  .news-card__cover {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .news-card__cover img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }


  /* notify card */
  .notify-card__icon {
    margin-right: 5px;
  }

  /* balance */
  .balance-card {
    width: 100%;
    max-width: 300px;
  }

  /* payment history */
  .payment-history__item {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .payment-history__info {
    width: -moz-calc(100% - 43px);
    width: calc(100% - 43px);
    margin-bottom: 10px;
  }
  .payment-history__sum {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -ms-flex-order: 4;
    order: 4;
    margin-left: 5px;
    padding: 8px 0;
    font-size: 15px;
  }
  .payment-history__status {
    margin: 0;
  }
  .payment-history__date {
    margin-right: 5px;
  }

  /* view match */
  .view-match {
    padding: 15px 10px;
  }
  .view-match__place {
    font-size: 15px;
  }
  .view-match__board {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .view-match__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 10px;
  }
  .view-match__team-name {
    font-size: 14px;
  }
  .view-match__team-avatar {
    margin-bottom: 5px;
    width: 70px;
    height: 70px;
  }
  .view-match__date, .view-match .ui-timer__head {
    font-size: 13px;
  }
  .view-match-animation iframe {
    width: 100%;
    height: auto;
  }

  /* stat goals */
  .stat-goals__value {
    font-size: 16px;
  }

  /* ui user */
  .ui-user__name {
    max-width: 130px;
  }

  /* odd short */
  .odd-short {
    font-size: 12px;
  }

  /* comment */
  .comment__side, .comment-form__user-avatar {
    margin-right: 10px;
  }
  .comment-form__user-avatar img {
    width: 46px;
    height: 46px;
  }
  .comment__head {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .comment__head-right {
    width: 100%;
    margin-top: 4px;
  }

  /* shop */
  .nav-shop .ui-tabs__item:nth-child(3) {
    display: none;
  }
  .nav-shop .ui-dropdown__item:nth-child(2) {
    display: block;
  }

  /* lp about and app */
  .lp-about__bg img {
    position: relative;
  }
  .lp-app h1 {
    font-size: 24px;
  }

  /* footer */
  .footer__right {
    margin: 0;
  }
  .footer__nav-col {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 380px) {
  /* theme */
  .theme{
    display:none;
  }
}
@media screen and (max-width: 361px) {
  /* content */
  .content__inner {
    padding-left: 5px;
    padding-right: 5px;
  }

  /* ui user */
  .ui-user__name {
    max-width: 110px;
  }

  /* top user and turnir rating */
  .top-user .ui-user__name, .turnir-rating .ui-user__name {
    max-width: 100px;
  }
}

@media screen and (max-width: 321px) {
  /* style */
  .table > thead > tr > th, .table > tbody > tr > td {
    font-size: 12px;
  }

  /* ui tabs */
  .ui-tabs_button .ui-tabs__item_more .ui-dropdown__toggle {
    font-size: 0;
  }

  /* topmatch */
  .nav-sports-topmatch .ui-tabs__item:nth-child(4) {
    display: none;
  }
  .nav-sports-topmatch .ui-dropdown__item:first-child {
    display: block;
  }

  /* bookmaker card */
  .bookmaker-header__logo, .bookmaker-card__logo {
    width: 70px;
  }
  .bookmaker-card__users .users-counter__img {
    width: 46px;
  }
  .bookmaker-card__users .users-counter__img img:nth-child(1) {
    display: none;
  }

  /* bookmaker single */
  .bookmaker-profile__side {
    margin-right: 15px;
  }
  .bookmaker-profile__avatar {
    width: 110px;
  }
  .bookmaker-profile__indicators-item {
    padding-left: 38px;
  }
  .bookmaker-profile__indicators-icon {
    width: 28px;
    height: 28px;
    margin-top: -4px;
  }
  .bookmaker-profile__indicators-value {
    font-size: 22px;
  }
  .bookmaker-profile__indicators-title {
    font-size: 10px;
  }
  .bookmaker-likes__choice .checkbox {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  }
  .bookmaker-likes__choice .checkbox__label {
    margin: 0;
  }

  /* topmatch */
  th.topmatch__bets:before {
    font-size: 12px;
  }

  /* mini tip */
  .mini-tip__bookmaker, .mini-tip__turnir, .mini-tip__actions {
    width: 20px !important;
  }
  .mini-tip__pay {
    padding: 0 3px;
  }

  /* view match */
  .view-match .base-bet__title, .view-match .base-bet__odd {
    padding: 5px;
  }

  /* livescores */
  .livescores-filter, .livescores-filter__bar {
    padding: 0 5px;
  }
  .livescores-filter + .section__body.is-padding {
    padding: 5px;
  }
  .livescores-filter__sport {
    padding-top: 5px;
  }
  .livescores-filter__bar .ui-tabs__item:after {
    margin: 0 5px;
  }
  .livescores__head {
    padding-left: 5px;
  }
  .livescores__match {
    padding: 0 5px;
  }
  .livescores__info {
    margin-right: 5px;
  }
  .livescores__more, .livescores__showkf {
    width: 20px;
  }
  .livescores__stage {
    width: 35px;
  }

  /* user series */
  .user-series__kf {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }
  .user-series__icon svg {
    width: 16px;
    height: 16px;
  }

  /* turnir */
  .turnir {
    padding: 10px;
  }

  /* team and player profile */
  .team-profile__avatar {
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }
  .team-profile__name, .player-profile__name {
    font-size: 16px;
  }

  /* event card */
  .event-card__info {
    padding-right: 5px;
  }
  .event-card__teams {
    padding-left: 5px;
  }

  /* comment */
  .comment-form__user-avatar img {
    width: 40px;
    height: 40px;
  }
  .comment__user-avatar img {
    width: 34px;
    height: 34px;
  }
  .comment__head {
    padding-top: 0;
  }
  .comment__foot-left {
    max-width: 140px;
  }

  /* news */
  .nav-news .ui-tabs__item:nth-child(4) {
    display: none;
  }
  .nav-news .ui-dropdown__item:first-child {
    display: block;
  }

  /* shop */
  .nav-shop .ui-tabs__item:nth-child(2) {
    display: none;
  }
  .nav-shop .ui-dropdown__item:first-child {
    display: block;
  }

  /* lp app */
  .lp-app h1 {
    font-size: 22px;
  }

  .express-table tbody tr td {
    padding: 6px 10px;
    font-size: 13px;
  }

}
@media screen and (min-height: 501px) {
  .header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}