* {
  scroll-behavior: smooth;
}

.main {
  padding-bottom: 40px;
}

.tournament-head {
  padding-top: 92px;
  padding-bottom: 150px;
  overflow: hidden;
}

.tournament-head__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tournament-head__box {
  flex: 1;
}

.tournament-head__icon-box {
  position: relative;
}

.tournament-head__icon {
  display: flex;
  width: 300px;
  height: 300px;
  position: relative;
  z-index: 2;
}

.tournament-head__icon img {
  width: 100%;
  height: 100%;
}

.tournament-head__icon.background {
  width: 600px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  filter: blur(80px);
  opacity: 0.5;
}

.tournament-head__title {
  margin: 40px 0 0;
}

.tournament-head__title svg {
  max-width: 100%;
}

.tournament-head__wrapper {
  margin-top: 40px;
  display: flex;
}

.tournament-head__item {
  margin-left: 40px;
  padding-left: 40px;
  position: relative;
}

.tournament-head__item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: calc(100% - 24px);
  width: 2px;
  background-color: #ECEEF2;
}

.tournament-head__item:first-child {
  margin-left: 0;
  padding-left: 0;
}

.tournament-head__item:first-child::before {
  display: none;
}

.tournament-head__item-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.tournament-head__item-title img {
  height: 32px;
}

.tournament-head__item-description {
  margin-top: 8px;
  text-align: center;
  color: rgba(0, 0, 0, 0.52);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.tournament-head__buttons {
  margin-top: 40px;
  display: flex;
}

.tournament-head__buttons-item {
  margin-left: 40px;
}

.tournament-head__buttons-item:first-child {
  margin-left: 0;
}

.tournament-head__text {
  margin-top: 112px;
}

.tournament-head__text p {
  margin: 80px 0 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}

.tournament-head__text p:first-child {
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .tournament-head {
    position: relative;
    padding-top: 24px;
    padding-bottom: 0;
  }
  .tournament-head__logo svg {
    height: 16px;
    width: 96px;
  }
  .tournament-head__title {
    margin-top: 16px;
  }
  .tournament-head__title svg {
    max-height: 60px;
    max-width: 284px;
  }
  .tournament-head__icon-box {
    position: absolute;
    top: 24px;
    right: 24px;
  }
  .tournament-head__icon {
    width: 60px;
    height: 60px;
  }
  .tournament-head__icon.background {
    width: 110px;
    height: 110px;
    filter: blur(18px);
  }
  .tournament-head__wrapper {
    margin-top: 24px;
    flex-wrap: wrap;
  }
  .tournament-head__item {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
  }
  .tournament-head__item:first-child {
    margin-top: 0;
  }
  .tournament-head__item::before {
    display: none;
  }
  .tournament-head__item-title {
    order: 1;
    font-size: 18px;
    line-height: 28px;
    margin-left: 8px;
  }
  .tournament-head__item-title img {
    height: 24px;
  }
  .tournament-head__item-description {
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
  }
  .tournament-head__buttons {
    margin-top: 16px;
    flex-wrap: wrap;
  }
  .tournament-head__buttons-item {
    margin-left: 0;
    margin-top: 8px;
    width: 100%;
  }
  .tournament-head__buttons-item .btn {
    width: 100%;
  }
  .tournament-head__buttons-item:first-child {
    margin-top: 0;
  }
  .tournament-head__text {
    margin-top: 40px;
  }
  .tournament-head__text p {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }
  .tournament-head__text p:first-child {
    margin-top: 0;
  }
}

.tournament-about {
  margin-top: 80px;
}

.tournament-about__title {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
}

.tournament-about__inner {
  margin-top: 40px;
}

.tournament-about__item {
  margin-top: 16px;
  margin-left: -40px;
  display: flex;
  align-items: center;
}

.tournament-about__item:first-child {
  margin-top: 0;
}

.tournament-about__item-image {
  margin-left: 40px;
  flex: 1;
  max-width: 420px;
}

.tournament-about__item-image-box {
  width: 100%;
  height: 0;
  padding-bottom: 58.57%;
  overflow: hidden;
  position: relative;
}

.tournament-about__item-image-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tournament-about__item-value {
  flex: 1;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-left: 40px;
}

@media (max-width: 767.98px) {
  .tournament-about {
    margin-top: 40px;
  }
  .tournament-about__title {
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }
  .tournament-about__inner {
    margin-top: 16px;
  }
  .tournament-about__item-image {
    width: 100%;
    flex: none;
    margin: 0 auto;
  }
  .tournament-about__item {
    flex-wrap: wrap;
    margin-left: 0;
  }
  .tournament-about__item-value {
    flex: none;
    width: 100%;
    margin-top: 8px;
    margin-left: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    order: 1;
  }
}

.tournament-connect {
  margin: 80px 16px 0;
  width: calc(100% - 32px);
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
}

.tournament-connect__background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.tournament-connect__wrapper {
  position: relative;
  z-index: 2;
}

.tournament-connect__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
  color: #000;
}

