.standings{width:100%;display:flex;padding:32px 24px 48px;flex-direction:column;align-items:flex-start;gap:32px;align-self:stretch;border-radius:var(--rounding-big,16px);background:#fff}@media(max-width:500px){.standings{padding:24px 0 24px 12px;gap:0}}.standings__filters{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between}@media(max-width:500px){.standings__filters{flex-direction:column}}.standings__filters-group{display:flex;align-items:center}@media(max-width:768px){.standings__filters-group{flex-direction:column;align-items:flex-start}}.standings__filters-group:not(:last-child){margin-bottom:32px}@media(max-width:768px){.standings__filters-group:not(:last-child){margin-bottom:24px}}.standings__filters-group:last-child .standings__filters-tag:not(:last-child){margin-right:8px}@media(max-width:500px){.standings__filters-group:last-child .standings__filters-tag:not(:last-child){margin-right:1px}}.standings__filters-list{display:flex}.standings__filters-select{display:none}@media(max-width:500px){.standings__filters-select{display:flex}}.standings__filters-years{flex-basis:20%}@media(max-width:500px){.standings__filters-years{position:absolute;top:0;right:12px}.standings__filters-years .standings__filters-list{display:none}.standings__filters-participants{margin:24px 0;order:2}.standings__filters-class{width:100%;max-width:calc(100vw - 12px)}}.standings__filters-tag:not(:last-child){margin-right:1px}.standings__filters-name{margin-right:24px;color:var(--text-primary,#222031);font-family:TT Hoves Pro;font-size:24px;font-weight:700;line-height:24px}@media(max-width:768px){.standings__filters-name{font-size:20px;margin-bottom:8px;margin-right:0}}.standings .table{display:flex;flex-direction:column}.standings .table__row{display:flex;border-bottom:1px solid var(--divider-primary,#e2e7ec)}.standings .table__wrap{border-radius:8px;border:1px solid var(--divider-primary,#e2e7ec);color:var(--text-primary,#222031);font-family:Roboto Flex;font-size:18px;font-weight:400;line-height:24px}@media(max-width:768px){.standings .table__wrap{font-size:14px;line-height:14px}}.standings .table__row:last-child{border-bottom:none}.standings .table__cell{padding:12px 16px;display:flex;align-items:flex-end;min-width:116px}.standings .table__cell sub{bottom:.25em;left:.25em}@media(max-width:500px){.standings .table__cell{align-items:center}}.standings .table__cell:nth-child(2){max-width:100%;white-space:nowrap;min-width:170px;overflow-x:auto}@media(max-width:768px){.standings .table__cell:nth-child(2){min-width:auto;min-width:130px}}@media(max-width:500px){.standings .table__cell:nth-child(2){border-right:1px solid var(--divider-primary,#e2e7ec);white-space:wrap}}.standings .table__cell:not(:first-child,:nth-child(2)){display:flex;justify-content:center;text-align:center}@media(max-width:500px){.standings .table__cell:not(:first-child,:nth-child(2)){min-width:80px}}.standings .table__cell:last-child{border-right:none}.standings .table__header{color:var(--text-tertiary,#a19fb3);font-family:Roboto Flex;font-size:14px;font-weight:400;line-height:18px;border:none}@media(max-width:500px){.standings .table__header{font-size:12px;line-height:14px}}.standings .table__header .table__cell{display:flex;flex-direction:column;justify-content:flex-end;align-items:normal;border:none}@media(max-width:500px){.standings .table__header .table__cell{padding:0 0 12px}}.standings .table__header .table__cell:first-child,.standings .table__header .table__cell:nth-child(2){max-width:100%}@media(max-width:500px){.standings .table__header .table__cell:nth-child(2){align-items:flex-end;padding-left:16px}}.standings .table__header .table__cell:nth-child(3){max-width:100%}.standings .table__header .table__cell:first-child{padding-left:0}.standings .fixed-cell{flex:0 0 80px}.standings .fixed-cell:first-child{flex:0 0 48px;min-width:20px}@media(max-width:768px){.standings .fixed-cell{flex:0 0 76px}}.standings .flex-grow{flex:1}.standings .left-fixed{position:sticky;left:0;z-index:1;background-color:#fff;align-items:flex-start!important}.standings .fixed-name{left:40px}@media(max-width:768px){.standings .fixed-name{padding-left:8px!important}}.standings .fixed-result-name{left:200px;text-align:left!important}@media(max-width:768px){.standings .fixed-result-name{padding-left:16px!important;left:150px;min-width:60px!important;flex:0 0 30px!important;padding-inline:8px!important}}.standings .fixed-result{left:200px;justify-content:flex-start!important;text-align:left!important;background-color:#fff;z-index:1}@media(max-width:768px){.standings .fixed-result{left:150px;min-width:60px!important;flex:0 0 30px!important;padding-inline:8px}}.standings__empty-title{font-family:var(--second-family);font-weight:700;font-size:34px;line-height:34px;color:var(--text-primary)}