.tournaments-page__list{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.tournaments-page__list--active .tourn-main:not(.tourn-main--started),.tournaments-page__list--no-ended .tourn-main--ended,.tournaments-page__list--only-ended .tourn-main:not(.tourn-main--ended),.tournaments-page__list--upcoming .tourn-main--started{display:none}.tournaments-page__item{width:100%}@media(min-width:768px){.tournaments-page__item{width:calc(50% - 8px)}}@media(min-width:1248px){.tournaments-page__item{width:calc(33.33333% - 10.66667px)}}.tournaments-page__filter{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:32px}@media(min-width:768px){.tournaments-page__filter{flex-direction:row;margin-bottom:48px}}.tournaments-page__categories{display:flex;margin-bottom:16px}@media(min-width:768px){.tournaments-page__categories{margin-bottom:0}}.tournaments-page__category-item{background-color:#32343b;border-radius:8px;color:#f4f7fc;cursor:pointer;display:flex;flex:1;font-size:12px;font-weight:700;justify-content:center;letter-spacing:-.02em;line-height:16px;margin-right:8px;padding:10px 12px;text-align:center;text-transform:uppercase;transition:background-color .3s ease}.tournaments-page__category-item:last-child{margin-right:0}.body--light .tournaments-page__category-item{background-color:#e9eff9;color:#191a1e}.tournaments-page__category-item--active,.tournaments-page__category-item:hover{background-color:#696d7b}.body--light .tournaments-page__category-item--active,.body--light .tournaments-page__category-item:hover{background-color:#bfc6df}.tournaments-page__title{font-size:16px;font-weight:700;letter-spacing:.01em;margin:32px 0 24px;text-align:center;text-transform:uppercase}@media(min-width:768px){.tournaments-page__title{margin-top:48px}}.tourns-filter-select{display:block;margin:0;padding:0;position:relative}@media(min-width:768px){.tourns-filter-select{overflow:hidden;position:static}}.tourns-filter-select__button{align-items:center;align-self:stretch;background-color:#32343b;border:none;border-radius:8px;color:#f4f7fc;cursor:pointer;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:14px;font-weight:600;justify-content:space-between;letter-spacing:-.02em;margin:0;min-height:40px;outline:none;padding:8px;text-transform:capitalize;transition:background-color .3s ease;width:100%}@media(min-width:768px){.tourns-filter-select__button{display:none}}.body--light .tourns-filter-select__button{background:#e9eff9;color:#191a1e}.tourns-filter-select--open .tourns-filter-select__button,.tourns-filter-select__button:hover{background-color:#191a1e}.body--light .tourns-filter-select--open .tourns-filter-select__button,.body--light .tourns-filter-select__button:hover{background-color:#f4f7fc}.tourns-filter-select__button-inner{align-items:center;display:flex}.tourns-filter-select__caret{color:#696d7b;display:inline-block;font-size:4px;margin:0 0 0 5px;transition:transform .3s ease;vertical-align:top;width:auto}.tourns-filter-select--open .tourns-filter-select__caret{transform:rotate(180deg)}.tourns-filter-select__list{background-color:#191a1e;border-radius:8px;box-shadow:0 6px 12px rgba(25,26,30,.45);display:none;flex-direction:column;margin:4px 0 0;padding:16px;position:absolute;right:0;top:100%;width:100%}.body--light .tourns-filter-select__list{background-color:#f4f7fc}@media(min-width:768px){.tourns-filter-select__list{box-shadow:none;display:flex;flex-direction:row;justify-content:flex-start;margin:0;padding:0;position:static}.body--light .tourns-filter-select__list,.tourns-filter-select__list{background-color:transparent}}.tourns-filter-select--open .tourns-filter-select__list{display:flex;z-index:20}.tourns-filter-select__item{padding:0}.tourns-filter-select .tourns-filter-select__link{align-items:center;border-radius:8px;color:#f4f7fc;display:flex;flex-direction:row;font-size:12px;font-weight:600;letter-spacing:-.02em;line-height:1;margin:0;outline:none;padding:8px;text-align:center;text-decoration:none;text-transform:uppercase;transition:background-color .3s ease;white-space:nowrap;width:100%}.body--light .tourns-filter-select .tourns-filter-select__link{color:#191a1e}@media(min-width:768px){.tourns-filter-select .tourns-filter-select__link{background-color:#32343b;font-size:12px;font-weight:700;line-height:16px;padding:10px 12px;width:auto}.body--light .tourns-filter-select .tourns-filter-select__link{background-color:#e9eff9;color:#191a1e}}.tourns-filter-select .tourns-filter-select__link:active,.tourns-filter-select .tourns-filter-select__link:focus,.tourns-filter-select .tourns-filter-select__link:hover{cursor:pointer;outline:none;text-decoration:none}.tourns-filter-select .tourns-filter-select__link--current,.tourns-filter-select .tourns-filter-select__link:hover{background:#696d7b;color:#f4f7fc}.body--light .tourns-filter-select .tourns-filter-select__link--current,.body--light .tourns-filter-select .tourns-filter-select__link:hover{background-color:#bfc6df;color:#191a1e}.tourns-filter-select .tourns-filter-select__link:not(:last-child){margin-bottom:1px}@media(min-width:768px){.tourns-filter-select .tourns-filter-select__link:not(:last-child){margin:0 8px 0 0}}.tourns-filter-select__icon{display:inline-block;height:24px;margin:0 8px 0 0;vertical-align:top;width:auto}