@media only screen and (max-width: 767px) {
  .create-item {
    justify-content: center;
    flex-direction: column;
    padding: 15px 0;
  }
  .create-item .create-item__title {
    margin-bottom: 15px;
    text-align: center;
  }
  .add-player {
    padding: 15px 15px 15px 15px;
  }
  .line-up-item__participation {
    width: 80px;
    min-width: 80px;
  }
  .line-up-item:first-child .line-up-item__participation {
    position: relative;
  }
  .line-up-item:first-child .line-up-item__participation:before {
    font-size: 10px;
    width: 80px;
  }
  .control-panel__title {
    font-size: 14px;
  }
  .line-up-item__name {
    font-size: 12px;
    display: block;
  }
  .line-up-item__nickname {
    font-size: 12px;
    display: block;
    font-weight: 600;
  }
  .line-up-item__position-team {
    font-size: 10px;
  }
  .btns-between {
    flex-direction: column;
  }
  .btns-between .btn {
    margin-bottom: 10px;
  }
  .form-element.form-element-yes {
    padding-right: 30px;
  }
  .form-element.form-element-yes:before {
    right: 0;
  }
  .form-element.form-element-no {
    padding-right: 30px;
  }
  .form-element.form-element-no:before {
    right: 0;
  }
  .tournament-series .series-item {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .tournament-series .series-item:nth-child(-n+3) {
    width: calc(100% / 2 - 5px);
  }
  .tournament-series .series-item:nth-child(n+4):nth-child(-n+7) {
    width: calc(100% / 2 - 5px);
  }
  .disciplines {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  .disciplines .discipline-item:nth-child(-n+5) {
    width: calc(100% / 2 - 5px);
  }
  .disciplines .discipline-item:nth-child(n+6):nth-child(-n+11) {
    width: calc(100% / 2 - 5px);
  }
  .regulations__content p {
    font-size: 14px;
    line-height: 22px;
  }
  .regulations__content h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .regulations__content ul {
    margin-bottom: 5px;
  }
  .regulations__content ul li {
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    color: #3c3c3c;
  }
  .regulations__content ul li ul li:after {
    top: 7px;
  }
  .regulations {
    display: flex;
    flex-direction: column;
  }
  .regulations__content {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .regulations__side {
    width: 100%;
  }
  .tournaments-slider {
    padding: 25px 0px;
  }
  .team-window {
    width: calc(100% + 70px);
    right: auto;
    left: -70px;
    padding: 20px 15px;
  }
  .team-content .team-item {
    width: 100%;
  }
  .tournament-new__list-item {
    font-size: 12px;
  }
  .tournament-new__list-item p {
    font-size: 12px;
  }
  .tournaments-top {
    flex-direction: column;
  }
  .tournaments-top__table {
    width: 100%;
  }
  .tournaments-top__table .responsive {
    margin-bottom: 30px !important;
  }
  .tournaments-top__banner {
    width: 100%;
  }
  .profile-games-nav__right--margin {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .profile-games-nav .profile-filter {
    justify-content: center;
    align-items: center;
  }
  .profile-filter__view a {
    margin: 0 10px !important;
  }
  .all-btn {
    margin: 0 auto 20px;
  }
  .profile-games-nav__list {
    justify-content: center;
  }
  .profile-games-nav__list li {
    margin: 0 10px 15px 10px !important;
  }
  .player-position-main__stats {
    padding: 0;
    margin-top: 20px;
  }
  .player-position-main {
    flex-direction: column;
    padding: 15px;
  }
  .player-position-main__position {
    margin: 20px 0;
  }
  .match-info__top {
    padding: 30px 15px !important;
  }
  .match-info__middle {
    padding: 30px 20px 0 20px !important;
  }
  .match-info__bottom {
    padding: 30px 15px !important;
  }
  .modal-upload {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .modal-upload .decor-item__container {
    margin: 0 0 20px 0 !important;
  }
  .modal-upload .modal-upload__content {
    width: 100%;
  }
  .achiev-item {
    width: calc(100% / 2 - 12px);
  }
  .tournament-map {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 0 10px 6px rgba(0,0,0,0.2);
    display: none;
  }
  .tournament-map.open {
    display: block;
  }
  .tournament-map__map {
    width: 100%;
    height: 320px;
  }
  .tournament-map__adress {
    display: block;
    padding: 20px 20px 20px 50px;
  }
  .tournament-page__status {
    margin-bottom: 15px;
    margin-right: 0;
    justify-content: center;
  }
  .tournament-page__date {
    justify-content: center;
    margin-right: 0;
    text-align: center;
  }
  .tournament-page__main-info {
    flex-direction: column;
  }
  .winners {
    flex-direction: column;
  }
  .winners .winner-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .winners .winner-item:last-child {
    margin-bottom: 0;
  }
  .tournaments-information {
    padding: 0 !important;
  }
  .tournament-about.tournament-about--border {
    border-top: 1px solid #d2d2d2;
    padding: 30px 0 0 0;
    width: 100%;
    margin: 0 0px 50px 0px;
  }
  .tournament-about {
    flex-direction: column;
    padding: 0px;
    margin-bottom: 40px;
    align-items: center;
  }
  .tournament-about .tournament-about__text {
    width: 100%;
    margin-bottom: 30px;
  }
  .tournament-about .tournament-about__text p {
    font-size: 14px;
    line-height: 20px;
  }
  .tournament-about .tournament-about__banner {
    max-width: 300px;
    width: 100%;
  }
  .tournament-about .tournament-about__banner img {
    width: 100%;
  }
  .question-line {
    flex-direction: column;
  }
  .question-line .question-line__btn,
  .question-line .question-line__text {
    text-align: center;
    padding-top: 20px;
  }
  .question-line .question-line__text {
    font-size: 18px;
    margin-right: 0;
  }
  .tournament-page__info .tournament-page__info-col {
    margin-bottom: 30px;
  }
  .tournament-page__info .tournament-page__info-col .col-item {
    flex-wrap: wrap;
    margin-bottom: 10px;
    min-height: auto;
  }
  .tournament-page__info .tournament-page__info-col .col-item strong {
    display: block;
    width: 100%;
  }
  .tournament-page__title-block-right h1 {
    font-size: 20px !important;
  }
  .tournament-page__title {
    width: 100% !important;
  }
  .tournament-banner .tournament-banner__empty {
    height: 125px;
  }
  .tournaments-information {
    padding: 0 30px;
  }
  .tournament-about {
    padding: 0px;
    margin-bottom: 40px;
  }
  .tournaments-winners {
    padding: 0px;
  }
  .bottom-counter {
    flex-direction: column;
  }
  .bottom-counter__title {
    margin: 0 0 20px 0 !important;
    text-align: center;
  }
  .btns-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .paging-top a {
    font-size: 12px;
  }
  .match-player__position {
    justify-content: center !important;
    font-size: 12px !important;
  }
  .match {
    flex-direction: column;
  }
  .match-player {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .match-player .match-player__avatar {
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .match-player:first-child {
    text-align: center;
  }
  .match-player:first-child .match-player__avatar {
    margin-right: 0px !important;
    margin-left: 0px;
  }
  .match-player__team .team-logo img {
    max-width: 30px !important;
  }
  .match__results {
    margin: 0 15px !important;
  }
  .match__results .sep {
    margin: 0 5px !important;
  }
  .match-modal {
    flex-direction: column;
  }
  .match-player-modal {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .match-player-modal .match-player-modal__avatar {
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .match-player-modal:first-child {
    text-align: center;
  }
  .match-player-modal:first-child .match-player-modal__avatar {
    margin-right: 0px !important;
    margin-left: 0px;
  }
  .match-player-modal__team .team-logo img {
    max-width: 30px !important;
  }
  .match-modal__results {
    margin: 0 15px !important;
  }
  .match-modal__results .sep {
    margin: 0 5px !important;
  }
  .tournament-page__title-block {
    flex-direction: column;
    padding: 30px 15px !important;
  }
  .tournament-page__title {
    margin-bottom: 30px;
  }
  .tournament-page__head {
    height: 200px !important;
  }
  .tournament-banner {
    padding-top: 90px;
    background-size: 900px auto !important;
    background-position: 50% -50px !important;
  }
  .user-menu {
    right: 32px;
  }
  .control-panel {
    margin: 30px -15px -20px -15px;
  }
  .back-link {
    left: 40px;
    bottom: 30px;
  }
  .delete-section,
  .general-information {
    flex-direction: column;
    padding-bottom: 50px;
  }
  .delete-item,
  .information-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .general-information {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .information-item .attention {
    margin-top: 30px;
  }
  .video-item .video-item__content {
    padding: 10px 10px 0 10px;
  }
  .video-item .video-item__title {
    font-size: 17px;
    line-height: 21px;
    min-height: 63px;
    margin-bottom: 10px;
  }
  .teammate-users .teammate {
    width: calc(100% / 2 - 15px);
    margin: 0 7.5px 15px 7.5px;
  }
  .profile-filter {
    flex-direction: column;
  }
  .content--brand .content-box-new {
    margin-top: 90px;
  }
  .content-banner {
    width: 100%;
    top: 70px;
    left: calc(50% - 350px);
  }
  .content-banner img {
    max-width: 700px;
    width: 700px;
  }
  .table-title a {
    font-size: 13px !important;
  }
  th:nth-child(3) {
    min-width: 150px;
  }
  th:nth-child(4) {
    min-width: 100px;
  }
  th:last-child {
    min-width: 200px;
  }
  th a {
    font-size: 12px !important;
  }
  th th {
    font-size: 12px !important;
  }
  .content-box-new {
    margin-top: 30px;
  }
  .events-box {
    flex-direction: column;
  }
  .events-box__row {
    width: 100%;
  }
  .events-box__row .events-box__col {
    width: calc(100% / 2 - 7.5px);
  }
  .events-box__right {
    width: 100%;
  }
  .comand-profile__information {
    flex-direction: column;
    align-items: center;
    padding: 20px !important;
  }
  .comand-profile__avatar {
    width: 100%;
    margin-bottom: 20px;
  }
  .comand-profile__info-content {
    width: 100% !important;
    padding: 0 20px;
    text-align: center;
  }
  .comand-profile__bottom {
    flex-direction: column;
  }
  .comand-profile__location {
    margin-bottom: 20px;
  }
  .comand-profile__level {
    flex-direction: column;
  }
  .comand-profile__level-title {
    margin: 0 0 10px 0;
  }
  .comand-profile__name {
    font-size: 20px !important;
  }
  .comand-profile__discription {
    font-size: 16px !important;
  }
  .comand-profile__btns {
    width: 100%;
  }
  .stat-item {
    width: calc(100% / 2);
    margin: 0 0 20px 0;
  }
  .stat-item__icon {
    min-width: 50px !important;
    width: 50px;
    height: 50px;
    margin-right: 5px !important;
  }
  .stat-item__content {
    padding-top: 0 !important;
  }
  .stat-item__title {
    font-size: 10px !important;
    line-height: 12px !important;
  }
  .stat-item__number {
    font-size: 16px !important;
    line-height: 16px !important;
    margin-bottom: 0 !important;
  }
  .stat-item__number span {
    font-size: 12px !important;
  }
  .stat-item__text {
    font-size: 10px !important;
  }
  .comand-profile__stats {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding: 20px 15px 0 15px;
  }
  .comand-profile-menu {
    margin-bottom: 40px;
  }
  .comand-profile-menu ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .comand-profile-menu ul li {
    padding: 0 10px;
    position: relative;
    margin-bottom: 10px;
  }
  .comand-profile-menu ul li:after {
    display: none;
  }
  .comand-profile-menu ul li a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 566px) {
  .series-item__image {
    height: 120px;
  }
  .rating-top {
    flex-direction: column;
  }
  .rating-top__item {
    margin: 0 0 15px 0;
  }
  .rating-top__item img {
    width: 100%;
  }
  .rating-top__banner {
    width: 100%;
  }
  .rating-top__banner a {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .game-result {
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .game-result:last-child:before {
    display: none;
  }
  .game-result:before {
    content: "";
    width: 30px;
    height: 1px;
    background: rgba(0,0,0,0.2);
  }
  .game-result .game-result__input {
    width: 100%;
    padding-top: 10px;
  }
  .game-result .game-result__name {
    text-align: center;
    margin: 0;
  }
  .game-result .game-result__avatar {
    margin: 0 0 10px 0;
  }
  .achiev-item {
    width: 100%;
  }
  .achiev-filter {
    flex-direction: column;
  }
  .achiev-select {
    width: 100% !important;
  }
  .tournament-banner .tournament-banner__empty {
    height: 90px;
  }
  .tournament-banner .tournament-banner__empty a {
    transform: scale(0.8);
  }
  .match-player__team-list {
    width: calc(100% - 60px);
    right: 0px;
    padding: 30px 15px;
    width: 100%;
  }
  .match-player .match-player__content {
    width: 100% !important;
  }
  .match-player__content {
    width: 100% !important;
  }
  .match-player-modal__team-list {
    width: calc(100% - 60px);
    right: 0px;
    padding: 30px 15px;
    width: 100%;
  }
  .match-player-modal .match-player-modal__content {
    width: 100% !important;
  }
  .match-player-modal__content {
    width: 100% !important;
  }
  .tournament-page__head {
    height: 150px !important;
  }
  .tournament-banner {
    padding-top: 60px;
    background-size: 600px auto !important;
    background-position: 50% -30px !important;
  }
  .tournament-info-item {
    width: 100%;
  }
  .back-link {
    position: relative;
    left: 0px;
    bottom: 0px;
    margin-top: 15px;
  }
  .event-item {
    width: 100%;
    padding: 10px 15px;
  }
  .event-item .event-item__image {
    margin-right: 15px;
  }
  .event-item .event-item__title {
    font-size: 14px;
  }
  .tournament-item {
    width: 100%;
  }
  .video-item {
    width: 100%;
  }
  .profile-games-nav__right {
    flex-direction: column;
    padding-top: 20px;
  }
  .profile-games-nav__right .form-element {
    margin-right: 10px !important;
  }
  .profile-games-nav__right .btn {
    margin: 0 10px !important;
    width: 100%;
  }
  .profile-games-nav .profile-games-nav__all {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .profile-games-nav__right {
    width: 100%;
  }
  .form-element--sm {
    width: 100%;
  }
  .form-element--sm .jq-selectbox__select {
    width: 100% !important;
  }
  .teammate__list-item {
    text-align: center;
    flex-direction: column;
span
  }
  .teammate__list-item display block {
    width: 100%;
  }
  .teammate__btns {
    flex-direction: column;
    align-items: center;
  }
  .teammate__btns .btn:first-child {
    margin-bottom: 10px;
  }
  .content--brand .content-box-new {
    margin-top: 60px;
  }
  .content-banner {
    width: 100%;
    top: 70px;
    left: calc(50% - 250px);
  }
  .content-banner img {
    max-width: 500px;
    width: 500px;
  }
  .comand-profile__team {
    width: 100% !important;
    margin: 0 0 30px 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between !important;
  }
  .teammate {
    width: calc(100% / 2 - 15px) !important;
    margin: 0 7.5px 15px 7.5px !important;
  }
  .teammate__name {
    text-align: center;
  }
  .teammate__name a {
    font-size: 17px !important;
  }
  .teammate__nickname {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 480px) {
  .events-box__row {
    width: 100%;
  }
  .events-box__row .events-box__col {
    width: 100%;
  }
  .comand-contacts__contact {
    width: 100% !important;
  }
  .comand-contacts__contact-item {
    flex-direction: column;
  }
}
@media only screen and (max-width: 500px) {
  .events-box__row .slick-slide {
    margin: 0px;
  }
}
@media only screen and (max-width: 400px) {
  .teammate {
    width: 100% !important;
    margin: 0 0 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .content-box {
    display: flex;
    flex-direction: column;
  }
  .newsline {
    order: 2;
    border: 0;
    background: transparent;
    padding: 0;
  }
  .newsline__title-mobile {
    display: block;
  }
}