.tournament-connect__inner {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 32px);
  margin-top: -16px;
}

.tournament-connect__inner.big .tournament-connect__item {
  background: linear-gradient(180deg, rgba(0, 180, 240, 0.15) 0%, rgba(240, 240, 240, 0.15) 100%);
  width: calc(100% / 3 - 16px);
  border-radius: 30px;
  border: 2px solid #FFF;
}

.tournament-connect__inner.big .tournament-connect__item.colizeum {
  border: 2px solid rgba(251, 236, 49, 0.5);
  background: linear-gradient(180deg, rgba(251, 236, 49, 0.15) 0%, rgba(251, 236, 135, 0.15) 100%);
}

.tournament-connect__inner.medium .tournament-connect__item {
  background: rgba(250, 150, 30, 0.15);
  width: calc(100% / 5 - 16px);
}

.tournament-connect__inner.medium .tournament-connect__item-value {
  margin-left: 12px;
}

.tournament-connect__inner.small .tournament-connect__item {
  background: rgba(30, 160, 30, 0.15);
  width: calc(100% / 5 - 16px);
  padding: 8px;
}

.tournament-connect__inner.small .tournament-connect__item .btn {
  padding: 6px 8px;
}

.tournament-connect__inner.small .tournament-connect__item-str {
  flex-wrap: wrap;
}

