.athletes{padding:32px 24px 48px;width:100%;border-radius:var(--rounding-big,16px);background:#fff;min-height:400px}@media(max-width:768px){.athletes{padding:24px 12px}}.athletes__filters{display:flex;flex-direction:column;position:relative;gap:16px;margin-bottom:32px}.athletes__filters-name{margin-bottom:16px;color:var(--text-primary,#222031);font-family:TT Hoves Pro;font-size:24px;font-weight:700;line-height:24px}@media(max-width:768px){.athletes__filters-name{margin-right:0}}.athletes__filters-group{display:flex;flex-wrap:wrap;align-items:center;position:relative}.athletes__filters-group:last-child{flex:1 1 auto}@media(max-width:768px){.athletes__filters-group{gap:8px}}.athletes__filters-group ul{gap:8px;display:flex}@media(max-width:1124px){.athletes__filters-group ul{flex-wrap:wrap}}@media(max-width:768px){.athletes__filters-group{align-items:flex-start;flex-direction:column}}.athletes__input{color:var(--ui-text-secondary);border-radius:8px;background-color:var(--ui-tertiary);font-family:var(--font-family-roboto);font-weight:400;font-size:18px;line-height:24px;vertical-align:middle;padding:12px 8px 12px 16px;width:100%;min-width:320px;flex:1 1 auto}.athletes__input::placeholder{color:var(--text-tertiary)}.athletes__input:focus,.athletes__input:focus-visible,.athletes__input:focus-within{border:none}@media(max-width:500px){.athletes__input{font-size:16px}}.athletes__actions{position:absolute;right:8px;top:0;bottom:0;display:flex;align-items:center}.athletes__actions button{padding:8px}.athletes__icon{position:relative;cursor:pointer;display:flex;align-items:center}.athletes__icon:after{position:absolute;top:50%;right:0;height:16px;content:"";transform:translateY(-50%);border-left:1px solid var(--divider-primary)}.athletes__table{display:table;width:100%;border-radius:var(--rounding-small,8px);margin:16px 0 32px;position:relative}@media(max-width:768px){.athletes__table{display:none}}.athletes__table__loader{position:absolute;z-index:2;inset:0;background-color:rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center}.athletes__mobile-list{display:none;flex-direction:column;margin-bottom:24px}@media(max-width:768px){.athletes__mobile-list{display:flex}}.athletes-table__header{display:table-row}@media(max-width:768px){.athletes-table__header{opacity:0}}.athletes-table__header-item{display:table-cell;text-align:left;color:var(--text-tertiary,#a19fb3);font-family:var(--font-family-roboto);font-size:12px;font-weight:400;line-height:14px;margin-bottom:12px;padding-left:16px}@media(max-width:768px){.athletes-table__header-item{padding-left:12px}}.athletes-table__header-item:last-child{border-right:none;width:24px}.athletes .athlete__row{display:table-row;border:1px solid var(--divider-secondary,#e2e7ec);align-items:center;height:72px}@media(max-width:768px){.athletes .athlete__row{padding:12px 12px 16px}}.athletes .athlete__row:hover{background-color:#f2f5f8}.athletes .athlete__row:first-child{border-radius:8px 8px 0 0}.athletes .athlete__row:last-child{border-radius:0 0 8px 8px}.athletes .athlete__cell{display:table-cell;padding:12px 16px;text-align:left;font-family:var(--font-family-roboto);font-size:18px;font-weight:400;line-height:24px;position:relative}.athletes .athlete__cell a{position:absolute;inset:0}@media(max-width:768px){.athletes .athlete__cell{padding:0}.athletes .athlete__cell:first-child{margin-bottom:8px}.athletes .athlete__cell:not(:first-child){color:var(--text-secondary,#5f5d70);font-size:14px;line-height:18px;margin-bottom:4px}}.athletes .athlete-mob{display:flex;flex-direction:column;gap:8px;position:relative;padding:12px 12px 16px;border:1px solid var(--divider-primary);border-radius:8px}.athletes .athlete-mob__name{font-size:18px;line-height:24px;color:var(--text-primary)}.athletes .athlete-mob__props{display:flex;flex-direction:column;gap:4px;font-size:14px;line-height:18px;color:var(--text-secondary)}.athletes .athlete-mob svg{position:absolute;top:12px;right:12px}