@import url("https://fonts.googleapis.com/css2?family=Play:wght@700&display=swap");
body {
  overflow-x: hidden;
}
.content {
  position: relative;
}
.content:before {
  content: "";
  width: 287px;
  height: 533px;
  position: absolute;
  left: 0px;
  top: 580px;
  background: url("../../img/logo-bg.png") 0 0 no-repeat;
}
.content.tournament-bg {
  background: #a0a9ab;
}
.content.tournament-bg:before {
  display: none;
}
.content--brand:before {
  display: none;
}
.content--brand .content-box-new {
  margin-top: 210px;
}
.content-banner {
  position: absolute;
  top: 130px;
  left: calc(50% - 960px);
}
.content-banner img {
  width: 1920px;
  max-width: 1920px !important;
}
.content-box-new {
  position: relative;
  z-index: 9;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 5px 3px rgba(0,0,0,0.1);
}
.banner-full {
  display: block;
  width: 100%;
}
.banner-full.mb-45 {
  margin-bottom: 45px;
}
.banner-full img {
  width: 100%;
}
.events-box {
  display: flex;
  justify-content: space-between;
}
.events-box .event {
  height: 100%;
}
.events-box .event .imgBox {
  padding: 0;
  height: 100%;
}
.events-box .event .imgBox img {
  height: 100%;
  object-fit: cover;
  display: block;
}
.events-box__row {
  width: calc(100% - 315px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.events-box__row .events-box__col {
  width: calc(100% / 2 - 7.5px);
  margin-bottom: 15px;
}
.events-box__right {
  width: 300px;
  margin-bottom: 15px;
}
.event {
  width: 100%;
  border-radius: 4px;
}
.event-banner {
  width: 100%;
  display: block;
}
.event-banner img {
  width: 100%;
}
.translation-section {
  background: transparent;
  display: flex;
  box-shadow: 0 0 5px 3px rgba(0,0,0,0.2);
  width: calc(100% + 40px);
  margin: 10px -20px 30px -20px;
  padding: 0 0px;
}
.translation-section .translation {
  display: block;
  padding: 20px 15px;
  height: 100%;
  color: #3c3c3c;
}
.translation-section .CaruselTranslation {
  width: calc(100% - 100px);
  margin-bottom: 0;
}
.translation-section .CaruselTranslation .slick-prev {
  left: 5px;
}
.translation-section .CaruselTranslation .slick-next {
  right: 5px;
}
.translation-section .CaruselTranslation .slick-slide {
  padding: 0;
  min-height: 100%;
}
.translation-section .CaruselTranslation .slick-slide:hover {
  background: #f5f5f5;
}
.translation-section .CaruselTranslation .slick-slide div {
  min-height: 100%;
}
.translation-section .CaruselTranslation::before {
  background: transparent;
}
.translation-section .CaruselTranslation::after {
  background: transparent;
}
.translation-section .CaruselTranslation .slick-slide::before {
  display: none;
}
.translation-section .CaruselTranslation .slick-slide::after {
  display: none;
}
.translation-section .translation-section__right {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-right: 40px;
}
.translation-section .translation-section__right a {
  font-size: 15px;
  color: #807f7f;
  font-weight: bold;
  transition: 0.5s;
}
.translation-section .translation-section__right a:hover {
  color: #d92b2b;
}
.translation-section .slick-arrow {
  border: none;
  background: transparent;
  color: #858585;
  transition: 0.5s;
}
.translation-section .slick-arrow:hover {
  color: #d92b2b;
}
.translation .name {
  display: block;
  font-size: 14px;
}
.translation .name:hover {
  color: #3c3c3c;
}
.translation .date {
  display: block;
  font-size: 13px;
  text-align: center;
}
.translation .sub {
  font-size: 11px;
}
.comand-profile .comand-profile__head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.comand-profile .comand-profile__head-content {
  width: calc(100% - 320px);
  border: 1px solid #d6d6d6;
  border-radius: 10px;
}
.comand-profile .comand-profile__head-right {
  width: 300px;
}
.comand-profile .comand-profile__banner {
  display: block;
  width: 100%;
  height: 300px;
}
.comand-profile .comand-profile__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comand-profile .comand-profile__information {
  display: flex;
  align-items: center;
  height: 200px;
  padding: 5px 20px 5px 0;
}
.comand-profile .comand-profile__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
}
.comand-profile .comand-profile__avatar img {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  object-fit: cover;
}
.comand-profile .comand-profile__logotype {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
}
.comand-profile .comand-profile__logotype img {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #c6c6c6;
}
.comand-profile .comand-profile__info-content {
  display: flex;
  flex-direction: column;
  width: calc(100% - 190px);
}
.comand-profile .comand-profile__name {
  font-size: 30px;
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
.comand-profile .comand-profile__name .veryfication-icon {
  display: inline;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.comand-profile .comand-profile__name .veryfication-icon img {
  display: inline;
}
.comand-profile .comand-profile__user-name {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}
.comand-profile .comand-profile__status {
  display: inline-flex;
  align-items: center;
}
.comand-profile .comand-profile__status span {
  margin-left: 5px;
}
.comand-profile .comand-profile__discription {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
}
.comand-profile .comand-profile__level {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.comand-profile .comand-profile__level-title {
  font-size: 14px;
  margin-right: 10px;
  font-weight: 500;
}
.comand-profile .comand-profile__progress {
  width: 240px;
  height: 5px;
  border-radius: 8px;
  position: relative;
  background: #c9c9c9;
}
.comand-profile .comand-profile__progress span {
  position: absolute;
  height: 5px;
  left: 0;
  border-radius: 8px;
  background: #cd2323;
}
.comand-profile .comand-profile__date {
  display: block;
  font-size: 14px;
}
.comand-profile .comand-profile__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comand-profile .comand-profile__location {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.comand-profile .comand-profile__location span {
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.comand-profile .comand-profile__location span img {
  width: 23px;
}
.comand-profile .comand-profile__btns {
  display: flex;
}
.comand-profile .comand-profile__btns .btn {
  position: relative;
  margin-left: 10px;
}
.comand-profile .comand-profile__team {
  width: calc(100% + 15px);
  margin: 0 -7.5px 30px -7.5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.comand-profile .comand-profile__stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 25px;
  border: 1px solid #cd2323;
  border-radius: 10px;
  padding-top: 20px;
}
.comand-profile-menu {
  margin-bottom: 40px;
}
.comand-profile-menu ul {
  display: flex;
  justify-content: center;
}
.comand-profile-menu ul li {
  padding: 0 15px;
  position: relative;
  text-align: center;
}
.comand-profile-menu ul li.active a {
  color: #cd2323 !important;
}
.comand-profile-menu ul li:after {
  content: "";
  width: 2px;
  height: 18px;
  background: #b8b8b8;
  position: absolute;
  right: 0;
  top: 5px;
}
.comand-profile-menu ul li:last-child:after {
  display: none;
}
.comand-profile-menu ul li:before {
  display: none;
}
.comand-profile-menu ul li a {
  font-family: 'Play', sans-serif;
  font-size: 22px;
  color: #3c3c3c !important;
  text-transform: uppercase !important;
  font-weight: bold;
  transition: 0.5s;
}
.comand-profile-menu ul li a:hover {
  color: #cd2323 !important;
}
.stat-item {
  display: flex;
  margin: 0 25px 20px 25px;
}
.stat-item .stat-item__icon {
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 79px;
  height: 79px;
  width: 79px;
  border-radius: 8px;
}
.stat-item .stat-item__icon.orange {
  background: #ee6e2f;
}
.stat-item .stat-item__icon.orange-light {
  background: #e98821;
}
.stat-item .stat-item__icon.blue {
  background: #2c6fbb;
}
.stat-item .stat-item__icon.gray {
  background: #b5b5b5;
}
.stat-item .stat-item__icon.pink {
  background: #dd245d;
}
.stat-item .stat-item__icon img {
  object-fit: contain;
}
.stat-item .stat-item__content {
  padding-top: 5px;
}
.stat-item .stat-item__title {
  display: block;
  font-size: 13px;
  color: #3c3c3c;
  font-weight: 500;
  line-height: 17px;
  margin-bottom: 5px;
}
.stat-item .stat-item__number {
  display: block;
  font-size: 18px;
  color: #cd2323;
  font-weight: 600;
  line-height: 22px;
}
.stat-item .stat-item__number.empty {
  width: 8px;
  height: 2px;
  background: #3c3c3c;
  margin-top: 10px;
}
.stat-item .stat-item__number span {
  font-size: 18px;
}
.stat-item .stat-item__text {
  font-size: 14px;
  color: #3c3c3c;
  font-weight: 500;
}
.teammate {
  width: 228px;
  border: 1px solid #cd2323;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin: 0 7.5px 15px 7.5px;
}
.teammate.substitution {
  border-color: #cdcdcd;
  background: #f7f7f7;
}
.teammate .teammate__avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}
.teammate .teammate__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teammate .teammate__name {
  display: block;
  margin-bottom: 10px;
}
.teammate .teammate__name a {
  font-size: 17px;
  color: #3c3c3c;
  transition: 0.5s;
}
.teammate .teammate__name a:hover {
  color: #cd2323;
}
.teammate .teammate__nickname {
  display: block;
  font-size: 16px;
  color: #3c3c3c;
  font-weight: 500;
  margin-bottom: 10px;
}
.teammate .teammate__nickname a {
  font-size: 17px;
  color: #3c3c3c;
  transition: 0.5s;
}
.teammate .teammate__nickname a:hover {
  color: #cd2323;
}
.teammate .teammate__position {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #3c3c3c;
  margin-bottom: 15px;
  text-align: center;
}
.teammate .teammate__position .icon {
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.teammate .teammate__type {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 14px;
  color: #3c3c3c;
  font-weight: bold;
}
.teammate .teammate__btn {
  margin-bottom: 10px;
}
.teammate .teammate__btn:last-child {
  margin-bottom: 0;
}
.teammate .teammate__btn .btn {
  width: 165px;
}
.teammate .teammate__delete-btn {
  display: flex;
  justify-content: center;
}
.teammate .teammate__delete-btn .btn {
  width: 160px;
  margin: 0 5px;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.teammate .teammate__delete-btn .btn .icon {
  margin: 0 5px 0 0 !important;
}
.teammate .teammate__btns {
  display: flex;
  justify-content: center;
}
.teammate .teammate__btns .btn-md {
  width: 160px;
  margin: 0 5px;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.teammate .teammate__btns .btn-md .icon {
  margin: 0 5px 0 0 !important;
}
.teammate .teammate__btns .btn-setting {
  width: 33px;
  height: 27px;
}
.teammate .teammate__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.teammate .teammate__list-item {
  display: flex;
  font-size: 12px;
  margin-bottom: 5px;
}
.teammate .teammate__list-item span {
  white-space: nowrap;
  display: block;
  text-align: right;
  width: 110px;
  margin-right: 10px;
  font-weight: 500;
}
.teammate .teammate__rank-control {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.teammate .teammate__rank-control .btn {
  margin: 0 5px;
}
.teammate .teammate__game {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.btn-empty {
  width: 47px;
  height: 27px;
  display: block;
  margin-left: 10px;
}
.btn-lg {
  height: 34px;
  font-size: 14px;
}
.btn-full {
  width: 100%;
}
.btn-dots {
  width: 47px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.btn-md {
  height: 27px;
  font-size: 13px;
  white-space: nowrap;
  text-transform: none;
  font-weight: 400;
}
.btn-sm {
  width: 47px;
  height: 27px;
  padding: 0;
}
.btn-rank {
  width: 48px;
  padding-left: 0;
  padding-right: 0;
}
.btn-setting {
  width: 40px;
  min-width: 40px;
  padding-left: 0;
  padding-right: 0;
}
.btn-quad {
  width: 44px;
  height: 35px;
  padding: 0;
}
.btn-join {
  width: 156px;
}
.btn-message {
  width: 200px;
  padding-left: 20px !important;
}
.btn-message .icon {
  margin-right: 15px !important;
}
.btn {
  position: relative;
}
.btn .icon {
  display: block;
  margin: 0 5px;
}
.btn .icon img {
  max-width: 20px;
}
.btn .icon--down {
  transform: rotate(-180deg);
}
.btn .icon--absolute {
  position: absolute;
  left: 5px;
  font-size: 22px;
  font-weight: bold;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  padding-bottom: 6px;
}
.btn .icon--absolute-image {
  position: absolute;
  left: 5px;
  width: 20px;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
}
.comand-contacts {
  display: flex;
  justify-content: space-between;
  padding: 40px 60px;
  align-items: center;
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  margin-bottom: 30px;
}
.comand-contacts .comand-contacts__about p {
  max-width: 560px;
  font-size: 16px;
  color: #2c2c2c;
  margin-bottom: 0;
}
.comand-contacts .comand-contacts__contact {
  width: 400px;
}
.comand-contacts .comand-contacts__contact-item {
  display: flex;
  margin-bottom: 25px;
}
.comand-contacts .comand-contacts__contact-item:last-child {
  margin-bottom: 0;
}
.comand-contacts .comand-contacts__contact-item span {
  width: 100px;
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #2c2c2c;
}
.comand-contacts .comand-contacts__contact-item a {
  font-size: 16px;
  color: #2c2c2c;
  transition: 0.5s;
}
.comand-contacts .comand-contacts__contact-item a:hover {
  color: #cd2323;
}
table {
  font-size: 15px;
}
.check-process {
  display: flex;
  align-items: center;
  Justify-content: center;
  color: #fff;
  background: #ea6900;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  margin: 0 auto;
  font-size: 0.8rem;
  line-height: 0;
}
.check-disqual {
  display: flex;
  align-items: center;
  Justify-content: center;
  color: #fff;
  background: #cd2323;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  margin: 0 auto;
  font-size: 0.8rem;
  line-height: 0;
}
.check-none {
  display: flex;
  align-items: center;
  Justify-content: center;
  color: #fff;
  background: #b2b2b2;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  margin: 0 auto;
  font-size: 0.8rem;
  line-height: 0;
}
.check-confirmed {
  display: flex;
  align-items: center;
  Justify-content: center;
  color: #fff;
  background: #179d6e;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  margin: 0 auto;
  font-size: 0.8rem;
  line-height: 0;
}
.winner {
  display: flex;
  font-size: 13px;
  color: #000;
  line-height: 20px;
  margin-left: 50px;
}
.winner strong {
  font-size: 16px;
  font-weight: 400;
  margin-right: 5px;
}
.winner span {
  color: #cd2323;
  margin-left: 10px;
}
.winner .icon {
  display: flex;
  align-items: center;
  Justify-content: center;
  color: #fff;
  background: #f39500;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  margin: -2px 10px 0 0;
  font-size: 0.8rem;
  line-height: 0;
}
.last-match {
  display: flex;
  justify-content: center;
}
.last-match.win .last-match__number span {
  color: #179d6e;
}
.last-match.lose .last-match__number span {
  color: #cd2323;
}
.last-match .last-match__title {
  font-size: 15px;
  color: #3c3c3c;
}
.last-match .last-match__number {
  font-weight: bold;
  font-size: 16px;
  margin-left: 5px;
}
table strong {
  font-size: 15px;
}
table th {
  font-size: 13px !important;
}
table th:nth-child(3) {
  min-width: 150px;
}
table a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
table a:hover {
  color: #fff;
}
table a .icon {
  margin-left: 10px;
}
.date-request {
  font-size: 14px;
}
.date-request span {
  color: #818181;
}
.role {
  display: flex;
  align-items: center;
  justify-content: center;
}
.role.red {
  color: #cd2323;
}
.role .icon {
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.table-title {
  display: block;
  max-width: 250px;
}
.table-title a {
  font-size: 15px;
  color: #3c3c3c;
  font-weight: 600;
  text-transform: none;
  justify-content: flex-start;
}
.table-title a:hover {
  color: #cd2323;
}
.table-date {
  font-size: 14px;
  color: #3d3d3d;
  font-weight: 400;
  text-align: center !important;
  display: block;
  white-space: nowrap;
  max-width: 100% !important;
}
.table-gift {
  color: #cd2323;
  font-size: 16px;
  font-weight: 700;
}
.table-gift span {
  font-size: 12px;
}
.table-rating {
  font-size: 15px;
  font-weight: 600;
  color: #2c6fbb;
}
.table-format {
  font-size: 16px;
}
.table-match {
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-match .table-match__user {
  display: flex;
  align-items: center;
}
.table-match .table-match__user.left .table-match__avatar {
  order: 2;
  margin-left: 15px;
}
.table-match .table-match__user .hint {
  display: none;
  padding: 0 30px;
  height: 45px;
  background: #fff;
  border-radius: 8px;
  font-size: 14px;
  color: #3c3c3c;
  text-align: center;
  position: absolute;
  bottom: calc(100% + 0px);
  left: calc(50% - 150px);
  align-items: center;
  box-shadow: 0 3px 5px 3px rgba(0,0,0,0.2);
}
.table-match .table-match__user .hint:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -4px;
  left: calc(50% - 5px);
  background: #fff;
  transform: rotate(-45deg);
}
.table-match .table-match__user.right .table-match__avatar {
  order: -2;
  margin-right: 15px;
}
.table-match .table-match__user.lose .table-match__avatar {
  filter: grayscale(100%);
}
.table-match .table-match__user.lose .table-match__nickname-text {
  color: #888;
}
.table-match .table-match__nickname {
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.5s;
  text-align: left;
}
.table-match .table-match__nickname:hover .hint {
  display: flex;
}
.table-match .table-match__nickname-text {
  font-size: 14px;
  color: #3c3c3c;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 140px;
  width: 140px;
  white-space: nowrap;
  text-transform: none;
  font-weight: 600;
}
.table-match .table-match__nickname-text.right {
  text-align: left;
}
.table-match .table-match__nickname-text:hover {
  color: #cd2323;
}
.table-match .table-match__avatar {
  min-width: 46px;
}
.table-match .table-match__avatar img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 50%;
}
.table-match .table-match__game-score {
  font-size: 20px;
  color: #7e7e7e;
  margin: 0 20px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.table-match .table-match__game-score .win {
  color: #179d6e;
  margin: 0 5px;
}
.table-match .table-match__game-score .lose {
  color: #cd2323;
  margin: 0 5px;
}
.match-link {
  position: relative;
  top: -3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #cd2323;
  transition: 0.5s;
  margin-left: 40px;
}
.match-link:hover {
  background: #2c6fbb;
}
.premium-icon {
  width: 19px;
  height: 19px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #f39500;
  border-radius: 50%;
}
.banned-icon {
  position: relative;
  width: 19px;
  height: 19px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #cd2323;
  border-radius: 50%;
}
.banned-icon:before {
  content: "";
  width: 8px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 4px);
}
.table-game-icon {
  display: flex;
  min-width: 60px;
  justify-content: center;
  margin-left: 5px;
}
.avatar-team {
  display: flex;
  min-width: 60px;
  justify-content: center;
  margin-left: 5px;
}
.avatar-team img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}
.table-role {
  font-size: 14px;
  color: #3c3c3c;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-role .icon {
  margin-right: 5px;
  margin-top: -3px;
}
.table-btns {
  display: flex;
  justify-content: flex-end;
}
.table-btns .btn {
  height: 28px;
  margin-left: 10px;
  font-weight: 500;
  text-transform: none;
  font-size: 13px;
  white-space: nowrap;
}
.table-btns .btn.leave {
  width: 165px;
  padding-left: 20px;
}
.profile-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.profile-filter .form-element {
  margin-right: 40px !important;
  position: relative;
  top: -2px;
}
.profile-filter .form-element .jq-selectbox__select {
  width: 190px !important;
}
.profile-filter .profile-filter__left {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.profile-filter .profile-filter__view {
  display: flex;
  margin-right: 15px;
}
.profile-filter .profile-filter__view .view-grid {
  width: 24px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-right: 15px;
}
.profile-filter .profile-filter__view .view-grid.active span,
.profile-filter .profile-filter__view .view-grid:hover span {
  background: #cd2323;
}
.profile-filter .profile-filter__view .view-grid span {
  width: 5px;
  height: 4px;
  display: block;
  background: #c4c4c4;
  margin-bottom: 4px;
  margin-right: 3px;
  transition: 0.5s;
}
.profile-filter .profile-filter__view .view-grid span:nth-child(3n+3) {
  margin-right: 0;
}
.profile-filter .profile-filter__view .view-line {
  width: 24px;
  height: 20px;
  margin-right: 15px;
}
.profile-filter .profile-filter__view .view-line.active span,
.profile-filter .profile-filter__view .view-line:hover span {
  background: #cd2323;
}
.profile-filter .profile-filter__view .view-line span {
  display: block;
  width: 100%;
  height: 4px;
  background: #c4c4c4;
  margin-bottom: 4px;
  transition: 0.5s;
}
.profile-filter .profile-filter__search {
  display: flex;
  align-items: center;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  width: 220px;
  height: 30px;
}
.profile-filter .profile-filter__search button {
  cursor: pointer;
  width: 22px;
  height: 22px;
  min-width: 22px;
  border: 0;
  background: transparent;
}
.profile-filter .profile-filter__search input {
  background: transparent;
  border: 0;
  font-size: 13px;
  color: #2c2c2c;
  padding: 0 15px;
  width: 100%;
  height: 30px;
}
.profile-filter .profile-filter__search input:placeholder {
  color: #2c2c2c;
}
.profile-filter .profile-filter__right {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.profile-filter .profile-filter__btn .btn {
  min-width: 180px;
}
.teammate-users {
  width: calc(100% + 15px);
  margin: 0 -7.5px 30px -7.5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.teammate-users .teammate {
  width: calc(100% / 4 - 15px);
  border: 1px solid #c4c4c4;
}
.all-btn {
  width: 82px;
  height: 32px;
  background: #cd2323;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 35px;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 2px;
  text-transform: uppercase;
  padding-top: 3px;
}
.profile-games-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.profile-games-nav--center {
  width: 100%;
  justify-content: center;
}
.profile-games-nav .profile-games-nav__left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.profile-games-nav .profile-games-nav__all {
  font-size: 14px;
  color: #2c2c2c;
  transition: 0.5s;
  margin-right: 30px;
  margin-bottom: 10px;
}
.profile-games-nav .profile-games-nav__all:hover {
  color: #cd2323;
}
.profile-games-nav .profile-games-nav__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.profile-games-nav .profile-games-nav__list li {
  padding: 0;
  margin-right: 30px;
  margin-bottom: 10px;
}
.profile-games-nav .profile-games-nav__list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-width: 40px;
  filter: grayscale(100%);
  opacity: 0.5;
  transition: 0.5s;
  text-transform: uppercase;
  white-space: nowrap;
}
.profile-games-nav .profile-games-nav__list li a img {
  object-fit: contain;
}
.profile-games-nav .profile-games-nav__list li:before {
  display: none;
}
.profile-games-nav .profile-games-nav__list li.active a,
.profile-games-nav .profile-games-nav__list li:hover a {
  filter: grayscale(0%);
  opacity: 1;
  font-weight: 600;
}
.profile-games-nav .profile-games-nav__list li.red-arrow {
  margin-left: -20px;
}
.profile-games-nav .profile-games-nav__list li.red-arrow a {
  filter: grayscale(0%);
  opacity: 1;
}
.profile-games-nav .profile-games-nav__list--text li {
  position: relative;
  padding-left: 15px;
}
.profile-games-nav .profile-games-nav__list--text li:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #cd2323;
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
}
.profile-games-nav .profile-games-nav__list--text li:last-child:after {
  display: none;
}
.profile-games-nav .profile-games-nav__right {
  display: flex;
  align-items: center;
}
.profile-games-nav .profile-games-nav__right .btn {
  margin: 0 0 10px 30px;
}
.profile-games-nav .profile-games-nav__right .form-element {
  margin-left: 10px !important;
}
.profile-games-nav__right--margin {
  margin-bottom: -20px;
}
.form-element .textarea-lg {
  min-height: 250px;
}
.form-element--sm {
  margin-bottom: 10px;
}
.form-element--sm .jq-selectbox.opened .jq-selectbox__trigger {
  background: transparent url("../../img/select-arrow.png") 50% 50% no-repeat;
}
.form-element--sm .jq-selectbox__select {
  width: 160px;
  display: block;
  height: 26px;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  padding: 0 25px 0 15px;
  font-size: 13px;
  line-height: 26px;
  background: #fff;
}
.form-element--sm .jq-selectbox__select:hover .jq-selectbox__trigger {
  background: transparent url("../../img/select-arrow.png") 50% 50% no-repeat;
}
.form-element--sm .jq-selectbox__trigger {
  position: absolute;
  top: -0.1rem;
  right: -0.1rem;
  bottom: -0.1rem;
  background: url("../../img/select-arrow.png") 50% 50% no-repeat;
  width: 25px;
  border-radius: 0;
}
.form-element--sm .jq-selectbox__trigger:before {
  display: none;
}
.form-element--sm .jq-selectbox__dropdown ul li {
  position: relative;
  padding: 4px 15px;
  line-height: 20px;
  border-top: 0.1rem solid #e3dcd0;
  font-size: 13px;
  font-style: normal;
}
.form-element--sm .jq-selectbox__dropdown ul li:before {
  display: none;
}
.jq-selectbox__dropdown {
  width: 100% !important;
}
.table-discipline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90px;
  align-items: center;
  margin-right: 15px;
}
.table-discipline .table-discipline__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-bottom: 5px;
}
.table-discipline .table-discipline__logo img {
  object-fit: contain;
}
.table-discipline .table-discipline__title {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #cd2323;
  font-weight: 600;
}
.table-user {
  display: flex;
  align-items: center;
  text-transform: none;
}
.table-user:hover .table-user__name {
  color: #cd2323;
}
.table-user .table-user__avatar {
  width: 48px;
  height: 48px;
  min-width: 48px;
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
.table-user .table-user__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.table-user .table-user__name {
  display: block;
  font-size: 15px;
  color: #3c3c3c;
  transition: 0.5s;
}
.table-user .table-user__nickname {
  display: block;
  font-size: 15px;
  color: #3c3c3c;
  font-weight: 700;
  transition: 0.5s;
}
.table-user .table-user__nickname:hover {
  color: #cd2323;
}
.red {
  color: #cd2323;
  font-weight: 600;
}
.table-rating {
  color: #2c6fbb;
  font-size: 15px;
  font-weight: 600;
}
.table-flex {
  display: flex;
  align-items: center;
}
.last-md td {
  border-top: 1px solid #b8b8b8 !important;
}
.last td {
  border-top: 2px solid #cd2323 !important;
}
table.table-responsive {
  min-width: 600px;
}
table.table-responsive--small {
  min-width: 300px;
}
.table-number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  width: 50px;
  font-family: Play;
}
.size-md {
  font-size: 15px;
}
.table-icon {
  display: flex;
  width: 100%;
  justify-content: center;
}
.status-check-blue {
  width: 16px;
  height: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #2c6fbb url("../../img/check-white.png") 50% 50% no-repeat;
  border-radius: 50%;
}
.status-check-blue.status-lg {
  width: 22px;
  height: 22px;
  background-size: 6px auto;
}
.status-check-red {
  width: 16px;
  height: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #cd2323 url("../../img/check-white.png") 50% 50% no-repeat;
  border-radius: 50%;
}
.status-check-red.status-lg {
  width: 22px;
  height: 22px;
  background-size: 6px auto;
}
.status-check-green {
  width: 18px;
  height: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #199d6e url("../../img/check-white.png") 50% 50% no-repeat;
  border-radius: 50%;
}
.status-check-green.status-lg {
  width: 22px;
  height: 22px;
  background-size: 6px auto;
}
.status-no {
  width: 18px;
  height: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #a3a3a3 url("../../img/status-no.png") 50% 50% no-repeat;
  border-radius: 50%;
}
.status-no.status-lg {
  width: 22px;
  height: 22px;
}
.public-videos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.video-item {
  width: calc(100% / 3 - 13px);
  margin: 0 0 25px 0;
}
.video-item .video-item__image {
  display: block;
  width: 100%;
}
.video-item .video-item__image img {
  width: 100%;
  display: block;
  border-radius: 8px 8px 0 0;
  margin: 0;
}
.video-item .video-item__content {
  border: 1px solid #c4c4c4;
  border-radius: 0 0 8px 8px;
  padding: 10px 20px 10px 20px;
}
.video-item .video-item__title {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #2c2c2c;
  transition: 0.5s;
  line-height: 24px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 15px;
}
.video-item .video-item__title:hover {
  color: #cd2323;
}
.video-item .video-item__icon {
  width: 30px;
  min-width: 30px;
  margin-right: 10px;
}
.video-item .video-item__icon img {
  max-width: 30px;
}
.video-item .video-item__bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.video-item .video-item__name {
  margin-bottom: 10px;
  font-size: 13px;
  color: #2c2c2c;
}
.video-item .video-item__type {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #cd2323;
}
.video-item .video-item__type .icon {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #cd2323 url("../../img/check-white.png") 50% 50% no-repeat;
  margin-right: 10px;
}
.admin-container {
  position: relative;
}
.admin_comand {
  background: #fff;
  padding-top: 100px;
}
.left-side {
  position: absolute;
  left: 0;
  top: 0;
  width: 240px;
  height: 100%;
  background: #f8f8f8;
  box-shadow: 0 0 12px 5px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 25px 50px 25px;
  z-index: 2;
  transition: 1s;
}
.left-side.show-left {
  transform: translateX(-180px);
  padding: 50px 10px 50px 10px;
}
.left-side.show-left .control-item__icon {
  margin-right: 0;
}
.left-side.show-left .left-side-menu {
  display: flex;
  justify-content: flex-end;
}
.left-side.show-left .side-menu {
  width: 40px;
}
.left-side.show-left .first {
  display: block;
}
.left-side.show-left .admin-control__avatar {
  margin-right: 0;
}
.left-side.show-left .admin-control__name {
  display: none;
}
.left-side.show-left .admin-control:before {
  display: none;
}
.left-side.show-left .side-menu li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.left-side.show-left .submenu .submenu {
  display: none !important;
}
.left-side.show-left .control-item {
  text-indent: -9999px;
  width: 40px;
}
.left-side.show-left .btn {
  display: none;
}
.left-side.show-left .left-side-hide {
  text-indent: -9999px;
  justify-content: flex-end;
}
.left-side.show-left .left-side-hide__text {
  display: none;
}
.left-side.show-left .left-side-hide .icon {
  transform: rotate(-90deg);
  margin-right: 10px;
}
.left-side .btn {
  margin-bottom: 20px;
}
.left-side__bottom {
  display: flex;
  flex-direction: column;
}
.left-side-hide {
  display: flex;
  font-size: 14px;
  color: #3c3c3c;
}
cursor pointer {
  transition: 2s;
}
cursor pointer:hover {
  color: #cd2323;
}
.left-side-hide {
  cursor: pointer;
}
.left-side-hide .icon {
  position: relative;
  top: -1px;
  transform: rotate(90deg);
  margin-right: 15px;
}
.left-side-menu {
  position: relative;
}
.admin-content {
  position: relative;
  max-width: 100%;
  padding: 80px 260px 0 260px;
  width: 100%;
  margin: 0 auto;
  transition: 1s;
}
.admin-content.show-right {
  padding-right: 80px;
}
.admin-content.show-left {
  padding-left: 80px;
}
.admin-content h2 {
  font-family: "Play";
  text-align: center;
  font-size: 22px;
  color: #3c3c3c;
  margin-bottom: 50px;
}
.right-side {
  position: absolute;
  right: 0;
  top: 0;
  width: 240px;
  height: 100%;
  background: #f8f8f8;
  box-shadow: 0 0 12px 5px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 1s;
  padding: 50px 25px 50px 25px;
}
.right-side.show-right {
  transform: translateX(180px);
  padding: 50px 10px 50px 10px;
}
.right-side.show-right .right-side-hide {
  font-size: 0;
  justify-content: flex-start;
}
.right-side.show-right .right-side-hide__text {
  display: none;
}
.right-side.show-right .right-side-hide .icon {
  transform: rotate(90deg);
  margin-left: 10px;
}
.chat {
  position: relative;
}
.right-side-hide {
  display: flex;
  font-size: 14px;
  color: #3c3c3c;
  justify-content: flex-end;
  cursor: pointer;
  transition: 0s;
}
.right-side-hide:hover {
  color: #cd2323;
}
.right-side-hide .icon {
  position: relative;
  top: -1px;
  transform: rotate(-90deg);
  margin-left: 15px;
}
.side-menu {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.side-menu li {
  width: 100%;
  padding: 0;
}
.side-menu li a {
  color: #3c3c3c;
}
.side-menu li:before {
  display: none;
}
a.active {
  color: #cd2323 !important;
}
li.active a.opener,
li.active a {
  color: #cd2323;
}
.submenu {
  overflow: hidden;
  display: none;
}
.submenu.block {
  display: block;
}
.submenu li {
  margin: 0 0 6px 0;
}
.submenu li .submenu {
  padding-top: 15px;
}
.submenu li .submenu li {
  position: relative;
  padding-left: 55px;
  margin: 0 0 15px 0;
}
.submenu li .submenu li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #cd2323;
  background-image: none !important;
  position: absolute;
  top: 7px;
  left: 17.5px;
  display: block !important;
}
.submenu li .submenu li:last-child {
  margin-bottom: 0;
}
.submenu li .submenu li a {
  font-size: 15px;
  color: #3c3c3c;
}
.submenu li .submenu li a:hover {
  color: #cd2323;
}
.admin-control {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c4c4c4;
  position: relative;
}
.admin-control:before {
  content: "";
  background: url("../../img/red-arrow.png");
  width: 9px;
  height: 7px;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
}
.admin-control .admin-control__avatar {
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 15px;
  min-width: 40px;
}
.admin-control .admin-control__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.admin-control .admin-control__name {
  font-size: 16px;
  color: #cd2323;
  font-weight: 600;
}
.admin-control .admin-control__name span {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  color: #3c3c3c;
}
.opener {
  color: #3c3c3c;
  cursor: pointer !important;
}
.control-item--empty:before {
  display: none;
}
.control-item {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}
.control-item:before {
  content: "";
  background: url("../../img/red-arrow.png");
  width: 9px;
  height: 7px;
  position: absolute;
  right: 0;
  top: 15px;
}
.control-item .control-item__icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  min-width: 40px;
  background: #cd2323;
  border-radius: 50%;
}
.control-item .control-item__icon img {
  max-width: 100%;
  object-fit: contain;
}
.chat-show {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #3c3c3c;
  cursor: pointer;
  font-weight: 600;
}
.chat-show:before {
  content: "";
  background: url("../../img/red-arrow.png");
  width: 9px;
  height: 7px;
  position: absolute;
  right: 0;
  top: 15px;
}
.chat-show .chat-show__icon {
  display: flex;
  width: 40px;
  height: 40px;
  background: #cd2323;
  border-radius: 50%;
  min-width: 40px;
  margin-right: 15px;
}
.tournaments {
  display: flex;
  width: calc(100% + 24px);
  flex-wrap: wrap;
  margin: 0 -12px 30px -12px;
}
.tournament-item {
  width: calc(100% / 4 - 19px);
  margin: 0 9px 20px 9px;
}
.tournament-item:hover .tournament-item__content {
  border-color: #cd2323;
}
.tournament-item .tournament-item__image {
  width: 100%;
  height: 195px;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.tournament-item .tournament-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tournament-item .tournament-item__cup {
  position: absolute;
  top: 0;
  left: 10px;
}
.tournament-item .tournament-item__content {
  padding: 25px 20px;
  border: 1px solid #c4c4c4;
  border-radius: 0 0 8px 8px;
  border-top: none;
  transition: 0.5s;
}
.tournament-item .tournament-item__title {
  font-size: 20px;
  color: #3c3c3c;
  display: block;
  font-weight: 600;
  margin-bottom: 20px;
}
.tournament-item .tournament-item__title a {
  color: #3c3c3c;
}
.tournament-item .tournament-item__date {
  font-size: 14px;
  color: #3c3c3c;
  margin-bottom: 12px;
}
.tournament-item .tournament-item__date span {
  font-size: 16px;
  color: #cd2323;
  margin-left: 15px;
}
.tournament-item .tournament-item__time-end {
  font-size: 14px;
  margin-bottom: 12px;
  color: #3c3c3c;
}
.tournament-item .tournament-item__time-end span {
  font-size: 16px;
  color: #3070b9;
  margin-left: 15px;
}
.tournament-item .tournament-item__prize {
  font-size: 14px;
  color: #3c3c3c;
  margin-bottom: 20px;
}
.tournament-item .tournament-item__prize span {
  font-weight: 600;
  font-size: 16px;
  margin-left: 15px;
}
.tournament-item .tournament-item__prize span span {
  font-size: 14px;
  margin-left: 0px;
}
.ribbon-events-block {
  padding-bottom: 50px;
}
.ribbon-events {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.event-item {
  width: calc(100% / 2 - 10px);
  margin: 0 0 10px 0;
  padding: 20px 35px;
  border: 1px solid #c4c4c4;
  background: #f7f7f7;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #3c3c3c;
}
.event-item .event-item__image {
  width: 63px;
  height: 63px;
  min-width: 63px;
  margin-right: 35px;
}
.event-item .event-item__image img {
  max-width: 100%;
  object-fit: contain;
}
.event-item .event-item__image.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.event-item .event-item__title {
  font-size: 18px;
  color: #3c3c3c;
}
.event-item .event-item__title strong {
  font-weight: 500;
}
.event-item .event-item__arrow {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #cd2323 url("../../img/arrow-white.png") 50% 50% no-repeat;
  min-width: 24px;
  margin-left: 20px;
}
.general-information-block {
  padding-bottom: 50px;
}
.general-information {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.information-item {
  width: calc(100% / 2 - 13px);
  padding: 60px 90px;
  background-color: #f7f7f7;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}
.information-item .form-page {
  margin-bottom: 0px;
}
.information-item .attention {
  margin-top: 50px;
}
.formalization {
  display: flex;
  justify-content: center;
  padding-bottom: 150px;
  flex-wrap: wrap;
  width: calc(100% + 26px);
  margin: 0 -13px;
}
.decor-item {
  width: calc(100% / 3 - 22px);
  min-width: 300px;
  padding: 45px 30px;
  background-color: #f7f7f7;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 8px 16px 8px;
}
.decor-item .btn {
  width: 160px;
  margin: 0 auto;
}
.decor-item .decor-item__title {
  font-size: 20px;
  color: #3c3c3c;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 500;
}
.decor-item p {
  width: 100%;
  max-width: 260px;
  margin: 0 auto 30px;
  font-size: 14px;
  color: #808080;
}
.decor-item__container {
  position: relative;
  margin: auto;
  height: 90px;
  margin-bottom: 30px;
}
.imageWrapper {
  padding-bottom: 90px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0;
}
.imageWrapper.image-1 {
  width: 90px;
  border-radius: 50%;
}
.imageWrapper.image-2 {
  width: 260px;
  border-radius: 8px;
}
.imageWrapper.image-3 {
  width: 160px;
  border-radius: 8px;
}
.imageWrapper img {
  width: interial;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.file-input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  height: 100%;
}
.file-upload {
  position: relative;
  overflow: hidden;
}
.btn-center--margin {
  margin-bottom: 45px;
}
.delete-section {
  display: flex;
  justify-content: space-between;
  padding-bottom: 150px;
}
.delete-item {
  width: calc(100% / 2 - 13px);
  padding: 60px 90px;
  background-color: #f7f7f7;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}
.delete-item .btn-center {
  margin-bottom: 30px;
}
.delete-item .delete-item__title {
  font-size: 20px;
  color: #3c3c3c;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.delete-item .delete-item__text {
  margin-bottom: 30px;
  min-height: 255px;
}
.delete-item .delete-item__text p {
  font-size: 17px;
  color: #3c3c3c;
  margin-bottom: 30px;
}
.delete-item .delete-item__text p:last-child {
  margin-bottom: 0;
}
.attention {
  display: flex;
  fon-size: 16px;
  color: #2c2c2c;
}
.attention .icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #cd2323;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  min-width: 25px;
  margin-right: 15px;
  margin-top: -5px;
}
.form-element.discipline {
  position: relative;
}
.form-element.discipline input {
  padding-left: 50px;
}
.discipline-icon {
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.discipline-icon img {
  max-width: 25px;
}
.wysiwyg-content {
  max-width: 100%;
  width: 100%;
  height: auto;
  padding: 20px;
  resize: vertical;
  overflow: auto;
  font-family: "Roboto";
  font-size: 12px;
  border: 1px solid #c2cacf;
  border-radius: 0 0 8px 8px;
  background: #fff;
  font-size: 17px;
  color: #3c3c3c;
  min-height: 250px;
}
.wysiwyg-editor {
  display: block;
  width: 100%;
}
.wysiwyg-controls {
  display: block;
  width: 100%;
  height: 30px;
  border: 1px solid #c2cacf;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  background: #ededed;
  padding: 0 15px;
}
a.wysiwyg-controls__btn {
  display: inline-block;
  width: 20px;
  height: 30px;
  vertical-align: top;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  color: #333;
  font-weight: 600;
}
.header-right {
  padding-right: 30px;
}
.header-user {
  cursor: pointer;
  position: relative;
}
.header-user:before {
  content: "";
  background: url("../../img/lk-user-arrow.png") 50% 50% no-repeat;
  width: 12px;
  height: 7px;
  position: absolute;
  right: -20px;
  top: calc(50% - 4px);
}
a.header-user,
.header-user {
  width: 49px;
  height: 49px;
  min-width: 49px;
}
a.header-user img,
.header-user img {
  width: 49px;
  height: 49px;
  min-width: 49px;
}
.user-menu {
  display: none;
  padding: 5px 25px 25px 25px;
  width: 215px;
  position: absolute;
  top: 100%;
  right: 37px;
  background: #fff;
  border: 1px solid #c4c4c4;
}
.user-menu:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: -8px;
  right: 25px;
  background: #fff;
  border: 1px solid #c4c4c4;
  transform: rotate(-45deg);
  z-index: 1;
}
.user-menu:after {
  content: "";
  width: 40px;
  height: 20px;
  right: 15px;
  background: #fff;
  position: absolute;
  top: 0;
  z-index: 2;
}
.user-menu.open {
  display: block;
}
.user-menu .btn {
  width: 100%;
}
.user-menu li {
  padding: 0;
  margin: 10px 0;
}
.user-menu li.active a {
  color: #cd2323;
}
.user-menu li.active .user-menu__name {
  color: #cd2323;
}
.user-menu li.active .user-menu__name span {
  color: #3c3c3c;
}
.user-menu li a {
  display: flex;
  align-items: center;
  color: #3c3c3c;
  transition: 0.5s;
}
.user-menu li a:hover {
  color: #cd2323;
}
.user-menu li:before {
  display: none !important;
  padding: 0;
}
.user-menu .user-menu__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  margin-right: 20px;
  min-width: 40px;
}
.user-menu .user-menu__avatar img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  borer-radius: 50%;
}
.user-menu .user-menu__border {
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  padding: 15px 0;
}
.user-menu .user-menu__name {
  font-style: 16px;
  color: #3c3c3c;
  transition: 0.5s;
}
.user-menu .user-menu__name:hover {
  color: #cd2323;
}
.user-menu .user-menu__name:hover span {
  color: #3c3c3c;
}
.user-menu .user-menu__name span {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
}
.user-menu .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Play";
  margin-right: 20px;
  background: #cd2323;
}
.form-group {
  position: relative;
}
.form-group .form-group__top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.form-group .form-group__top label {
  margin-bottom: 0;
}
.form-group .form-group__discription {
  font-size: 12px;
  color: #cd2323;
}
.invate-link {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.invate-link .btn {
  margin-bottom: 10px;
}
.invate-link .invate-link__title {
  font-size: 16px;
  color: #3c3c3c;
  margin-right: 30px;
  margin-bottom: 10px;
}
.invate-link .invate-link__input {
  width: 222px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.invate-link .invate-link__input input {
  width: 100%;
  height: 27px;
  padding: 0 10px;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
}
.admin-discription .item {
  display: flex;
  margin-bottom: 15px;
  font-size: 16px;
  color: #2c2c2c;
}
.admin-discription .icon {
  position: relative;
  top: -4px;
  width: 25px;
  height: 25px;
  min-width: 25px;
  margin-right: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cd2323;
}
.user-event {
  display: flex;
  align-items: center;
  max-width: 220px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 700;
}
.user-event.promoted {
  color: #ea6900;
}
.user-event.promoted .icon {
  background-color: #ea6900;
}
.user-event.stock {
  color: #2c6fbb;
}
.user-event.stock .icon {
  background-color: #2c6fbb;
}
.user-event.entered {
  color: #179d6e;
}
.user-event.entered .icon {
  background-color: #179d6e;
}
.user-event.exit {
  color: #cd2323;
}
.user-event.exit .icon {
  background-color: #cd2323;
}
.user-event .icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.fulfilled-text {
  font-size: 13px;
  color: #818181;
  max-width: 180px;
}
.header-content {
  justify-content: center;
  display: flex;
}
.header-box-bg {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 11;
  box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
}
.header-box {
  position: relative;
  z-index: 9;
  max-width: 100%;
  justify-content: space-between;
  display: flex;
}
.project-menu-link {
  position: relative;
  margin-right: 50px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.project-menu-link:before {
  content: "";
  width: 1px;
  height: 30px;
  position: absolute;
  right: -22px;
  top: 0;
  background: #cd2323;
}
.popup--md {
  max-width: 720px;
}
.popup--md form {
  max-width: 510px;
  margin: 25px auto 0;
}
.popup--xs {
  max-width: 420px;
}
.popup--xs form {
  max-width: 250px;
  margin: 0 auto;
}
.popup--sm {
  max-width: 580px;
}
.popup--sm form {
  max-width: 420px;
  margin: 0 auto;
}
.popup--middle {
  max-width: 830px;
}
.popup--middle .btns-between {
  max-width: 620px;
  margin: 0 auto;
}
.popup--lg {
  max-width: 960px;
  margin: 0 auto;
}
.modal-title {
  display: block;
  text-align: center;
  font-size: 22px;
  color: #3c3c3c;
  margin-bottom: 25px;
  font-family: "Play";
  text-transform: uppercase;
}
.modal-text {
  max-width: 450px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.modal-text p {
  font-size: 16px;
  color: #3c3c3c;
  width: 100%;
  margin-bottom: 0 !important;
}
.modal-text p .red {
  color: #cd2323 !important;
}
.modal-text p span {
  color: #2c6fbb;
}
.upload-file-image {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}
.upload-file-image.avatar img {
  border-radius: 50%;
  height: 150px;
}
.upload-file-image img {
  height: 120px;
  width: auto;
  object-fit: contain;
}
.upload-file-name {
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
  color: #3c3c3c;
}
.back-link {
  position: absolute;
  left: 40px;
  bottom: 55px;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #797979;
}
.back-link .icon {
  margin-right: 10px;
}
.project-menu {
  position: absolute;
  top: 130px;
  left: 0;
  width: 100vw;
  height: 380px;
  background: #fff;
  box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
  transform: translateY(-9999px);
}
.project-menu.open {
  transform: translateY(0);
}
header {
  position: relative;
  background: #fff;
}
.header-fixed .project-menu {
  top: 50px;
  padding-top: 30px;
}
.caruselprojects-block {
  background: #f2f2f2;
}
.caruselprojects {
  position: relative;
  z-index: 12;
  height: 122px;
}
.caruselprojects .slick-prev {
  left: -54px;
}
.caruselprojects .slick-next {
  right: -54px;
}
.project-menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  color: #7a7a7a;
  transition: 0.5s;
  margin-top: 25px;
  text-align: center;
}
.project-menu-item.active {
  color: #cd2323;
}
.project-menu-item.active .project-menu-item__logo {
  filter: grayscale(0%);
}
.project-menu-item.active .project-menu-item__logo img {
  opacity: 1;
}
.project-menu-item:hover {
  color: #cd2323;
}
.project-menu-item:hover .project-menu-item__logo {
  filter: grayscale(0%);
}
.project-menu-item:hover .project-menu-item__logo img {
  opacity: 1;
}
.project-menu-item .project-menu-item__logo {
  width: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 10px;
  filter: grayscale(100%);
  transition: 0.5s;
}
.project-menu-item .project-menu-item__logo img {
  max-width: 100%;
  max-height: 100%;
  min-height: 30px;
  opacity: 0.4;
  object-fit: contain;
  transition: 0.5s;
}
.project-menu__container {
  position: relative;
  width: 100%;
  height: 260px;
}
.project-menu__content {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 260px;
  background: #e0e0e0;
}
.footer-support-new {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding-top: 30px;
  flex-wrap: wrap;
}
.footer-support-new li {
  margin: 0 0 15px 0;
}
.footer-support-new li:before {
  display: none;
}
.project-item {
  display: flex;
  background: #e0e0e0;
}
.project-item .project-item__image {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.project-item .project-item__image img {
  height: 260px;
  object-fit: cover;
  object-position: 100% 50%;
}
.project-item .project-item__text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.project-item .project-item__title {
  font-size: 25px;
  display: block;
  margin-bottom: 25px;
  color: #cd2323;
  font-weight: 700;
}
.project-item p {
  max-width: 350px;
  font-size: 15px;
  color: #3c3c3c;
  font-weight: 400;
  line-height: 24px;
}
.popup-box .btn-center {
  margin-top: 25px;
}
.popup-box .btn-center .btn {
  margin: 7px 7px 0 7px;
}
.command-link {
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
  align-items: center;
  max-width: 420px;
}
.command-link input {
  margin-right: 15px;
  height: 50px;
  width: 100%;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  padding: 0 20px;
  font-size: 17px;
  color: #3c3c3c;
}
.command-link .command-link__btn {
  min-width: 45px;
  max-width: 45px;
  height: 35px;
  padding: 0;
}
.command-link .command-link__btn img {
  max-width: 25px;
  min-width: 25px;
  width: 25px;
  height: 10px;
}
.control-panel {
  background: #e9e9e9;
  width: calc(100% + 30px);
  margin: 0 -15px -45px -15px;
  padding: 35px 15px;
  margin-top: 35px;
  border-radius: 0 0 8px 8px;
}
.good-luck {
  max-width: 420px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.good-luck .icon {
  width: 42px;
  height: 42px;
  margin-right: 20px;
  min-width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #cd2323;
}
.good-luck .icon img {
  object-fit: contain;
  max-width: 80%;
}
.capitan-selection {
  max-width: 420px;
  margin: 0 auto;
  margin-top: 30px;
}
.menu li a {
  white-space: nowrap;
  padding: 0 0.5rem;
}
.menu li a:hover span {
  background: transparent !important;
}
.menu li a span {
  padding: 5px 10px;
  border-radius: 4px;
  background: transparent;
}
.menu li.active span {
  background: #cd2323;
  color: #fff;
}
.auth-logo {
  flex: 0;
  display: block;
  min-width: 48px;
  padding-top: 20px;
}
.auth-logo a {
  width: auto;
  margin-right: 20px;
}
.auth-logo img {
  height: 55px;
  min-width: 48px;
}
.header-search {
  margin-left: 20px;
  min-width: 20px;
}
.header-notifications {
  margin-left: 40px;
  position: relative;
  height: 26px;
  min-width: 27px;
  display: flex;
  align-items: center;
}
.header-notifications span {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  background: #cd2323;
  border-radius: 50%;
  position: absolute;
  right: -12px;
  top: 0;
}
.header-mail {
  margin-left: 40px;
  margin-right: 20px;
  position: relative;
  height: 26px;
  min-width: 23px;
  display: flex;
  align-items: center;
}
.header-mail span {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  background: #cd2323;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: 0;
}
.k-logo {
  margin-right: 20px;
}
.tournament-page .tournament-page__main-info {
  display: flex;
  align-items: center;
  margin-top: -20px;
}
.tournament-page .tournament-page__main-info .status {
  margin: 0 !important;
}
.tournament-page .tournament-page__date {
  font-size: 15px;
  margin-right: 50px;
}
.tournament-page .tournament-page__status {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #2c6fbb;
  margin-right: 50px;
}
.tournament-page .tournament-page__status .icon {
  margin-right: 15px;
}
.tournament-page .tournament-page__status .icon img {
  min-width: 25px;
  width: 25px;
}
.tournament-page .tournament-page__head {
  width: 100%;
  height: 300px;
}
.tournament-page .tournament-page__head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.tournament-page .tournament-page__title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 35px 30px 45px;
  min-height: 220px;
  border: 1px solid #d6d6d6;
  border-top: 0;
  margin-bottom: 25px;
  border-radius: 0 0 10px 10px;
  position: relative;
}
.tournament-page .tournament-page__title-block h1 {
  font-size: 30px;
}
.tournament-page .tournament-page__title {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% - 185px);
}
.tournament-page .tournament-page__title a {
  font-size: 30px;
  color: #2c2c2c;
  text-decoration: underline;
}
.tournament-page .tournament-page__title a:hover {
  text-decoration: none;
}
.tournament-page .tournament-page__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  margin-right: 50px;
}
.tournament-page .tournament-page__logo img {
  max-width: 100%;
}
.tournament-page .tournament-page__btns {
  display: flex;
  flex-direction: column;
}
.tournament-page .tournament-page__btns .btn {
  margin: 0 0 5px 0;
}
.tournament-page .tournament-page__information {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.tournament-page .tournament-page__information .jspTrack {
  background: #e8e8e8;
}
.tournament-page .tournament-page__information .jspHorizontalBar {
  border-radius: 8px;
}
.tournament-page .tournament-page__information-scroll {
  display: flex;
  padding-bottom: 20px;
}
.tournament-page .tournament-page__information-scroll .tournament-info-item {
  margin-right: 10px;
  min-width: 292px;
  width: 292px;
}
.tournament-page .tournament-page__information-scroll .tournament-info-item:last-child {
  margin-right: 0;
}
.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: 445px;
}
.tournament-map__map img,
.tournament-map__map iframe {
  width: 100%;
  height: 100%;
}
.tournament-map__map img {
  object-fit: cover;
}
.tournament-map__adress {
  display: block;
  padding: 20px 50px 20px 90px;
  background: url("../../img/map-info-bg.jpg") 50% 50% no-repeat;
  background-size: cover;
  font-size: 15px;
  color: #fff;
}
.tournament-map__adress-top {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
}
.tournament-map__adress-top .icon {
  position: absolute;
  left: -35px;
  top: -3px;
  margin-right: 20px;
}
.counter-small {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.tournament-info-item {
  width: calc(100% / 4 - 10px);
  background: #f5f5f5;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 15px 25px;
  min-height: 100px;
}
.tournament-info-item .tournament-info-item__item {
  margin-bottom: 20px;
}
.tournament-info-item .tournament-info-item__item .gray {
  color: #818181 !important;
  display: inline !important;
}
.tournament-info-item .tournament-info-item__item .red {
  color: #cd2323 !important;
  display: inline !important;
}
.tournament-info-item .tournament-info-item__item:last-child {
  margin-bottom: 0;
}
.tournament-info-item .tournament-info-item__adress {
  cursor: pointer;
  color: #000;
  transition: 0.5s;
}
.tournament-info-item .tournament-info-item__adress.open,
.tournament-info-item .tournament-info-item__adress:hover {
  color: #cd2323;
}
.tournament-info-item .tournament-info-item__content {
  font-size: 15px;
}
.tournament-info-item .tournament-info-item__content strong {
  display: block;
  font-weight: 700;
}
.tournament-info-item .tournament-info-item__content span {
  display: flex;
  align-items: center;
}
.tournament-info-item .tournament-info-item__content span .icon-small {
  margin-right: 10px;
}
.tournament-info-item .icon {
  width: 70px;
  min-width: 70px;
}
.tournament-info-item .icon img {
  max-width: 40px;
}
.match-player {
  display: flex;
  align-items: center;
  width: calc(100% / 2 - 150px);
}
.match-player:first-child {
  text-align: right;
  justify-content: flex-end;
}
.match-player:first-child .match-player__avatar {
  order: 2;
  margin-left: 35px;
  margin-right: 0 !important;
}
.match-player:first-child .match-player__team .team-logo {
  margin-right: 0px;
  margin-left: 15px;
}
.match-player:first-child .match-player__position {
  justify-content: flex-end;
}
.match-player .match-player__avatar {
  min-width: 100px;
  height: 100px;
  order: -1;
  margin-right: 35px;
}
.match-player .match-player__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.match-player .match-player__content {
  position: relative;
}
.match-player .match-player__team {
  font-size: 26px;
  display: flex;
  align-items: center;
  color: #3c3c3c;
  font-weight: bold;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  justify-content: flex-end;
  transition: 0.5s;
  cursor: pointer;
}
.match-player .match-player__team:hover {
  color: #cd2323;
}
.match-player .match-player__team .team-logo {
  margin-right: 15px;
  margin-left: 0;
}
.match-player .match-player__team .team-logo img {
  max-width: 40px;
  object-fit: contain;
}
.match-player .match-player__name {
  font-size: 16px;
  display: block;
  color: #3c3c3c;
  margin-bottom: 5px;
}
.match-player .match-player__position {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #808080;
  margin-bottom: 5px;
}
.match-player .match-player__position .icon {
  margin-right: 8px;
}
.match-player .match-player__nickname {
  font-size: 16px;
  color: #2c6fbb;
  display: block;
  font-weight: 600;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}
.match-player__content-team-block {
  position: relative;
}
.match-player__content-team-block:hover .match-player__team {
  color: #cd2323;
}
.match-player__content-team-block:hover .match-player__team-list {
  display: block;
}
.match-player__team-list {
  position: absolute;
  bottom: 100%;
  padding: 50px 45px;
  background: #fff;
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.1);
  bottom: 100%;
  right: -30px;
  width: 360px;
  border-radius: 8px;
  display: none;
}
.match-player__team-list:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  transform: rotate(-45deg);
  position: absolute;
  bottom: -5px;
  left: calc(50% - 5px);
}
.match {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 40px;
}
.match .match__results {
  display: flex;
  align-items: center;
  font-size: 50px;
  font-weight: bold;
  margin: 0 100px;
  min-width: 100px;
  justify-content: center;
}
.match .match__results .win {
  color: #179d6e;
}
.match .match__results .lose {
  color: #cd2323;
}
.match .match__results .sep {
  color: #3c3c3c;
  margin: 0 10px;
}
.tournament-page .tournament-page__bottom {
  padding: 45px 100px 45px 0;
  margin-bottom: 40px;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tournament-page .tournament-page__bottom--border-none {
  padding: 0;
  border: 0;
  margin-bottom: 0;
}
.tournament-page .tournament-page__bottom--border-none .tournament-page__steps {
  padding: 0 35px 0 0;
}
.tournament-page .bottom-counter {
  width: 100%;
}
.tournament-page .tournament-page__steps {
  width: calc(100% - 410px);
  max-width: 600px;
  padding: 0 35px;
}
.tournament-page .tournament-page__steps .tournament-page__step-title {
  display: block;
  font-family: 'Play', sans-serif;
  font-size: 22px;
  color: #3c3c3c !important;
  text-transform: uppercase !important;
  font-weight: bold;
  margin-bottom: 30px;
}
.tournament-steps {
  padding-left: 25px;
}
.tournament-step {
  font-size: 16px;
  color: #3c3c3c;
  padding-bottom: 40px;
  padding-left: 45px;
  position: relative;
}
.tournament-step:before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #cd2323 url("../../img/step-check.png") calc(50% + 1px) 50% no-repeat;
  background-size: 8px auto;
  position: absolute;
  left: 0;
  top: -1px;
}
.tournament-step:after {
  content: "";
  width: 1px;
  height: calc(100% - 38px);
  background: #d2d2d2;
  position: absolute;
  left: 11px;
  top: 29px;
}
.tournament-step:last-child {
  padding-bottom: 0;
}
.tournament-step:last-child:after {
  display: none;
}
.tournament-step strong {
  display: block;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}
.tournament-chat {
  width: 380px;
  min-width: 380px;
}
.tournament-chat .tournament-chat__head {
  padding-left: 15px;
}
.tournament-chat .tournament-chat__head span {
  width: 80px;
  height: 40px;
  background: #cd2323;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 4px 0 0;
  font-weight: bold;
  font-size: 16px;
}
.tournament-chat .tournament-chat__container {
  width: 100%;
  padding: 22px 20px;
  background: #f5f5f5;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
}
.tournament-chat .tournament-chat__content {
  margin-bottom: 12px;
  height: 315px;
  overflow: hidden;
}
.tournament-chat textarea {
  border: 1px solid #d6d6d6;
  background: #fff;
  resize: vertical;
  width: 100%;
  height: 56px;
  min-height: 56px;
  padding: 10px 15px;
  font-family: "Roboto";
  margin-bottom: 12px;
  font-size: 14px;
}
.tournament-chat textarea::placeholder {
  color: #808080;
}
.message-item {
  display: block;
  font-size: 14px;
  color: #2c2c2c;
  margin-bottom: 5px;
}
.message-item span {
  color: #cd2323;
}
.tournament-banner {
  padding-top: 250px;
}
.tournament-banner {
  position: relative;
}
.tournament-banner .tournament-banner__empty {
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tournament-banner .tournament-banner__empty:after {
  content: "";
  width: 100%;
  height: 382px;
  background: url("../../img/empty-head.jpg") 50% 50% repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.tournament-banner .tournament-banner__empty a {
  position: relative;
  z-index: 9;
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 7px solid rgba(205,35,35,0.5);
  transition: 0.5s;
}
.tournament-banner .tournament-banner__empty a span {
  background: #cd2323;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  transition: 0.5s;
}
.tournament-banner .tournament-banner__empty a:hover {
  border: 7px solid rgba(205,35,35,0.1);
}
.countdown {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.countdown.countdown--blue-small .countdown__item {
  background: #2c6fbb;
}
.countdown.countdown--gray .countdown__item {
  background: #ababab;
  width: 22px;
  height: 32px;
  font-size: 18px;
}
.countdown.countdown--gray .countdown__text {
  font-size: 13px;
  top: 36px;
}
.countdown.countdown--gray .countdown__days {
  min-width: 42px;
  height: 32px;
}
.countdown.countdown--gray .countdown__hours {
  min-width: 42px;
  height: 32px;
}
.countdown.countdown--gray .countdown__minutes {
  min-width: 42px;
  height: 32px;
}
.countdown.countdown--gray-small .countdown__item {
  background: #ababab;
  width: 15px;
  height: 24px;
  font-size: 14px;
}
.countdown.countdown--gray-small .countdown__text {
  font-size: 13px;
  top: 28px;
}
.countdown.countdown--gray-small .countdown__days {
  min-width: 32px;
  height: 24px;
}
.countdown.countdown--gray-small .countdown__hours {
  min-width: 32px;
  height: 24px;
}
.countdown.countdown--gray-small .countdown__minutes {
  min-width: 32px;
  height: 24px;
}
.countdown.countdown--gray-small .countdown__item {
  background: #ababab;
}
.countdown.countdown--gray-small .countdown__text {
  color: #494949;
  font-size: 9px !important;
}
.countdown .countdown__days {
  position: relative;
  min-width: 32px;
  height: 24px;
  margin: 0 4px;
  display: flex;
}
.countdown .countdown__item {
  width: 15px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  background: #cd2323;
  margin: 0 0.5px;
}
.countdown .countdown__text {
  font-size: 10px;
  position: absolute;
  top: 28px;
  left: 0;
  width: 100%;
  text-align: center;
}
.countdown .countdown__hours {
  position: relative;
  width: 32px;
  height: 24px;
  margin-right: 12px;
  display: flex;
  margin: 0 4px;
}
.countdown .countdown__minutes {
  position: relative;
  width: 32px;
  height: 24px;
  display: flex;
  margin: 0 4px;
}
.countdown .sep {
  width: 3px;
  display: block;
  height: 24px;
  background: url("../../img/circle-sep.png") 50% 50% no-repeat;
}
.paging-top {
  max-width: 100%;
  justify-content: center;
}
.paging-top a {
  margin: 0 15px;
  font-size: 14px;
}
.team-user {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.team-user:last-child {
  margin-bottom: 0;
}
.team-user:hover .team-user__name {
  color: #cd2323;
}
.team-user__avatar {
  display: block;
  width: 56px;
  height: 56px;
  min-width: 56px;
  margin-right: 20px;
}
.team-user__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.team-user__content {
  display: block;
}
.team-user__name {
  display: block;
  font-size: 16px;
  color: #3c3c3c;
  transition: 0.5s;
}
.team-user__nickname {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #2c6fbb;
  text-align: left;
}
.team-user__position {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #808080;
}
.team-user__position .icon {
  margin-right: 10px;
}
.reserve {
  color: #cd2323;
}
.tournament-page__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tournament-page__col {
  width: calc(100% / 2 - 10px);
}
.match-result {
  font-size: 15px;
  display: flex;
  justify-content: center;
}
.match-result .win {
  font-weight: 600;
  color: #179d6e;
}
.match-result .lose {
  font-weight: 600;
  color: #cd2323;
}
.match-result .sep {
  font-weight: 600;
  color: #3c3c3c;
  margin: 0 3px;
}
.btns-center {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.btns-center .btn {
  margin: 0 5px 10px 5px;
  width: 190px;
  height: 30px;
  font-size: 14px;
  font-weight: 600;
}
.bottom-counter {
  padding: 30px 45px 0 45px;
  display: flex;
  align-items: center;
}
.bottom-counter__title {
  font-size: 16px;
  font-weight: bold;
  margin-right: 20px;
}
.question-line {
  width: 100%;
  margin-bottom: 40px;
  min-height: 90px;
  background: url("../../img/question-line-bg.jpg") 50% 50% no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  padding: 10px 15px;
}
.question-line .icon {
  min-width: 40px;
  margin-right: 20px;
}
.question-line__text {
  font-size: 24px;
  color: #fff;
  margin-right: 30px;
}
.question-line__btn {
  display: block;
}
.question-line__btn .btn {
  width: 200px;
  height: 40px;
  border: 1px solid #fff;
  font-size: 17px;
  padding: 0;
  white-space: nowrap;
}
.h3-title {
  display: block;
  font-size: 22px;
  margin-bottom: 30px;
  font-family: "Play", sans-serif;
  text-transform: uppercase;
}
.center {
  text-align: center !important;
}
.tournament-about {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  margin-bottom: 90px;
}
.tournament-about.tournament-about--border {
  border-top: 1px solid #d2d2d2;
  padding: 40px 0 0 0;
  width: calc(100% - 60px);
  margin: 0 auto 90px;
}
.tournament-about .tournament-page__steps {
  padding: 0 !important;
}
.tournament-about__text {
  width: calc(100% - 350px);
}
.tournament-about__text p {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 30px;
}
.tournament-about__text p:last-child {
  margin-bottom: 0;
}
.tournament-about__banner {
  width: 300px;
}
.tournament-about__banner img {
  width: 100%;
}
.tournaments-winners {
  padding: 0 30px;
  margin-bottom: 40px;
}
.tournaments-information {
  padding: 0 30px;
  margin-bottom: 40px;
}
.tournaments-information hr {
  border: 1px solid #d2d2d2;
  border-bottom-width: 0;
}
.tournament-bracket {
  margin-bottom: 40px;
}
.tournament-bracket img {
  width: 100%;
}
h1.lowercase {
  text-transform: none;
}
.tournament-page__title-block-right {
  width: 100%;
}
.tournament-page__info {
  display: flex;
  justify-content: space-between;
}
.tournament-page__info .tournament-page__info-col {
  width: calc(100% / 3 - 10px);
}
.tournament-page__info .tournament-page__info-col .col-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  font-size: 14px;
  min-height: 35px;
}
.tournament-page__info .tournament-page__info-col .col-item span {
  color: #818181;
}
.tournament-page__info .tournament-page__info-col .col-item strong {
  margin-right: 5px;
}
.info-team {
  display: flex;
  align-items: center;
  font-size: 14px !important;
  color: #cd2323 !important;
  transition: 0.5s;
  text-decoration: none !important;
  font-weight: 500;
}
.info-team:hover {
  color: #2c6fbb !important;
}
.info-team .icon {
  margin-right: 10px;
  width: 35px;
  height: 35px;
}
.info-team .icon display block img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.applications-open {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #179d6e;
}
.applications-open .icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #179d6e;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.applications-open .icon img {
  width: 8px;
}
.jspVerticalBar {
  width: 8px;
  background: transparent;
}
.jspTrack {
  background: #fff;
  width: 8px;
  border-radius: 8px;
}
.jspDrag {
  background: #cd2323;
  width: 8px;
  border-radius: 8px;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0; /* можно прижать к нижнему или верхнему краю */
  left: 0;
  width: 100%;
  height: 8px; /* высота слушит шириной полосы прокрутки */
  background: #e8e8e8;
}
.horizontal-only {
  height: auto;
  max-height: 180px;
}
.winners {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
.winner-item {
  width: calc(100% / 3 - 13px);
  min-height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;
  border-radius: 4px;
}
.winner-item--gold {
  background: url("../../img/gold-bg.jpg") 50% 0 no-repeat;
  background-size: cover;
}
.winner-item--silver {
  background: url("../../img/silver-bg.jpg") 50% 0 no-repeat;
  background-size: cover;
}
.winner-item--bronze {
  background: url("../../img/bronze-bg.jpg") 50% 0 no-repeat;
  background-size: cover;
}
.winner-item_logo {
  width: 105px;
  height: 105px;
}
.winner-item_logo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.winner-item__position {
  height: 30px;
  padding: 0 13px;
  background: #cd2323;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-top: -10px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
}
.winner-item__team {
  font-size: 20px;
  color: #3c3c3c;
  margin-bottom: 23px;
}
.winner-item__prize {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  max-width: 250px;
  margin: 0 auto;
}
.winner-item__prize .icon {
  font-size: 16px;
  color: #3c3c3c;
  margin-right: 15px;
  width: 22px;
  min-width: 22px;
}
.similar-tournaments {
  border-top: 1px solid #d2d2d2;
  padding: 35px 0;
}
.similars {
  display: flex;
  justify-content: space-between;
}
.similar-item {
  display: block;
  width: calc(100% / 3 - 20px);
}
.similar-item .countdown {
  margin: 0;
}
.similar-item__image {
  display: block;
  width: 100%;
  height: 195px;
  position: relative;
}
.similar-item__image .similar-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom bottom;
  border-radius: 8px 8px 0 0;
}
.similar-item__image .similar-item__image-logo {
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: 40%;
  z-index: 9;
}
.similar-item__content {
  padding: 20px;
  border: 1px solid #c4c4c4;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  height: calc(100% - 190px);
  margin-top: -3px;
}
.similar-item__title {
  display: block;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}
.similar-item__title a {
  color: #3c3c3c;
  transition: 0.5s;
}
.similar-item__title a:hover {
  color: #cd2323;
}
.similar-item__date {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #cd2323;
  font-weight: bold;
}
.similar-item__date .icon {
  margin-right: 15px;
}
.similar-item__date .icon img {
  max-height: 20px;
}
.similar-item__info li {
  display: flex;
  padding: 0;
  margin: 0 0 10px 0;
  color: #2c6fbb;
  font-weight: 600;
}
.similar-item__info li strong {
  display: inline-block;
  color: #3c3c3c;
  margin-right: 10px;
}
.similar-item__info li a {
  color: #cd2323;
  font-weight: 400;
}
.similar-item__info li a:hover {
  text-decoration: underline;
}
.similar-item__info li:last-child {
  margin-bottom: 0;
}
.similar-item__info li:before {
  display: none;
}
.achiev-filter {
  display: flex;
  justify-content: space-between;
}
.achiev-filter .achiev-select {
  width: 190px;
}
.achiev-filter .achiev-select .form-element {
  width: 100%;
  margin: 0 0 20px 0 !important;
}
.achiev-filter .achiev-select .form-element .jq-selectbox__select {
  width: 100%;
}
.achievements {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #3c3c3c;
  font-weight: bold;
}
.achievements .achievements__icon {
  width: 45px;
  height: 45px;
  min-width: 45px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  color: #fff;
}
.achievements .achievements__icon img {
  width: 45px;
  height: 45px;
}
.achievements .achievements__icon.numbers-lg {
  font-size: 22px;
}
.achievements .achievements__icon.numbers-sm {
  font-size: 19px;
}
.achievements .achievements__icon.orange {
  background: #ee6e2f;
}
.achievements .achievements__icon.gray {
  background: #b5b5b5;
}
.achievements .achievements__icon.blue {
  background: #2f70b8;
}
.achievements .achievements__icon.pink {
  background: #dc235e;
}
.achievements .achievements__icon.red {
  background: #cc2128;
}
.status-table-center {
  display: flex;
  justify-content: center;
  width: 80px;
}
.achievements__discription {
  max-width: 420px;
  padding-left: 50px;
  display: block;
  text-align: left;
}
.progress-bar {
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding-left: 20px;
}
.progress-bar__content {
  width: 240px;
  position: relative;
  height: 5px;
  border-radius: 8px;
  background: #c9c9c9;
  right: 20px;
}
.progress-bar__content span {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  background: #cd2323;
  border-radius: 8px;
  display: inline-block;
}
.progress-bar__numbers {
  font-size: 14px;
  font-weight: 700;
  color: #3c3c3c;
}
.progress-bar__numbers span {
  color: #cd2323;
}
.achievs {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 12px);
  margin: 0 -12px 0 0;
}
.achiev-item {
  width: calc(100% / 5 - 12px);
  margin: 0 12px 12px 0;
  background: #f7f7f7;
  border: 1px solid #c4c4c4;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 25px;
}
.achiev-item--check {
  background: #fff;
}
.achiev-item--check .achiev-item__check {
  display: block;
  width: 31px;
  height: 49px;
  background: url("../../img/achiev-status.png") 0 0 no-repeat;
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 9;
}
.achiev-item .achiev-item__title {
  display: block;
  text-align: center;
  color: #3c3c3c;
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.achiev-item .achiev-item__text {
  font-size: 15px;
  color: #3c3c3c;
  display: block;
  line-height: 20px;
  height: 100px;
  overflow: hidden;
}
.achiev-item .achiev-item__date {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #3c3c3c;
}
.achiev-item .progress-bar {
  padding: 0;
  margin: 0;
  height: 20px;
  margin-bottom: 20px;
  justify-content: space-between;
  width: 100%;
  padding-left: 20px;
}
.achiev-item .progress-bar .progress-bar__content {
  width: calc(100% - 16px);
  margin: 0;
}
.achiev-item .icon {
  width: 72px;
  height: 72px;
  min-width: 72px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #fff;
}
.achiev-item .icon img {
  width: 72px;
  height: 72px;
}
.achiev-item .icon.numbers-lg {
  font-size: 30px;
}
.achiev-item .icon.numbers-sm {
  font-size: 28px;
}
.achiev-item .icon.orange {
  background: #ee6e2f;
}
.achiev-item .icon.gray {
  background: #b5b5b5;
}
.achiev-item .icon.blue {
  background: #2f70b8;
}
.achiev-item .icon.pink {
  background: #dc235e;
}
.achiev-item .icon.red {
  background: #cc2128;
}
.modal-content-center {
  width: 100%;
  max-width: 510px;
  margin: 0 auto;
}
.modal-upload {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.modal-upload .decor-item__container {
  width: 170px;
  height: 90px;
  margin: -7px 0 0 -7px;
}
.modal-upload .modal-upload__content {
  width: calc(100% - 190px);
}
.modal-upload .modal-upload__content button {
  margin-bottom: 10px;
}
.modal-upload .modal-upload__content p {
  font-size: 14px;
  color: #808080;
}
.game-screenshot {
  margin-bottom: 40px;
}
.game-screenshot img {
  width: 100%;
}
.modal-game {
  width: calc(100% + 30px);
  margin: 0 -15px 30px -15px;
  padding: 30px;
  background: #e9e9e9;
}
.modal-game__game-number {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  color: #cd2323;
  font-family: "Play", sans-serif;
}
.match-player-modal {
  display: flex;
  align-items: center;
  width: calc(100% / 2 - 110px);
}
.match-player-modal:first-child {
  text-align: right;
  justify-content: flex-end;
}
.match-player-modal:first-child .match-player-modal__avatar {
  order: 2;
  margin-left: 20px;
  margin-right: 0 !important;
}
.match-player-modal:first-child .match-player-modal__team .team-logo {
  margin-right: 0px;
  margin-left: 15px;
}
.match-player-modal:first-child .match-player-modal__position {
  justify-content: flex-end;
}
.match-player-modal .match-player-modal__avatar {
  min-width: 78px;
  height: 78px;
  order: -1;
  margin-right: 20px;
}
.match-player-modal .match-player-modal__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.match-player-modal .match-player-modal__content {
  position: relative;
}
.match-player-modal .match-player-modal__team {
  font-size: 26px;
  display: flex;
  align-items: center;
  color: #3c3c3c;
  font-weight: bold;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  justify-content: flex-end;
  transition: 0.5s;
  cursor: pointer;
}
.match-player-modal .match-player-modal__team:hover {
  color: #cd2323;
}
.match-player-modal .match-player-modal__team .team-logo {
  margin-right: 15px;
  margin-left: 0;
}
.match-player-modal .match-player-modal__team .team-logo img {
  max-width: 40px;
  object-fit: contain;
}
.match-player-modal .match-player-modal__name {
  font-size: 16px;
  display: block;
  color: #3c3c3c;
  margin-bottom: 5px;
}
.match-player-modal .match-player-modal__position {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #808080;
  margin-bottom: 5px;
}
.match-player-modal .match-player-modal__position .icon {
  margin-right: 8px;
}
.match-player-modal .match-player-modal__nickname {
  font-size: 16px;
  color: #2c6fbb;
  display: block;
  font-weight: 600;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}
.match-player-modal__content-team-block {
  position: relative;
}
.match-player-modal__content-team-block:hover .match-player-modal__team {
  color: #cd2323;
}
.match-player-modal__content-team-block:hover .match-player-modal__team-list {
  display: block;
}
.match-player-modal__team-list {
  position: absolute;
  bottom: 100%;
  padding: 50px 45px;
  background: #fff;
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.1);
  bottom: 100%;
  right: -30px;
  width: 360px;
  border-radius: 8px;
  display: none;
}
.match-player-modal__team-list:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  transform: rotate(-45deg);
  position: absolute;
  bottom: -5px;
  left: calc(50% - 5px);
}
.match-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.match-modal .match-modal__results {
  display: flex;
  align-items: center;
  font-size: 50px;
  font-weight: bold;
  margin: 0 50px;
  min-width: 100px;
  justify-content: center;
}
.match-modal .match-modal__results input {
  width: 58px;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #b4b4b4;
  font-size: 17px;
  text-align: center;
}
.match-modal .match-modal__results .win {
  color: #179d6e;
}
.match-modal .match-modal__results .lose {
  color: #cd2323;
}
.match-modal .match-modal__results .sep {
  color: #3c3c3c;
  margin: 0 10px;
}
.match-modal .match-modal__results .sep--small {
  font-size: 17px;
}
.results-slider .slick-arrow {
  top: -40px;
}
.game-result {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.game-result:last-child {
  margin-bottom: 0;
}
.game-result__avatar {
  display: block;
  width: 76px;
  height: 76px;
  min-width: 76px;
  margin-right: 25px;
}
.game-result__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.game-result__name {
  font-size: 16px;
  margin-right: 25px;
}
.game-result__name span {
  font-weight: 600;
  display: block;
  font-size: 18px;
}
.game-result__input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.game-result__input input {
  width: 58px;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #b4b4b4;
  font-size: 17px;
  text-align: center;
}
.game-result__input .sep {
  font-size: 17px;
  margin: 0 10px;
}
.p-next {
  text-align: right;
}
.match-info {
  margin-bottom: 40px;
}
.match-info .match-info__top {
  border: 1px solid #d6d6d6;
  border-top: 0;
  padding: 45px;
}
.match-info .match-info__middle {
  padding: 45px 45px 0 45px;
  border: 1px solid #d6d6d6;
  border-top: 0;
}
.match-info .match-info__bottom {
  padding: 45px;
  border: 1px solid #d6d6d6;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
.match-info .match-info__title {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.match-info .match-info__title h1 {
  font-size: 26px;
}
.match-info .match-info__title h1 a {
  color: #2c2c2c;
  text-decoration: underline;
}
.match-info .match-info__title h1 a:hover {
  text-decoration: none;
}
.match-info .match-info__logo {
  margin-right: 32px;
  width: 65px;
  min-width: 45px;
}
.match-info .match-info__logo img {
  max-width: 100%;
}
.match-info .match-info__main-info ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.match-info .match-info__main-info ul li {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #2c2c2c;
  margin: 0 30px 15px 0 !important;
  padding: 0 !important;
}
.match-info .match-info__main-info ul li:before {
  display: none;
}
.match-info .match-info__main-info ul li .icon {
  width: 18px;
  display: block;
  margin-right: 10px;
}
.match-info .match-info__main-info ul li .icon img {
  max-width: 100%;
  min-width: 16px;
}
.page-game-format {
  padding-top: 20px;
}
.page-game-format__item {
  margin-bottom: 10px;
  font-size: 14px;
  color: #2c2c2c;
  display: flex;
  align-items: center;
}
.page-game-format__item:last-child {
  margin-bottom: 0;
}
.page-game-format__item span {
  display: inline-block;
  margin-right: 20px;
  font-weight: 700;
}
.player-position-main {
  width: 100%;
  max-width: 845px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #cd2323;
  border-radius: 8px;
  padding: 30px 80px;
  margin-bottom: 45px;
}
.player-position-main__stats {
  width: 100%;
  padding: 0px 0 0 110px;
}
.player-position-main__stats-content {
  border-top: 1px solid #c4c4c4;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 20px;
}
.player-position-main__left {
  display: flex;
  align-items: center;
}
.player-position-main__avatar {
  width: 80px;
  height: 80px;
  margin-right: 30px;
  min-width: 80px;
}
.player-position-main__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.player-position-main__name span {
  display: block;
  font-size: 18px;
  color: #3c3c3c;
  font-weight: bold;
}
.player-position-main__name a {
  font-size: 18px;
  font-weight: bold;
  color: #2c6fbb;
}
.player-position-main__position {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #2c2c2c;
}
.player-position-main__position span {
  display: inline-block;
  font-size: 28px;
  margin-right: 5px;
  position: relative;
  top: -3px;
}
.player-position-main__position .icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.player-position-main__position .icon img {
  max-width: 90%;
  object-fit: contain;
}
.player-position-main__points {
  font-size: 18px;
  color: #cd2323;
  font-weight: 700;
}
.player-position-main__points span {
  display: inline-block;
  font-size: 28px;
  margin-right: 5px;
}
.player-position-main__stats-week {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.player-position-main__stats-current,
.player-position-main__stats-old {
  display: flex;
  align-items: center;
  margin-right: 30px;
  font-size: 15px;
  margin-bottom: 10px;
}
.player-position-main__stats-current .rating-position .icon,
.player-position-main__stats-old .rating-position .icon {
  margin-left: 10px;
}
.player-position-main__stats-other {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.player-position-main__text {
  width: 100%;
}
.player-position-main__text p {
  font-size: 18px;
  text-align: center;
  margin: 0;
  font-weight: 600;
}
.player-position-main__text p a {
  color: #cd2323;
  transition: 0.5s;
}
.player-position-main__text p a:hover {
  color: #3776be;
}
.rating-position {
  display: flex;
  align-items: center;
}
.rating-position .icon {
  margin-right: 3px;
  position: relative;
  top: -1px;
}
.rating-position--top {
  color: #2c6fbb;
}
.rating-position--bottom {
  color: #cd2323;
}
.stat-other-item {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-top: 10px;
}
.stat-other-item strong {
  margin-left: 5px;
  font-weight: 700;
}
.stat-other-item .icon {
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.stat-other-item .icon img {
  max-width: 14px;
}
.table-inline {
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-inline__position {
  text-align: center;
  width: 22px;
  margin-right: 10px;
}
.pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.pagination a {
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #83888f;
  border-radius: 50%;
  margin: 0 6px;
  padding-top: 2px;
}
.pagination .active {
  color: #fff !important;
  background: #cd2323;
}
.content {
  z-index: 9;
}
footer {
  position: relative;
  z-index: 10 !important;
}
.banner-center {
  display: flex;
  justify-content: center;
}
.banner-center img {
  max-width: 100%;
}
.last-tournaments-link {
  display: flex;
  justify-content: center;
  margin: -20px 0 45px 0;
}
.last-tournaments-link a {
  font-size: 22px;
  color: #cd2323;
  text-transform: uppercase;
  font-weight: bold;
}
.tournaments-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
.tournaments-top__table {
  width: calc(100% - 335px);
}
.tournaments-top__table table,
.tournaments-top__table .responsive {
  margin-bottom: 0 !important;
}
.tournaments-top__banner {
  text-align: center;
}
.tournament-list-inline {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.tournament-list-inline .countdown {
  margin-bottom: -2px;
}
.table-user__logotype-small {
  margin-right: 30px;
  padding-left: 30px;
}
.table-user__logotype-small img {
  max-width: 50px;
}
.table-user__logotype-small.end img {
  filter: grayscale(100%);
}
.translation-slider-container {
  background: #f3f3f3;
  width: calc(100% + 4rem);
  margin: 0 -2rem 45px;
  padding: 20px 20px;
}
.translation-slider-container .CaruselTranslation::before,
.translation-slider-container .CaruselTranslation::after {
  background: #f3f3f3;
}
.content:before {
  display: none !important;
}
.tournament-status {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin: 0 -15px 0 30px;
  min-width: 9px;
}
.tournament-status--process {
  background: #2c6fbb;
}
.tournament-status--start {
  background: #179d6e;
}
.tournament-status--end {
  background: #8d8d8d;
}
.table-members span {
  color: #818181;
}
.counter-table,
.counter-table__title {
  display: block;
  font-size: 12px;
  color: #212121;
  margin-bottom: 5px;
  text-align: center;
}
.table-end-time {
  color: #818181;
}
.tournament-new {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.tournament-new__image {
  width: 100%;
  height: 190px;
  display: block;
  position: relative;
}
.tournament-new__image span {
  position: absolute;
  top: 0;
  left: 20px;
}
.tournament-new__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.tournament-new__title {
  display: block;
  margin-bottom: 25px;
}
.tournament-new__title a {
  font-size: 18px;
  color: #3c3c3c;
  display: flex;
  font-weight: 600;
  transition: 0.5s;
}
.tournament-new__title a:hover {
  color: #cd2323;
}
.tournament-new__logo {
  display: block;
  width: 23px;
  min-width: 23px;
  margin-right: 15px;
}
.tournament-new__logo img {
  width: 100%;
}
.tournament-new__content {
  padding: 20px;
  border: 1px solid #c4c4c4;
  border-radius: 0 0 4px 4px;
  border-top: 0;
}
.tournament-new__content-bottom {
  display: flex;
  align-items: flex-end;
}
.tournament-new__list {
  width: calc(100% - 145px);
}
.tournament-new__counter-title {
  display: block;
  text-align: center;
  font-size: 12px;
  text-align: right;
  color: #ababab;
}
.tournament-new__list-item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  width: 100%;
}
.tournament-new__list-item p {
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.tournament-new__list-item .icon {
  display: block;
  min-width: 23px;
  width: 23px;
  margin-right: 15px;
}
.tournament-new__list-item .icon img {
  max-width: 18px;
}
.tournament-new__counter {
  width: 140px;
}
.reiting-player .img-box {
  width: 50px !important;
}
.reiting-player .img-box img {
  width: 50px;
  height: 50px;
}
.reiting-player .stats.up {
  color: #2c6fbb;
}
.reiting-player .stats.down {
  color: #cd2323;
}
.reiting {
  margin-bottom: 15px;
}
.reiting .reiting-list li:before {
  top: 29px;
}
.reiting .reiting-list li:nth-child(1):before {
  font-size: 0;
  width: 23px;
  height: 23px;
  left: -7px;
  border-radius: 50%;
  background: #f39500 url("../../img/winner-icon-big.png") 50% 50% no-repeat;
  background-size: 12px auto;
}
.reiting .reiting-list li:nth-child(2):before {
  font-size: 0;
  width: 23px;
  left: -7px;
  height: 23px;
  border-radius: 50%;
  background: #979797 url("../../img/winner-icon-big.png") 50% 50% no-repeat;
  background-size: 12px auto;
}
.reiting .reiting-list li:nth-child(3):before {
  font-size: 0;
  width: 23px;
  left: -7px;
  height: 23px;
  border-radius: 50%;
  background: #e46333 url("../../img/winner-icon-big.png") 50% 50% no-repeat;
  background-size: 12px auto;
}
.status {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  margin-left: 50px;
}
.status span.red {
  color: #cd2323;
  margin: 0 0 0 10px;
}
.status.status-icon {
  justify-content: center;
  margin-left: 0 !important;
}
.status.status-icon .icon {
  margin: 0;
}
.status.status-lg {
  font-size: 15px;
  min-width: 250px;
  justify-content: center;
  margin-left: -20px;
  text-align: left;
}
.status.status-lg span {
  color: #cd2323;
  margin: 0 0 0 10px;
}
.status.status-winner {
  color: #2c2c2c !important;
}
.status .icon,
.status div {
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
  margin: 0 10px 0 0 !important;
}
.status-ok {
  color: #2c6fbb;
}
.status-ok .icon {
  background: #2c6fbb;
}
.status-confirmed {
  color: #179d6e;
}
.status-confirmed .icon {
  background: #179d6e;
}
.status-process {
  color: #f39500;
}
.status-process .icon {
  background: #f39500;
}
.status-process2 {
  color: #ea6900;
}
.status-process2 .icon {
  background: #ea6900;
}
.status-disqual {
  color: #cd2323;
}
.status-disqual .icon {
  background: #cd2323;
}
.status-none {
  color: #b2b2b2;
}
.status-none .icon {
  background: #b2b2b2;
}
.table-status-inline {
  display: flex;
  justify-content: center;
}
.table-status-inline .col {
  width: 200px;
  max-width: 200px;
}
.table-status-inline .col .status {
  margin-left: 0 !important;
  min-width: 200px !important;
}
.team-window {
  width: 590px;
  padding: 40px;
  box-shadow: 0 0 5px 3px rgba(0,0,0,0.1);
  position: absolute;
  top: calc(100% + 30px);
  right: -50px;
  background: #fff;
  z-index: 11;
  display: none;
}
.team-window.open {
  display: block;
}
.team-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.team-content .team-item {
  width: calc(100% / 2 - 10px);
}
.team-item {
  margin-top: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none !important;
}
.team-item:hover .team-item__name,
.team-item:hover .team-item__nickname {
  color: #cd2323 !important;
}
.team-item__avatar {
  width: 56px;
  height: 56px;
  min-width: 56px;
  margin-right: 20px;
}
.team-item__avatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-item__content {
  display: block;
}
.team-item__name {
  display: block;
  font-size: 16px;
  color: #3c3c3c !important;
  margin-bottom: 2px;
  transition: 0.5s;
}
.team-item__nickname {
  display: block;
  font-size: 16px;
  color: #2c6fbb !important;
  font-weight: 600;
  margin-bottom: 2px;
  transition: 0.5s;
}
.team-item__status {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #808080;
}
.team-item__status .icon {
  display: block;
  margin-right: 5px;
}
.info-team-btn {
  cursor: pointer;
}
.tournaments-slider {
  padding: 25px 53px;
}
.tournaments-slider .tour-translation {
  margin: 0 10px;
}
.tour-translation {
  display: block;
}
.tour-translation:hover .tour-translation__title,
.tour-translation:hover .tour-translation__player-name,
.tour-translation:hover .tour-translation__player-nickname {
  color: #cd2323;
}
.tour-translation__image {
  width: 100%;
  height: 146px;
  margin-bottom: 12px;
  display: block;
}
.tour-translation__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tour-translation__type {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #cd2323;
  margin-bottom: 12px;
}
.tour-translation__type .icon {
  margin-right: 10px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cd2323;
}
.tour-translation__title {
  display: block;
  color: #3c3c3c;
  margin-bottom: 12px;
  font-weight: 600;
  transition: 0.5s;
}
.tour-translation__player {
  display: flex;
  align-items: center;
}
.tour-translation__player-avatar {
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 12px;
}
.tour-translation__player-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.tour-translation__player-name {
  display: block;
  font-size: 13px;
  color: #3c3c3c;
  transition: 0.5s;
}
.tour-translation__player-nickname {
  display: block;
  font-size: 13px;
  color: #3c3c3c;
  font-weight: 600;
  transition: 0.5s;
}
.regulations {
  display: flex;
  justify-content: space-between;
}
.regulations__content {
  width: calc(100% - 270px);
  padding: 0 32px;
}
.regulations__content p {
  font-size: 16px;
  line-height: 30px;
}
.regulations__content h3 {
  font-size: 22px;
  margin-bottom: 30px;
}
.regulations__content ul {
  margin-bottom: 10px;
}
.regulations__content ul li {
  position: relative;
  padding: 0;
  font-size: 16px;
  line-height: 30px;
  color: #3c3c3c;
}
.regulations__content ul li:before {
  display: none;
}
.regulations__content ul li ul {
  margin-top: 5px;
  padding-left: 45px;
}
.regulations__content ul li ul li:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  top: 11px;
  border-radius: 50%;
  background: #cd2323;
  font-size: 0;
  position: absolute;
  left: -11px;
}
.sepee {
  display: none;
}
.regulations__side {
  width: 240px;
}
.regulations__side .btn {
  margin-bottom: 15px;
}
.regulations__side-sticky {
  position: sticky;
  top: 100px;
  width: 100%;
}
.referee-main {
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  background: #f7f7f7;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.referee-main__title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.referee-main__avatar {
  width: 90px;
  height: 90px;
  display: block;
  margin-bottom: 15px;
}
.referee-main__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.referee-main__name {
  font-size: 17px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  color: #3c3c3c;
}
.referee-main__nickname {
  font-size: 17px;
  font-weight: 600;
  display: block;
  margin-bottom: 30px;
}
.referee-main__nickname a {
  color: #3370b8;
  transition: 0.5s;
}
.referee-main__nickname a:hover {
  color: #cd2323;
}
.event {
  position: relative;
  z-index: inherit;
}
.event .name {
  cursor: pointer;
}
.event .name:hover .event-more {
  display: flex;
}
.event-more {
  display: none;
  position: absolute;
  z-index: 11;
  bottom: 40px;
  left: calc(50% - 165px);
  width: 330px;
  padding: 50px;
  border-radius: 4px;
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.1);
  flex-direction: column;
  background: #fff;
}
.event-more ul {
  padding: 0;
  margin: 0;
}
.event-more ul span {
  display: block;
  font-weight: 600;
}
.event-more ul li {
  position: relative;
  padding: 0 0 0 35px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #2c2c2c;
}
.event-more ul li:last-child {
  margin-bottom: 0;
}
.event-more ul li:before {
  display: none;
}
.event-more ul li .icon {
  width: 20px;
  position: absolute;
  left: 0px;
  top: 1px;
}
.event-more ul li .icon img {
  max-width: 100%;
}
.event-more__logo {
  max-height: 70px;
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.event-more__logo img {
  height: 100%;
}
.event-more__title {
  display: block;
  text-align: center;
  color: #2c2c2c;
  font-size: 22px;
  margin-bottom: 15px;
}
.rating-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.rating-top__item {
  margin-right: 15px;
}
.rating-top__banner {
  width: 300px;
  text-align: center;
}
.rating-top__banner img {
  width: 300px;
}
.disciplines {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.disciplines .discipline-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.disciplines .discipline-item:nth-child(-n+5) {
  width: calc(100% / 5 - 13px);
}
.disciplines .discipline-item:nth-child(n+6):nth-child(-n+11) {
  width: calc(100% / 6 - 13px);
}
.discipline-item {
  display: block;
  margin-bottom: 15px;
}
.discipline-item img {
  width: 100%;
}
.tournament-series {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.tournament-series .series-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tournament-series .series-item:nth-child(-n+3) {
  width: calc(100% / 3 - 13px);
}
.tournament-series .series-item:nth-child(n+4):nth-child(-n+7) {
  width: calc(100% / 4 - 13px);
}
.series-item {
  display: block;
  margin-bottom: 15px;
}
.series-item:hover .series-item__title {
  color: #cd2323;
}
.series-item__image {
  height: 195px;
  width: 100%;
  display: block;
}
.series-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}
.series-item__title {
  display: block;
  padding: 20px;
  border: 1px solid #c4c4c4;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  font-size: 24px;
  color: #3c3c3c;
  font-weight: 600;
  transition: 0.5s;
}
.modal-main-icon {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}
.cancel-form {
  border-top: 1px solid #d3d3d3;
  padding-top: 25px;
}
.cancel-form__title {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.cancel-form__title.center {
  text-align: center;
  margin-bottom: 25px;
}
.pay-modal {
  max-width: 500px;
  margin: 0 auto;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  padding: 25px 0;
}
.pay-modal .item {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.pay-modal .item p {
  margin: 0;
}
.pay-modal .item:last-child {
  margin-bottom: 0;
}
.pay-modal .item a {
  color: #cd2323;
}
.pay-modal .icon {
  width: 25px;
  min-width: 25px;
  display: flex;
  margin-right: 20px;
}
.pay-modal .icon img {
  max-width: 100%;
}
.popup label,
.popup .form-element {
  font-family: "Play";
}
.text-error {
  text-align: left;
  position: relative;
  bottom: 0;
  font-family: "Play";
  font-weight: 400 !important;
  font-size: 13px;
}
.form-element {
  position: relative;
}
.form-element.form-element-yes:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../../img/form-yes.png");
  position: absolute;
  top: 12px;
  right: -30px;
}
.form-element.form-element-no:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../../img/form-no.png");
  position: absolute;
  top: 12px;
  right: -30px;
}
.btns-between {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.compound-list {
  max-width: 570px;
  margin: 0 auto;
  padding: 30px 0 15px 0;
}
.compound-list .item {
  display: flex;
  font-size: 16px;
  margin-bottom: 15px;
}
.compound-list .item .icon {
  margin-right: 15px;
  min-width: 24px;
}
.compound-list .item .icon img {
  width: 24px;
  height: 24px;
}
.line-up {
  border-top: 1px solid #d3d3d3;
  max-width: 620px;
  margin: 35px auto 0;
  padding: 35px 0 0 0;
}
.line-up__participation-top {
  font-size: 14px;
  color: #808080;
  padding-bottom: 20px;
}
.line-up__team {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 45px;
}
.line-up__team .logotype {
  width: 84px;
  height: 84px;
  display: block;
  margin-right: 20px;
}
.line-up__team .logotype img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.line-up-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.line-up-item:first-child .line-up-item__participation {
  position: relative;
}
.line-up-item:first-child .line-up-item__participation:before {
  content: "Участие в турнире";
  font-size: 14px;
  color: #808080;
  position: absolute;
  white-space: nowrap;
  top: -50px;
  left: 0;
  width: 120px;
  text-align: center;
}
.line-up-item__hint {
  position: relative;
  margin-right: 15px;
  min-width: 24px;
}
.line-up-item__hint:hover .line-up-item__hint-content {
  display: block;
}
.line-up-item__hint .icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.line-up-item__hint-content {
  width: 275px;
  padding: 25px 20px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.1);
  position: absolute;
  bottom: 40px;
  text-align: center;
  left: calc(50% - 138px);
  display: none;
}
.line-up-item__hint-content:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -5px;
  left: calc(50% - 5px);
  background: #fff;
  transform: rotate(-45deg);
}
.line-up-item__position {
  display: block;
  margin-right: 10px;
  min-width: 20px;
}
.line-up-item__avatar {
  position: relative;
  min-width: 56px;
  width: 56px;
  height: 56px;
  margin-right: 22px;
}
.line-up-item__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.line-up-item__content {
  width: 250px;
  margin-right: 20px;
}
.line-up-item__edit {
  width: 24px;
  min-width: 24px;
  display: block;
  margin-right: 30px;
}
.line-up-item__edit .icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #cd2323;
  transition: 0.5s;
  cursor: pointer;
}
.line-up-item__edit .icon:hover {
  background: #2c6fbb;
}
.line-up-item__drag {
  display: block;
  margin-right: 0;
  width: 12px;
  min-width: 12px;
  cursor: pointer;
}
.line-up-item__name {
  font-size: 16px;
  display: block;
}
.line-up-item__nickname {
  font-size: 16px;
  display: block;
  font-weight: 600;
}
.line-up-item__position-team {
  font-size: 14px;
  color: #cd2323;
  display: flex;
  align-items: center;
}
.line-up-item__position-team.reserve {
  color: #808080;
}
.line-up-item__position-team .icon {
  margin-right: 5px;
}
.line-up-item__participation {
  display: flex;
  justify-content: center;
  width: 120px;
  min-width: 120px;
}
.line-up-item__status {
  display: block;
  cursor: pointer;
}
.line-up-item__status-block {
  position: absolute;
  right: -5px;
  top: -2px;
  min-width: 18px;
  min-height: 18px;
  bottom: auto;
  left: auto;
  z-index: 9;
}
.line-up-item__status-block:hover .line-up-item__status-hint-content {
  display: block;
}
.line-up-item__status-hint-content {
  width: 275px;
  padding: 25px 20px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.1);
  position: absolute;
  bottom: 40px;
  text-align: center;
  left: calc(50% - 138px);
  display: none;
}
.line-up-item__status-hint-content:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -5px;
  left: calc(50% - 5px);
  background: #fff;
  transform: rotate(-45deg);
}
.control-panel .line-up-item:last-child {
  margin-bottom: 0;
}
.control-panel__title {
  font-size: 16px;
  color: #808080;
  text-align: center;
  margin-bottom: 20px;
}
.add-player {
  padding: 15px 15px 15px 85px;
  border-top: 1px solid #d3d3d3;
}
.add-player:last-child {
  border-bottom: 1px solid #d3d3d3;
}
.add-player a {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #2c2c2c;
}
.add-player a .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #cd2323;
  margin-right: 13px;
  position: relative;
}
.add-player a .icon:before {
  content: "";
  width: 2px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 1px);
}
.add-player a .icon:after {
  content: "";
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 6px);
}
.create-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #d3d3d3;
}
.create-item:last-child {
  border-bottom: 1px solid #d3d3d3;
}
.modal-create {
  max-width: 500px;
  margin: 30px auto 0;
}
.create-item__title {
  font-size: 17px;
  color: #2c2c2c;
  font-weight: 600;
}
.create-item__btn .btn {
  width: 135px;
  height: 32px;
  min-width: 135px;
}
.content-box {
  position: relative;
}
.newsline {
  background: #f6f6f6;
  padding: 20px;
  border: 1px solid #c4c4c4;
  border-radius: 12px;
  margin: -10px 0 45px 0;
}
.newsline__title-mobile {
  display: none;
  font-size: 38px;
  color: #3c3c3c;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.newsline ul {
  margin-bottom: 0;
}
.newsline ul li {
  display: flex;
}
.newsline ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #cd2323;
  position: absolute;
  left: -5px;
  top: 6px;
  border-radius: 50%;
}
.newsline ul li span {
  font-size: 14px;
  color: #3c3c3c;
  font-weight: bold;
  min-width: 40px;
  margin-right: 5px;
}
.newsline ul li a {
  font-size: 14px;
  color: #3c3c3c;
}
.newsline ul li a:hover {
  color: #cd2323;
}
@media only screen and (min-width: 1900px) {
  .newsline {
    position: absolute;
    padding: 4px 15px 0 15px;
    border: 0;
    background: #fff;
    border-radius: 8px;
    right: -320px;
    top: 30px;
    width: 300px;
    overflow: hidden;
  }
  .newsline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #cd2323;
  }
  .newsline li {
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #c4c4c4;
  }
  .newsline li:before {
    display: none;
  }
  .newsline li:last-child {
    border-bottom: 0;
    padding-bottom: 15px;
  }
}