.tournament-connect__inner.small .tournament-connect__item-value {
  margin-left: 0;
  margin-top: 16px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.tournament-connect__inner.small .tournament-connect__item-button {
  margin-top: 8px;
}

.tournament-connect__item-box {
  margin-left: 16px;
}

.tournament-connect__item-box .tournament-connect__item-value {
  margin-left: 0;
}

.tournament-connect__item-general {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.tournament-connect__item {
  margin-left: 16px;
  margin-top: 16px;
  padding: 16px;
  border-radius: 16px;
  min-height: 176px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.tournament-connect__item.left {
  justify-content: flex-start;
}

.tournament-connect__item.left .tournament-connect__item-str {
  justify-content: flex-start;
}

.tournament-connect__item.filled .tournament-connect__item-value::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.tournament-connect__item-str {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tournament-connect__item-logo {
  width: 66px;
  height: 66px;
  flex-shrink: 0;
}

.tournament-connect__item-logo img {
  width: 100%;
  height: 100%;
}

.tournament-connect__item-description {
  flex: 1;
  margin-top: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #000;
}

.tournament-connect__item-video {
  width: 100%;
  margin-top: 16px;
  position: relative;
  z-index: 3;
}

.tournament-connect__item-video-box {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  cursor: pointer;
}

.tournament-connect__item-video-box.mobile {
  display: none;
}

.tournament-connect__item-video-box img, .tournament-connect__item-video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.tournament-connect__item-video-box svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.tournament-connect__item-circle {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  flex-shrink: 0;
}

.tournament-connect__item-value {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #000;
  margin-left: 16px;
}

.tournament-connect__item-button {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

.tournament-connect__box {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.tournament-connect__box:first-child {
  margin-top: 0;
}

.tournament-connect__box-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

.tournament-connect__box-title.blue {
  color: #00B4F0;
}

.tournament-connect__box-title.orange {
  color: #FA961E;
}

.tournament-connect__box-title.green {
  color: #1EA01E;
}

@media (max-width: 1207.98px) {
  .tournament-connect__inner.medium .tournament-connect__item {
    width: calc(100% / 3 - 16px);
  }
  .tournament-connect__inner.small .tournament-connect__item {
    width: calc(100% / 3 - 16px);
  }
}

@media (max-width: 991.98px) {
  .tournament-connect {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .tournament-connect {
    padding: 16px 0;
    border-radius: 16px;
    margin-top: 40px;
  }
  .tournament-connect__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
  }
  .tournament-connect__box {
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .tournament-connect__box:first-child {
    margin-top: 0;
  }
  .tournament-connect__item {
    min-height: auto;
    margin-left: 0;
  }
  .tournament-connect__inner {
    width: 100%;
    margin-left: 0;
    padding-top: 16px;
  }
  .tournament-connect__inner.big .tournament-connect__item, .tournament-connect__inner.medium .tournament-connect__item, .tournament-connect__inner.small .tournament-connect__item {
    width: 100%;
  }
  .tournament-connect__box-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    writing-mode: horizontal-tb;
    transform: rotate(0);
  }
  .tournament-connect__item-video-box.desktop {
    display: none;
  }
  .tournament-connect__item-video-box.mobile {
    display: block;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  padding: 56px 16px 16px;
  z-index: 1080;
  display: none;
  overflow-y: auto;
}

.modal__background {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  z-index: 1;
}

.modal__content {
  border-radius: 16px;
  background-color: #fff;
  padding: 16px;
  position: relative;
  z-index: 2;
  max-width: 512px;
  margin: auto 0;
  width: 100%;
}

.modal__content.video {
  max-width: 1136px;
}

.modal__content-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal__content-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.modal__content-close {
  margin-left: 8px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.modal__content-form {
  margin-top: 16px;
}

.modal__content-input {
  margin-top: 16px;
}

.modal__content-input:first-child {
  margin-top: 0;
}

.modal__content-captcha, .modal__content-button {
  margin-top: 16px;
}

.modal__content-button {
  width: 100%;
}

.modal__content-footer {
  margin-top: 16px;
  display: flex;
  align-items: center;
}

.modal__content-footer-image {
  width: 35px;
  flex-shrink: 0;
}

.modal__content-footer-image img {
  width: 100%;
}

.modal__content-footer-text {
  margin-left: 16px;
}

.modal__content-footer-text p, .modal__content-footer-text a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.52);
  margin: 0;
}

.modal__content-footer-text a {
  text-decoration: underline;
}

.modal__content-input-error {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #ed2f2f;
  margin: 4px;
  padding: 0 4px;
}

.modal__content-video {
  margin-top: 16px;
  width: 100%;
}

.modal__content-video-box {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  border-radius: 16px;
}

.modal__content-video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tournament-rating-table {
  margin: 80px 16px 0;
  padding: 40px 0;
  background-color: #252830;
  width: calc(100% - 32px);
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}

.tournament-rating-table iframe {
  position: relative;
  z-index: 2;
  margin-top: 32px;
}

.tournament-rating-table.winners {
  margin-top: 0;
}

.tournament-rating-table__background {
  width: 737px;
  height: 746px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(50%, -50%);
  z-index: 1;
}

.tournament-rating-table__background img {
  width: 100%;
  height: 100%;
}

.tournament-rating-table__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  text-align: center;
}

.tournament-rating-table__description {
  text-align: center;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
}

.tournament-rating-table__inner {
  margin-left: -16px;
  margin-top: -24px;
  padding-top: 24px;
  display: flex;
  justify-content: center;
}

.tournament-rating-table__item {
  width: calc(100% / 8 - 16px);
  margin-left: 16px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tournament-rating-table__item img {
  width: 92px;
  height: 92px;
}

.tournament-rating-schedule {
  margin-top: 64px;
}

.tournament-rating-schedule__title {
  margin: 0;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
}

.tournament-rating-schedule__inner {
  padding-top: 24px;
  display: flex;
  justify-content: center;
  margin-left: -40px;
  margin-top: -32px;
}

.tournament-rating-schedule__item {
  width: calc(50% - 40px);
  margin-left: 40px;
  margin-top: 32px;
}

.tournament-rating-schedule__item.final {
  max-width: 720px;
  width: 100%;
  position: relative;
}

.tournament-rating-schedule__figure-left {
  position: absolute;
  bottom: 40px;
  left: -75px;
  z-index: 1;
}

.tournament-rating-schedule__figure-right {
  z-index: 1;
  position: absolute;
  top: 20px;
  right: -100px;
}

.tournament-rating-schedule__item-title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
}

.tournament-rating-schedule__item-box {
  padding: 16px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.2);
  margin-top: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.tournament-rating-schedule__item-box:first-child {
  margin-top: 0;
}

.tournament-rating-schedule__item-video {
  width: 100%;
  margin-bottom: 16px;
  cursor: pointer;
}

.tournament-rating-schedule__item-video-box {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  border-radius: 16px;
}

.tournament-rating-schedule__item-video-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.tournament-rating-schedule__item-video-box svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.tournament-rating-schedule__item-video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.tournament-rating-schedule__item-video-box.mobile {
  display: none;
}

.tournament-rating-schedule__item-team {
  flex: 1;
}

.tournament-rating-schedule__item-team.disabled {
  opacity: 0.5;
}

.tournament-rating-schedule__item-team-image {
  display: flex;
  justify-content: center;
}

.tournament-rating-schedule__item-team-image img {
  width: 32px;
  height: 32px;
}

.tournament-rating-schedule__item-team-name {
  text-align: center;
  color: #fff;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

.tournament-rating-schedule__item-date {
  margin: 0 16px;
}

.tournament-rating-schedule__item-date-time {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #fff;
  text-align: center;
}

.tournament-rating-schedule__item-date-value {
  text-align: center;
  color: #fff;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 991.98px) {
  .tournament-rating-table {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .tournament-rating-table__inner {
    flex-wrap: wrap;
  }
  .tournament-rating-table__item {
    width: calc(25% - 16px);
  }
}

@media (max-width: 767.98px) {
  .tournament-rating-schedule {
    margin-top: 32px;
  }
  .tournament-rating-table__title, .tournament-rating-schedule__title {
    font-size: 24px;
    line-height: 32px;
  }
  .tournament-rating-table {
    margin-top: 32px;
    padding: 32px 0;
    border-radius: 16px;
  }
  .tournament-rating-table.winners {
    margin-top: 40px;
  }
  .tournament-rating-schedule__inner {
    flex-wrap: wrap;
    padding-top: 16px;
  }
  .tournament-rating-schedule__item {
    width: 100%;
  }
  .tournament-rating-schedule__item-video-box.desktop {
    display: none;
  }
  .tournament-rating-schedule__item-video-box.mobile {
    display: block;
  }
}

@media (max-width: 575.98px) {
  .tournament-rating-schedule__item-box {
    padding: 10px;
  }
  .tournament-rating-schedule__item-date {
    margin: 0 8px;
  }
  .tournament-rating-schedule__item-date-time {
    font-size: 16px;
    line-height: 24px;
  }
  .tournament-rating-schedule__item-date-value {
    font-size: 14px;
    line-height: 22px;
    margin-top: 4px;
  }
  .tournament-rating-schedule__item-team-name {
    font-size: 14px;
    line-height: 22px;
    white-space: break-spaces;
  }
  .tournament-rating-table__item img {
    width: 56px;
    height: 56px;
  }
}

.tournament-more {
  padding: 80px 0 40px;
  width: calc(100% - 32px);
  margin: -40px 16px 0;
  border-radius: 0 0 40px 40px;
  background: #ECEEF2;
}

.tournament-more__inner {
  display: flex;
  justify-content: center;
}

.tournament-more__item {
  display: flex;
  align-items: center;
}

.tournament-more__item-image {
  width: 196px;
  height: 117px;
  flex-shrink: 0;
}

.tournament-more__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tournament-more__item-box {
  margin-left: 24px;
}

.tournament-more__item-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.tournament-more__item-button {
  margin-top: 16px;
}

@media (max-width: 991.98px) {
  .tournament-more {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .tournament-more {
    padding: 40px 0 20px;
    border-radius: 0 0 16px 16px;
    margin-top: -20px;
  }
  .tournament-more__item {
    flex-wrap: wrap;
    width: 100%;
  }
  .tournament-more__item-box {
    margin-left: 0;
    margin-top: 16px;
    width: 100%;
  }
  .tournament-more__item-button .btn {
    width: 100%;
  }
  .tournament-more__item-image {
    margin: 0 auto;
  }
}

.tournament-prizes {
  margin-top: 80px;
}

.tournament-prizes__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin: 0;
  text-align: center;
}

.tournament-prizes__box {
  margin-top: 40px;
  padding: 24px;
  border-radius: 40px;
  border: 2px solid #ECEEF2;
}

.tournament-prizes__box-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  margin: 0;
}

.tournament-prizes__box-inner {
  margin-left: -16px;
  display: flex;
  margin-top: -16px;
  padding-top: 24px;
}

.tournament-prizes__box-item {
  margin-left: 16px;
  margin-top: 16px;
  width: calc(25% - 16px);
}

.tournament-prizes__box-image {
  width: 128px;
  margin: 0 auto;
}

.tournament-prizes__box-image-wrapper {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
}

.tournament-prizes__box-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tournament-prizes__box-value {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 16px;
  text-align: center;
}

.tournament-prizes__inner {
  display: flex;
  margin-left: -16px;
  margin-top: 16px;
}

.tournament-prizes__inner-wrapper {
  margin-left: 16px;
  padding: 24px;
  border-radius: 40px;
  border: 2px solid #ECEEF2;
  width: calc(100% / 5 * 2 - 16px);
}

.tournament-prizes__inner-wrapper.big {
  width: calc(100% / 5 * 3 - 16px);
}

.tournament-prizes__inner-wrapper.big .tournament-prizes__inner-item {
  width: calc(100% / 3 - 16px);
}

.tournament-prizes__inner-box {
  display: flex;
  margin-left: -16px;
  margin-top: -16px;
  padding-top: 24px;
}

.tournament-prizes__inner-item {
  width: calc(50% - 16px);
  margin-left: 16px;
  margin-top: 16px;
}

.tournament-prizes__inner-image {
  width: 68px;
  margin: 0 auto;
}

.tournament-prizes__inner-value {
  text-align: center;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.tournament-prizes__inner-title {
  margin: 0;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

@media (max-width: 767.98px) {
  .tournament-prizes {
    margin-top: 32px;
  }
  .tournament-prizes__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }
  .tournament-prizes__box-inner, .tournament-prizes__inner {
    flex-wrap: wrap;
  }
  .tournament-prizes__box-item {
    width: calc(50% - 24px);
  }
  .tournament-prizes__inner-wrapper {
    width: 100%;
    margin-top: 16px;
  }
  .tournament-prizes__inner-wrapper:first-child {
    margin-top: 0;
  }
  .tournament-prizes__inner-wrapper.big {
    width: 100%;
  }
  .tournament-prizes__box-title, .tournament-prizes__inner-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
  }
  .tournament-prizes__inner-wrapper, .tournament-prizes__box {
    padding: 16px;
  }
  .tournament-prizes__box {
    margin-top: 16px;
  }
}

@media (max-width: 575.98px) {
  .tournament-prizes__box-item {
    width: 100%;
  }
  .tournament-prizes__inner-box {
    flex-wrap: wrap;
  }
  .tournament-prizes__inner-item {
    width: 100% !important;
  }
}

.tournament-articles {
  margin-top: 80px;
}

.tournament-articles__title {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
}

.tournament-articles__inner {
  padding-top: 40px;
  margin-top: -16px;
  margin-left: -16px;
  display: flex;
  flex-wrap: wrap;
}

.tournament-articles__item {
  margin-top: 16px;
  margin-left: 16px;
  width: calc(100% / 3 - 16px);
  position: relative;
}

.tournament-articles__item-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 16px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.tournament-articles__item-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.tournament-articles__item-date {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.52);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.tournament-articles__item-image {
  width: 100%;
}

.tournament-articles__item-image-box {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
}

.tournament-articles__item-image-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .tournament-articles {
    margin-top: 32px;
  }
  .tournament-articles__inner {
    padding-top: 24px;
  }
  .tournament-articles__item {
    width: calc(50% - 16px);
  }
  .tournament-articles__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }
}

@media (max-width: 575.98px) {
  .tournament-articles__item {
    width: 100%;
  }
}

.tournament-broadcast {
  margin-top: 80px;
}

.tournament-broadcast__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin: 0;
  text-align: center;
}

.tournament-broadcast__video {
  margin-top: 40px;
}

.tournament-broadcast__video-box {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}

.tournament-broadcast__video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .tournament-broadcast {
    margin-top: 32px;
  }
  .tournament-broadcast__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }
  .tournament-broadcast__video {
    margin-top: 24px;
  }
}

.tournament-smi {
  margin-top: 80px;
}

.tournament-smi__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
  margin: 0;
}

