

/* Start:/local/templates/sport/components/bitrix/menu/section/style.css?1760360985799*/
.sub-menu .items {
	/*display: flex;
	gap: 0 2rem;*/
	list-style-type: none;
}

.sub-menu .items a {
	font-weight: 700;
	color: #fff;
	transition: all .3s;
}

.sub-menu .items a:hover, .sub-menu .items a.selected {
	color: var(--color-secondary);
	text-decoration: none;
}

.sub-menu .tns-nav {
	display: flex;
	justify-items: stretch;
}

.sub-menu .tns-outer .tns-ovh {
	padding-bottom: 2rem;
}

.sub-menu .tns-outer .tns-ovh + .tns-nav {
	margin: 0 -15px 2rem;
}

.sub-menu .tns-nav button {
	width: 100%;
	height: 4px;
	border-radius: 0;
	border: 0;
	background: #D9D9D9;
}

.sub-menu .tns-nav button.tns-nav-active {
	background: var(--color-secondary);
}

@media(max-width: 575px) {
	.sub-menu .items a {
		font-size: .875rem;
	}

	.sub-menu .tns-outer .tns-ovh {
		padding-bottom: 1.5rem;
	}
}
/* End */


/* Start:/local/components/statistic.sport/statistic.sport.team.players/templates/.default/style.css?17316828803549*/

.filter-team {
    margin-bottom: 2rem;
}

.filter-team select {
    height: 41px;
    border: 2px solid #D7D7D7;
    width: 100%;
    max-width: 310px;
    padding: 0 1rem;
    font-size: .875rem;
    background: #fff;
}

.players {
    font-size: .75rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
}

.players .container {
    overflow: hidden;
}

.players .team {
    overflow: hidden;
}

.players .team .group {
    margin-bottom: 2rem;
}

.players .team .group .table-wrapper {
    overflow-x: scroll;
}

.players .h2 {
    margin-bottom: 1rem;
}

.players  table {
    border-collapse: collapse;
    min-width: 100%;
}

.players  table th, .players td {
    padding: .5rem;
    text-align: center;
    background: #F0F0F0;
    border-bottom: 2px solid #fff;
}

.players td.number {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 1.125rem;
    text-shadow: 0px 5px  5px rgba(0, 0, 0, .3);
}

.players td.player .inner{
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: start;
    text-align: left;
    font-size: .875rem;
}

.players td.player .img {
    width: 44px;
    height: 44px;
    position: relative;
    display: block;
    flex-shrink: 0;
}

.players td.player .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.players  table th {
    background: #0D0F0F;
    color: #fff;
}

.players  table td .team {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.players  table td .team img {
    height: 40px;
    width: auto;
}

.players  table td.hover, .players  table th.hover {
    background: #BB9F5C;
    color: #fff;
}


/* Header padding hook */
.content .game .sub-header .inner {
    padding-bottom: 2rem;
}

/* Teams VS*/
.teams-vs {
    position: relative;
    margin-bottom: 1rem;
}

.teams-vs .grid {
    gap: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.teams-vs .grid .team {
    text-align: center;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.teams-vs .grid .team img {
    width: 80px;
    height: auto;
}

.teams-vs .score {
    position: absolute;
    left: calc(50% - 77px);
    top: calc(50% - 23px);
    background: #efefef;
    font-size: 1.5rem;
    font-family: "Montserrat";
    padding: .5rem 3rem;
}

.teams-vs .score .winner {
    color: var(--color-gold);
}


@media(max-width: 575px){
    .teams-vs .grid .team img {
        width: 70px;
        height: auto;
    }
}

/* Tabs */
.protocol-header .tabs-wrapper {
    border-top: 1px solid #ededed;
    padding: 0 0 1rem;
}

.protocol-header .tabs-wrapper .tab {
    transition: all .3s;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
}

.protocol-header .tabs-wrapper .tab:hover,
.protocol-header .tabs-wrapper .tab.active {
    color: var(--color-gold);
}

.protocol-header .tabs-wrapper .tns-outer {
    width: 100%;
}

.protocol-header .tabs-wrapper .tns-nav {
    display: flex !important;
    justify-items: stretch;
    width: auto;
}

.protocol-header .tabs-wrapper .tns-outer .tns-ovh {
    padding-bottom: 1rem;
}

.protocol-header .tabs-wrapper .tns-outer .tns-ovh + .tns-nav {
    margin: 0 -15px 2rem;
}

.protocol-header .tabs-wrapper .tns-nav button {
    width: 100%;
    height: 4px;
    border-radius: 0;
    border: 0;
    background: #D9D9D9;
}

.protocol-header .tabs-wrapper .tns-nav button.tns-nav-active {
    background: var(--color-gold);
}
/* End */
/* /local/templates/sport/components/bitrix/menu/section/style.css?1760360985799 */
/* /local/components/statistic.sport/statistic.sport.team.players/templates/.default/style.css?17316828803549 */
