.tournament__search {
  width: 589px;
  max-width: 100%;
  background-image: none;
}
.tournament__search::after {
  right: 26px;
}
.tournament__search input {
  background-color: #f6f8fe;
}
.tournament__search-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 33px;
}
@media (max-width: 1200px) {
  .tournament__search-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-row-gap: 32px;
  }
}
@media (max-width: 650px) {
  .tournament__search-container {
    align-items: center;
    margin-bottom: 20px;
  }
}
.tournament__sort {
  font-size: 14px;
  font-weight: 600;
}
.tournament__sort.open .lk__dropdown-active:after {
  transform: rotate(180deg);
}
.tournament__sort .lk__dropdown {
  font-size: 14px;
}
.tournament__sort .lk__dropdown-active {
  width: 190px;
  font-size: 14px;
  font-weight: 300;
  justify-content: space-between;
  border-style: none;
}
.tournament__sort .lk__dropdown-active:after {
  content: '';
  display: inline-block;
  margin-left: 17px;
  width: 12px;
  height: 8px;
  background: url('/img/lk/triangle-down.svg') center center no-repeat;
  position: relative;
  top: 2px;
}
.tournament__sort .lk__dropdown-list {
  border-style: none;
  box-shadow: -12px 16px 40px rgba(99, 107, 160, 0.31);
}
.tournament__buttons {
  margin-bottom: 57px;
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .tournament__buttons {
    margin-bottom: 20px;
  }
}
@media (max-width: 650px) {
  .tournament__buttons {
    flex-direction: column;
    align-items: center;
    grid-row-gap: 20px;
  }
}
.tournament__button {
  color: #7582ac;
  font-size: 14px;
  font-weight: 300;
  padding: 0 40px 0 59px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #e0e3fe;
  background-image: url('/img/lk/button-ok.svg');
  background-repeat: no-repeat;
  background-position: 24px center;
  margin-right: 28px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.tournament__button-active {
  background-image: url('/img/lk/button-ok-active.svg');
  background-color: #495dfa;
  color: #fff;
}
@media (max-width: 650px) {
  .tournament__button {
    width: 220px;
    padding: 0;
    justify-content: center;
    margin: 0;
  }
}
.tournament__reset {
  padding: 0 40px 0 40px;
  background-image: none;
}
@media (max-width: 900px) {
  .tournament__reset {
    display: none;
  }
}
.tournament__reset-mob {
  background-image: none;
  margin-bottom: 30px;
  width: 220px;
  justify-content: center;
  padding: 0;
}
@media (min-width: 901px) {
  .tournament__reset-mob {
    display: none;
  }
}
@media (max-width: 650px) {
  .tournament__reset-mob {
    margin: 0 auto 30px;
  }
}
.tournament__name {
  color: #1c2273;
  font-size: 19px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 19px;
  min-height: 50px;
  overflow: hidden;
}
.tournament__description {
  overflow: hidden;
  color: #7582ac;
  font-size: 19px;
}
.tournament__date {
  color: #1c2273;
  font-size: 14px;
  font-weight: 600;
}
.tournament__date span {
  font-size: 19px;
  margin-left: 5px;
}
.tournament__games-played {
  color: #1c2273;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 13px;
}
.tournament__games-played span {
  font-size: 19px;
  margin-left: 5px;
}
.tournament__item {
  margin-bottom: 0;
  width: 350px;
  max-width: 100%;
  position: relative;
  background: url('/img/lk/tournament-bg-1.svg') center bottom no-repeat #f3f3f3;
  box-shadow: -12px 16px 40px rgba(99, 107, 160, 0.31);
  padding: 33px 32px 21px;
  background-position: center bottom -30px;
}
.tournament__item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.tournament__list {
  grid-column-gap: 31px;
  grid-row-gap: 41px;
}
@media (max-width: 1250px) {
  .tournament__list {
    justify-content: flex-start;
  }
}
.tournament__content {
  padding-bottom: 33px;
  margin-bottom: 17px;
  border-bottom: 2px solid #fa497f;
}
.tournament__id {
  font-size: 14px;
  font-weight: 700;
}
.tournament__id-container {
  color: #1c2273;
  display: flex;
  align-items: center;
}
.tournament__favorite {
  font-size: 18px;
  margin-left: 10px;
}
.tournament__card-bg-2 {
  background-image: url('/img/lk/tournament-bg-2.svg');
}
.tournament__card-bg-2 .tournament__card-public-button {
  background-color: #495dfa;
}
.tournament__card-bg-2 .tournament__content {
  border-bottom-color: #495dfa;
}
.tournament__card-bg-3 {
  background-image: url('/img/lk/tournament-bg-3.svg');
  background-color: #495dfa;
}
.tournament__card-bg-3 .tournament__card-public-button {
  background-color: #fa497f;
}
.tournament__card-bg-3 .tournament__name,
.tournament__card-bg-3 .tournament__description,
.tournament__card-bg-3 .tournament__id-container,
.tournament__card-bg-3 .tournament__date,
.tournament__card-bg-3 .tournament__games-played {
  color: #fff;
}
.tournament__card-bg-3 .tournament__content {
  border-bottom-color: #fff;
}
.tournament__card-bg-4 {
  background-image: url('/img/lk/tournament-bg-3.svg');
  background-color: #fa497f;
}
.tournament__card-bg-4 .tournament__card-public-button {
  background-color: #495dfa;
}
.tournament__card-bg-4 .tournament__name,
.tournament__card-bg-4 .tournament__description,
.tournament__card-bg-4 .tournament__id-container,
.tournament__card-bg-4 .tournament__date,
.tournament__card-bg-4 .tournament__games-played {
  color: #fff;
}
.tournament__card-bg-4 .tournament__content {
  border-bottom-color: #fff;
}
.tournament__card-bg-5 {
  background-image: url('/img/lk/tournament-bg-3.svg');
  background-color: #9c53c0;
}
.tournament__card-bg-5 .tournament__name,
.tournament__card-bg-5 .tournament__description,
.tournament__card-bg-5 .tournament__id-container,
.tournament__card-bg-5 .tournament__date,
.tournament__card-bg-5 .tournament__games-played {
  color: #fff;
}
.tournament__card-bg-5 .tournament__card-public-button {
  background-color: #fa497f;
}
.tournament__card-bg-5 .tournament__content {
  border-bottom-color: #fff;
}
.tournament__card-bg-6 {
  background-image: url('/img/lk/tournament-bg-4.svg');
}
.tournament__card-bg-6 .tournament__card-public-button {
  background-color: #39c8ab;
}
.tournament__card-public-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 138px;
  border-radius: 16px;
  background-color: #fa497f;
}
.tournament__card-public-button span {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