.tournament-smi__inner {
  padding-top: 40px;
  margin-top: -40px;
  margin-left: -40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tournament-smi__item {
  width: calc(50% - 40px);
  margin-left: 40px;
  margin-top: 40px;
  border-radius: 20px;
  border: 1px solid #ECEEF2;
  padding: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tournament-smi__item-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  color: #000;
}

.tournament-smi__item-title:hover {
  text-decoration: underline;
}

.tournament-smi__item-title::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.tournament-smi__item-wrapper {
  padding-top: 16px;
  margin-top: -16px;
  margin-left: -16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tournament-smi__item-icon {
  width: 72px;
  height: 72px;
  display: flex;
  margin-top: 16px;
  margin-left: 16px;
}

.tournament-smi__item-logo {
  margin-left: 16px;
  margin-top: 16px;
  max-width: 100%;
}

.tournament-smi__item-logo img {
  width: 100%;
}

@media (max-width: 767.98px) {
  .tournament-smi {
    margin-top: 40px;
  }
  .tournament-smi__title {
    font-size: 24px;
    line-height: 32px;
  }
  .tournament-smi__inner {
    margin-top: -16px;
    padding-top: 24px;
  }
  .tournament-smi__item {
    width: 100%;
    margin-top: 16px;
  }
}

.tournament-partners {
  margin-top: 80px;
}

.tournament-partners__title {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
}

.tournament-partners__inner {
  padding-top: 40px;
  margin-top: -40px;
  margin-left: -40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.tournament-partners__item {
  margin-left: 40px;
  margin-top: 40px;
}

.tournament-partners__item img {
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .tournament-partners {
    margin-top: 40px;
  }
  .tournament-partners__title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 575.98px) {
  .tournament-partners__item {
    display: flex;
    justify-content: center;
  }
}

.tournament-gift {
  margin-top: 80px;
}

.tournament-gift__title {
  color: #FA961E;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.tournament-gift__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 8px;
}

.tournament-gift__inner {
  display: flex;
  align-items: center;
  padding: 24px;
  border-radius: 40px;
  background: rgba(250, 150, 30, 0.1);
}

.tournament-gift__wrapper {
  margin-left: 24px;
}

.tournament-gift__image {
  width: 150px;
  height: 150px;
  flex-shrink: 0;
}

.tournament-gift__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .tournament-gift {
    margin-top: 40px;
  }
}

@media (max-width: 575.98px) {
  .tournament-gift__inner {
    flex-wrap: wrap;
    padding: 16px;
    border-radius: 16px;
  }
  .tournament-gift__wrapper {
    margin-left: 0;
    width: 100%;
  }
}

.tournament-banner {
  margin-top: 40px;
}

.tournament-banner__inner {
  margin-top: -40px;
  margin-left: -40px;
  display: flex;
  flex-wrap: wrap;
}

.tournament-banner__item {
  margin-top: 40px;
  margin-left: 40px;
  width: calc(50% - 40px);
  display: block;
}

.tournament-banner__item img {
  width: 100%;
}

@media (max-width: 575.98px) {
  .tournament-banner__inner {
    margin-top: -24px;
  }
  .tournament-banner__item {
    width: 100%;
    margin-top: 24px;
  }
}

.tournament-rating-table__places {
  width: 100%;
  max-width: 793px;
  margin: 64px auto 0;
}

.tournament-rating-table__places img {
  width: 100%;
}

.tournament-rating-table__others {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-top: -16px;
  padding-top: 64px;
}

.tournament-rating-table__others-item {
  margin-top: 16px;
  margin-left: 16px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tournament-rating-table__others-item img {
  width: 40px;
  height: 40px;
}

@media (max-width: 767.98px) {
  .tournament-rating-table__places {
    margin-top: 32px;
  }
  .tournament-rating-table__others {
    padding-top: 32px;
  }
  .tournament-rating-table__others-item {
    padding: 0;
  }
}

.tournament-pdf {
  margin-top: 80px;
}

.tournament-pdf__wrapper {
  border-radius: 40px;
  border: 2px solid #ECEEF2;
  padding: 24px;
  display: flex;
  align-items: center;
}

.tournament-pdf__image {
  max-width: 360px;
  flex-shrink: 0;
  width: 100%;
}

.tournament-pdf__image-box {
  padding-bottom: 55.56%;
  height: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.tournament-pdf__image-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tournament-pdf__box {
  margin-left: 40px;
}

.tournament-pdf__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.tournament-pdf__button {
  margin-top: 16px;
}

@media (max-width: 767.98px) {
  .tournament-pdf {
    margin-top: 40px;
  }
  .tournament-pdf__wrapper {
    padding: 16px;
    border-radius: 16px;
    flex-wrap: wrap;
  }
  .tournament-pdf__box {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }
  .tournament-pdf__button .btn {
    width: 100%;
  }
  .tournament-pdf__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }
}

/*# sourceMappingURL=page.css.map */
