.tournament__view {
  color: #1c2273;
}
.tournament__view-subtitle {
  font-family: "GothamPro", sans-serif;
  font-size: 19px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 29px;
  margin-bottom: 12px;
}
.tournament__view-posters {
  margin-top: 48px;
}
.tournament__view-posters h2 {
  margin-bottom: 27px;
}
.tournament__view-posters-container {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 25px;
}
.tournament__view-poster-empty {
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  font-size: 24px;
  line-height: 180%;
}
.tournament__view-top-first {
  box-shadow: -2px 10px 65px rgba(102, 117, 179, 0.15);
  border: 1px solid #ededf7;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .tournament__view-top-first {
    display: block;
  }
}
.tournament__view-top-first-left {
  flex-basis: 50%;
  padding: 42px 31px;
}
.tournament__view-top-first-right {
  flex-basis: 40%;
  border-left: 1px solid #ccc;
  padding: 42px 31px;
}
@media (max-width: 1200px) {
  .tournament__view-top-first-right {
    border-left-style: none;
    border-top: 1px solid #ccc;
  }
}
.tournament__view-top-second {
  box-shadow: -2px 10px 65px rgba(102, 117, 179, 0.15);
  background-color: #fa4980;
  display: flex;
  justify-content: space-between;
  margin-top: 39px;
}
@media (max-width: 1200px) {
  .tournament__view-top-second {
    display: block;
  }
}
.tournament__view-top-second-left {
  color: #fff;
  padding: 40px 31px;
}
@media (max-width: 1200px) {
  .tournament__view-top-second-left {
    text-align: center;
  }
}
.tournament__view-top-second-right {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .tournament__view-top-second-right {
    text-align: center;
    justify-content: center;
  }
}
.tournament__view-registered {
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
}
.tournament__view-registered-list {
  margin-top: 37px;
  cursor: pointer;
}
.tournament__view-registered-list:hover {
  text-decoration: underline;
}
.tournament__view-registered-button {
  width: 404px;
  height: 87px;
  box-shadow: 0 15px 13px rgba(132, 39, 67, 0.22);
  border-radius: 44px;
  background-color: #ffffff;
  color: #04187b;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: 56px;
}
.tournament__view-registered-button span {
  flex: 0 0 100%;
}
@media (max-width: 1200px) {
  .tournament__view-registered-button {
    margin-bottom: 25px;
    margin-right: 0;
    width: 244px;
    height: 53px;
    border-radius: 27px;
    font-size: 12px;
  }
}
.tournament__view-registered-number {
  display: block;
  font-size: 50px;
  line-height: 70px;
}
.tournament__view-registered-text {
  font-size: 25px;
}
.tournament__view-favorite {
  margin: 56px 0 0;
}
@media (max-width: 1200px) {
  .tournament__view-favorite {
    justify-content: center;
  }
}
.tournament__view-favorite-button {
  width: 330px;
  height: 53px;
  box-shadow: 0 15px 30px rgba(250, 73, 127, 0.3);
  border-radius: 27px;
  background-color: #fa497f;
  max-width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.tournament__view-favorite-button span {
  flex-basis: 100%;
  text-align: center;
  display: inline-block;
  padding: 0 10px;
}
.tournament__view-favorite i {
  font-size: 22px;
  cursor: pointer;
  position: relative;
  color: #fff;
  margin: 0 0px 0 20px;
}
.tournament__view-comment {
  border-radius: 8px;
  border: 1px solid #ededf7;
  background-color: #ffffff;
  padding: 22px 24px 32px 22px;
}
.tournament__view-comment-author {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 11px;
  border-bottom: 1px solid #ededf7;
  margin-bottom: 19px;
}
.tournament__view-comment-author span {
  font-size: 14px;
  font-wedisplay: flex;
  align-items: center;
  justify-content: space-between;
  ight: 400;
  margin-left: 17px;
}
.tournament__view-comment-text {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 21px;
}
.tournament__view-comment-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
}
.tournament__view-comment-bottom i {
  font-size: 15px;
  color: #f97743;
  margin-left: 15px;
  font-weight: 300;
}
.tournament__view-comments {
  margin-top: 42px;
  opacity: 0.65;
  max-width: 1052px;
}
.tournament__view-comments-top {
  display: flex;
  align-items: center;
  margin-bottom: 42px;
  justify-content: space-between;
}
.tournament__view-comments-top h2 {
  font-family: "Grotesk_Regular", sans-serif;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 650px) {
  .tournament__view-comments-top h2 {
    font-size: 18px;
  }
}
.tournament__view-comments-add {
  width: 195px;
  height: 15px;
  color: #f97743;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 650px) {
  .tournament__view-comments-add {
    display: none;
  }
}
.tournament__view-description {
  font-size: 16px;
  font-weight: 400;
}
.tournament__view-date {
  font-size: 19px;
  line-height: 25px;
}
@media (max-width: 1200px) {
  .tournament__view-date {
    display: flex;
    align-items: center;
  }
}
.tournament__view-date span {
  font-weight: bold;
}
.tournament__view-rating {
  margin: 53px 0 74px;
  padding: 36px 34px 35px 35px;
  border-radius: 8px;
  background-color: #f6f8fe;
  position: relative;
}
@media (max-width: 1550px) {
  .tournament__view-rating {
    display: none;
  }
}
.tournament__view-rating-title {
  display: flex;
  justify-content: center;
}
.tournament__view-rating-trigger {
  cursor: pointer;
  width: 31px;
  height: 20px;
  margin: 26px 0 0 31px;
  background: url('/img/lk/angle-up-big.png') center center no-repeat;
}
.tournament__view-rating-trigger-down {
  transform: rotate(180deg);
}
.tournament__view-rating-trigger-mob {
  position: absolute;
  top: 30px;
  right: 18px;
  cursor: pointer;
  width: 19px;
  height: 12px;
  background: url('/img/lk/angle-up.png') center center no-repeat;
}
.tournament__view-rating h2 {
  font-size: 48px;
}
.tournament__view-rating-mob {
  background-color: #fff;
  border-radius: 8px;
  padding: 0;
  position: relative;
  margin-top: 25px;
}
@media (min-width: 1551px) {
  .tournament__view-rating-mob {
    display: none;
  }
}
.tournament__view-rating-mob-name {
  font-size: 19px;
  min-height: 37px;
  display: flex;
  align-items: center;
}
.tournament__view-rating-mob-name[data-index="1"] {
  padding-left: 39px;
  background: url('/img/lk/cup-1.png') left center no-repeat;
}
.tournament__view-rating-mob-name[data-index="2"] {
  padding-left: 39px;
  background: url('/img/lk/cup-2.png') left center no-repeat;
}
.tournament__view-rating-mob-name[data-index="3"] {
  padding-left: 39px;
  background: url('/img/lk/cup-3.png') left center no-repeat;
}
.tournament__view-rating-mob-name[data-index="4"],
.tournament__view-rating-mob-name[data-index="5"],
.tournament__view-rating-mob-name[data-index="6"],
.tournament__view-rating-mob-name[data-index="7"],
.tournament__view-rating-mob-name[data-index="8"],
.tournament__view-rating-mob-name[data-index="9"],
.tournament__view-rating-mob-name[data-index="10"] {
  padding-left: 39px;
  background: url('/img/lk/medal.png') left center no-repeat;
}
.tournament__view-rating-mob-value {
  font-family: "GothamPro", sans-serif;
  font-size: 19px;
  font-weight: 500;
}
.tournament__view-rating-mob-label {
  font-family: "GothamPro", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.tournament__view-rating-mob-score {
  font-size: 14px;
}
.tournament__view-rating-mob-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  min-height: 50px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px;
}
.tournament__view-rating-mob-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px 0 23px;
  cursor: pointer;
  height: 70px;
}
.tournament__view-rating-mob-title h2 {
  font-family: "Amazing Grotesk", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.tournament__view-rating-mob-title i {
  width: 19px;
  height: 12px;
  display: block;
  background: url('/img/lk/angle-up.png') center center no-repeat;
}
.tournament__view-rating-mob-row {
  padding: 12px 16px 28px 12px;
  background-color: #f0f2f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3px;
}
.tournament__view-rating-mob-row-collapsed .tournament__view-rating-mob-top i {
  background: url('/img/lk/triangle-down.svg') center center no-repeat;
}
.tournament__view-rating-mob-row-collapsed .tournament__view-rating-mob-inner {
  display: none !important;
}
.tournament__view-rating-mob-row.tournament__view-rating-top3 {
  background-color: #d4daea;
}
.tournament__view-rating-mob-row.tournament__view-rating-top10 {
  background-color: #e5eaf7;
}
.tournament__view-rating-mob-row > div:not(.tournament__view-rating-mob-top) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 19px;
  width: 400px;
  max-width: 100%;
}
.tournament__view-rating-mob-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 400px;
  max-width: 100%;
}
.tournament__view-rating-mob-top > div {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.tournament__view-rating-mob-top > div span {
  margin-right: 11px;
  font-size: 19px;
  font-weight: 500;
}
.tournament__view-rating-mob-top i {
  width: 11px;
  height: 7px;
  display: block;
  background: url('/img/lk/triangle-up.svg') center center no-repeat;
}
.tournament__view-rating-mob-container {
  padding-bottom: 21px;
}
.tournament__view-rating-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #f0f2f7;
  height: 56px;
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}
.tournament__view-rating-row {
  display: grid;
  grid-template-columns: 83px auto 170px 170px 170px 170px;
  grid-column-gap: 6px;
  margin-bottom: 5px;
}
.tournament__view-rating-row > div {
  border-radius: 4px;
  background-color: #f0f2f7;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  padding: 12px;
}
.tournament__view-rating-row > div.tournament__view-rating-name {
  justify-content: flex-start;
  padding-left: 16px;
}
.tournament__view-rating-row > div.tournament__view-rating-name[data-index="1"] {
  padding-left: 41px;
  background-image: url('/img/lk/cup-1.png');
  background-position: 7px 12px;
  background-repeat: no-repeat;
}
.tournament__view-rating-row > div.tournament__view-rating-name[data-index="2"] {
  padding-left: 41px;
  background-image: url('/img/lk/cup-2.png');
  background-position: 7px 12px;
  background-repeat: no-repeat;
}
.tournament__view-rating-row > div.tournament__view-rating-name[data-index="3"] {
  padding-left: 41px;
  background-image: url('/img/lk/cup-3.png');
  background-position: 7px 12px;
  background-repeat: no-repeat;
}
.tournament__view-rating-row > div.tournament__view-rating-name[data-index="4"],
.tournament__view-rating-row > div.tournament__view-rating-name[data-index="5"],
.tournament__view-rating-row > div.tournament__view-rating-name[data-index="6"],
.tournament__view-rating-row > div.tournament__view-rating-name[data-index="7"],
.tournament__view-rating-row > div.tournament__view-rating-name[data-index="8"],
.tournament__view-rating-row > div.tournament__view-rating-name[data-index="9"],
.tournament__view-rating-row > div.tournament__view-rating-name[data-index="10"] {
  padding-left: 41px;
  background-image: url('/img/lk/medal.png');
  background-position: 7px 12px;
  background-repeat: no-repeat;
}
.tournament__view-rating-head {
  margin-top: 34px;
  margin-bottom: 17px;
}
.tournament__view-rating-head div {
  background-color: #495dfa;
  color: #fff;
}
.tournament__view-rating-top3 div {
  background-color: #d4daea;
}
.tournament__view-rating-top10 div {
  background-color: #e5eaf7;
}
.tournament__poster-price {
  position: absolute;
  left: 9px;
  bottom: 9px;
  color: #7ba660;
  font-size: 18px;
  font-weight: 500;
  height: 29px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.9);
}
.tournament__registered-popup {
  font-family: "GothamPro", sans-serif;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3;
}
.tournament__registered-popup-open {
  visibility: visible;
  opacity: 1;
}
.tournament__registered-popup-wrapper {
  width: 900px;
  max-width: 90vw;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  padding: 30px 20px;
  background-color: #fff;
}
.tournament__registered-popup h2 {
  font-size: 24px;
  margin-bottom: 40px;
  text-align: center;
}
.tournament__registered-popup-close {
  font-size: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 101;
  cursor: pointer;
}
.tournament__registrations-all {
  margin: 0 20px;
}
.tournament__registrations-row {
  display: grid;
  grid-template-columns: 50px 150px auto;
  grid-column-gap: 6px;
  margin-bottom: 10px;
}
.tournament__registrations-col {
  padding: 10px;
}
.poster__name {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 13px;
  min-height: 45px;
  color: #1c2273;
}
.poster__description {
  font-size: 16px;
  height: 36px;
  overflow-y: hidden;
  font-weight: 400;
}
.poster__start {
  position: absolute;
  padding-left: 20px;
  left: 13px;
  bottom: 19px;
  background: url('/img/lk/calendar-dark.svg') left center no-repeat;
}
.poster__item {
  position: relative;
  margin: 0;
}
@media (max-width: 650px) {
  .poster__item {
    width: 260px;
  }
}
.poster__content {
  padding: 11px;
}

